blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 4 201 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 7 100 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 260
values | visit_date timestamp[us] | revision_date timestamp[us] | committer_date timestamp[us] | github_id int64 11.4k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 17
values | gha_event_created_at timestamp[us] | gha_created_at timestamp[us] | gha_language stringclasses 80
values | src_encoding stringclasses 28
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 8 9.86M | extension stringclasses 52
values | content stringlengths 8 9.86M | authors listlengths 1 1 | author stringlengths 0 119 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
76a5b6f6fc86dcfbd64e770b018cd895c572725f | 7579d827cb7b50b438dfd9ef6fa80ba2797848c9 | /sources/plug_wx/src/luna/bind_wxVisualAttributes.cpp | 92e939be7d5d0afe0f2d91abc57c495151ccfd23 | [] | no_license | roche-emmanuel/sgt | 809d00b056e36b7799bbb438b8099e3036377377 | ee3a550f6172c7d14179d9d171e0124306495e45 | refs/heads/master | 2021-05-01T12:51:39.983104 | 2014-09-08T03:35:15 | 2014-09-08T03:35:15 | 79,538,908 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 10,776 | cpp | #include <plug_common.h>
class luna_wrapper_wxVisualAttributes {
public:
typedef Luna< wxVisualAttributes > luna_t;
inline static bool _lg_typecheck___eq(lua_State *L) {
if( lua_gettop(L)!=2 ) return false;
if( !Luna<void>::has_uniqueid(L,1,97172082) ) return false;
return true;
}
static int _bind___eq(lua_State *L) {
if (!_lg_typecheck___eq(L)) {
luaL_error(L, "luna typecheck failed in __eq function, expected prototype:\n__eq(wxVisualAttributes*). Got arguments:\n%s",luna_dumpStack(L).c_str());
}
wxVisualAttributes* rhs =(Luna< wxVisualAttributes >::check(L,2));
wxVisualAttributes* self=(Luna< wxVisualAttributes >::check(L,1));
if(!self) {
luaL_error(L, "Invalid object in function call __eq(...)");
}
lua_pushboolean(L,self==rhs?1:0);
return 1;
}
inline static bool _lg_typecheck_fromVoid(lua_State *L) {
if( lua_gettop(L)!=1 ) return false;
if( !Luna<void>::has_uniqueid(L,1,3625364) ) return false;
return true;
}
static int _bind_fromVoid(lua_State *L) {
if (!_lg_typecheck_fromVoid(L)) {
luaL_error(L, "luna typecheck failed in fromVoid function, expected prototype:\nfromVoid(void*). Got arguments:\n%s",luna_dumpStack(L).c_str());
}
wxVisualAttributes* self= (wxVisualAttributes*)(Luna< void >::check(L,1));
if(!self) {
luaL_error(L, "Invalid object in function call fromVoid(...)");
}
Luna< wxVisualAttributes >::push(L,self,false);
return 1;
}
inline static bool _lg_typecheck_asVoid(lua_State *L) {
if( lua_gettop(L)!=1 ) return false;
if( !Luna<void>::has_uniqueid(L,1,97172082) ) return false;
return true;
}
static int _bind_asVoid(lua_State *L) {
if (!_lg_typecheck_asVoid(L)) {
luaL_error(L, "luna typecheck failed in fromVoid function, expected prototype:\nasVoid(). Got arguments:\n%s",luna_dumpStack(L).c_str());
}
void* self= (void*)(Luna< wxVisualAttributes >::check(L,1));
if(!self) {
luaL_error(L, "Invalid object in function call asVoid(...)");
}
Luna< void >::push(L,self,false);
return 1;
}
// Base class dynamic cast support:
inline static bool _lg_typecheck_dynCast(lua_State *L) {
if( lua_gettop(L)!=2 ) return false;
if( lua_type(L,2)!=LUA_TSTRING ) return false;
return true;
}
static int _bind_dynCast(lua_State *L) {
if (!_lg_typecheck_dynCast(L)) {
luaL_error(L, "luna typecheck failed in dynCast function, expected prototype:\ndynCast(const std::string &). Got arguments:\n%s",luna_dumpStack(L).c_str());
}
std::string name(lua_tostring(L,2),lua_objlen(L,2));
wxVisualAttributes* self=(Luna< wxVisualAttributes >::check(L,1));
if(!self) {
luaL_error(L, "Invalid object in function call dynCast(...)");
}
static LunaConverterMap& converters = luna_getConverterMap("wxVisualAttributes");
return luna_dynamicCast(L,converters,"wxVisualAttributes",name);
}
// Constructor checkers:
// Function checkers:
inline static bool _lg_typecheck_getFont(lua_State *L) {
if( lua_gettop(L)!=1 ) return false;
return true;
}
inline static bool _lg_typecheck_getColFg(lua_State *L) {
if( lua_gettop(L)!=1 ) return false;
return true;
}
inline static bool _lg_typecheck_getColBg(lua_State *L) {
if( lua_gettop(L)!=1 ) return false;
return true;
}
inline static bool _lg_typecheck_setFont(lua_State *L) {
if( lua_gettop(L)!=2 ) return false;
if( !Luna<void>::has_uniqueid(L,2,56813631) ) return false;
return true;
}
inline static bool _lg_typecheck_setColFg(lua_State *L) {
if( lua_gettop(L)!=2 ) return false;
if( !Luna<void>::has_uniqueid(L,2,56813631) ) return false;
return true;
}
inline static bool _lg_typecheck_setColBg(lua_State *L) {
if( lua_gettop(L)!=2 ) return false;
if( !Luna<void>::has_uniqueid(L,2,56813631) ) return false;
return true;
}
// Operator checkers:
// (found 0 valid operators)
// Constructor binds:
// Function binds:
// wxFont wxVisualAttributes::font()
static int _bind_getFont(lua_State *L) {
if (!_lg_typecheck_getFont(L)) {
luaL_error(L, "luna typecheck failed in wxFont wxVisualAttributes::font() function, expected prototype:\nwxFont wxVisualAttributes::font()\nClass arguments details:\n\n%s",luna_dumpStack(L).c_str());
}
wxVisualAttributes* self=(Luna< wxVisualAttributes >::check(L,1));
if(!self) {
luaL_error(L, "Invalid object in function call wxFont wxVisualAttributes::font(). Got : '%s'\n%s",typeid(Luna< wxVisualAttributes >::check(L,1)).name(),luna_dumpStack(L).c_str());
}
const wxFont* lret = &self->font;
if(!lret) return 0; // Do not write NULL pointers.
Luna< wxFont >::push(L,lret,false);
return 1;
}
// wxColour wxVisualAttributes::colFg()
static int _bind_getColFg(lua_State *L) {
if (!_lg_typecheck_getColFg(L)) {
luaL_error(L, "luna typecheck failed in wxColour wxVisualAttributes::colFg() function, expected prototype:\nwxColour wxVisualAttributes::colFg()\nClass arguments details:\n\n%s",luna_dumpStack(L).c_str());
}
wxVisualAttributes* self=(Luna< wxVisualAttributes >::check(L,1));
if(!self) {
luaL_error(L, "Invalid object in function call wxColour wxVisualAttributes::colFg(). Got : '%s'\n%s",typeid(Luna< wxVisualAttributes >::check(L,1)).name(),luna_dumpStack(L).c_str());
}
const wxColour* lret = &self->colFg;
if(!lret) return 0; // Do not write NULL pointers.
Luna< wxColour >::push(L,lret,false);
return 1;
}
// wxColour wxVisualAttributes::colBg()
static int _bind_getColBg(lua_State *L) {
if (!_lg_typecheck_getColBg(L)) {
luaL_error(L, "luna typecheck failed in wxColour wxVisualAttributes::colBg() function, expected prototype:\nwxColour wxVisualAttributes::colBg()\nClass arguments details:\n\n%s",luna_dumpStack(L).c_str());
}
wxVisualAttributes* self=(Luna< wxVisualAttributes >::check(L,1));
if(!self) {
luaL_error(L, "Invalid object in function call wxColour wxVisualAttributes::colBg(). Got : '%s'\n%s",typeid(Luna< wxVisualAttributes >::check(L,1)).name(),luna_dumpStack(L).c_str());
}
const wxColour* lret = &self->colBg;
if(!lret) return 0; // Do not write NULL pointers.
Luna< wxColour >::push(L,lret,false);
return 1;
}
// void wxVisualAttributes::font(wxFont value)
static int _bind_setFont(lua_State *L) {
if (!_lg_typecheck_setFont(L)) {
luaL_error(L, "luna typecheck failed in void wxVisualAttributes::font(wxFont value) function, expected prototype:\nvoid wxVisualAttributes::font(wxFont value)\nClass arguments details:\narg 1 ID = 56813631\n\n%s",luna_dumpStack(L).c_str());
}
wxFont* value_ptr=(Luna< wxObject >::checkSubType< wxFont >(L,2));
if( !value_ptr ) {
luaL_error(L, "Dereferencing NULL pointer for arg value in wxVisualAttributes::font function");
}
wxFont value=*value_ptr;
wxVisualAttributes* self=(Luna< wxVisualAttributes >::check(L,1));
if(!self) {
luaL_error(L, "Invalid object in function call void wxVisualAttributes::font(wxFont). Got : '%s'\n%s",typeid(Luna< wxVisualAttributes >::check(L,1)).name(),luna_dumpStack(L).c_str());
}
self->font = value;
return 0;
}
// void wxVisualAttributes::colFg(wxColour value)
static int _bind_setColFg(lua_State *L) {
if (!_lg_typecheck_setColFg(L)) {
luaL_error(L, "luna typecheck failed in void wxVisualAttributes::colFg(wxColour value) function, expected prototype:\nvoid wxVisualAttributes::colFg(wxColour value)\nClass arguments details:\narg 1 ID = 56813631\n\n%s",luna_dumpStack(L).c_str());
}
wxColour* value_ptr=(Luna< wxObject >::checkSubType< wxColour >(L,2));
if( !value_ptr ) {
luaL_error(L, "Dereferencing NULL pointer for arg value in wxVisualAttributes::colFg function");
}
wxColour value=*value_ptr;
wxVisualAttributes* self=(Luna< wxVisualAttributes >::check(L,1));
if(!self) {
luaL_error(L, "Invalid object in function call void wxVisualAttributes::colFg(wxColour). Got : '%s'\n%s",typeid(Luna< wxVisualAttributes >::check(L,1)).name(),luna_dumpStack(L).c_str());
}
self->colFg = value;
return 0;
}
// void wxVisualAttributes::colBg(wxColour value)
static int _bind_setColBg(lua_State *L) {
if (!_lg_typecheck_setColBg(L)) {
luaL_error(L, "luna typecheck failed in void wxVisualAttributes::colBg(wxColour value) function, expected prototype:\nvoid wxVisualAttributes::colBg(wxColour value)\nClass arguments details:\narg 1 ID = 56813631\n\n%s",luna_dumpStack(L).c_str());
}
wxColour* value_ptr=(Luna< wxObject >::checkSubType< wxColour >(L,2));
if( !value_ptr ) {
luaL_error(L, "Dereferencing NULL pointer for arg value in wxVisualAttributes::colBg function");
}
wxColour value=*value_ptr;
wxVisualAttributes* self=(Luna< wxVisualAttributes >::check(L,1));
if(!self) {
luaL_error(L, "Invalid object in function call void wxVisualAttributes::colBg(wxColour). Got : '%s'\n%s",typeid(Luna< wxVisualAttributes >::check(L,1)).name(),luna_dumpStack(L).c_str());
}
self->colBg = value;
return 0;
}
// Operator binds:
};
wxVisualAttributes* LunaTraits< wxVisualAttributes >::_bind_ctor(lua_State *L) {
return NULL; // No valid default constructor.
}
void LunaTraits< wxVisualAttributes >::_bind_dtor(wxVisualAttributes* obj) {
delete obj;
}
const char LunaTraits< wxVisualAttributes >::className[] = "wxVisualAttributes";
const char LunaTraits< wxVisualAttributes >::fullName[] = "wxVisualAttributes";
const char LunaTraits< wxVisualAttributes >::moduleName[] = "wx";
const char* LunaTraits< wxVisualAttributes >::parents[] = {0};
const int LunaTraits< wxVisualAttributes >::hash = 97172082;
const int LunaTraits< wxVisualAttributes >::uniqueIDs[] = {97172082,0};
luna_RegType LunaTraits< wxVisualAttributes >::methods[] = {
{"getFont", &luna_wrapper_wxVisualAttributes::_bind_getFont},
{"getColFg", &luna_wrapper_wxVisualAttributes::_bind_getColFg},
{"getColBg", &luna_wrapper_wxVisualAttributes::_bind_getColBg},
{"setFont", &luna_wrapper_wxVisualAttributes::_bind_setFont},
{"setColFg", &luna_wrapper_wxVisualAttributes::_bind_setColFg},
{"setColBg", &luna_wrapper_wxVisualAttributes::_bind_setColBg},
{"dynCast", &luna_wrapper_wxVisualAttributes::_bind_dynCast},
{"__eq", &luna_wrapper_wxVisualAttributes::_bind___eq},
{"fromVoid", &luna_wrapper_wxVisualAttributes::_bind_fromVoid},
{"asVoid", &luna_wrapper_wxVisualAttributes::_bind_asVoid},
{0,0}
};
luna_ConverterType LunaTraits< wxVisualAttributes >::converters[] = {
{0,0}
};
luna_RegEnumType LunaTraits< wxVisualAttributes >::enumValues[] = {
{0,0}
};
| [
"roche.emmanuel@gmail.com"
] | roche.emmanuel@gmail.com |
cfd48a04cd8e9ce8a5ea70aa467601a6680f56c8 | b96d6612c864244db4ae99ab25506541772c96c3 | /OMok/OMok.h | 91c73956aeddecb9aaf6b44f45761013ed86a1ab | [] | no_license | mw9759/NewRepo4 | 2f66642f1de84076968be54b7b05cf3c13b72feb | 9ff0a719e1e33698f7b33ec1b4dfd16eff14d1e6 | refs/heads/master | 2023-01-03T04:36:11.583830 | 2020-10-29T19:07:22 | 2020-10-29T19:07:22 | 308,418,182 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 599 | h |
// OMok.h: OMok 애플리케이션의 기본 헤더 파일
//
#pragma once
#ifndef __AFXWIN_H__
#error "PCH에 대해 이 파일을 포함하기 전에 'pch.h'를 포함합니다."
#endif
#include "resource.h" // 주 기호입니다.
// COMokApp:
// 이 클래스의 구현에 대해서는 OMok.cpp을(를) 참조하세요.
//
class COMokApp : public CWinApp
{
public:
COMokApp() noexcept;
// 재정의입니다.
public:
virtual BOOL InitInstance();
virtual int ExitInstance();
// 구현입니다.
afx_msg void OnAppAbout();
DECLARE_MESSAGE_MAP()
};
extern COMokApp theApp;
| [
"yoyoyo09094@gmail.com"
] | yoyoyo09094@gmail.com |
b8116c1db555f3c6b2d924824d6a3602a159ff53 | 948f4e13af6b3014582909cc6d762606f2a43365 | /testcases/juliet_test_suite/testcases/CWE762_Mismatched_Memory_Management_Routines/s04/CWE762_Mismatched_Memory_Management_Routines__delete_wchar_t_calloc_82_goodG2B.cpp | f93d40724ef3838739adbb3e392ae7ebc04e0b93 | [] | no_license | junxzm1990/ASAN-- | 0056a341b8537142e10373c8417f27d7825ad89b | ca96e46422407a55bed4aa551a6ad28ec1eeef4e | refs/heads/master | 2022-08-02T15:38:56.286555 | 2022-06-16T22:19:54 | 2022-06-16T22:19:54 | 408,238,453 | 74 | 13 | null | 2022-06-16T22:19:55 | 2021-09-19T21:14:59 | null | UTF-8 | C++ | false | false | 1,192 | cpp | /* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE762_Mismatched_Memory_Management_Routines__delete_wchar_t_calloc_82_goodG2B.cpp
Label Definition File: CWE762_Mismatched_Memory_Management_Routines__delete.label.xml
Template File: sources-sinks-82_goodG2B.tmpl.cpp
*/
/*
* @description
* CWE: 762 Mismatched Memory Management Routines
* BadSource: calloc Allocate data using calloc()
* GoodSource: Allocate data using new
* Sinks:
* GoodSink: Deallocate data using free()
* BadSink : Deallocate data using delete
* Flow Variant: 82 Data flow: data passed in a parameter to an virtual method called via a pointer
*
* */
#ifndef OMITGOOD
#include "std_testcase.h"
#include "CWE762_Mismatched_Memory_Management_Routines__delete_wchar_t_calloc_82.h"
namespace CWE762_Mismatched_Memory_Management_Routines__delete_wchar_t_calloc_82
{
void CWE762_Mismatched_Memory_Management_Routines__delete_wchar_t_calloc_82_goodG2B::action(wchar_t * data)
{
/* POTENTIAL FLAW: Deallocate memory using delete - the source memory allocation function may
* require a call to free() to deallocate the memory */
delete data;
}
}
#endif /* OMITGOOD */
| [
"yzhang0701@gmail.com"
] | yzhang0701@gmail.com |
573da24c2332bddbef2279369e1ef4f292381e18 | db94907377fd191ec04b35ab9703e5ca06fba196 | /AR_Foundation/Classes/Native/Generics10.cpp | 97e1a00152cd8086af8d3c351c7c6dffa6b5408c | [] | no_license | Machikof/GrowGrassesAR | e3eb839e56d154b786105d35219a4a4058d62344 | acd0d3ea3d5121247c87dacb87ca766cc500077d | refs/heads/main | 2023-02-09T20:31:08.711701 | 2020-12-06T09:48:58 | 2020-12-06T09:48:58 | 318,996,082 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,870,702 | 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 T1, typename T2, typename T3, typename T4, typename T5>
struct VirtActionInvoker5
{
typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
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 T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct VirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4>
struct VirtActionInvoker4
{
typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
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 T1, typename T2, typename T3, typename T4, typename T5>
struct GenericVirtActionInvoker5
{
typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct GenericVirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericVirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct GenericVirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4>
struct GenericVirtActionInvoker4
{
typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4, typename T5>
struct InterfaceActionInvoker5
{
typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2>
struct InterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct InterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4>
struct InterfaceActionInvoker4
{
typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4, typename T5>
struct GenericInterfaceActionInvoker5
{
typedef void (*Action)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
template <typename T1>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct GenericInterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2>
struct GenericInterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct GenericInterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4>
struct GenericInterfaceActionInvoker4
{
typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
// System.Action`1<UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs>
struct Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.XR.ARSubsystems.TrackableId,System.Object>[]
struct EntryU5BU5D_t366284FEBCEA6B94DF56118C1904C4A8D963A770;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.XR.ARSubsystems.TrackableId,System.Object>
struct KeyCollection_t55AD67378C6CDA23EDE1113C33E4D879B949397D;
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.XR.ARSubsystems.TrackableId,System.Object>
struct ValueCollection_t3B653CB27091E18D7CF6A6CDF74B84D5ED7D987F;
// System.Collections.Generic.Dictionary`2<UnityEngine.XR.ARSubsystems.TrackableId,System.Object>
struct Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE;
// System.Collections.Generic.IEnumerator`1<System.Byte>
struct IEnumerator_1_t687CC016C273A05B2269AF904753378F23CC9A11;
// System.Collections.Generic.IEnumerator`1<System.UInt32>
struct IEnumerator_1_t6AEF21B80E2C499BFFB48F8148C3026FBBA3FD72;
// System.Collections.Generic.IEnumerator`1<System.UInt64>
struct IEnumerator_1_t55C0D275AC39C9FB7EC6BBEE032DF559601B7912;
// System.Collections.Generic.IEnumerator`1<UnityEngine.Vector3>
struct IEnumerator_1_tF414883EB5CEF9B3F89684CE715A37B55C326720;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>
struct IEnumerator_1_t5B5DC6466C307F4A13C5C59C07DA6915D445ACB1;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>
struct IEnumerator_1_t3C0B86986B7E1B347CDC18A3CE3534ADE6A5D7C4;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>
struct IEnumerator_1_t9936575DD1DCC2D810A4AC0C86B260FC402067C8;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRFace>
struct IEnumerator_1_t8A43B5FCF06535FC588198EF5726CBD2763A7C5D;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRHumanBody>
struct IEnumerator_1_t442A0C8102A93773894BE214F2BACD8801007826;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>
struct IEnumerator_1_t7F487600A58928FA2944C6F8F86790FF61DBE8B3;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>
struct IEnumerator_1_t31CA09AE6D3B880A2497CF97E091BC81705EF067;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRParticipant>
struct IEnumerator_1_t4AA471B39187D4F788AB07843A1654B5DC116F92;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRPointCloud>
struct IEnumerator_1_t05889C79286DF17C0DF3643ADEEA9D578FC7D573;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRRaycast>
struct IEnumerator_1_t6A782908BFE8F4DA09E3DC1099AAFD50D68F1CD4;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>
struct IEnumerator_1_t7DB224107AFFAB327DE4E16C437F7E4AA116A558;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>
struct IEnumerator_1_tFA2AD44FB20DC7830468362FC869086F1C8B2902;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>
struct IEnumerator_1_t943CE7667849EDF77ABAE426FA5A7C5069327843;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>
struct IEnumerator_1_t121E6BD13DCA5A4686A69301A411F466767B5CC8;
// System.Collections.Generic.IEnumerator`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>
struct IEnumerator_1_tCB19EA68A2F02CF30C5D2EB1977379703DCF2187;
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.XR.ARSubsystems.TrackableId>
struct IEqualityComparer_1_t1F65F81D43D9715FABDFCA1C70B74FAB7EF7FF0E;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>
struct List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.String
struct String_t;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// Unity.Jobs.IJobExtensions/JobStruct`1/ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager/PointCloudRaycastCollectResultsJob>
struct ExecuteJobFunction_t9E972D668EA728572989B5D0C16D4EB54B900B26;
// Unity.Jobs.IJobExtensions/JobStruct`1/ExecuteJobFunction<UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions/DeallocateJob>
struct ExecuteJobFunction_t256A9E39A1E0BAC8356FF2695F2D2024F1A11CA6;
// Unity.Jobs.IJobExtensions/JobStruct`1/ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase/AddImageJob>
struct ExecuteJobFunction_tF0AD6BFEBA2CD378D99025FC12565A171DC5DF0A;
// Unity.Jobs.IJobExtensions/JobStruct`1/ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase/DeallocateNativeArrayJob`1<System.Byte>>
struct ExecuteJobFunction_t2D320F6F2CAB0110FEB415B94F67667430F4E1E7;
// Unity.Jobs.IJobExtensions/JobStruct`1/ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase/ReleaseDatabaseJob>
struct ExecuteJobFunction_t834EC37922DC4F8715193726A1100DD7AC363FA2;
// Unity.Jobs.IJobExtensions/JobStruct`1/ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem/ARKitProvider/FlipBoundaryWindingJob>
struct ExecuteJobFunction_tB43A775F73BFE849068890AF2D56DCE49EA18DC6;
// Unity.Jobs.IJobParallelForExtensions/ParallelForJobStruct`1/ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager/PointCloudRaycastJob>
struct ExecuteJobFunction_tF898FCAE599C6A2226E4BC0F4801706EBAB73B69;
// Unity.Jobs.IJobParallelForExtensions/ParallelForJobStruct`1/ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase/ConvertRGBA32ToARGB32Job>
struct ExecuteJobFunction_t7A5337D81F436AF6B4EE4FA115156754FDF0E8E9;
// Unity.Jobs.IJobParallelForExtensions/ParallelForJobStruct`1/ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRDepthSubsystem/TransformPositionsJob>
struct ExecuteJobFunction_tC6EFEC5502C00AD5D59C9A19CDAAD287BD094EB0;
// Unity.Jobs.IJobParallelForExtensions/ParallelForJobStruct`1/ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem/ARKitProvider/TransformBoundaryPositionsJob>
struct ExecuteJobFunction_tA9E4C7103F78806D963B323A79EBFBA15FC9A2CC;
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8;
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621;
// UnityEngine.Events.BaseInvokableCall
struct BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5;
// UnityEngine.Events.BaseInvokableCall[]
struct BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3;
// UnityEngine.Events.CachedInvokableCall`1<System.Boolean>
struct CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7;
// UnityEngine.Events.CachedInvokableCall`1<System.Int32>
struct CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6;
// UnityEngine.Events.CachedInvokableCall`1<System.Object>
struct CachedInvokableCall_1_tF7F1670398EB759A3D4AFEB35F47850DCD7D00AD;
// UnityEngine.Events.CachedInvokableCall`1<System.Single>
struct CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A;
// UnityEngine.Events.InvokableCall
struct InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC;
// UnityEngine.Events.InvokableCallList
struct InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F;
// UnityEngine.Events.InvokableCall`1<System.Boolean>
struct InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB;
// UnityEngine.Events.InvokableCall`1<System.Int32>
struct InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5;
// UnityEngine.Events.InvokableCall`1<System.Object>
struct InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC;
// UnityEngine.Events.InvokableCall`1<System.Single>
struct InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26;
// UnityEngine.Events.InvokableCall`2<System.Object,System.Object>
struct InvokableCall_2_t92DAC0F2FB25BD6576E876379F30AD0C93C4E42E;
// UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>
struct InvokableCall_3_t4C86EE6D323407D93E34FFFC787D64FE62C5973D;
// UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>
struct InvokableCall_4_t72FB1137599CE871685340E96EFDD317DB4831E6;
// UnityEngine.Events.PersistentCallGroup
struct PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F;
// UnityEngine.Events.UnityAction
struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4;
// UnityEngine.Events.UnityAction`1<System.Boolean>
struct UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC;
// UnityEngine.Events.UnityAction`1<System.Int32>
struct UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F;
// UnityEngine.Events.UnityAction`1<System.Object>
struct UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9;
// UnityEngine.Events.UnityAction`1<System.Single>
struct UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9;
// UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>
struct UnityAction_1_t95F46E5AC4F5A5CFAD850DDC188E2674CEAC6384;
// UnityEngine.Events.UnityAction`2<System.Object,System.Object>
struct UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2;
// UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>
struct UnityAction_2_t77680359D738D69E578F3A74D50CD3FA8D775A60;
// UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>
struct UnityAction_2_t6FF15ABDB8C2C9E1BB0E5A79FEDA471C0679D51F;
// UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>
struct UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89;
// UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>
struct UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1;
// UnityEngine.Events.UnityEventBase
struct UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5;
// UnityEngine.Events.UnityEvent`1<System.Int32>
struct UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914;
// UnityEngine.Events.UnityEvent`1<System.Object>
struct UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D;
// UnityEngine.Events.UnityEvent`2<System.Object,System.Object>
struct UnityEvent_2_tCABE16DD12281C927273F04C2F6D54BE6ED094EC;
// UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>
struct UnityEvent_3_t695DB93DCFCA35084D787B62352792D5C4F564C9;
// UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>
struct UnityEvent_4_t2145BBDEE01F7E33D8060C904609F2FFD8845A0A;
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
// UnityEngine.ISubsystem
struct ISubsystem_t33DA72BE41C4C99E2A9201979C86ABECD4B7FF78;
// UnityEngine.ISubsystemDescriptor
struct ISubsystemDescriptor_t5BCD578E4BAD3A0C1DF6C5654720FE7D4420605B;
// UnityEngine.IntegratedSubsystem
struct IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026;
// UnityEngine.IntegratedSubsystemDescriptor
struct IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA;
// UnityEngine.IntegratedSubsystemDescriptor`1<System.Object>
struct IntegratedSubsystemDescriptor_1_t26346DD8E0AD1C04F25B94E8AD18577ABA15EBCB;
// UnityEngine.IntegratedSubsystem`1<System.Object>
struct IntegratedSubsystem_1_tA39FA5C25840EB481167108B3E02F7F09E901583;
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
// UnityEngine.Subsystem
struct Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6;
// UnityEngine.SubsystemDescriptor
struct SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA;
// UnityEngine.SubsystemDescriptor`1<System.Object>
struct SubsystemDescriptor_1_tE2E4F2A029DA1A307F018FCE747BA53FB9E344C2;
// UnityEngine.Subsystem`1<System.Object>
struct Subsystem_1_t6048F47F8C2EBFDAC541AA593928233978B85EA9;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
// UnityEngine.XR.ARFoundation.ARSessionOrigin
struct ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF;
// UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>
struct ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11;
// UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>
struct ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IJob_t0CE9FAE4AD4561AE9ED24490D776C0F49F335A91_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Internal_SubsystemDescriptors_tC73DE2F7340E4C6650B674A63D0D5D677A7C9234_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Internal_SubsystemInstances_tB061667F7AEBE0E336E6DE40389E18414A43BB9A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283_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* _stringLiteral05E5EBD9D5908CC9215021F08ACFBC4B58571C5C;
IL2CPP_EXTERN_C String_t* _stringLiteral3FF5815C401C85877DD9CE70B5F95535C628AA9F;
IL2CPP_EXTERN_C String_t* _stringLiteral8CC52613125F0E802A5E603C37A6CAE800639F62;
IL2CPP_EXTERN_C String_t* _stringLiteralA1BA014E93BB1085A758A3F66948C9CAC874B9BD;
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
IL2CPP_EXTERN_C String_t* _stringLiteralC0371E7E1DB9F795AC51193C554BD9BEF51AD664;
IL2CPP_EXTERN_C String_t* _stringLiteralD84182942D9EE680B64113858F0F32DEDC108F25;
IL2CPP_EXTERN_C String_t* _stringLiteralE68C28CA8FA3E38258B2081639EE5D1C7F58849B;
IL2CPP_EXTERN_C const RuntimeMethod* ARTrackableManager_4_CanBeAddedToSubsystem_m30FD64DBD82DC1D29554720606316FA922D69631_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ARTrackableManager_4_CanBeAddedToSubsystem_mE5A48C019268C922ABF9307BDCB997A3C1B85E25_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF_m25BC8791B994BAE33BF9003FFC85124F480EFB17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m3C4C0B0B1AE71E65EF8255E6FC671DDBC829B6AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m913D10AD892E19937C638773D208459E9862248D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvokableCall_1_Invoke_m0110810FB1A5E9EB0A3580F08C68C38E028F9E10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvokableCall_1_Invoke_m48AB6731BEF540A6B1F23189413840859F56D212_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvokableCall_1_Invoke_mD853B78F92A849FE113AE5A310944708C59AB2B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvokableCall_1_Invoke_mD8CB8DB8289A86D2439ADE6E9BDA008DB448ED37_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvokableCall_2_Invoke_mDEFC536BE86A8E86BEDB0F73A19694B7DCD3E873_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvokableCall_3_Invoke_m8B47A4F65757A8C6AC1E16C405A0F591BB9098D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* InvokableCall_4_Invoke_mD4E37C63A12BF191FB3D4178A8CF7B2DF4F92FD2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m81256FA6A1423E6A61F696EF1268497C43475FB9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_GetEnumerator_m3B6CA1981A8CE62A1C67FCEEBE1887CD32906DA2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m1CDF66D563B03D37B37264800222D4F3B307EDA0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m73A57D85868E9347B9DCD08AB9585E9B191478F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_Awake_m24810E7DBA7D9EAD4C4E4DE28D4DE659567CDCA9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_Awake_m8C48FDEDC26E7E2382F7B6440FF5033E45E71F23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_CanBeAddedToSubsystem_m30FD64DBD82DC1D29554720606316FA922D69631_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_CanBeAddedToSubsystem_mE5A48C019268C922ABF9307BDCB997A3C1B85E25_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_CreateGameObjectDeactivated_m44046DE98A4A3FEDBB575A48386F56A1080DD46C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_CreateGameObjectDeactivated_mD9F0C4338A1A63327E3CF4F1C5C25ADBBDC5E62C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_CreateGameObjectDeactivated_mE296F0713804A226BDA99D6CE7C83F01D7C620F3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_CreateGameObjectDeactivated_mE86CF2D7FAF2A6C6753DF9151E1FB675AA7A10FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_CreateTrackable_m79788F72BF7A3F6A2730CC15120C6A93E231CEB2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_CreateTrackable_mAE50310831146FDBF4A1BE23D0597315615E3BCF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_DestroyTrackable_m43942090F623942C676C99635C74F91F14D7B329_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_DestroyTrackable_m964AB4624FDD2F7E1A02C86DBE0C4DBE3319B6F3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_GetTrackableName_m2813C1083DA2275ECFBC3FF97FE0E63DB936DA62_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_GetTrackableName_mB912FE4322116C4BBBD887A8F3BBF1FFFE9FD687_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_OnDisable_m579055CFCE8E5FB8C7DC71E1AD89BB134BAC7C0F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_OnDisable_m5E57571048CF2DA14E63029DFE96A13F66D5625C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_OnEnable_m32CDDE89A2805DF53CD8EFD48EA0FC6DD2BD665C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_OnEnable_m8B0B36FEBB45C2F1FD4BE0CE7993040F0FDD0E8F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_OnTrackablesParentTransformChanged_m038E3319837EE2FF6D79EF01674A93F6489DEDD6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_OnTrackablesParentTransformChanged_m484F9142DF0BE2D88DB3EA0F94DAAEE8D93CF0C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_Update_m13E0A02A70985064E2EEC577E32C64889F0EABA8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ARTrackableManager_4_Update_m69CCA5EAB13AA706C8E89843B7C8AFD333269A0D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteJobFunction_BeginInvoke_m0C852E6084B0E91C67A05B79CDE0FA83FBBEB669_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteJobFunction_BeginInvoke_m0E35845E9F97731FE709AC3CD968D36978FFDD51_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteJobFunction_BeginInvoke_m1219D9C1F73FFEF8D256689DA650BDA99FC1087E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteJobFunction_BeginInvoke_m48CAD74EFAE1EDC240CAC9DC1ECE9B7F057D324A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteJobFunction_BeginInvoke_m6BA6D92BF849ECB7E6788CAA716A57817DAB98DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteJobFunction_BeginInvoke_m74C1952CD9695E0FD2DFDB9FEBFD5BB261F710E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteJobFunction_BeginInvoke_mCFB9F54C7DD8CBCA8BBB66E1294AE869B1978448_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteJobFunction_BeginInvoke_mDFE2FB3AD7853C7AD2BB0436F32C787BAD368FD6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteJobFunction_BeginInvoke_mEBD2200A00BAEC1E92E7E41699514C88BFFAC851_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteJobFunction_BeginInvoke_mF12DA86535C53753DF37964A709511CDDAE3D7DD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IntegratedSubsystemDescriptor_1_Create_m353DF937E50FE54F1022D32EC09A78FF01798EB9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_1_Invoke_m0110810FB1A5E9EB0A3580F08C68C38E028F9E10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_1_Invoke_m48AB6731BEF540A6B1F23189413840859F56D212_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_1_Invoke_mD853B78F92A849FE113AE5A310944708C59AB2B0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_1_Invoke_mD8CB8DB8289A86D2439ADE6E9BDA008DB448ED37_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_1__ctor_m1BF8BFBAE0C6EF1B38DC415ABDD2BB4E583CBA6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_1__ctor_m670F85A0ED4D975C93265F6969B9C1C06A87E8D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_1__ctor_mD2F6B2A04293002F65F10FC1E15CA20CE07D39A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_1__ctor_mD592EB69D1FB0A9CF5AB24ED4C76E3BE3AD2F91E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_2_Invoke_mDEFC536BE86A8E86BEDB0F73A19694B7DCD3E873_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_2__ctor_mE80CFA8D8605680746EBD7DC371B30DD42759D38_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_3_Invoke_m8B47A4F65757A8C6AC1E16C405A0F591BB9098D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_3__ctor_mA26C0B9D52E628D915E0C705A735F226BBA9B3EE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_4_Invoke_mD4E37C63A12BF191FB3D4178A8CF7B2DF4F92FD2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t InvokableCall_4__ctor_mDF3741C3CF51E23313E2DF7062488C430F25EEF0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t JobStruct_1_Execute_m44DCF19EA13911737A5B9D13529E1DD6709C8B17_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t JobStruct_1_Initialize_m2602927DA36B621E460CF6923D245C7A58820B4B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t JobStruct_1_Initialize_m2F2F4596BFC6911A358C58BE4B7355DF3473581D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t JobStruct_1_Initialize_m393A3E87223E75B83784EA3E60FD3262487F9CF4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t JobStruct_1_Initialize_m6115EACF5C9A033DD21C78E208BDA5555F2ED11A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t JobStruct_1_Initialize_m939EFE652EEE14F27696415F22E99F0633CDF9D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t JobStruct_1_Initialize_mF2EC0D38F911A01F94ABF511BB05B02D0A11D062_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParallelForJobStruct_1_Initialize_m141E0A4211892F8F5364D3FE01E8E93875C34295_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParallelForJobStruct_1_Initialize_m59B6A3C1BDE0DA1C0912029EF3C831D19FC689A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParallelForJobStruct_1_Initialize_m8F674AB8BD8D2F660771DB681202A23FA7CFC094_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParallelForJobStruct_1_Initialize_m960E6EF318839D66DA4A07182155696B4F3AF75D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SubsystemDescriptor_1_Create_mF01290ECD014B1B0709F1763F81444F034F27611_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TrackableId_get_invalidId_mBE9FA1EC8F2EC1575C1B31666EA928A3382DF1CDGenerics10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityAction_1_BeginInvoke_m383296E02ACDA4892A49F2B148201A5A37D9F57F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityAction_1_BeginInvoke_m4B1EE21C25114A9D9BAFC50E3F2D67E5F665F5AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityAction_1_BeginInvoke_m5DEFA82EDDF619690E524720C4128D58F303EBCB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityAction_1_BeginInvoke_mC8A9A9332EEEA81428669FAD060934954B73DDCB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityAction_2_BeginInvoke_m5F2C976EFE2F0144C74BB2FE1E3E2247617C81E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityAction_2_BeginInvoke_mC72F0DCBBB077E215EC9ADA58D300288CC39E069_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityEvent_1_FindMethod_Impl_m2EB10E941A967C89B4297A9278FBA88053A2D828_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityEvent_1_FindMethod_Impl_mDD1047ED8F4A1CABD0ACBC76D73B344DCDAC3126_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityEvent_1_Invoke_m027706B0C7150736F066D5C663304CB0B80ABBF0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityEvent_1_Invoke_mAC9BEEF287D58E79A447A57E28D3679F9B199D70_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityEvent_2_FindMethod_Impl_m03311CACE68316DC88479DFD2AF9AA0A88A615A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityEvent_3_FindMethod_Impl_mF15A2B2F6BFE33613B6675FD2500E144CEF40FFA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnityEvent_4_FindMethod_Impl_m74BBF94AAC7B6B09A4BC3E4A923CBFE4781D08A1_MetadataUsageId;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
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.Dictionary`2<UnityEngine.XR.ARSubsystems.TrackableId,System.Object>
struct Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE : 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_t366284FEBCEA6B94DF56118C1904C4A8D963A770* ___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_t55AD67378C6CDA23EDE1113C33E4D879B949397D * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t3B653CB27091E18D7CF6A6CDF74B84D5ED7D987F * ___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_t5221105303A173FF92DD7B4EBC8147278C0C2DBE, ___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_t5221105303A173FF92DD7B4EBC8147278C0C2DBE, ___entries_1)); }
inline EntryU5BU5D_t366284FEBCEA6B94DF56118C1904C4A8D963A770* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t366284FEBCEA6B94DF56118C1904C4A8D963A770** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t366284FEBCEA6B94DF56118C1904C4A8D963A770* 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_t5221105303A173FF92DD7B4EBC8147278C0C2DBE, ___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_t5221105303A173FF92DD7B4EBC8147278C0C2DBE, ___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_t5221105303A173FF92DD7B4EBC8147278C0C2DBE, ___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_t5221105303A173FF92DD7B4EBC8147278C0C2DBE, ___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_t5221105303A173FF92DD7B4EBC8147278C0C2DBE, ___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_t5221105303A173FF92DD7B4EBC8147278C0C2DBE, ___keys_7)); }
inline KeyCollection_t55AD67378C6CDA23EDE1113C33E4D879B949397D * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t55AD67378C6CDA23EDE1113C33E4D879B949397D ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t55AD67378C6CDA23EDE1113C33E4D879B949397D * 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_t5221105303A173FF92DD7B4EBC8147278C0C2DBE, ___values_8)); }
inline ValueCollection_t3B653CB27091E18D7CF6A6CDF74B84D5ED7D987F * get_values_8() const { return ___values_8; }
inline ValueCollection_t3B653CB27091E18D7CF6A6CDF74B84D5ED7D987F ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t3B653CB27091E18D7CF6A6CDF74B84D5ED7D987F * 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_t5221105303A173FF92DD7B4EBC8147278C0C2DBE, ____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.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>
struct List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* ____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_tB6CB50ED979D7494123AC5ADF0C1C587142B5694, ____items_1)); }
inline BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* get__items_1() const { return ____items_1; }
inline BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* 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_tB6CB50ED979D7494123AC5ADF0C1C587142B5694, ____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_tB6CB50ED979D7494123AC5ADF0C1C587142B5694, ____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_tB6CB50ED979D7494123AC5ADF0C1C587142B5694, ____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_tB6CB50ED979D7494123AC5ADF0C1C587142B5694_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694_StaticFields, ____emptyArray_5)); }
inline BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* get__emptyArray_5() const { return ____emptyArray_5; }
inline BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(BaseInvokableCallU5BU5D_t5AA0EABD8006EFF721EE7FCC34BF5AA1418173D3* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (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
{
};
// UnityEngine.Events.BaseInvokableCall
struct BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 : public RuntimeObject
{
public:
public:
};
// UnityEngine.Events.UnityEventBase
struct UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 : public RuntimeObject
{
public:
// UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls
InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * ___m_Calls_0;
// UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls
PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * ___m_PersistentCalls_1;
// System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty
bool ___m_CallsDirty_2;
public:
inline static int32_t get_offset_of_m_Calls_0() { return static_cast<int32_t>(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_Calls_0)); }
inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * get_m_Calls_0() const { return ___m_Calls_0; }
inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F ** get_address_of_m_Calls_0() { return &___m_Calls_0; }
inline void set_m_Calls_0(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * value)
{
___m_Calls_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Calls_0), (void*)value);
}
inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast<int32_t>(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_PersistentCalls_1)); }
inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; }
inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; }
inline void set_m_PersistentCalls_1(PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * value)
{
___m_PersistentCalls_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PersistentCalls_1), (void*)value);
}
inline static int32_t get_offset_of_m_CallsDirty_2() { return static_cast<int32_t>(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_CallsDirty_2)); }
inline bool get_m_CallsDirty_2() const { return ___m_CallsDirty_2; }
inline bool* get_address_of_m_CallsDirty_2() { return &___m_CallsDirty_2; }
inline void set_m_CallsDirty_2(bool value)
{
___m_CallsDirty_2 = value;
}
};
// UnityEngine.Subsystem
struct Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 : public RuntimeObject
{
public:
// UnityEngine.ISubsystemDescriptor UnityEngine.Subsystem::m_subsystemDescriptor
RuntimeObject* ___m_subsystemDescriptor_0;
public:
inline static int32_t get_offset_of_m_subsystemDescriptor_0() { return static_cast<int32_t>(offsetof(Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6, ___m_subsystemDescriptor_0)); }
inline RuntimeObject* get_m_subsystemDescriptor_0() const { return ___m_subsystemDescriptor_0; }
inline RuntimeObject** get_address_of_m_subsystemDescriptor_0() { return &___m_subsystemDescriptor_0; }
inline void set_m_subsystemDescriptor_0(RuntimeObject* value)
{
___m_subsystemDescriptor_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_subsystemDescriptor_0), (void*)value);
}
};
// UnityEngine.SubsystemDescriptor
struct SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA : public RuntimeObject
{
public:
// System.String UnityEngine.SubsystemDescriptor::<id>k__BackingField
String_t* ___U3CidU3Ek__BackingField_0;
// System.Type UnityEngine.SubsystemDescriptor::<subsystemImplementationType>k__BackingField
Type_t * ___U3CsubsystemImplementationTypeU3Ek__BackingField_1;
public:
inline static int32_t get_offset_of_U3CidU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA, ___U3CidU3Ek__BackingField_0)); }
inline String_t* get_U3CidU3Ek__BackingField_0() const { return ___U3CidU3Ek__BackingField_0; }
inline String_t** get_address_of_U3CidU3Ek__BackingField_0() { return &___U3CidU3Ek__BackingField_0; }
inline void set_U3CidU3Ek__BackingField_0(String_t* value)
{
___U3CidU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CidU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CsubsystemImplementationTypeU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA, ___U3CsubsystemImplementationTypeU3Ek__BackingField_1)); }
inline Type_t * get_U3CsubsystemImplementationTypeU3Ek__BackingField_1() const { return ___U3CsubsystemImplementationTypeU3Ek__BackingField_1; }
inline Type_t ** get_address_of_U3CsubsystemImplementationTypeU3Ek__BackingField_1() { return &___U3CsubsystemImplementationTypeU3Ek__BackingField_1; }
inline void set_U3CsubsystemImplementationTypeU3Ek__BackingField_1(Type_t * value)
{
___U3CsubsystemImplementationTypeU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsubsystemImplementationTypeU3Ek__BackingField_1), (void*)value);
}
};
// 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.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Collections.Generic.List`1_Enumerator<System.Object>
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RuntimeObject * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___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_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___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_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
inline RuntimeObject * get_current_3() const { return ___current_3; }
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RuntimeObject * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
}
};
// 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.Guid
struct Guid_t
{
public:
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
public:
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
inline int32_t get__a_1() const { return ____a_1; }
inline int32_t* get_address_of__a_1() { return &____a_1; }
inline void set__a_1(int32_t value)
{
____a_1 = value;
}
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
inline int16_t get__b_2() const { return ____b_2; }
inline int16_t* get_address_of__b_2() { return &____b_2; }
inline void set__b_2(int16_t value)
{
____b_2 = value;
}
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
inline int16_t get__c_3() const { return ____c_3; }
inline int16_t* get_address_of__c_3() { return &____c_3; }
inline void set__c_3(int16_t value)
{
____c_3 = value;
}
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
inline uint8_t get__d_4() const { return ____d_4; }
inline uint8_t* get_address_of__d_4() { return &____d_4; }
inline void set__d_4(uint8_t value)
{
____d_4 = value;
}
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
inline uint8_t get__e_5() const { return ____e_5; }
inline uint8_t* get_address_of__e_5() { return &____e_5; }
inline void set__e_5(uint8_t value)
{
____e_5 = value;
}
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
inline uint8_t get__f_6() const { return ____f_6; }
inline uint8_t* get_address_of__f_6() { return &____f_6; }
inline void set__f_6(uint8_t value)
{
____f_6 = value;
}
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
inline uint8_t get__g_7() const { return ____g_7; }
inline uint8_t* get_address_of__g_7() { return &____g_7; }
inline void set__g_7(uint8_t value)
{
____g_7 = value;
}
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
inline uint8_t get__h_8() const { return ____h_8; }
inline uint8_t* get_address_of__h_8() { return &____h_8; }
inline void set__h_8(uint8_t value)
{
____h_8 = value;
}
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
inline uint8_t get__i_9() const { return ____i_9; }
inline uint8_t* get_address_of__i_9() { return &____i_9; }
inline void set__i_9(uint8_t value)
{
____i_9 = value;
}
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
inline uint8_t get__j_10() const { return ____j_10; }
inline uint8_t* get_address_of__j_10() { return &____j_10; }
inline void set__j_10(uint8_t value)
{
____j_10 = value;
}
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
inline uint8_t get__k_11() const { return ____k_11; }
inline uint8_t* get_address_of__k_11() { return &____k_11; }
inline void set__k_11(uint8_t value)
{
____k_11 = value;
}
};
struct Guid_t_StaticFields
{
public:
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
// System.Object System.Guid::_rngAccess
RuntimeObject * ____rngAccess_12;
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____fastRng_14;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
inline Guid_t get_Empty_0() const { return ___Empty_0; }
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(Guid_t value)
{
___Empty_0 = value;
}
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
inline void set__rngAccess_12(RuntimeObject * value)
{
____rngAccess_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value);
}
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value);
}
inline static int32_t get_offset_of__fastRng_14() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____fastRng_14)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__fastRng_14() const { return ____fastRng_14; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__fastRng_14() { return &____fastRng_14; }
inline void set__fastRng_14(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____fastRng_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value);
}
};
// 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.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
public:
public:
};
// 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.ValueTuple`2<System.Object,System.Boolean>
struct ValueTuple_2_t1DB410112935A237E72E75E33A14CB6D236ADC24
{
public:
// T1 System.ValueTuple`2::Item1
RuntimeObject * ___Item1_0;
// T2 System.ValueTuple`2::Item2
bool ___Item2_1;
public:
inline static int32_t get_offset_of_Item1_0() { return static_cast<int32_t>(offsetof(ValueTuple_2_t1DB410112935A237E72E75E33A14CB6D236ADC24, ___Item1_0)); }
inline RuntimeObject * get_Item1_0() const { return ___Item1_0; }
inline RuntimeObject ** get_address_of_Item1_0() { return &___Item1_0; }
inline void set_Item1_0(RuntimeObject * value)
{
___Item1_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value);
}
inline static int32_t get_offset_of_Item2_1() { return static_cast<int32_t>(offsetof(ValueTuple_2_t1DB410112935A237E72E75E33A14CB6D236ADC24, ___Item2_1)); }
inline bool get_Item2_1() const { return ___Item2_1; }
inline bool* get_address_of_Item2_1() { return &___Item2_1; }
inline void set_Item2_1(bool value)
{
___Item2_1 = value;
}
};
// System.ValueTuple`2<UnityEngine.GameObject,System.Boolean>
struct ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352
{
public:
// T1 System.ValueTuple`2::Item1
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___Item1_0;
// T2 System.ValueTuple`2::Item2
bool ___Item2_1;
public:
inline static int32_t get_offset_of_Item1_0() { return static_cast<int32_t>(offsetof(ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352, ___Item1_0)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_Item1_0() const { return ___Item1_0; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_Item1_0() { return &___Item1_0; }
inline void set_Item1_0(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___Item1_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Item1_0), (void*)value);
}
inline static int32_t get_offset_of_Item2_1() { return static_cast<int32_t>(offsetof(ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352, ___Item2_1)); }
inline bool get_Item2_1() const { return ___Item2_1; }
inline bool* get_address_of_Item2_1() { return &___Item2_1; }
inline void set_Item2_1(bool value)
{
___Item2_1 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// Unity.Collections.NativeSlice`1<System.Byte>
struct NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E
{
public:
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E, ___m_Buffer_0)); }
inline uint8_t* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline uint8_t** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(uint8_t* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Stride_1() { return static_cast<int32_t>(offsetof(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E, ___m_Stride_1)); }
inline int32_t get_m_Stride_1() const { return ___m_Stride_1; }
inline int32_t* get_address_of_m_Stride_1() { return &___m_Stride_1; }
inline void set_m_Stride_1(int32_t value)
{
___m_Stride_1 = value;
}
inline static int32_t get_offset_of_m_Length_2() { return static_cast<int32_t>(offsetof(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E, ___m_Length_2)); }
inline int32_t get_m_Length_2() const { return ___m_Length_2; }
inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; }
inline void set_m_Length_2(int32_t value)
{
___m_Length_2 = value;
}
};
// Unity.Collections.NativeSlice`1<System.UInt32>
struct NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A
{
public:
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A, ___m_Buffer_0)); }
inline uint8_t* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline uint8_t** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(uint8_t* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Stride_1() { return static_cast<int32_t>(offsetof(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A, ___m_Stride_1)); }
inline int32_t get_m_Stride_1() const { return ___m_Stride_1; }
inline int32_t* get_address_of_m_Stride_1() { return &___m_Stride_1; }
inline void set_m_Stride_1(int32_t value)
{
___m_Stride_1 = value;
}
inline static int32_t get_offset_of_m_Length_2() { return static_cast<int32_t>(offsetof(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A, ___m_Length_2)); }
inline int32_t get_m_Length_2() const { return ___m_Length_2; }
inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; }
inline void set_m_Length_2(int32_t value)
{
___m_Length_2 = value;
}
};
// Unity.Collections.NativeSlice`1<System.UInt64>
struct NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64
{
public:
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64, ___m_Buffer_0)); }
inline uint8_t* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline uint8_t** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(uint8_t* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Stride_1() { return static_cast<int32_t>(offsetof(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64, ___m_Stride_1)); }
inline int32_t get_m_Stride_1() const { return ___m_Stride_1; }
inline int32_t* get_address_of_m_Stride_1() { return &___m_Stride_1; }
inline void set_m_Stride_1(int32_t value)
{
___m_Stride_1 = value;
}
inline static int32_t get_offset_of_m_Length_2() { return static_cast<int32_t>(offsetof(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64, ___m_Length_2)); }
inline int32_t get_m_Length_2() const { return ___m_Length_2; }
inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; }
inline void set_m_Length_2(int32_t value)
{
___m_Length_2 = value;
}
};
// Unity.Collections.NativeSlice`1<UnityEngine.Vector3>
struct NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41
{
public:
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41, ___m_Buffer_0)); }
inline uint8_t* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline uint8_t** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(uint8_t* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Stride_1() { return static_cast<int32_t>(offsetof(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41, ___m_Stride_1)); }
inline int32_t get_m_Stride_1() const { return ___m_Stride_1; }
inline int32_t* get_address_of_m_Stride_1() { return &___m_Stride_1; }
inline void set_m_Stride_1(int32_t value)
{
___m_Stride_1 = value;
}
inline static int32_t get_offset_of_m_Length_2() { return static_cast<int32_t>(offsetof(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41, ___m_Length_2)); }
inline int32_t get_m_Length_2() const { return ___m_Length_2; }
inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; }
inline void set_m_Length_2(int32_t value)
{
___m_Length_2 = value;
}
};
// Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>
struct NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6
{
public:
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6, ___m_Buffer_0)); }
inline uint8_t* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline uint8_t** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(uint8_t* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Stride_1() { return static_cast<int32_t>(offsetof(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6, ___m_Stride_1)); }
inline int32_t get_m_Stride_1() const { return ___m_Stride_1; }
inline int32_t* get_address_of_m_Stride_1() { return &___m_Stride_1; }
inline void set_m_Stride_1(int32_t value)
{
___m_Stride_1 = value;
}
inline static int32_t get_offset_of_m_Length_2() { return static_cast<int32_t>(offsetof(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6, ___m_Length_2)); }
inline int32_t get_m_Length_2() const { return ___m_Length_2; }
inline int32_t* get_address_of_m_Length_2() { return &___m_Length_2; }
inline void set_m_Length_2(int32_t value)
{
___m_Length_2 = value;
}
};
// UnityEngine.Events.InvokableCall
struct InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5
{
public:
// UnityEngine.Events.UnityAction UnityEngine.Events.InvokableCall::Delegate
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___Delegate_0;
public:
inline static int32_t get_offset_of_Delegate_0() { return static_cast<int32_t>(offsetof(InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC, ___Delegate_0)); }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_Delegate_0() const { return ___Delegate_0; }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_Delegate_0() { return &___Delegate_0; }
inline void set_Delegate_0(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value)
{
___Delegate_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value);
}
};
// UnityEngine.Events.InvokableCall`1<System.Boolean>
struct InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5
{
public:
// UnityEngine.Events.UnityAction`1<T1> UnityEngine.Events.InvokableCall`1::Delegate
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * ___Delegate_0;
public:
inline static int32_t get_offset_of_Delegate_0() { return static_cast<int32_t>(offsetof(InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB, ___Delegate_0)); }
inline UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * get_Delegate_0() const { return ___Delegate_0; }
inline UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC ** get_address_of_Delegate_0() { return &___Delegate_0; }
inline void set_Delegate_0(UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * value)
{
___Delegate_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value);
}
};
// UnityEngine.Events.InvokableCall`1<System.Int32>
struct InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5
{
public:
// UnityEngine.Events.UnityAction`1<T1> UnityEngine.Events.InvokableCall`1::Delegate
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * ___Delegate_0;
public:
inline static int32_t get_offset_of_Delegate_0() { return static_cast<int32_t>(offsetof(InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5, ___Delegate_0)); }
inline UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * get_Delegate_0() const { return ___Delegate_0; }
inline UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F ** get_address_of_Delegate_0() { return &___Delegate_0; }
inline void set_Delegate_0(UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * value)
{
___Delegate_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value);
}
};
// UnityEngine.Events.InvokableCall`1<System.Object>
struct InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5
{
public:
// UnityEngine.Events.UnityAction`1<T1> UnityEngine.Events.InvokableCall`1::Delegate
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * ___Delegate_0;
public:
inline static int32_t get_offset_of_Delegate_0() { return static_cast<int32_t>(offsetof(InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC, ___Delegate_0)); }
inline UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * get_Delegate_0() const { return ___Delegate_0; }
inline UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 ** get_address_of_Delegate_0() { return &___Delegate_0; }
inline void set_Delegate_0(UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * value)
{
___Delegate_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value);
}
};
// UnityEngine.Events.InvokableCall`1<System.Single>
struct InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5
{
public:
// UnityEngine.Events.UnityAction`1<T1> UnityEngine.Events.InvokableCall`1::Delegate
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___Delegate_0;
public:
inline static int32_t get_offset_of_Delegate_0() { return static_cast<int32_t>(offsetof(InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26, ___Delegate_0)); }
inline UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * get_Delegate_0() const { return ___Delegate_0; }
inline UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 ** get_address_of_Delegate_0() { return &___Delegate_0; }
inline void set_Delegate_0(UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * value)
{
___Delegate_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value);
}
};
// UnityEngine.Events.InvokableCall`2<System.Object,System.Object>
struct InvokableCall_2_t92DAC0F2FB25BD6576E876379F30AD0C93C4E42E : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5
{
public:
// UnityEngine.Events.UnityAction`2<T1,T2> UnityEngine.Events.InvokableCall`2::Delegate
UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 * ___Delegate_0;
public:
inline static int32_t get_offset_of_Delegate_0() { return static_cast<int32_t>(offsetof(InvokableCall_2_t92DAC0F2FB25BD6576E876379F30AD0C93C4E42E, ___Delegate_0)); }
inline UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 * get_Delegate_0() const { return ___Delegate_0; }
inline UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 ** get_address_of_Delegate_0() { return &___Delegate_0; }
inline void set_Delegate_0(UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 * value)
{
___Delegate_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value);
}
};
// UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>
struct InvokableCall_3_t4C86EE6D323407D93E34FFFC787D64FE62C5973D : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5
{
public:
// UnityEngine.Events.UnityAction`3<T1,T2,T3> UnityEngine.Events.InvokableCall`3::Delegate
UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 * ___Delegate_0;
public:
inline static int32_t get_offset_of_Delegate_0() { return static_cast<int32_t>(offsetof(InvokableCall_3_t4C86EE6D323407D93E34FFFC787D64FE62C5973D, ___Delegate_0)); }
inline UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 * get_Delegate_0() const { return ___Delegate_0; }
inline UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 ** get_address_of_Delegate_0() { return &___Delegate_0; }
inline void set_Delegate_0(UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 * value)
{
___Delegate_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value);
}
};
// UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>
struct InvokableCall_4_t72FB1137599CE871685340E96EFDD317DB4831E6 : public BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5
{
public:
// UnityEngine.Events.UnityAction`4<T1,T2,T3,T4> UnityEngine.Events.InvokableCall`4::Delegate
UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 * ___Delegate_0;
public:
inline static int32_t get_offset_of_Delegate_0() { return static_cast<int32_t>(offsetof(InvokableCall_4_t72FB1137599CE871685340E96EFDD317DB4831E6, ___Delegate_0)); }
inline UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 * get_Delegate_0() const { return ___Delegate_0; }
inline UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 ** get_address_of_Delegate_0() { return &___Delegate_0; }
inline void set_Delegate_0(UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 * value)
{
___Delegate_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Delegate_0), (void*)value);
}
};
// UnityEngine.Events.UnityEvent`1<System.Int32>
struct UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3;
public:
inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast<int32_t>(offsetof(UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914, ___m_InvokeArray_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; }
inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value);
}
};
// UnityEngine.Events.UnityEvent`1<System.Object>
struct UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3;
public:
inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast<int32_t>(offsetof(UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D, ___m_InvokeArray_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; }
inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value);
}
};
// UnityEngine.Events.UnityEvent`2<System.Object,System.Object>
struct UnityEvent_2_tCABE16DD12281C927273F04C2F6D54BE6ED094EC : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`2::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3;
public:
inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast<int32_t>(offsetof(UnityEvent_2_tCABE16DD12281C927273F04C2F6D54BE6ED094EC, ___m_InvokeArray_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; }
inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value);
}
};
// UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>
struct UnityEvent_3_t695DB93DCFCA35084D787B62352792D5C4F564C9 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`3::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3;
public:
inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast<int32_t>(offsetof(UnityEvent_3_t695DB93DCFCA35084D787B62352792D5C4F564C9, ___m_InvokeArray_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; }
inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value);
}
};
// UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>
struct UnityEvent_4_t2145BBDEE01F7E33D8060C904609F2FFD8845A0A : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`4::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3;
public:
inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast<int32_t>(offsetof(UnityEvent_4_t2145BBDEE01F7E33D8060C904609F2FFD8845A0A, ___m_InvokeArray_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; }
inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)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.SceneManagement.Scene
struct Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2
{
public:
// System.Int32 UnityEngine.SceneManagement.Scene::m_Handle
int32_t ___m_Handle_0;
public:
inline static int32_t get_offset_of_m_Handle_0() { return static_cast<int32_t>(offsetof(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2, ___m_Handle_0)); }
inline int32_t get_m_Handle_0() const { return ___m_Handle_0; }
inline int32_t* get_address_of_m_Handle_0() { return &___m_Handle_0; }
inline void set_m_Handle_0(int32_t value)
{
___m_Handle_0 = value;
}
};
// UnityEngine.SubsystemDescriptor`1<System.Object>
struct SubsystemDescriptor_1_tE2E4F2A029DA1A307F018FCE747BA53FB9E344C2 : public SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA
{
public:
public:
};
// UnityEngine.Subsystem`1<System.Object>
struct Subsystem_1_t6048F47F8C2EBFDAC541AA593928233978B85EA9 : public Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6
{
public:
public:
};
// 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.Vector2Int
struct Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905
{
public:
// System.Int32 UnityEngine.Vector2Int::m_X
int32_t ___m_X_0;
// System.Int32 UnityEngine.Vector2Int::m_Y
int32_t ___m_Y_1;
public:
inline static int32_t get_offset_of_m_X_0() { return static_cast<int32_t>(offsetof(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905, ___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(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905, ___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;
}
};
struct Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905_StaticFields
{
public:
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero
Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 ___s_Zero_2;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One
Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 ___s_One_3;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up
Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 ___s_Up_4;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down
Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 ___s_Down_5;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left
Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 ___s_Left_6;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right
Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 ___s_Right_7;
public:
inline static int32_t get_offset_of_s_Zero_2() { return static_cast<int32_t>(offsetof(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905_StaticFields, ___s_Zero_2)); }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 get_s_Zero_2() const { return ___s_Zero_2; }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 * get_address_of_s_Zero_2() { return &___s_Zero_2; }
inline void set_s_Zero_2(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 value)
{
___s_Zero_2 = value;
}
inline static int32_t get_offset_of_s_One_3() { return static_cast<int32_t>(offsetof(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905_StaticFields, ___s_One_3)); }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 get_s_One_3() const { return ___s_One_3; }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 * get_address_of_s_One_3() { return &___s_One_3; }
inline void set_s_One_3(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 value)
{
___s_One_3 = value;
}
inline static int32_t get_offset_of_s_Up_4() { return static_cast<int32_t>(offsetof(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905_StaticFields, ___s_Up_4)); }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 get_s_Up_4() const { return ___s_Up_4; }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 * get_address_of_s_Up_4() { return &___s_Up_4; }
inline void set_s_Up_4(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 value)
{
___s_Up_4 = value;
}
inline static int32_t get_offset_of_s_Down_5() { return static_cast<int32_t>(offsetof(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905_StaticFields, ___s_Down_5)); }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 get_s_Down_5() const { return ___s_Down_5; }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 * get_address_of_s_Down_5() { return &___s_Down_5; }
inline void set_s_Down_5(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 value)
{
___s_Down_5 = value;
}
inline static int32_t get_offset_of_s_Left_6() { return static_cast<int32_t>(offsetof(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905_StaticFields, ___s_Left_6)); }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 get_s_Left_6() const { return ___s_Left_6; }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 * get_address_of_s_Left_6() { return &___s_Left_6; }
inline void set_s_Left_6(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 value)
{
___s_Left_6 = value;
}
inline static int32_t get_offset_of_s_Right_7() { return static_cast<int32_t>(offsetof(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905_StaticFields, ___s_Right_7)); }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 get_s_Right_7() const { return ___s_Right_7; }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 * get_address_of_s_Right_7() { return &___s_Right_7; }
inline void set_s_Right_7(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 value)
{
___s_Right_7 = 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.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs
struct ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9
{
public:
// UnityEngine.XR.ARFoundation.ARSessionOrigin UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs::<sessionOrigin>k__BackingField
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * ___U3CsessionOriginU3Ek__BackingField_0;
// UnityEngine.Transform UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs::<trackablesParent>k__BackingField
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___U3CtrackablesParentU3Ek__BackingField_1;
public:
inline static int32_t get_offset_of_U3CsessionOriginU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9, ___U3CsessionOriginU3Ek__BackingField_0)); }
inline ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * get_U3CsessionOriginU3Ek__BackingField_0() const { return ___U3CsessionOriginU3Ek__BackingField_0; }
inline ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF ** get_address_of_U3CsessionOriginU3Ek__BackingField_0() { return &___U3CsessionOriginU3Ek__BackingField_0; }
inline void set_U3CsessionOriginU3Ek__BackingField_0(ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * value)
{
___U3CsessionOriginU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsessionOriginU3Ek__BackingField_0), (void*)value);
}
inline static int32_t get_offset_of_U3CtrackablesParentU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9, ___U3CtrackablesParentU3Ek__BackingField_1)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_U3CtrackablesParentU3Ek__BackingField_1() const { return ___U3CtrackablesParentU3Ek__BackingField_1; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_U3CtrackablesParentU3Ek__BackingField_1() { return &___U3CtrackablesParentU3Ek__BackingField_1; }
inline void set_U3CtrackablesParentU3Ek__BackingField_1(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___U3CtrackablesParentU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtrackablesParentU3Ek__BackingField_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs
struct ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9_marshaled_pinvoke
{
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * ___U3CsessionOriginU3Ek__BackingField_0;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___U3CtrackablesParentU3Ek__BackingField_1;
};
// Native definition for COM marshalling of UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs
struct ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9_marshaled_com
{
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * ___U3CsessionOriginU3Ek__BackingField_0;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___U3CtrackablesParentU3Ek__BackingField_1;
};
// UnityEngine.XR.ARFoundation.TrackableCollection`1<System.Object>
struct TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608
{
public:
// System.Collections.Generic.Dictionary`2<UnityEngine.XR.ARSubsystems.TrackableId,TTrackable> UnityEngine.XR.ARFoundation.TrackableCollection`1::m_Trackables
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * ___m_Trackables_0;
public:
inline static int32_t get_offset_of_m_Trackables_0() { return static_cast<int32_t>(offsetof(TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608, ___m_Trackables_0)); }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * get_m_Trackables_0() const { return ___m_Trackables_0; }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE ** get_address_of_m_Trackables_0() { return &___m_Trackables_0; }
inline void set_m_Trackables_0(Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * value)
{
___m_Trackables_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Trackables_0), (void*)value);
}
};
// UnityEngine.XR.ARSubsystems.ScopedProfiler
struct ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12
{
public:
union
{
struct
{
};
uint8_t ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12__padding[1];
};
public:
};
// UnityEngine.XR.ARSubsystems.TrackableId
struct TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47
{
public:
// System.UInt64 UnityEngine.XR.ARSubsystems.TrackableId::m_SubId1
uint64_t ___m_SubId1_2;
// System.UInt64 UnityEngine.XR.ARSubsystems.TrackableId::m_SubId2
uint64_t ___m_SubId2_3;
public:
inline static int32_t get_offset_of_m_SubId1_2() { return static_cast<int32_t>(offsetof(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47, ___m_SubId1_2)); }
inline uint64_t get_m_SubId1_2() const { return ___m_SubId1_2; }
inline uint64_t* get_address_of_m_SubId1_2() { return &___m_SubId1_2; }
inline void set_m_SubId1_2(uint64_t value)
{
___m_SubId1_2 = value;
}
inline static int32_t get_offset_of_m_SubId2_3() { return static_cast<int32_t>(offsetof(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47, ___m_SubId2_3)); }
inline uint64_t get_m_SubId2_3() const { return ___m_SubId2_3; }
inline uint64_t* get_address_of_m_SubId2_3() { return &___m_SubId2_3; }
inline void set_m_SubId2_3(uint64_t value)
{
___m_SubId2_3 = value;
}
};
struct TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47_StaticFields
{
public:
// System.Text.RegularExpressions.Regex UnityEngine.XR.ARSubsystems.TrackableId::s_TrackableIdRegex
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * ___s_TrackableIdRegex_0;
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.TrackableId::s_InvalidId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___s_InvalidId_1;
public:
inline static int32_t get_offset_of_s_TrackableIdRegex_0() { return static_cast<int32_t>(offsetof(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47_StaticFields, ___s_TrackableIdRegex_0)); }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * get_s_TrackableIdRegex_0() const { return ___s_TrackableIdRegex_0; }
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** get_address_of_s_TrackableIdRegex_0() { return &___s_TrackableIdRegex_0; }
inline void set_s_TrackableIdRegex_0(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
{
___s_TrackableIdRegex_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_TrackableIdRegex_0), (void*)value);
}
inline static int32_t get_offset_of_s_InvalidId_1() { return static_cast<int32_t>(offsetof(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47_StaticFields, ___s_InvalidId_1)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_s_InvalidId_1() const { return ___s_InvalidId_1; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_s_InvalidId_1() { return &___s_InvalidId_1; }
inline void set_s_InvalidId_1(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___s_InvalidId_1 = value;
}
};
// System.Collections.Generic.KeyValuePair`2<UnityEngine.XR.ARSubsystems.TrackableId,System.Object>
struct KeyValuePair_2_t9A2573A27EF4E0F718B4850FBA4E6B9113B0EACA
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___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_t9A2573A27EF4E0F718B4850FBA4E6B9113B0EACA, ___key_0)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_key_0() const { return ___key_0; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_key_0() { return &___key_0; }
inline void set_key_0(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___key_0 = value;
}
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t9A2573A27EF4E0F718B4850FBA4E6B9113B0EACA, ___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.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.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.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.Reflection.MethodInfo
struct MethodInfo_t : public MethodBase_t
{
public:
public:
};
// 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;
}
};
// Unity.Collections.Allocator
struct Allocator_t62A091275262E7067EAAD565B67764FA877D58D6
{
public:
// System.Int32 Unity.Collections.Allocator::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Allocator_t62A091275262E7067EAAD565B67764FA877D58D6, ___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;
}
};
// Unity.Collections.NativeArrayOptions
struct NativeArrayOptions_t23897F2D7CA2F1B58D2539C64062DD7C77615B6A
{
public:
// System.Int32 Unity.Collections.NativeArrayOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NativeArrayOptions_t23897F2D7CA2F1B58D2539C64062DD7C77615B6A, ___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;
}
};
// Unity.Collections.NativeSlice`1_Enumerator<System.Byte>
struct Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69
{
public:
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1_Enumerator::m_Array
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E ___m_Array_0;
// System.Int32 Unity.Collections.NativeSlice`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69, ___m_Array_0)); }
inline NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E get_m_Array_0() const { return ___m_Array_0; }
inline NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeSlice`1_Enumerator<System.UInt32>
struct Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720
{
public:
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1_Enumerator::m_Array
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A ___m_Array_0;
// System.Int32 Unity.Collections.NativeSlice`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720, ___m_Array_0)); }
inline NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A get_m_Array_0() const { return ___m_Array_0; }
inline NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeSlice`1_Enumerator<System.UInt64>
struct Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC
{
public:
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1_Enumerator::m_Array
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 ___m_Array_0;
// System.Int32 Unity.Collections.NativeSlice`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC, ___m_Array_0)); }
inline NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 get_m_Array_0() const { return ___m_Array_0; }
inline NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.Vector3>
struct Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9
{
public:
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1_Enumerator::m_Array
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 ___m_Array_0;
// System.Int32 Unity.Collections.NativeSlice`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9, ___m_Array_0)); }
inline NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 get_m_Array_0() const { return ___m_Array_0; }
inline NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>
struct Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B
{
public:
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1_Enumerator::m_Array
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 ___m_Array_0;
// System.Int32 Unity.Collections.NativeSlice`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B, ___m_Array_0)); }
inline NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 get_m_Array_0() const { return ___m_Array_0; }
inline NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob>
struct JobStruct_1_t2D705F855D2AC6414179E8912181AEE8E1201680
{
public:
union
{
struct
{
};
uint8_t JobStruct_1_t04DA7856C2389FAE899D1062FC1B52CB035FC8EA__padding[1];
};
public:
};
struct JobStruct_1_t2D705F855D2AC6414179E8912181AEE8E1201680_StaticFields
{
public:
// System.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1::jobReflectionData
intptr_t ___jobReflectionData_0;
public:
inline static int32_t get_offset_of_jobReflectionData_0() { return static_cast<int32_t>(offsetof(JobStruct_1_t2D705F855D2AC6414179E8912181AEE8E1201680_StaticFields, ___jobReflectionData_0)); }
inline intptr_t get_jobReflectionData_0() const { return ___jobReflectionData_0; }
inline intptr_t* get_address_of_jobReflectionData_0() { return &___jobReflectionData_0; }
inline void set_jobReflectionData_0(intptr_t value)
{
___jobReflectionData_0 = value;
}
};
// Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions_DeallocateJob>
struct JobStruct_1_t60D68B9BF45582A40B570D7BDC3855D4FCA17DA9
{
public:
union
{
struct
{
};
uint8_t JobStruct_1_t04DA7856C2389FAE899D1062FC1B52CB035FC8EA__padding[1];
};
public:
};
struct JobStruct_1_t60D68B9BF45582A40B570D7BDC3855D4FCA17DA9_StaticFields
{
public:
// System.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1::jobReflectionData
intptr_t ___jobReflectionData_0;
public:
inline static int32_t get_offset_of_jobReflectionData_0() { return static_cast<int32_t>(offsetof(JobStruct_1_t60D68B9BF45582A40B570D7BDC3855D4FCA17DA9_StaticFields, ___jobReflectionData_0)); }
inline intptr_t get_jobReflectionData_0() const { return ___jobReflectionData_0; }
inline intptr_t* get_address_of_jobReflectionData_0() { return &___jobReflectionData_0; }
inline void set_jobReflectionData_0(intptr_t value)
{
___jobReflectionData_0 = value;
}
};
// Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob>
struct JobStruct_1_t9A1D3BE35B492D15ACEF9706FE4B41303C73ED9D
{
public:
union
{
struct
{
};
uint8_t JobStruct_1_t04DA7856C2389FAE899D1062FC1B52CB035FC8EA__padding[1];
};
public:
};
struct JobStruct_1_t9A1D3BE35B492D15ACEF9706FE4B41303C73ED9D_StaticFields
{
public:
// System.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1::jobReflectionData
intptr_t ___jobReflectionData_0;
public:
inline static int32_t get_offset_of_jobReflectionData_0() { return static_cast<int32_t>(offsetof(JobStruct_1_t9A1D3BE35B492D15ACEF9706FE4B41303C73ED9D_StaticFields, ___jobReflectionData_0)); }
inline intptr_t get_jobReflectionData_0() const { return ___jobReflectionData_0; }
inline intptr_t* get_address_of_jobReflectionData_0() { return &___jobReflectionData_0; }
inline void set_jobReflectionData_0(intptr_t value)
{
___jobReflectionData_0 = value;
}
};
// Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_DeallocateNativeArrayJob`1<System.Byte>>
struct JobStruct_1_tC7327A4D7E57B841C2F10E7154313017702DFCC4
{
public:
union
{
struct
{
};
uint8_t JobStruct_1_t04DA7856C2389FAE899D1062FC1B52CB035FC8EA__padding[1];
};
public:
};
struct JobStruct_1_tC7327A4D7E57B841C2F10E7154313017702DFCC4_StaticFields
{
public:
// System.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1::jobReflectionData
intptr_t ___jobReflectionData_0;
public:
inline static int32_t get_offset_of_jobReflectionData_0() { return static_cast<int32_t>(offsetof(JobStruct_1_tC7327A4D7E57B841C2F10E7154313017702DFCC4_StaticFields, ___jobReflectionData_0)); }
inline intptr_t get_jobReflectionData_0() const { return ___jobReflectionData_0; }
inline intptr_t* get_address_of_jobReflectionData_0() { return &___jobReflectionData_0; }
inline void set_jobReflectionData_0(intptr_t value)
{
___jobReflectionData_0 = value;
}
};
// Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_ReleaseDatabaseJob>
struct JobStruct_1_t23AED54A4D3A385AC0558753EDABCAB2A886BC75
{
public:
union
{
struct
{
};
uint8_t JobStruct_1_t04DA7856C2389FAE899D1062FC1B52CB035FC8EA__padding[1];
};
public:
};
struct JobStruct_1_t23AED54A4D3A385AC0558753EDABCAB2A886BC75_StaticFields
{
public:
// System.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1::jobReflectionData
intptr_t ___jobReflectionData_0;
public:
inline static int32_t get_offset_of_jobReflectionData_0() { return static_cast<int32_t>(offsetof(JobStruct_1_t23AED54A4D3A385AC0558753EDABCAB2A886BC75_StaticFields, ___jobReflectionData_0)); }
inline intptr_t get_jobReflectionData_0() const { return ___jobReflectionData_0; }
inline intptr_t* get_address_of_jobReflectionData_0() { return &___jobReflectionData_0; }
inline void set_jobReflectionData_0(intptr_t value)
{
___jobReflectionData_0 = value;
}
};
// Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_FlipBoundaryWindingJob>
struct JobStruct_1_tD1BCEBB5CC0EA92CD7B62250584FAD513A059E0E
{
public:
union
{
struct
{
};
uint8_t JobStruct_1_t04DA7856C2389FAE899D1062FC1B52CB035FC8EA__padding[1];
};
public:
};
struct JobStruct_1_tD1BCEBB5CC0EA92CD7B62250584FAD513A059E0E_StaticFields
{
public:
// System.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1::jobReflectionData
intptr_t ___jobReflectionData_0;
public:
inline static int32_t get_offset_of_jobReflectionData_0() { return static_cast<int32_t>(offsetof(JobStruct_1_tD1BCEBB5CC0EA92CD7B62250584FAD513A059E0E_StaticFields, ___jobReflectionData_0)); }
inline intptr_t get_jobReflectionData_0() const { return ___jobReflectionData_0; }
inline intptr_t* get_address_of_jobReflectionData_0() { return &___jobReflectionData_0; }
inline void set_jobReflectionData_0(intptr_t value)
{
___jobReflectionData_0 = value;
}
};
// Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob>
struct ParallelForJobStruct_1_tD7EC807DEDBAAEB09CFCD8AFF498EBA936A0BD15
{
public:
union
{
struct
{
};
uint8_t ParallelForJobStruct_1_tFD150555FF3BEFB9B2230885CFAF4781F4C059D6__padding[1];
};
public:
};
struct ParallelForJobStruct_1_tD7EC807DEDBAAEB09CFCD8AFF498EBA936A0BD15_StaticFields
{
public:
// System.IntPtr Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1::jobReflectionData
intptr_t ___jobReflectionData_0;
public:
inline static int32_t get_offset_of_jobReflectionData_0() { return static_cast<int32_t>(offsetof(ParallelForJobStruct_1_tD7EC807DEDBAAEB09CFCD8AFF498EBA936A0BD15_StaticFields, ___jobReflectionData_0)); }
inline intptr_t get_jobReflectionData_0() const { return ___jobReflectionData_0; }
inline intptr_t* get_address_of_jobReflectionData_0() { return &___jobReflectionData_0; }
inline void set_jobReflectionData_0(intptr_t value)
{
___jobReflectionData_0 = value;
}
};
// Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_ConvertRGBA32ToARGB32Job>
struct ParallelForJobStruct_1_t94F28917DD754F22D23734690B284B1D0EC3C5F9
{
public:
union
{
struct
{
};
uint8_t ParallelForJobStruct_1_tFD150555FF3BEFB9B2230885CFAF4781F4C059D6__padding[1];
};
public:
};
struct ParallelForJobStruct_1_t94F28917DD754F22D23734690B284B1D0EC3C5F9_StaticFields
{
public:
// System.IntPtr Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1::jobReflectionData
intptr_t ___jobReflectionData_0;
public:
inline static int32_t get_offset_of_jobReflectionData_0() { return static_cast<int32_t>(offsetof(ParallelForJobStruct_1_t94F28917DD754F22D23734690B284B1D0EC3C5F9_StaticFields, ___jobReflectionData_0)); }
inline intptr_t get_jobReflectionData_0() const { return ___jobReflectionData_0; }
inline intptr_t* get_address_of_jobReflectionData_0() { return &___jobReflectionData_0; }
inline void set_jobReflectionData_0(intptr_t value)
{
___jobReflectionData_0 = value;
}
};
// Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARKit.ARKitXRDepthSubsystem_TransformPositionsJob>
struct ParallelForJobStruct_1_t8FA4B22A92253B19C1DB21F5F9455DCC25AAD60E
{
public:
union
{
struct
{
};
uint8_t ParallelForJobStruct_1_tFD150555FF3BEFB9B2230885CFAF4781F4C059D6__padding[1];
};
public:
};
struct ParallelForJobStruct_1_t8FA4B22A92253B19C1DB21F5F9455DCC25AAD60E_StaticFields
{
public:
// System.IntPtr Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1::jobReflectionData
intptr_t ___jobReflectionData_0;
public:
inline static int32_t get_offset_of_jobReflectionData_0() { return static_cast<int32_t>(offsetof(ParallelForJobStruct_1_t8FA4B22A92253B19C1DB21F5F9455DCC25AAD60E_StaticFields, ___jobReflectionData_0)); }
inline intptr_t get_jobReflectionData_0() const { return ___jobReflectionData_0; }
inline intptr_t* get_address_of_jobReflectionData_0() { return &___jobReflectionData_0; }
inline void set_jobReflectionData_0(intptr_t value)
{
___jobReflectionData_0 = value;
}
};
// Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_TransformBoundaryPositionsJob>
struct ParallelForJobStruct_1_t0277C2CEF3D71291BE50621921F333877899BAE2
{
public:
union
{
struct
{
};
uint8_t ParallelForJobStruct_1_tFD150555FF3BEFB9B2230885CFAF4781F4C059D6__padding[1];
};
public:
};
struct ParallelForJobStruct_1_t0277C2CEF3D71291BE50621921F333877899BAE2_StaticFields
{
public:
// System.IntPtr Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1::jobReflectionData
intptr_t ___jobReflectionData_0;
public:
inline static int32_t get_offset_of_jobReflectionData_0() { return static_cast<int32_t>(offsetof(ParallelForJobStruct_1_t0277C2CEF3D71291BE50621921F333877899BAE2_StaticFields, ___jobReflectionData_0)); }
inline intptr_t get_jobReflectionData_0() const { return ___jobReflectionData_0; }
inline intptr_t* get_address_of_jobReflectionData_0() { return &___jobReflectionData_0; }
inline void set_jobReflectionData_0(intptr_t value)
{
___jobReflectionData_0 = value;
}
};
// Unity.Jobs.LowLevel.Unsafe.JobRanges
struct JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14
{
public:
// System.Int32 Unity.Jobs.LowLevel.Unsafe.JobRanges::BatchSize
int32_t ___BatchSize_0;
// System.Int32 Unity.Jobs.LowLevel.Unsafe.JobRanges::NumJobs
int32_t ___NumJobs_1;
// System.Int32 Unity.Jobs.LowLevel.Unsafe.JobRanges::TotalIterationCount
int32_t ___TotalIterationCount_2;
// System.Int32 Unity.Jobs.LowLevel.Unsafe.JobRanges::NumPhases
int32_t ___NumPhases_3;
// System.IntPtr Unity.Jobs.LowLevel.Unsafe.JobRanges::StartEndIndex
intptr_t ___StartEndIndex_4;
// System.IntPtr Unity.Jobs.LowLevel.Unsafe.JobRanges::PhaseData
intptr_t ___PhaseData_5;
public:
inline static int32_t get_offset_of_BatchSize_0() { return static_cast<int32_t>(offsetof(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14, ___BatchSize_0)); }
inline int32_t get_BatchSize_0() const { return ___BatchSize_0; }
inline int32_t* get_address_of_BatchSize_0() { return &___BatchSize_0; }
inline void set_BatchSize_0(int32_t value)
{
___BatchSize_0 = value;
}
inline static int32_t get_offset_of_NumJobs_1() { return static_cast<int32_t>(offsetof(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14, ___NumJobs_1)); }
inline int32_t get_NumJobs_1() const { return ___NumJobs_1; }
inline int32_t* get_address_of_NumJobs_1() { return &___NumJobs_1; }
inline void set_NumJobs_1(int32_t value)
{
___NumJobs_1 = value;
}
inline static int32_t get_offset_of_TotalIterationCount_2() { return static_cast<int32_t>(offsetof(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14, ___TotalIterationCount_2)); }
inline int32_t get_TotalIterationCount_2() const { return ___TotalIterationCount_2; }
inline int32_t* get_address_of_TotalIterationCount_2() { return &___TotalIterationCount_2; }
inline void set_TotalIterationCount_2(int32_t value)
{
___TotalIterationCount_2 = value;
}
inline static int32_t get_offset_of_NumPhases_3() { return static_cast<int32_t>(offsetof(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14, ___NumPhases_3)); }
inline int32_t get_NumPhases_3() const { return ___NumPhases_3; }
inline int32_t* get_address_of_NumPhases_3() { return &___NumPhases_3; }
inline void set_NumPhases_3(int32_t value)
{
___NumPhases_3 = value;
}
inline static int32_t get_offset_of_StartEndIndex_4() { return static_cast<int32_t>(offsetof(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14, ___StartEndIndex_4)); }
inline intptr_t get_StartEndIndex_4() const { return ___StartEndIndex_4; }
inline intptr_t* get_address_of_StartEndIndex_4() { return &___StartEndIndex_4; }
inline void set_StartEndIndex_4(intptr_t value)
{
___StartEndIndex_4 = value;
}
inline static int32_t get_offset_of_PhaseData_5() { return static_cast<int32_t>(offsetof(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14, ___PhaseData_5)); }
inline intptr_t get_PhaseData_5() const { return ___PhaseData_5; }
inline intptr_t* get_address_of_PhaseData_5() { return &___PhaseData_5; }
inline void set_PhaseData_5(intptr_t value)
{
___PhaseData_5 = value;
}
};
// Unity.Jobs.LowLevel.Unsafe.JobType
struct JobType_t66266758BB00E35DC700FF1093B5D5A7BBEBB3AB
{
public:
// System.Int32 Unity.Jobs.LowLevel.Unsafe.JobType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(JobType_t66266758BB00E35DC700FF1093B5D5A7BBEBB3AB, ___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;
}
};
// UnityEngine.CastHelper`1<System.Object>
struct CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF
{
public:
// T UnityEngine.CastHelper`1::t
RuntimeObject * ___t_0;
// System.IntPtr UnityEngine.CastHelper`1::onePointerFurtherThanT
intptr_t ___onePointerFurtherThanT_1;
public:
inline static int32_t get_offset_of_t_0() { return static_cast<int32_t>(offsetof(CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF, ___t_0)); }
inline RuntimeObject * get_t_0() const { return ___t_0; }
inline RuntimeObject ** get_address_of_t_0() { return &___t_0; }
inline void set_t_0(RuntimeObject * value)
{
___t_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___t_0), (void*)value);
}
inline static int32_t get_offset_of_onePointerFurtherThanT_1() { return static_cast<int32_t>(offsetof(CastHelper_1_t72B003D3B45B7A5BF4E96CDF11BC8BF1CB8467BF, ___onePointerFurtherThanT_1)); }
inline intptr_t get_onePointerFurtherThanT_1() const { return ___onePointerFurtherThanT_1; }
inline intptr_t* get_address_of_onePointerFurtherThanT_1() { return &___onePointerFurtherThanT_1; }
inline void set_onePointerFurtherThanT_1(intptr_t value)
{
___onePointerFurtherThanT_1 = value;
}
};
// UnityEngine.Events.CachedInvokableCall`1<System.Boolean>
struct CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7 : public InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB
{
public:
// T UnityEngine.Events.CachedInvokableCall`1::m_Arg1
bool ___m_Arg1_1;
public:
inline static int32_t get_offset_of_m_Arg1_1() { return static_cast<int32_t>(offsetof(CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7, ___m_Arg1_1)); }
inline bool get_m_Arg1_1() const { return ___m_Arg1_1; }
inline bool* get_address_of_m_Arg1_1() { return &___m_Arg1_1; }
inline void set_m_Arg1_1(bool value)
{
___m_Arg1_1 = value;
}
};
// UnityEngine.Events.CachedInvokableCall`1<System.Int32>
struct CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6 : public InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5
{
public:
// T UnityEngine.Events.CachedInvokableCall`1::m_Arg1
int32_t ___m_Arg1_1;
public:
inline static int32_t get_offset_of_m_Arg1_1() { return static_cast<int32_t>(offsetof(CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6, ___m_Arg1_1)); }
inline int32_t get_m_Arg1_1() const { return ___m_Arg1_1; }
inline int32_t* get_address_of_m_Arg1_1() { return &___m_Arg1_1; }
inline void set_m_Arg1_1(int32_t value)
{
___m_Arg1_1 = value;
}
};
// UnityEngine.Events.CachedInvokableCall`1<System.Object>
struct CachedInvokableCall_1_tF7F1670398EB759A3D4AFEB35F47850DCD7D00AD : public InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC
{
public:
// T UnityEngine.Events.CachedInvokableCall`1::m_Arg1
RuntimeObject * ___m_Arg1_1;
public:
inline static int32_t get_offset_of_m_Arg1_1() { return static_cast<int32_t>(offsetof(CachedInvokableCall_1_tF7F1670398EB759A3D4AFEB35F47850DCD7D00AD, ___m_Arg1_1)); }
inline RuntimeObject * get_m_Arg1_1() const { return ___m_Arg1_1; }
inline RuntimeObject ** get_address_of_m_Arg1_1() { return &___m_Arg1_1; }
inline void set_m_Arg1_1(RuntimeObject * value)
{
___m_Arg1_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Arg1_1), (void*)value);
}
};
// UnityEngine.Events.CachedInvokableCall`1<System.Single>
struct CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A : public InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26
{
public:
// T UnityEngine.Events.CachedInvokableCall`1::m_Arg1
float ___m_Arg1_1;
public:
inline static int32_t get_offset_of_m_Arg1_1() { return static_cast<int32_t>(offsetof(CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A, ___m_Arg1_1)); }
inline float get_m_Arg1_1() const { return ___m_Arg1_1; }
inline float* get_address_of_m_Arg1_1() { return &___m_Arg1_1; }
inline void set_m_Arg1_1(float value)
{
___m_Arg1_1 = value;
}
};
// UnityEngine.IntegratedSubsystem
struct IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.IntegratedSubsystem::m_Ptr
intptr_t ___m_Ptr_0;
// UnityEngine.ISubsystemDescriptor UnityEngine.IntegratedSubsystem::m_subsystemDescriptor
RuntimeObject* ___m_subsystemDescriptor_1;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
inline static int32_t get_offset_of_m_subsystemDescriptor_1() { return static_cast<int32_t>(offsetof(IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026, ___m_subsystemDescriptor_1)); }
inline RuntimeObject* get_m_subsystemDescriptor_1() const { return ___m_subsystemDescriptor_1; }
inline RuntimeObject** get_address_of_m_subsystemDescriptor_1() { return &___m_subsystemDescriptor_1; }
inline void set_m_subsystemDescriptor_1(RuntimeObject* value)
{
___m_subsystemDescriptor_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_subsystemDescriptor_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of UnityEngine.IntegratedSubsystem
struct IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
RuntimeObject* ___m_subsystemDescriptor_1;
};
// Native definition for COM marshalling of UnityEngine.IntegratedSubsystem
struct IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026_marshaled_com
{
intptr_t ___m_Ptr_0;
RuntimeObject* ___m_subsystemDescriptor_1;
};
// UnityEngine.IntegratedSubsystemDescriptor
struct IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.IntegratedSubsystemDescriptor::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.IntegratedSubsystemDescriptor
struct IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.IntegratedSubsystemDescriptor
struct IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : 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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// UnityEngine.Pose
struct Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29
{
public:
// UnityEngine.Vector3 UnityEngine.Pose::position
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position_0;
// UnityEngine.Quaternion UnityEngine.Pose::rotation
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___rotation_1;
public:
inline static int32_t get_offset_of_position_0() { return static_cast<int32_t>(offsetof(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29, ___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_rotation_1() { return static_cast<int32_t>(offsetof(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29, ___rotation_1)); }
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 get_rotation_1() const { return ___rotation_1; }
inline Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 * get_address_of_rotation_1() { return &___rotation_1; }
inline void set_rotation_1(Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 value)
{
___rotation_1 = value;
}
};
struct Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29_StaticFields
{
public:
// UnityEngine.Pose UnityEngine.Pose::k_Identity
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___k_Identity_2;
public:
inline static int32_t get_offset_of_k_Identity_2() { return static_cast<int32_t>(offsetof(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29_StaticFields, ___k_Identity_2)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_k_Identity_2() const { return ___k_Identity_2; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_k_Identity_2() { return &___k_Identity_2; }
inline void set_k_Identity_2(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___k_Identity_2 = value;
}
};
// UnityEngine.Ray
struct Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2
{
public:
// UnityEngine.Vector3 UnityEngine.Ray::m_Origin
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Origin_0;
// UnityEngine.Vector3 UnityEngine.Ray::m_Direction
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Direction_1;
public:
inline static int32_t get_offset_of_m_Origin_0() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Origin_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Origin_0() const { return ___m_Origin_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Origin_0() { return &___m_Origin_0; }
inline void set_m_Origin_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Origin_0 = value;
}
inline static int32_t get_offset_of_m_Direction_1() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Direction_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Direction_1() const { return ___m_Direction_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Direction_1() { return &___m_Direction_1; }
inline void set_m_Direction_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Direction_1 = value;
}
};
// UnityEngine.Rendering.TextureDimension
struct TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C
{
public:
// System.Int32 UnityEngine.Rendering.TextureDimension::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureDimension_t90D0E4110D3F4D062F3E8C0F69809BFBBDF8E19C, ___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;
}
};
// UnityEngine.TextureFormat
struct TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE
{
public:
// System.Int32 UnityEngine.TextureFormat::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextureFormat_t7C6B5101554065C47682E592D1E26079D4EC2DCE, ___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;
}
};
// UnityEngine.XR.ARKit.ARKitImageDatabase_ConvertRGBA32ToARGB32Job
struct ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0
{
public:
// Unity.Collections.NativeSlice`1<System.UInt32> UnityEngine.XR.ARKit.ARKitImageDatabase_ConvertRGBA32ToARGB32Job::rgbaImage
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A ___rgbaImage_0;
// Unity.Collections.NativeSlice`1<System.UInt32> UnityEngine.XR.ARKit.ARKitImageDatabase_ConvertRGBA32ToARGB32Job::argbImage
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A ___argbImage_1;
public:
inline static int32_t get_offset_of_rgbaImage_0() { return static_cast<int32_t>(offsetof(ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0, ___rgbaImage_0)); }
inline NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A get_rgbaImage_0() const { return ___rgbaImage_0; }
inline NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * get_address_of_rgbaImage_0() { return &___rgbaImage_0; }
inline void set_rgbaImage_0(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A value)
{
___rgbaImage_0 = value;
}
inline static int32_t get_offset_of_argbImage_1() { return static_cast<int32_t>(offsetof(ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0, ___argbImage_1)); }
inline NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A get_argbImage_1() const { return ___argbImage_1; }
inline NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * get_address_of_argbImage_1() { return &___argbImage_1; }
inline void set_argbImage_1(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A value)
{
___argbImage_1 = value;
}
};
// UnityEngine.XR.ARKit.ARKitImageDatabase_ReleaseDatabaseJob
struct ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67
{
public:
// System.IntPtr UnityEngine.XR.ARKit.ARKitImageDatabase_ReleaseDatabaseJob::database
intptr_t ___database_0;
public:
inline static int32_t get_offset_of_database_0() { return static_cast<int32_t>(offsetof(ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67, ___database_0)); }
inline intptr_t get_database_0() const { return ___database_0; }
inline intptr_t* get_address_of_database_0() { return &___database_0; }
inline void set_database_0(intptr_t value)
{
___database_0 = value;
}
};
// UnityEngine.XR.ARKit.ManagedReferenceImage
struct ManagedReferenceImage_tEA2FA0180249C069693B51BC6AA10DBF0EDC3789
{
public:
// System.Guid UnityEngine.XR.ARKit.ManagedReferenceImage::guid
Guid_t ___guid_0;
// System.Guid UnityEngine.XR.ARKit.ManagedReferenceImage::textureGuid
Guid_t ___textureGuid_1;
// UnityEngine.Vector2 UnityEngine.XR.ARKit.ManagedReferenceImage::size
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___size_2;
// System.IntPtr UnityEngine.XR.ARKit.ManagedReferenceImage::name
intptr_t ___name_3;
// System.IntPtr UnityEngine.XR.ARKit.ManagedReferenceImage::texture
intptr_t ___texture_4;
public:
inline static int32_t get_offset_of_guid_0() { return static_cast<int32_t>(offsetof(ManagedReferenceImage_tEA2FA0180249C069693B51BC6AA10DBF0EDC3789, ___guid_0)); }
inline Guid_t get_guid_0() const { return ___guid_0; }
inline Guid_t * get_address_of_guid_0() { return &___guid_0; }
inline void set_guid_0(Guid_t value)
{
___guid_0 = value;
}
inline static int32_t get_offset_of_textureGuid_1() { return static_cast<int32_t>(offsetof(ManagedReferenceImage_tEA2FA0180249C069693B51BC6AA10DBF0EDC3789, ___textureGuid_1)); }
inline Guid_t get_textureGuid_1() const { return ___textureGuid_1; }
inline Guid_t * get_address_of_textureGuid_1() { return &___textureGuid_1; }
inline void set_textureGuid_1(Guid_t value)
{
___textureGuid_1 = value;
}
inline static int32_t get_offset_of_size_2() { return static_cast<int32_t>(offsetof(ManagedReferenceImage_tEA2FA0180249C069693B51BC6AA10DBF0EDC3789, ___size_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_size_2() const { return ___size_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_size_2() { return &___size_2; }
inline void set_size_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___size_2 = value;
}
inline static int32_t get_offset_of_name_3() { return static_cast<int32_t>(offsetof(ManagedReferenceImage_tEA2FA0180249C069693B51BC6AA10DBF0EDC3789, ___name_3)); }
inline intptr_t get_name_3() const { return ___name_3; }
inline intptr_t* get_address_of_name_3() { return &___name_3; }
inline void set_name_3(intptr_t value)
{
___name_3 = value;
}
inline static int32_t get_offset_of_texture_4() { return static_cast<int32_t>(offsetof(ManagedReferenceImage_tEA2FA0180249C069693B51BC6AA10DBF0EDC3789, ___texture_4)); }
inline intptr_t get_texture_4() const { return ___texture_4; }
inline intptr_t* get_address_of_texture_4() { return &___texture_4; }
inline void set_texture_4(intptr_t value)
{
___texture_4 = value;
}
};
// UnityEngine.XR.ARSubsystems.Feature
struct Feature_tDAB1CF43CABADCA755120264C62FD06F426AA7CA
{
public:
// System.UInt64 UnityEngine.XR.ARSubsystems.Feature::value__
uint64_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Feature_tDAB1CF43CABADCA755120264C62FD06F426AA7CA, ___value___2)); }
inline uint64_t get_value___2() const { return ___value___2; }
inline uint64_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint64_t value)
{
___value___2 = value;
}
};
// UnityEngine.XR.ARSubsystems.PlaneAlignment
struct PlaneAlignment_t8959E33A181E8A5B46387DDC30F957DD14B48783
{
public:
// System.Int32 UnityEngine.XR.ARSubsystems.PlaneAlignment::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PlaneAlignment_t8959E33A181E8A5B46387DDC30F957DD14B48783, ___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;
}
};
// UnityEngine.XR.ARSubsystems.PlaneClassification
struct PlaneClassification_t71F2A910A03A3173EC07FA011082D6ED7B8851C2
{
public:
// System.Int32 UnityEngine.XR.ARSubsystems.PlaneClassification::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PlaneClassification_t71F2A910A03A3173EC07FA011082D6ED7B8851C2, ___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;
}
};
// UnityEngine.XR.ARSubsystems.TrackableType
struct TrackableType_t078FFF635AE2E4FC51E7D7DB8AB1CB884D30EA1F
{
public:
// System.Int32 UnityEngine.XR.ARSubsystems.TrackableType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TrackableType_t078FFF635AE2E4FC51E7D7DB8AB1CB884D30EA1F, ___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;
}
};
// UnityEngine.XR.ARSubsystems.TrackingState
struct TrackingState_t124D9E603E4E0453A85409CF7762EE8C946233F6
{
public:
// System.Int32 UnityEngine.XR.ARSubsystems.TrackingState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TrackingState_t124D9E603E4E0453A85409CF7762EE8C946233F6, ___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;
}
};
// UnityEngine.XR.ARSubsystems.XRCameraConfiguration
struct XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97
{
public:
// UnityEngine.Vector2Int UnityEngine.XR.ARSubsystems.XRCameraConfiguration::m_Resolution
Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 ___m_Resolution_0;
// System.Int32 UnityEngine.XR.ARSubsystems.XRCameraConfiguration::m_Framerate
int32_t ___m_Framerate_1;
// System.IntPtr UnityEngine.XR.ARSubsystems.XRCameraConfiguration::m_NativeConfigurationHandle
intptr_t ___m_NativeConfigurationHandle_2;
public:
inline static int32_t get_offset_of_m_Resolution_0() { return static_cast<int32_t>(offsetof(XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97, ___m_Resolution_0)); }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 get_m_Resolution_0() const { return ___m_Resolution_0; }
inline Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 * get_address_of_m_Resolution_0() { return &___m_Resolution_0; }
inline void set_m_Resolution_0(Vector2Int_t339DA203C037FA6BCFC926C36DC2194D52D5F905 value)
{
___m_Resolution_0 = value;
}
inline static int32_t get_offset_of_m_Framerate_1() { return static_cast<int32_t>(offsetof(XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97, ___m_Framerate_1)); }
inline int32_t get_m_Framerate_1() const { return ___m_Framerate_1; }
inline int32_t* get_address_of_m_Framerate_1() { return &___m_Framerate_1; }
inline void set_m_Framerate_1(int32_t value)
{
___m_Framerate_1 = value;
}
inline static int32_t get_offset_of_m_NativeConfigurationHandle_2() { return static_cast<int32_t>(offsetof(XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97, ___m_NativeConfigurationHandle_2)); }
inline intptr_t get_m_NativeConfigurationHandle_2() const { return ___m_NativeConfigurationHandle_2; }
inline intptr_t* get_address_of_m_NativeConfigurationHandle_2() { return &___m_NativeConfigurationHandle_2; }
inline void set_m_NativeConfigurationHandle_2(intptr_t value)
{
___m_NativeConfigurationHandle_2 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint
struct XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B
{
public:
// System.Int32 UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint::m_Index
int32_t ___m_Index_0;
// System.Int32 UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint::m_ParentIndex
int32_t ___m_ParentIndex_1;
// UnityEngine.Vector2 UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint::m_Position
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Position_2;
// System.Int32 UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint::m_Tracked
int32_t ___m_Tracked_3;
public:
inline static int32_t get_offset_of_m_Index_0() { return static_cast<int32_t>(offsetof(XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B, ___m_Index_0)); }
inline int32_t get_m_Index_0() const { return ___m_Index_0; }
inline int32_t* get_address_of_m_Index_0() { return &___m_Index_0; }
inline void set_m_Index_0(int32_t value)
{
___m_Index_0 = value;
}
inline static int32_t get_offset_of_m_ParentIndex_1() { return static_cast<int32_t>(offsetof(XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B, ___m_ParentIndex_1)); }
inline int32_t get_m_ParentIndex_1() const { return ___m_ParentIndex_1; }
inline int32_t* get_address_of_m_ParentIndex_1() { return &___m_ParentIndex_1; }
inline void set_m_ParentIndex_1(int32_t value)
{
___m_ParentIndex_1 = value;
}
inline static int32_t get_offset_of_m_Position_2() { return static_cast<int32_t>(offsetof(XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B, ___m_Position_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Position_2() const { return ___m_Position_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Position_2() { return &___m_Position_2; }
inline void set_m_Position_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Position_2 = value;
}
inline static int32_t get_offset_of_m_Tracked_3() { return static_cast<int32_t>(offsetof(XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B, ___m_Tracked_3)); }
inline int32_t get_m_Tracked_3() const { return ___m_Tracked_3; }
inline int32_t* get_address_of_m_Tracked_3() { return &___m_Tracked_3; }
inline void set_m_Tracked_3(int32_t value)
{
___m_Tracked_3 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRSubsystem`1<System.Object>
struct XRSubsystem_1_tF1AF6BF44AE813FB0C425AC60D3C9E9DF5904C3A : public Subsystem_1_t6048F47F8C2EBFDAC541AA593928233978B85EA9
{
public:
// System.Boolean UnityEngine.XR.ARSubsystems.XRSubsystem`1::m_Running
bool ___m_Running_1;
// System.Boolean UnityEngine.XR.ARSubsystems.XRSubsystem`1::m_Destroyed
bool ___m_Destroyed_2;
public:
inline static int32_t get_offset_of_m_Running_1() { return static_cast<int32_t>(offsetof(XRSubsystem_1_tF1AF6BF44AE813FB0C425AC60D3C9E9DF5904C3A, ___m_Running_1)); }
inline bool get_m_Running_1() const { return ___m_Running_1; }
inline bool* get_address_of_m_Running_1() { return &___m_Running_1; }
inline void set_m_Running_1(bool value)
{
___m_Running_1 = value;
}
inline static int32_t get_offset_of_m_Destroyed_2() { return static_cast<int32_t>(offsetof(XRSubsystem_1_tF1AF6BF44AE813FB0C425AC60D3C9E9DF5904C3A, ___m_Destroyed_2)); }
inline bool get_m_Destroyed_2() const { return ___m_Destroyed_2; }
inline bool* get_address_of_m_Destroyed_2() { return &___m_Destroyed_2; }
inline void set_m_Destroyed_2(bool value)
{
___m_Destroyed_2 = value;
}
};
// System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.XR.ARSubsystems.TrackableId,System.Object>
struct Enumerator_tCB68C098BACB0B88BCB7C2F0AE3E42B10364C565
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * ___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_t9A2573A27EF4E0F718B4850FBA4E6B9113B0EACA ___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_tCB68C098BACB0B88BCB7C2F0AE3E42B10364C565, ___dictionary_0)); }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * 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_tCB68C098BACB0B88BCB7C2F0AE3E42B10364C565, ___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_tCB68C098BACB0B88BCB7C2F0AE3E42B10364C565, ___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_tCB68C098BACB0B88BCB7C2F0AE3E42B10364C565, ___current_3)); }
inline KeyValuePair_2_t9A2573A27EF4E0F718B4850FBA4E6B9113B0EACA get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t9A2573A27EF4E0F718B4850FBA4E6B9113B0EACA * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t9A2573A27EF4E0F718B4850FBA4E6B9113B0EACA 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_tCB68C098BACB0B88BCB7C2F0AE3E42B10364C565, ___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.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// 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);
}
};
// Unity.Collections.NativeArray`1<System.Byte>
struct NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<System.Int32>
struct NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<System.UInt32>
struct NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<System.UInt64>
struct NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.Quaternion>
struct NativeArray_1_t9C70B1A7759D3AEB5D78FECCCDB8DCDEB9CCA684
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t9C70B1A7759D3AEB5D78FECCCDB8DCDEB9CCA684, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t9C70B1A7759D3AEB5D78FECCCDB8DCDEB9CCA684, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t9C70B1A7759D3AEB5D78FECCCDB8DCDEB9CCA684, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.Vector2>
struct NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.Vector3>
struct NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.Vector4>
struct NativeArray_1_t32E6297AF854BD125529357115F7C02BA25C4C96
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t32E6297AF854BD125529357115F7C02BA25C4C96, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t32E6297AF854BD125529357115F7C02BA25C4C96, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t32E6297AF854BD125529357115F7C02BA25C4C96, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastInfo>
struct NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.BoundedPlane>
struct NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>
struct NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.TrackableId>
struct NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRAnchor>
struct NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>
struct NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>
struct NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>
struct NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>
struct NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>
struct NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>
struct NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>
struct NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>
struct NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>
struct NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>
struct NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>
struct NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>
struct NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>
struct NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>
struct NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529
{
public:
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
public:
inline static int32_t get_offset_of_m_Buffer_0() { return static_cast<int32_t>(offsetof(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529, ___m_Buffer_0)); }
inline void* get_m_Buffer_0() const { return ___m_Buffer_0; }
inline void** get_address_of_m_Buffer_0() { return &___m_Buffer_0; }
inline void set_m_Buffer_0(void* value)
{
___m_Buffer_0 = value;
}
inline static int32_t get_offset_of_m_Length_1() { return static_cast<int32_t>(offsetof(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529, ___m_Length_1)); }
inline int32_t get_m_Length_1() const { return ___m_Length_1; }
inline int32_t* get_address_of_m_Length_1() { return &___m_Length_1; }
inline void set_m_Length_1(int32_t value)
{
___m_Length_1 = value;
}
inline static int32_t get_offset_of_m_AllocatorLabel_2() { return static_cast<int32_t>(offsetof(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529, ___m_AllocatorLabel_2)); }
inline int32_t get_m_AllocatorLabel_2() const { return ___m_AllocatorLabel_2; }
inline int32_t* get_address_of_m_AllocatorLabel_2() { return &___m_AllocatorLabel_2; }
inline void set_m_AllocatorLabel_2(int32_t value)
{
___m_AllocatorLabel_2 = value;
}
};
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.IntegratedSubsystemDescriptor`1<System.Object>
struct IntegratedSubsystemDescriptor_1_t26346DD8E0AD1C04F25B94E8AD18577ABA15EBCB : public IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA
{
public:
public:
};
// Native definition for P/Invoke marshalling of UnityEngine.IntegratedSubsystemDescriptor`1
#ifndef IntegratedSubsystemDescriptor_1_t6B91293AA752E7448406604457D5332168E7D867_marshaled_pinvoke_define
#define IntegratedSubsystemDescriptor_1_t6B91293AA752E7448406604457D5332168E7D867_marshaled_pinvoke_define
struct IntegratedSubsystemDescriptor_1_t6B91293AA752E7448406604457D5332168E7D867_marshaled_pinvoke : public IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA_marshaled_pinvoke
{
};
#endif
// Native definition for COM marshalling of UnityEngine.IntegratedSubsystemDescriptor`1
#ifndef IntegratedSubsystemDescriptor_1_t6B91293AA752E7448406604457D5332168E7D867_marshaled_com_define
#define IntegratedSubsystemDescriptor_1_t6B91293AA752E7448406604457D5332168E7D867_marshaled_com_define
struct IntegratedSubsystemDescriptor_1_t6B91293AA752E7448406604457D5332168E7D867_marshaled_com : public IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA_marshaled_com
{
};
#endif
// UnityEngine.IntegratedSubsystem`1<System.Object>
struct IntegratedSubsystem_1_tA39FA5C25840EB481167108B3E02F7F09E901583 : public IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026
{
public:
public:
};
// UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob
struct AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B
{
public:
// Unity.Collections.NativeSlice`1<System.Byte> UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob::image
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E ___image_0;
// System.IntPtr UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob::database
intptr_t ___database_1;
// System.IntPtr UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob::validator
intptr_t ___validator_2;
// System.Int32 UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob::width
int32_t ___width_3;
// System.Int32 UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob::height
int32_t ___height_4;
// System.Single UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob::physicalWidth
float ___physicalWidth_5;
// UnityEngine.TextureFormat UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob::format
int32_t ___format_6;
// UnityEngine.XR.ARKit.ManagedReferenceImage UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob::managedReferenceImage
ManagedReferenceImage_tEA2FA0180249C069693B51BC6AA10DBF0EDC3789 ___managedReferenceImage_7;
public:
inline static int32_t get_offset_of_image_0() { return static_cast<int32_t>(offsetof(AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B, ___image_0)); }
inline NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E get_image_0() const { return ___image_0; }
inline NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * get_address_of_image_0() { return &___image_0; }
inline void set_image_0(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E value)
{
___image_0 = value;
}
inline static int32_t get_offset_of_database_1() { return static_cast<int32_t>(offsetof(AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B, ___database_1)); }
inline intptr_t get_database_1() const { return ___database_1; }
inline intptr_t* get_address_of_database_1() { return &___database_1; }
inline void set_database_1(intptr_t value)
{
___database_1 = value;
}
inline static int32_t get_offset_of_validator_2() { return static_cast<int32_t>(offsetof(AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B, ___validator_2)); }
inline intptr_t get_validator_2() const { return ___validator_2; }
inline intptr_t* get_address_of_validator_2() { return &___validator_2; }
inline void set_validator_2(intptr_t value)
{
___validator_2 = value;
}
inline static int32_t get_offset_of_width_3() { return static_cast<int32_t>(offsetof(AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B, ___width_3)); }
inline int32_t get_width_3() const { return ___width_3; }
inline int32_t* get_address_of_width_3() { return &___width_3; }
inline void set_width_3(int32_t value)
{
___width_3 = value;
}
inline static int32_t get_offset_of_height_4() { return static_cast<int32_t>(offsetof(AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B, ___height_4)); }
inline int32_t get_height_4() const { return ___height_4; }
inline int32_t* get_address_of_height_4() { return &___height_4; }
inline void set_height_4(int32_t value)
{
___height_4 = value;
}
inline static int32_t get_offset_of_physicalWidth_5() { return static_cast<int32_t>(offsetof(AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B, ___physicalWidth_5)); }
inline float get_physicalWidth_5() const { return ___physicalWidth_5; }
inline float* get_address_of_physicalWidth_5() { return &___physicalWidth_5; }
inline void set_physicalWidth_5(float value)
{
___physicalWidth_5 = value;
}
inline static int32_t get_offset_of_format_6() { return static_cast<int32_t>(offsetof(AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B, ___format_6)); }
inline int32_t get_format_6() const { return ___format_6; }
inline int32_t* get_address_of_format_6() { return &___format_6; }
inline void set_format_6(int32_t value)
{
___format_6 = value;
}
inline static int32_t get_offset_of_managedReferenceImage_7() { return static_cast<int32_t>(offsetof(AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B, ___managedReferenceImage_7)); }
inline ManagedReferenceImage_tEA2FA0180249C069693B51BC6AA10DBF0EDC3789 get_managedReferenceImage_7() const { return ___managedReferenceImage_7; }
inline ManagedReferenceImage_tEA2FA0180249C069693B51BC6AA10DBF0EDC3789 * get_address_of_managedReferenceImage_7() { return &___managedReferenceImage_7; }
inline void set_managedReferenceImage_7(ManagedReferenceImage_tEA2FA0180249C069693B51BC6AA10DBF0EDC3789 value)
{
___managedReferenceImage_7 = value;
}
};
// UnityEngine.XR.ARSubsystems.BoundedPlane
struct BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.BoundedPlane::m_TrackableId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_TrackableId_1;
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.BoundedPlane::m_SubsumedById
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_SubsumedById_2;
// UnityEngine.Vector2 UnityEngine.XR.ARSubsystems.BoundedPlane::m_Center
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Center_3;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.BoundedPlane::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_4;
// UnityEngine.Vector2 UnityEngine.XR.ARSubsystems.BoundedPlane::m_Size
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Size_5;
// UnityEngine.XR.ARSubsystems.PlaneAlignment UnityEngine.XR.ARSubsystems.BoundedPlane::m_Alignment
int32_t ___m_Alignment_6;
// UnityEngine.XR.ARSubsystems.TrackingState UnityEngine.XR.ARSubsystems.BoundedPlane::m_TrackingState
int32_t ___m_TrackingState_7;
// System.IntPtr UnityEngine.XR.ARSubsystems.BoundedPlane::m_NativePtr
intptr_t ___m_NativePtr_8;
// UnityEngine.XR.ARSubsystems.PlaneClassification UnityEngine.XR.ARSubsystems.BoundedPlane::m_Classification
int32_t ___m_Classification_9;
public:
inline static int32_t get_offset_of_m_TrackableId_1() { return static_cast<int32_t>(offsetof(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227, ___m_TrackableId_1)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_TrackableId_1() const { return ___m_TrackableId_1; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_TrackableId_1() { return &___m_TrackableId_1; }
inline void set_m_TrackableId_1(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_TrackableId_1 = value;
}
inline static int32_t get_offset_of_m_SubsumedById_2() { return static_cast<int32_t>(offsetof(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227, ___m_SubsumedById_2)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_SubsumedById_2() const { return ___m_SubsumedById_2; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_SubsumedById_2() { return &___m_SubsumedById_2; }
inline void set_m_SubsumedById_2(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_SubsumedById_2 = value;
}
inline static int32_t get_offset_of_m_Center_3() { return static_cast<int32_t>(offsetof(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227, ___m_Center_3)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Center_3() const { return ___m_Center_3; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Center_3() { return &___m_Center_3; }
inline void set_m_Center_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Center_3 = value;
}
inline static int32_t get_offset_of_m_Pose_4() { return static_cast<int32_t>(offsetof(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227, ___m_Pose_4)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_4() const { return ___m_Pose_4; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_4() { return &___m_Pose_4; }
inline void set_m_Pose_4(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_4 = value;
}
inline static int32_t get_offset_of_m_Size_5() { return static_cast<int32_t>(offsetof(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227, ___m_Size_5)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Size_5() const { return ___m_Size_5; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Size_5() { return &___m_Size_5; }
inline void set_m_Size_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Size_5 = value;
}
inline static int32_t get_offset_of_m_Alignment_6() { return static_cast<int32_t>(offsetof(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227, ___m_Alignment_6)); }
inline int32_t get_m_Alignment_6() const { return ___m_Alignment_6; }
inline int32_t* get_address_of_m_Alignment_6() { return &___m_Alignment_6; }
inline void set_m_Alignment_6(int32_t value)
{
___m_Alignment_6 = value;
}
inline static int32_t get_offset_of_m_TrackingState_7() { return static_cast<int32_t>(offsetof(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227, ___m_TrackingState_7)); }
inline int32_t get_m_TrackingState_7() const { return ___m_TrackingState_7; }
inline int32_t* get_address_of_m_TrackingState_7() { return &___m_TrackingState_7; }
inline void set_m_TrackingState_7(int32_t value)
{
___m_TrackingState_7 = value;
}
inline static int32_t get_offset_of_m_NativePtr_8() { return static_cast<int32_t>(offsetof(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227, ___m_NativePtr_8)); }
inline intptr_t get_m_NativePtr_8() const { return ___m_NativePtr_8; }
inline intptr_t* get_address_of_m_NativePtr_8() { return &___m_NativePtr_8; }
inline void set_m_NativePtr_8(intptr_t value)
{
___m_NativePtr_8 = value;
}
inline static int32_t get_offset_of_m_Classification_9() { return static_cast<int32_t>(offsetof(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227, ___m_Classification_9)); }
inline int32_t get_m_Classification_9() const { return ___m_Classification_9; }
inline int32_t* get_address_of_m_Classification_9() { return &___m_Classification_9; }
inline void set_m_Classification_9(int32_t value)
{
___m_Classification_9 = value;
}
};
struct BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.BoundedPlane UnityEngine.XR.ARSubsystems.BoundedPlane::s_Default
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 ___s_Default_0;
public:
inline static int32_t get_offset_of_s_Default_0() { return static_cast<int32_t>(offsetof(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227_StaticFields, ___s_Default_0)); }
inline BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 get_s_Default_0() const { return ___s_Default_0; }
inline BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 * get_address_of_s_Default_0() { return &___s_Default_0; }
inline void set_s_Default_0(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 value)
{
___s_Default_0 = value;
}
};
// UnityEngine.XR.ARSubsystems.ConfigurationDescriptor
struct ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0
{
public:
// System.IntPtr UnityEngine.XR.ARSubsystems.ConfigurationDescriptor::m_Identifier
intptr_t ___m_Identifier_0;
// UnityEngine.XR.ARSubsystems.Feature UnityEngine.XR.ARSubsystems.ConfigurationDescriptor::m_Capabilities
uint64_t ___m_Capabilities_1;
// System.Int32 UnityEngine.XR.ARSubsystems.ConfigurationDescriptor::m_Rank
int32_t ___m_Rank_2;
public:
inline static int32_t get_offset_of_m_Identifier_0() { return static_cast<int32_t>(offsetof(ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0, ___m_Identifier_0)); }
inline intptr_t get_m_Identifier_0() const { return ___m_Identifier_0; }
inline intptr_t* get_address_of_m_Identifier_0() { return &___m_Identifier_0; }
inline void set_m_Identifier_0(intptr_t value)
{
___m_Identifier_0 = value;
}
inline static int32_t get_offset_of_m_Capabilities_1() { return static_cast<int32_t>(offsetof(ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0, ___m_Capabilities_1)); }
inline uint64_t get_m_Capabilities_1() const { return ___m_Capabilities_1; }
inline uint64_t* get_address_of_m_Capabilities_1() { return &___m_Capabilities_1; }
inline void set_m_Capabilities_1(uint64_t value)
{
___m_Capabilities_1 = value;
}
inline static int32_t get_offset_of_m_Rank_2() { return static_cast<int32_t>(offsetof(ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0, ___m_Rank_2)); }
inline int32_t get_m_Rank_2() const { return ___m_Rank_2; }
inline int32_t* get_address_of_m_Rank_2() { return &___m_Rank_2; }
inline void set_m_Rank_2(int32_t value)
{
___m_Rank_2 = value;
}
};
// UnityEngine.XR.ARSubsystems.TrackingSubsystem`2<UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>
struct TrackingSubsystem_2_t0D6BC19D17058B4CBF6E3E9122F09A5A86A8566C : public XRSubsystem_1_tF1AF6BF44AE813FB0C425AC60D3C9E9DF5904C3A
{
public:
public:
};
// UnityEngine.XR.ARSubsystems.TrackingSubsystem`2<UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>
struct TrackingSubsystem_2_tBBEF32426BE0DAA00ED44E62EFDF90DC38EFF4B6 : public XRSubsystem_1_tF1AF6BF44AE813FB0C425AC60D3C9E9DF5904C3A
{
public:
public:
};
// UnityEngine.XR.ARSubsystems.XRAnchor
struct XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRAnchor::m_Id
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_Id_1;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRAnchor::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_2;
// UnityEngine.XR.ARSubsystems.TrackingState UnityEngine.XR.ARSubsystems.XRAnchor::m_TrackingState
int32_t ___m_TrackingState_3;
// System.IntPtr UnityEngine.XR.ARSubsystems.XRAnchor::m_NativePtr
intptr_t ___m_NativePtr_4;
// System.Guid UnityEngine.XR.ARSubsystems.XRAnchor::m_SessionId
Guid_t ___m_SessionId_5;
public:
inline static int32_t get_offset_of_m_Id_1() { return static_cast<int32_t>(offsetof(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29, ___m_Id_1)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_Id_1() const { return ___m_Id_1; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_Id_1() { return &___m_Id_1; }
inline void set_m_Id_1(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_Id_1 = value;
}
inline static int32_t get_offset_of_m_Pose_2() { return static_cast<int32_t>(offsetof(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29, ___m_Pose_2)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_2() const { return ___m_Pose_2; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_2() { return &___m_Pose_2; }
inline void set_m_Pose_2(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_2 = value;
}
inline static int32_t get_offset_of_m_TrackingState_3() { return static_cast<int32_t>(offsetof(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29, ___m_TrackingState_3)); }
inline int32_t get_m_TrackingState_3() const { return ___m_TrackingState_3; }
inline int32_t* get_address_of_m_TrackingState_3() { return &___m_TrackingState_3; }
inline void set_m_TrackingState_3(int32_t value)
{
___m_TrackingState_3 = value;
}
inline static int32_t get_offset_of_m_NativePtr_4() { return static_cast<int32_t>(offsetof(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29, ___m_NativePtr_4)); }
inline intptr_t get_m_NativePtr_4() const { return ___m_NativePtr_4; }
inline intptr_t* get_address_of_m_NativePtr_4() { return &___m_NativePtr_4; }
inline void set_m_NativePtr_4(intptr_t value)
{
___m_NativePtr_4 = value;
}
inline static int32_t get_offset_of_m_SessionId_5() { return static_cast<int32_t>(offsetof(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29, ___m_SessionId_5)); }
inline Guid_t get_m_SessionId_5() const { return ___m_SessionId_5; }
inline Guid_t * get_address_of_m_SessionId_5() { return &___m_SessionId_5; }
inline void set_m_SessionId_5(Guid_t value)
{
___m_SessionId_5 = value;
}
};
struct XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.XRAnchor UnityEngine.XR.ARSubsystems.XRAnchor::s_Default
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 ___s_Default_0;
public:
inline static int32_t get_offset_of_s_Default_0() { return static_cast<int32_t>(offsetof(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29_StaticFields, ___s_Default_0)); }
inline XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 get_s_Default_0() const { return ___s_Default_0; }
inline XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 * get_address_of_s_Default_0() { return &___s_Default_0; }
inline void set_s_Default_0(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 value)
{
___s_Default_0 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRFace
struct XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRFace::m_TrackableId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_TrackableId_0;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRFace::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_1;
// UnityEngine.XR.ARSubsystems.TrackingState UnityEngine.XR.ARSubsystems.XRFace::m_TrackingState
int32_t ___m_TrackingState_2;
// System.IntPtr UnityEngine.XR.ARSubsystems.XRFace::m_NativePtr
intptr_t ___m_NativePtr_3;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRFace::m_LeftEyePose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_LeftEyePose_4;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRFace::m_RightEyePose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_RightEyePose_5;
// UnityEngine.Vector3 UnityEngine.XR.ARSubsystems.XRFace::m_FixationPoint
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_FixationPoint_6;
public:
inline static int32_t get_offset_of_m_TrackableId_0() { return static_cast<int32_t>(offsetof(XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7, ___m_TrackableId_0)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_TrackableId_0() const { return ___m_TrackableId_0; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_TrackableId_0() { return &___m_TrackableId_0; }
inline void set_m_TrackableId_0(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_TrackableId_0 = value;
}
inline static int32_t get_offset_of_m_Pose_1() { return static_cast<int32_t>(offsetof(XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7, ___m_Pose_1)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_1() const { return ___m_Pose_1; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_1() { return &___m_Pose_1; }
inline void set_m_Pose_1(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_1 = value;
}
inline static int32_t get_offset_of_m_TrackingState_2() { return static_cast<int32_t>(offsetof(XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7, ___m_TrackingState_2)); }
inline int32_t get_m_TrackingState_2() const { return ___m_TrackingState_2; }
inline int32_t* get_address_of_m_TrackingState_2() { return &___m_TrackingState_2; }
inline void set_m_TrackingState_2(int32_t value)
{
___m_TrackingState_2 = value;
}
inline static int32_t get_offset_of_m_NativePtr_3() { return static_cast<int32_t>(offsetof(XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7, ___m_NativePtr_3)); }
inline intptr_t get_m_NativePtr_3() const { return ___m_NativePtr_3; }
inline intptr_t* get_address_of_m_NativePtr_3() { return &___m_NativePtr_3; }
inline void set_m_NativePtr_3(intptr_t value)
{
___m_NativePtr_3 = value;
}
inline static int32_t get_offset_of_m_LeftEyePose_4() { return static_cast<int32_t>(offsetof(XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7, ___m_LeftEyePose_4)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_LeftEyePose_4() const { return ___m_LeftEyePose_4; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_LeftEyePose_4() { return &___m_LeftEyePose_4; }
inline void set_m_LeftEyePose_4(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_LeftEyePose_4 = value;
}
inline static int32_t get_offset_of_m_RightEyePose_5() { return static_cast<int32_t>(offsetof(XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7, ___m_RightEyePose_5)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_RightEyePose_5() const { return ___m_RightEyePose_5; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_RightEyePose_5() { return &___m_RightEyePose_5; }
inline void set_m_RightEyePose_5(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_RightEyePose_5 = value;
}
inline static int32_t get_offset_of_m_FixationPoint_6() { return static_cast<int32_t>(offsetof(XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7, ___m_FixationPoint_6)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_FixationPoint_6() const { return ___m_FixationPoint_6; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_FixationPoint_6() { return &___m_FixationPoint_6; }
inline void set_m_FixationPoint_6(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_FixationPoint_6 = value;
}
};
struct XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.XRFace UnityEngine.XR.ARSubsystems.XRFace::s_Default
XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 ___s_Default_7;
public:
inline static int32_t get_offset_of_s_Default_7() { return static_cast<int32_t>(offsetof(XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7_StaticFields, ___s_Default_7)); }
inline XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 get_s_Default_7() const { return ___s_Default_7; }
inline XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 * get_address_of_s_Default_7() { return &___s_Default_7; }
inline void set_s_Default_7(XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 value)
{
___s_Default_7 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRHumanBody
struct XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRHumanBody::m_TrackableId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_TrackableId_0;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRHumanBody::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_1;
// System.Single UnityEngine.XR.ARSubsystems.XRHumanBody::m_EstimatedHeightScaleFactor
float ___m_EstimatedHeightScaleFactor_2;
// UnityEngine.XR.ARSubsystems.TrackingState UnityEngine.XR.ARSubsystems.XRHumanBody::m_TrackingState
int32_t ___m_TrackingState_3;
// System.IntPtr UnityEngine.XR.ARSubsystems.XRHumanBody::m_NativePtr
intptr_t ___m_NativePtr_4;
public:
inline static int32_t get_offset_of_m_TrackableId_0() { return static_cast<int32_t>(offsetof(XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1, ___m_TrackableId_0)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_TrackableId_0() const { return ___m_TrackableId_0; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_TrackableId_0() { return &___m_TrackableId_0; }
inline void set_m_TrackableId_0(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_TrackableId_0 = value;
}
inline static int32_t get_offset_of_m_Pose_1() { return static_cast<int32_t>(offsetof(XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1, ___m_Pose_1)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_1() const { return ___m_Pose_1; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_1() { return &___m_Pose_1; }
inline void set_m_Pose_1(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_1 = value;
}
inline static int32_t get_offset_of_m_EstimatedHeightScaleFactor_2() { return static_cast<int32_t>(offsetof(XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1, ___m_EstimatedHeightScaleFactor_2)); }
inline float get_m_EstimatedHeightScaleFactor_2() const { return ___m_EstimatedHeightScaleFactor_2; }
inline float* get_address_of_m_EstimatedHeightScaleFactor_2() { return &___m_EstimatedHeightScaleFactor_2; }
inline void set_m_EstimatedHeightScaleFactor_2(float value)
{
___m_EstimatedHeightScaleFactor_2 = value;
}
inline static int32_t get_offset_of_m_TrackingState_3() { return static_cast<int32_t>(offsetof(XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1, ___m_TrackingState_3)); }
inline int32_t get_m_TrackingState_3() const { return ___m_TrackingState_3; }
inline int32_t* get_address_of_m_TrackingState_3() { return &___m_TrackingState_3; }
inline void set_m_TrackingState_3(int32_t value)
{
___m_TrackingState_3 = value;
}
inline static int32_t get_offset_of_m_NativePtr_4() { return static_cast<int32_t>(offsetof(XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1, ___m_NativePtr_4)); }
inline intptr_t get_m_NativePtr_4() const { return ___m_NativePtr_4; }
inline intptr_t* get_address_of_m_NativePtr_4() { return &___m_NativePtr_4; }
inline void set_m_NativePtr_4(intptr_t value)
{
___m_NativePtr_4 = value;
}
};
struct XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.XRHumanBody UnityEngine.XR.ARSubsystems.XRHumanBody::s_Default
XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 ___s_Default_5;
public:
inline static int32_t get_offset_of_s_Default_5() { return static_cast<int32_t>(offsetof(XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1_StaticFields, ___s_Default_5)); }
inline XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 get_s_Default_5() const { return ___s_Default_5; }
inline XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 * get_address_of_s_Default_5() { return &___s_Default_5; }
inline void set_s_Default_5(XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 value)
{
___s_Default_5 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRHumanBodyJoint
struct XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF
{
public:
// System.Int32 UnityEngine.XR.ARSubsystems.XRHumanBodyJoint::m_Index
int32_t ___m_Index_0;
// System.Int32 UnityEngine.XR.ARSubsystems.XRHumanBodyJoint::m_ParentIndex
int32_t ___m_ParentIndex_1;
// UnityEngine.Vector3 UnityEngine.XR.ARSubsystems.XRHumanBodyJoint::m_LocalScale
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_LocalScale_2;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRHumanBodyJoint::m_LocalPose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_LocalPose_3;
// UnityEngine.Vector3 UnityEngine.XR.ARSubsystems.XRHumanBodyJoint::m_AnchorScale
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_AnchorScale_4;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRHumanBodyJoint::m_AnchorPose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_AnchorPose_5;
// System.Int32 UnityEngine.XR.ARSubsystems.XRHumanBodyJoint::m_Tracked
int32_t ___m_Tracked_6;
public:
inline static int32_t get_offset_of_m_Index_0() { return static_cast<int32_t>(offsetof(XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF, ___m_Index_0)); }
inline int32_t get_m_Index_0() const { return ___m_Index_0; }
inline int32_t* get_address_of_m_Index_0() { return &___m_Index_0; }
inline void set_m_Index_0(int32_t value)
{
___m_Index_0 = value;
}
inline static int32_t get_offset_of_m_ParentIndex_1() { return static_cast<int32_t>(offsetof(XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF, ___m_ParentIndex_1)); }
inline int32_t get_m_ParentIndex_1() const { return ___m_ParentIndex_1; }
inline int32_t* get_address_of_m_ParentIndex_1() { return &___m_ParentIndex_1; }
inline void set_m_ParentIndex_1(int32_t value)
{
___m_ParentIndex_1 = value;
}
inline static int32_t get_offset_of_m_LocalScale_2() { return static_cast<int32_t>(offsetof(XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF, ___m_LocalScale_2)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_LocalScale_2() const { return ___m_LocalScale_2; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_LocalScale_2() { return &___m_LocalScale_2; }
inline void set_m_LocalScale_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_LocalScale_2 = value;
}
inline static int32_t get_offset_of_m_LocalPose_3() { return static_cast<int32_t>(offsetof(XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF, ___m_LocalPose_3)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_LocalPose_3() const { return ___m_LocalPose_3; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_LocalPose_3() { return &___m_LocalPose_3; }
inline void set_m_LocalPose_3(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_LocalPose_3 = value;
}
inline static int32_t get_offset_of_m_AnchorScale_4() { return static_cast<int32_t>(offsetof(XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF, ___m_AnchorScale_4)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_AnchorScale_4() const { return ___m_AnchorScale_4; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_AnchorScale_4() { return &___m_AnchorScale_4; }
inline void set_m_AnchorScale_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_AnchorScale_4 = value;
}
inline static int32_t get_offset_of_m_AnchorPose_5() { return static_cast<int32_t>(offsetof(XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF, ___m_AnchorPose_5)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_AnchorPose_5() const { return ___m_AnchorPose_5; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_AnchorPose_5() { return &___m_AnchorPose_5; }
inline void set_m_AnchorPose_5(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_AnchorPose_5 = value;
}
inline static int32_t get_offset_of_m_Tracked_6() { return static_cast<int32_t>(offsetof(XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF, ___m_Tracked_6)); }
inline int32_t get_m_Tracked_6() const { return ___m_Tracked_6; }
inline int32_t* get_address_of_m_Tracked_6() { return &___m_Tracked_6; }
inline void set_m_Tracked_6(int32_t value)
{
___m_Tracked_6 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRParticipant
struct XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRParticipant::m_TrackableId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_TrackableId_0;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRParticipant::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_1;
// UnityEngine.XR.ARSubsystems.TrackingState UnityEngine.XR.ARSubsystems.XRParticipant::m_TrackingState
int32_t ___m_TrackingState_2;
// System.IntPtr UnityEngine.XR.ARSubsystems.XRParticipant::m_NativePtr
intptr_t ___m_NativePtr_3;
// System.Guid UnityEngine.XR.ARSubsystems.XRParticipant::m_SessionId
Guid_t ___m_SessionId_4;
public:
inline static int32_t get_offset_of_m_TrackableId_0() { return static_cast<int32_t>(offsetof(XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062, ___m_TrackableId_0)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_TrackableId_0() const { return ___m_TrackableId_0; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_TrackableId_0() { return &___m_TrackableId_0; }
inline void set_m_TrackableId_0(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_TrackableId_0 = value;
}
inline static int32_t get_offset_of_m_Pose_1() { return static_cast<int32_t>(offsetof(XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062, ___m_Pose_1)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_1() const { return ___m_Pose_1; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_1() { return &___m_Pose_1; }
inline void set_m_Pose_1(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_1 = value;
}
inline static int32_t get_offset_of_m_TrackingState_2() { return static_cast<int32_t>(offsetof(XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062, ___m_TrackingState_2)); }
inline int32_t get_m_TrackingState_2() const { return ___m_TrackingState_2; }
inline int32_t* get_address_of_m_TrackingState_2() { return &___m_TrackingState_2; }
inline void set_m_TrackingState_2(int32_t value)
{
___m_TrackingState_2 = value;
}
inline static int32_t get_offset_of_m_NativePtr_3() { return static_cast<int32_t>(offsetof(XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062, ___m_NativePtr_3)); }
inline intptr_t get_m_NativePtr_3() const { return ___m_NativePtr_3; }
inline intptr_t* get_address_of_m_NativePtr_3() { return &___m_NativePtr_3; }
inline void set_m_NativePtr_3(intptr_t value)
{
___m_NativePtr_3 = value;
}
inline static int32_t get_offset_of_m_SessionId_4() { return static_cast<int32_t>(offsetof(XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062, ___m_SessionId_4)); }
inline Guid_t get_m_SessionId_4() const { return ___m_SessionId_4; }
inline Guid_t * get_address_of_m_SessionId_4() { return &___m_SessionId_4; }
inline void set_m_SessionId_4(Guid_t value)
{
___m_SessionId_4 = value;
}
};
struct XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.XRParticipant UnityEngine.XR.ARSubsystems.XRParticipant::k_Default
XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 ___k_Default_5;
public:
inline static int32_t get_offset_of_k_Default_5() { return static_cast<int32_t>(offsetof(XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062_StaticFields, ___k_Default_5)); }
inline XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 get_k_Default_5() const { return ___k_Default_5; }
inline XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 * get_address_of_k_Default_5() { return &___k_Default_5; }
inline void set_k_Default_5(XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 value)
{
___k_Default_5 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRPointCloud
struct XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRPointCloud::m_TrackableId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_TrackableId_1;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRPointCloud::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_2;
// UnityEngine.XR.ARSubsystems.TrackingState UnityEngine.XR.ARSubsystems.XRPointCloud::m_TrackingState
int32_t ___m_TrackingState_3;
// System.IntPtr UnityEngine.XR.ARSubsystems.XRPointCloud::m_NativePtr
intptr_t ___m_NativePtr_4;
public:
inline static int32_t get_offset_of_m_TrackableId_1() { return static_cast<int32_t>(offsetof(XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0, ___m_TrackableId_1)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_TrackableId_1() const { return ___m_TrackableId_1; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_TrackableId_1() { return &___m_TrackableId_1; }
inline void set_m_TrackableId_1(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_TrackableId_1 = value;
}
inline static int32_t get_offset_of_m_Pose_2() { return static_cast<int32_t>(offsetof(XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0, ___m_Pose_2)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_2() const { return ___m_Pose_2; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_2() { return &___m_Pose_2; }
inline void set_m_Pose_2(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_2 = value;
}
inline static int32_t get_offset_of_m_TrackingState_3() { return static_cast<int32_t>(offsetof(XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0, ___m_TrackingState_3)); }
inline int32_t get_m_TrackingState_3() const { return ___m_TrackingState_3; }
inline int32_t* get_address_of_m_TrackingState_3() { return &___m_TrackingState_3; }
inline void set_m_TrackingState_3(int32_t value)
{
___m_TrackingState_3 = value;
}
inline static int32_t get_offset_of_m_NativePtr_4() { return static_cast<int32_t>(offsetof(XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0, ___m_NativePtr_4)); }
inline intptr_t get_m_NativePtr_4() const { return ___m_NativePtr_4; }
inline intptr_t* get_address_of_m_NativePtr_4() { return &___m_NativePtr_4; }
inline void set_m_NativePtr_4(intptr_t value)
{
___m_NativePtr_4 = value;
}
};
struct XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.XRPointCloud UnityEngine.XR.ARSubsystems.XRPointCloud::s_Default
XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 ___s_Default_0;
public:
inline static int32_t get_offset_of_s_Default_0() { return static_cast<int32_t>(offsetof(XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0_StaticFields, ___s_Default_0)); }
inline XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 get_s_Default_0() const { return ___s_Default_0; }
inline XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 * get_address_of_s_Default_0() { return &___s_Default_0; }
inline void set_s_Default_0(XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 value)
{
___s_Default_0 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRRaycast
struct XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRRaycast::m_TrackableId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_TrackableId_1;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRRaycast::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_2;
// UnityEngine.XR.ARSubsystems.TrackingState UnityEngine.XR.ARSubsystems.XRRaycast::m_TrackingState
int32_t ___m_TrackingState_3;
// System.IntPtr UnityEngine.XR.ARSubsystems.XRRaycast::m_NativePtr
intptr_t ___m_NativePtr_4;
// System.Single UnityEngine.XR.ARSubsystems.XRRaycast::m_Distance
float ___m_Distance_5;
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRRaycast::m_HitTrackableId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_HitTrackableId_6;
public:
inline static int32_t get_offset_of_m_TrackableId_1() { return static_cast<int32_t>(offsetof(XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695, ___m_TrackableId_1)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_TrackableId_1() const { return ___m_TrackableId_1; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_TrackableId_1() { return &___m_TrackableId_1; }
inline void set_m_TrackableId_1(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_TrackableId_1 = value;
}
inline static int32_t get_offset_of_m_Pose_2() { return static_cast<int32_t>(offsetof(XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695, ___m_Pose_2)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_2() const { return ___m_Pose_2; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_2() { return &___m_Pose_2; }
inline void set_m_Pose_2(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_2 = value;
}
inline static int32_t get_offset_of_m_TrackingState_3() { return static_cast<int32_t>(offsetof(XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695, ___m_TrackingState_3)); }
inline int32_t get_m_TrackingState_3() const { return ___m_TrackingState_3; }
inline int32_t* get_address_of_m_TrackingState_3() { return &___m_TrackingState_3; }
inline void set_m_TrackingState_3(int32_t value)
{
___m_TrackingState_3 = value;
}
inline static int32_t get_offset_of_m_NativePtr_4() { return static_cast<int32_t>(offsetof(XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695, ___m_NativePtr_4)); }
inline intptr_t get_m_NativePtr_4() const { return ___m_NativePtr_4; }
inline intptr_t* get_address_of_m_NativePtr_4() { return &___m_NativePtr_4; }
inline void set_m_NativePtr_4(intptr_t value)
{
___m_NativePtr_4 = value;
}
inline static int32_t get_offset_of_m_Distance_5() { return static_cast<int32_t>(offsetof(XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695, ___m_Distance_5)); }
inline float get_m_Distance_5() const { return ___m_Distance_5; }
inline float* get_address_of_m_Distance_5() { return &___m_Distance_5; }
inline void set_m_Distance_5(float value)
{
___m_Distance_5 = value;
}
inline static int32_t get_offset_of_m_HitTrackableId_6() { return static_cast<int32_t>(offsetof(XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695, ___m_HitTrackableId_6)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_HitTrackableId_6() const { return ___m_HitTrackableId_6; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_HitTrackableId_6() { return &___m_HitTrackableId_6; }
inline void set_m_HitTrackableId_6(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_HitTrackableId_6 = value;
}
};
struct XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.XRRaycast UnityEngine.XR.ARSubsystems.XRRaycast::s_Default
XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 ___s_Default_0;
public:
inline static int32_t get_offset_of_s_Default_0() { return static_cast<int32_t>(offsetof(XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695_StaticFields, ___s_Default_0)); }
inline XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 get_s_Default_0() const { return ___s_Default_0; }
inline XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 * get_address_of_s_Default_0() { return &___s_Default_0; }
inline void set_s_Default_0(XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 value)
{
___s_Default_0 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRRaycastHit
struct XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRRaycastHit::m_TrackableId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_TrackableId_1;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRRaycastHit::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_2;
// System.Single UnityEngine.XR.ARSubsystems.XRRaycastHit::m_Distance
float ___m_Distance_3;
// UnityEngine.XR.ARSubsystems.TrackableType UnityEngine.XR.ARSubsystems.XRRaycastHit::m_HitType
int32_t ___m_HitType_4;
public:
inline static int32_t get_offset_of_m_TrackableId_1() { return static_cast<int32_t>(offsetof(XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82, ___m_TrackableId_1)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_TrackableId_1() const { return ___m_TrackableId_1; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_TrackableId_1() { return &___m_TrackableId_1; }
inline void set_m_TrackableId_1(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_TrackableId_1 = value;
}
inline static int32_t get_offset_of_m_Pose_2() { return static_cast<int32_t>(offsetof(XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82, ___m_Pose_2)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_2() const { return ___m_Pose_2; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_2() { return &___m_Pose_2; }
inline void set_m_Pose_2(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_2 = value;
}
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82, ___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_HitType_4() { return static_cast<int32_t>(offsetof(XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82, ___m_HitType_4)); }
inline int32_t get_m_HitType_4() const { return ___m_HitType_4; }
inline int32_t* get_address_of_m_HitType_4() { return &___m_HitType_4; }
inline void set_m_HitType_4(int32_t value)
{
___m_HitType_4 = value;
}
};
struct XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.XRRaycastHit UnityEngine.XR.ARSubsystems.XRRaycastHit::s_Default
XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 ___s_Default_0;
public:
inline static int32_t get_offset_of_s_Default_0() { return static_cast<int32_t>(offsetof(XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82_StaticFields, ___s_Default_0)); }
inline XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 get_s_Default_0() const { return ___s_Default_0; }
inline XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 * get_address_of_s_Default_0() { return &___s_Default_0; }
inline void set_s_Default_0(XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 value)
{
___s_Default_0 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRReferencePoint
struct XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRReferencePoint::m_Id
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_Id_1;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRReferencePoint::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_2;
// UnityEngine.XR.ARSubsystems.TrackingState UnityEngine.XR.ARSubsystems.XRReferencePoint::m_TrackingState
int32_t ___m_TrackingState_3;
// System.IntPtr UnityEngine.XR.ARSubsystems.XRReferencePoint::m_NativePtr
intptr_t ___m_NativePtr_4;
// System.Guid UnityEngine.XR.ARSubsystems.XRReferencePoint::m_SessionId
Guid_t ___m_SessionId_5;
public:
inline static int32_t get_offset_of_m_Id_1() { return static_cast<int32_t>(offsetof(XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9, ___m_Id_1)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_Id_1() const { return ___m_Id_1; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_Id_1() { return &___m_Id_1; }
inline void set_m_Id_1(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_Id_1 = value;
}
inline static int32_t get_offset_of_m_Pose_2() { return static_cast<int32_t>(offsetof(XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9, ___m_Pose_2)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_2() const { return ___m_Pose_2; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_2() { return &___m_Pose_2; }
inline void set_m_Pose_2(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_2 = value;
}
inline static int32_t get_offset_of_m_TrackingState_3() { return static_cast<int32_t>(offsetof(XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9, ___m_TrackingState_3)); }
inline int32_t get_m_TrackingState_3() const { return ___m_TrackingState_3; }
inline int32_t* get_address_of_m_TrackingState_3() { return &___m_TrackingState_3; }
inline void set_m_TrackingState_3(int32_t value)
{
___m_TrackingState_3 = value;
}
inline static int32_t get_offset_of_m_NativePtr_4() { return static_cast<int32_t>(offsetof(XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9, ___m_NativePtr_4)); }
inline intptr_t get_m_NativePtr_4() const { return ___m_NativePtr_4; }
inline intptr_t* get_address_of_m_NativePtr_4() { return &___m_NativePtr_4; }
inline void set_m_NativePtr_4(intptr_t value)
{
___m_NativePtr_4 = value;
}
inline static int32_t get_offset_of_m_SessionId_5() { return static_cast<int32_t>(offsetof(XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9, ___m_SessionId_5)); }
inline Guid_t get_m_SessionId_5() const { return ___m_SessionId_5; }
inline Guid_t * get_address_of_m_SessionId_5() { return &___m_SessionId_5; }
inline void set_m_SessionId_5(Guid_t value)
{
___m_SessionId_5 = value;
}
};
struct XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.XRReferencePoint UnityEngine.XR.ARSubsystems.XRReferencePoint::s_Default
XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 ___s_Default_0;
public:
inline static int32_t get_offset_of_s_Default_0() { return static_cast<int32_t>(offsetof(XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9_StaticFields, ___s_Default_0)); }
inline XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 get_s_Default_0() const { return ___s_Default_0; }
inline XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 * get_address_of_s_Default_0() { return &___s_Default_0; }
inline void set_s_Default_0(XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 value)
{
___s_Default_0 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRTextureDescriptor
struct XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD
{
public:
// System.IntPtr UnityEngine.XR.ARSubsystems.XRTextureDescriptor::m_NativeTexture
intptr_t ___m_NativeTexture_0;
// System.Int32 UnityEngine.XR.ARSubsystems.XRTextureDescriptor::m_Width
int32_t ___m_Width_1;
// System.Int32 UnityEngine.XR.ARSubsystems.XRTextureDescriptor::m_Height
int32_t ___m_Height_2;
// System.Int32 UnityEngine.XR.ARSubsystems.XRTextureDescriptor::m_MipmapCount
int32_t ___m_MipmapCount_3;
// UnityEngine.TextureFormat UnityEngine.XR.ARSubsystems.XRTextureDescriptor::m_Format
int32_t ___m_Format_4;
// System.Int32 UnityEngine.XR.ARSubsystems.XRTextureDescriptor::m_PropertyNameId
int32_t ___m_PropertyNameId_5;
// System.Int32 UnityEngine.XR.ARSubsystems.XRTextureDescriptor::m_Depth
int32_t ___m_Depth_6;
// UnityEngine.Rendering.TextureDimension UnityEngine.XR.ARSubsystems.XRTextureDescriptor::m_Dimension
int32_t ___m_Dimension_7;
public:
inline static int32_t get_offset_of_m_NativeTexture_0() { return static_cast<int32_t>(offsetof(XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD, ___m_NativeTexture_0)); }
inline intptr_t get_m_NativeTexture_0() const { return ___m_NativeTexture_0; }
inline intptr_t* get_address_of_m_NativeTexture_0() { return &___m_NativeTexture_0; }
inline void set_m_NativeTexture_0(intptr_t value)
{
___m_NativeTexture_0 = value;
}
inline static int32_t get_offset_of_m_Width_1() { return static_cast<int32_t>(offsetof(XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD, ___m_Width_1)); }
inline int32_t get_m_Width_1() const { return ___m_Width_1; }
inline int32_t* get_address_of_m_Width_1() { return &___m_Width_1; }
inline void set_m_Width_1(int32_t value)
{
___m_Width_1 = value;
}
inline static int32_t get_offset_of_m_Height_2() { return static_cast<int32_t>(offsetof(XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD, ___m_Height_2)); }
inline int32_t get_m_Height_2() const { return ___m_Height_2; }
inline int32_t* get_address_of_m_Height_2() { return &___m_Height_2; }
inline void set_m_Height_2(int32_t value)
{
___m_Height_2 = value;
}
inline static int32_t get_offset_of_m_MipmapCount_3() { return static_cast<int32_t>(offsetof(XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD, ___m_MipmapCount_3)); }
inline int32_t get_m_MipmapCount_3() const { return ___m_MipmapCount_3; }
inline int32_t* get_address_of_m_MipmapCount_3() { return &___m_MipmapCount_3; }
inline void set_m_MipmapCount_3(int32_t value)
{
___m_MipmapCount_3 = value;
}
inline static int32_t get_offset_of_m_Format_4() { return static_cast<int32_t>(offsetof(XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD, ___m_Format_4)); }
inline int32_t get_m_Format_4() const { return ___m_Format_4; }
inline int32_t* get_address_of_m_Format_4() { return &___m_Format_4; }
inline void set_m_Format_4(int32_t value)
{
___m_Format_4 = value;
}
inline static int32_t get_offset_of_m_PropertyNameId_5() { return static_cast<int32_t>(offsetof(XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD, ___m_PropertyNameId_5)); }
inline int32_t get_m_PropertyNameId_5() const { return ___m_PropertyNameId_5; }
inline int32_t* get_address_of_m_PropertyNameId_5() { return &___m_PropertyNameId_5; }
inline void set_m_PropertyNameId_5(int32_t value)
{
___m_PropertyNameId_5 = value;
}
inline static int32_t get_offset_of_m_Depth_6() { return static_cast<int32_t>(offsetof(XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD, ___m_Depth_6)); }
inline int32_t get_m_Depth_6() const { return ___m_Depth_6; }
inline int32_t* get_address_of_m_Depth_6() { return &___m_Depth_6; }
inline void set_m_Depth_6(int32_t value)
{
___m_Depth_6 = value;
}
inline static int32_t get_offset_of_m_Dimension_7() { return static_cast<int32_t>(offsetof(XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD, ___m_Dimension_7)); }
inline int32_t get_m_Dimension_7() const { return ___m_Dimension_7; }
inline int32_t* get_address_of_m_Dimension_7() { return &___m_Dimension_7; }
inline void set_m_Dimension_7(int32_t value)
{
___m_Dimension_7 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRTrackedImage
struct XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRTrackedImage::m_Id
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_Id_1;
// System.Guid UnityEngine.XR.ARSubsystems.XRTrackedImage::m_SourceImageId
Guid_t ___m_SourceImageId_2;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRTrackedImage::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_3;
// UnityEngine.Vector2 UnityEngine.XR.ARSubsystems.XRTrackedImage::m_Size
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Size_4;
// UnityEngine.XR.ARSubsystems.TrackingState UnityEngine.XR.ARSubsystems.XRTrackedImage::m_TrackingState
int32_t ___m_TrackingState_5;
// System.IntPtr UnityEngine.XR.ARSubsystems.XRTrackedImage::m_NativePtr
intptr_t ___m_NativePtr_6;
public:
inline static int32_t get_offset_of_m_Id_1() { return static_cast<int32_t>(offsetof(XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8, ___m_Id_1)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_Id_1() const { return ___m_Id_1; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_Id_1() { return &___m_Id_1; }
inline void set_m_Id_1(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_Id_1 = value;
}
inline static int32_t get_offset_of_m_SourceImageId_2() { return static_cast<int32_t>(offsetof(XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8, ___m_SourceImageId_2)); }
inline Guid_t get_m_SourceImageId_2() const { return ___m_SourceImageId_2; }
inline Guid_t * get_address_of_m_SourceImageId_2() { return &___m_SourceImageId_2; }
inline void set_m_SourceImageId_2(Guid_t value)
{
___m_SourceImageId_2 = value;
}
inline static int32_t get_offset_of_m_Pose_3() { return static_cast<int32_t>(offsetof(XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8, ___m_Pose_3)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_3() const { return ___m_Pose_3; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_3() { return &___m_Pose_3; }
inline void set_m_Pose_3(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_3 = value;
}
inline static int32_t get_offset_of_m_Size_4() { return static_cast<int32_t>(offsetof(XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8, ___m_Size_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Size_4() const { return ___m_Size_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Size_4() { return &___m_Size_4; }
inline void set_m_Size_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Size_4 = value;
}
inline static int32_t get_offset_of_m_TrackingState_5() { return static_cast<int32_t>(offsetof(XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8, ___m_TrackingState_5)); }
inline int32_t get_m_TrackingState_5() const { return ___m_TrackingState_5; }
inline int32_t* get_address_of_m_TrackingState_5() { return &___m_TrackingState_5; }
inline void set_m_TrackingState_5(int32_t value)
{
___m_TrackingState_5 = value;
}
inline static int32_t get_offset_of_m_NativePtr_6() { return static_cast<int32_t>(offsetof(XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8, ___m_NativePtr_6)); }
inline intptr_t get_m_NativePtr_6() const { return ___m_NativePtr_6; }
inline intptr_t* get_address_of_m_NativePtr_6() { return &___m_NativePtr_6; }
inline void set_m_NativePtr_6(intptr_t value)
{
___m_NativePtr_6 = value;
}
};
struct XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.XRTrackedImage UnityEngine.XR.ARSubsystems.XRTrackedImage::s_Default
XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 ___s_Default_0;
public:
inline static int32_t get_offset_of_s_Default_0() { return static_cast<int32_t>(offsetof(XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8_StaticFields, ___s_Default_0)); }
inline XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 get_s_Default_0() const { return ___s_Default_0; }
inline XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 * get_address_of_s_Default_0() { return &___s_Default_0; }
inline void set_s_Default_0(XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 value)
{
___s_Default_0 = value;
}
};
// UnityEngine.XR.ARSubsystems.XRTrackedObject
struct XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRTrackedObject::m_TrackableId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_TrackableId_0;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRTrackedObject::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_1;
// UnityEngine.XR.ARSubsystems.TrackingState UnityEngine.XR.ARSubsystems.XRTrackedObject::m_TrackingState
int32_t ___m_TrackingState_2;
// System.IntPtr UnityEngine.XR.ARSubsystems.XRTrackedObject::m_NativePtr
intptr_t ___m_NativePtr_3;
// System.Guid UnityEngine.XR.ARSubsystems.XRTrackedObject::m_ReferenceObjectGuid
Guid_t ___m_ReferenceObjectGuid_4;
public:
inline static int32_t get_offset_of_m_TrackableId_0() { return static_cast<int32_t>(offsetof(XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260, ___m_TrackableId_0)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_TrackableId_0() const { return ___m_TrackableId_0; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_TrackableId_0() { return &___m_TrackableId_0; }
inline void set_m_TrackableId_0(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_TrackableId_0 = value;
}
inline static int32_t get_offset_of_m_Pose_1() { return static_cast<int32_t>(offsetof(XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260, ___m_Pose_1)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_1() const { return ___m_Pose_1; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_1() { return &___m_Pose_1; }
inline void set_m_Pose_1(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_1 = value;
}
inline static int32_t get_offset_of_m_TrackingState_2() { return static_cast<int32_t>(offsetof(XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260, ___m_TrackingState_2)); }
inline int32_t get_m_TrackingState_2() const { return ___m_TrackingState_2; }
inline int32_t* get_address_of_m_TrackingState_2() { return &___m_TrackingState_2; }
inline void set_m_TrackingState_2(int32_t value)
{
___m_TrackingState_2 = value;
}
inline static int32_t get_offset_of_m_NativePtr_3() { return static_cast<int32_t>(offsetof(XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260, ___m_NativePtr_3)); }
inline intptr_t get_m_NativePtr_3() const { return ___m_NativePtr_3; }
inline intptr_t* get_address_of_m_NativePtr_3() { return &___m_NativePtr_3; }
inline void set_m_NativePtr_3(intptr_t value)
{
___m_NativePtr_3 = value;
}
inline static int32_t get_offset_of_m_ReferenceObjectGuid_4() { return static_cast<int32_t>(offsetof(XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260, ___m_ReferenceObjectGuid_4)); }
inline Guid_t get_m_ReferenceObjectGuid_4() const { return ___m_ReferenceObjectGuid_4; }
inline Guid_t * get_address_of_m_ReferenceObjectGuid_4() { return &___m_ReferenceObjectGuid_4; }
inline void set_m_ReferenceObjectGuid_4(Guid_t value)
{
___m_ReferenceObjectGuid_4 = value;
}
};
struct XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.XRTrackedObject UnityEngine.XR.ARSubsystems.XRTrackedObject::s_Default
XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 ___s_Default_5;
public:
inline static int32_t get_offset_of_s_Default_5() { return static_cast<int32_t>(offsetof(XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260_StaticFields, ___s_Default_5)); }
inline XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 get_s_Default_5() const { return ___s_Default_5; }
inline XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 * get_address_of_s_Default_5() { return &___s_Default_5; }
inline void set_s_Default_5(XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 value)
{
___s_Default_5 = value;
}
};
// System.Action`1<UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs>
struct Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB : public MulticastDelegate_t
{
public:
public:
};
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
}
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.BoundedPlane>
struct Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631, ___m_Array_0)); }
inline NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.TrackableId>
struct Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A, ___m_Array_0)); }
inline NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRAnchor>
struct Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C, ___m_Array_0)); }
inline NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>
struct Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28, ___m_Array_0)); }
inline NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>
struct Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3, ___m_Array_0)); }
inline NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRFace>
struct Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F, ___m_Array_0)); }
inline NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRHumanBody>
struct Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9, ___m_Array_0)); }
inline NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>
struct Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF, ___m_Array_0)); }
inline NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>
struct Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D, ___m_Array_0)); }
inline NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRParticipant>
struct Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589, ___m_Array_0)); }
inline NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRPointCloud>
struct Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD, ___m_Array_0)); }
inline NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRRaycast>
struct Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD, ___m_Array_0)); }
inline NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRRaycastHit>
struct Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0, ___m_Array_0)); }
inline NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRReferencePoint>
struct Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E, ___m_Array_0)); }
inline NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>
struct Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5, ___m_Array_0)); }
inline NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRTrackedImage>
struct Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76, ___m_Array_0)); }
inline NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Collections.NativeArray`1_Enumerator<UnityEngine.XR.ARSubsystems.XRTrackedObject>
struct Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362
{
public:
// Unity.Collections.NativeArray`1<T> Unity.Collections.NativeArray`1_Enumerator::m_Array
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___m_Array_0;
// System.Int32 Unity.Collections.NativeArray`1_Enumerator::m_Index
int32_t ___m_Index_1;
public:
inline static int32_t get_offset_of_m_Array_0() { return static_cast<int32_t>(offsetof(Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362, ___m_Array_0)); }
inline NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 get_m_Array_0() const { return ___m_Array_0; }
inline NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * get_address_of_m_Array_0() { return &___m_Array_0; }
inline void set_m_Array_0(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 value)
{
___m_Array_0 = value;
}
inline static int32_t get_offset_of_m_Index_1() { return static_cast<int32_t>(offsetof(Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362, ___m_Index_1)); }
inline int32_t get_m_Index_1() const { return ___m_Index_1; }
inline int32_t* get_address_of_m_Index_1() { return &___m_Index_1; }
inline void set_m_Index_1(int32_t value)
{
___m_Index_1 = value;
}
};
// Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob>
struct ExecuteJobFunction_tF0AD6BFEBA2CD378D99025FC12565A171DC5DF0A : public MulticastDelegate_t
{
public:
public:
};
// Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_ReleaseDatabaseJob>
struct ExecuteJobFunction_t834EC37922DC4F8715193726A1100DD7AC363FA2 : public MulticastDelegate_t
{
public:
public:
};
// Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_ConvertRGBA32ToARGB32Job>
struct ExecuteJobFunction_t7A5337D81F436AF6B4EE4FA115156754FDF0E8E9 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Events.UnityAction`1<System.Boolean>
struct UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`1<System.Int32>
struct UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`1<System.Object>
struct UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`1<System.Single>
struct UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>
struct UnityAction_1_t95F46E5AC4F5A5CFAD850DDC188E2674CEAC6384 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`2<System.Object,System.Object>
struct UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>
struct UnityAction_2_t77680359D738D69E578F3A74D50CD3FA8D775A60 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>
struct UnityAction_2_t6FF15ABDB8C2C9E1BB0E5A79FEDA471C0679D51F : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>
struct UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>
struct UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob
struct PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800
{
public:
// Unity.Collections.NativeSlice`1<UnityEngine.Vector3> UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob::points
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 ___points_0;
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastInfo> UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob::infos
NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F ___infos_1;
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit> UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob::hits
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___hits_2;
// Unity.Collections.NativeArray`1<System.Int32> UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob::count
NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF ___count_3;
// System.Single UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob::cosineThreshold
float ___cosineThreshold_4;
// UnityEngine.Pose UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob::pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___pose_5;
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob::trackableId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___trackableId_6;
public:
inline static int32_t get_offset_of_points_0() { return static_cast<int32_t>(offsetof(PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800, ___points_0)); }
inline NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 get_points_0() const { return ___points_0; }
inline NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * get_address_of_points_0() { return &___points_0; }
inline void set_points_0(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 value)
{
___points_0 = value;
}
inline static int32_t get_offset_of_infos_1() { return static_cast<int32_t>(offsetof(PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800, ___infos_1)); }
inline NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F get_infos_1() const { return ___infos_1; }
inline NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F * get_address_of_infos_1() { return &___infos_1; }
inline void set_infos_1(NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F value)
{
___infos_1 = value;
}
inline static int32_t get_offset_of_hits_2() { return static_cast<int32_t>(offsetof(PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800, ___hits_2)); }
inline NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 get_hits_2() const { return ___hits_2; }
inline NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * get_address_of_hits_2() { return &___hits_2; }
inline void set_hits_2(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 value)
{
___hits_2 = value;
}
inline static int32_t get_offset_of_count_3() { return static_cast<int32_t>(offsetof(PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800, ___count_3)); }
inline NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF get_count_3() const { return ___count_3; }
inline NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF * get_address_of_count_3() { return &___count_3; }
inline void set_count_3(NativeArray_1_tC6374EC584BF0D6DD4AD6FA0FD00C2C82F82CCAF value)
{
___count_3 = value;
}
inline static int32_t get_offset_of_cosineThreshold_4() { return static_cast<int32_t>(offsetof(PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800, ___cosineThreshold_4)); }
inline float get_cosineThreshold_4() const { return ___cosineThreshold_4; }
inline float* get_address_of_cosineThreshold_4() { return &___cosineThreshold_4; }
inline void set_cosineThreshold_4(float value)
{
___cosineThreshold_4 = value;
}
inline static int32_t get_offset_of_pose_5() { return static_cast<int32_t>(offsetof(PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800, ___pose_5)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_pose_5() const { return ___pose_5; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_pose_5() { return &___pose_5; }
inline void set_pose_5(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___pose_5 = value;
}
inline static int32_t get_offset_of_trackableId_6() { return static_cast<int32_t>(offsetof(PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800, ___trackableId_6)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_trackableId_6() const { return ___trackableId_6; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_trackableId_6() { return &___trackableId_6; }
inline void set_trackableId_6(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___trackableId_6 = value;
}
};
// UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob
struct PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C
{
public:
// Unity.Collections.NativeSlice`1<UnityEngine.Vector3> UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob::points
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 ___points_0;
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastInfo> UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob::infoOut
NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F ___infoOut_1;
// UnityEngine.Ray UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob::ray
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___ray_2;
public:
inline static int32_t get_offset_of_points_0() { return static_cast<int32_t>(offsetof(PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C, ___points_0)); }
inline NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 get_points_0() const { return ___points_0; }
inline NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * get_address_of_points_0() { return &___points_0; }
inline void set_points_0(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 value)
{
___points_0 = value;
}
inline static int32_t get_offset_of_infoOut_1() { return static_cast<int32_t>(offsetof(PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C, ___infoOut_1)); }
inline NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F get_infoOut_1() const { return ___infoOut_1; }
inline NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F * get_address_of_infoOut_1() { return &___infoOut_1; }
inline void set_infoOut_1(NativeArray_1_tA80DDB40F373EBFA9AA644D341B3D1362249A11F value)
{
___infoOut_1 = value;
}
inline static int32_t get_offset_of_ray_2() { return static_cast<int32_t>(offsetof(PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C, ___ray_2)); }
inline Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 get_ray_2() const { return ___ray_2; }
inline Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * get_address_of_ray_2() { return &___ray_2; }
inline void set_ray_2(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 value)
{
___ray_2 = value;
}
};
// UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions_DeallocateJob
struct DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C
{
public:
// Unity.Collections.NativeArray`1<System.Byte> UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions_DeallocateJob::data
NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___data_0;
public:
inline static int32_t get_offset_of_data_0() { return static_cast<int32_t>(offsetof(DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C, ___data_0)); }
inline NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 get_data_0() const { return ___data_0; }
inline NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 * get_address_of_data_0() { return &___data_0; }
inline void set_data_0(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 value)
{
___data_0 = value;
}
};
// UnityEngine.XR.ARFoundation.TrackableCollection`1_Enumerator<System.Object>
struct Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED
{
public:
// System.Collections.Generic.Dictionary`2_Enumerator<UnityEngine.XR.ARSubsystems.TrackableId,TTrackable> UnityEngine.XR.ARFoundation.TrackableCollection`1_Enumerator::m_Enumerator
Enumerator_tCB68C098BACB0B88BCB7C2F0AE3E42B10364C565 ___m_Enumerator_0;
public:
inline static int32_t get_offset_of_m_Enumerator_0() { return static_cast<int32_t>(offsetof(Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED, ___m_Enumerator_0)); }
inline Enumerator_tCB68C098BACB0B88BCB7C2F0AE3E42B10364C565 get_m_Enumerator_0() const { return ___m_Enumerator_0; }
inline Enumerator_tCB68C098BACB0B88BCB7C2F0AE3E42B10364C565 * get_address_of_m_Enumerator_0() { return &___m_Enumerator_0; }
inline void set_m_Enumerator_0(Enumerator_tCB68C098BACB0B88BCB7C2F0AE3E42B10364C565 value)
{
___m_Enumerator_0 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_Enumerator_0))->___dictionary_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&___m_Enumerator_0))->___current_3))->___value_1), (void*)NULL);
#endif
}
};
// UnityEngine.XR.ARKit.ARKitImageDatabase_DeallocateNativeArrayJob`1<System.Byte>
struct DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A
{
public:
// Unity.Collections.NativeArray`1<T> UnityEngine.XR.ARKit.ARKitImageDatabase_DeallocateNativeArrayJob`1::array
NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___array_0;
public:
inline static int32_t get_offset_of_array_0() { return static_cast<int32_t>(offsetof(DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A, ___array_0)); }
inline NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 get_array_0() const { return ___array_0; }
inline NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 * get_address_of_array_0() { return &___array_0; }
inline void set_array_0(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 value)
{
___array_0 = value;
}
};
// UnityEngine.XR.ARKit.ARKitXRDepthSubsystem_TransformPositionsJob
struct TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283
{
public:
// Unity.Collections.NativeArray`1<UnityEngine.Quaternion> UnityEngine.XR.ARKit.ARKitXRDepthSubsystem_TransformPositionsJob::positionsIn
NativeArray_1_t9C70B1A7759D3AEB5D78FECCCDB8DCDEB9CCA684 ___positionsIn_0;
// Unity.Collections.NativeArray`1<UnityEngine.Vector3> UnityEngine.XR.ARKit.ARKitXRDepthSubsystem_TransformPositionsJob::positionsOut
NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 ___positionsOut_1;
public:
inline static int32_t get_offset_of_positionsIn_0() { return static_cast<int32_t>(offsetof(TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283, ___positionsIn_0)); }
inline NativeArray_1_t9C70B1A7759D3AEB5D78FECCCDB8DCDEB9CCA684 get_positionsIn_0() const { return ___positionsIn_0; }
inline NativeArray_1_t9C70B1A7759D3AEB5D78FECCCDB8DCDEB9CCA684 * get_address_of_positionsIn_0() { return &___positionsIn_0; }
inline void set_positionsIn_0(NativeArray_1_t9C70B1A7759D3AEB5D78FECCCDB8DCDEB9CCA684 value)
{
___positionsIn_0 = value;
}
inline static int32_t get_offset_of_positionsOut_1() { return static_cast<int32_t>(offsetof(TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283, ___positionsOut_1)); }
inline NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 get_positionsOut_1() const { return ___positionsOut_1; }
inline NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 * get_address_of_positionsOut_1() { return &___positionsOut_1; }
inline void set_positionsOut_1(NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 value)
{
___positionsOut_1 = value;
}
};
// UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_FlipBoundaryWindingJob
struct FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B
{
public:
// Unity.Collections.NativeArray`1<UnityEngine.Vector2> UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_FlipBoundaryWindingJob::positions
NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71 ___positions_0;
public:
inline static int32_t get_offset_of_positions_0() { return static_cast<int32_t>(offsetof(FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B, ___positions_0)); }
inline NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71 get_positions_0() const { return ___positions_0; }
inline NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71 * get_address_of_positions_0() { return &___positions_0; }
inline void set_positions_0(NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71 value)
{
___positions_0 = value;
}
};
// UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_TransformBoundaryPositionsJob
struct TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872
{
public:
// Unity.Collections.NativeArray`1<UnityEngine.Vector4> UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_TransformBoundaryPositionsJob::positionsIn
NativeArray_1_t32E6297AF854BD125529357115F7C02BA25C4C96 ___positionsIn_0;
// Unity.Collections.NativeArray`1<UnityEngine.Vector2> UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_TransformBoundaryPositionsJob::positionsOut
NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71 ___positionsOut_1;
public:
inline static int32_t get_offset_of_positionsIn_0() { return static_cast<int32_t>(offsetof(TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872, ___positionsIn_0)); }
inline NativeArray_1_t32E6297AF854BD125529357115F7C02BA25C4C96 get_positionsIn_0() const { return ___positionsIn_0; }
inline NativeArray_1_t32E6297AF854BD125529357115F7C02BA25C4C96 * get_address_of_positionsIn_0() { return &___positionsIn_0; }
inline void set_positionsIn_0(NativeArray_1_t32E6297AF854BD125529357115F7C02BA25C4C96 value)
{
___positionsIn_0 = value;
}
inline static int32_t get_offset_of_positionsOut_1() { return static_cast<int32_t>(offsetof(TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872, ___positionsOut_1)); }
inline NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71 get_positionsOut_1() const { return ___positionsOut_1; }
inline NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71 * get_address_of_positionsOut_1() { return &___positionsOut_1; }
inline void set_positionsOut_1(NativeArray_1_t86AEDFC03CDAC131E54ED6A68B102EBD947A3F71 value)
{
___positionsOut_1 = value;
}
};
// UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.BoundedPlane>
struct TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE
{
public:
// System.Boolean UnityEngine.XR.ARSubsystems.TrackableChanges`1::<isCreated>k__BackingField
bool ___U3CisCreatedU3Ek__BackingField_0;
// Unity.Collections.NativeArray`1<T> UnityEngine.XR.ARSubsystems.TrackableChanges`1::m_Added
NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 ___m_Added_1;
// Unity.Collections.NativeArray`1<T> UnityEngine.XR.ARSubsystems.TrackableChanges`1::m_Updated
NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 ___m_Updated_2;
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.TrackableId> UnityEngine.XR.ARSubsystems.TrackableChanges`1::m_Removed
NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 ___m_Removed_3;
public:
inline static int32_t get_offset_of_U3CisCreatedU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE, ___U3CisCreatedU3Ek__BackingField_0)); }
inline bool get_U3CisCreatedU3Ek__BackingField_0() const { return ___U3CisCreatedU3Ek__BackingField_0; }
inline bool* get_address_of_U3CisCreatedU3Ek__BackingField_0() { return &___U3CisCreatedU3Ek__BackingField_0; }
inline void set_U3CisCreatedU3Ek__BackingField_0(bool value)
{
___U3CisCreatedU3Ek__BackingField_0 = value;
}
inline static int32_t get_offset_of_m_Added_1() { return static_cast<int32_t>(offsetof(TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE, ___m_Added_1)); }
inline NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 get_m_Added_1() const { return ___m_Added_1; }
inline NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 * get_address_of_m_Added_1() { return &___m_Added_1; }
inline void set_m_Added_1(NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 value)
{
___m_Added_1 = value;
}
inline static int32_t get_offset_of_m_Updated_2() { return static_cast<int32_t>(offsetof(TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE, ___m_Updated_2)); }
inline NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 get_m_Updated_2() const { return ___m_Updated_2; }
inline NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 * get_address_of_m_Updated_2() { return &___m_Updated_2; }
inline void set_m_Updated_2(NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 value)
{
___m_Updated_2 = value;
}
inline static int32_t get_offset_of_m_Removed_3() { return static_cast<int32_t>(offsetof(TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE, ___m_Removed_3)); }
inline NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 get_m_Removed_3() const { return ___m_Removed_3; }
inline NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 * get_address_of_m_Removed_3() { return &___m_Removed_3; }
inline void set_m_Removed_3(NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 value)
{
___m_Removed_3 = value;
}
};
// UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.XRAnchor>
struct TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4
{
public:
// System.Boolean UnityEngine.XR.ARSubsystems.TrackableChanges`1::<isCreated>k__BackingField
bool ___U3CisCreatedU3Ek__BackingField_0;
// Unity.Collections.NativeArray`1<T> UnityEngine.XR.ARSubsystems.TrackableChanges`1::m_Added
NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C ___m_Added_1;
// Unity.Collections.NativeArray`1<T> UnityEngine.XR.ARSubsystems.TrackableChanges`1::m_Updated
NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C ___m_Updated_2;
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.TrackableId> UnityEngine.XR.ARSubsystems.TrackableChanges`1::m_Removed
NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 ___m_Removed_3;
public:
inline static int32_t get_offset_of_U3CisCreatedU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4, ___U3CisCreatedU3Ek__BackingField_0)); }
inline bool get_U3CisCreatedU3Ek__BackingField_0() const { return ___U3CisCreatedU3Ek__BackingField_0; }
inline bool* get_address_of_U3CisCreatedU3Ek__BackingField_0() { return &___U3CisCreatedU3Ek__BackingField_0; }
inline void set_U3CisCreatedU3Ek__BackingField_0(bool value)
{
___U3CisCreatedU3Ek__BackingField_0 = value;
}
inline static int32_t get_offset_of_m_Added_1() { return static_cast<int32_t>(offsetof(TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4, ___m_Added_1)); }
inline NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C get_m_Added_1() const { return ___m_Added_1; }
inline NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C * get_address_of_m_Added_1() { return &___m_Added_1; }
inline void set_m_Added_1(NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C value)
{
___m_Added_1 = value;
}
inline static int32_t get_offset_of_m_Updated_2() { return static_cast<int32_t>(offsetof(TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4, ___m_Updated_2)); }
inline NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C get_m_Updated_2() const { return ___m_Updated_2; }
inline NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C * get_address_of_m_Updated_2() { return &___m_Updated_2; }
inline void set_m_Updated_2(NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C value)
{
___m_Updated_2 = value;
}
inline static int32_t get_offset_of_m_Removed_3() { return static_cast<int32_t>(offsetof(TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4, ___m_Removed_3)); }
inline NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 get_m_Removed_3() const { return ___m_Removed_3; }
inline NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 * get_address_of_m_Removed_3() { return &___m_Removed_3; }
inline void set_m_Removed_3(NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 value)
{
___m_Removed_3 = value;
}
};
// UnityEngine.XR.ARSubsystems.XREnvironmentProbe
struct XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2
{
public:
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XREnvironmentProbe::m_TrackableId
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___m_TrackableId_1;
// UnityEngine.Vector3 UnityEngine.XR.ARSubsystems.XREnvironmentProbe::m_Scale
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Scale_2;
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XREnvironmentProbe::m_Pose
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___m_Pose_3;
// UnityEngine.Vector3 UnityEngine.XR.ARSubsystems.XREnvironmentProbe::m_Size
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Size_4;
// UnityEngine.XR.ARSubsystems.XRTextureDescriptor UnityEngine.XR.ARSubsystems.XREnvironmentProbe::m_TextureDescriptor
XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD ___m_TextureDescriptor_5;
// UnityEngine.XR.ARSubsystems.TrackingState UnityEngine.XR.ARSubsystems.XREnvironmentProbe::m_TrackingState
int32_t ___m_TrackingState_6;
// System.IntPtr UnityEngine.XR.ARSubsystems.XREnvironmentProbe::m_NativePtr
intptr_t ___m_NativePtr_7;
public:
inline static int32_t get_offset_of_m_TrackableId_1() { return static_cast<int32_t>(offsetof(XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2, ___m_TrackableId_1)); }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 get_m_TrackableId_1() const { return ___m_TrackableId_1; }
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * get_address_of_m_TrackableId_1() { return &___m_TrackableId_1; }
inline void set_m_TrackableId_1(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 value)
{
___m_TrackableId_1 = value;
}
inline static int32_t get_offset_of_m_Scale_2() { return static_cast<int32_t>(offsetof(XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2, ___m_Scale_2)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Scale_2() const { return ___m_Scale_2; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Scale_2() { return &___m_Scale_2; }
inline void set_m_Scale_2(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Scale_2 = value;
}
inline static int32_t get_offset_of_m_Pose_3() { return static_cast<int32_t>(offsetof(XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2, ___m_Pose_3)); }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 get_m_Pose_3() const { return ___m_Pose_3; }
inline Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 * get_address_of_m_Pose_3() { return &___m_Pose_3; }
inline void set_m_Pose_3(Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 value)
{
___m_Pose_3 = value;
}
inline static int32_t get_offset_of_m_Size_4() { return static_cast<int32_t>(offsetof(XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2, ___m_Size_4)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Size_4() const { return ___m_Size_4; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Size_4() { return &___m_Size_4; }
inline void set_m_Size_4(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Size_4 = value;
}
inline static int32_t get_offset_of_m_TextureDescriptor_5() { return static_cast<int32_t>(offsetof(XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2, ___m_TextureDescriptor_5)); }
inline XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD get_m_TextureDescriptor_5() const { return ___m_TextureDescriptor_5; }
inline XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD * get_address_of_m_TextureDescriptor_5() { return &___m_TextureDescriptor_5; }
inline void set_m_TextureDescriptor_5(XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD value)
{
___m_TextureDescriptor_5 = value;
}
inline static int32_t get_offset_of_m_TrackingState_6() { return static_cast<int32_t>(offsetof(XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2, ___m_TrackingState_6)); }
inline int32_t get_m_TrackingState_6() const { return ___m_TrackingState_6; }
inline int32_t* get_address_of_m_TrackingState_6() { return &___m_TrackingState_6; }
inline void set_m_TrackingState_6(int32_t value)
{
___m_TrackingState_6 = value;
}
inline static int32_t get_offset_of_m_NativePtr_7() { return static_cast<int32_t>(offsetof(XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2, ___m_NativePtr_7)); }
inline intptr_t get_m_NativePtr_7() const { return ___m_NativePtr_7; }
inline intptr_t* get_address_of_m_NativePtr_7() { return &___m_NativePtr_7; }
inline void set_m_NativePtr_7(intptr_t value)
{
___m_NativePtr_7 = value;
}
};
struct XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2_StaticFields
{
public:
// UnityEngine.XR.ARSubsystems.XREnvironmentProbe UnityEngine.XR.ARSubsystems.XREnvironmentProbe::s_Default
XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 ___s_Default_0;
public:
inline static int32_t get_offset_of_s_Default_0() { return static_cast<int32_t>(offsetof(XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2_StaticFields, ___s_Default_0)); }
inline XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 get_s_Default_0() const { return ___s_Default_0; }
inline XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 * get_address_of_s_Default_0() { return &___s_Default_0; }
inline void set_s_Default_0(XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 value)
{
___s_Default_0 = value;
}
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
// Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob>
struct ExecuteJobFunction_t9E972D668EA728572989B5D0C16D4EB54B900B26 : public MulticastDelegate_t
{
public:
public:
};
// Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions_DeallocateJob>
struct ExecuteJobFunction_t256A9E39A1E0BAC8356FF2695F2D2024F1A11CA6 : public MulticastDelegate_t
{
public:
public:
};
// Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_DeallocateNativeArrayJob`1<System.Byte>>
struct ExecuteJobFunction_t2D320F6F2CAB0110FEB415B94F67667430F4E1E7 : public MulticastDelegate_t
{
public:
public:
};
// Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_FlipBoundaryWindingJob>
struct ExecuteJobFunction_tB43A775F73BFE849068890AF2D56DCE49EA18DC6 : public MulticastDelegate_t
{
public:
public:
};
// Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob>
struct ExecuteJobFunction_tF898FCAE599C6A2226E4BC0F4801706EBAB73B69 : public MulticastDelegate_t
{
public:
public:
};
// Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRDepthSubsystem_TransformPositionsJob>
struct ExecuteJobFunction_tC6EFEC5502C00AD5D59C9A19CDAAD287BD094EB0 : public MulticastDelegate_t
{
public:
public:
};
// Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_TransformBoundaryPositionsJob>
struct ExecuteJobFunction_tA9E4C7103F78806D963B323A79EBFBA15FC9A2CC : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// UnityEngine.XR.ARFoundation.ARSessionOrigin
struct ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// UnityEngine.Camera UnityEngine.XR.ARFoundation.ARSessionOrigin::m_Camera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___m_Camera_4;
// UnityEngine.Transform UnityEngine.XR.ARFoundation.ARSessionOrigin::<trackablesParent>k__BackingField
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___U3CtrackablesParentU3Ek__BackingField_5;
// System.Action`1<UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs> UnityEngine.XR.ARFoundation.ARSessionOrigin::trackablesParentTransformChanged
Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB * ___trackablesParentTransformChanged_6;
// UnityEngine.GameObject UnityEngine.XR.ARFoundation.ARSessionOrigin::m_ContentOffsetGameObject
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_ContentOffsetGameObject_7;
public:
inline static int32_t get_offset_of_m_Camera_4() { return static_cast<int32_t>(offsetof(ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF, ___m_Camera_4)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_m_Camera_4() const { return ___m_Camera_4; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_m_Camera_4() { return &___m_Camera_4; }
inline void set_m_Camera_4(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___m_Camera_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Camera_4), (void*)value);
}
inline static int32_t get_offset_of_U3CtrackablesParentU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF, ___U3CtrackablesParentU3Ek__BackingField_5)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_U3CtrackablesParentU3Ek__BackingField_5() const { return ___U3CtrackablesParentU3Ek__BackingField_5; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_U3CtrackablesParentU3Ek__BackingField_5() { return &___U3CtrackablesParentU3Ek__BackingField_5; }
inline void set_U3CtrackablesParentU3Ek__BackingField_5(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___U3CtrackablesParentU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CtrackablesParentU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_trackablesParentTransformChanged_6() { return static_cast<int32_t>(offsetof(ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF, ___trackablesParentTransformChanged_6)); }
inline Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB * get_trackablesParentTransformChanged_6() const { return ___trackablesParentTransformChanged_6; }
inline Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB ** get_address_of_trackablesParentTransformChanged_6() { return &___trackablesParentTransformChanged_6; }
inline void set_trackablesParentTransformChanged_6(Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB * value)
{
___trackablesParentTransformChanged_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___trackablesParentTransformChanged_6), (void*)value);
}
inline static int32_t get_offset_of_m_ContentOffsetGameObject_7() { return static_cast<int32_t>(offsetof(ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF, ___m_ContentOffsetGameObject_7)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_ContentOffsetGameObject_7() const { return ___m_ContentOffsetGameObject_7; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_ContentOffsetGameObject_7() { return &___m_ContentOffsetGameObject_7; }
inline void set_m_ContentOffsetGameObject_7(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___m_ContentOffsetGameObject_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ContentOffsetGameObject_7), (void*)value);
}
};
// UnityEngine.XR.ARFoundation.ARTrackable
struct ARTrackable_t83B7DF3DDF0311EB7317A3D9A4E8D4363AA00D85 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
public:
};
// UnityEngine.XR.ARFoundation.SubsystemLifecycleManager`2<System.Object,System.Object>
struct SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// TSubsystem UnityEngine.XR.ARFoundation.SubsystemLifecycleManager`2::<subsystem>k__BackingField
RuntimeObject * ___U3CsubsystemU3Ek__BackingField_4;
public:
inline static int32_t get_offset_of_U3CsubsystemU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9, ___U3CsubsystemU3Ek__BackingField_4)); }
inline RuntimeObject * get_U3CsubsystemU3Ek__BackingField_4() const { return ___U3CsubsystemU3Ek__BackingField_4; }
inline RuntimeObject ** get_address_of_U3CsubsystemU3Ek__BackingField_4() { return &___U3CsubsystemU3Ek__BackingField_4; }
inline void set_U3CsubsystemU3Ek__BackingField_4(RuntimeObject * value)
{
___U3CsubsystemU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsubsystemU3Ek__BackingField_4), (void*)value);
}
};
struct SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9_StaticFields
{
public:
// System.Collections.Generic.List`1<TSubsystemDescriptor> UnityEngine.XR.ARFoundation.SubsystemLifecycleManager`2::s_SubsystemDescriptors
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___s_SubsystemDescriptors_5;
// System.Collections.Generic.List`1<TSubsystem> UnityEngine.XR.ARFoundation.SubsystemLifecycleManager`2::s_SubsystemInstances
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___s_SubsystemInstances_6;
public:
inline static int32_t get_offset_of_s_SubsystemDescriptors_5() { return static_cast<int32_t>(offsetof(SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9_StaticFields, ___s_SubsystemDescriptors_5)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_s_SubsystemDescriptors_5() const { return ___s_SubsystemDescriptors_5; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_s_SubsystemDescriptors_5() { return &___s_SubsystemDescriptors_5; }
inline void set_s_SubsystemDescriptors_5(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___s_SubsystemDescriptors_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_SubsystemDescriptors_5), (void*)value);
}
inline static int32_t get_offset_of_s_SubsystemInstances_6() { return static_cast<int32_t>(offsetof(SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9_StaticFields, ___s_SubsystemInstances_6)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_s_SubsystemInstances_6() const { return ___s_SubsystemInstances_6; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_s_SubsystemInstances_6() { return &___s_SubsystemInstances_6; }
inline void set_s_SubsystemInstances_6(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___s_SubsystemInstances_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_SubsystemInstances_6), (void*)value);
}
};
// UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>
struct ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 : public SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9
{
public:
// UnityEngine.XR.ARFoundation.ARSessionOrigin UnityEngine.XR.ARFoundation.ARTrackableManager`4::<sessionOrigin>k__BackingField
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * ___U3CsessionOriginU3Ek__BackingField_8;
// System.Collections.Generic.Dictionary`2<UnityEngine.XR.ARSubsystems.TrackableId,TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::m_Trackables
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * ___m_Trackables_9;
// System.Collections.Generic.Dictionary`2<UnityEngine.XR.ARSubsystems.TrackableId,TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::m_PendingAdds
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * ___m_PendingAdds_10;
public:
inline static int32_t get_offset_of_U3CsessionOriginU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11, ___U3CsessionOriginU3Ek__BackingField_8)); }
inline ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * get_U3CsessionOriginU3Ek__BackingField_8() const { return ___U3CsessionOriginU3Ek__BackingField_8; }
inline ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF ** get_address_of_U3CsessionOriginU3Ek__BackingField_8() { return &___U3CsessionOriginU3Ek__BackingField_8; }
inline void set_U3CsessionOriginU3Ek__BackingField_8(ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * value)
{
___U3CsessionOriginU3Ek__BackingField_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsessionOriginU3Ek__BackingField_8), (void*)value);
}
inline static int32_t get_offset_of_m_Trackables_9() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11, ___m_Trackables_9)); }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * get_m_Trackables_9() const { return ___m_Trackables_9; }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE ** get_address_of_m_Trackables_9() { return &___m_Trackables_9; }
inline void set_m_Trackables_9(Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * value)
{
___m_Trackables_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Trackables_9), (void*)value);
}
inline static int32_t get_offset_of_m_PendingAdds_10() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11, ___m_PendingAdds_10)); }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * get_m_PendingAdds_10() const { return ___m_PendingAdds_10; }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE ** get_address_of_m_PendingAdds_10() { return &___m_PendingAdds_10; }
inline void set_m_PendingAdds_10(Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * value)
{
___m_PendingAdds_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PendingAdds_10), (void*)value);
}
};
struct ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields
{
public:
// UnityEngine.XR.ARFoundation.ARTrackableManager`4<TSubsystem,TSubsystemDescriptor,TSessionRelativeData,TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::<instance>k__BackingField
ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * ___U3CinstanceU3Ek__BackingField_7;
// System.Collections.Generic.List`1<TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::s_Added
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___s_Added_11;
// System.Collections.Generic.List`1<TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::s_Updated
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___s_Updated_12;
// System.Collections.Generic.List`1<TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::s_Removed
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___s_Removed_13;
public:
inline static int32_t get_offset_of_U3CinstanceU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields, ___U3CinstanceU3Ek__BackingField_7)); }
inline ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * get_U3CinstanceU3Ek__BackingField_7() const { return ___U3CinstanceU3Ek__BackingField_7; }
inline ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 ** get_address_of_U3CinstanceU3Ek__BackingField_7() { return &___U3CinstanceU3Ek__BackingField_7; }
inline void set_U3CinstanceU3Ek__BackingField_7(ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * value)
{
___U3CinstanceU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinstanceU3Ek__BackingField_7), (void*)value);
}
inline static int32_t get_offset_of_s_Added_11() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields, ___s_Added_11)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_s_Added_11() const { return ___s_Added_11; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_s_Added_11() { return &___s_Added_11; }
inline void set_s_Added_11(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___s_Added_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Added_11), (void*)value);
}
inline static int32_t get_offset_of_s_Updated_12() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields, ___s_Updated_12)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_s_Updated_12() const { return ___s_Updated_12; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_s_Updated_12() { return &___s_Updated_12; }
inline void set_s_Updated_12(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___s_Updated_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Updated_12), (void*)value);
}
inline static int32_t get_offset_of_s_Removed_13() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields, ___s_Removed_13)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_s_Removed_13() const { return ___s_Removed_13; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_s_Removed_13() { return &___s_Removed_13; }
inline void set_s_Removed_13(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___s_Removed_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Removed_13), (void*)value);
}
};
// UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>
struct ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 : public SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9
{
public:
// UnityEngine.XR.ARFoundation.ARSessionOrigin UnityEngine.XR.ARFoundation.ARTrackableManager`4::<sessionOrigin>k__BackingField
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * ___U3CsessionOriginU3Ek__BackingField_8;
// System.Collections.Generic.Dictionary`2<UnityEngine.XR.ARSubsystems.TrackableId,TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::m_Trackables
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * ___m_Trackables_9;
// System.Collections.Generic.Dictionary`2<UnityEngine.XR.ARSubsystems.TrackableId,TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::m_PendingAdds
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * ___m_PendingAdds_10;
public:
inline static int32_t get_offset_of_U3CsessionOriginU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60, ___U3CsessionOriginU3Ek__BackingField_8)); }
inline ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * get_U3CsessionOriginU3Ek__BackingField_8() const { return ___U3CsessionOriginU3Ek__BackingField_8; }
inline ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF ** get_address_of_U3CsessionOriginU3Ek__BackingField_8() { return &___U3CsessionOriginU3Ek__BackingField_8; }
inline void set_U3CsessionOriginU3Ek__BackingField_8(ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * value)
{
___U3CsessionOriginU3Ek__BackingField_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CsessionOriginU3Ek__BackingField_8), (void*)value);
}
inline static int32_t get_offset_of_m_Trackables_9() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60, ___m_Trackables_9)); }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * get_m_Trackables_9() const { return ___m_Trackables_9; }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE ** get_address_of_m_Trackables_9() { return &___m_Trackables_9; }
inline void set_m_Trackables_9(Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * value)
{
___m_Trackables_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Trackables_9), (void*)value);
}
inline static int32_t get_offset_of_m_PendingAdds_10() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60, ___m_PendingAdds_10)); }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * get_m_PendingAdds_10() const { return ___m_PendingAdds_10; }
inline Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE ** get_address_of_m_PendingAdds_10() { return &___m_PendingAdds_10; }
inline void set_m_PendingAdds_10(Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * value)
{
___m_PendingAdds_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PendingAdds_10), (void*)value);
}
};
struct ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields
{
public:
// UnityEngine.XR.ARFoundation.ARTrackableManager`4<TSubsystem,TSubsystemDescriptor,TSessionRelativeData,TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::<instance>k__BackingField
ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * ___U3CinstanceU3Ek__BackingField_7;
// System.Collections.Generic.List`1<TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::s_Added
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___s_Added_11;
// System.Collections.Generic.List`1<TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::s_Updated
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___s_Updated_12;
// System.Collections.Generic.List`1<TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4::s_Removed
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___s_Removed_13;
public:
inline static int32_t get_offset_of_U3CinstanceU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields, ___U3CinstanceU3Ek__BackingField_7)); }
inline ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * get_U3CinstanceU3Ek__BackingField_7() const { return ___U3CinstanceU3Ek__BackingField_7; }
inline ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 ** get_address_of_U3CinstanceU3Ek__BackingField_7() { return &___U3CinstanceU3Ek__BackingField_7; }
inline void set_U3CinstanceU3Ek__BackingField_7(ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * value)
{
___U3CinstanceU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CinstanceU3Ek__BackingField_7), (void*)value);
}
inline static int32_t get_offset_of_s_Added_11() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields, ___s_Added_11)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_s_Added_11() const { return ___s_Added_11; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_s_Added_11() { return &___s_Added_11; }
inline void set_s_Added_11(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___s_Added_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Added_11), (void*)value);
}
inline static int32_t get_offset_of_s_Updated_12() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields, ___s_Updated_12)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_s_Updated_12() const { return ___s_Updated_12; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_s_Updated_12() { return &___s_Updated_12; }
inline void set_s_Updated_12(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___s_Updated_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Updated_12), (void*)value);
}
inline static int32_t get_offset_of_s_Removed_13() { return static_cast<int32_t>(offsetof(ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields, ___s_Removed_13)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_s_Removed_13() const { return ___s_Removed_13; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_s_Removed_13() { return &___s_Removed_13; }
inline void set_s_Removed_13(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___s_Removed_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Removed_13), (void*)value);
}
};
// UnityEngine.XR.ARFoundation.ARTrackable`2<UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>
struct ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 : public ARTrackable_t83B7DF3DDF0311EB7317A3D9A4E8D4363AA00D85
{
public:
// System.Boolean UnityEngine.XR.ARFoundation.ARTrackable`2::m_DestroyOnRemoval
bool ___m_DestroyOnRemoval_4;
// System.Boolean UnityEngine.XR.ARFoundation.ARTrackable`2::<pending>k__BackingField
bool ___U3CpendingU3Ek__BackingField_5;
// TSessionRelativeData UnityEngine.XR.ARFoundation.ARTrackable`2::<sessionRelativeData>k__BackingField
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 ___U3CsessionRelativeDataU3Ek__BackingField_6;
public:
inline static int32_t get_offset_of_m_DestroyOnRemoval_4() { return static_cast<int32_t>(offsetof(ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5, ___m_DestroyOnRemoval_4)); }
inline bool get_m_DestroyOnRemoval_4() const { return ___m_DestroyOnRemoval_4; }
inline bool* get_address_of_m_DestroyOnRemoval_4() { return &___m_DestroyOnRemoval_4; }
inline void set_m_DestroyOnRemoval_4(bool value)
{
___m_DestroyOnRemoval_4 = value;
}
inline static int32_t get_offset_of_U3CpendingU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5, ___U3CpendingU3Ek__BackingField_5)); }
inline bool get_U3CpendingU3Ek__BackingField_5() const { return ___U3CpendingU3Ek__BackingField_5; }
inline bool* get_address_of_U3CpendingU3Ek__BackingField_5() { return &___U3CpendingU3Ek__BackingField_5; }
inline void set_U3CpendingU3Ek__BackingField_5(bool value)
{
___U3CpendingU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CsessionRelativeDataU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5, ___U3CsessionRelativeDataU3Ek__BackingField_6)); }
inline BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 get_U3CsessionRelativeDataU3Ek__BackingField_6() const { return ___U3CsessionRelativeDataU3Ek__BackingField_6; }
inline BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 * get_address_of_U3CsessionRelativeDataU3Ek__BackingField_6() { return &___U3CsessionRelativeDataU3Ek__BackingField_6; }
inline void set_U3CsessionRelativeDataU3Ek__BackingField_6(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 value)
{
___U3CsessionRelativeDataU3Ek__BackingField_6 = value;
}
};
// UnityEngine.XR.ARFoundation.ARTrackable`2<UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>
struct ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B : public ARTrackable_t83B7DF3DDF0311EB7317A3D9A4E8D4363AA00D85
{
public:
// System.Boolean UnityEngine.XR.ARFoundation.ARTrackable`2::m_DestroyOnRemoval
bool ___m_DestroyOnRemoval_4;
// System.Boolean UnityEngine.XR.ARFoundation.ARTrackable`2::<pending>k__BackingField
bool ___U3CpendingU3Ek__BackingField_5;
// TSessionRelativeData UnityEngine.XR.ARFoundation.ARTrackable`2::<sessionRelativeData>k__BackingField
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 ___U3CsessionRelativeDataU3Ek__BackingField_6;
public:
inline static int32_t get_offset_of_m_DestroyOnRemoval_4() { return static_cast<int32_t>(offsetof(ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B, ___m_DestroyOnRemoval_4)); }
inline bool get_m_DestroyOnRemoval_4() const { return ___m_DestroyOnRemoval_4; }
inline bool* get_address_of_m_DestroyOnRemoval_4() { return &___m_DestroyOnRemoval_4; }
inline void set_m_DestroyOnRemoval_4(bool value)
{
___m_DestroyOnRemoval_4 = value;
}
inline static int32_t get_offset_of_U3CpendingU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B, ___U3CpendingU3Ek__BackingField_5)); }
inline bool get_U3CpendingU3Ek__BackingField_5() const { return ___U3CpendingU3Ek__BackingField_5; }
inline bool* get_address_of_U3CpendingU3Ek__BackingField_5() { return &___U3CpendingU3Ek__BackingField_5; }
inline void set_U3CpendingU3Ek__BackingField_5(bool value)
{
___U3CpendingU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CsessionRelativeDataU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B, ___U3CsessionRelativeDataU3Ek__BackingField_6)); }
inline XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 get_U3CsessionRelativeDataU3Ek__BackingField_6() const { return ___U3CsessionRelativeDataU3Ek__BackingField_6; }
inline XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 * get_address_of_U3CsessionRelativeDataU3Ek__BackingField_6() { return &___U3CsessionRelativeDataU3Ek__BackingField_6; }
inline void set_U3CsessionRelativeDataU3Ek__BackingField_6(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 value)
{
___U3CsessionRelativeDataU3Ek__BackingField_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.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.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m717B5DF783F192540056AE7A5A94B6DBDB8F9F25_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m5D5273D0CCFA8243F096A8510F9A4C523BD8496C_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m244E81955B9AF6C40C7C19930BB6D2916FFEEB6C_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m0E5B189A520F11AB505DECC5F322CA95F2C728ED_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m0F6672881FF8DFBA64AE1B8FB9303228EAC04648_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m28EA645A941A269ED87AD52F8CF0B06B62E782F2_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mC8AECD43AD394F0D1238D12344C0C89A22179DDC_gshared (Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 NativeArray_1_GetEnumerator_mE081509039090D137B5608F512BDCBD825B45AA1_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6CDD3CC96CB1AD6FD475A2CE0CDDCEF67D2EB1F8_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m5CD73FDCCCC74D9DD0FCF41415ECFB7EB1CD394E_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m46BDAD592E3B7D0554046A0689B56DB46E427065_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mF618F8F082D09D310268754516DF88F30000AB70_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m1F5603AA031CA94F8CD2F00843741A07285346C3_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m87D45453553F68A516214FEABB8E004027B6F4EA_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m982731BC89D8F468CF882B1EA0057CC4F257606E_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m6377467B604D95098A971D9C92D7F6717166B6C3_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m21CFBF9D5D12A928A101225A0A0C204BF92B3EC7_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mB40809DC629860F868E59D49C1A217628077DED5_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mD4871BB9360D58DE497B84EC759EC5B72A1E44B0_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m5A0FD15B5211E0E563AAEAE5C1648E02C22D82A3_gshared (Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 NativeArray_1_GetEnumerator_mD5FEB0B6EF497A65DE9187958E008723BE8981E7_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m59396B0CB8D37CCBEDF28E28D53DF68BDF62C4D3_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mDC539965106717D78A66616CAAAA7A4F21AF35C3_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m4A8D945595ABA27B0EE8CA802CA4C5364EB62FED_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m2E93B277D611EEF0AAA6947DB902FEF04C2DC9E3_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mD86D988ED0D821D133CC80C8A0F31D0A95448BF3_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m9DDFB3AC72B2DDA9252E82C7D045B360C34BCADF_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m92A63A7CC81CC2CD3502170AFE64D189695AA9F2_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mB916B1C3FC09338DB7F565543D7D9E6D773423C3_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m7CAC33CD5AAA3B796A89BCFD23593B598CEB65BF_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m343FC4D068AE0BA3141FDF70567F8BD2A752FF2D_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mF9D212E6958D4B634ED7644625EC61A9C7605CDB_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRFace>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m7A5663CF95163DC38004882D04A6AF89E31CB597_gshared (Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F NativeArray_1_GetEnumerator_m1427900D7CC5D4A7FA35EAD7515D761E0E5D2294_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m23DDACF2173575DDFBC5AB4C837DFB9A85967937_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m9F150EE500C24EEF1E321460693F59E8BEC6DC9E_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mE8F37BE229EB47141BAFFEB7DA874ACD55D00645_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m5CA267DA6B51EBBE0049B4BFAD7F95C38FF8EB82_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mB7D376615783CE39057EDEFBB8881CFE544A11CB_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mF5A1714C6870A3DF6F61BB87B0700F0A8A67F9CC_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m8F384E6F615DDAC5DB8605FC7949BF3CB15FD69F_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m8185B88FF6387B970DB0B67B60678D3CF9B489D9_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_mA5EBFBA934A06753143E4D43BF78358AF14BD8EC_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mF075AE11F3DFF21CA4E5A17B28A0F9D1B52D5926_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m476CD42B4BF6AFC03517ED3C99ADB1FFC44B5531_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRHumanBody>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m928E743A83F27BF4FD5B68562A6582536F2E3D88_gshared (Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 NativeArray_1_GetEnumerator_m396AB3FBDE1CC728596A1C4C11026DF4CD4D2D19_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m9D6A023CD809A067C86ABF4B0602FB3676BF991A_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m4193908890207581D79D7D9B60B4C883857D73B9_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mFDFCCB28136FEA2486F6729DAA8F7496A9812EAB_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m69831B5A33437FF46057C3F49CF5E995E3DE8BA2_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mEA5559C2AE486D19E914EAF7902A2A386FCE0B34_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m64D452AC3D652B97D072754E49C919569A301057_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m1210511408F8F3582D03516E93CA35357304E320_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m07B3AC906E5175785EBE7B0FF60CA869D27CF2E9_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m313F23424AFE0712E9B64FAE40C8D733A757621C_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mE78F13FCD443639A23E3BF8FB2D15B4A52F97351_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m4B4C71BB41E307B2968C636D20B75468A7A012FD_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m8C67B1BD3884FB22EDE45D36A727AEB9C2C71846_gshared (Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF NativeArray_1_GetEnumerator_m0CBEB8F02725FCCA2F37468B29A51E1A7A0426AE_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m94386629D08398B55D350AD0FCE5AA32ECEBEBEB_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m80B14A71760E06B6429EEE2F6454266DCDBE24C8_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m3384173CEFA884854F42873244F03F51E62FC901_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m1DE9BEA4D54D51DB91E20C20AAC1EE03EE19491E_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m235D98CA800692D47D59A93F9FAB6CF556759F57_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m85DB628EAE00AF8BB965FD039008854D41957968_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mF403D72D4DDA7A206C0040AA9C11810E0D05E51A_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m25386BB21BCEDC0B89773253366CD0E44DCCC73C_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_mE984D26C77174BD58EB08BF39AF7EAB771D1EA21_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m58B48DE1AFB5DE27427824EC533C72AC3683C3C8_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m677D06BD0E57FBF4E289931BE2F1B3E5B0CBAB47_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m615EF0CC12FB9964C705C33C7164579D88A1AE44_gshared (Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D NativeArray_1_GetEnumerator_mE160906234E5EA9E9CEF7D612C2B2264368CFB9D_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDB2451349B6AA726D6737B73C37CD50E545FFA65_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m70087FDF946F1E79E28725DA947FD8659FB48118_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mD5EDE71B5B4EF99BAC9246FCAC028AB79ADCA64C_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mC24882E29B8B47DF842F99EECAC09561DDEECC63_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m46A1ED9CDBA33AEBA2B43C83BA1291A53247786F_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m04C9732607058C6721B91A719DE872C3550D169C_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m2B16A41EFE95DF8A6023CEA91B08AF82EB0DFCD2_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m029048A09F4221D35E38009B7FDD76EE69B2F20F_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m2FC6806F22EDA024890D139823C069943CCE02F8_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mCD2A36C7D28AD10CA9BD9B9E62478D9E3EF3E4A0_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mA4EFBB37BCF4025FE6716A71A51DB2B9CC47B19B_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRParticipant>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m008DC1A9A05CF2E7FC978331BFD4B30208B180B0_gshared (Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 NativeArray_1_GetEnumerator_m8E2405F2EBA9FED85C13FB4C6CE8958AEC761E73_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m86765EDD383C1790D0B5310211C6678A9EB644C7_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m864C05A2CBDDE518260E9E9239958CE6C5587D9B_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mA160DBEBF988A15B1702532D51B3EBA2A240CE0B_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mC64EEC5968F8D885AFED7449B2E10343F8CCF7A9_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mEEEA3B0F2ED16A63BDE934801AE40B2C1131A879_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m0A7431FE284605A389AB455AFBC44304CAE118CF_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mD3CFC7069E19C77AFB8EA6FEEEF6DB8540249AEC_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m1C2048595BF105AAEBBCCEACCD9F053502EBC8E7_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m14DD946F29B96D93A86908D35B87BB35D36C8B36_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mAF31B95CE89FF647372855A4ECFB9FCDDE39C38B_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mE62AAA10EC11C27A6A545BEF481C0FC3DB4800B3_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRPointCloud>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m4C8860AF963EB9E515216B58B66424CFD1E4F717_gshared (Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD NativeArray_1_GetEnumerator_m2C26DDBD2232F1DC6F216C47B66A5CCEC71C8292_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD72DB5C501E330B042D187D66A17233B3762761F_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m327DD0E1CDCC04077158CB96B1FE720C3FAE8496_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mD33444E2AE896F89A65CA67EA5134EA6473D012F_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m00EC520C0FD90BA19934E84C9EF86792A9A5F727_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mC76504AA114A51CC11AD6DE89DB4D44D3F504AD2_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mFA221BBFDAD06D365325509293E19F52C72ABF4F_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mDE32CBC3060C5687CCA6935D840A9F460F7B13CC_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mA8F4FC439A317DBA108E0B1A0EE4D069E92ED89C_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m901EFAD5F17610C10CB232750A2437E2093B150D_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m9B5512039EA4C44484269F14D1D6E85756E50770_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mD1E17971EC51C6EFF125E585781070F372DC9ECD_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRRaycast>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m491526D40EB90E62DD984FAF74788AD32D0D530E_gshared (Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD NativeArray_1_GetEnumerator_m233DB4025EE0159C3DF5F4444D8660447A948E77_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m1F70FB5D6880E7724010D1EDD943C94F4A7CA8FD_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mFD7D2C26F914F3877F518757EADC1E2CC4700B66_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m9744D8A1829A6AD53B0E5BB874559ED94906DCD7_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m6EFD6BF9FC727BBA0FFA077163C0B8E69FA1EB4A_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m7D44CB9479D52EFF61636640BE0D9CD390C89604_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m670C8FB2EA08BD79FA732EDD0DE2605ED72FC2D7_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m5109AB3C68779EFCDFD8F31ABC26BC3FAF767635_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mB07CA7DE7D3ECCE1EAA419C6A292067FA9ABB458_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_mDB92A3EB4BEC4CC49FEB93968F41865C513CC2F1_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m78FB91DC8B974A5E9BB5EB84F77238781FE5445B_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mBB0FA1351831723C30D463B55323E5158115FC97_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRRaycastHit>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mC95CD694FA9A2FF08CF33AD3ABA1B603712794BC_gshared (Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 NativeArray_1_GetEnumerator_m8B7E13B15409493C6463BC3CB66886B360D4ED34_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDD0D82586F9F282BC1E5F666C6209DADD9F5EE31_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mA1946168D8911F3F2F08B5A4B00F985238625356_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m3E0F6417533C9C0D662B23DF63F5ECA476162BAA_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m0327D7CC99B5F8BC3B19AEF534C0C14EC61945EA_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mEE4FF62878017360B3BE520FA73E95418A0E52C8_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mBA3667DFD2FA91C71C118ECA43EB22503D4FC2C8_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mD2AF43B2C606414FFDCCBBD6E5F6B0B77AB5B1A9_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m0106E6479DB56B07BDDE5CF5CC5D4DDB31C64F83_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_mC2295193B1EAC210C339237CF7AE542D23E59391_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m79A1BBDC8A7E6F17C8B48E7CB3ED027A3180039E_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mC053D3A9DF2FBD4DCB31D2864F4996E9B2DA255A_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRReferencePoint>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m1A7206E131688DEE4CD906CB25724AA940EF6733_gshared (Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E NativeArray_1_GetEnumerator_m0AE193D90C66BD2CB22C49D77323F1BD7775FBF9_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD0E1878715AC051BD0C153D4A09C91BEE7DEDB44_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m172D1C1B7D14586B11CC86DE04F56FE630946095_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m3F1D4CC4215CA7B21BD3DC8B65CF269019C7B796_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mC4D5B6DDFED6FCF4B5C97A181C0731FFF5617F4F_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m43787D3FBA53AD95979ABFF80DC9AA8739E72CEB_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mEEF6B5C996FEF2597C318C267E2B6CFB88175518_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mB5F8744A7A6ACC7D33BB3A64AE84102828430B82_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mE7E14C8A4AE4FC90247B7F25E2F5C1B405A52070_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_mA42B266D77C44269A309DD07C62C8215836BBAC7_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mBA6733CB54805DF275E7FB2B18F20FF1AB71FED3_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m393C5CA524202BEC42957033B72D3527526EFD6F_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m7036D53D80680FAFADF19AFDE15D4F1011CC73A1_gshared (Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 NativeArray_1_GetEnumerator_m5E1A9EE4AE3D80B0924DF37D30D90B54156AC14E_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCA76BBA6EB4A13631413877B4AFE7B71CE6E44A9_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m266244A20B6BAF9CF77516289F140DA65A31C4FE_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mF7098C5E90CD56DB8A99830B83EB3CBE58E1CA27_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m5CCD1B236F8233B57615EA2C3B53AFD73B66B93C_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mE55BC0A55B92FAB55D616058F720A3B681E8837C_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m192CF93170B36E61ACE804945C3B18481D07B1C5_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m95108AABE099AC7CB1371CF2A076C8AC7444B73F_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mAEFCB7423FD61576D8378054FB6DB4EC619C977A_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m1FBD2E6428ABCDE2B0E4B238E2FC84D83B62B3B4_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m8645D533921C8C5BE22919B57D259A4240AB379A_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mC0B092730DE59B585688BCCF8FA9099731798DCD_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRTrackedImage>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m8200258AAB9B27D5CE444AD72C18351CEB955CC6_gshared (Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 NativeArray_1_GetEnumerator_m10A5016AB48E4AE47C995EA8FC33A4152C105F61_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2805B9539C21E11D88FE05BF6FB1DDF7EEA5366F_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m31D097E9A8A5CD55A03AE497931A95D551D49D8E_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mE3BDBDD0DED5E47398A086382302F70824D1D387_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m49F1676C8E86587C941BDB918A757655827E8CC1_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m2346FEABA0A2FC3DF48CF43BA48A558AB5A01C37_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m16425BC62E9AC48C88E58870411D0D63CCE985A9_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mC20BBF79B209ED73EC4FFB88962FBBE8939519F1_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___array0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m33E12A1A7DC5C88F17FD6233A4DDC07AAEDFEFB6_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m8F794C517BDAB3038DE3664740D629CF643168E6_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mA88D5D4DAC3D042D2DBB1DBBC45EC820AE85242A_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m44A3244484057D36D3F473E72EBE58EEF79C5B92_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRTrackedObject>::.ctor(Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m808F2B831AAFAF610A4CE340CFB0CDE80B2B011A_gshared (Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * ___array0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 NativeArray_1_GetEnumerator_mD6D1A774D537C290064A60C7BA6FA540A62335E0_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCDC01F37F5D0B9AEDF8DFE3F27CA2ADD24317CAD_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mCEC4F521AAE2F22C6CFA30428AF930A995D3F5CC_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m8E9D6ECC3A7D41F5543FECD4DCD0F51A80DE79CD_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m12B82DC67FE1F426B06F88BFEB1001CE373CC6C2_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mC5657D860DDD8C662953477A629FCA7016617DC4_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::.ctor(Unity.Collections.NativeSlice`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m4E6EDEFA55C4D429704964368B8E140ADC23EF5B_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m10C25EF2DDBF0690C4385F9445BABEA825F3D6BF_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeSlice`1<System.Byte>::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_mDDEDBCB01AB26859616B14064D207873529EA4DC_gshared_inline (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m88A2AC79D5CAEE37A48506F4960ACF39C8FA74F7_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m7A5ECB8C43A579FCE49EFA00C374A194D15C770E_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method);
// T Unity.Collections.NativeSlice`1<System.Byte>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t NativeSlice_1_get_Item_m3A0ED0868979D17DAC7F75D3B954FB6F8F84B297_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, int32_t ___index0, const RuntimeMethod* method);
// T Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Enumerator_get_Current_m66FAC3526C252A5168761036B16BE7F6BCBF67C9_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method);
// System.Object Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE96F56C50848755D2CDA4563E58C40F956286FE2_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::.ctor(Unity.Collections.NativeSlice`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m9124BAC44FF83ABFDA771476DC36AF1790333275_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m56B0C8CA5232321D5D938F9D2939BCF1E4CE75F4_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt32>::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m60A279078FEECDF9F4C85660537E23F72E70FFA9_gshared_inline (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m10C2B6DA65F9A38DF180B7777D8F27539AA04C83_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mAC58EA80EB4D91FE34440A0231F91539C9268F1C_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method);
// T Unity.Collections.NativeSlice`1<System.UInt32>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NativeSlice_1_get_Item_m2C8CED2426992986B45CD84F293174FF375AEE57_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, int32_t ___index0, const RuntimeMethod* method);
// T Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Enumerator_get_Current_m2662DF83BE364D9789ED1FE46CCDDD6618DC6429_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method);
// System.Object Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m0FF2909BA2D24DA792378CC035FE6DB83D720FEF_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::.ctor(Unity.Collections.NativeSlice`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m0DB8110A2FDAF1D25A713BB8192CE291ACB8FE0B_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m7CAE2713251185365BD8206A961909E9C49769BB_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt64>::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m738956463E71FE2D62728352E40292BD34B72899_gshared_inline (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mD47C8EE0A1948AA55A992F7DC96FA9FA4A2E9DFE_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mB58EA915A7167AF2AE87D3AEA81F4D8D807DEF48_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method);
// T Unity.Collections.NativeSlice`1<System.UInt64>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t NativeSlice_1_get_Item_mB72D0BC6EF09D968B3953B884514CF709CAEE3BC_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, int32_t ___index0, const RuntimeMethod* method);
// T Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Enumerator_get_Current_m5860AAE79C9BF8DB995645DC8C471D9B2A333E09_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method);
// System.Object Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mAE57D78EEBB510A8D998E62B547E9471833218CF_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::.ctor(Unity.Collections.NativeSlice`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6A1BA5A24824ACECB93006D6EBF507A2C4A7CB7C_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3EB2863BF6E8EA3ABB22FF64D24A6B6B5A631825_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m1A340D95D4B2F4FECD4BF62999AAC7BF397D284B_gshared_inline (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m8261AE6E9EFC19FAB4A30FB5134F13EE546A935B_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mB9785F2F9BC47FAF0EEF9FABA51B42FFC4933D6B_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method);
// T Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 NativeSlice_1_get_Item_mC60092B0C090E1C25BDAB0A3E126D7AEB898C465_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, int32_t ___index0, const RuntimeMethod* method);
// T Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Enumerator_get_Current_m5E412D4B690FA02428664F1B2EF00BED9F3A71A2_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method);
// System.Object Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m4F8D1913560EC596EED5FC5A389B16B5F27B7F6C_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::.ctor(Unity.Collections.NativeSlice`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mA2B795C0B74E91ED6DE6A9A25D9D53EF15B931C5_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFCB85A57B96C809D373153E3605669563E219A93_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m5F808078E79BBC1D70AA25962688058A1F82C9A4_gshared_inline (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3FE7E9DEB50528BE0B30A72C6F4A0A4F332FAFE4_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m50DBE757D75DFE979B3C07B8B7A71614613EB310_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method);
// T Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 NativeSlice_1_get_Item_m2D2731311E01D6172F16CD99B83FA2AC148F5F0D_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, int32_t ___index0, const RuntimeMethod* method);
// T Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 Enumerator_get_Current_m912F81031944D41498AAC3B2831C7C03E872B55C_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method);
// System.Object Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7D99830CDC3FEDB82FCC6AD7B057788A82F72A45_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<System.Byte>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_mE2A173B54A9D2CB912B30541CAD657DABDBA7ED4_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<System.Byte>::.ctor(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m10629E73F4A5C8EFCF25200B0753B32740CE4241_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<System.Byte>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_m4529F42245F328040FF2662ABE61143A3D0E242A_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, int32_t ___index0, uint8_t ___value1, const RuntimeMethod* method);
// Unity.Collections.NativeSlice`1/Enumerator<T> Unity.Collections.NativeSlice`1<System.Byte>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 NativeSlice_1_GetEnumerator_m8E8FD8032D689A1D25F74E269790427FD9456EB3_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mEE7A9C914DC688AD449C2DAC9B1CC9582B68F465_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m8C101740577EDD891CED3B57F731E44440729A14_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1<System.Byte>::Equals(Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_m187CBA303E5B64D83B7C7108A5B847CAC846906A_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1<System.Byte>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_m1513AFD56C1D95F1F51EBB9F1F9C7D6288C7068B_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeSlice`1<System.Byte>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_GetHashCode_m3FD57A021135FAC3D5044A5F183662F420CD15DD_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<System.UInt32>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m5A000434F598A452C405675515839B740AE46554_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<System.UInt32>::.ctor(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m2E92F3F339CDFDD834369D038B9B3E693430CA48_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<System.UInt32>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_mAA7C8B65E22DCF820D558A99C2A5C373122DC9B9_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, int32_t ___index0, uint32_t ___value1, const RuntimeMethod* method);
// Unity.Collections.NativeSlice`1/Enumerator<T> Unity.Collections.NativeSlice`1<System.UInt32>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 NativeSlice_1_GetEnumerator_mCB52A5ED32E4D9530F7909447FF027DD1478B5B2_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<System.UInt32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2E50CEDE9DA1B489E473F0662526FFAC43550E8B_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<System.UInt32>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mBA085597F48614CE3DFF06BE5828714D5EE07CAE_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt32>::Equals(Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_m0A95C77ABDAFE6EE5F2F4B0B02144CDE0AD341BC_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt32>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_mCFEA5150D38D93F0EFC18CB372B375FCA84FB588_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt32>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_GetHashCode_mE1DD091B21EF3237035C4BC5BFBF2A0E5B824AE9_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<System.UInt64>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_mC168CA2C87B1E9A65050841CED320E3EA7CDEB77_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<System.UInt64>::.ctor(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m58214FC5EEA018FDAF0F2D13D77E7AD1AC90D73B_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<System.UInt64>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_mDB94F4FAC4EFED21491B1D04BB545C51D1B34B4A_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, int32_t ___index0, uint64_t ___value1, const RuntimeMethod* method);
// Unity.Collections.NativeSlice`1/Enumerator<T> Unity.Collections.NativeSlice`1<System.UInt64>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC NativeSlice_1_GetEnumerator_mACED3C8C3B0218B35B9551EA289118265F7343CC_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<System.UInt64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mBED525DABE5087C5446B1578FF4CB59F5CB66140_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<System.UInt64>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m6549E4404621674EFF6ACFEC294C12E335255390_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt64>::Equals(Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_m09167A1ECDFB23EF07FC80FE2312767BEA8148FD_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt64>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_mDD0D2AA88409CCBBE25081BDB041B7382B4366A5_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt64>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_GetHashCode_m302FC498DD0D369C93EA5BE36C831975A2ECE1FD_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m14160F18B3CBB3ADD1483DC636088C0A7DB8B699_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::.ctor(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m970C57FC2DA159A4B832BB9CF3080CAC2DCD1897_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_m47D2BDA6285F36E4FE11E2B76E99D71D0694CA2F_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, int32_t ___index0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value1, const RuntimeMethod* method);
// Unity.Collections.NativeSlice`1/Enumerator<T> Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 NativeSlice_1_GetEnumerator_m48C56C8D8267C72B1534A5A6730929F574647377_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6386B171CEE36EA5CE69168F4882B972B19B812C_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m60BDB02EE38B3B39E4D0C4F753AD7CA18F7333C4_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::Equals(Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_mD36BC5A985AEDF7A4C20C99406E39C2C924DC24F_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_m43496FB444AC9FC2A9587D1D57EF70863D3FE9B2_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_GetHashCode_m56170344BC8BD02500F60CBB3223039D88709CE5_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m89238EF472CF083DF71761E05BAF01CDC40027B1_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::.ctor(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_mEFC16F289734D7A4E5A72DBCFD14C9934CC8DAFB_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E ___array0, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_mD9F4F5D18346A926EC2CC4F976695953BDDD4855_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, int32_t ___index0, ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 ___value1, const RuntimeMethod* method);
// Unity.Collections.NativeSlice`1/Enumerator<T> Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B NativeSlice_1_GetEnumerator_m3B12FD43804C1D9CD7C2CC5CEA6D6881D026C8D1_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method);
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD23F66BE8DC30601572AF1778533E12E49BB38AB_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mB2D1A4FAF29117611EA1D357313A33595C549B97_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Equals(Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_mA254DDFDDFF61550B8F6786C2AC8C4830D96AB13_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 ___other0, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_mBCF2F23632558A9FFD7A397D906223FC45FB57DE_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_GetHashCode_m531728D31774F452F4C75308712FB8DFD34CA7C0_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARFoundation.TrackableCollection`1<System.Object>::.ctor(System.Collections.Generic.Dictionary`2<UnityEngine.XR.ARSubsystems.TrackableId,TTrackable>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TrackableCollection_1__ctor_mA99D3D41CAA02EF94BD2B96D6DC1B66450E226FF_gshared (TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 * __this, Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * ___trackables0, const RuntimeMethod* method);
// UnityEngine.XR.ARFoundation.TrackableCollection`1/Enumerator<TTrackable> UnityEngine.XR.ARFoundation.TrackableCollection`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED TrackableCollection_1_GetEnumerator_mBAA3D036F160A053757196D57318EC6B3F368D02_gshared (TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 * __this, const RuntimeMethod* method);
// TTrackable UnityEngine.XR.ARFoundation.TrackableCollection`1/Enumerator<System.Object>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m6D82C8CA15561A8D32BA77CB304C80AF57C4C77E_gshared (Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.XR.ARFoundation.TrackableCollection`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mF64DBEA38614B8A6E085DFC09DD2745BE2ACB9BE_gshared (Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m129DEF8A66683189ED44B21496135824743EF617_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// System.Void System.Action`1<UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B_gshared (Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1<!0> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.BoundedPlane>::get_added()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 TrackableChanges_1_get_added_m63AFCF25226B28A1F645793B0148358240C9309E_gshared_inline (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE * __this, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<!0> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.BoundedPlane>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 NativeArray_1_GetEnumerator_m134216B041C923A2FFC455F2EB4736502264810B_gshared (NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 * __this, const RuntimeMethod* method);
// !0 Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.BoundedPlane>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 Enumerator_get_Current_m234FF4100EBB54A511CBA98EB0CF385CDEF01E7F_gshared (Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.BoundedPlane>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m51A0BF01366C74EF8F4BE33C3FD9FDC66142ED37_gshared (Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 * __this, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1<!0> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.BoundedPlane>::get_updated()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 TrackableChanges_1_get_updated_m1D7AFC816EACE233551588E18E321BDA0F3919A8_gshared_inline (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE * __this, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.TrackableId> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.BoundedPlane>::get_removed()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 TrackableChanges_1_get_removed_mFC97F3FE78DFC548F04543CF1246DC1EC61B8214_gshared_inline (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE * __this, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<!0> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.TrackableId>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A NativeArray_1_GetEnumerator_m3B6CA1981A8CE62A1C67FCEEBE1887CD32906DA2_gshared (NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 * __this, const RuntimeMethod* method);
// !0 Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.TrackableId>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 Enumerator_get_Current_m913D10AD892E19937C638773D208459E9862248D_gshared (Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.TrackableId>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3C4C0B0B1AE71E65EF8255E6FC671DDBC829B6AA_gshared (Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.ValueTuple`2<System.Object,System.Boolean>::.ctor(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_m6DAE3F23041A23757E33B0D197200FD0709652CA_gshared (ValueTuple_2_t1DB410112935A237E72E75E33A14CB6D236ADC24 * __this, RuntimeObject * ___item10, bool ___item21, const RuntimeMethod* method);
// !!0 UnityEngine.Object::Instantiate<System.Object>(!!0,UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m765EEDB3D86CE4EADC667B84C18E793D14144E1D_gshared (RuntimeObject * ___original0, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent1, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1<!0> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.XRAnchor>::get_added()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C TrackableChanges_1_get_added_m1F518D8511B8C544AA80441F431DCBE292D28549_gshared_inline (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 * __this, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1/Enumerator<!0> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRAnchor>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C NativeArray_1_GetEnumerator_m67912C9041D54C79F19E7B5CBD95B943364B3579_gshared (NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C * __this, const RuntimeMethod* method);
// !0 Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRAnchor>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 Enumerator_get_Current_mDED4656B5380F9F08FEE60A727B15D59CE8CB3CD_gshared (Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C * __this, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRAnchor>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mFC5029569E617CA5700E74D72DE5957299A6B118_gshared (Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C * __this, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1<!0> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.XRAnchor>::get_updated()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C TrackableChanges_1_get_updated_m6550ABAC065887E1A8BCACB32C20F6F982ACD2E9_gshared_inline (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 * __this, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.TrackableId> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.XRAnchor>::get_removed()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 TrackableChanges_1_get_removed_mF5E5272376F66EDFCDA7468EDC91EDFCF88B5579_gshared_inline (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 * __this, const RuntimeMethod* method);
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemClear(System.Void*,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545 (void* ___destination0, int64_t ___size1, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m717B5DF783F192540056AE7A5A94B6DBDB8F9F25 (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m717B5DF783F192540056AE7A5A94B6DBDB8F9F25_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_m5D5273D0CCFA8243F096A8510F9A4C523BD8496C (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_m5D5273D0CCFA8243F096A8510F9A4C523BD8496C_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Void* Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Malloc(System.Int64,System.Int32,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331 (int64_t ___size0, int32_t ___alignment1, int32_t ___allocator2, const RuntimeMethod* method);
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_m244E81955B9AF6C40C7C19930BB6D2916FFEEB6C (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_m244E81955B9AF6C40C7C19930BB6D2916FFEEB6C_gshared)(__this, method);
}
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::Free(System.Void*,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89 (void* ___memory0, int32_t ___allocator1, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Deallocate()
inline void NativeArray_1_Deallocate_m0E5B189A520F11AB505DECC5F322CA95F2C728ED (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, const RuntimeMethod*))NativeArray_1_Deallocate_m0E5B189A520F11AB505DECC5F322CA95F2C728ED_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Dispose()
inline void NativeArray_1_Dispose_m0F6672881FF8DFBA64AE1B8FB9303228EAC04648 (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, const RuntimeMethod*))NativeArray_1_Dispose_m0F6672881FF8DFBA64AE1B8FB9303228EAC04648_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_m28EA645A941A269ED87AD52F8CF0B06B62E782F2 (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 , const RuntimeMethod*))NativeArray_1_CopyFrom_m28EA645A941A269ED87AD52F8CF0B06B62E782F2_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_mC8AECD43AD394F0D1238D12344C0C89A22179DDC (Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 *, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, const RuntimeMethod*))Enumerator__ctor_mC8AECD43AD394F0D1238D12344C0C89A22179DDC_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::GetEnumerator()
inline Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 NativeArray_1_GetEnumerator_mE081509039090D137B5608F512BDCBD825B45AA1 (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_mE081509039090D137B5608F512BDCBD825B45AA1_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6CDD3CC96CB1AD6FD475A2CE0CDDCEF67D2EB1F8 (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6CDD3CC96CB1AD6FD475A2CE0CDDCEF67D2EB1F8_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m5CD73FDCCCC74D9DD0FCF41415ECFB7EB1CD394E (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m5CD73FDCCCC74D9DD0FCF41415ECFB7EB1CD394E_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_m46BDAD592E3B7D0554046A0689B56DB46E427065 (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 , const RuntimeMethod*))NativeArray_1_Equals_m46BDAD592E3B7D0554046A0689B56DB46E427065_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Equals(System.Object)
inline bool NativeArray_1_Equals_mF618F8F082D09D310268754516DF88F30000AB70 (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_mF618F8F082D09D310268754516DF88F30000AB70_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_m1F5603AA031CA94F8CD2F00843741A07285346C3 (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, const RuntimeMethod*))NativeArray_1_GetHashCode_m1F5603AA031CA94F8CD2F00843741A07285346C3_gshared)(__this, method);
}
// System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCpy(System.Void*,System.Void*,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C (void* ___destination0, void* ___source1, int64_t ___size2, const RuntimeMethod* method);
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m87D45453553F68A516214FEABB8E004027B6F4EA (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m87D45453553F68A516214FEABB8E004027B6F4EA_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_m982731BC89D8F468CF882B1EA0057CC4F257606E (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_m982731BC89D8F468CF882B1EA0057CC4F257606E_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_m6377467B604D95098A971D9C92D7F6717166B6C3 (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_m6377467B604D95098A971D9C92D7F6717166B6C3_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Deallocate()
inline void NativeArray_1_Deallocate_m21CFBF9D5D12A928A101225A0A0C204BF92B3EC7 (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, const RuntimeMethod*))NativeArray_1_Deallocate_m21CFBF9D5D12A928A101225A0A0C204BF92B3EC7_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Dispose()
inline void NativeArray_1_Dispose_mB40809DC629860F868E59D49C1A217628077DED5 (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, const RuntimeMethod*))NativeArray_1_Dispose_mB40809DC629860F868E59D49C1A217628077DED5_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_mD4871BB9360D58DE497B84EC759EC5B72A1E44B0 (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 , const RuntimeMethod*))NativeArray_1_CopyFrom_mD4871BB9360D58DE497B84EC759EC5B72A1E44B0_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m5A0FD15B5211E0E563AAEAE5C1648E02C22D82A3 (Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 *, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, const RuntimeMethod*))Enumerator__ctor_m5A0FD15B5211E0E563AAEAE5C1648E02C22D82A3_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::GetEnumerator()
inline Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 NativeArray_1_GetEnumerator_mD5FEB0B6EF497A65DE9187958E008723BE8981E7 (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_mD5FEB0B6EF497A65DE9187958E008723BE8981E7_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m59396B0CB8D37CCBEDF28E28D53DF68BDF62C4D3 (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m59396B0CB8D37CCBEDF28E28D53DF68BDF62C4D3_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mDC539965106717D78A66616CAAAA7A4F21AF35C3 (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mDC539965106717D78A66616CAAAA7A4F21AF35C3_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_m4A8D945595ABA27B0EE8CA802CA4C5364EB62FED (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 , const RuntimeMethod*))NativeArray_1_Equals_m4A8D945595ABA27B0EE8CA802CA4C5364EB62FED_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Equals(System.Object)
inline bool NativeArray_1_Equals_m2E93B277D611EEF0AAA6947DB902FEF04C2DC9E3 (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_m2E93B277D611EEF0AAA6947DB902FEF04C2DC9E3_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_mD86D988ED0D821D133CC80C8A0F31D0A95448BF3 (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, const RuntimeMethod*))NativeArray_1_GetHashCode_mD86D988ED0D821D133CC80C8A0F31D0A95448BF3_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m9DDFB3AC72B2DDA9252E82C7D045B360C34BCADF (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m9DDFB3AC72B2DDA9252E82C7D045B360C34BCADF_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_m92A63A7CC81CC2CD3502170AFE64D189695AA9F2 (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_m92A63A7CC81CC2CD3502170AFE64D189695AA9F2_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_mB916B1C3FC09338DB7F565543D7D9E6D773423C3 (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_mB916B1C3FC09338DB7F565543D7D9E6D773423C3_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Deallocate()
inline void NativeArray_1_Deallocate_m7CAC33CD5AAA3B796A89BCFD23593B598CEB65BF (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, const RuntimeMethod*))NativeArray_1_Deallocate_m7CAC33CD5AAA3B796A89BCFD23593B598CEB65BF_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Dispose()
inline void NativeArray_1_Dispose_m343FC4D068AE0BA3141FDF70567F8BD2A752FF2D (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, const RuntimeMethod*))NativeArray_1_Dispose_m343FC4D068AE0BA3141FDF70567F8BD2A752FF2D_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_mF9D212E6958D4B634ED7644625EC61A9C7605CDB (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 , const RuntimeMethod*))NativeArray_1_CopyFrom_mF9D212E6958D4B634ED7644625EC61A9C7605CDB_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRFace>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m7A5663CF95163DC38004882D04A6AF89E31CB597 (Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F *, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, const RuntimeMethod*))Enumerator__ctor_m7A5663CF95163DC38004882D04A6AF89E31CB597_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::GetEnumerator()
inline Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F NativeArray_1_GetEnumerator_m1427900D7CC5D4A7FA35EAD7515D761E0E5D2294 (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m1427900D7CC5D4A7FA35EAD7515D761E0E5D2294_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m23DDACF2173575DDFBC5AB4C837DFB9A85967937 (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m23DDACF2173575DDFBC5AB4C837DFB9A85967937_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m9F150EE500C24EEF1E321460693F59E8BEC6DC9E (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m9F150EE500C24EEF1E321460693F59E8BEC6DC9E_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_mE8F37BE229EB47141BAFFEB7DA874ACD55D00645 (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 , const RuntimeMethod*))NativeArray_1_Equals_mE8F37BE229EB47141BAFFEB7DA874ACD55D00645_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Equals(System.Object)
inline bool NativeArray_1_Equals_m5CA267DA6B51EBBE0049B4BFAD7F95C38FF8EB82 (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_m5CA267DA6B51EBBE0049B4BFAD7F95C38FF8EB82_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_mB7D376615783CE39057EDEFBB8881CFE544A11CB (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, const RuntimeMethod*))NativeArray_1_GetHashCode_mB7D376615783CE39057EDEFBB8881CFE544A11CB_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_mF5A1714C6870A3DF6F61BB87B0700F0A8A67F9CC (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mF5A1714C6870A3DF6F61BB87B0700F0A8A67F9CC_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_m8F384E6F615DDAC5DB8605FC7949BF3CB15FD69F (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_m8F384E6F615DDAC5DB8605FC7949BF3CB15FD69F_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_m8185B88FF6387B970DB0B67B60678D3CF9B489D9 (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_m8185B88FF6387B970DB0B67B60678D3CF9B489D9_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Deallocate()
inline void NativeArray_1_Deallocate_mA5EBFBA934A06753143E4D43BF78358AF14BD8EC (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, const RuntimeMethod*))NativeArray_1_Deallocate_mA5EBFBA934A06753143E4D43BF78358AF14BD8EC_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Dispose()
inline void NativeArray_1_Dispose_mF075AE11F3DFF21CA4E5A17B28A0F9D1B52D5926 (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, const RuntimeMethod*))NativeArray_1_Dispose_mF075AE11F3DFF21CA4E5A17B28A0F9D1B52D5926_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_m476CD42B4BF6AFC03517ED3C99ADB1FFC44B5531 (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 , const RuntimeMethod*))NativeArray_1_CopyFrom_m476CD42B4BF6AFC03517ED3C99ADB1FFC44B5531_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRHumanBody>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m928E743A83F27BF4FD5B68562A6582536F2E3D88 (Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 *, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, const RuntimeMethod*))Enumerator__ctor_m928E743A83F27BF4FD5B68562A6582536F2E3D88_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::GetEnumerator()
inline Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 NativeArray_1_GetEnumerator_m396AB3FBDE1CC728596A1C4C11026DF4CD4D2D19 (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m396AB3FBDE1CC728596A1C4C11026DF4CD4D2D19_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m9D6A023CD809A067C86ABF4B0602FB3676BF991A (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m9D6A023CD809A067C86ABF4B0602FB3676BF991A_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m4193908890207581D79D7D9B60B4C883857D73B9 (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m4193908890207581D79D7D9B60B4C883857D73B9_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_mFDFCCB28136FEA2486F6729DAA8F7496A9812EAB (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 , const RuntimeMethod*))NativeArray_1_Equals_mFDFCCB28136FEA2486F6729DAA8F7496A9812EAB_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Equals(System.Object)
inline bool NativeArray_1_Equals_m69831B5A33437FF46057C3F49CF5E995E3DE8BA2 (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_m69831B5A33437FF46057C3F49CF5E995E3DE8BA2_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_mEA5559C2AE486D19E914EAF7902A2A386FCE0B34 (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, const RuntimeMethod*))NativeArray_1_GetHashCode_mEA5559C2AE486D19E914EAF7902A2A386FCE0B34_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m64D452AC3D652B97D072754E49C919569A301057 (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m64D452AC3D652B97D072754E49C919569A301057_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_m1210511408F8F3582D03516E93CA35357304E320 (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B , int32_t, const RuntimeMethod*))NativeArray_1__ctor_m1210511408F8F3582D03516E93CA35357304E320_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_m07B3AC906E5175785EBE7B0FF60CA869D27CF2E9 (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, const RuntimeMethod*))NativeArray_1_get_IsCreated_m07B3AC906E5175785EBE7B0FF60CA869D27CF2E9_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Deallocate()
inline void NativeArray_1_Deallocate_m313F23424AFE0712E9B64FAE40C8D733A757621C (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, const RuntimeMethod*))NativeArray_1_Deallocate_m313F23424AFE0712E9B64FAE40C8D733A757621C_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Dispose()
inline void NativeArray_1_Dispose_mE78F13FCD443639A23E3BF8FB2D15B4A52F97351 (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, const RuntimeMethod*))NativeArray_1_Dispose_mE78F13FCD443639A23E3BF8FB2D15B4A52F97351_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_m4B4C71BB41E307B2968C636D20B75468A7A012FD (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B , const RuntimeMethod*))NativeArray_1_CopyFrom_m4B4C71BB41E307B2968C636D20B75468A7A012FD_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m8C67B1BD3884FB22EDE45D36A727AEB9C2C71846 (Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF *, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, const RuntimeMethod*))Enumerator__ctor_m8C67B1BD3884FB22EDE45D36A727AEB9C2C71846_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::GetEnumerator()
inline Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF NativeArray_1_GetEnumerator_m0CBEB8F02725FCCA2F37468B29A51E1A7A0426AE (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
return (( Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m0CBEB8F02725FCCA2F37468B29A51E1A7A0426AE_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m94386629D08398B55D350AD0FCE5AA32ECEBEBEB (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m94386629D08398B55D350AD0FCE5AA32ECEBEBEB_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m80B14A71760E06B6429EEE2F6454266DCDBE24C8 (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m80B14A71760E06B6429EEE2F6454266DCDBE24C8_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_m3384173CEFA884854F42873244F03F51E62FC901 (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B , const RuntimeMethod*))NativeArray_1_Equals_m3384173CEFA884854F42873244F03F51E62FC901_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Equals(System.Object)
inline bool NativeArray_1_Equals_m1DE9BEA4D54D51DB91E20C20AAC1EE03EE19491E (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_m1DE9BEA4D54D51DB91E20C20AAC1EE03EE19491E_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_m235D98CA800692D47D59A93F9FAB6CF556759F57 (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, const RuntimeMethod*))NativeArray_1_GetHashCode_m235D98CA800692D47D59A93F9FAB6CF556759F57_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m85DB628EAE00AF8BB965FD039008854D41957968 (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m85DB628EAE00AF8BB965FD039008854D41957968_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_mF403D72D4DDA7A206C0040AA9C11810E0D05E51A (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_mF403D72D4DDA7A206C0040AA9C11810E0D05E51A_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_m25386BB21BCEDC0B89773253366CD0E44DCCC73C (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_m25386BB21BCEDC0B89773253366CD0E44DCCC73C_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Deallocate()
inline void NativeArray_1_Deallocate_mE984D26C77174BD58EB08BF39AF7EAB771D1EA21 (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, const RuntimeMethod*))NativeArray_1_Deallocate_mE984D26C77174BD58EB08BF39AF7EAB771D1EA21_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Dispose()
inline void NativeArray_1_Dispose_m58B48DE1AFB5DE27427824EC533C72AC3683C3C8 (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, const RuntimeMethod*))NativeArray_1_Dispose_m58B48DE1AFB5DE27427824EC533C72AC3683C3C8_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_m677D06BD0E57FBF4E289931BE2F1B3E5B0CBAB47 (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 , const RuntimeMethod*))NativeArray_1_CopyFrom_m677D06BD0E57FBF4E289931BE2F1B3E5B0CBAB47_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m615EF0CC12FB9964C705C33C7164579D88A1AE44 (Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D *, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, const RuntimeMethod*))Enumerator__ctor_m615EF0CC12FB9964C705C33C7164579D88A1AE44_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::GetEnumerator()
inline Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D NativeArray_1_GetEnumerator_mE160906234E5EA9E9CEF7D612C2B2264368CFB9D (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_mE160906234E5EA9E9CEF7D612C2B2264368CFB9D_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDB2451349B6AA726D6737B73C37CD50E545FFA65 (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDB2451349B6AA726D6737B73C37CD50E545FFA65_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m70087FDF946F1E79E28725DA947FD8659FB48118 (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m70087FDF946F1E79E28725DA947FD8659FB48118_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_mD5EDE71B5B4EF99BAC9246FCAC028AB79ADCA64C (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 , const RuntimeMethod*))NativeArray_1_Equals_mD5EDE71B5B4EF99BAC9246FCAC028AB79ADCA64C_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Equals(System.Object)
inline bool NativeArray_1_Equals_mC24882E29B8B47DF842F99EECAC09561DDEECC63 (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_mC24882E29B8B47DF842F99EECAC09561DDEECC63_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_m46A1ED9CDBA33AEBA2B43C83BA1291A53247786F (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, const RuntimeMethod*))NativeArray_1_GetHashCode_m46A1ED9CDBA33AEBA2B43C83BA1291A53247786F_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m04C9732607058C6721B91A719DE872C3550D169C (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m04C9732607058C6721B91A719DE872C3550D169C_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_m2B16A41EFE95DF8A6023CEA91B08AF82EB0DFCD2 (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_m2B16A41EFE95DF8A6023CEA91B08AF82EB0DFCD2_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_m029048A09F4221D35E38009B7FDD76EE69B2F20F (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_m029048A09F4221D35E38009B7FDD76EE69B2F20F_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Deallocate()
inline void NativeArray_1_Deallocate_m2FC6806F22EDA024890D139823C069943CCE02F8 (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, const RuntimeMethod*))NativeArray_1_Deallocate_m2FC6806F22EDA024890D139823C069943CCE02F8_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Dispose()
inline void NativeArray_1_Dispose_mCD2A36C7D28AD10CA9BD9B9E62478D9E3EF3E4A0 (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, const RuntimeMethod*))NativeArray_1_Dispose_mCD2A36C7D28AD10CA9BD9B9E62478D9E3EF3E4A0_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_mA4EFBB37BCF4025FE6716A71A51DB2B9CC47B19B (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 , const RuntimeMethod*))NativeArray_1_CopyFrom_mA4EFBB37BCF4025FE6716A71A51DB2B9CC47B19B_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRParticipant>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m008DC1A9A05CF2E7FC978331BFD4B30208B180B0 (Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 *, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, const RuntimeMethod*))Enumerator__ctor_m008DC1A9A05CF2E7FC978331BFD4B30208B180B0_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::GetEnumerator()
inline Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 NativeArray_1_GetEnumerator_m8E2405F2EBA9FED85C13FB4C6CE8958AEC761E73 (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m8E2405F2EBA9FED85C13FB4C6CE8958AEC761E73_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m86765EDD383C1790D0B5310211C6678A9EB644C7 (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m86765EDD383C1790D0B5310211C6678A9EB644C7_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m864C05A2CBDDE518260E9E9239958CE6C5587D9B (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m864C05A2CBDDE518260E9E9239958CE6C5587D9B_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_mA160DBEBF988A15B1702532D51B3EBA2A240CE0B (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 , const RuntimeMethod*))NativeArray_1_Equals_mA160DBEBF988A15B1702532D51B3EBA2A240CE0B_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Equals(System.Object)
inline bool NativeArray_1_Equals_mC64EEC5968F8D885AFED7449B2E10343F8CCF7A9 (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_mC64EEC5968F8D885AFED7449B2E10343F8CCF7A9_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_mEEEA3B0F2ED16A63BDE934801AE40B2C1131A879 (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, const RuntimeMethod*))NativeArray_1_GetHashCode_mEEEA3B0F2ED16A63BDE934801AE40B2C1131A879_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m0A7431FE284605A389AB455AFBC44304CAE118CF (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m0A7431FE284605A389AB455AFBC44304CAE118CF_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_mD3CFC7069E19C77AFB8EA6FEEEF6DB8540249AEC (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_mD3CFC7069E19C77AFB8EA6FEEEF6DB8540249AEC_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_m1C2048595BF105AAEBBCCEACCD9F053502EBC8E7 (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_m1C2048595BF105AAEBBCCEACCD9F053502EBC8E7_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Deallocate()
inline void NativeArray_1_Deallocate_m14DD946F29B96D93A86908D35B87BB35D36C8B36 (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, const RuntimeMethod*))NativeArray_1_Deallocate_m14DD946F29B96D93A86908D35B87BB35D36C8B36_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Dispose()
inline void NativeArray_1_Dispose_mAF31B95CE89FF647372855A4ECFB9FCDDE39C38B (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, const RuntimeMethod*))NativeArray_1_Dispose_mAF31B95CE89FF647372855A4ECFB9FCDDE39C38B_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_mE62AAA10EC11C27A6A545BEF481C0FC3DB4800B3 (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 , const RuntimeMethod*))NativeArray_1_CopyFrom_mE62AAA10EC11C27A6A545BEF481C0FC3DB4800B3_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRPointCloud>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m4C8860AF963EB9E515216B58B66424CFD1E4F717 (Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD *, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, const RuntimeMethod*))Enumerator__ctor_m4C8860AF963EB9E515216B58B66424CFD1E4F717_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::GetEnumerator()
inline Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD NativeArray_1_GetEnumerator_m2C26DDBD2232F1DC6F216C47B66A5CCEC71C8292 (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m2C26DDBD2232F1DC6F216C47B66A5CCEC71C8292_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD72DB5C501E330B042D187D66A17233B3762761F (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD72DB5C501E330B042D187D66A17233B3762761F_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m327DD0E1CDCC04077158CB96B1FE720C3FAE8496 (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m327DD0E1CDCC04077158CB96B1FE720C3FAE8496_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_mD33444E2AE896F89A65CA67EA5134EA6473D012F (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 , const RuntimeMethod*))NativeArray_1_Equals_mD33444E2AE896F89A65CA67EA5134EA6473D012F_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Equals(System.Object)
inline bool NativeArray_1_Equals_m00EC520C0FD90BA19934E84C9EF86792A9A5F727 (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_m00EC520C0FD90BA19934E84C9EF86792A9A5F727_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_mC76504AA114A51CC11AD6DE89DB4D44D3F504AD2 (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, const RuntimeMethod*))NativeArray_1_GetHashCode_mC76504AA114A51CC11AD6DE89DB4D44D3F504AD2_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_mFA221BBFDAD06D365325509293E19F52C72ABF4F (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mFA221BBFDAD06D365325509293E19F52C72ABF4F_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_mDE32CBC3060C5687CCA6935D840A9F460F7B13CC (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_mDE32CBC3060C5687CCA6935D840A9F460F7B13CC_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_mA8F4FC439A317DBA108E0B1A0EE4D069E92ED89C (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_mA8F4FC439A317DBA108E0B1A0EE4D069E92ED89C_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Deallocate()
inline void NativeArray_1_Deallocate_m901EFAD5F17610C10CB232750A2437E2093B150D (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, const RuntimeMethod*))NativeArray_1_Deallocate_m901EFAD5F17610C10CB232750A2437E2093B150D_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Dispose()
inline void NativeArray_1_Dispose_m9B5512039EA4C44484269F14D1D6E85756E50770 (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, const RuntimeMethod*))NativeArray_1_Dispose_m9B5512039EA4C44484269F14D1D6E85756E50770_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_mD1E17971EC51C6EFF125E585781070F372DC9ECD (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 , const RuntimeMethod*))NativeArray_1_CopyFrom_mD1E17971EC51C6EFF125E585781070F372DC9ECD_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRRaycast>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m491526D40EB90E62DD984FAF74788AD32D0D530E (Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD *, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, const RuntimeMethod*))Enumerator__ctor_m491526D40EB90E62DD984FAF74788AD32D0D530E_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::GetEnumerator()
inline Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD NativeArray_1_GetEnumerator_m233DB4025EE0159C3DF5F4444D8660447A948E77 (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m233DB4025EE0159C3DF5F4444D8660447A948E77_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m1F70FB5D6880E7724010D1EDD943C94F4A7CA8FD (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m1F70FB5D6880E7724010D1EDD943C94F4A7CA8FD_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mFD7D2C26F914F3877F518757EADC1E2CC4700B66 (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mFD7D2C26F914F3877F518757EADC1E2CC4700B66_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_m9744D8A1829A6AD53B0E5BB874559ED94906DCD7 (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 , const RuntimeMethod*))NativeArray_1_Equals_m9744D8A1829A6AD53B0E5BB874559ED94906DCD7_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Equals(System.Object)
inline bool NativeArray_1_Equals_m6EFD6BF9FC727BBA0FFA077163C0B8E69FA1EB4A (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_m6EFD6BF9FC727BBA0FFA077163C0B8E69FA1EB4A_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_m7D44CB9479D52EFF61636640BE0D9CD390C89604 (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, const RuntimeMethod*))NativeArray_1_GetHashCode_m7D44CB9479D52EFF61636640BE0D9CD390C89604_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m670C8FB2EA08BD79FA732EDD0DE2605ED72FC2D7 (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m670C8FB2EA08BD79FA732EDD0DE2605ED72FC2D7_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_m5109AB3C68779EFCDFD8F31ABC26BC3FAF767635 (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_m5109AB3C68779EFCDFD8F31ABC26BC3FAF767635_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_mB07CA7DE7D3ECCE1EAA419C6A292067FA9ABB458 (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_mB07CA7DE7D3ECCE1EAA419C6A292067FA9ABB458_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Deallocate()
inline void NativeArray_1_Deallocate_mDB92A3EB4BEC4CC49FEB93968F41865C513CC2F1 (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, const RuntimeMethod*))NativeArray_1_Deallocate_mDB92A3EB4BEC4CC49FEB93968F41865C513CC2F1_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Dispose()
inline void NativeArray_1_Dispose_m78FB91DC8B974A5E9BB5EB84F77238781FE5445B (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, const RuntimeMethod*))NativeArray_1_Dispose_m78FB91DC8B974A5E9BB5EB84F77238781FE5445B_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_mBB0FA1351831723C30D463B55323E5158115FC97 (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 , const RuntimeMethod*))NativeArray_1_CopyFrom_mBB0FA1351831723C30D463B55323E5158115FC97_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRRaycastHit>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_mC95CD694FA9A2FF08CF33AD3ABA1B603712794BC (Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 *, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, const RuntimeMethod*))Enumerator__ctor_mC95CD694FA9A2FF08CF33AD3ABA1B603712794BC_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::GetEnumerator()
inline Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 NativeArray_1_GetEnumerator_m8B7E13B15409493C6463BC3CB66886B360D4ED34 (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m8B7E13B15409493C6463BC3CB66886B360D4ED34_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDD0D82586F9F282BC1E5F666C6209DADD9F5EE31 (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDD0D82586F9F282BC1E5F666C6209DADD9F5EE31_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mA1946168D8911F3F2F08B5A4B00F985238625356 (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mA1946168D8911F3F2F08B5A4B00F985238625356_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_m3E0F6417533C9C0D662B23DF63F5ECA476162BAA (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 , const RuntimeMethod*))NativeArray_1_Equals_m3E0F6417533C9C0D662B23DF63F5ECA476162BAA_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Equals(System.Object)
inline bool NativeArray_1_Equals_m0327D7CC99B5F8BC3B19AEF534C0C14EC61945EA (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_m0327D7CC99B5F8BC3B19AEF534C0C14EC61945EA_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_mEE4FF62878017360B3BE520FA73E95418A0E52C8 (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, const RuntimeMethod*))NativeArray_1_GetHashCode_mEE4FF62878017360B3BE520FA73E95418A0E52C8_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_mBA3667DFD2FA91C71C118ECA43EB22503D4FC2C8 (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mBA3667DFD2FA91C71C118ECA43EB22503D4FC2C8_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_mD2AF43B2C606414FFDCCBBD6E5F6B0B77AB5B1A9 (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_mD2AF43B2C606414FFDCCBBD6E5F6B0B77AB5B1A9_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_m0106E6479DB56B07BDDE5CF5CC5D4DDB31C64F83 (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_m0106E6479DB56B07BDDE5CF5CC5D4DDB31C64F83_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Deallocate()
inline void NativeArray_1_Deallocate_mC2295193B1EAC210C339237CF7AE542D23E59391 (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, const RuntimeMethod*))NativeArray_1_Deallocate_mC2295193B1EAC210C339237CF7AE542D23E59391_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Dispose()
inline void NativeArray_1_Dispose_m79A1BBDC8A7E6F17C8B48E7CB3ED027A3180039E (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, const RuntimeMethod*))NativeArray_1_Dispose_m79A1BBDC8A7E6F17C8B48E7CB3ED027A3180039E_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_mC053D3A9DF2FBD4DCB31D2864F4996E9B2DA255A (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 , const RuntimeMethod*))NativeArray_1_CopyFrom_mC053D3A9DF2FBD4DCB31D2864F4996E9B2DA255A_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRReferencePoint>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m1A7206E131688DEE4CD906CB25724AA940EF6733 (Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E *, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, const RuntimeMethod*))Enumerator__ctor_m1A7206E131688DEE4CD906CB25724AA940EF6733_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::GetEnumerator()
inline Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E NativeArray_1_GetEnumerator_m0AE193D90C66BD2CB22C49D77323F1BD7775FBF9 (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m0AE193D90C66BD2CB22C49D77323F1BD7775FBF9_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD0E1878715AC051BD0C153D4A09C91BEE7DEDB44 (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD0E1878715AC051BD0C153D4A09C91BEE7DEDB44_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m172D1C1B7D14586B11CC86DE04F56FE630946095 (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m172D1C1B7D14586B11CC86DE04F56FE630946095_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_m3F1D4CC4215CA7B21BD3DC8B65CF269019C7B796 (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 , const RuntimeMethod*))NativeArray_1_Equals_m3F1D4CC4215CA7B21BD3DC8B65CF269019C7B796_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Equals(System.Object)
inline bool NativeArray_1_Equals_mC4D5B6DDFED6FCF4B5C97A181C0731FFF5617F4F (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_mC4D5B6DDFED6FCF4B5C97A181C0731FFF5617F4F_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_m43787D3FBA53AD95979ABFF80DC9AA8739E72CEB (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, const RuntimeMethod*))NativeArray_1_GetHashCode_m43787D3FBA53AD95979ABFF80DC9AA8739E72CEB_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_mEEF6B5C996FEF2597C318C267E2B6CFB88175518 (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mEEF6B5C996FEF2597C318C267E2B6CFB88175518_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_mB5F8744A7A6ACC7D33BB3A64AE84102828430B82 (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_mB5F8744A7A6ACC7D33BB3A64AE84102828430B82_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_mE7E14C8A4AE4FC90247B7F25E2F5C1B405A52070 (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_mE7E14C8A4AE4FC90247B7F25E2F5C1B405A52070_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Deallocate()
inline void NativeArray_1_Deallocate_mA42B266D77C44269A309DD07C62C8215836BBAC7 (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, const RuntimeMethod*))NativeArray_1_Deallocate_mA42B266D77C44269A309DD07C62C8215836BBAC7_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Dispose()
inline void NativeArray_1_Dispose_mBA6733CB54805DF275E7FB2B18F20FF1AB71FED3 (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, const RuntimeMethod*))NativeArray_1_Dispose_mBA6733CB54805DF275E7FB2B18F20FF1AB71FED3_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_m393C5CA524202BEC42957033B72D3527526EFD6F (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 , const RuntimeMethod*))NativeArray_1_CopyFrom_m393C5CA524202BEC42957033B72D3527526EFD6F_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m7036D53D80680FAFADF19AFDE15D4F1011CC73A1 (Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 *, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, const RuntimeMethod*))Enumerator__ctor_m7036D53D80680FAFADF19AFDE15D4F1011CC73A1_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::GetEnumerator()
inline Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 NativeArray_1_GetEnumerator_m5E1A9EE4AE3D80B0924DF37D30D90B54156AC14E (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m5E1A9EE4AE3D80B0924DF37D30D90B54156AC14E_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCA76BBA6EB4A13631413877B4AFE7B71CE6E44A9 (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCA76BBA6EB4A13631413877B4AFE7B71CE6E44A9_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m266244A20B6BAF9CF77516289F140DA65A31C4FE (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m266244A20B6BAF9CF77516289F140DA65A31C4FE_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_mF7098C5E90CD56DB8A99830B83EB3CBE58E1CA27 (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 , const RuntimeMethod*))NativeArray_1_Equals_mF7098C5E90CD56DB8A99830B83EB3CBE58E1CA27_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Equals(System.Object)
inline bool NativeArray_1_Equals_m5CCD1B236F8233B57615EA2C3B53AFD73B66B93C (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_m5CCD1B236F8233B57615EA2C3B53AFD73B66B93C_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_mE55BC0A55B92FAB55D616058F720A3B681E8837C (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, const RuntimeMethod*))NativeArray_1_GetHashCode_mE55BC0A55B92FAB55D616058F720A3B681E8837C_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m192CF93170B36E61ACE804945C3B18481D07B1C5 (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m192CF93170B36E61ACE804945C3B18481D07B1C5_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_m95108AABE099AC7CB1371CF2A076C8AC7444B73F (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_m95108AABE099AC7CB1371CF2A076C8AC7444B73F_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_mAEFCB7423FD61576D8378054FB6DB4EC619C977A (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_mAEFCB7423FD61576D8378054FB6DB4EC619C977A_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Deallocate()
inline void NativeArray_1_Deallocate_m1FBD2E6428ABCDE2B0E4B238E2FC84D83B62B3B4 (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, const RuntimeMethod*))NativeArray_1_Deallocate_m1FBD2E6428ABCDE2B0E4B238E2FC84D83B62B3B4_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Dispose()
inline void NativeArray_1_Dispose_m8645D533921C8C5BE22919B57D259A4240AB379A (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, const RuntimeMethod*))NativeArray_1_Dispose_m8645D533921C8C5BE22919B57D259A4240AB379A_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_mC0B092730DE59B585688BCCF8FA9099731798DCD (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 , const RuntimeMethod*))NativeArray_1_CopyFrom_mC0B092730DE59B585688BCCF8FA9099731798DCD_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRTrackedImage>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m8200258AAB9B27D5CE444AD72C18351CEB955CC6 (Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 *, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, const RuntimeMethod*))Enumerator__ctor_m8200258AAB9B27D5CE444AD72C18351CEB955CC6_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::GetEnumerator()
inline Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 NativeArray_1_GetEnumerator_m10A5016AB48E4AE47C995EA8FC33A4152C105F61 (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m10A5016AB48E4AE47C995EA8FC33A4152C105F61_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2805B9539C21E11D88FE05BF6FB1DDF7EEA5366F (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2805B9539C21E11D88FE05BF6FB1DDF7EEA5366F_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m31D097E9A8A5CD55A03AE497931A95D551D49D8E (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m31D097E9A8A5CD55A03AE497931A95D551D49D8E_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_mE3BDBDD0DED5E47398A086382302F70824D1D387 (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 , const RuntimeMethod*))NativeArray_1_Equals_mE3BDBDD0DED5E47398A086382302F70824D1D387_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Equals(System.Object)
inline bool NativeArray_1_Equals_m49F1676C8E86587C941BDB918A757655827E8CC1 (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_m49F1676C8E86587C941BDB918A757655827E8CC1_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_m2346FEABA0A2FC3DF48CF43BA48A558AB5A01C37 (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, const RuntimeMethod*))NativeArray_1_GetHashCode_m2346FEABA0A2FC3DF48CF43BA48A558AB5A01C37_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m16425BC62E9AC48C88E58870411D0D63CCE985A9 (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m16425BC62E9AC48C88E58870411D0D63CCE985A9_gshared)(__this, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
inline void NativeArray_1__ctor_mC20BBF79B209ED73EC4FFB88962FBBE8939519F1 (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 , int32_t, const RuntimeMethod*))NativeArray_1__ctor_mC20BBF79B209ED73EC4FFB88962FBBE8939519F1_gshared)(__this, ___array0, ___allocator1, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_m33E12A1A7DC5C88F17FD6233A4DDC07AAEDFEFB6 (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, const RuntimeMethod*))NativeArray_1_get_IsCreated_m33E12A1A7DC5C88F17FD6233A4DDC07AAEDFEFB6_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Deallocate()
inline void NativeArray_1_Deallocate_m8F794C517BDAB3038DE3664740D629CF643168E6 (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, const RuntimeMethod*))NativeArray_1_Deallocate_m8F794C517BDAB3038DE3664740D629CF643168E6_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Dispose()
inline void NativeArray_1_Dispose_mA88D5D4DAC3D042D2DBB1DBBC45EC820AE85242A (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, const RuntimeMethod*))NativeArray_1_Dispose_mA88D5D4DAC3D042D2DBB1DBBC45EC820AE85242A_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::CopyFrom(Unity.Collections.NativeArray`1<T>)
inline void NativeArray_1_CopyFrom_m44A3244484057D36D3F473E72EBE58EEF79C5B92 (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 , const RuntimeMethod*))NativeArray_1_CopyFrom_m44A3244484057D36D3F473E72EBE58EEF79C5B92_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRTrackedObject>::.ctor(Unity.Collections.NativeArray`1<T>&)
inline void Enumerator__ctor_m808F2B831AAFAF610A4CE340CFB0CDE80B2B011A (Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 *, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, const RuntimeMethod*))Enumerator__ctor_m808F2B831AAFAF610A4CE340CFB0CDE80B2B011A_gshared)(__this, ___array0, method);
}
// Unity.Collections.NativeArray`1/Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::GetEnumerator()
inline Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 NativeArray_1_GetEnumerator_mD6D1A774D537C290064A60C7BA6FA540A62335E0 (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_mD6D1A774D537C290064A60C7BA6FA540A62335E0_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCDC01F37F5D0B9AEDF8DFE3F27CA2ADD24317CAD (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, const RuntimeMethod*))NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCDC01F37F5D0B9AEDF8DFE3F27CA2ADD24317CAD_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mCEC4F521AAE2F22C6CFA30428AF930A995D3F5CC (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, const RuntimeMethod*))NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mCEC4F521AAE2F22C6CFA30428AF930A995D3F5CC_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Equals(Unity.Collections.NativeArray`1<T>)
inline bool NativeArray_1_Equals_m8E9D6ECC3A7D41F5543FECD4DCD0F51A80DE79CD (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 , const RuntimeMethod*))NativeArray_1_Equals_m8E9D6ECC3A7D41F5543FECD4DCD0F51A80DE79CD_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Equals(System.Object)
inline bool NativeArray_1_Equals_m12B82DC67FE1F426B06F88BFEB1001CE373CC6C2 (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, RuntimeObject *, const RuntimeMethod*))NativeArray_1_Equals_m12B82DC67FE1F426B06F88BFEB1001CE373CC6C2_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::GetHashCode()
inline int32_t NativeArray_1_GetHashCode_mC5657D860DDD8C662953477A629FCA7016617DC4 (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, const RuntimeMethod*))NativeArray_1_GetHashCode_mC5657D860DDD8C662953477A629FCA7016617DC4_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::.ctor(Unity.Collections.NativeSlice`1<T>&)
inline void Enumerator__ctor_m4E6EDEFA55C4D429704964368B8E140ADC23EF5B (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *, NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, const RuntimeMethod*))Enumerator__ctor_m4E6EDEFA55C4D429704964368B8E140ADC23EF5B_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::Dispose()
inline void Enumerator_Dispose_m10C25EF2DDBF0690C4385F9445BABEA825F3D6BF (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *, const RuntimeMethod*))Enumerator_Dispose_m10C25EF2DDBF0690C4385F9445BABEA825F3D6BF_gshared)(__this, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.Byte>::get_Length()
inline int32_t NativeSlice_1_get_Length_mDDEDBCB01AB26859616B14064D207873529EA4DC_inline (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, const RuntimeMethod*))NativeSlice_1_get_Length_mDDEDBCB01AB26859616B14064D207873529EA4DC_gshared_inline)(__this, method);
}
// System.Boolean Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::MoveNext()
inline bool Enumerator_MoveNext_m88A2AC79D5CAEE37A48506F4960ACF39C8FA74F7 (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *, const RuntimeMethod*))Enumerator_MoveNext_m88A2AC79D5CAEE37A48506F4960ACF39C8FA74F7_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::Reset()
inline void Enumerator_Reset_m7A5ECB8C43A579FCE49EFA00C374A194D15C770E (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *, const RuntimeMethod*))Enumerator_Reset_m7A5ECB8C43A579FCE49EFA00C374A194D15C770E_gshared)(__this, method);
}
// T Unity.Collections.NativeSlice`1<System.Byte>::get_Item(System.Int32)
inline uint8_t NativeSlice_1_get_Item_m3A0ED0868979D17DAC7F75D3B954FB6F8F84B297 (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( uint8_t (*) (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, int32_t, const RuntimeMethod*))NativeSlice_1_get_Item_m3A0ED0868979D17DAC7F75D3B954FB6F8F84B297_gshared)(__this, ___index0, method);
}
// T Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::get_Current()
inline uint8_t Enumerator_get_Current_m66FAC3526C252A5168761036B16BE7F6BCBF67C9 (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method)
{
return (( uint8_t (*) (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *, const RuntimeMethod*))Enumerator_get_Current_m66FAC3526C252A5168761036B16BE7F6BCBF67C9_gshared)(__this, method);
}
// System.Object Unity.Collections.NativeSlice`1/Enumerator<System.Byte>::System.Collections.IEnumerator.get_Current()
inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE96F56C50848755D2CDA4563E58C40F956286FE2 (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject * (*) (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mE96F56C50848755D2CDA4563E58C40F956286FE2_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::.ctor(Unity.Collections.NativeSlice`1<T>&)
inline void Enumerator__ctor_m9124BAC44FF83ABFDA771476DC36AF1790333275 (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *, NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, const RuntimeMethod*))Enumerator__ctor_m9124BAC44FF83ABFDA771476DC36AF1790333275_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::Dispose()
inline void Enumerator_Dispose_m56B0C8CA5232321D5D938F9D2939BCF1E4CE75F4 (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *, const RuntimeMethod*))Enumerator_Dispose_m56B0C8CA5232321D5D938F9D2939BCF1E4CE75F4_gshared)(__this, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt32>::get_Length()
inline int32_t NativeSlice_1_get_Length_m60A279078FEECDF9F4C85660537E23F72E70FFA9_inline (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, const RuntimeMethod*))NativeSlice_1_get_Length_m60A279078FEECDF9F4C85660537E23F72E70FFA9_gshared_inline)(__this, method);
}
// System.Boolean Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::MoveNext()
inline bool Enumerator_MoveNext_m10C2B6DA65F9A38DF180B7777D8F27539AA04C83 (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *, const RuntimeMethod*))Enumerator_MoveNext_m10C2B6DA65F9A38DF180B7777D8F27539AA04C83_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::Reset()
inline void Enumerator_Reset_mAC58EA80EB4D91FE34440A0231F91539C9268F1C (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *, const RuntimeMethod*))Enumerator_Reset_mAC58EA80EB4D91FE34440A0231F91539C9268F1C_gshared)(__this, method);
}
// T Unity.Collections.NativeSlice`1<System.UInt32>::get_Item(System.Int32)
inline uint32_t NativeSlice_1_get_Item_m2C8CED2426992986B45CD84F293174FF375AEE57 (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( uint32_t (*) (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, int32_t, const RuntimeMethod*))NativeSlice_1_get_Item_m2C8CED2426992986B45CD84F293174FF375AEE57_gshared)(__this, ___index0, method);
}
// T Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::get_Current()
inline uint32_t Enumerator_get_Current_m2662DF83BE364D9789ED1FE46CCDDD6618DC6429 (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method)
{
return (( uint32_t (*) (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *, const RuntimeMethod*))Enumerator_get_Current_m2662DF83BE364D9789ED1FE46CCDDD6618DC6429_gshared)(__this, method);
}
// System.Object Unity.Collections.NativeSlice`1/Enumerator<System.UInt32>::System.Collections.IEnumerator.get_Current()
inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m0FF2909BA2D24DA792378CC035FE6DB83D720FEF (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject * (*) (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m0FF2909BA2D24DA792378CC035FE6DB83D720FEF_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::.ctor(Unity.Collections.NativeSlice`1<T>&)
inline void Enumerator__ctor_m0DB8110A2FDAF1D25A713BB8192CE291ACB8FE0B (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *, NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, const RuntimeMethod*))Enumerator__ctor_m0DB8110A2FDAF1D25A713BB8192CE291ACB8FE0B_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::Dispose()
inline void Enumerator_Dispose_m7CAE2713251185365BD8206A961909E9C49769BB (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *, const RuntimeMethod*))Enumerator_Dispose_m7CAE2713251185365BD8206A961909E9C49769BB_gshared)(__this, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt64>::get_Length()
inline int32_t NativeSlice_1_get_Length_m738956463E71FE2D62728352E40292BD34B72899_inline (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, const RuntimeMethod*))NativeSlice_1_get_Length_m738956463E71FE2D62728352E40292BD34B72899_gshared_inline)(__this, method);
}
// System.Boolean Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::MoveNext()
inline bool Enumerator_MoveNext_mD47C8EE0A1948AA55A992F7DC96FA9FA4A2E9DFE (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *, const RuntimeMethod*))Enumerator_MoveNext_mD47C8EE0A1948AA55A992F7DC96FA9FA4A2E9DFE_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::Reset()
inline void Enumerator_Reset_mB58EA915A7167AF2AE87D3AEA81F4D8D807DEF48 (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *, const RuntimeMethod*))Enumerator_Reset_mB58EA915A7167AF2AE87D3AEA81F4D8D807DEF48_gshared)(__this, method);
}
// T Unity.Collections.NativeSlice`1<System.UInt64>::get_Item(System.Int32)
inline uint64_t NativeSlice_1_get_Item_mB72D0BC6EF09D968B3953B884514CF709CAEE3BC (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( uint64_t (*) (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, int32_t, const RuntimeMethod*))NativeSlice_1_get_Item_mB72D0BC6EF09D968B3953B884514CF709CAEE3BC_gshared)(__this, ___index0, method);
}
// T Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::get_Current()
inline uint64_t Enumerator_get_Current_m5860AAE79C9BF8DB995645DC8C471D9B2A333E09 (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method)
{
return (( uint64_t (*) (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *, const RuntimeMethod*))Enumerator_get_Current_m5860AAE79C9BF8DB995645DC8C471D9B2A333E09_gshared)(__this, method);
}
// System.Object Unity.Collections.NativeSlice`1/Enumerator<System.UInt64>::System.Collections.IEnumerator.get_Current()
inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mAE57D78EEBB510A8D998E62B547E9471833218CF (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method)
{
return (( RuntimeObject * (*) (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_mAE57D78EEBB510A8D998E62B547E9471833218CF_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::.ctor(Unity.Collections.NativeSlice`1<T>&)
inline void Enumerator__ctor_m6A1BA5A24824ACECB93006D6EBF507A2C4A7CB7C (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *, NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, const RuntimeMethod*))Enumerator__ctor_m6A1BA5A24824ACECB93006D6EBF507A2C4A7CB7C_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::Dispose()
inline void Enumerator_Dispose_m3EB2863BF6E8EA3ABB22FF64D24A6B6B5A631825 (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *, const RuntimeMethod*))Enumerator_Dispose_m3EB2863BF6E8EA3ABB22FF64D24A6B6B5A631825_gshared)(__this, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::get_Length()
inline int32_t NativeSlice_1_get_Length_m1A340D95D4B2F4FECD4BF62999AAC7BF397D284B_inline (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, const RuntimeMethod*))NativeSlice_1_get_Length_m1A340D95D4B2F4FECD4BF62999AAC7BF397D284B_gshared_inline)(__this, method);
}
// System.Boolean Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::MoveNext()
inline bool Enumerator_MoveNext_m8261AE6E9EFC19FAB4A30FB5134F13EE546A935B (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *, const RuntimeMethod*))Enumerator_MoveNext_m8261AE6E9EFC19FAB4A30FB5134F13EE546A935B_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::Reset()
inline void Enumerator_Reset_mB9785F2F9BC47FAF0EEF9FABA51B42FFC4933D6B (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *, const RuntimeMethod*))Enumerator_Reset_mB9785F2F9BC47FAF0EEF9FABA51B42FFC4933D6B_gshared)(__this, method);
}
// T Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::get_Item(System.Int32)
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 NativeSlice_1_get_Item_mC60092B0C090E1C25BDAB0A3E126D7AEB898C465 (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*) (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, int32_t, const RuntimeMethod*))NativeSlice_1_get_Item_mC60092B0C090E1C25BDAB0A3E126D7AEB898C465_gshared)(__this, ___index0, method);
}
// T Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::get_Current()
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Enumerator_get_Current_m5E412D4B690FA02428664F1B2EF00BED9F3A71A2 (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method)
{
return (( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*) (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *, const RuntimeMethod*))Enumerator_get_Current_m5E412D4B690FA02428664F1B2EF00BED9F3A71A2_gshared)(__this, method);
}
// System.Object Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current()
inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m4F8D1913560EC596EED5FC5A389B16B5F27B7F6C (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject * (*) (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m4F8D1913560EC596EED5FC5A389B16B5F27B7F6C_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::.ctor(Unity.Collections.NativeSlice`1<T>&)
inline void Enumerator__ctor_mA2B795C0B74E91ED6DE6A9A25D9D53EF15B931C5 (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * ___array0, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *, NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, const RuntimeMethod*))Enumerator__ctor_mA2B795C0B74E91ED6DE6A9A25D9D53EF15B931C5_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Dispose()
inline void Enumerator_Dispose_mFCB85A57B96C809D373153E3605669563E219A93 (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *, const RuntimeMethod*))Enumerator_Dispose_mFCB85A57B96C809D373153E3605669563E219A93_gshared)(__this, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::get_Length()
inline int32_t NativeSlice_1_get_Length_m5F808078E79BBC1D70AA25962688058A1F82C9A4_inline (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, const RuntimeMethod*))NativeSlice_1_get_Length_m5F808078E79BBC1D70AA25962688058A1F82C9A4_gshared_inline)(__this, method);
}
// System.Boolean Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::MoveNext()
inline bool Enumerator_MoveNext_m3FE7E9DEB50528BE0B30A72C6F4A0A4F332FAFE4 (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *, const RuntimeMethod*))Enumerator_MoveNext_m3FE7E9DEB50528BE0B30A72C6F4A0A4F332FAFE4_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Reset()
inline void Enumerator_Reset_m50DBE757D75DFE979B3C07B8B7A71614613EB310 (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *, const RuntimeMethod*))Enumerator_Reset_m50DBE757D75DFE979B3C07B8B7A71614613EB310_gshared)(__this, method);
}
// T Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::get_Item(System.Int32)
inline ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 NativeSlice_1_get_Item_m2D2731311E01D6172F16CD99B83FA2AC148F5F0D (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 (*) (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, int32_t, const RuntimeMethod*))NativeSlice_1_get_Item_m2D2731311E01D6172F16CD99B83FA2AC148F5F0D_gshared)(__this, ___index0, method);
}
// T Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::get_Current()
inline ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 Enumerator_get_Current_m912F81031944D41498AAC3B2831C7C03E872B55C (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method)
{
return (( ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 (*) (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *, const RuntimeMethod*))Enumerator_get_Current_m912F81031944D41498AAC3B2831C7C03E872B55C_gshared)(__this, method);
}
// System.Object Unity.Collections.NativeSlice`1/Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::System.Collections.IEnumerator.get_Current()
inline RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7D99830CDC3FEDB82FCC6AD7B057788A82F72A45 (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method)
{
return (( RuntimeObject * (*) (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *, const RuntimeMethod*))Enumerator_System_Collections_IEnumerator_get_Current_m7D99830CDC3FEDB82FCC6AD7B057788A82F72A45_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.Byte>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
inline void NativeSlice_1__ctor_mE2A173B54A9D2CB912B30541CAD657DABDBA7ED4 (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 , int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_mE2A173B54A9D2CB912B30541CAD657DABDBA7ED4_gshared)(__this, ___array0, ___start1, ___length2, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.Byte>::.ctor(Unity.Collections.NativeArray`1<T>)
inline void NativeSlice_1__ctor_m10629E73F4A5C8EFCF25200B0753B32740CE4241 (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 , const RuntimeMethod*))NativeSlice_1__ctor_m10629E73F4A5C8EFCF25200B0753B32740CE4241_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.Byte>::set_Item(System.Int32,T)
inline void NativeSlice_1_set_Item_m4529F42245F328040FF2662ABE61143A3D0E242A (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, int32_t ___index0, uint8_t ___value1, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, int32_t, uint8_t, const RuntimeMethod*))NativeSlice_1_set_Item_m4529F42245F328040FF2662ABE61143A3D0E242A_gshared)(__this, ___index0, ___value1, method);
}
// Unity.Collections.NativeSlice`1/Enumerator<T> Unity.Collections.NativeSlice`1<System.Byte>::GetEnumerator()
inline Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 NativeSlice_1_GetEnumerator_m8E8FD8032D689A1D25F74E269790427FD9456EB3 (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method)
{
return (( Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 (*) (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, const RuntimeMethod*))NativeSlice_1_GetEnumerator_m8E8FD8032D689A1D25F74E269790427FD9456EB3_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mEE7A9C914DC688AD449C2DAC9B1CC9582B68F465 (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, const RuntimeMethod*))NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mEE7A9C914DC688AD449C2DAC9B1CC9582B68F465_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m8C101740577EDD891CED3B57F731E44440729A14 (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, const RuntimeMethod*))NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m8C101740577EDD891CED3B57F731E44440729A14_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.Byte>::Equals(Unity.Collections.NativeSlice`1<T>)
inline bool NativeSlice_1_Equals_m187CBA303E5B64D83B7C7108A5B847CAC846906A (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E , const RuntimeMethod*))NativeSlice_1_Equals_m187CBA303E5B64D83B7C7108A5B847CAC846906A_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.Byte>::Equals(System.Object)
inline bool NativeSlice_1_Equals_m1513AFD56C1D95F1F51EBB9F1F9C7D6288C7068B (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, RuntimeObject *, const RuntimeMethod*))NativeSlice_1_Equals_m1513AFD56C1D95F1F51EBB9F1F9C7D6288C7068B_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.Byte>::GetHashCode()
inline int32_t NativeSlice_1_GetHashCode_m3FD57A021135FAC3D5044A5F183662F420CD15DD (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *, const RuntimeMethod*))NativeSlice_1_GetHashCode_m3FD57A021135FAC3D5044A5F183662F420CD15DD_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt32>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
inline void NativeSlice_1__ctor_m5A000434F598A452C405675515839B740AE46554 (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC , int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m5A000434F598A452C405675515839B740AE46554_gshared)(__this, ___array0, ___start1, ___length2, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt32>::.ctor(Unity.Collections.NativeArray`1<T>)
inline void NativeSlice_1__ctor_m2E92F3F339CDFDD834369D038B9B3E693430CA48 (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC , const RuntimeMethod*))NativeSlice_1__ctor_m2E92F3F339CDFDD834369D038B9B3E693430CA48_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt32>::set_Item(System.Int32,T)
inline void NativeSlice_1_set_Item_mAA7C8B65E22DCF820D558A99C2A5C373122DC9B9 (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, int32_t ___index0, uint32_t ___value1, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, int32_t, uint32_t, const RuntimeMethod*))NativeSlice_1_set_Item_mAA7C8B65E22DCF820D558A99C2A5C373122DC9B9_gshared)(__this, ___index0, ___value1, method);
}
// Unity.Collections.NativeSlice`1/Enumerator<T> Unity.Collections.NativeSlice`1<System.UInt32>::GetEnumerator()
inline Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 NativeSlice_1_GetEnumerator_mCB52A5ED32E4D9530F7909447FF027DD1478B5B2 (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method)
{
return (( Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 (*) (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, const RuntimeMethod*))NativeSlice_1_GetEnumerator_mCB52A5ED32E4D9530F7909447FF027DD1478B5B2_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<System.UInt32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2E50CEDE9DA1B489E473F0662526FFAC43550E8B (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, const RuntimeMethod*))NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2E50CEDE9DA1B489E473F0662526FFAC43550E8B_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<System.UInt32>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mBA085597F48614CE3DFF06BE5828714D5EE07CAE (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, const RuntimeMethod*))NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mBA085597F48614CE3DFF06BE5828714D5EE07CAE_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt32>::Equals(Unity.Collections.NativeSlice`1<T>)
inline bool NativeSlice_1_Equals_m0A95C77ABDAFE6EE5F2F4B0B02144CDE0AD341BC (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A , const RuntimeMethod*))NativeSlice_1_Equals_m0A95C77ABDAFE6EE5F2F4B0B02144CDE0AD341BC_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt32>::Equals(System.Object)
inline bool NativeSlice_1_Equals_mCFEA5150D38D93F0EFC18CB372B375FCA84FB588 (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, RuntimeObject *, const RuntimeMethod*))NativeSlice_1_Equals_mCFEA5150D38D93F0EFC18CB372B375FCA84FB588_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt32>::GetHashCode()
inline int32_t NativeSlice_1_GetHashCode_mE1DD091B21EF3237035C4BC5BFBF2A0E5B824AE9 (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *, const RuntimeMethod*))NativeSlice_1_GetHashCode_mE1DD091B21EF3237035C4BC5BFBF2A0E5B824AE9_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt64>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
inline void NativeSlice_1__ctor_mC168CA2C87B1E9A65050841CED320E3EA7CDEB77 (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C , int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_mC168CA2C87B1E9A65050841CED320E3EA7CDEB77_gshared)(__this, ___array0, ___start1, ___length2, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt64>::.ctor(Unity.Collections.NativeArray`1<T>)
inline void NativeSlice_1__ctor_m58214FC5EEA018FDAF0F2D13D77E7AD1AC90D73B (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C , const RuntimeMethod*))NativeSlice_1__ctor_m58214FC5EEA018FDAF0F2D13D77E7AD1AC90D73B_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt64>::set_Item(System.Int32,T)
inline void NativeSlice_1_set_Item_mDB94F4FAC4EFED21491B1D04BB545C51D1B34B4A (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, int32_t ___index0, uint64_t ___value1, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, int32_t, uint64_t, const RuntimeMethod*))NativeSlice_1_set_Item_mDB94F4FAC4EFED21491B1D04BB545C51D1B34B4A_gshared)(__this, ___index0, ___value1, method);
}
// Unity.Collections.NativeSlice`1/Enumerator<T> Unity.Collections.NativeSlice`1<System.UInt64>::GetEnumerator()
inline Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC NativeSlice_1_GetEnumerator_mACED3C8C3B0218B35B9551EA289118265F7343CC (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC (*) (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, const RuntimeMethod*))NativeSlice_1_GetEnumerator_mACED3C8C3B0218B35B9551EA289118265F7343CC_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<System.UInt64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mBED525DABE5087C5446B1578FF4CB59F5CB66140 (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, const RuntimeMethod*))NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mBED525DABE5087C5446B1578FF4CB59F5CB66140_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<System.UInt64>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m6549E4404621674EFF6ACFEC294C12E335255390 (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, const RuntimeMethod*))NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m6549E4404621674EFF6ACFEC294C12E335255390_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt64>::Equals(Unity.Collections.NativeSlice`1<T>)
inline bool NativeSlice_1_Equals_m09167A1ECDFB23EF07FC80FE2312767BEA8148FD (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 , const RuntimeMethod*))NativeSlice_1_Equals_m09167A1ECDFB23EF07FC80FE2312767BEA8148FD_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt64>::Equals(System.Object)
inline bool NativeSlice_1_Equals_mDD0D2AA88409CCBBE25081BDB041B7382B4366A5 (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, RuntimeObject *, const RuntimeMethod*))NativeSlice_1_Equals_mDD0D2AA88409CCBBE25081BDB041B7382B4366A5_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt64>::GetHashCode()
inline int32_t NativeSlice_1_GetHashCode_m302FC498DD0D369C93EA5BE36C831975A2ECE1FD (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *, const RuntimeMethod*))NativeSlice_1_GetHashCode_m302FC498DD0D369C93EA5BE36C831975A2ECE1FD_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
inline void NativeSlice_1__ctor_m14160F18B3CBB3ADD1483DC636088C0A7DB8B699 (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 , int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m14160F18B3CBB3ADD1483DC636088C0A7DB8B699_gshared)(__this, ___array0, ___start1, ___length2, method);
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::.ctor(Unity.Collections.NativeArray`1<T>)
inline void NativeSlice_1__ctor_m970C57FC2DA159A4B832BB9CF3080CAC2DCD1897 (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 , const RuntimeMethod*))NativeSlice_1__ctor_m970C57FC2DA159A4B832BB9CF3080CAC2DCD1897_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::set_Item(System.Int32,T)
inline void NativeSlice_1_set_Item_m47D2BDA6285F36E4FE11E2B76E99D71D0694CA2F (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, int32_t ___index0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value1, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, int32_t, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*))NativeSlice_1_set_Item_m47D2BDA6285F36E4FE11E2B76E99D71D0694CA2F_gshared)(__this, ___index0, ___value1, method);
}
// Unity.Collections.NativeSlice`1/Enumerator<T> Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::GetEnumerator()
inline Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 NativeSlice_1_GetEnumerator_m48C56C8D8267C72B1534A5A6730929F574647377 (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 (*) (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, const RuntimeMethod*))NativeSlice_1_GetEnumerator_m48C56C8D8267C72B1534A5A6730929F574647377_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6386B171CEE36EA5CE69168F4882B972B19B812C (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, const RuntimeMethod*))NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6386B171CEE36EA5CE69168F4882B972B19B812C_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m60BDB02EE38B3B39E4D0C4F753AD7CA18F7333C4 (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, const RuntimeMethod*))NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m60BDB02EE38B3B39E4D0C4F753AD7CA18F7333C4_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::Equals(Unity.Collections.NativeSlice`1<T>)
inline bool NativeSlice_1_Equals_mD36BC5A985AEDF7A4C20C99406E39C2C924DC24F (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 , const RuntimeMethod*))NativeSlice_1_Equals_mD36BC5A985AEDF7A4C20C99406E39C2C924DC24F_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::Equals(System.Object)
inline bool NativeSlice_1_Equals_m43496FB444AC9FC2A9587D1D57EF70863D3FE9B2 (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, RuntimeObject *, const RuntimeMethod*))NativeSlice_1_Equals_m43496FB444AC9FC2A9587D1D57EF70863D3FE9B2_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::GetHashCode()
inline int32_t NativeSlice_1_GetHashCode_m56170344BC8BD02500F60CBB3223039D88709CE5 (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *, const RuntimeMethod*))NativeSlice_1_GetHashCode_m56170344BC8BD02500F60CBB3223039D88709CE5_gshared)(__this, method);
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
inline void NativeSlice_1__ctor_m89238EF472CF083DF71761E05BAF01CDC40027B1 (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E , int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m89238EF472CF083DF71761E05BAF01CDC40027B1_gshared)(__this, ___array0, ___start1, ___length2, method);
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::.ctor(Unity.Collections.NativeArray`1<T>)
inline void NativeSlice_1__ctor_mEFC16F289734D7A4E5A72DBCFD14C9934CC8DAFB (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E ___array0, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E , const RuntimeMethod*))NativeSlice_1__ctor_mEFC16F289734D7A4E5A72DBCFD14C9934CC8DAFB_gshared)(__this, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::set_Item(System.Int32,T)
inline void NativeSlice_1_set_Item_mD9F4F5D18346A926EC2CC4F976695953BDDD4855 (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, int32_t ___index0, ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 ___value1, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, int32_t, ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 , const RuntimeMethod*))NativeSlice_1_set_Item_mD9F4F5D18346A926EC2CC4F976695953BDDD4855_gshared)(__this, ___index0, ___value1, method);
}
// Unity.Collections.NativeSlice`1/Enumerator<T> Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::GetEnumerator()
inline Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B NativeSlice_1_GetEnumerator_m3B12FD43804C1D9CD7C2CC5CEA6D6881D026C8D1 (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B (*) (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, const RuntimeMethod*))NativeSlice_1_GetEnumerator_m3B12FD43804C1D9CD7C2CC5CEA6D6881D026C8D1_gshared)(__this, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
inline RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD23F66BE8DC30601572AF1778533E12E49BB38AB (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, const RuntimeMethod*))NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD23F66BE8DC30601572AF1778533E12E49BB38AB_gshared)(__this, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::System.Collections.IEnumerable.GetEnumerator()
inline RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mB2D1A4FAF29117611EA1D357313A33595C549B97 (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, const RuntimeMethod*))NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mB2D1A4FAF29117611EA1D357313A33595C549B97_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Equals(Unity.Collections.NativeSlice`1<T>)
inline bool NativeSlice_1_Equals_mA254DDFDDFF61550B8F6786C2AC8C4830D96AB13 (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 ___other0, const RuntimeMethod* method)
{
return (( bool (*) (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 , const RuntimeMethod*))NativeSlice_1_Equals_mA254DDFDDFF61550B8F6786C2AC8C4830D96AB13_gshared)(__this, ___other0, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Equals(System.Object)
inline bool NativeSlice_1_Equals_mBCF2F23632558A9FFD7A397D906223FC45FB57DE (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
return (( bool (*) (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, RuntimeObject *, const RuntimeMethod*))NativeSlice_1_Equals_mBCF2F23632558A9FFD7A397D906223FC45FB57DE_gshared)(__this, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::GetHashCode()
inline int32_t NativeSlice_1_GetHashCode_m531728D31774F452F4C75308712FB8DFD34CA7C0 (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *, const RuntimeMethod*))NativeSlice_1_GetHashCode_m531728D31774F452F4C75308712FB8DFD34CA7C0_gshared)(__this, method);
}
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, 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.IntPtr Unity.Jobs.LowLevel.Unsafe.JobsUtility::CreateJobReflectionData(System.Type,Unity.Jobs.LowLevel.Unsafe.JobType,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t JobsUtility_CreateJobReflectionData_m53AA6B6D7C4275B71040FC4AADFE253285111AAF (Type_t * ___type0, int32_t ___jobType1, RuntimeObject * ___managedJobFunction02, RuntimeObject * ___managedJobFunction13, RuntimeObject * ___managedJobFunction24, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARFoundation.ARPointCloudManager/PointCloudRaycastCollectResultsJob::Execute()
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void PointCloudRaycastCollectResultsJob_Execute_m2A23AC6A3D7CA496823890F168F656B74DA88326 (PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 * IL2CPP_PARAMETER_RESTRICT __this, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions/DeallocateJob::Execute()
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void DeallocateJob_Execute_m391D44F487F7165101A3406C11E3974662CA3E2E (DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C * IL2CPP_PARAMETER_RESTRICT __this, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARKit.ARKitImageDatabase/AddImageJob::Execute()
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AddImageJob_Execute_m3A8FA4215B06029D6AB06F04160B0B280B28DB02 (AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B * IL2CPP_PARAMETER_RESTRICT __this, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARKit.ARKitImageDatabase/ReleaseDatabaseJob::Execute()
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ReleaseDatabaseJob_Execute_m4C9E632AC6767DD7A3E47B5D932159C6412C03CA (ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 * IL2CPP_PARAMETER_RESTRICT __this, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem/ARKitProvider/FlipBoundaryWindingJob::Execute()
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void FlipBoundaryWindingJob_Execute_m917AD0D616865A13E42264A539B71B3702A0285D (FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B * IL2CPP_PARAMETER_RESTRICT __this, const RuntimeMethod* method);
// System.Boolean Unity.Jobs.LowLevel.Unsafe.JobsUtility::GetWorkStealingRange(Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JobsUtility_GetWorkStealingRange_m760093A79807BC4741E89A98A6192D41D5451A04 (JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges0, int32_t ___jobIndex1, int32_t* ___beginIndex2, int32_t* ___endIndex3, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARFoundation.ARPointCloudManager/PointCloudRaycastJob::Execute(System.Int32)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void PointCloudRaycastJob_Execute_mC775E2965DFC2CCF222E1F207FDC4ECD0014111B (PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C * IL2CPP_PARAMETER_RESTRICT __this, int32_t ___i0, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARKit.ARKitImageDatabase/ConvertRGBA32ToARGB32Job::Execute(System.Int32)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void ConvertRGBA32ToARGB32Job_Execute_m1BA0AF9C8427274D4BF89528A6A45135E4379841 (ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 * IL2CPP_PARAMETER_RESTRICT __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARKit.ARKitXRDepthSubsystem/TransformPositionsJob::Execute(System.Int32)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TransformPositionsJob_Execute_m599A8FB62D88B510B5BDC79C59E095B336DE2CFD (TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 * IL2CPP_PARAMETER_RESTRICT __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem/ARKitProvider/TransformBoundaryPositionsJob::Execute(System.Int32)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void TransformBoundaryPositionsJob_Execute_mF7C3C7DC8F8AAC68CA4C2D02C1EF5739E54C5D6C (TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 * IL2CPP_PARAMETER_RESTRICT __this, int32_t ___index0, const RuntimeMethod* method);
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * ___a0, Delegate_t * ___b1, const RuntimeMethod* method);
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method);
// System.Void UnityEngine.Events.BaseInvokableCall::.ctor(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5 (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * __this, RuntimeObject * ___target0, MethodInfo_t * ___function1, const RuntimeMethod* method);
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346 (Type_t * ___type0, RuntimeObject * ___firstArgument1, MethodInfo_t * ___method2, const RuntimeMethod* method);
// System.Void UnityEngine.Events.BaseInvokableCall::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInvokableCall__ctor_m232CE2068209113988BB35B50A2965FC03FC4A58 (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * __this, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Events.BaseInvokableCall::AllowInvoke(System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091 (Delegate_t * ___delegate0, const RuntimeMethod* method);
// System.Object System.Delegate::get_Target()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method);
// System.Reflection.MethodInfo System.Delegate::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048 (Delegate_t * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEventBase::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase__ctor_m57AF08DAFA9C1B4F4C8DA855116900BAE8DF9595 (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEventBase::AddCall(UnityEngine.Events.BaseInvokableCall)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_AddCall_mD45F68C1A40E2BD9B0754490B7709846B84E8075 (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * ___call0, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEventBase::RemoveListener(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEventBase_RemoveListener_mE7EBC544115373D2357599AC07F41F13A8C5A49E (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method);
// System.Reflection.MethodInfo UnityEngine.Events.UnityEventBase::GetValidMethodInfo(System.Object,System.String,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5 (RuntimeObject * ___obj0, String_t* ___functionName1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___argumentTypes2, const RuntimeMethod* method);
// System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall> UnityEngine.Events.UnityEventBase::PrepareInvoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * UnityEventBase_PrepareInvoke_mFA3E2C97DB776A1089DCC85C9F1DA75C295032AE (UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::get_Item(System.Int32)
inline BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_inline (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * (*) (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void UnityEngine.Events.InvokableCall::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_Invoke_m0B9E7F14A2C67AB51F01745BD2C6C423114C9394 (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Events.BaseInvokableCall>::get_Count()
inline int32_t List_1_get_Count_m81256FA6A1423E6A61F696EF1268497C43475FB9_inline (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.IntPtr UnityEngine.Internal_SubsystemDescriptors::Create(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Internal_SubsystemDescriptors_Create_mEB503EBC87BAE5D491C9FCD0C9D177881020EC99 (intptr_t ___descriptorPtr0, const RuntimeMethod* method);
// UnityEngine.IntegratedSubsystem UnityEngine.Internal_SubsystemInstances::Internal_GetInstanceByPtr(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026 * Internal_SubsystemInstances_Internal_GetInstanceByPtr_m2A3E2B194F743DA1505586132038FA64DF8FB407 (intptr_t ___ptr0, const RuntimeMethod* method);
// System.Void UnityEngine.IntegratedSubsystemDescriptor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntegratedSubsystemDescriptor__ctor_m1D87F86FF3A30C3ECCD95D1797802B34B9194039 (IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.IntegratedSubsystem::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntegratedSubsystem__ctor_mDBF83DF7F1F0B6DB1C64DD2C585E8A0CC7EE0EF1 (IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026 * __this, const RuntimeMethod* method);
// UnityEngine.Subsystem UnityEngine.Internal_SubsystemInstances::Internal_FindStandaloneSubsystemInstanceGivenDescriptor(UnityEngine.SubsystemDescriptor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 * Internal_SubsystemInstances_Internal_FindStandaloneSubsystemInstanceGivenDescriptor_mD7E452AE994DB1342208053B8DEF0BC057A09F86 (SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA * ___descriptor0, const RuntimeMethod* method);
// System.Type UnityEngine.SubsystemDescriptor::get_subsystemImplementationType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * SubsystemDescriptor_get_subsystemImplementationType_mCF20A5F2E10F34F73853FEC4D3893B49EB49C166_inline (SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA * __this, const RuntimeMethod* method);
// System.Object System.Activator::CreateInstance(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16 (Type_t * ___type0, const RuntimeMethod* method);
// System.Void UnityEngine.Internal_SubsystemInstances::Internal_AddStandaloneSubsystem(UnityEngine.Subsystem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Internal_SubsystemInstances_Internal_AddStandaloneSubsystem_m93A60FA6B3E9A106B424BB6051B2A553363BF051 (Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 * ___inst0, const RuntimeMethod* method);
// System.Void UnityEngine.SubsystemDescriptor::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsystemDescriptor__ctor_m36DDE5770481719052DCBDC48DC4494D886DE747 (SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Subsystem::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Subsystem__ctor_m00FD26014DE966433A871B78ED54389E8DC59E94 (Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARFoundation.TrackableCollection`1<System.Object>::.ctor(System.Collections.Generic.Dictionary`2<UnityEngine.XR.ARSubsystems.TrackableId,TTrackable>)
inline void TrackableCollection_1__ctor_mA99D3D41CAA02EF94BD2B96D6DC1B66450E226FF (TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 * __this, Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * ___trackables0, const RuntimeMethod* method)
{
(( void (*) (TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 *, Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, const RuntimeMethod*))TrackableCollection_1__ctor_mA99D3D41CAA02EF94BD2B96D6DC1B66450E226FF_gshared)(__this, ___trackables0, method);
}
// UnityEngine.XR.ARFoundation.TrackableCollection`1/Enumerator<TTrackable> UnityEngine.XR.ARFoundation.TrackableCollection`1<System.Object>::GetEnumerator()
inline Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED TrackableCollection_1_GetEnumerator_mBAA3D036F160A053757196D57318EC6B3F368D02 (TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED (*) (TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 *, const RuntimeMethod*))TrackableCollection_1_GetEnumerator_mBAA3D036F160A053757196D57318EC6B3F368D02_gshared)(__this, method);
}
// TTrackable UnityEngine.XR.ARFoundation.TrackableCollection`1/Enumerator<System.Object>::get_Current()
inline RuntimeObject * Enumerator_get_Current_m6D82C8CA15561A8D32BA77CB304C80AF57C4C77E (Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED * __this, const RuntimeMethod* method)
{
return (( RuntimeObject * (*) (Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *, const RuntimeMethod*))Enumerator_get_Current_m6D82C8CA15561A8D32BA77CB304C80AF57C4C77E_gshared)(__this, method);
}
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::SetActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.XR.ARFoundation.TrackableCollection`1/Enumerator<System.Object>::MoveNext()
inline bool Enumerator_MoveNext_mF64DBEA38614B8A6E085DFC09DD2745BE2ACB9BE (Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *, const RuntimeMethod*))Enumerator_MoveNext_mF64DBEA38614B8A6E085DFC09DD2745BE2ACB9BE_gshared)(__this, method);
}
// !!0 UnityEngine.Component::GetComponent<UnityEngine.XR.ARFoundation.ARSessionOrigin>()
inline ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * Component_GetComponent_TisARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF_m25BC8791B994BAE33BF9003FFC85124F480EFB17 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m129DEF8A66683189ED44B21496135824743EF617_gshared)(__this, method);
}
// System.Void System.Action`1<UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B (Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.XR.ARFoundation.ARSessionOrigin::add_trackablesParentTransformChanged(System.Action`1<UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARSessionOrigin_add_trackablesParentTransformChanged_m59165BB2C4BFB84AD169AF54D2D9B76DBD8A5235 (ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * __this, Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARFoundation.ARSessionOrigin::remove_trackablesParentTransformChanged(System.Action`1<UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARSessionOrigin_remove_trackablesParentTransformChanged_mF790C29F00B85A00D500F3420855F4BF75DBA2A4 (ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * __this, Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB * ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.TrackableId::get_invalidId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 TrackableId_get_invalidId_mBE9FA1EC8F2EC1575C1B31666EA928A3382DF1CD_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.XR.ARSubsystems.TrackableId::Equals(UnityEngine.XR.ARSubsystems.TrackableId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TrackableId_Equals_mCE458E0FDCDD6E339FCC1926EE88EB7B3D45F943 (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * __this, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___other0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Behaviour::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_mAA0C9ED5A3D1589C1C8AA22636543528DB353CFB (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___exists0, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.XR.ARFoundation.ARSessionOrigin::get_trackablesParent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ARSessionOrigin_get_trackablesParent_m37049D7E75CF694834A140C2EACB15D2D1098505_inline (ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * __this, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.Component::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.Transform::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs::get_trackablesParent()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ARTrackablesParentTransformChangedEventArgs_get_trackablesParent_m124F9D34F6DA7E3FAB3E7CB9981820682219FE49_inline (ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// UnityEngine.Pose UnityEngine.XR.ARFoundation.TransformExtensions::TransformPose(UnityEngine.Transform,UnityEngine.Pose)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 TransformExtensions_TransformPose_m677CE84C622BD23C3DDB2953DDB820E1934B0144 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___transform0, Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 ___pose1, const RuntimeMethod* method);
// System.Void UnityEngine.Transform::SetPositionAndRotation(UnityEngine.Vector3,UnityEngine.Quaternion)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetPositionAndRotation_mDB9B34321018846FD7E2315CBE8D4A6612E3DE43 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 ___rotation1, const RuntimeMethod* method);
// System.Void UnityEngine.XR.ARSubsystems.ScopedProfiler::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScopedProfiler__ctor_mC6576AB1ED762DB2335436C4C63121FE04BBF264 (ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 * __this, String_t* ___name0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1<!0> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.BoundedPlane>::get_added()
inline NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 TrackableChanges_1_get_added_m63AFCF25226B28A1F645793B0148358240C9309E_inline (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE * __this, const RuntimeMethod* method)
{
return (( NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 (*) (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *, const RuntimeMethod*))TrackableChanges_1_get_added_m63AFCF25226B28A1F645793B0148358240C9309E_gshared_inline)(__this, method);
}
// Unity.Collections.NativeArray`1/Enumerator<!0> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.BoundedPlane>::GetEnumerator()
inline Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 NativeArray_1_GetEnumerator_m134216B041C923A2FFC455F2EB4736502264810B (NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 (*) (NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m134216B041C923A2FFC455F2EB4736502264810B_gshared)(__this, method);
}
// !0 Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.BoundedPlane>::get_Current()
inline BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 Enumerator_get_Current_m234FF4100EBB54A511CBA98EB0CF385CDEF01E7F (Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 * __this, const RuntimeMethod* method)
{
return (( BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 (*) (Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 *, const RuntimeMethod*))Enumerator_get_Current_m234FF4100EBB54A511CBA98EB0CF385CDEF01E7F_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.BoundedPlane>::MoveNext()
inline bool Enumerator_MoveNext_m51A0BF01366C74EF8F4BE33C3FD9FDC66142ED37 (Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 *, const RuntimeMethod*))Enumerator_MoveNext_m51A0BF01366C74EF8F4BE33C3FD9FDC66142ED37_gshared)(__this, method);
}
// System.Void UnityEngine.XR.ARSubsystems.ScopedProfiler::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScopedProfiler_Dispose_m9330643F81D6C1961371A3D1436A53EFCB232887 (ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 * __this, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1<!0> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.BoundedPlane>::get_updated()
inline NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 TrackableChanges_1_get_updated_m1D7AFC816EACE233551588E18E321BDA0F3919A8_inline (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE * __this, const RuntimeMethod* method)
{
return (( NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 (*) (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *, const RuntimeMethod*))TrackableChanges_1_get_updated_m1D7AFC816EACE233551588E18E321BDA0F3919A8_gshared_inline)(__this, method);
}
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.TrackableId> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.BoundedPlane>::get_removed()
inline NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 TrackableChanges_1_get_removed_mFC97F3FE78DFC548F04543CF1246DC1EC61B8214_inline (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE * __this, const RuntimeMethod* method)
{
return (( NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 (*) (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *, const RuntimeMethod*))TrackableChanges_1_get_removed_mFC97F3FE78DFC548F04543CF1246DC1EC61B8214_gshared_inline)(__this, method);
}
// Unity.Collections.NativeArray`1/Enumerator<!0> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.TrackableId>::GetEnumerator()
inline Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A NativeArray_1_GetEnumerator_m3B6CA1981A8CE62A1C67FCEEBE1887CD32906DA2 (NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A (*) (NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m3B6CA1981A8CE62A1C67FCEEBE1887CD32906DA2_gshared)(__this, method);
}
// !0 Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.TrackableId>::get_Current()
inline TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 Enumerator_get_Current_m913D10AD892E19937C638773D208459E9862248D (Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A * __this, const RuntimeMethod* method)
{
return (( TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 (*) (Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A *, const RuntimeMethod*))Enumerator_get_Current_m913D10AD892E19937C638773D208459E9862248D_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.TrackableId>::MoveNext()
inline bool Enumerator_MoveNext_m3C4C0B0B1AE71E65EF8255E6FC671DDBC829B6AA (Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A *, const RuntimeMethod*))Enumerator_MoveNext_m3C4C0B0B1AE71E65EF8255E6FC671DDBC829B6AA_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
inline RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
{
return (( RuntimeObject * (*) (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
inline bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34 (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.String UnityEngine.XR.ARSubsystems.TrackableId::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TrackableId_ToString_mBA49191865E57697F4279D2781B182590726A215 (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mA4DFA8F4471418C248E95B55070665EF344B4B2D (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Transform::set_parent(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_set_parent_m65B8E4660B2C554069C57A957D9E55FECA7AA73E (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___value0, const RuntimeMethod* method);
// System.Void System.ValueTuple`2<UnityEngine.GameObject,System.Boolean>::.ctor(!0,!1)
inline void ValueTuple_2__ctor_m73A57D85868E9347B9DCD08AB9585E9B191478F7 (ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___item10, bool ___item21, const RuntimeMethod* method)
{
(( void (*) (ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 *, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, bool, const RuntimeMethod*))ValueTuple_2__ctor_m6DAE3F23041A23757E33B0D197200FD0709652CA_gshared)(__this, ___item10, ___item21, method);
}
// System.Boolean UnityEngine.GameObject::get_activeSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_mFE1834886CAE59884AC2BE707A3B821A1DB61F44 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Object::Instantiate<UnityEngine.GameObject>(!!0,UnityEngine.Transform)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m1CDF66D563B03D37B37264800222D4F3B307EDA0 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___original0, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent1, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m765EEDB3D86CE4EADC667B84C18E793D14144E1D_gshared)(___original0, ___parent1, method);
}
// System.Void UnityEngine.Object::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, String_t* ___value0, const RuntimeMethod* method);
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.BoundedPlane::get_trackableId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 BoundedPlane_get_trackableId_mD2A3DCDA61898E637ACAE0A0F4A832931378071A_inline (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 * __this, const RuntimeMethod* method);
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.BoundedPlane::get_pose()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 BoundedPlane_get_pose_m30B084D1F307CB46894BE4FAD448788001A0F0DF_inline (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
// Unity.Collections.NativeArray`1<!0> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.XRAnchor>::get_added()
inline NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C TrackableChanges_1_get_added_m1F518D8511B8C544AA80441F431DCBE292D28549_inline (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 * __this, const RuntimeMethod* method)
{
return (( NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C (*) (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *, const RuntimeMethod*))TrackableChanges_1_get_added_m1F518D8511B8C544AA80441F431DCBE292D28549_gshared_inline)(__this, method);
}
// Unity.Collections.NativeArray`1/Enumerator<!0> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRAnchor>::GetEnumerator()
inline Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C NativeArray_1_GetEnumerator_m67912C9041D54C79F19E7B5CBD95B943364B3579 (NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C * __this, const RuntimeMethod* method)
{
return (( Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C (*) (NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C *, const RuntimeMethod*))NativeArray_1_GetEnumerator_m67912C9041D54C79F19E7B5CBD95B943364B3579_gshared)(__this, method);
}
// !0 Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRAnchor>::get_Current()
inline XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 Enumerator_get_Current_mDED4656B5380F9F08FEE60A727B15D59CE8CB3CD (Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C * __this, const RuntimeMethod* method)
{
return (( XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 (*) (Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C *, const RuntimeMethod*))Enumerator_get_Current_mDED4656B5380F9F08FEE60A727B15D59CE8CB3CD_gshared)(__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1/Enumerator<UnityEngine.XR.ARSubsystems.XRAnchor>::MoveNext()
inline bool Enumerator_MoveNext_mFC5029569E617CA5700E74D72DE5957299A6B118 (Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C *, const RuntimeMethod*))Enumerator_MoveNext_mFC5029569E617CA5700E74D72DE5957299A6B118_gshared)(__this, method);
}
// Unity.Collections.NativeArray`1<!0> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.XRAnchor>::get_updated()
inline NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C TrackableChanges_1_get_updated_m6550ABAC065887E1A8BCACB32C20F6F982ACD2E9_inline (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 * __this, const RuntimeMethod* method)
{
return (( NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C (*) (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *, const RuntimeMethod*))TrackableChanges_1_get_updated_m6550ABAC065887E1A8BCACB32C20F6F982ACD2E9_gshared_inline)(__this, method);
}
// Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.TrackableId> UnityEngine.XR.ARSubsystems.TrackableChanges`1<UnityEngine.XR.ARSubsystems.XRAnchor>::get_removed()
inline NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 TrackableChanges_1_get_removed_mF5E5272376F66EDFCDA7468EDC91EDFCF88B5579_inline (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 * __this, const RuntimeMethod* method)
{
return (( NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 (*) (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *, const RuntimeMethod*))TrackableChanges_1_get_removed_mF5E5272376F66EDFCDA7468EDC91EDFCF88B5579_gshared_inline)(__this, method);
}
// UnityEngine.XR.ARSubsystems.TrackableId UnityEngine.XR.ARSubsystems.XRAnchor::get_trackableId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 XRAnchor_get_trackableId_m7BD89E3F1664C126D09D8DD141EA18E8A9933711_inline (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 * __this, const RuntimeMethod* method);
// UnityEngine.Pose UnityEngine.XR.ARSubsystems.XRAnchor::get_pose()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 XRAnchor_get_pose_m7CA50F0FCB9FE7A6FB60C6AFD33B62AF4BE0CB1A_inline (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 * __this, const RuntimeMethod* method);
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m717B5DF783F192540056AE7A5A94B6DBDB8F9F25_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m717B5DF783F192540056AE7A5A94B6DBDB8F9F25_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
NativeArray_1__ctor_m717B5DF783F192540056AE7A5A94B6DBDB8F9F25(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m5D5273D0CCFA8243F096A8510F9A4C523BD8496C_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_2 = ___array0;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_3 = (*(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)__this);
(( void (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 , NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 )L_2, (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m5D5273D0CCFA8243F096A8510F9A4C523BD8496C_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
NativeArray_1__ctor_m5D5273D0CCFA8243F096A8510F9A4C523BD8496C(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_mBE43D53672EA69909780097715D88ABF67591C39_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ));
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_mFA866413460F68133C06878012EE5FE09D53E486_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_mFA866413460F68133C06878012EE5FE09D53E486_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 NativeArray_1_get_Item_m53A2D12CE2C972105C9AFF52ED51782230848791_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 L_2 = (( XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 )L_2;
goto IL_0010;
}
IL_0010:
{
XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 NativeArray_1_get_Item_m53A2D12CE2C972105C9AFF52ED51782230848791_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_mB967C24CBFE5008249AAAC858063B758F521B475_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, int32_t ___index0, XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 L_2 = ___value1;
(( void (*) (void*, int32_t, XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_mB967C24CBFE5008249AAAC858063B758F521B475_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRCameraConfiguration_t2D43C7394DAE2223CF48F09DF55076DE5B2A5E97 , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m244E81955B9AF6C40C7C19930BB6D2916FFEEB6C_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_m244E81955B9AF6C40C7C19930BB6D2916FFEEB6C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
return NativeArray_1_get_IsCreated_m244E81955B9AF6C40C7C19930BB6D2916FFEEB6C(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m0E5B189A520F11AB505DECC5F322CA95F2C728ED_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_m0E5B189A520F11AB505DECC5F322CA95F2C728ED_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
NativeArray_1_Deallocate_m0E5B189A520F11AB505DECC5F322CA95F2C728ED(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m0F6672881FF8DFBA64AE1B8FB9303228EAC04648_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_m0E5B189A520F11AB505DECC5F322CA95F2C728ED((NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_m0F6672881FF8DFBA64AE1B8FB9303228EAC04648_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
NativeArray_1_Dispose_m0F6672881FF8DFBA64AE1B8FB9303228EAC04648(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m28EA645A941A269ED87AD52F8CF0B06B62E782F2_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_0 = ___array0;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_1 = (*(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)__this);
(( void (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 , NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 )L_0, (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_m28EA645A941A269ED87AD52F8CF0B06B62E782F2_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
NativeArray_1_CopyFrom_m28EA645A941A269ED87AD52F8CF0B06B62E782F2(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 NativeArray_1_GetEnumerator_mE081509039090D137B5608F512BDCBD825B45AA1_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_mC8AECD43AD394F0D1238D12344C0C89A22179DDC((&L_0), (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 NativeArray_1_GetEnumerator_mE081509039090D137B5608F512BDCBD825B45AA1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
return NativeArray_1_GetEnumerator_mE081509039090D137B5608F512BDCBD825B45AA1(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6CDD3CC96CB1AD6FD475A2CE0CDDCEF67D2EB1F8_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_mC8AECD43AD394F0D1238D12344C0C89A22179DDC((&L_0), (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6CDD3CC96CB1AD6FD475A2CE0CDDCEF67D2EB1F8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6CDD3CC96CB1AD6FD475A2CE0CDDCEF67D2EB1F8(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m5CD73FDCCCC74D9DD0FCF41415ECFB7EB1CD394E_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 L_0 = NativeArray_1_GetEnumerator_mE081509039090D137B5608F512BDCBD825B45AA1((NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_tB46B49F012E63DA20163DB525B28B51041B85C28 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m5CD73FDCCCC74D9DD0FCF41415ECFB7EB1CD394E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m5CD73FDCCCC74D9DD0FCF41415ECFB7EB1CD394E(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m46BDAD592E3B7D0554046A0689B56DB46E427065_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m46BDAD592E3B7D0554046A0689B56DB46E427065_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
return NativeArray_1_Equals_m46BDAD592E3B7D0554046A0689B56DB46E427065(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mF618F8F082D09D310268754516DF88F30000AB70_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_m46BDAD592E3B7D0554046A0689B56DB46E427065((NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)__this, (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 )((*(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)((NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_mF618F8F082D09D310268754516DF88F30000AB70_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
return NativeArray_1_Equals_mF618F8F082D09D310268754516DF88F30000AB70(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m1F5603AA031CA94F8CD2F00843741A07285346C3_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_m1F5603AA031CA94F8CD2F00843741A07285346C3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *>(__this + _offset);
return NativeArray_1_GetHashCode_m1F5603AA031CA94F8CD2F00843741A07285346C3(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mAA69E53439837B321ADFF30D04E3D6B928C28E99_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___src0, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_0 = ___src0;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 , int32_t, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 )L_0, (int32_t)0, (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m35FB13B900093178504571171F80796E7F78DE08_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___src0, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_0 = ___src0;
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 , int32_t, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 )L_0, (int32_t)0, (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRCameraConfiguration>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mDE4A07B4A043236DDB9E3FC42CA1C7C2734B15CA_gshared (NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___src0, int32_t ___srcIndex1, NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_tE5CEB105A05A940128DD35911654FAC07904E8D7 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m87D45453553F68A516214FEABB8E004027B6F4EA_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m87D45453553F68A516214FEABB8E004027B6F4EA_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
NativeArray_1__ctor_m87D45453553F68A516214FEABB8E004027B6F4EA(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m982731BC89D8F468CF882B1EA0057CC4F257606E_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_2 = ___array0;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_3 = (*(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)__this);
(( void (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 , NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 )L_2, (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m982731BC89D8F468CF882B1EA0057CC4F257606E_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
NativeArray_1__ctor_m982731BC89D8F468CF882B1EA0057CC4F257606E(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_m5EDBC9B12CB2600D12E131DAB8E08111803E42FB_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ));
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_mD89C4D1D4C038067C1F245950514FC122D8E65EC_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_mD89C4D1D4C038067C1F245950514FC122D8E65EC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 NativeArray_1_get_Item_m1DD3E521B3E7F68A3C759BB2A6B00A8E36379CE0_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 L_2 = (( XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 )L_2;
goto IL_0010;
}
IL_0010:
{
XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 NativeArray_1_get_Item_m1DD3E521B3E7F68A3C759BB2A6B00A8E36379CE0_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_mB6F3F61D482C25996CA72E37FE96AE1D5D81B987_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, int32_t ___index0, XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 L_2 = ___value1;
(( void (*) (void*, int32_t, XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_mB6F3F61D482C25996CA72E37FE96AE1D5D81B987_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XREnvironmentProbe_tDB5526F4BBECB568A61BB4E0BD38612DE053C5A2 , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m6377467B604D95098A971D9C92D7F6717166B6C3_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_m6377467B604D95098A971D9C92D7F6717166B6C3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
return NativeArray_1_get_IsCreated_m6377467B604D95098A971D9C92D7F6717166B6C3(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m21CFBF9D5D12A928A101225A0A0C204BF92B3EC7_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_m21CFBF9D5D12A928A101225A0A0C204BF92B3EC7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
NativeArray_1_Deallocate_m21CFBF9D5D12A928A101225A0A0C204BF92B3EC7(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mB40809DC629860F868E59D49C1A217628077DED5_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_m21CFBF9D5D12A928A101225A0A0C204BF92B3EC7((NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_mB40809DC629860F868E59D49C1A217628077DED5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
NativeArray_1_Dispose_mB40809DC629860F868E59D49C1A217628077DED5(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mD4871BB9360D58DE497B84EC759EC5B72A1E44B0_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_0 = ___array0;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_1 = (*(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)__this);
(( void (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 , NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 )L_0, (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_mD4871BB9360D58DE497B84EC759EC5B72A1E44B0_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
NativeArray_1_CopyFrom_mD4871BB9360D58DE497B84EC759EC5B72A1E44B0(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 NativeArray_1_GetEnumerator_mD5FEB0B6EF497A65DE9187958E008723BE8981E7_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m5A0FD15B5211E0E563AAEAE5C1648E02C22D82A3((&L_0), (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 NativeArray_1_GetEnumerator_mD5FEB0B6EF497A65DE9187958E008723BE8981E7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
return NativeArray_1_GetEnumerator_mD5FEB0B6EF497A65DE9187958E008723BE8981E7(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m59396B0CB8D37CCBEDF28E28D53DF68BDF62C4D3_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m5A0FD15B5211E0E563AAEAE5C1648E02C22D82A3((&L_0), (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m59396B0CB8D37CCBEDF28E28D53DF68BDF62C4D3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m59396B0CB8D37CCBEDF28E28D53DF68BDF62C4D3(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mDC539965106717D78A66616CAAAA7A4F21AF35C3_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 L_0 = NativeArray_1_GetEnumerator_mD5FEB0B6EF497A65DE9187958E008723BE8981E7((NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_t158B5E773B6F750F2C6D7BD27EEC905FE29D4EC3 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mDC539965106717D78A66616CAAAA7A4F21AF35C3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mDC539965106717D78A66616CAAAA7A4F21AF35C3(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m4A8D945595ABA27B0EE8CA802CA4C5364EB62FED_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m4A8D945595ABA27B0EE8CA802CA4C5364EB62FED_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
return NativeArray_1_Equals_m4A8D945595ABA27B0EE8CA802CA4C5364EB62FED(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m2E93B277D611EEF0AAA6947DB902FEF04C2DC9E3_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_m4A8D945595ABA27B0EE8CA802CA4C5364EB62FED((NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)__this, (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 )((*(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)((NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m2E93B277D611EEF0AAA6947DB902FEF04C2DC9E3_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
return NativeArray_1_Equals_m2E93B277D611EEF0AAA6947DB902FEF04C2DC9E3(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mD86D988ED0D821D133CC80C8A0F31D0A95448BF3_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_mD86D988ED0D821D133CC80C8A0F31D0A95448BF3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 * _thisAdjusted = reinterpret_cast<NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *>(__this + _offset);
return NativeArray_1_GetHashCode_mD86D988ED0D821D133CC80C8A0F31D0A95448BF3(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m127C5D3782089B8FA4120667E7A516A57860B86F_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___src0, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_0 = ___src0;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 , int32_t, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 )L_0, (int32_t)0, (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m34EC5CBD98DF8EC3A06E3E19CD2871713E3B3D07_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___src0, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_0 = ___src0;
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 , int32_t, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 )L_0, (int32_t)0, (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XREnvironmentProbe>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m10AEC15A6B8FBB917FEEDBF7AB8F84C91D68BE48_gshared (NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___src0, int32_t ___srcIndex1, NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_t053AA43438F6D2A21608DBC7110B8063B3FB6EA3 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m9DDFB3AC72B2DDA9252E82C7D045B360C34BCADF_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m9DDFB3AC72B2DDA9252E82C7D045B360C34BCADF_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
NativeArray_1__ctor_m9DDFB3AC72B2DDA9252E82C7D045B360C34BCADF(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m92A63A7CC81CC2CD3502170AFE64D189695AA9F2_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_2 = ___array0;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_3 = (*(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)__this);
(( void (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 , NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 )L_2, (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m92A63A7CC81CC2CD3502170AFE64D189695AA9F2_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
NativeArray_1__ctor_m92A63A7CC81CC2CD3502170AFE64D189695AA9F2(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_mE95C82A60DE24D1BDC49CB9DC5B5DB6EF7978949_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ));
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_m664C6C888851F21B7FC51412B06A8A378278F836_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_m664C6C888851F21B7FC51412B06A8A378278F836_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 NativeArray_1_get_Item_m7B8DCB39789D318587F2CFB26F0592A926298DDE_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 L_2 = (( XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 )L_2;
goto IL_0010;
}
IL_0010:
{
XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 NativeArray_1_get_Item_m7B8DCB39789D318587F2CFB26F0592A926298DDE_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_m8DE1B58C9B7B37A5EBE9ACBCE9E5EA1DBB59EDC3_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, int32_t ___index0, XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 L_2 = ___value1;
(( void (*) (void*, int32_t, XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_m8DE1B58C9B7B37A5EBE9ACBCE9E5EA1DBB59EDC3_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRFace_tF2B2E9B06813BA74F5DAFD527FD249DD1002B7C7 , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mB916B1C3FC09338DB7F565543D7D9E6D773423C3_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_mB916B1C3FC09338DB7F565543D7D9E6D773423C3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
return NativeArray_1_get_IsCreated_mB916B1C3FC09338DB7F565543D7D9E6D773423C3(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m7CAC33CD5AAA3B796A89BCFD23593B598CEB65BF_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_m7CAC33CD5AAA3B796A89BCFD23593B598CEB65BF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
NativeArray_1_Deallocate_m7CAC33CD5AAA3B796A89BCFD23593B598CEB65BF(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m343FC4D068AE0BA3141FDF70567F8BD2A752FF2D_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_m7CAC33CD5AAA3B796A89BCFD23593B598CEB65BF((NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_m343FC4D068AE0BA3141FDF70567F8BD2A752FF2D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
NativeArray_1_Dispose_m343FC4D068AE0BA3141FDF70567F8BD2A752FF2D(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mF9D212E6958D4B634ED7644625EC61A9C7605CDB_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_0 = ___array0;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_1 = (*(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)__this);
(( void (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 , NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 )L_0, (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_mF9D212E6958D4B634ED7644625EC61A9C7605CDB_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
NativeArray_1_CopyFrom_mF9D212E6958D4B634ED7644625EC61A9C7605CDB(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F NativeArray_1_GetEnumerator_m1427900D7CC5D4A7FA35EAD7515D761E0E5D2294_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m7A5663CF95163DC38004882D04A6AF89E31CB597((&L_0), (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F NativeArray_1_GetEnumerator_m1427900D7CC5D4A7FA35EAD7515D761E0E5D2294_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
return NativeArray_1_GetEnumerator_m1427900D7CC5D4A7FA35EAD7515D761E0E5D2294(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m23DDACF2173575DDFBC5AB4C837DFB9A85967937_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m7A5663CF95163DC38004882D04A6AF89E31CB597((&L_0), (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m23DDACF2173575DDFBC5AB4C837DFB9A85967937_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m23DDACF2173575DDFBC5AB4C837DFB9A85967937(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m9F150EE500C24EEF1E321460693F59E8BEC6DC9E_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F L_0 = NativeArray_1_GetEnumerator_m1427900D7CC5D4A7FA35EAD7515D761E0E5D2294((NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_t8015CDE67C698133A309A1B8CB3621037DCA753F L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m9F150EE500C24EEF1E321460693F59E8BEC6DC9E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m9F150EE500C24EEF1E321460693F59E8BEC6DC9E(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mE8F37BE229EB47141BAFFEB7DA874ACD55D00645_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_mE8F37BE229EB47141BAFFEB7DA874ACD55D00645_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
return NativeArray_1_Equals_mE8F37BE229EB47141BAFFEB7DA874ACD55D00645(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m5CA267DA6B51EBBE0049B4BFAD7F95C38FF8EB82_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_mE8F37BE229EB47141BAFFEB7DA874ACD55D00645((NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)__this, (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 )((*(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)((NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m5CA267DA6B51EBBE0049B4BFAD7F95C38FF8EB82_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
return NativeArray_1_Equals_m5CA267DA6B51EBBE0049B4BFAD7F95C38FF8EB82(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mB7D376615783CE39057EDEFBB8881CFE544A11CB_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_mB7D376615783CE39057EDEFBB8881CFE544A11CB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 * _thisAdjusted = reinterpret_cast<NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *>(__this + _offset);
return NativeArray_1_GetHashCode_mB7D376615783CE39057EDEFBB8881CFE544A11CB(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m27BFBE4D84FF36BB01A2DD693CEB3027E1F36628_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___src0, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_0 = ___src0;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 , int32_t, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 )L_0, (int32_t)0, (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m78052CBDBB0E35D179478B608DD8F9379E7EF70C_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___src0, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_0 = ___src0;
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 , int32_t, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 )L_0, (int32_t)0, (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRFace>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m872F41A0F5AB370662E3ECE5798CC17950DEC1C1_gshared (NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___src0, int32_t ___srcIndex1, NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_tAA72EF264612AEC585CFAA055B86F6B65CA4E2E5 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mF5A1714C6870A3DF6F61BB87B0700F0A8A67F9CC_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_mF5A1714C6870A3DF6F61BB87B0700F0A8A67F9CC_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
NativeArray_1__ctor_mF5A1714C6870A3DF6F61BB87B0700F0A8A67F9CC(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m8F384E6F615DDAC5DB8605FC7949BF3CB15FD69F_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_2 = ___array0;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_3 = (*(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)__this);
(( void (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 , NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 )L_2, (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m8F384E6F615DDAC5DB8605FC7949BF3CB15FD69F_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
NativeArray_1__ctor_m8F384E6F615DDAC5DB8605FC7949BF3CB15FD69F(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_mF5C2A9CAC7E8E8E67E60AEC450561B8F80646C80_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ));
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_mA2D4198BD7B2161B8391CF295230D4FC4C292C3C_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_mA2D4198BD7B2161B8391CF295230D4FC4C292C3C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 NativeArray_1_get_Item_mBA33836514361542D9931ED6841C52C5964CEED1_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 L_2 = (( XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 )L_2;
goto IL_0010;
}
IL_0010:
{
XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 NativeArray_1_get_Item_mBA33836514361542D9931ED6841C52C5964CEED1_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_m4FFF9C64B6B9774648E2722D2D3AF5446C843C1D_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, int32_t ___index0, XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 L_2 = ___value1;
(( void (*) (void*, int32_t, XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_m4FFF9C64B6B9774648E2722D2D3AF5446C843C1D_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRHumanBody_t64938399EB40376E99745517E15D42FFC4604BC1 , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m8185B88FF6387B970DB0B67B60678D3CF9B489D9_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_m8185B88FF6387B970DB0B67B60678D3CF9B489D9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
return NativeArray_1_get_IsCreated_m8185B88FF6387B970DB0B67B60678D3CF9B489D9(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_mA5EBFBA934A06753143E4D43BF78358AF14BD8EC_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_mA5EBFBA934A06753143E4D43BF78358AF14BD8EC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
NativeArray_1_Deallocate_mA5EBFBA934A06753143E4D43BF78358AF14BD8EC(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mF075AE11F3DFF21CA4E5A17B28A0F9D1B52D5926_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_mA5EBFBA934A06753143E4D43BF78358AF14BD8EC((NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_mF075AE11F3DFF21CA4E5A17B28A0F9D1B52D5926_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
NativeArray_1_Dispose_mF075AE11F3DFF21CA4E5A17B28A0F9D1B52D5926(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m476CD42B4BF6AFC03517ED3C99ADB1FFC44B5531_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_0 = ___array0;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_1 = (*(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)__this);
(( void (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 , NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 )L_0, (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_m476CD42B4BF6AFC03517ED3C99ADB1FFC44B5531_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
NativeArray_1_CopyFrom_m476CD42B4BF6AFC03517ED3C99ADB1FFC44B5531(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 NativeArray_1_GetEnumerator_m396AB3FBDE1CC728596A1C4C11026DF4CD4D2D19_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m928E743A83F27BF4FD5B68562A6582536F2E3D88((&L_0), (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 NativeArray_1_GetEnumerator_m396AB3FBDE1CC728596A1C4C11026DF4CD4D2D19_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
return NativeArray_1_GetEnumerator_m396AB3FBDE1CC728596A1C4C11026DF4CD4D2D19(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m9D6A023CD809A067C86ABF4B0602FB3676BF991A_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m928E743A83F27BF4FD5B68562A6582536F2E3D88((&L_0), (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m9D6A023CD809A067C86ABF4B0602FB3676BF991A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m9D6A023CD809A067C86ABF4B0602FB3676BF991A(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m4193908890207581D79D7D9B60B4C883857D73B9_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 L_0 = NativeArray_1_GetEnumerator_m396AB3FBDE1CC728596A1C4C11026DF4CD4D2D19((NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_t7A9A8176FE6837923878CAD250C11AC9DC688AF9 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m4193908890207581D79D7D9B60B4C883857D73B9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m4193908890207581D79D7D9B60B4C883857D73B9(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mFDFCCB28136FEA2486F6729DAA8F7496A9812EAB_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_mFDFCCB28136FEA2486F6729DAA8F7496A9812EAB_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
return NativeArray_1_Equals_mFDFCCB28136FEA2486F6729DAA8F7496A9812EAB(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m69831B5A33437FF46057C3F49CF5E995E3DE8BA2_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_mFDFCCB28136FEA2486F6729DAA8F7496A9812EAB((NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)__this, (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 )((*(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)((NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m69831B5A33437FF46057C3F49CF5E995E3DE8BA2_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
return NativeArray_1_Equals_m69831B5A33437FF46057C3F49CF5E995E3DE8BA2(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mEA5559C2AE486D19E914EAF7902A2A386FCE0B34_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_mEA5559C2AE486D19E914EAF7902A2A386FCE0B34_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 * _thisAdjusted = reinterpret_cast<NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *>(__this + _offset);
return NativeArray_1_GetHashCode_mEA5559C2AE486D19E914EAF7902A2A386FCE0B34(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mB379A22AC172CCCD39C1BFB3907F5F5279905FF2_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___src0, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_0 = ___src0;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 , int32_t, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 )L_0, (int32_t)0, (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mFFC54741D54E0A5E85376D05C7893DD39D26D941_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___src0, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_0 = ___src0;
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 , int32_t, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 )L_0, (int32_t)0, (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBody>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mC82618461D63BD695B8248521C6E120A4F7B276B_gshared (NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___src0, int32_t ___srcIndex1, NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_t140FCB442630D549508192A9E3737425E84D15F8 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m64D452AC3D652B97D072754E49C919569A301057_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m64D452AC3D652B97D072754E49C919569A301057_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
NativeArray_1__ctor_m64D452AC3D652B97D072754E49C919569A301057(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m1210511408F8F3582D03516E93CA35357304E320_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_2 = ___array0;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_3 = (*(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)__this);
(( void (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B , NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B )L_2, (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m1210511408F8F3582D03516E93CA35357304E320_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
NativeArray_1__ctor_m1210511408F8F3582D03516E93CA35357304E320(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_m30BD32883D9BF5941122BE3B376C321F948FC7F2_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ));
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_m3B40C4C52AA2C4BE6AA76378EC1E42BE80DEE51A_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_m3B40C4C52AA2C4BE6AA76378EC1E42BE80DEE51A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF NativeArray_1_get_Item_m916F714405539C176A57BFD6D8172CBAEBFDB5B1_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF L_2 = (( XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF )L_2;
goto IL_0010;
}
IL_0010:
{
XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF NativeArray_1_get_Item_m916F714405539C176A57BFD6D8172CBAEBFDB5B1_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_mEF1DE78865F05FF3AE8FDCFC4A35D51B278CDF7C_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, int32_t ___index0, XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF L_2 = ___value1;
(( void (*) (void*, int32_t, XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_mEF1DE78865F05FF3AE8FDCFC4A35D51B278CDF7C_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRHumanBodyJoint_t25AFBF64748D0CE197DE5496B800AE53AF32C4DF , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m07B3AC906E5175785EBE7B0FF60CA869D27CF2E9_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_m07B3AC906E5175785EBE7B0FF60CA869D27CF2E9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
return NativeArray_1_get_IsCreated_m07B3AC906E5175785EBE7B0FF60CA869D27CF2E9(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m313F23424AFE0712E9B64FAE40C8D733A757621C_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_m313F23424AFE0712E9B64FAE40C8D733A757621C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
NativeArray_1_Deallocate_m313F23424AFE0712E9B64FAE40C8D733A757621C(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mE78F13FCD443639A23E3BF8FB2D15B4A52F97351_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_m313F23424AFE0712E9B64FAE40C8D733A757621C((NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_mE78F13FCD443639A23E3BF8FB2D15B4A52F97351_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
NativeArray_1_Dispose_mE78F13FCD443639A23E3BF8FB2D15B4A52F97351(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m4B4C71BB41E307B2968C636D20B75468A7A012FD_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_0 = ___array0;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_1 = (*(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)__this);
(( void (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B , NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B )L_0, (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_m4B4C71BB41E307B2968C636D20B75468A7A012FD_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
NativeArray_1_CopyFrom_m4B4C71BB41E307B2968C636D20B75468A7A012FD(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF NativeArray_1_GetEnumerator_m0CBEB8F02725FCCA2F37468B29A51E1A7A0426AE_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m8C67B1BD3884FB22EDE45D36A727AEB9C2C71846((&L_0), (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF NativeArray_1_GetEnumerator_m0CBEB8F02725FCCA2F37468B29A51E1A7A0426AE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
return NativeArray_1_GetEnumerator_m0CBEB8F02725FCCA2F37468B29A51E1A7A0426AE(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m94386629D08398B55D350AD0FCE5AA32ECEBEBEB_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m8C67B1BD3884FB22EDE45D36A727AEB9C2C71846((&L_0), (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m94386629D08398B55D350AD0FCE5AA32ECEBEBEB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m94386629D08398B55D350AD0FCE5AA32ECEBEBEB(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m80B14A71760E06B6429EEE2F6454266DCDBE24C8_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF L_0 = NativeArray_1_GetEnumerator_m0CBEB8F02725FCCA2F37468B29A51E1A7A0426AE((NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_t04F9C2B96695C98D8BD6CB1457D79B08EE27F0FF L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m80B14A71760E06B6429EEE2F6454266DCDBE24C8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m80B14A71760E06B6429EEE2F6454266DCDBE24C8(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m3384173CEFA884854F42873244F03F51E62FC901_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m3384173CEFA884854F42873244F03F51E62FC901_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
return NativeArray_1_Equals_m3384173CEFA884854F42873244F03F51E62FC901(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m1DE9BEA4D54D51DB91E20C20AAC1EE03EE19491E_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_m3384173CEFA884854F42873244F03F51E62FC901((NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)__this, (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B )((*(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)((NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m1DE9BEA4D54D51DB91E20C20AAC1EE03EE19491E_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
return NativeArray_1_Equals_m1DE9BEA4D54D51DB91E20C20AAC1EE03EE19491E(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m235D98CA800692D47D59A93F9FAB6CF556759F57_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_m235D98CA800692D47D59A93F9FAB6CF556759F57_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B * _thisAdjusted = reinterpret_cast<NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *>(__this + _offset);
return NativeArray_1_GetHashCode_m235D98CA800692D47D59A93F9FAB6CF556759F57(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mAFA8B5004E46D4AC42ACA09DA54851ECFD4A805B_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___src0, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_0 = ___src0;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B , int32_t, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B )L_0, (int32_t)0, (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mB57A67C185558E2FE89F3AAE656BF1A828511E60_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___src0, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_0 = ___src0;
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B , int32_t, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B )L_0, (int32_t)0, (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyJoint>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m5F1D198728C5EFB6E9FA7D758777A8F0BFB7EF80_gshared (NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___src0, int32_t ___srcIndex1, NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_tCDF99CDC7942304F6031B260BDC24620BDA9B27B L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m85DB628EAE00AF8BB965FD039008854D41957968_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m85DB628EAE00AF8BB965FD039008854D41957968_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
NativeArray_1__ctor_m85DB628EAE00AF8BB965FD039008854D41957968(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mF403D72D4DDA7A206C0040AA9C11810E0D05E51A_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_2 = ___array0;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_3 = (*(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)__this);
(( void (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 , NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 )L_2, (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_mF403D72D4DDA7A206C0040AA9C11810E0D05E51A_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
NativeArray_1__ctor_mF403D72D4DDA7A206C0040AA9C11810E0D05E51A(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_m4CE9202D626A9981C3CDC9AB176069597A0E0916_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ));
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_mDF378B0D0358883FED6754D00881AE4EDB2B7785_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_mDF378B0D0358883FED6754D00881AE4EDB2B7785_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B NativeArray_1_get_Item_mA0D580DE5ED7D24BC69B55274A167F085D4E300D_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B L_2 = (( XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B )L_2;
goto IL_0010;
}
IL_0010:
{
XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B NativeArray_1_get_Item_mA0D580DE5ED7D24BC69B55274A167F085D4E300D_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_mAF3A3BC4571C04D377E9A270B2A68A8120D99391_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, int32_t ___index0, XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B L_2 = ___value1;
(( void (*) (void*, int32_t, XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_mAF3A3BC4571C04D377E9A270B2A68A8120D99391_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRHumanBodyPose2DJoint_t35FE1E25C24031BE3AA240F3ED8079954F315D9B , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m25386BB21BCEDC0B89773253366CD0E44DCCC73C_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_m25386BB21BCEDC0B89773253366CD0E44DCCC73C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
return NativeArray_1_get_IsCreated_m25386BB21BCEDC0B89773253366CD0E44DCCC73C(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_mE984D26C77174BD58EB08BF39AF7EAB771D1EA21_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_mE984D26C77174BD58EB08BF39AF7EAB771D1EA21_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
NativeArray_1_Deallocate_mE984D26C77174BD58EB08BF39AF7EAB771D1EA21(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m58B48DE1AFB5DE27427824EC533C72AC3683C3C8_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_mE984D26C77174BD58EB08BF39AF7EAB771D1EA21((NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_m58B48DE1AFB5DE27427824EC533C72AC3683C3C8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
NativeArray_1_Dispose_m58B48DE1AFB5DE27427824EC533C72AC3683C3C8(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m677D06BD0E57FBF4E289931BE2F1B3E5B0CBAB47_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_0 = ___array0;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_1 = (*(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)__this);
(( void (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 , NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 )L_0, (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_m677D06BD0E57FBF4E289931BE2F1B3E5B0CBAB47_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
NativeArray_1_CopyFrom_m677D06BD0E57FBF4E289931BE2F1B3E5B0CBAB47(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D NativeArray_1_GetEnumerator_mE160906234E5EA9E9CEF7D612C2B2264368CFB9D_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m615EF0CC12FB9964C705C33C7164579D88A1AE44((&L_0), (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D NativeArray_1_GetEnumerator_mE160906234E5EA9E9CEF7D612C2B2264368CFB9D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
return NativeArray_1_GetEnumerator_mE160906234E5EA9E9CEF7D612C2B2264368CFB9D(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDB2451349B6AA726D6737B73C37CD50E545FFA65_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m615EF0CC12FB9964C705C33C7164579D88A1AE44((&L_0), (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDB2451349B6AA726D6737B73C37CD50E545FFA65_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDB2451349B6AA726D6737B73C37CD50E545FFA65(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m70087FDF946F1E79E28725DA947FD8659FB48118_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D L_0 = NativeArray_1_GetEnumerator_mE160906234E5EA9E9CEF7D612C2B2264368CFB9D((NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_t079109652F075BCEAB4EDA310E5D39F34FC63E0D L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m70087FDF946F1E79E28725DA947FD8659FB48118_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m70087FDF946F1E79E28725DA947FD8659FB48118(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mD5EDE71B5B4EF99BAC9246FCAC028AB79ADCA64C_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_mD5EDE71B5B4EF99BAC9246FCAC028AB79ADCA64C_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
return NativeArray_1_Equals_mD5EDE71B5B4EF99BAC9246FCAC028AB79ADCA64C(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mC24882E29B8B47DF842F99EECAC09561DDEECC63_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_mD5EDE71B5B4EF99BAC9246FCAC028AB79ADCA64C((NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)__this, (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 )((*(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)((NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_mC24882E29B8B47DF842F99EECAC09561DDEECC63_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
return NativeArray_1_Equals_mC24882E29B8B47DF842F99EECAC09561DDEECC63(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m46A1ED9CDBA33AEBA2B43C83BA1291A53247786F_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_m46A1ED9CDBA33AEBA2B43C83BA1291A53247786F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 * _thisAdjusted = reinterpret_cast<NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *>(__this + _offset);
return NativeArray_1_GetHashCode_m46A1ED9CDBA33AEBA2B43C83BA1291A53247786F(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m0FD4235DBA3AC18E3AB29BEB7DC5543045C93591_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___src0, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_0 = ___src0;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 , int32_t, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 )L_0, (int32_t)0, (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mC30A48D0B3DE0A9A9956568EC6C9C53C8C0DF733_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___src0, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_0 = ___src0;
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 , int32_t, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 )L_0, (int32_t)0, (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRHumanBodyPose2DJoint>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m7206CF4DAA0E1312340AF40D692AE1FD7C0B5D8C_gshared (NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___src0, int32_t ___srcIndex1, NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_tE9E77364BEDB2946A0FA99724C759EAA2EC032B0 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m04C9732607058C6721B91A719DE872C3550D169C_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m04C9732607058C6721B91A719DE872C3550D169C_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
NativeArray_1__ctor_m04C9732607058C6721B91A719DE872C3550D169C(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m2B16A41EFE95DF8A6023CEA91B08AF82EB0DFCD2_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_2 = ___array0;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_3 = (*(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)__this);
(( void (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 , NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 )L_2, (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m2B16A41EFE95DF8A6023CEA91B08AF82EB0DFCD2_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
NativeArray_1__ctor_m2B16A41EFE95DF8A6023CEA91B08AF82EB0DFCD2(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_mDAECC3BAA4608C15ABDD0C25D451D81A495CBBC3_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ));
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_m4752CBD0002BE92C6C34A272097CC9226CD68529_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_m4752CBD0002BE92C6C34A272097CC9226CD68529_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 NativeArray_1_get_Item_m4311F792E64642AF5F663FE78441709E04DF8969_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 L_2 = (( XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 )L_2;
goto IL_0010;
}
IL_0010:
{
XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 NativeArray_1_get_Item_m4311F792E64642AF5F663FE78441709E04DF8969_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_mF5280DC1A832E2BB7CDEDF83A2A577701DCBDE3E_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, int32_t ___index0, XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 L_2 = ___value1;
(( void (*) (void*, int32_t, XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_mF5280DC1A832E2BB7CDEDF83A2A577701DCBDE3E_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRParticipant_t851D63496AD2945027531CD8ECA527E63F7AC062 , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m029048A09F4221D35E38009B7FDD76EE69B2F20F_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_m029048A09F4221D35E38009B7FDD76EE69B2F20F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
return NativeArray_1_get_IsCreated_m029048A09F4221D35E38009B7FDD76EE69B2F20F(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m2FC6806F22EDA024890D139823C069943CCE02F8_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_m2FC6806F22EDA024890D139823C069943CCE02F8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
NativeArray_1_Deallocate_m2FC6806F22EDA024890D139823C069943CCE02F8(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mCD2A36C7D28AD10CA9BD9B9E62478D9E3EF3E4A0_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_m2FC6806F22EDA024890D139823C069943CCE02F8((NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_mCD2A36C7D28AD10CA9BD9B9E62478D9E3EF3E4A0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
NativeArray_1_Dispose_mCD2A36C7D28AD10CA9BD9B9E62478D9E3EF3E4A0(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mA4EFBB37BCF4025FE6716A71A51DB2B9CC47B19B_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_0 = ___array0;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_1 = (*(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)__this);
(( void (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 , NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 )L_0, (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_mA4EFBB37BCF4025FE6716A71A51DB2B9CC47B19B_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
NativeArray_1_CopyFrom_mA4EFBB37BCF4025FE6716A71A51DB2B9CC47B19B(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 NativeArray_1_GetEnumerator_m8E2405F2EBA9FED85C13FB4C6CE8958AEC761E73_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m008DC1A9A05CF2E7FC978331BFD4B30208B180B0((&L_0), (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 NativeArray_1_GetEnumerator_m8E2405F2EBA9FED85C13FB4C6CE8958AEC761E73_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
return NativeArray_1_GetEnumerator_m8E2405F2EBA9FED85C13FB4C6CE8958AEC761E73(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m86765EDD383C1790D0B5310211C6678A9EB644C7_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m008DC1A9A05CF2E7FC978331BFD4B30208B180B0((&L_0), (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m86765EDD383C1790D0B5310211C6678A9EB644C7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m86765EDD383C1790D0B5310211C6678A9EB644C7(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m864C05A2CBDDE518260E9E9239958CE6C5587D9B_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 L_0 = NativeArray_1_GetEnumerator_m8E2405F2EBA9FED85C13FB4C6CE8958AEC761E73((NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_t2B2EEF1F6F4840ED342D7AB54AE9F09881F5A589 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m864C05A2CBDDE518260E9E9239958CE6C5587D9B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m864C05A2CBDDE518260E9E9239958CE6C5587D9B(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mA160DBEBF988A15B1702532D51B3EBA2A240CE0B_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_mA160DBEBF988A15B1702532D51B3EBA2A240CE0B_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
return NativeArray_1_Equals_mA160DBEBF988A15B1702532D51B3EBA2A240CE0B(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mC64EEC5968F8D885AFED7449B2E10343F8CCF7A9_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_mA160DBEBF988A15B1702532D51B3EBA2A240CE0B((NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)__this, (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 )((*(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)((NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_mC64EEC5968F8D885AFED7449B2E10343F8CCF7A9_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
return NativeArray_1_Equals_mC64EEC5968F8D885AFED7449B2E10343F8CCF7A9(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mEEEA3B0F2ED16A63BDE934801AE40B2C1131A879_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_mEEEA3B0F2ED16A63BDE934801AE40B2C1131A879_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 * _thisAdjusted = reinterpret_cast<NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *>(__this + _offset);
return NativeArray_1_GetHashCode_mEEEA3B0F2ED16A63BDE934801AE40B2C1131A879(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m76BFCCD0089A6CE717F06C84A456A6812D28BC91_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___src0, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_0 = ___src0;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 , int32_t, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 )L_0, (int32_t)0, (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m8EDB4E48DBE476556261AD2AA2FE8079FE79D0F3_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___src0, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_0 = ___src0;
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 , int32_t, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 )L_0, (int32_t)0, (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRParticipant>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mC3E8B9DE0E97E9ED58A61414FEBC74B7EA50B547_gshared (NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___src0, int32_t ___srcIndex1, NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_t6D63EE174652E6706D62F78177F0A2C25DD14839 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m0A7431FE284605A389AB455AFBC44304CAE118CF_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m0A7431FE284605A389AB455AFBC44304CAE118CF_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
NativeArray_1__ctor_m0A7431FE284605A389AB455AFBC44304CAE118CF(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mD3CFC7069E19C77AFB8EA6FEEEF6DB8540249AEC_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_2 = ___array0;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_3 = (*(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)__this);
(( void (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 , NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 )L_2, (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_mD3CFC7069E19C77AFB8EA6FEEEF6DB8540249AEC_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
NativeArray_1__ctor_mD3CFC7069E19C77AFB8EA6FEEEF6DB8540249AEC(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_mF63D6E4C38016F271C7CBD500B9AA1C180DADDDC_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ));
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_m1BEBFC48785E5C3E109DCB1C9A9411DD69E2C91B_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_m1BEBFC48785E5C3E109DCB1C9A9411DD69E2C91B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 NativeArray_1_get_Item_mBA352244020ED404C44CFDE25E12C5597E9290AE_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 L_2 = (( XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 )L_2;
goto IL_0010;
}
IL_0010:
{
XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 NativeArray_1_get_Item_mBA352244020ED404C44CFDE25E12C5597E9290AE_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_mA49543EF4EEB5A56FA6FA9906225A3A413C2D846_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, int32_t ___index0, XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 L_2 = ___value1;
(( void (*) (void*, int32_t, XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_mA49543EF4EEB5A56FA6FA9906225A3A413C2D846_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRPointCloud_tA4A412DE503530E1B2953919F1463B9B48504ED0 , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m1C2048595BF105AAEBBCCEACCD9F053502EBC8E7_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_m1C2048595BF105AAEBBCCEACCD9F053502EBC8E7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
return NativeArray_1_get_IsCreated_m1C2048595BF105AAEBBCCEACCD9F053502EBC8E7(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m14DD946F29B96D93A86908D35B87BB35D36C8B36_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_m14DD946F29B96D93A86908D35B87BB35D36C8B36_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
NativeArray_1_Deallocate_m14DD946F29B96D93A86908D35B87BB35D36C8B36(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mAF31B95CE89FF647372855A4ECFB9FCDDE39C38B_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_m14DD946F29B96D93A86908D35B87BB35D36C8B36((NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_mAF31B95CE89FF647372855A4ECFB9FCDDE39C38B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
NativeArray_1_Dispose_mAF31B95CE89FF647372855A4ECFB9FCDDE39C38B(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mE62AAA10EC11C27A6A545BEF481C0FC3DB4800B3_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_0 = ___array0;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_1 = (*(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)__this);
(( void (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 , NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 )L_0, (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_mE62AAA10EC11C27A6A545BEF481C0FC3DB4800B3_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
NativeArray_1_CopyFrom_mE62AAA10EC11C27A6A545BEF481C0FC3DB4800B3(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD NativeArray_1_GetEnumerator_m2C26DDBD2232F1DC6F216C47B66A5CCEC71C8292_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m4C8860AF963EB9E515216B58B66424CFD1E4F717((&L_0), (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD NativeArray_1_GetEnumerator_m2C26DDBD2232F1DC6F216C47B66A5CCEC71C8292_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
return NativeArray_1_GetEnumerator_m2C26DDBD2232F1DC6F216C47B66A5CCEC71C8292(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD72DB5C501E330B042D187D66A17233B3762761F_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m4C8860AF963EB9E515216B58B66424CFD1E4F717((&L_0), (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD72DB5C501E330B042D187D66A17233B3762761F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD72DB5C501E330B042D187D66A17233B3762761F(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m327DD0E1CDCC04077158CB96B1FE720C3FAE8496_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD L_0 = NativeArray_1_GetEnumerator_m2C26DDBD2232F1DC6F216C47B66A5CCEC71C8292((NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_t1B7E0D23EF4C33682EFE99D8F58153FDA8CB6ACD L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m327DD0E1CDCC04077158CB96B1FE720C3FAE8496_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m327DD0E1CDCC04077158CB96B1FE720C3FAE8496(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mD33444E2AE896F89A65CA67EA5134EA6473D012F_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_mD33444E2AE896F89A65CA67EA5134EA6473D012F_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
return NativeArray_1_Equals_mD33444E2AE896F89A65CA67EA5134EA6473D012F(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m00EC520C0FD90BA19934E84C9EF86792A9A5F727_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_mD33444E2AE896F89A65CA67EA5134EA6473D012F((NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)__this, (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 )((*(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)((NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m00EC520C0FD90BA19934E84C9EF86792A9A5F727_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
return NativeArray_1_Equals_m00EC520C0FD90BA19934E84C9EF86792A9A5F727(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mC76504AA114A51CC11AD6DE89DB4D44D3F504AD2_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_mC76504AA114A51CC11AD6DE89DB4D44D3F504AD2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *>(__this + _offset);
return NativeArray_1_GetHashCode_mC76504AA114A51CC11AD6DE89DB4D44D3F504AD2(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m04D29B1843EF038B91D7AA1DBC85A341207EE3CA_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___src0, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_0 = ___src0;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 , int32_t, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 )L_0, (int32_t)0, (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m504882A78B3F9A1D2A7370FE709C02704F0C9F11_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___src0, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_0 = ___src0;
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 , int32_t, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 )L_0, (int32_t)0, (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRPointCloud>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m455F704F48F8F9A8C7623FCBD57BD5B29C47919F_gshared (NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___src0, int32_t ___srcIndex1, NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_t5F0698DD293100E2FECB8BC55FCBC3A3F6FEA582 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mFA221BBFDAD06D365325509293E19F52C72ABF4F_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_mFA221BBFDAD06D365325509293E19F52C72ABF4F_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
NativeArray_1__ctor_mFA221BBFDAD06D365325509293E19F52C72ABF4F(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mDE32CBC3060C5687CCA6935D840A9F460F7B13CC_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_2 = ___array0;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_3 = (*(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)__this);
(( void (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 , NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 )L_2, (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_mDE32CBC3060C5687CCA6935D840A9F460F7B13CC_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
NativeArray_1__ctor_mDE32CBC3060C5687CCA6935D840A9F460F7B13CC(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_m16B8019572A5F4A0A25D4F50E63AAC8575233D47_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ));
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_m21EE2C66EA7E1758FD9B0C6D0FB0F09BA114FF69_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_m21EE2C66EA7E1758FD9B0C6D0FB0F09BA114FF69_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 NativeArray_1_get_Item_mB2172305DCC62030E630C4596D05E5BD6D94AF28_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 L_2 = (( XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 )L_2;
goto IL_0010;
}
IL_0010:
{
XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 NativeArray_1_get_Item_mB2172305DCC62030E630C4596D05E5BD6D94AF28_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_mBF158118C3C921A4919FC1DB272BFF49128C6CF1_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, int32_t ___index0, XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 L_2 = ___value1;
(( void (*) (void*, int32_t, XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_mBF158118C3C921A4919FC1DB272BFF49128C6CF1_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRRaycast_tF33917AA4977AA3C4FB3743025486D3FE0FC4695 , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mA8F4FC439A317DBA108E0B1A0EE4D069E92ED89C_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_mA8F4FC439A317DBA108E0B1A0EE4D069E92ED89C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
return NativeArray_1_get_IsCreated_mA8F4FC439A317DBA108E0B1A0EE4D069E92ED89C(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m901EFAD5F17610C10CB232750A2437E2093B150D_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_m901EFAD5F17610C10CB232750A2437E2093B150D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
NativeArray_1_Deallocate_m901EFAD5F17610C10CB232750A2437E2093B150D(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m9B5512039EA4C44484269F14D1D6E85756E50770_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_m901EFAD5F17610C10CB232750A2437E2093B150D((NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_m9B5512039EA4C44484269F14D1D6E85756E50770_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
NativeArray_1_Dispose_m9B5512039EA4C44484269F14D1D6E85756E50770(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mD1E17971EC51C6EFF125E585781070F372DC9ECD_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_0 = ___array0;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_1 = (*(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)__this);
(( void (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 , NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 )L_0, (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_mD1E17971EC51C6EFF125E585781070F372DC9ECD_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
NativeArray_1_CopyFrom_mD1E17971EC51C6EFF125E585781070F372DC9ECD(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD NativeArray_1_GetEnumerator_m233DB4025EE0159C3DF5F4444D8660447A948E77_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m491526D40EB90E62DD984FAF74788AD32D0D530E((&L_0), (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD NativeArray_1_GetEnumerator_m233DB4025EE0159C3DF5F4444D8660447A948E77_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
return NativeArray_1_GetEnumerator_m233DB4025EE0159C3DF5F4444D8660447A948E77(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m1F70FB5D6880E7724010D1EDD943C94F4A7CA8FD_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m491526D40EB90E62DD984FAF74788AD32D0D530E((&L_0), (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m1F70FB5D6880E7724010D1EDD943C94F4A7CA8FD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m1F70FB5D6880E7724010D1EDD943C94F4A7CA8FD(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mFD7D2C26F914F3877F518757EADC1E2CC4700B66_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD L_0 = NativeArray_1_GetEnumerator_m233DB4025EE0159C3DF5F4444D8660447A948E77((NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_tE835E58BDBE7B5AF5E743DD51D31DE7A87983FCD L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mFD7D2C26F914F3877F518757EADC1E2CC4700B66_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mFD7D2C26F914F3877F518757EADC1E2CC4700B66(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m9744D8A1829A6AD53B0E5BB874559ED94906DCD7_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m9744D8A1829A6AD53B0E5BB874559ED94906DCD7_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
return NativeArray_1_Equals_m9744D8A1829A6AD53B0E5BB874559ED94906DCD7(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m6EFD6BF9FC727BBA0FFA077163C0B8E69FA1EB4A_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_m9744D8A1829A6AD53B0E5BB874559ED94906DCD7((NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)__this, (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 )((*(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)((NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m6EFD6BF9FC727BBA0FFA077163C0B8E69FA1EB4A_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
return NativeArray_1_Equals_m6EFD6BF9FC727BBA0FFA077163C0B8E69FA1EB4A(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m7D44CB9479D52EFF61636640BE0D9CD390C89604_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_m7D44CB9479D52EFF61636640BE0D9CD390C89604_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 * _thisAdjusted = reinterpret_cast<NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *>(__this + _offset);
return NativeArray_1_GetHashCode_m7D44CB9479D52EFF61636640BE0D9CD390C89604(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m8B6B0C157B9D9C5EFD6A69FF8C26FC13EA4C66A0_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___src0, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_0 = ___src0;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 , int32_t, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 )L_0, (int32_t)0, (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mDCFEE1194CA464B12ABB46AF0312900BBF4D0A05_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___src0, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_0 = ___src0;
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 , int32_t, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 )L_0, (int32_t)0, (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycast>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mD87383F5E91EEA58A546A0B3FC120C42110B3AD3_gshared (NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___src0, int32_t ___srcIndex1, NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_t711C0619935632A17A06268FC39D95AAD4267820 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m670C8FB2EA08BD79FA732EDD0DE2605ED72FC2D7_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m670C8FB2EA08BD79FA732EDD0DE2605ED72FC2D7_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
NativeArray_1__ctor_m670C8FB2EA08BD79FA732EDD0DE2605ED72FC2D7(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m5109AB3C68779EFCDFD8F31ABC26BC3FAF767635_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_2 = ___array0;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_3 = (*(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)__this);
(( void (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 , NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 )L_2, (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m5109AB3C68779EFCDFD8F31ABC26BC3FAF767635_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
NativeArray_1__ctor_m5109AB3C68779EFCDFD8F31ABC26BC3FAF767635(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_m74E5D0626D4772BEE106EC6C67B1BE828DA9FE0B_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ));
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_m800AB53DAF9C3412D7E96B09FE4C4051F1C62696_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_m800AB53DAF9C3412D7E96B09FE4C4051F1C62696_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 NativeArray_1_get_Item_m5BC29086A9CC8965B5B6754CE46154B92340788E_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 L_2 = (( XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 )L_2;
goto IL_0010;
}
IL_0010:
{
XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 NativeArray_1_get_Item_m5BC29086A9CC8965B5B6754CE46154B92340788E_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_mCBB1DE73B9FC0371D55AF2060B01E105A0AF2652_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, int32_t ___index0, XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 L_2 = ___value1;
(( void (*) (void*, int32_t, XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_mCBB1DE73B9FC0371D55AF2060B01E105A0AF2652_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRRaycastHit_t2DE122E601B75E2070D4A542A13E2486DEE60E82 , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mB07CA7DE7D3ECCE1EAA419C6A292067FA9ABB458_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_mB07CA7DE7D3ECCE1EAA419C6A292067FA9ABB458_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
return NativeArray_1_get_IsCreated_mB07CA7DE7D3ECCE1EAA419C6A292067FA9ABB458(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_mDB92A3EB4BEC4CC49FEB93968F41865C513CC2F1_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_mDB92A3EB4BEC4CC49FEB93968F41865C513CC2F1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
NativeArray_1_Deallocate_mDB92A3EB4BEC4CC49FEB93968F41865C513CC2F1(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m78FB91DC8B974A5E9BB5EB84F77238781FE5445B_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_mDB92A3EB4BEC4CC49FEB93968F41865C513CC2F1((NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_m78FB91DC8B974A5E9BB5EB84F77238781FE5445B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
NativeArray_1_Dispose_m78FB91DC8B974A5E9BB5EB84F77238781FE5445B(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mBB0FA1351831723C30D463B55323E5158115FC97_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_0 = ___array0;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_1 = (*(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)__this);
(( void (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 , NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 )L_0, (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_mBB0FA1351831723C30D463B55323E5158115FC97_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
NativeArray_1_CopyFrom_mBB0FA1351831723C30D463B55323E5158115FC97(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 NativeArray_1_GetEnumerator_m8B7E13B15409493C6463BC3CB66886B360D4ED34_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_mC95CD694FA9A2FF08CF33AD3ABA1B603712794BC((&L_0), (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 NativeArray_1_GetEnumerator_m8B7E13B15409493C6463BC3CB66886B360D4ED34_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
return NativeArray_1_GetEnumerator_m8B7E13B15409493C6463BC3CB66886B360D4ED34(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDD0D82586F9F282BC1E5F666C6209DADD9F5EE31_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_mC95CD694FA9A2FF08CF33AD3ABA1B603712794BC((&L_0), (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDD0D82586F9F282BC1E5F666C6209DADD9F5EE31_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mDD0D82586F9F282BC1E5F666C6209DADD9F5EE31(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mA1946168D8911F3F2F08B5A4B00F985238625356_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 L_0 = NativeArray_1_GetEnumerator_m8B7E13B15409493C6463BC3CB66886B360D4ED34((NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_t941223373C50D710B9CD2B10DD73A8D73E0D4BD0 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mA1946168D8911F3F2F08B5A4B00F985238625356_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mA1946168D8911F3F2F08B5A4B00F985238625356(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m3E0F6417533C9C0D662B23DF63F5ECA476162BAA_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m3E0F6417533C9C0D662B23DF63F5ECA476162BAA_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
return NativeArray_1_Equals_m3E0F6417533C9C0D662B23DF63F5ECA476162BAA(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m0327D7CC99B5F8BC3B19AEF534C0C14EC61945EA_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_m3E0F6417533C9C0D662B23DF63F5ECA476162BAA((NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)__this, (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 )((*(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)((NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m0327D7CC99B5F8BC3B19AEF534C0C14EC61945EA_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
return NativeArray_1_Equals_m0327D7CC99B5F8BC3B19AEF534C0C14EC61945EA(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mEE4FF62878017360B3BE520FA73E95418A0E52C8_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_mEE4FF62878017360B3BE520FA73E95418A0E52C8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *>(__this + _offset);
return NativeArray_1_GetHashCode_mEE4FF62878017360B3BE520FA73E95418A0E52C8(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m5833D0FFE06FEE6D043F9DB3DD9349692ED039C3_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___src0, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_0 = ___src0;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 , int32_t, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 )L_0, (int32_t)0, (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mA004F0F8C65FD4AA32D8B948E218018FCD352A87_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___src0, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_0 = ___src0;
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 , int32_t, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 )L_0, (int32_t)0, (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRRaycastHit>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mB8CEEF0E982CA119F86D3D2986B36FA7C0685114_gshared (NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___src0, int32_t ___srcIndex1, NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_t769CF3061467D3B5B0062090193576AD726411C1 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mBA3667DFD2FA91C71C118ECA43EB22503D4FC2C8_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_mBA3667DFD2FA91C71C118ECA43EB22503D4FC2C8_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
NativeArray_1__ctor_mBA3667DFD2FA91C71C118ECA43EB22503D4FC2C8(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mD2AF43B2C606414FFDCCBBD6E5F6B0B77AB5B1A9_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_2 = ___array0;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_3 = (*(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)__this);
(( void (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 , NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 )L_2, (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_mD2AF43B2C606414FFDCCBBD6E5F6B0B77AB5B1A9_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
NativeArray_1__ctor_mD2AF43B2C606414FFDCCBBD6E5F6B0B77AB5B1A9(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_mE16AD86A1B9FA2169939A2FA749ED5E4D22A74BD_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ));
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_m6A2A11F7D3742816AE6FF9ABB6F7B3D3B0A5679F_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_m6A2A11F7D3742816AE6FF9ABB6F7B3D3B0A5679F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 NativeArray_1_get_Item_m80458EA6A8AC682F121D7F03B540743B4B06FED1_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 L_2 = (( XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 )L_2;
goto IL_0010;
}
IL_0010:
{
XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 NativeArray_1_get_Item_m80458EA6A8AC682F121D7F03B540743B4B06FED1_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_m3D4954B68F5171A728A6FB0E43C13E16266EFC77_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, int32_t ___index0, XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 L_2 = ___value1;
(( void (*) (void*, int32_t, XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_m3D4954B68F5171A728A6FB0E43C13E16266EFC77_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRReferencePoint_tA8592C08A27EC91D9B1FB3B083C95C5D372FF1F9 , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m0106E6479DB56B07BDDE5CF5CC5D4DDB31C64F83_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_m0106E6479DB56B07BDDE5CF5CC5D4DDB31C64F83_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
return NativeArray_1_get_IsCreated_m0106E6479DB56B07BDDE5CF5CC5D4DDB31C64F83(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_mC2295193B1EAC210C339237CF7AE542D23E59391_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_mC2295193B1EAC210C339237CF7AE542D23E59391_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
NativeArray_1_Deallocate_mC2295193B1EAC210C339237CF7AE542D23E59391(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m79A1BBDC8A7E6F17C8B48E7CB3ED027A3180039E_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_mC2295193B1EAC210C339237CF7AE542D23E59391((NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_m79A1BBDC8A7E6F17C8B48E7CB3ED027A3180039E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
NativeArray_1_Dispose_m79A1BBDC8A7E6F17C8B48E7CB3ED027A3180039E(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mC053D3A9DF2FBD4DCB31D2864F4996E9B2DA255A_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_0 = ___array0;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_1 = (*(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)__this);
(( void (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 , NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 )L_0, (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_mC053D3A9DF2FBD4DCB31D2864F4996E9B2DA255A_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
NativeArray_1_CopyFrom_mC053D3A9DF2FBD4DCB31D2864F4996E9B2DA255A(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E NativeArray_1_GetEnumerator_m0AE193D90C66BD2CB22C49D77323F1BD7775FBF9_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m1A7206E131688DEE4CD906CB25724AA940EF6733((&L_0), (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E NativeArray_1_GetEnumerator_m0AE193D90C66BD2CB22C49D77323F1BD7775FBF9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
return NativeArray_1_GetEnumerator_m0AE193D90C66BD2CB22C49D77323F1BD7775FBF9(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD0E1878715AC051BD0C153D4A09C91BEE7DEDB44_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m1A7206E131688DEE4CD906CB25724AA940EF6733((&L_0), (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD0E1878715AC051BD0C153D4A09C91BEE7DEDB44_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD0E1878715AC051BD0C153D4A09C91BEE7DEDB44(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m172D1C1B7D14586B11CC86DE04F56FE630946095_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E L_0 = NativeArray_1_GetEnumerator_m0AE193D90C66BD2CB22C49D77323F1BD7775FBF9((NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_t533CE786298995A804A1B61701D6400CF4483B1E L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m172D1C1B7D14586B11CC86DE04F56FE630946095_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m172D1C1B7D14586B11CC86DE04F56FE630946095(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m3F1D4CC4215CA7B21BD3DC8B65CF269019C7B796_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m3F1D4CC4215CA7B21BD3DC8B65CF269019C7B796_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
return NativeArray_1_Equals_m3F1D4CC4215CA7B21BD3DC8B65CF269019C7B796(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mC4D5B6DDFED6FCF4B5C97A181C0731FFF5617F4F_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_m3F1D4CC4215CA7B21BD3DC8B65CF269019C7B796((NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)__this, (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 )((*(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)((NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_mC4D5B6DDFED6FCF4B5C97A181C0731FFF5617F4F_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
return NativeArray_1_Equals_mC4D5B6DDFED6FCF4B5C97A181C0731FFF5617F4F(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m43787D3FBA53AD95979ABFF80DC9AA8739E72CEB_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_m43787D3FBA53AD95979ABFF80DC9AA8739E72CEB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 * _thisAdjusted = reinterpret_cast<NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *>(__this + _offset);
return NativeArray_1_GetHashCode_m43787D3FBA53AD95979ABFF80DC9AA8739E72CEB(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m0D6C0C95B2372B88D0AB40B96CB8D959954349A1_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___src0, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_0 = ___src0;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 , int32_t, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 )L_0, (int32_t)0, (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m7AB52228912AF71539086ED257C3E485DEC231F7_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___src0, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_0 = ___src0;
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 , int32_t, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 )L_0, (int32_t)0, (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRReferencePoint>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m61A78B48D652B88F5E1E173DF860B5115C5180A4_gshared (NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___src0, int32_t ___srcIndex1, NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_t5AADFB4C72573FE3017795F15B8CBC88625A8876 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mEEF6B5C996FEF2597C318C267E2B6CFB88175518_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_mEEF6B5C996FEF2597C318C267E2B6CFB88175518_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
NativeArray_1__ctor_mEEF6B5C996FEF2597C318C267E2B6CFB88175518(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mB5F8744A7A6ACC7D33BB3A64AE84102828430B82_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_2 = ___array0;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_3 = (*(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)__this);
(( void (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 , NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 )L_2, (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_mB5F8744A7A6ACC7D33BB3A64AE84102828430B82_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
NativeArray_1__ctor_mB5F8744A7A6ACC7D33BB3A64AE84102828430B82(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_mD2C01FD929E25936771F6404BA4B770CDFCDA6A2_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ));
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_mF53198CE95650D28152467B6CF2420D8794850A9_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_mF53198CE95650D28152467B6CF2420D8794850A9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD NativeArray_1_get_Item_mDF8C2DB2D7DFCC256864A20F5FD3C6803B1686B0_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD L_2 = (( XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD )L_2;
goto IL_0010;
}
IL_0010:
{
XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD NativeArray_1_get_Item_mDF8C2DB2D7DFCC256864A20F5FD3C6803B1686B0_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_m431CC46461C585061CA241EF661C2BC5F1F208D5_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, int32_t ___index0, XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD L_2 = ___value1;
(( void (*) (void*, int32_t, XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_m431CC46461C585061CA241EF661C2BC5F1F208D5_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRTextureDescriptor_t56503F48CEBC183AF26EE86935E918F31D09E9FD , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mE7E14C8A4AE4FC90247B7F25E2F5C1B405A52070_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_mE7E14C8A4AE4FC90247B7F25E2F5C1B405A52070_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
return NativeArray_1_get_IsCreated_mE7E14C8A4AE4FC90247B7F25E2F5C1B405A52070(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_mA42B266D77C44269A309DD07C62C8215836BBAC7_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_mA42B266D77C44269A309DD07C62C8215836BBAC7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
NativeArray_1_Deallocate_mA42B266D77C44269A309DD07C62C8215836BBAC7(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mBA6733CB54805DF275E7FB2B18F20FF1AB71FED3_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_mA42B266D77C44269A309DD07C62C8215836BBAC7((NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_mBA6733CB54805DF275E7FB2B18F20FF1AB71FED3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
NativeArray_1_Dispose_mBA6733CB54805DF275E7FB2B18F20FF1AB71FED3(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m393C5CA524202BEC42957033B72D3527526EFD6F_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_0 = ___array0;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_1 = (*(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)__this);
(( void (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 , NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 )L_0, (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_m393C5CA524202BEC42957033B72D3527526EFD6F_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
NativeArray_1_CopyFrom_m393C5CA524202BEC42957033B72D3527526EFD6F(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 NativeArray_1_GetEnumerator_m5E1A9EE4AE3D80B0924DF37D30D90B54156AC14E_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m7036D53D80680FAFADF19AFDE15D4F1011CC73A1((&L_0), (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 NativeArray_1_GetEnumerator_m5E1A9EE4AE3D80B0924DF37D30D90B54156AC14E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
return NativeArray_1_GetEnumerator_m5E1A9EE4AE3D80B0924DF37D30D90B54156AC14E(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCA76BBA6EB4A13631413877B4AFE7B71CE6E44A9_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m7036D53D80680FAFADF19AFDE15D4F1011CC73A1((&L_0), (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCA76BBA6EB4A13631413877B4AFE7B71CE6E44A9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCA76BBA6EB4A13631413877B4AFE7B71CE6E44A9(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m266244A20B6BAF9CF77516289F140DA65A31C4FE_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 L_0 = NativeArray_1_GetEnumerator_m5E1A9EE4AE3D80B0924DF37D30D90B54156AC14E((NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_tB77E6104FA33C86C99F6CF48EFE07A70CE9879E5 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m266244A20B6BAF9CF77516289F140DA65A31C4FE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m266244A20B6BAF9CF77516289F140DA65A31C4FE(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mF7098C5E90CD56DB8A99830B83EB3CBE58E1CA27_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_mF7098C5E90CD56DB8A99830B83EB3CBE58E1CA27_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
return NativeArray_1_Equals_mF7098C5E90CD56DB8A99830B83EB3CBE58E1CA27(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m5CCD1B236F8233B57615EA2C3B53AFD73B66B93C_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_mF7098C5E90CD56DB8A99830B83EB3CBE58E1CA27((NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)__this, (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 )((*(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)((NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m5CCD1B236F8233B57615EA2C3B53AFD73B66B93C_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
return NativeArray_1_Equals_m5CCD1B236F8233B57615EA2C3B53AFD73B66B93C(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mE55BC0A55B92FAB55D616058F720A3B681E8837C_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_mE55BC0A55B92FAB55D616058F720A3B681E8837C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 * _thisAdjusted = reinterpret_cast<NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *>(__this + _offset);
return NativeArray_1_GetHashCode_mE55BC0A55B92FAB55D616058F720A3B681E8837C(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m8DC92330AEA9FEBD797E9DAB0848BE2F7DAB5C13_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___src0, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_0 = ___src0;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 , int32_t, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 )L_0, (int32_t)0, (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mA8987B1F05BF6766338158128B3A4931E0343380_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___src0, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_0 = ___src0;
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 , int32_t, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 )L_0, (int32_t)0, (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTextureDescriptor>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m4DEE42F1E589323559E5A8C0F2EC5D07DDD06938_gshared (NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___src0, int32_t ___srcIndex1, NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_tDAF0F4880AF8B000465CDA62C8389E82D86A9BC4 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m192CF93170B36E61ACE804945C3B18481D07B1C5_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m192CF93170B36E61ACE804945C3B18481D07B1C5_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
NativeArray_1__ctor_m192CF93170B36E61ACE804945C3B18481D07B1C5(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m95108AABE099AC7CB1371CF2A076C8AC7444B73F_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_2 = ___array0;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_3 = (*(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)__this);
(( void (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 , NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 )L_2, (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m95108AABE099AC7CB1371CF2A076C8AC7444B73F_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
NativeArray_1__ctor_m95108AABE099AC7CB1371CF2A076C8AC7444B73F(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_mC89BEBE4E57E03267A992E2E7E711D78CE4D72CF_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ));
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_mB23156F0934EFC282C6E9B58D7039665AEFB9DE5_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_mB23156F0934EFC282C6E9B58D7039665AEFB9DE5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 NativeArray_1_get_Item_m5BF646A527EA98310C456AC296669CDA8CE756DB_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 L_2 = (( XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 )L_2;
goto IL_0010;
}
IL_0010:
{
XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 NativeArray_1_get_Item_m5BF646A527EA98310C456AC296669CDA8CE756DB_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_m81A7146F59B38E66C0305F789C16C609BB036EEC_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, int32_t ___index0, XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 L_2 = ___value1;
(( void (*) (void*, int32_t, XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_m81A7146F59B38E66C0305F789C16C609BB036EEC_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRTrackedImage_t178EACF5BFA4228DF4EB1899685C533F3F296AA8 , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_mAEFCB7423FD61576D8378054FB6DB4EC619C977A_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_mAEFCB7423FD61576D8378054FB6DB4EC619C977A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
return NativeArray_1_get_IsCreated_mAEFCB7423FD61576D8378054FB6DB4EC619C977A(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m1FBD2E6428ABCDE2B0E4B238E2FC84D83B62B3B4_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_m1FBD2E6428ABCDE2B0E4B238E2FC84D83B62B3B4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
NativeArray_1_Deallocate_m1FBD2E6428ABCDE2B0E4B238E2FC84D83B62B3B4(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m8645D533921C8C5BE22919B57D259A4240AB379A_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_m1FBD2E6428ABCDE2B0E4B238E2FC84D83B62B3B4((NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_m8645D533921C8C5BE22919B57D259A4240AB379A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
NativeArray_1_Dispose_m8645D533921C8C5BE22919B57D259A4240AB379A(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_mC0B092730DE59B585688BCCF8FA9099731798DCD_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_0 = ___array0;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_1 = (*(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)__this);
(( void (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 , NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 )L_0, (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_mC0B092730DE59B585688BCCF8FA9099731798DCD_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
NativeArray_1_CopyFrom_mC0B092730DE59B585688BCCF8FA9099731798DCD(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 NativeArray_1_GetEnumerator_m10A5016AB48E4AE47C995EA8FC33A4152C105F61_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m8200258AAB9B27D5CE444AD72C18351CEB955CC6((&L_0), (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 NativeArray_1_GetEnumerator_m10A5016AB48E4AE47C995EA8FC33A4152C105F61_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
return NativeArray_1_GetEnumerator_m10A5016AB48E4AE47C995EA8FC33A4152C105F61(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2805B9539C21E11D88FE05BF6FB1DDF7EEA5366F_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m8200258AAB9B27D5CE444AD72C18351CEB955CC6((&L_0), (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2805B9539C21E11D88FE05BF6FB1DDF7EEA5366F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2805B9539C21E11D88FE05BF6FB1DDF7EEA5366F(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m31D097E9A8A5CD55A03AE497931A95D551D49D8E_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 L_0 = NativeArray_1_GetEnumerator_m10A5016AB48E4AE47C995EA8FC33A4152C105F61((NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_t24763C293EE3A5FF95D00AB6752E91A2F7940B76 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m31D097E9A8A5CD55A03AE497931A95D551D49D8E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_m31D097E9A8A5CD55A03AE497931A95D551D49D8E(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_mE3BDBDD0DED5E47398A086382302F70824D1D387_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_mE3BDBDD0DED5E47398A086382302F70824D1D387_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
return NativeArray_1_Equals_mE3BDBDD0DED5E47398A086382302F70824D1D387(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m49F1676C8E86587C941BDB918A757655827E8CC1_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_mE3BDBDD0DED5E47398A086382302F70824D1D387((NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)__this, (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 )((*(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)((NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m49F1676C8E86587C941BDB918A757655827E8CC1_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
return NativeArray_1_Equals_m49F1676C8E86587C941BDB918A757655827E8CC1(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_m2346FEABA0A2FC3DF48CF43BA48A558AB5A01C37_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_m2346FEABA0A2FC3DF48CF43BA48A558AB5A01C37_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 * _thisAdjusted = reinterpret_cast<NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *>(__this + _offset);
return NativeArray_1_GetHashCode_m2346FEABA0A2FC3DF48CF43BA48A558AB5A01C37(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mA65F39907E6A85AEDA447F8614A908FD6C95C37D_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___src0, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_0 = ___src0;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 , int32_t, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 )L_0, (int32_t)0, (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m5DC4D707EA76C2117116CDF34416065D88CD0566_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___src0, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_0 = ___src0;
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 , int32_t, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 )L_0, (int32_t)0, (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedImage>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m6C49CEEBEF01C244F9FBABADFB2B96C0278B5C84_gshared (NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___src0, int32_t ___srcIndex1, NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_t70F653CBE89924503B639B2438D6FF5973388AC1 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m16425BC62E9AC48C88E58870411D0D63CCE985A9_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = ___length0;
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
int32_t L_2 = ___options2;
V_0 = (bool)((((int32_t)((int32_t)((int32_t)L_2&(int32_t)1))) == ((int32_t)1))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002e;
}
}
{
void* L_4 = (void*)__this->get_m_Buffer_0();
int32_t L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)__this)->___m_Length_1);
int32_t L_6 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemClear_m288BC0ABEB3E1A7B941FB28033D391E661887545((void*)(void*)L_4, (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_5))), (int64_t)(((int64_t)((int64_t)L_6))))), /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_m16425BC62E9AC48C88E58870411D0D63CCE985A9_AdjustorThunk (RuntimeObject * __this, int32_t ___length0, int32_t ___allocator1, int32_t ___options2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
NativeArray_1__ctor_m16425BC62E9AC48C88E58870411D0D63CCE985A9(_thisAdjusted, ___length0, ___allocator1, ___options2, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::.ctor(Unity.Collections.NativeArray`1<T>,Unity.Collections.Allocator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mC20BBF79B209ED73EC4FFB88962FBBE8939519F1_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
{
int32_t L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(&___array0))->___m_Length_1);
int32_t L_1 = ___allocator1;
(( void (*) (int32_t, int32_t, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0)->methodPointer)((int32_t)L_0, (int32_t)L_1, (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_2 = ___array0;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_3 = (*(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)__this);
(( void (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 , NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 )L_2, (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1__ctor_mC20BBF79B209ED73EC4FFB88962FBBE8939519F1_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___array0, int32_t ___allocator1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
NativeArray_1__ctor_mC20BBF79B209ED73EC4FFB88962FBBE8939519F1(_thisAdjusted, ___array0, ___allocator1, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Allocate(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArray`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Allocate_m2E193D989AC01138192857F3A4297922147E0B16_gshared (int32_t ___length0, int32_t ___allocator1, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * ___array2, const RuntimeMethod* method)
{
int64_t V_0 = 0;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_1 = ___length0;
V_0 = (int64_t)((int64_t)il2cpp_codegen_multiply((int64_t)(((int64_t)((int64_t)L_0))), (int64_t)(((int64_t)((int64_t)L_1)))));
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * L_2 = ___array2;
il2cpp_codegen_initobj(L_2, sizeof(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ));
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * L_3 = ___array2;
int64_t L_4 = V_0;
int32_t L_5 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
int32_t L_6 = ___allocator1;
void* L_7 = UnsafeUtility_Malloc_m43BC7C9BE1437A70DD9A236418B0906CD3617331((int64_t)L_4, (int32_t)L_5, (int32_t)L_6, /*hidden argument*/NULL);
L_3->set_m_Buffer_0((void*)L_7);
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * L_8 = ___array2;
int32_t L_9 = ___length0;
L_8->set_m_Length_1(L_9);
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * L_10 = ___array2;
int32_t L_11 = ___allocator1;
L_10->set_m_AllocatorLabel_2(L_11);
return;
}
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_get_Length_m72E37CBB8DE3555EA7C0B84DC96EE65C6E2295D6_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_get_Length_m72E37CBB8DE3555EA7C0B84DC96EE65C6E2295D6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_LENGTH((_thisAdjusted)->___m_Length_1);
}
// T Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 NativeArray_1_get_Item_m2998E9D56D5984C20AEB8FCBED8B509F2DA74EC7_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, int32_t ___index0, const RuntimeMethod* method)
{
XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 V_0;
memset((&V_0), 0, sizeof(V_0));
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 L_2 = (( XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 (*) (void*, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
V_0 = (XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 )L_2;
goto IL_0010;
}
IL_0010:
{
XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 NativeArray_1_get_Item_m2998E9D56D5984C20AEB8FCBED8B509F2DA74EC7_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
return IL2CPP_NATIVEARRAY_GET_ITEM(XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 , (_thisAdjusted)->___m_Buffer_0, ___index0);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_set_Item_mDD10BEE8A39E6AC7B303C91A01CBA363723EAC9B_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, int32_t ___index0, XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 ___value1, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 L_2 = ___value1;
(( void (*) (void*, int32_t, XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 )L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 7));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_set_Item_mDD10BEE8A39E6AC7B303C91A01CBA363723EAC9B_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
IL2CPP_NATIVEARRAY_SET_ITEM(XRTrackedObject_tF08D3523D17E214EC3D7DBE8ED5BFE220BAAE260 , (_thisAdjusted)->___m_Buffer_0, ___index0, ___value1);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::get_IsCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m33E12A1A7DC5C88F17FD6233A4DDC07AAEDFEFB6_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NativeArray_1_get_IsCreated_m33E12A1A7DC5C88F17FD6233A4DDC07AAEDFEFB6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
return NativeArray_1_get_IsCreated_m33E12A1A7DC5C88F17FD6233A4DDC07AAEDFEFB6(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Deallocate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Deallocate_m8F794C517BDAB3038DE3664740D629CF643168E6_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_AllocatorLabel_2();
UnsafeUtility_Free_mAC082BB03B10D20CA9E5AD7FBA33164DF2B52E89((void*)(void*)L_0, (int32_t)L_1, /*hidden argument*/NULL);
__this->set_m_Buffer_0((void*)(((uintptr_t)0)));
__this->set_m_Length_1(0);
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Deallocate_m8F794C517BDAB3038DE3664740D629CF643168E6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
NativeArray_1_Deallocate_m8F794C517BDAB3038DE3664740D629CF643168E6(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mA88D5D4DAC3D042D2DBB1DBBC45EC820AE85242A_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
{
NativeArray_1_Deallocate_m8F794C517BDAB3038DE3664740D629CF643168E6((NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_Dispose_mA88D5D4DAC3D042D2DBB1DBBC45EC820AE85242A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
NativeArray_1_Dispose_mA88D5D4DAC3D042D2DBB1DBBC45EC820AE85242A(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::CopyFrom(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_CopyFrom_m44A3244484057D36D3F473E72EBE58EEF79C5B92_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_0 = ___array0;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_1 = (*(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)__this);
(( void (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 , NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)((NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 )L_0, (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
return;
}
}
IL2CPP_EXTERN_C void NativeArray_1_CopyFrom_m44A3244484057D36D3F473E72EBE58EEF79C5B92_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
NativeArray_1_CopyFrom_m44A3244484057D36D3F473E72EBE58EEF79C5B92(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeArray`1_Enumerator<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 NativeArray_1_GetEnumerator_mD6D1A774D537C290064A60C7BA6FA540A62335E0_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m808F2B831AAFAF610A4CE340CFB0CDE80B2B011A((&L_0), (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
V_0 = (Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 NativeArray_1_GetEnumerator_mD6D1A774D537C290064A60C7BA6FA540A62335E0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
return NativeArray_1_GetEnumerator_mD6D1A774D537C290064A60C7BA6FA540A62335E0(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCDC01F37F5D0B9AEDF8DFE3F27CA2ADD24317CAD_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m808F2B831AAFAF610A4CE340CFB0CDE80B2B011A((&L_0), (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCDC01F37F5D0B9AEDF8DFE3F27CA2ADD24317CAD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
return NativeArray_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mCDC01F37F5D0B9AEDF8DFE3F27CA2ADD24317CAD(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mCEC4F521AAE2F22C6CFA30428AF930A995D3F5CC_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 L_0 = NativeArray_1_GetEnumerator_mD6D1A774D537C290064A60C7BA6FA540A62335E0((NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 11));
Enumerator_t8D990E98FC643A10DA193AAFF82900775BDBF362 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 9), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mCEC4F521AAE2F22C6CFA30428AF930A995D3F5CC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
return NativeArray_1_System_Collections_IEnumerable_GetEnumerator_mCEC4F521AAE2F22C6CFA30428AF930A995D3F5CC(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Equals(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m8E9D6ECC3A7D41F5543FECD4DCD0F51A80DE79CD_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_1 = ___other0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_001f;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Length_1();
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Length_1();
G_B3_0 = ((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m8E9D6ECC3A7D41F5543FECD4DCD0F51A80DE79CD_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
return NativeArray_1_Equals_m8E9D6ECC3A7D41F5543FECD4DCD0F51A80DE79CD(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArray_1_Equals_m12B82DC67FE1F426B06F88BFEB1001CE373CC6C2_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeArray_1_Equals_m8E9D6ECC3A7D41F5543FECD4DCD0F51A80DE79CD((NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)__this, (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 )((*(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)((NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 12))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 13));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeArray_1_Equals_m12B82DC67FE1F426B06F88BFEB1001CE373CC6C2_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
return NativeArray_1_Equals_m12B82DC67FE1F426B06F88BFEB1001CE373CC6C2(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeArray_1_GetHashCode_mC5657D860DDD8C662953477A629FCA7016617DC4_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
void* L_0 = (void*)__this->get_m_Buffer_0();
int32_t L_1 = (int32_t)__this->get_m_Length_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(intptr_t)L_0))), (int32_t)((int32_t)397)))^(int32_t)L_1));
goto IL_0019;
}
IL_0019:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t NativeArray_1_GetHashCode_mC5657D860DDD8C662953477A629FCA7016617DC4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 * _thisAdjusted = reinterpret_cast<NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *>(__this + _offset);
return NativeArray_1_GetHashCode_mC5657D860DDD8C662953477A629FCA7016617DC4(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m57A8E665B9E05200F4D8E2891D5E8FD95256F61C_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___src0, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___dst1, const RuntimeMethod* method)
{
{
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_0 = ___src0;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_1 = ___dst1;
int32_t L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 *)(&___src0))->___m_Length_1);
(( void (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 , int32_t, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 )L_0, (int32_t)0, (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Copy(Unity.Collections.NativeArray`1<T>,Unity.Collections.NativeArray`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mF66960CF0C1DFC0D145486B451E9580B32EA34AC_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___src0, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___dst1, int32_t ___length2, const RuntimeMethod* method)
{
{
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_0 = ___src0;
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_1 = ___dst1;
int32_t L_2 = ___length2;
(( void (*) (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 , int32_t, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 , int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14)->methodPointer)((NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 )L_0, (int32_t)0, (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 )L_1, (int32_t)0, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 14));
return;
}
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.XR.ARSubsystems.XRTrackedObject>::Copy(Unity.Collections.NativeArray`1<T>,System.Int32,Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_m8E1179875A809D5069E79737399122B850225179_gshared (NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___src0, int32_t ___srcIndex1, NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 ___dst2, int32_t ___dstIndex3, int32_t ___length4, const RuntimeMethod* method)
{
{
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_0 = ___dst2;
void* L_1 = (void*)L_0.get_m_Buffer_0();
int32_t L_2 = ___dstIndex3;
int32_t L_3 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
NativeArray_1_t738892D030F76D319525B8C000F49D41505DD529 L_4 = ___src0;
void* L_5 = (void*)L_4.get_m_Buffer_0();
int32_t L_6 = ___srcIndex1;
int32_t L_7 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
int32_t L_8 = ___length4;
int32_t L_9 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
UnsafeUtility_MemCpy_mA675903DD7350CC5EC22947C0899B18944E3578C((void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)L_3)))), (void*)(void*)((void*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_6, (int32_t)L_7)))), (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)L_9))))), /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Collections.NativeSlice`1_Enumerator<System.Byte>::.ctor(Unity.Collections.NativeSlice`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m4E6EDEFA55C4D429704964368B8E140ADC23EF5B_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * ___array0, const RuntimeMethod* method)
{
{
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * L_0 = ___array0;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E L_1 = (*(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)L_0);
__this->set_m_Array_0(L_1);
__this->set_m_Index_1((-1));
return;
}
}
IL2CPP_EXTERN_C void Enumerator__ctor_m4E6EDEFA55C4D429704964368B8E140ADC23EF5B_AdjustorThunk (RuntimeObject * __this, NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * _thisAdjusted = reinterpret_cast<Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *>(__this + _offset);
Enumerator__ctor_m4E6EDEFA55C4D429704964368B8E140ADC23EF5B(_thisAdjusted, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1_Enumerator<System.Byte>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m10C25EF2DDBF0690C4385F9445BABEA825F3D6BF_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method)
{
{
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Dispose_m10C25EF2DDBF0690C4385F9445BABEA825F3D6BF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * _thisAdjusted = reinterpret_cast<Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *>(__this + _offset);
Enumerator_Dispose_m10C25EF2DDBF0690C4385F9445BABEA825F3D6BF(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeSlice`1_Enumerator<System.Byte>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m88A2AC79D5CAEE37A48506F4960ACF39C8FA74F7_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = (int32_t)__this->get_m_Index_1();
__this->set_m_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
int32_t L_1 = (int32_t)__this->get_m_Index_1();
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * L_2 = (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)__this->get_address_of_m_Array_0();
int32_t L_3 = NativeSlice_1_get_Length_mDDEDBCB01AB26859616B14064D207873529EA4DC_inline((NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
V_0 = (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0);
goto IL_0025;
}
IL_0025:
{
bool L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C bool Enumerator_MoveNext_m88A2AC79D5CAEE37A48506F4960ACF39C8FA74F7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * _thisAdjusted = reinterpret_cast<Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *>(__this + _offset);
return Enumerator_MoveNext_m88A2AC79D5CAEE37A48506F4960ACF39C8FA74F7(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeSlice`1_Enumerator<System.Byte>::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m7A5ECB8C43A579FCE49EFA00C374A194D15C770E_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method)
{
{
__this->set_m_Index_1((-1));
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Reset_m7A5ECB8C43A579FCE49EFA00C374A194D15C770E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * _thisAdjusted = reinterpret_cast<Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *>(__this + _offset);
Enumerator_Reset_m7A5ECB8C43A579FCE49EFA00C374A194D15C770E(_thisAdjusted, method);
}
// T Unity.Collections.NativeSlice`1_Enumerator<System.Byte>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Enumerator_get_Current_m66FAC3526C252A5168761036B16BE7F6BCBF67C9_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method)
{
{
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * L_0 = (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)__this->get_address_of_m_Array_0();
int32_t L_1 = (int32_t)__this->get_m_Index_1();
uint8_t L_2 = NativeSlice_1_get_Item_m3A0ED0868979D17DAC7F75D3B954FB6F8F84B297((NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1));
return L_2;
}
}
IL2CPP_EXTERN_C uint8_t Enumerator_get_Current_m66FAC3526C252A5168761036B16BE7F6BCBF67C9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * _thisAdjusted = reinterpret_cast<Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *>(__this + _offset);
return Enumerator_get_Current_m66FAC3526C252A5168761036B16BE7F6BCBF67C9(_thisAdjusted, method);
}
// System.Object Unity.Collections.NativeSlice`1_Enumerator<System.Byte>::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE96F56C50848755D2CDA4563E58C40F956286FE2_gshared (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * __this, const RuntimeMethod* method)
{
{
uint8_t L_0 = Enumerator_get_Current_m66FAC3526C252A5168761036B16BE7F6BCBF67C9((Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *)(Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
uint8_t L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_1);
return L_2;
}
}
IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mE96F56C50848755D2CDA4563E58C40F956286FE2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 * _thisAdjusted = reinterpret_cast<Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 *>(__this + _offset);
return Enumerator_System_Collections_IEnumerator_get_Current_mE96F56C50848755D2CDA4563E58C40F956286FE2(_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 Unity.Collections.NativeSlice`1_Enumerator<System.UInt32>::.ctor(Unity.Collections.NativeSlice`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m9124BAC44FF83ABFDA771476DC36AF1790333275_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * ___array0, const RuntimeMethod* method)
{
{
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * L_0 = ___array0;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A L_1 = (*(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)L_0);
__this->set_m_Array_0(L_1);
__this->set_m_Index_1((-1));
return;
}
}
IL2CPP_EXTERN_C void Enumerator__ctor_m9124BAC44FF83ABFDA771476DC36AF1790333275_AdjustorThunk (RuntimeObject * __this, NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * _thisAdjusted = reinterpret_cast<Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *>(__this + _offset);
Enumerator__ctor_m9124BAC44FF83ABFDA771476DC36AF1790333275(_thisAdjusted, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1_Enumerator<System.UInt32>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m56B0C8CA5232321D5D938F9D2939BCF1E4CE75F4_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method)
{
{
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Dispose_m56B0C8CA5232321D5D938F9D2939BCF1E4CE75F4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * _thisAdjusted = reinterpret_cast<Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *>(__this + _offset);
Enumerator_Dispose_m56B0C8CA5232321D5D938F9D2939BCF1E4CE75F4(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeSlice`1_Enumerator<System.UInt32>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m10C2B6DA65F9A38DF180B7777D8F27539AA04C83_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = (int32_t)__this->get_m_Index_1();
__this->set_m_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
int32_t L_1 = (int32_t)__this->get_m_Index_1();
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * L_2 = (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)__this->get_address_of_m_Array_0();
int32_t L_3 = NativeSlice_1_get_Length_m60A279078FEECDF9F4C85660537E23F72E70FFA9_inline((NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
V_0 = (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0);
goto IL_0025;
}
IL_0025:
{
bool L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C bool Enumerator_MoveNext_m10C2B6DA65F9A38DF180B7777D8F27539AA04C83_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * _thisAdjusted = reinterpret_cast<Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *>(__this + _offset);
return Enumerator_MoveNext_m10C2B6DA65F9A38DF180B7777D8F27539AA04C83(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeSlice`1_Enumerator<System.UInt32>::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mAC58EA80EB4D91FE34440A0231F91539C9268F1C_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method)
{
{
__this->set_m_Index_1((-1));
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Reset_mAC58EA80EB4D91FE34440A0231F91539C9268F1C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * _thisAdjusted = reinterpret_cast<Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *>(__this + _offset);
Enumerator_Reset_mAC58EA80EB4D91FE34440A0231F91539C9268F1C(_thisAdjusted, method);
}
// T Unity.Collections.NativeSlice`1_Enumerator<System.UInt32>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Enumerator_get_Current_m2662DF83BE364D9789ED1FE46CCDDD6618DC6429_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method)
{
{
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * L_0 = (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)__this->get_address_of_m_Array_0();
int32_t L_1 = (int32_t)__this->get_m_Index_1();
uint32_t L_2 = NativeSlice_1_get_Item_m2C8CED2426992986B45CD84F293174FF375AEE57((NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1));
return L_2;
}
}
IL2CPP_EXTERN_C uint32_t Enumerator_get_Current_m2662DF83BE364D9789ED1FE46CCDDD6618DC6429_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * _thisAdjusted = reinterpret_cast<Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *>(__this + _offset);
return Enumerator_get_Current_m2662DF83BE364D9789ED1FE46CCDDD6618DC6429(_thisAdjusted, method);
}
// System.Object Unity.Collections.NativeSlice`1_Enumerator<System.UInt32>::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m0FF2909BA2D24DA792378CC035FE6DB83D720FEF_gshared (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = Enumerator_get_Current_m2662DF83BE364D9789ED1FE46CCDDD6618DC6429((Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *)(Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
uint32_t L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_1);
return L_2;
}
}
IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m0FF2909BA2D24DA792378CC035FE6DB83D720FEF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 * _thisAdjusted = reinterpret_cast<Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 *>(__this + _offset);
return Enumerator_System_Collections_IEnumerator_get_Current_m0FF2909BA2D24DA792378CC035FE6DB83D720FEF(_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 Unity.Collections.NativeSlice`1_Enumerator<System.UInt64>::.ctor(Unity.Collections.NativeSlice`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m0DB8110A2FDAF1D25A713BB8192CE291ACB8FE0B_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * ___array0, const RuntimeMethod* method)
{
{
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * L_0 = ___array0;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 L_1 = (*(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)L_0);
__this->set_m_Array_0(L_1);
__this->set_m_Index_1((-1));
return;
}
}
IL2CPP_EXTERN_C void Enumerator__ctor_m0DB8110A2FDAF1D25A713BB8192CE291ACB8FE0B_AdjustorThunk (RuntimeObject * __this, NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * _thisAdjusted = reinterpret_cast<Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *>(__this + _offset);
Enumerator__ctor_m0DB8110A2FDAF1D25A713BB8192CE291ACB8FE0B(_thisAdjusted, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1_Enumerator<System.UInt64>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m7CAE2713251185365BD8206A961909E9C49769BB_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method)
{
{
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Dispose_m7CAE2713251185365BD8206A961909E9C49769BB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * _thisAdjusted = reinterpret_cast<Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *>(__this + _offset);
Enumerator_Dispose_m7CAE2713251185365BD8206A961909E9C49769BB(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeSlice`1_Enumerator<System.UInt64>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mD47C8EE0A1948AA55A992F7DC96FA9FA4A2E9DFE_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = (int32_t)__this->get_m_Index_1();
__this->set_m_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
int32_t L_1 = (int32_t)__this->get_m_Index_1();
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * L_2 = (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)__this->get_address_of_m_Array_0();
int32_t L_3 = NativeSlice_1_get_Length_m738956463E71FE2D62728352E40292BD34B72899_inline((NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
V_0 = (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0);
goto IL_0025;
}
IL_0025:
{
bool L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C bool Enumerator_MoveNext_mD47C8EE0A1948AA55A992F7DC96FA9FA4A2E9DFE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * _thisAdjusted = reinterpret_cast<Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *>(__this + _offset);
return Enumerator_MoveNext_mD47C8EE0A1948AA55A992F7DC96FA9FA4A2E9DFE(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeSlice`1_Enumerator<System.UInt64>::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mB58EA915A7167AF2AE87D3AEA81F4D8D807DEF48_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method)
{
{
__this->set_m_Index_1((-1));
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Reset_mB58EA915A7167AF2AE87D3AEA81F4D8D807DEF48_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * _thisAdjusted = reinterpret_cast<Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *>(__this + _offset);
Enumerator_Reset_mB58EA915A7167AF2AE87D3AEA81F4D8D807DEF48(_thisAdjusted, method);
}
// T Unity.Collections.NativeSlice`1_Enumerator<System.UInt64>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Enumerator_get_Current_m5860AAE79C9BF8DB995645DC8C471D9B2A333E09_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method)
{
{
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * L_0 = (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)__this->get_address_of_m_Array_0();
int32_t L_1 = (int32_t)__this->get_m_Index_1();
uint64_t L_2 = NativeSlice_1_get_Item_mB72D0BC6EF09D968B3953B884514CF709CAEE3BC((NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1));
return L_2;
}
}
IL2CPP_EXTERN_C uint64_t Enumerator_get_Current_m5860AAE79C9BF8DB995645DC8C471D9B2A333E09_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * _thisAdjusted = reinterpret_cast<Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *>(__this + _offset);
return Enumerator_get_Current_m5860AAE79C9BF8DB995645DC8C471D9B2A333E09(_thisAdjusted, method);
}
// System.Object Unity.Collections.NativeSlice`1_Enumerator<System.UInt64>::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mAE57D78EEBB510A8D998E62B547E9471833218CF_gshared (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * __this, const RuntimeMethod* method)
{
{
uint64_t L_0 = Enumerator_get_Current_m5860AAE79C9BF8DB995645DC8C471D9B2A333E09((Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *)(Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
uint64_t L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_1);
return L_2;
}
}
IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_mAE57D78EEBB510A8D998E62B547E9471833218CF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC * _thisAdjusted = reinterpret_cast<Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC *>(__this + _offset);
return Enumerator_System_Collections_IEnumerator_get_Current_mAE57D78EEBB510A8D998E62B547E9471833218CF(_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 Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.Vector3>::.ctor(Unity.Collections.NativeSlice`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_m6A1BA5A24824ACECB93006D6EBF507A2C4A7CB7C_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * ___array0, const RuntimeMethod* method)
{
{
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * L_0 = ___array0;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 L_1 = (*(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)L_0);
__this->set_m_Array_0(L_1);
__this->set_m_Index_1((-1));
return;
}
}
IL2CPP_EXTERN_C void Enumerator__ctor_m6A1BA5A24824ACECB93006D6EBF507A2C4A7CB7C_AdjustorThunk (RuntimeObject * __this, NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * _thisAdjusted = reinterpret_cast<Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *>(__this + _offset);
Enumerator__ctor_m6A1BA5A24824ACECB93006D6EBF507A2C4A7CB7C(_thisAdjusted, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.Vector3>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3EB2863BF6E8EA3ABB22FF64D24A6B6B5A631825_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method)
{
{
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Dispose_m3EB2863BF6E8EA3ABB22FF64D24A6B6B5A631825_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * _thisAdjusted = reinterpret_cast<Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *>(__this + _offset);
Enumerator_Dispose_m3EB2863BF6E8EA3ABB22FF64D24A6B6B5A631825(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.Vector3>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m8261AE6E9EFC19FAB4A30FB5134F13EE546A935B_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = (int32_t)__this->get_m_Index_1();
__this->set_m_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
int32_t L_1 = (int32_t)__this->get_m_Index_1();
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * L_2 = (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)__this->get_address_of_m_Array_0();
int32_t L_3 = NativeSlice_1_get_Length_m1A340D95D4B2F4FECD4BF62999AAC7BF397D284B_inline((NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
V_0 = (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0);
goto IL_0025;
}
IL_0025:
{
bool L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C bool Enumerator_MoveNext_m8261AE6E9EFC19FAB4A30FB5134F13EE546A935B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * _thisAdjusted = reinterpret_cast<Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *>(__this + _offset);
return Enumerator_MoveNext_m8261AE6E9EFC19FAB4A30FB5134F13EE546A935B(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.Vector3>::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_mB9785F2F9BC47FAF0EEF9FABA51B42FFC4933D6B_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method)
{
{
__this->set_m_Index_1((-1));
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Reset_mB9785F2F9BC47FAF0EEF9FABA51B42FFC4933D6B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * _thisAdjusted = reinterpret_cast<Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *>(__this + _offset);
Enumerator_Reset_mB9785F2F9BC47FAF0EEF9FABA51B42FFC4933D6B(_thisAdjusted, method);
}
// T Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.Vector3>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Enumerator_get_Current_m5E412D4B690FA02428664F1B2EF00BED9F3A71A2_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method)
{
{
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * L_0 = (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)__this->get_address_of_m_Array_0();
int32_t L_1 = (int32_t)__this->get_m_Index_1();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = NativeSlice_1_get_Item_mC60092B0C090E1C25BDAB0A3E126D7AEB898C465((NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1));
return L_2;
}
}
IL2CPP_EXTERN_C Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Enumerator_get_Current_m5E412D4B690FA02428664F1B2EF00BED9F3A71A2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * _thisAdjusted = reinterpret_cast<Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *>(__this + _offset);
return Enumerator_get_Current_m5E412D4B690FA02428664F1B2EF00BED9F3A71A2(_thisAdjusted, method);
}
// System.Object Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.Vector3>::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m4F8D1913560EC596EED5FC5A389B16B5F27B7F6C_gshared (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * __this, const RuntimeMethod* method)
{
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = Enumerator_get_Current_m5E412D4B690FA02428664F1B2EF00BED9F3A71A2((Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *)(Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_1);
return L_2;
}
}
IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m4F8D1913560EC596EED5FC5A389B16B5F27B7F6C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 * _thisAdjusted = reinterpret_cast<Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 *>(__this + _offset);
return Enumerator_System_Collections_IEnumerator_get_Current_m4F8D1913560EC596EED5FC5A389B16B5F27B7F6C(_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 Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::.ctor(Unity.Collections.NativeSlice`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator__ctor_mA2B795C0B74E91ED6DE6A9A25D9D53EF15B931C5_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * ___array0, const RuntimeMethod* method)
{
{
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * L_0 = ___array0;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 L_1 = (*(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)L_0);
__this->set_m_Array_0(L_1);
__this->set_m_Index_1((-1));
return;
}
}
IL2CPP_EXTERN_C void Enumerator__ctor_mA2B795C0B74E91ED6DE6A9A25D9D53EF15B931C5_AdjustorThunk (RuntimeObject * __this, NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * _thisAdjusted = reinterpret_cast<Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *>(__this + _offset);
Enumerator__ctor_mA2B795C0B74E91ED6DE6A9A25D9D53EF15B931C5(_thisAdjusted, ___array0, method);
}
// System.Void Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFCB85A57B96C809D373153E3605669563E219A93_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method)
{
{
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Dispose_mFCB85A57B96C809D373153E3605669563E219A93_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * _thisAdjusted = reinterpret_cast<Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *>(__this + _offset);
Enumerator_Dispose_mFCB85A57B96C809D373153E3605669563E219A93(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m3FE7E9DEB50528BE0B30A72C6F4A0A4F332FAFE4_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = (int32_t)__this->get_m_Index_1();
__this->set_m_Index_1(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
int32_t L_1 = (int32_t)__this->get_m_Index_1();
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * L_2 = (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)__this->get_address_of_m_Array_0();
int32_t L_3 = NativeSlice_1_get_Length_m5F808078E79BBC1D70AA25962688058A1F82C9A4_inline((NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 0));
V_0 = (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0);
goto IL_0025;
}
IL_0025:
{
bool L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C bool Enumerator_MoveNext_m3FE7E9DEB50528BE0B30A72C6F4A0A4F332FAFE4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * _thisAdjusted = reinterpret_cast<Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *>(__this + _offset);
return Enumerator_MoveNext_m3FE7E9DEB50528BE0B30A72C6F4A0A4F332FAFE4(_thisAdjusted, method);
}
// System.Void Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Reset_m50DBE757D75DFE979B3C07B8B7A71614613EB310_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method)
{
{
__this->set_m_Index_1((-1));
return;
}
}
IL2CPP_EXTERN_C void Enumerator_Reset_m50DBE757D75DFE979B3C07B8B7A71614613EB310_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * _thisAdjusted = reinterpret_cast<Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *>(__this + _offset);
Enumerator_Reset_m50DBE757D75DFE979B3C07B8B7A71614613EB310(_thisAdjusted, method);
}
// T Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 Enumerator_get_Current_m912F81031944D41498AAC3B2831C7C03E872B55C_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method)
{
{
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * L_0 = (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)__this->get_address_of_m_Array_0();
int32_t L_1 = (int32_t)__this->get_m_Index_1();
ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 L_2 = NativeSlice_1_get_Item_m2D2731311E01D6172F16CD99B83FA2AC148F5F0D((NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)L_0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1));
return L_2;
}
}
IL2CPP_EXTERN_C ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 Enumerator_get_Current_m912F81031944D41498AAC3B2831C7C03E872B55C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * _thisAdjusted = reinterpret_cast<Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *>(__this + _offset);
return Enumerator_get_Current_m912F81031944D41498AAC3B2831C7C03E872B55C(_thisAdjusted, method);
}
// System.Object Unity.Collections.NativeSlice`1_Enumerator<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7D99830CDC3FEDB82FCC6AD7B057788A82F72A45_gshared (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * __this, const RuntimeMethod* method)
{
{
ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 L_0 = Enumerator_get_Current_m912F81031944D41498AAC3B2831C7C03E872B55C((Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *)(Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2));
ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3), &L_1);
return L_2;
}
}
IL2CPP_EXTERN_C RuntimeObject * Enumerator_System_Collections_IEnumerator_get_Current_m7D99830CDC3FEDB82FCC6AD7B057788A82F72A45_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B * _thisAdjusted = reinterpret_cast<Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B *>(__this + _offset);
return Enumerator_System_Collections_IEnumerator_get_Current_m7D99830CDC3FEDB82FCC6AD7B057788A82F72A45(_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 Unity.Collections.NativeSlice`1<System.Byte>::.ctor(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m10629E73F4A5C8EFCF25200B0753B32740CE4241_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 L_0 = ___array0;
int32_t L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 *)(NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 *)(&___array0))->___m_Length_1);
NativeSlice_1__ctor_mE2A173B54A9D2CB912B30541CAD657DABDBA7ED4((NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)__this, (NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 )L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1));
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1__ctor_m10629E73F4A5C8EFCF25200B0753B32740CE4241_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * _thisAdjusted = reinterpret_cast<NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *>(__this + _offset);
NativeSlice_1__ctor_m10629E73F4A5C8EFCF25200B0753B32740CE4241(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<System.Byte>::op_Implicit(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E NativeSlice_1_op_Implicit_m76DC514127CD9E73556E31C536A4CD606BCB8534_gshared (NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___array0, const RuntimeMethod* method)
{
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E V_0;
memset((&V_0), 0, sizeof(V_0));
{
NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 L_0 = ___array0;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E L_1;
memset((&L_1), 0, sizeof(L_1));
NativeSlice_1__ctor_m10629E73F4A5C8EFCF25200B0753B32740CE4241((&L_1), (NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
V_0 = (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E )L_1;
goto IL_000a;
}
IL_000a:
{
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E L_2 = V_0;
return L_2;
}
}
// System.Void Unity.Collections.NativeSlice`1<System.Byte>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_mE2A173B54A9D2CB912B30541CAD657DABDBA7ED4_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
__this->set_m_Stride_1(L_0);
NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 L_1 = ___array0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
int32_t L_3 = (int32_t)__this->get_m_Stride_1();
int32_t L_4 = ___start1;
V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)L_4))));
uint8_t* L_5 = V_0;
__this->set_m_Buffer_0((uint8_t*)L_5);
int32_t L_6 = ___length2;
__this->set_m_Length_2(L_6);
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1__ctor_mE2A173B54A9D2CB912B30541CAD657DABDBA7ED4_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tB942A78CFAC276F95E8B08EBB94DF670FFAA0405 ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * _thisAdjusted = reinterpret_cast<NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *>(__this + _offset);
NativeSlice_1__ctor_mE2A173B54A9D2CB912B30541CAD657DABDBA7ED4(_thisAdjusted, ___array0, ___start1, ___length2, method);
}
// T Unity.Collections.NativeSlice`1<System.Byte>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t NativeSlice_1_get_Item_m3A0ED0868979D17DAC7F75D3B954FB6F8F84B297_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, int32_t ___index0, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
uint8_t L_3 = (( uint8_t (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
V_0 = (uint8_t)L_3;
goto IL_0016;
}
IL_0016:
{
uint8_t L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C uint8_t NativeSlice_1_get_Item_m3A0ED0868979D17DAC7F75D3B954FB6F8F84B297_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * _thisAdjusted = reinterpret_cast<NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *>(__this + _offset);
return NativeSlice_1_get_Item_m3A0ED0868979D17DAC7F75D3B954FB6F8F84B297(_thisAdjusted, ___index0, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.Byte>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_m4529F42245F328040FF2662ABE61143A3D0E242A_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, int32_t ___index0, uint8_t ___value1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
uint8_t L_3 = ___value1;
(( void (*) (void*, int32_t, int32_t, uint8_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (int32_t)L_2, (uint8_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1_set_Item_m4529F42245F328040FF2662ABE61143A3D0E242A_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, uint8_t ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * _thisAdjusted = reinterpret_cast<NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *>(__this + _offset);
NativeSlice_1_set_Item_m4529F42245F328040FF2662ABE61143A3D0E242A(_thisAdjusted, ___index0, ___value1, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.Byte>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_mDDEDBCB01AB26859616B14064D207873529EA4DC_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_2();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeSlice_1_get_Length_mDDEDBCB01AB26859616B14064D207873529EA4DC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * _thisAdjusted = reinterpret_cast<NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *>(__this + _offset);
return NativeSlice_1_get_Length_mDDEDBCB01AB26859616B14064D207873529EA4DC_inline(_thisAdjusted, method);
}
// Unity.Collections.NativeSlice`1_Enumerator<T> Unity.Collections.NativeSlice`1<System.Byte>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 NativeSlice_1_GetEnumerator_m8E8FD8032D689A1D25F74E269790427FD9456EB3_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method)
{
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m4E6EDEFA55C4D429704964368B8E140ADC23EF5B((&L_0), (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
V_0 = (Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 NativeSlice_1_GetEnumerator_m8E8FD8032D689A1D25F74E269790427FD9456EB3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * _thisAdjusted = reinterpret_cast<NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *>(__this + _offset);
return NativeSlice_1_GetEnumerator_m8E8FD8032D689A1D25F74E269790427FD9456EB3(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<System.Byte>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mEE7A9C914DC688AD449C2DAC9B1CC9582B68F465_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m4E6EDEFA55C4D429704964368B8E140ADC23EF5B((&L_0), (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mEE7A9C914DC688AD449C2DAC9B1CC9582B68F465_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * _thisAdjusted = reinterpret_cast<NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *>(__this + _offset);
return NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mEE7A9C914DC688AD449C2DAC9B1CC9582B68F465(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<System.Byte>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m8C101740577EDD891CED3B57F731E44440729A14_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 L_0 = NativeSlice_1_GetEnumerator_m8E8FD8032D689A1D25F74E269790427FD9456EB3((NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9));
Enumerator_t304062EDF2CE9231DED21877569DFF8A7E2B3A69 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m8C101740577EDD891CED3B57F731E44440729A14_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * _thisAdjusted = reinterpret_cast<NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *>(__this + _offset);
return NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m8C101740577EDD891CED3B57F731E44440729A14(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.Byte>::Equals(Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_m187CBA303E5B64D83B7C7108A5B847CAC846906A_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E L_1 = ___other0;
uint8_t* L_2 = (uint8_t*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_002d;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Stride_1();
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Stride_1();
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_002d;
}
}
{
int32_t L_6 = (int32_t)__this->get_m_Length_2();
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E L_7 = ___other0;
int32_t L_8 = (int32_t)L_7.get_m_Length_2();
G_B4_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B4_0 = 0;
}
IL_002e:
{
V_0 = (bool)G_B4_0;
goto IL_0031;
}
IL_0031:
{
bool L_9 = V_0;
return L_9;
}
}
IL2CPP_EXTERN_C bool NativeSlice_1_Equals_m187CBA303E5B64D83B7C7108A5B847CAC846906A_AdjustorThunk (RuntimeObject * __this, NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * _thisAdjusted = reinterpret_cast<NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *>(__this + _offset);
return NativeSlice_1_Equals_m187CBA303E5B64D83B7C7108A5B847CAC846906A(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.Byte>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_m1513AFD56C1D95F1F51EBB9F1F9C7D6288C7068B_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeSlice_1_Equals_m187CBA303E5B64D83B7C7108A5B847CAC846906A((NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)__this, (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E )((*(NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)((NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeSlice_1_Equals_m1513AFD56C1D95F1F51EBB9F1F9C7D6288C7068B_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * _thisAdjusted = reinterpret_cast<NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *>(__this + _offset);
return NativeSlice_1_Equals_m1513AFD56C1D95F1F51EBB9F1F9C7D6288C7068B(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.Byte>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_GetHashCode_m3FD57A021135FAC3D5044A5F183662F420CD15DD_gshared (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
V_0 = (int32_t)(((int32_t)((int32_t)(intptr_t)L_0)));
int32_t L_1 = V_0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)((int32_t)397)))^(int32_t)L_2));
int32_t L_3 = V_0;
int32_t L_4 = (int32_t)__this->get_m_Length_2();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)397)))^(int32_t)L_4));
int32_t L_5 = V_0;
V_1 = (int32_t)L_5;
goto IL_002c;
}
IL_002c:
{
int32_t L_6 = V_1;
return L_6;
}
}
IL2CPP_EXTERN_C int32_t NativeSlice_1_GetHashCode_m3FD57A021135FAC3D5044A5F183662F420CD15DD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * _thisAdjusted = reinterpret_cast<NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E *>(__this + _offset);
return NativeSlice_1_GetHashCode_m3FD57A021135FAC3D5044A5F183662F420CD15DD(_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 Unity.Collections.NativeSlice`1<System.UInt32>::.ctor(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m2E92F3F339CDFDD834369D038B9B3E693430CA48_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC L_0 = ___array0;
int32_t L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC *)(NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC *)(&___array0))->___m_Length_1);
NativeSlice_1__ctor_m5A000434F598A452C405675515839B740AE46554((NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)__this, (NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC )L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1));
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1__ctor_m2E92F3F339CDFDD834369D038B9B3E693430CA48_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * _thisAdjusted = reinterpret_cast<NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *>(__this + _offset);
NativeSlice_1__ctor_m2E92F3F339CDFDD834369D038B9B3E693430CA48(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<System.UInt32>::op_Implicit(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A NativeSlice_1_op_Implicit_mBFA5A54B61B8C1BBAC623463C29201F8EBBA47EB_gshared (NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC ___array0, const RuntimeMethod* method)
{
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A V_0;
memset((&V_0), 0, sizeof(V_0));
{
NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC L_0 = ___array0;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A L_1;
memset((&L_1), 0, sizeof(L_1));
NativeSlice_1__ctor_m2E92F3F339CDFDD834369D038B9B3E693430CA48((&L_1), (NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
V_0 = (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A )L_1;
goto IL_000a;
}
IL_000a:
{
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A L_2 = V_0;
return L_2;
}
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt32>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m5A000434F598A452C405675515839B740AE46554_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
__this->set_m_Stride_1(L_0);
NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC L_1 = ___array0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
int32_t L_3 = (int32_t)__this->get_m_Stride_1();
int32_t L_4 = ___start1;
V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)L_4))));
uint8_t* L_5 = V_0;
__this->set_m_Buffer_0((uint8_t*)L_5);
int32_t L_6 = ___length2;
__this->set_m_Length_2(L_6);
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1__ctor_m5A000434F598A452C405675515839B740AE46554_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t71D9CBFDC03666ABBDA3ED9BB83606E43601DABC ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * _thisAdjusted = reinterpret_cast<NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *>(__this + _offset);
NativeSlice_1__ctor_m5A000434F598A452C405675515839B740AE46554(_thisAdjusted, ___array0, ___start1, ___length2, method);
}
// T Unity.Collections.NativeSlice`1<System.UInt32>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t NativeSlice_1_get_Item_m2C8CED2426992986B45CD84F293174FF375AEE57_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, int32_t ___index0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
uint32_t L_3 = (( uint32_t (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
V_0 = (uint32_t)L_3;
goto IL_0016;
}
IL_0016:
{
uint32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C uint32_t NativeSlice_1_get_Item_m2C8CED2426992986B45CD84F293174FF375AEE57_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * _thisAdjusted = reinterpret_cast<NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *>(__this + _offset);
return NativeSlice_1_get_Item_m2C8CED2426992986B45CD84F293174FF375AEE57(_thisAdjusted, ___index0, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt32>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_mAA7C8B65E22DCF820D558A99C2A5C373122DC9B9_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, int32_t ___index0, uint32_t ___value1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
uint32_t L_3 = ___value1;
(( void (*) (void*, int32_t, int32_t, uint32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (int32_t)L_2, (uint32_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1_set_Item_mAA7C8B65E22DCF820D558A99C2A5C373122DC9B9_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, uint32_t ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * _thisAdjusted = reinterpret_cast<NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *>(__this + _offset);
NativeSlice_1_set_Item_mAA7C8B65E22DCF820D558A99C2A5C373122DC9B9(_thisAdjusted, ___index0, ___value1, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt32>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m60A279078FEECDF9F4C85660537E23F72E70FFA9_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_2();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeSlice_1_get_Length_m60A279078FEECDF9F4C85660537E23F72E70FFA9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * _thisAdjusted = reinterpret_cast<NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *>(__this + _offset);
return NativeSlice_1_get_Length_m60A279078FEECDF9F4C85660537E23F72E70FFA9_inline(_thisAdjusted, method);
}
// Unity.Collections.NativeSlice`1_Enumerator<T> Unity.Collections.NativeSlice`1<System.UInt32>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 NativeSlice_1_GetEnumerator_mCB52A5ED32E4D9530F7909447FF027DD1478B5B2_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method)
{
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m9124BAC44FF83ABFDA771476DC36AF1790333275((&L_0), (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
V_0 = (Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 NativeSlice_1_GetEnumerator_mCB52A5ED32E4D9530F7909447FF027DD1478B5B2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * _thisAdjusted = reinterpret_cast<NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *>(__this + _offset);
return NativeSlice_1_GetEnumerator_mCB52A5ED32E4D9530F7909447FF027DD1478B5B2(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<System.UInt32>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2E50CEDE9DA1B489E473F0662526FFAC43550E8B_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m9124BAC44FF83ABFDA771476DC36AF1790333275((&L_0), (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2E50CEDE9DA1B489E473F0662526FFAC43550E8B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * _thisAdjusted = reinterpret_cast<NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *>(__this + _offset);
return NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m2E50CEDE9DA1B489E473F0662526FFAC43550E8B(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<System.UInt32>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mBA085597F48614CE3DFF06BE5828714D5EE07CAE_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 L_0 = NativeSlice_1_GetEnumerator_mCB52A5ED32E4D9530F7909447FF027DD1478B5B2((NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9));
Enumerator_tA9DF792EE6AD06EA85D20CC997AF7FA44648A720 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mBA085597F48614CE3DFF06BE5828714D5EE07CAE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * _thisAdjusted = reinterpret_cast<NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *>(__this + _offset);
return NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mBA085597F48614CE3DFF06BE5828714D5EE07CAE(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt32>::Equals(Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_m0A95C77ABDAFE6EE5F2F4B0B02144CDE0AD341BC_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A L_1 = ___other0;
uint8_t* L_2 = (uint8_t*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_002d;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Stride_1();
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Stride_1();
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_002d;
}
}
{
int32_t L_6 = (int32_t)__this->get_m_Length_2();
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A L_7 = ___other0;
int32_t L_8 = (int32_t)L_7.get_m_Length_2();
G_B4_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B4_0 = 0;
}
IL_002e:
{
V_0 = (bool)G_B4_0;
goto IL_0031;
}
IL_0031:
{
bool L_9 = V_0;
return L_9;
}
}
IL2CPP_EXTERN_C bool NativeSlice_1_Equals_m0A95C77ABDAFE6EE5F2F4B0B02144CDE0AD341BC_AdjustorThunk (RuntimeObject * __this, NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * _thisAdjusted = reinterpret_cast<NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *>(__this + _offset);
return NativeSlice_1_Equals_m0A95C77ABDAFE6EE5F2F4B0B02144CDE0AD341BC(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt32>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_mCFEA5150D38D93F0EFC18CB372B375FCA84FB588_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeSlice_1_Equals_m0A95C77ABDAFE6EE5F2F4B0B02144CDE0AD341BC((NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)__this, (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A )((*(NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)((NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeSlice_1_Equals_mCFEA5150D38D93F0EFC18CB372B375FCA84FB588_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * _thisAdjusted = reinterpret_cast<NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *>(__this + _offset);
return NativeSlice_1_Equals_mCFEA5150D38D93F0EFC18CB372B375FCA84FB588(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt32>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_GetHashCode_mE1DD091B21EF3237035C4BC5BFBF2A0E5B824AE9_gshared (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
V_0 = (int32_t)(((int32_t)((int32_t)(intptr_t)L_0)));
int32_t L_1 = V_0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)((int32_t)397)))^(int32_t)L_2));
int32_t L_3 = V_0;
int32_t L_4 = (int32_t)__this->get_m_Length_2();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)397)))^(int32_t)L_4));
int32_t L_5 = V_0;
V_1 = (int32_t)L_5;
goto IL_002c;
}
IL_002c:
{
int32_t L_6 = V_1;
return L_6;
}
}
IL2CPP_EXTERN_C int32_t NativeSlice_1_GetHashCode_mE1DD091B21EF3237035C4BC5BFBF2A0E5B824AE9_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * _thisAdjusted = reinterpret_cast<NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A *>(__this + _offset);
return NativeSlice_1_GetHashCode_mE1DD091B21EF3237035C4BC5BFBF2A0E5B824AE9(_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 Unity.Collections.NativeSlice`1<System.UInt64>::.ctor(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m58214FC5EEA018FDAF0F2D13D77E7AD1AC90D73B_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C L_0 = ___array0;
int32_t L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C *)(NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C *)(&___array0))->___m_Length_1);
NativeSlice_1__ctor_mC168CA2C87B1E9A65050841CED320E3EA7CDEB77((NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)__this, (NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C )L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1));
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1__ctor_m58214FC5EEA018FDAF0F2D13D77E7AD1AC90D73B_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * _thisAdjusted = reinterpret_cast<NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *>(__this + _offset);
NativeSlice_1__ctor_m58214FC5EEA018FDAF0F2D13D77E7AD1AC90D73B(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<System.UInt64>::op_Implicit(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 NativeSlice_1_op_Implicit_m973D1FCBE91A37A92D234760D0E86063BBA5BC9E_gshared (NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C ___array0, const RuntimeMethod* method)
{
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 V_0;
memset((&V_0), 0, sizeof(V_0));
{
NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C L_0 = ___array0;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 L_1;
memset((&L_1), 0, sizeof(L_1));
NativeSlice_1__ctor_m58214FC5EEA018FDAF0F2D13D77E7AD1AC90D73B((&L_1), (NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
V_0 = (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 )L_1;
goto IL_000a;
}
IL_000a:
{
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 L_2 = V_0;
return L_2;
}
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt64>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_mC168CA2C87B1E9A65050841CED320E3EA7CDEB77_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
__this->set_m_Stride_1(L_0);
NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C L_1 = ___array0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
int32_t L_3 = (int32_t)__this->get_m_Stride_1();
int32_t L_4 = ___start1;
V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)L_4))));
uint8_t* L_5 = V_0;
__this->set_m_Buffer_0((uint8_t*)L_5);
int32_t L_6 = ___length2;
__this->set_m_Length_2(L_6);
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1__ctor_mC168CA2C87B1E9A65050841CED320E3EA7CDEB77_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t910D4CAEE55F7F4F3664BD3DB14835AB6D8F5F3C ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * _thisAdjusted = reinterpret_cast<NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *>(__this + _offset);
NativeSlice_1__ctor_mC168CA2C87B1E9A65050841CED320E3EA7CDEB77(_thisAdjusted, ___array0, ___start1, ___length2, method);
}
// T Unity.Collections.NativeSlice`1<System.UInt64>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t NativeSlice_1_get_Item_mB72D0BC6EF09D968B3953B884514CF709CAEE3BC_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, int32_t ___index0, const RuntimeMethod* method)
{
uint64_t V_0 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
uint64_t L_3 = (( uint64_t (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
V_0 = (uint64_t)L_3;
goto IL_0016;
}
IL_0016:
{
uint64_t L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C uint64_t NativeSlice_1_get_Item_mB72D0BC6EF09D968B3953B884514CF709CAEE3BC_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * _thisAdjusted = reinterpret_cast<NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *>(__this + _offset);
return NativeSlice_1_get_Item_mB72D0BC6EF09D968B3953B884514CF709CAEE3BC(_thisAdjusted, ___index0, method);
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt64>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_mDB94F4FAC4EFED21491B1D04BB545C51D1B34B4A_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, int32_t ___index0, uint64_t ___value1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
uint64_t L_3 = ___value1;
(( void (*) (void*, int32_t, int32_t, uint64_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (int32_t)L_2, (uint64_t)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1_set_Item_mDB94F4FAC4EFED21491B1D04BB545C51D1B34B4A_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, uint64_t ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * _thisAdjusted = reinterpret_cast<NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *>(__this + _offset);
NativeSlice_1_set_Item_mDB94F4FAC4EFED21491B1D04BB545C51D1B34B4A(_thisAdjusted, ___index0, ___value1, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt64>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m738956463E71FE2D62728352E40292BD34B72899_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_2();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeSlice_1_get_Length_m738956463E71FE2D62728352E40292BD34B72899_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * _thisAdjusted = reinterpret_cast<NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *>(__this + _offset);
return NativeSlice_1_get_Length_m738956463E71FE2D62728352E40292BD34B72899_inline(_thisAdjusted, method);
}
// Unity.Collections.NativeSlice`1_Enumerator<T> Unity.Collections.NativeSlice`1<System.UInt64>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC NativeSlice_1_GetEnumerator_mACED3C8C3B0218B35B9551EA289118265F7343CC_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method)
{
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m0DB8110A2FDAF1D25A713BB8192CE291ACB8FE0B((&L_0), (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
V_0 = (Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC NativeSlice_1_GetEnumerator_mACED3C8C3B0218B35B9551EA289118265F7343CC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * _thisAdjusted = reinterpret_cast<NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *>(__this + _offset);
return NativeSlice_1_GetEnumerator_mACED3C8C3B0218B35B9551EA289118265F7343CC(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<System.UInt64>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mBED525DABE5087C5446B1578FF4CB59F5CB66140_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m0DB8110A2FDAF1D25A713BB8192CE291ACB8FE0B((&L_0), (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mBED525DABE5087C5446B1578FF4CB59F5CB66140_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * _thisAdjusted = reinterpret_cast<NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *>(__this + _offset);
return NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mBED525DABE5087C5446B1578FF4CB59F5CB66140(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<System.UInt64>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m6549E4404621674EFF6ACFEC294C12E335255390_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC L_0 = NativeSlice_1_GetEnumerator_mACED3C8C3B0218B35B9551EA289118265F7343CC((NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9));
Enumerator_tD26D437EC21C57E6754A99C422181BA3CCFB91AC L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m6549E4404621674EFF6ACFEC294C12E335255390_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * _thisAdjusted = reinterpret_cast<NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *>(__this + _offset);
return NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m6549E4404621674EFF6ACFEC294C12E335255390(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt64>::Equals(Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_m09167A1ECDFB23EF07FC80FE2312767BEA8148FD_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 L_1 = ___other0;
uint8_t* L_2 = (uint8_t*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_002d;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Stride_1();
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Stride_1();
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_002d;
}
}
{
int32_t L_6 = (int32_t)__this->get_m_Length_2();
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 L_7 = ___other0;
int32_t L_8 = (int32_t)L_7.get_m_Length_2();
G_B4_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B4_0 = 0;
}
IL_002e:
{
V_0 = (bool)G_B4_0;
goto IL_0031;
}
IL_0031:
{
bool L_9 = V_0;
return L_9;
}
}
IL2CPP_EXTERN_C bool NativeSlice_1_Equals_m09167A1ECDFB23EF07FC80FE2312767BEA8148FD_AdjustorThunk (RuntimeObject * __this, NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * _thisAdjusted = reinterpret_cast<NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *>(__this + _offset);
return NativeSlice_1_Equals_m09167A1ECDFB23EF07FC80FE2312767BEA8148FD(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<System.UInt64>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_mDD0D2AA88409CCBBE25081BDB041B7382B4366A5_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeSlice_1_Equals_m09167A1ECDFB23EF07FC80FE2312767BEA8148FD((NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)__this, (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 )((*(NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)((NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeSlice_1_Equals_mDD0D2AA88409CCBBE25081BDB041B7382B4366A5_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * _thisAdjusted = reinterpret_cast<NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *>(__this + _offset);
return NativeSlice_1_Equals_mDD0D2AA88409CCBBE25081BDB041B7382B4366A5(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt64>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_GetHashCode_m302FC498DD0D369C93EA5BE36C831975A2ECE1FD_gshared (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
V_0 = (int32_t)(((int32_t)((int32_t)(intptr_t)L_0)));
int32_t L_1 = V_0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)((int32_t)397)))^(int32_t)L_2));
int32_t L_3 = V_0;
int32_t L_4 = (int32_t)__this->get_m_Length_2();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)397)))^(int32_t)L_4));
int32_t L_5 = V_0;
V_1 = (int32_t)L_5;
goto IL_002c;
}
IL_002c:
{
int32_t L_6 = V_1;
return L_6;
}
}
IL2CPP_EXTERN_C int32_t NativeSlice_1_GetHashCode_m302FC498DD0D369C93EA5BE36C831975A2ECE1FD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * _thisAdjusted = reinterpret_cast<NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 *>(__this + _offset);
return NativeSlice_1_GetHashCode_m302FC498DD0D369C93EA5BE36C831975A2ECE1FD(_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 Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::.ctor(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m970C57FC2DA159A4B832BB9CF3080CAC2DCD1897_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 L_0 = ___array0;
int32_t L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 *)(NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 *)(&___array0))->___m_Length_1);
NativeSlice_1__ctor_m14160F18B3CBB3ADD1483DC636088C0A7DB8B699((NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)__this, (NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 )L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1));
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1__ctor_m970C57FC2DA159A4B832BB9CF3080CAC2DCD1897_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *>(__this + _offset);
NativeSlice_1__ctor_m970C57FC2DA159A4B832BB9CF3080CAC2DCD1897(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::op_Implicit(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 NativeSlice_1_op_Implicit_mBBA8A0D0A8327DF8B0AE96C0D545D1428ED95A38_gshared (NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 ___array0, const RuntimeMethod* method)
{
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 V_0;
memset((&V_0), 0, sizeof(V_0));
{
NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 L_0 = ___array0;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 L_1;
memset((&L_1), 0, sizeof(L_1));
NativeSlice_1__ctor_m970C57FC2DA159A4B832BB9CF3080CAC2DCD1897((&L_1), (NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
V_0 = (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 )L_1;
goto IL_000a;
}
IL_000a:
{
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 L_2 = V_0;
return L_2;
}
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m14160F18B3CBB3ADD1483DC636088C0A7DB8B699_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
__this->set_m_Stride_1(L_0);
NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 L_1 = ___array0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
int32_t L_3 = (int32_t)__this->get_m_Stride_1();
int32_t L_4 = ___start1;
V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)L_4))));
uint8_t* L_5 = V_0;
__this->set_m_Buffer_0((uint8_t*)L_5);
int32_t L_6 = ___length2;
__this->set_m_Length_2(L_6);
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1__ctor_m14160F18B3CBB3ADD1483DC636088C0A7DB8B699_AdjustorThunk (RuntimeObject * __this, NativeArray_1_t20B0E97D613353CCC2889E9B3D97A5612374FE74 ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *>(__this + _offset);
NativeSlice_1__ctor_m14160F18B3CBB3ADD1483DC636088C0A7DB8B699(_thisAdjusted, ___array0, ___start1, ___length2, method);
}
// T Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 NativeSlice_1_get_Item_mC60092B0C090E1C25BDAB0A3E126D7AEB898C465_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, int32_t ___index0, const RuntimeMethod* method)
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = (( Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
V_0 = (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_3;
goto IL_0016;
}
IL_0016:
{
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 NativeSlice_1_get_Item_mC60092B0C090E1C25BDAB0A3E126D7AEB898C465_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *>(__this + _offset);
return NativeSlice_1_get_Item_mC60092B0C090E1C25BDAB0A3E126D7AEB898C465(_thisAdjusted, ___index0, method);
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_m47D2BDA6285F36E4FE11E2B76E99D71D0694CA2F_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, int32_t ___index0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_3 = ___value1;
(( void (*) (void*, int32_t, int32_t, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (int32_t)L_2, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1_set_Item_m47D2BDA6285F36E4FE11E2B76E99D71D0694CA2F_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *>(__this + _offset);
NativeSlice_1_set_Item_m47D2BDA6285F36E4FE11E2B76E99D71D0694CA2F(_thisAdjusted, ___index0, ___value1, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m1A340D95D4B2F4FECD4BF62999AAC7BF397D284B_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_2();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeSlice_1_get_Length_m1A340D95D4B2F4FECD4BF62999AAC7BF397D284B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *>(__this + _offset);
return NativeSlice_1_get_Length_m1A340D95D4B2F4FECD4BF62999AAC7BF397D284B_inline(_thisAdjusted, method);
}
// Unity.Collections.NativeSlice`1_Enumerator<T> Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 NativeSlice_1_GetEnumerator_m48C56C8D8267C72B1534A5A6730929F574647377_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method)
{
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m6A1BA5A24824ACECB93006D6EBF507A2C4A7CB7C((&L_0), (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
V_0 = (Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 NativeSlice_1_GetEnumerator_m48C56C8D8267C72B1534A5A6730929F574647377_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *>(__this + _offset);
return NativeSlice_1_GetEnumerator_m48C56C8D8267C72B1534A5A6730929F574647377(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6386B171CEE36EA5CE69168F4882B972B19B812C_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_m6A1BA5A24824ACECB93006D6EBF507A2C4A7CB7C((&L_0), (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6386B171CEE36EA5CE69168F4882B972B19B812C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *>(__this + _offset);
return NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_m6386B171CEE36EA5CE69168F4882B972B19B812C(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m60BDB02EE38B3B39E4D0C4F753AD7CA18F7333C4_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 L_0 = NativeSlice_1_GetEnumerator_m48C56C8D8267C72B1534A5A6730929F574647377((NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9));
Enumerator_tE36AAD48FF5F6647C72C23F7521EBCCE4FAF03C9 L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m60BDB02EE38B3B39E4D0C4F753AD7CA18F7333C4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *>(__this + _offset);
return NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_m60BDB02EE38B3B39E4D0C4F753AD7CA18F7333C4(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::Equals(Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_mD36BC5A985AEDF7A4C20C99406E39C2C924DC24F_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 L_1 = ___other0;
uint8_t* L_2 = (uint8_t*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_002d;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Stride_1();
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Stride_1();
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_002d;
}
}
{
int32_t L_6 = (int32_t)__this->get_m_Length_2();
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 L_7 = ___other0;
int32_t L_8 = (int32_t)L_7.get_m_Length_2();
G_B4_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B4_0 = 0;
}
IL_002e:
{
V_0 = (bool)G_B4_0;
goto IL_0031;
}
IL_0031:
{
bool L_9 = V_0;
return L_9;
}
}
IL2CPP_EXTERN_C bool NativeSlice_1_Equals_mD36BC5A985AEDF7A4C20C99406E39C2C924DC24F_AdjustorThunk (RuntimeObject * __this, NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *>(__this + _offset);
return NativeSlice_1_Equals_mD36BC5A985AEDF7A4C20C99406E39C2C924DC24F(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_m43496FB444AC9FC2A9587D1D57EF70863D3FE9B2_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeSlice_1_Equals_mD36BC5A985AEDF7A4C20C99406E39C2C924DC24F((NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)__this, (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 )((*(NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)((NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeSlice_1_Equals_m43496FB444AC9FC2A9587D1D57EF70863D3FE9B2_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *>(__this + _offset);
return NativeSlice_1_Equals_m43496FB444AC9FC2A9587D1D57EF70863D3FE9B2(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.Vector3>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_GetHashCode_m56170344BC8BD02500F60CBB3223039D88709CE5_gshared (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
V_0 = (int32_t)(((int32_t)((int32_t)(intptr_t)L_0)));
int32_t L_1 = V_0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)((int32_t)397)))^(int32_t)L_2));
int32_t L_3 = V_0;
int32_t L_4 = (int32_t)__this->get_m_Length_2();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)397)))^(int32_t)L_4));
int32_t L_5 = V_0;
V_1 = (int32_t)L_5;
goto IL_002c;
}
IL_002c:
{
int32_t L_6 = V_1;
return L_6;
}
}
IL2CPP_EXTERN_C int32_t NativeSlice_1_GetHashCode_m56170344BC8BD02500F60CBB3223039D88709CE5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 *>(__this + _offset);
return NativeSlice_1_GetHashCode_m56170344BC8BD02500F60CBB3223039D88709CE5(_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 Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::.ctor(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_mEFC16F289734D7A4E5A72DBCFD14C9934CC8DAFB_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E ___array0, const RuntimeMethod* method)
{
{
NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E L_0 = ___array0;
int32_t L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E *)(NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E *)(&___array0))->___m_Length_1);
NativeSlice_1__ctor_m89238EF472CF083DF71761E05BAF01CDC40027B1((NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)__this, (NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E )L_0, (int32_t)0, (int32_t)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 1));
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1__ctor_mEFC16F289734D7A4E5A72DBCFD14C9934CC8DAFB_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E ___array0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *>(__this + _offset);
NativeSlice_1__ctor_mEFC16F289734D7A4E5A72DBCFD14C9934CC8DAFB(_thisAdjusted, ___array0, method);
}
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::op_Implicit(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 NativeSlice_1_op_Implicit_mED411EF1F52503DFCF986107EEF3E752BA8DE06E_gshared (NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E ___array0, const RuntimeMethod* method)
{
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 V_0;
memset((&V_0), 0, sizeof(V_0));
{
NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E L_0 = ___array0;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 L_1;
memset((&L_1), 0, sizeof(L_1));
NativeSlice_1__ctor_mEFC16F289734D7A4E5A72DBCFD14C9934CC8DAFB((&L_1), (NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 3));
V_0 = (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 )L_1;
goto IL_000a;
}
IL_000a:
{
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 L_2 = V_0;
return L_2;
}
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m89238EF472CF083DF71761E05BAF01CDC40027B1_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
uint8_t* V_0 = NULL;
{
int32_t L_0 = (( int32_t (*) (const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(/*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
__this->set_m_Stride_1(L_0);
NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E L_1 = ___array0;
void* L_2 = (void*)L_1.get_m_Buffer_0();
int32_t L_3 = (int32_t)__this->get_m_Stride_1();
int32_t L_4 = ___start1;
V_0 = (uint8_t*)((void*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)L_4))));
uint8_t* L_5 = V_0;
__this->set_m_Buffer_0((uint8_t*)L_5);
int32_t L_6 = ___length2;
__this->set_m_Length_2(L_6);
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1__ctor_m89238EF472CF083DF71761E05BAF01CDC40027B1_AdjustorThunk (RuntimeObject * __this, NativeArray_1_tE6D609F5FC01B04E44DDE19BF29B474811939D5E ___array0, int32_t ___start1, int32_t ___length2, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *>(__this + _offset);
NativeSlice_1__ctor_m89238EF472CF083DF71761E05BAF01CDC40027B1(_thisAdjusted, ___array0, ___start1, ___length2, method);
}
// T Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 NativeSlice_1_get_Item_m2D2731311E01D6172F16CD99B83FA2AC148F5F0D_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, int32_t ___index0, const RuntimeMethod* method)
{
ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 V_0;
memset((&V_0), 0, sizeof(V_0));
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 L_3 = (( ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 (*) (void*, int32_t, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (int32_t)L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
V_0 = (ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 )L_3;
goto IL_0016;
}
IL_0016:
{
ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 NativeSlice_1_get_Item_m2D2731311E01D6172F16CD99B83FA2AC148F5F0D_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *>(__this + _offset);
return NativeSlice_1_get_Item_m2D2731311E01D6172F16CD99B83FA2AC148F5F0D(_thisAdjusted, ___index0, method);
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_mD9F4F5D18346A926EC2CC4F976695953BDDD4855_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, int32_t ___index0, ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 ___value1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
int32_t L_1 = ___index0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 L_3 = ___value1;
(( void (*) (void*, int32_t, int32_t, ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6)->methodPointer)((void*)(void*)L_0, (int32_t)L_1, (int32_t)L_2, (ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 )L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 6));
return;
}
}
IL2CPP_EXTERN_C void NativeSlice_1_set_Item_mD9F4F5D18346A926EC2CC4F976695953BDDD4855_AdjustorThunk (RuntimeObject * __this, int32_t ___index0, ConfigurationDescriptor_tED94AB3E57F4976F3D085673AF259A1ECEDF7DA0 ___value1, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *>(__this + _offset);
NativeSlice_1_set_Item_mD9F4F5D18346A926EC2CC4F976695953BDDD4855(_thisAdjusted, ___index0, ___value1, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m5F808078E79BBC1D70AA25962688058A1F82C9A4_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_2();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t NativeSlice_1_get_Length_m5F808078E79BBC1D70AA25962688058A1F82C9A4_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *>(__this + _offset);
return NativeSlice_1_get_Length_m5F808078E79BBC1D70AA25962688058A1F82C9A4_inline(_thisAdjusted, method);
}
// Unity.Collections.NativeSlice`1_Enumerator<T> Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B NativeSlice_1_GetEnumerator_m3B12FD43804C1D9CD7C2CC5CEA6D6881D026C8D1_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method)
{
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B V_0;
memset((&V_0), 0, sizeof(V_0));
{
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_mA2B795C0B74E91ED6DE6A9A25D9D53EF15B931C5((&L_0), (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
V_0 = (Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B )L_0;
goto IL_000a;
}
IL_000a:
{
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B NativeSlice_1_GetEnumerator_m3B12FD43804C1D9CD7C2CC5CEA6D6881D026C8D1_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *>(__this + _offset);
return NativeSlice_1_GetEnumerator_m3B12FD43804C1D9CD7C2CC5CEA6D6881D026C8D1(_thisAdjusted, method);
}
// System.Collections.Generic.IEnumerator`1<T> Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::System.Collections.Generic.IEnumerable<T>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD23F66BE8DC30601572AF1778533E12E49BB38AB_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B L_0;
memset((&L_0), 0, sizeof(L_0));
Enumerator__ctor_mA2B795C0B74E91ED6DE6A9A25D9D53EF15B931C5((&L_0), (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 8));
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD23F66BE8DC30601572AF1778533E12E49BB38AB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *>(__this + _offset);
return NativeSlice_1_System_Collections_Generic_IEnumerableU3CTU3E_GetEnumerator_mD23F66BE8DC30601572AF1778533E12E49BB38AB(_thisAdjusted, method);
}
// System.Collections.IEnumerator Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mB2D1A4FAF29117611EA1D357313A33595C549B97_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B L_0 = NativeSlice_1_GetEnumerator_m3B12FD43804C1D9CD7C2CC5CEA6D6881D026C8D1((NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 9));
Enumerator_t46520A8FC0E3EE108AD00791EAF30CB0903B4B6B L_1 = L_0;
RuntimeObject * L_2 = Box(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 7), &L_1);
V_0 = (RuntimeObject*)L_2;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RuntimeObject* NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mB2D1A4FAF29117611EA1D357313A33595C549B97_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *>(__this + _offset);
return NativeSlice_1_System_Collections_IEnumerable_GetEnumerator_mB2D1A4FAF29117611EA1D357313A33595C549B97(_thisAdjusted, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Equals(Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_mA254DDFDDFF61550B8F6786C2AC8C4830D96AB13_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 ___other0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 L_1 = ___other0;
uint8_t* L_2 = (uint8_t*)L_1.get_m_Buffer_0();
if ((!(((uintptr_t)L_0) == ((uintptr_t)L_2))))
{
goto IL_002d;
}
}
{
int32_t L_3 = (int32_t)__this->get_m_Stride_1();
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 L_4 = ___other0;
int32_t L_5 = (int32_t)L_4.get_m_Stride_1();
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_002d;
}
}
{
int32_t L_6 = (int32_t)__this->get_m_Length_2();
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 L_7 = ___other0;
int32_t L_8 = (int32_t)L_7.get_m_Length_2();
G_B4_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B4_0 = 0;
}
IL_002e:
{
V_0 = (bool)G_B4_0;
goto IL_0031;
}
IL_0031:
{
bool L_9 = V_0;
return L_9;
}
}
IL2CPP_EXTERN_C bool NativeSlice_1_Equals_mA254DDFDDFF61550B8F6786C2AC8C4830D96AB13_AdjustorThunk (RuntimeObject * __this, NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *>(__this + _offset);
return NativeSlice_1_Equals_mA254DDFDDFF61550B8F6786C2AC8C4830D96AB13(_thisAdjusted, ___other0, method);
}
// System.Boolean Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeSlice_1_Equals_mBCF2F23632558A9FFD7A397D906223FC45FB57DE_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
{
RuntimeObject * L_0 = ___obj0;
V_0 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
V_1 = (bool)0;
goto IL_0027;
}
IL_000d:
{
RuntimeObject * L_2 = ___obj0;
if (!((RuntimeObject *)IsInst((RuntimeObject*)L_2, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))
{
goto IL_0023;
}
}
{
RuntimeObject * L_3 = ___obj0;
bool L_4 = NativeSlice_1_Equals_mA254DDFDDFF61550B8F6786C2AC8C4830D96AB13((NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)__this, (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 )((*(NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)((NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *)UnBox(L_3, IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 2))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 10));
G_B5_0 = ((int32_t)(L_4));
goto IL_0024;
}
IL_0023:
{
G_B5_0 = 0;
}
IL_0024:
{
V_1 = (bool)G_B5_0;
goto IL_0027;
}
IL_0027:
{
bool L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C bool NativeSlice_1_Equals_mBCF2F23632558A9FFD7A397D906223FC45FB57DE_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *>(__this + _offset);
return NativeSlice_1_Equals_mBCF2F23632558A9FFD7A397D906223FC45FB57DE(_thisAdjusted, ___obj0, method);
}
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.XR.ARSubsystems.ConfigurationDescriptor>::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_GetHashCode_m531728D31774F452F4C75308712FB8DFD34CA7C0_gshared (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
uint8_t* L_0 = (uint8_t*)__this->get_m_Buffer_0();
V_0 = (int32_t)(((int32_t)((int32_t)(intptr_t)L_0)));
int32_t L_1 = V_0;
int32_t L_2 = (int32_t)__this->get_m_Stride_1();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)((int32_t)397)))^(int32_t)L_2));
int32_t L_3 = V_0;
int32_t L_4 = (int32_t)__this->get_m_Length_2();
V_0 = (int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)((int32_t)397)))^(int32_t)L_4));
int32_t L_5 = V_0;
V_1 = (int32_t)L_5;
goto IL_002c;
}
IL_002c:
{
int32_t L_6 = V_1;
return L_6;
}
}
IL2CPP_EXTERN_C int32_t NativeSlice_1_GetHashCode_m531728D31774F452F4C75308712FB8DFD34CA7C0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * _thisAdjusted = reinterpret_cast<NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 *>(__this + _offset);
return NativeSlice_1_GetHashCode_m531728D31774F452F4C75308712FB8DFD34CA7C0(_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 Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction__ctor_m326E989411D42A2606357ABDEBA0E5BB85F1CFC6_gshared (ExecuteJobFunction_t9E972D668EA728572989B5D0C16D4EB54B900B26 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob>::Invoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_Invoke_mCA727278E91E629944D2141AAA61037A0CAFCD14_gshared (ExecuteJobFunction_t9E972D668EA728572989B5D0C16D4EB54B900B26 * __this, PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 5)
{
// open
typedef void (*FunctionPointerType) (PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker5< PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
GenericVirtActionInvoker5< PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker5< PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
VirtActionInvoker5< PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___data0) - 1), ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
}
}
}
// System.IAsyncResult Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob>::BeginInvoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExecuteJobFunction_BeginInvoke_m48CAD74EFAE1EDC240CAC9DC1ECE9B7F057D324A_gshared (ExecuteJobFunction_t9E972D668EA728572989B5D0C16D4EB54B900B26 * __this, PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteJobFunction_BeginInvoke_m48CAD74EFAE1EDC240CAC9DC1ECE9B7F057D324A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800_il2cpp_TypeInfo_var, &*___data0);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___additionalPtr1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferRangePatchData2);
__d_args[3] = Box(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14_il2cpp_TypeInfo_var, &*___ranges3);
__d_args[4] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___jobIndex4);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob>::EndInvoke(T&,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_EndInvoke_mFD288D7F95E7F9591384F7B169D1CDD188DD4C07_gshared (ExecuteJobFunction_t9E972D668EA728572989B5D0C16D4EB54B900B26 * __this, PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 * ___data0, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges1, RuntimeObject* ___result2, const RuntimeMethod* method)
{
void* ___out_args[] = {
___data0,
___ranges1,
};
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args);
}
#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 Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions_DeallocateJob>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction__ctor_m583310A6ED60D09A0940BEB637D73A6728851FF1_gshared (ExecuteJobFunction_t256A9E39A1E0BAC8356FF2695F2D2024F1A11CA6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions_DeallocateJob>::Invoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_Invoke_mAFD7E166DDDE9CED5D5362B28424BFC8C5AF4E45_gshared (ExecuteJobFunction_t256A9E39A1E0BAC8356FF2695F2D2024F1A11CA6 * __this, DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 5)
{
// open
typedef void (*FunctionPointerType) (DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker5< DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
GenericVirtActionInvoker5< DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker5< DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
VirtActionInvoker5< DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___data0) - 1), ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
}
}
}
// System.IAsyncResult Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions_DeallocateJob>::BeginInvoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExecuteJobFunction_BeginInvoke_m74C1952CD9695E0FD2DFDB9FEBFD5BB261F710E6_gshared (ExecuteJobFunction_t256A9E39A1E0BAC8356FF2695F2D2024F1A11CA6 * __this, DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteJobFunction_BeginInvoke_m74C1952CD9695E0FD2DFDB9FEBFD5BB261F710E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C_il2cpp_TypeInfo_var, &*___data0);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___additionalPtr1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferRangePatchData2);
__d_args[3] = Box(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14_il2cpp_TypeInfo_var, &*___ranges3);
__d_args[4] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___jobIndex4);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions_DeallocateJob>::EndInvoke(T&,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_EndInvoke_mAC6737DA06B702CE1B5A4195A75F17013E737868_gshared (ExecuteJobFunction_t256A9E39A1E0BAC8356FF2695F2D2024F1A11CA6 * __this, DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C * ___data0, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges1, RuntimeObject* ___result2, const RuntimeMethod* method)
{
void* ___out_args[] = {
___data0,
___ranges1,
};
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args);
}
#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 Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction__ctor_mBA4D5A84A7C84482D0A7192558AC2590CAF6C627_gshared (ExecuteJobFunction_tF0AD6BFEBA2CD378D99025FC12565A171DC5DF0A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob>::Invoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_Invoke_mBE3FFB5EBC2A621F08BD572716622D1F8C381CE2_gshared (ExecuteJobFunction_tF0AD6BFEBA2CD378D99025FC12565A171DC5DF0A * __this, AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 5)
{
// open
typedef void (*FunctionPointerType) (AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker5< AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
GenericVirtActionInvoker5< AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker5< AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
VirtActionInvoker5< AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___data0) - 1), ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
}
}
}
// System.IAsyncResult Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob>::BeginInvoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExecuteJobFunction_BeginInvoke_m6BA6D92BF849ECB7E6788CAA716A57817DAB98DC_gshared (ExecuteJobFunction_tF0AD6BFEBA2CD378D99025FC12565A171DC5DF0A * __this, AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteJobFunction_BeginInvoke_m6BA6D92BF849ECB7E6788CAA716A57817DAB98DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B_il2cpp_TypeInfo_var, &*___data0);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___additionalPtr1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferRangePatchData2);
__d_args[3] = Box(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14_il2cpp_TypeInfo_var, &*___ranges3);
__d_args[4] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___jobIndex4);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob>::EndInvoke(T&,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_EndInvoke_mCD1481D8A530983AE2212E2587E9D4F751EE706A_gshared (ExecuteJobFunction_tF0AD6BFEBA2CD378D99025FC12565A171DC5DF0A * __this, AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B * ___data0, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges1, RuntimeObject* ___result2, const RuntimeMethod* method)
{
void* ___out_args[] = {
___data0,
___ranges1,
};
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args);
}
#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 Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_DeallocateNativeArrayJob`1<System.Byte>>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction__ctor_m1B0931DA6F21E45F9EAF11632C7D4062EF20DA47_gshared (ExecuteJobFunction_t2D320F6F2CAB0110FEB415B94F67667430F4E1E7 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_DeallocateNativeArrayJob`1<System.Byte>>::Invoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_Invoke_m2CCEDCC3778A666B5BD7D44B56BB10541E5510F3_gshared (ExecuteJobFunction_t2D320F6F2CAB0110FEB415B94F67667430F4E1E7 * __this, DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 5)
{
// open
typedef void (*FunctionPointerType) (DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker5< DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
GenericVirtActionInvoker5< DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker5< DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
VirtActionInvoker5< DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___data0) - 1), ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
}
}
}
// System.IAsyncResult Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_DeallocateNativeArrayJob`1<System.Byte>>::BeginInvoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExecuteJobFunction_BeginInvoke_m1219D9C1F73FFEF8D256689DA650BDA99FC1087E_gshared (ExecuteJobFunction_t2D320F6F2CAB0110FEB415B94F67667430F4E1E7 * __this, DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteJobFunction_BeginInvoke_m1219D9C1F73FFEF8D256689DA650BDA99FC1087E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A_il2cpp_TypeInfo_var, &*___data0);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___additionalPtr1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferRangePatchData2);
__d_args[3] = Box(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14_il2cpp_TypeInfo_var, &*___ranges3);
__d_args[4] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___jobIndex4);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_DeallocateNativeArrayJob`1<System.Byte>>::EndInvoke(T&,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_EndInvoke_mC43BDB4A961F1703FD6E1F39FA75057DC3F69036_gshared (ExecuteJobFunction_t2D320F6F2CAB0110FEB415B94F67667430F4E1E7 * __this, DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A * ___data0, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges1, RuntimeObject* ___result2, const RuntimeMethod* method)
{
void* ___out_args[] = {
___data0,
___ranges1,
};
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args);
}
#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 Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_ReleaseDatabaseJob>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction__ctor_mECEDDAA6BDDA7553E4E9C36BFC2FFEF886A6D184_gshared (ExecuteJobFunction_t834EC37922DC4F8715193726A1100DD7AC363FA2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_ReleaseDatabaseJob>::Invoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_Invoke_mBD02D502619A81DBF2C247B54D70E1EBC76C75C0_gshared (ExecuteJobFunction_t834EC37922DC4F8715193726A1100DD7AC363FA2 * __this, ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 5)
{
// open
typedef void (*FunctionPointerType) (ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker5< ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
GenericVirtActionInvoker5< ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker5< ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
VirtActionInvoker5< ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___data0) - 1), ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
}
}
}
// System.IAsyncResult Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_ReleaseDatabaseJob>::BeginInvoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExecuteJobFunction_BeginInvoke_mF12DA86535C53753DF37964A709511CDDAE3D7DD_gshared (ExecuteJobFunction_t834EC37922DC4F8715193726A1100DD7AC363FA2 * __this, ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteJobFunction_BeginInvoke_mF12DA86535C53753DF37964A709511CDDAE3D7DD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67_il2cpp_TypeInfo_var, &*___data0);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___additionalPtr1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferRangePatchData2);
__d_args[3] = Box(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14_il2cpp_TypeInfo_var, &*___ranges3);
__d_args[4] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___jobIndex4);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_ReleaseDatabaseJob>::EndInvoke(T&,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_EndInvoke_m605490208722F166F82891CD5905778863A16BEE_gshared (ExecuteJobFunction_t834EC37922DC4F8715193726A1100DD7AC363FA2 * __this, ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 * ___data0, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges1, RuntimeObject* ___result2, const RuntimeMethod* method)
{
void* ___out_args[] = {
___data0,
___ranges1,
};
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args);
}
#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 Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_FlipBoundaryWindingJob>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction__ctor_m04042162FB618B12BCABA4FD47A16E4A7E667164_gshared (ExecuteJobFunction_tB43A775F73BFE849068890AF2D56DCE49EA18DC6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_FlipBoundaryWindingJob>::Invoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_Invoke_m6A8CAB7C394E106871165588579C248F73BAE424_gshared (ExecuteJobFunction_tB43A775F73BFE849068890AF2D56DCE49EA18DC6 * __this, FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 5)
{
// open
typedef void (*FunctionPointerType) (FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker5< FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
GenericVirtActionInvoker5< FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker5< FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
VirtActionInvoker5< FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___data0) - 1), ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
}
}
}
// System.IAsyncResult Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_FlipBoundaryWindingJob>::BeginInvoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExecuteJobFunction_BeginInvoke_m0E35845E9F97731FE709AC3CD968D36978FFDD51_gshared (ExecuteJobFunction_tB43A775F73BFE849068890AF2D56DCE49EA18DC6 * __this, FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteJobFunction_BeginInvoke_m0E35845E9F97731FE709AC3CD968D36978FFDD51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B_il2cpp_TypeInfo_var, &*___data0);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___additionalPtr1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferRangePatchData2);
__d_args[3] = Box(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14_il2cpp_TypeInfo_var, &*___ranges3);
__d_args[4] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___jobIndex4);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_FlipBoundaryWindingJob>::EndInvoke(T&,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_EndInvoke_mF99D961E6D8816F16E02D92CC4A9536B28B1FAFA_gshared (ExecuteJobFunction_tB43A775F73BFE849068890AF2D56DCE49EA18DC6 * __this, FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B * ___data0, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges1, RuntimeObject* ___result2, const RuntimeMethod* method)
{
void* ___out_args[] = {
___data0,
___ranges1,
};
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args);
}
#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.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob>::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t JobStruct_1_Initialize_m2602927DA36B621E460CF6923D245C7A58820B4B_gshared (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (JobStruct_1_Initialize_m2602927DA36B621E460CF6923D245C7A58820B4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
intptr_t L_0 = ((JobStruct_1_t2D705F855D2AC6414179E8912181AEE8E1201680_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0037;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
ExecuteJobFunction_t9E972D668EA728572989B5D0C16D4EB54B900B26 * L_5 = (ExecuteJobFunction_t9E972D668EA728572989B5D0C16D4EB54B900B26 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (ExecuteJobFunction_t9E972D668EA728572989B5D0C16D4EB54B900B26 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)NULL, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
intptr_t L_6 = JobsUtility_CreateJobReflectionData_m53AA6B6D7C4275B71040FC4AADFE253285111AAF((Type_t *)L_4, (int32_t)0, (RuntimeObject *)L_5, (RuntimeObject *)NULL, (RuntimeObject *)NULL, /*hidden argument*/NULL);
((JobStruct_1_t2D705F855D2AC6414179E8912181AEE8E1201680_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_jobReflectionData_0((intptr_t)L_6);
}
IL_0037:
{
intptr_t L_7 = ((JobStruct_1_t2D705F855D2AC6414179E8912181AEE8E1201680_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
V_1 = (intptr_t)L_7;
goto IL_003f;
}
IL_003f:
{
intptr_t L_8 = V_1;
return (intptr_t)L_8;
}
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastCollectResultsJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobStruct_1_Execute_mCF0AAE7B1DA19115F11FFAFE28C37B1D53C5F438_gshared (PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
{
PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 * L_0 = ___data0;
PointCloudRaycastCollectResultsJob_Execute_m2A23AC6A3D7CA496823890F168F656B74DA88326((PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 *)(PointCloudRaycastCollectResultsJob_t0898DECFBDC188E531D8165749BA923FAD97F800 *)L_0, /*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.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions_DeallocateJob>::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t JobStruct_1_Initialize_m939EFE652EEE14F27696415F22E99F0633CDF9D3_gshared (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (JobStruct_1_Initialize_m939EFE652EEE14F27696415F22E99F0633CDF9D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
intptr_t L_0 = ((JobStruct_1_t60D68B9BF45582A40B570D7BDC3855D4FCA17DA9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0037;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
ExecuteJobFunction_t256A9E39A1E0BAC8356FF2695F2D2024F1A11CA6 * L_5 = (ExecuteJobFunction_t256A9E39A1E0BAC8356FF2695F2D2024F1A11CA6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (ExecuteJobFunction_t256A9E39A1E0BAC8356FF2695F2D2024F1A11CA6 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)NULL, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
intptr_t L_6 = JobsUtility_CreateJobReflectionData_m53AA6B6D7C4275B71040FC4AADFE253285111AAF((Type_t *)L_4, (int32_t)0, (RuntimeObject *)L_5, (RuntimeObject *)NULL, (RuntimeObject *)NULL, /*hidden argument*/NULL);
((JobStruct_1_t60D68B9BF45582A40B570D7BDC3855D4FCA17DA9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_jobReflectionData_0((intptr_t)L_6);
}
IL_0037:
{
intptr_t L_7 = ((JobStruct_1_t60D68B9BF45582A40B570D7BDC3855D4FCA17DA9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
V_1 = (intptr_t)L_7;
goto IL_003f;
}
IL_003f:
{
intptr_t L_8 = V_1;
return (intptr_t)L_8;
}
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARFoundation.MutableRuntimeReferenceImageLibraryExtensions_DeallocateJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobStruct_1_Execute_m8D5BBB504490950807DD48649A51D54D0D8136F8_gshared (DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
{
DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C * L_0 = ___data0;
DeallocateJob_Execute_m391D44F487F7165101A3406C11E3974662CA3E2E((DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C *)(DeallocateJob_t5CF23E1E3DFFAC4FD7D519CCB7359342BC3F607C *)L_0, /*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.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob>::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t JobStruct_1_Initialize_m2F2F4596BFC6911A358C58BE4B7355DF3473581D_gshared (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (JobStruct_1_Initialize_m2F2F4596BFC6911A358C58BE4B7355DF3473581D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
intptr_t L_0 = ((JobStruct_1_t9A1D3BE35B492D15ACEF9706FE4B41303C73ED9D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0037;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
ExecuteJobFunction_tF0AD6BFEBA2CD378D99025FC12565A171DC5DF0A * L_5 = (ExecuteJobFunction_tF0AD6BFEBA2CD378D99025FC12565A171DC5DF0A *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (ExecuteJobFunction_tF0AD6BFEBA2CD378D99025FC12565A171DC5DF0A *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)NULL, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
intptr_t L_6 = JobsUtility_CreateJobReflectionData_m53AA6B6D7C4275B71040FC4AADFE253285111AAF((Type_t *)L_4, (int32_t)0, (RuntimeObject *)L_5, (RuntimeObject *)NULL, (RuntimeObject *)NULL, /*hidden argument*/NULL);
((JobStruct_1_t9A1D3BE35B492D15ACEF9706FE4B41303C73ED9D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_jobReflectionData_0((intptr_t)L_6);
}
IL_0037:
{
intptr_t L_7 = ((JobStruct_1_t9A1D3BE35B492D15ACEF9706FE4B41303C73ED9D_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
V_1 = (intptr_t)L_7;
goto IL_003f;
}
IL_003f:
{
intptr_t L_8 = V_1;
return (intptr_t)L_8;
}
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_AddImageJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobStruct_1_Execute_m35A3C8ACB00E9DA563A09AE261B83394F5B4410B_gshared (AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
{
AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B * L_0 = ___data0;
AddImageJob_Execute_m3A8FA4215B06029D6AB06F04160B0B280B28DB02((AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B *)(AddImageJob_t6881DFF5CA052839DF708884504DD6FD4335AC7B *)L_0, /*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.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_DeallocateNativeArrayJob`1<System.Byte>>::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t JobStruct_1_Initialize_m6115EACF5C9A033DD21C78E208BDA5555F2ED11A_gshared (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (JobStruct_1_Initialize_m6115EACF5C9A033DD21C78E208BDA5555F2ED11A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
intptr_t L_0 = ((JobStruct_1_tC7327A4D7E57B841C2F10E7154313017702DFCC4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0037;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
ExecuteJobFunction_t2D320F6F2CAB0110FEB415B94F67667430F4E1E7 * L_5 = (ExecuteJobFunction_t2D320F6F2CAB0110FEB415B94F67667430F4E1E7 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (ExecuteJobFunction_t2D320F6F2CAB0110FEB415B94F67667430F4E1E7 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)NULL, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
intptr_t L_6 = JobsUtility_CreateJobReflectionData_m53AA6B6D7C4275B71040FC4AADFE253285111AAF((Type_t *)L_4, (int32_t)0, (RuntimeObject *)L_5, (RuntimeObject *)NULL, (RuntimeObject *)NULL, /*hidden argument*/NULL);
((JobStruct_1_tC7327A4D7E57B841C2F10E7154313017702DFCC4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_jobReflectionData_0((intptr_t)L_6);
}
IL_0037:
{
intptr_t L_7 = ((JobStruct_1_tC7327A4D7E57B841C2F10E7154313017702DFCC4_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
V_1 = (intptr_t)L_7;
goto IL_003f;
}
IL_003f:
{
intptr_t L_8 = V_1;
return (intptr_t)L_8;
}
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_DeallocateNativeArrayJob`1<System.Byte>>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobStruct_1_Execute_m44DCF19EA13911737A5B9D13529E1DD6709C8B17_gshared (DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (JobStruct_1_Execute_m44DCF19EA13911737A5B9D13529E1DD6709C8B17_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A * L_0 = ___data0;
Il2CppFakeBox<DeallocateNativeArrayJob_1_t59DBA0C9BBC893D25CDD20316BE2D44BCF0BEE5A > L_1(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 5), L_0);
const VirtualInvokeData& il2cpp_virtual_invoke_data__8 = il2cpp_codegen_get_interface_invoke_data(0, (&L_1), IJob_t0CE9FAE4AD4561AE9ED24490D776C0F49F335A91_il2cpp_TypeInfo_var);
(( void (*) (RuntimeObject* IL2CPP_PARAMETER_RESTRICT, const RuntimeMethod*))il2cpp_virtual_invoke_data__8.methodPtr)((RuntimeObject*)(&L_1), /*hidden argument*/il2cpp_virtual_invoke_data__8.method);
*L_0 = L_1.m_Value;
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.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_ReleaseDatabaseJob>::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t JobStruct_1_Initialize_mF2EC0D38F911A01F94ABF511BB05B02D0A11D062_gshared (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (JobStruct_1_Initialize_mF2EC0D38F911A01F94ABF511BB05B02D0A11D062_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
intptr_t L_0 = ((JobStruct_1_t23AED54A4D3A385AC0558753EDABCAB2A886BC75_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0037;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
ExecuteJobFunction_t834EC37922DC4F8715193726A1100DD7AC363FA2 * L_5 = (ExecuteJobFunction_t834EC37922DC4F8715193726A1100DD7AC363FA2 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (ExecuteJobFunction_t834EC37922DC4F8715193726A1100DD7AC363FA2 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)NULL, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
intptr_t L_6 = JobsUtility_CreateJobReflectionData_m53AA6B6D7C4275B71040FC4AADFE253285111AAF((Type_t *)L_4, (int32_t)0, (RuntimeObject *)L_5, (RuntimeObject *)NULL, (RuntimeObject *)NULL, /*hidden argument*/NULL);
((JobStruct_1_t23AED54A4D3A385AC0558753EDABCAB2A886BC75_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_jobReflectionData_0((intptr_t)L_6);
}
IL_0037:
{
intptr_t L_7 = ((JobStruct_1_t23AED54A4D3A385AC0558753EDABCAB2A886BC75_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
V_1 = (intptr_t)L_7;
goto IL_003f;
}
IL_003f:
{
intptr_t L_8 = V_1;
return (intptr_t)L_8;
}
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_ReleaseDatabaseJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobStruct_1_Execute_m3D3E4BB46A46D2295099DE65E8D2F5ED3588B4A1_gshared (ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
{
ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 * L_0 = ___data0;
ReleaseDatabaseJob_Execute_m4C9E632AC6767DD7A3E47B5D932159C6412C03CA((ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 *)(ReleaseDatabaseJob_tC310F72A86990984D84268583576F35759024B67 *)L_0, /*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.IntPtr Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_FlipBoundaryWindingJob>::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t JobStruct_1_Initialize_m393A3E87223E75B83784EA3E60FD3262487F9CF4_gshared (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (JobStruct_1_Initialize_m393A3E87223E75B83784EA3E60FD3262487F9CF4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
intptr_t L_0 = ((JobStruct_1_tD1BCEBB5CC0EA92CD7B62250584FAD513A059E0E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0037;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
ExecuteJobFunction_tB43A775F73BFE849068890AF2D56DCE49EA18DC6 * L_5 = (ExecuteJobFunction_tB43A775F73BFE849068890AF2D56DCE49EA18DC6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (ExecuteJobFunction_tB43A775F73BFE849068890AF2D56DCE49EA18DC6 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)NULL, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
intptr_t L_6 = JobsUtility_CreateJobReflectionData_m53AA6B6D7C4275B71040FC4AADFE253285111AAF((Type_t *)L_4, (int32_t)0, (RuntimeObject *)L_5, (RuntimeObject *)NULL, (RuntimeObject *)NULL, /*hidden argument*/NULL);
((JobStruct_1_tD1BCEBB5CC0EA92CD7B62250584FAD513A059E0E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_jobReflectionData_0((intptr_t)L_6);
}
IL_0037:
{
intptr_t L_7 = ((JobStruct_1_tD1BCEBB5CC0EA92CD7B62250584FAD513A059E0E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
V_1 = (intptr_t)L_7;
goto IL_003f;
}
IL_003f:
{
intptr_t L_8 = V_1;
return (intptr_t)L_8;
}
}
// System.Void Unity.Jobs.IJobExtensions_JobStruct`1<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_FlipBoundaryWindingJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobStruct_1_Execute_mA4935C1989E56AFADBAB08B4345AC695665AC84E_gshared (FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
{
FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B * L_0 = ___data0;
FlipBoundaryWindingJob_Execute_m917AD0D616865A13E42264A539B71B3702A0285D((FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B *)(FlipBoundaryWindingJob_t5FB548E1D853A28EE666EC1E24E5D3D213B7247B *)L_0, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction__ctor_m0D141344D9C1732FC274EF3C832553281E3107B5_gshared (ExecuteJobFunction_tF898FCAE599C6A2226E4BC0F4801706EBAB73B69 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob>::Invoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_Invoke_m8C25CE6E9270A43550F6AF39A9261EE837310F7A_gshared (ExecuteJobFunction_tF898FCAE599C6A2226E4BC0F4801706EBAB73B69 * __this, PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 5)
{
// open
typedef void (*FunctionPointerType) (PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker5< PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
GenericVirtActionInvoker5< PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker5< PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
VirtActionInvoker5< PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___data0) - 1), ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
}
}
}
// System.IAsyncResult Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob>::BeginInvoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExecuteJobFunction_BeginInvoke_mEBD2200A00BAEC1E92E7E41699514C88BFFAC851_gshared (ExecuteJobFunction_tF898FCAE599C6A2226E4BC0F4801706EBAB73B69 * __this, PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteJobFunction_BeginInvoke_mEBD2200A00BAEC1E92E7E41699514C88BFFAC851_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C_il2cpp_TypeInfo_var, &*___data0);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___additionalPtr1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferRangePatchData2);
__d_args[3] = Box(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14_il2cpp_TypeInfo_var, &*___ranges3);
__d_args[4] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___jobIndex4);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob>::EndInvoke(T&,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_EndInvoke_m85F43CA9FFA16339C667557F7FB639FD1570C2FF_gshared (ExecuteJobFunction_tF898FCAE599C6A2226E4BC0F4801706EBAB73B69 * __this, PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C * ___data0, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges1, RuntimeObject* ___result2, const RuntimeMethod* method)
{
void* ___out_args[] = {
___data0,
___ranges1,
};
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args);
}
#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 Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_ConvertRGBA32ToARGB32Job>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction__ctor_m1D900A84393DAEC80E54C6F8DC24AED355433D09_gshared (ExecuteJobFunction_t7A5337D81F436AF6B4EE4FA115156754FDF0E8E9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_ConvertRGBA32ToARGB32Job>::Invoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_Invoke_m3075DE9AB33FE768E206DD93834636AA1A9165FC_gshared (ExecuteJobFunction_t7A5337D81F436AF6B4EE4FA115156754FDF0E8E9 * __this, ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 5)
{
// open
typedef void (*FunctionPointerType) (ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker5< ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
GenericVirtActionInvoker5< ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker5< ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
VirtActionInvoker5< ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___data0) - 1), ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
}
}
}
// System.IAsyncResult Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_ConvertRGBA32ToARGB32Job>::BeginInvoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExecuteJobFunction_BeginInvoke_mCFB9F54C7DD8CBCA8BBB66E1294AE869B1978448_gshared (ExecuteJobFunction_t7A5337D81F436AF6B4EE4FA115156754FDF0E8E9 * __this, ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteJobFunction_BeginInvoke_mCFB9F54C7DD8CBCA8BBB66E1294AE869B1978448_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0_il2cpp_TypeInfo_var, &*___data0);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___additionalPtr1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferRangePatchData2);
__d_args[3] = Box(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14_il2cpp_TypeInfo_var, &*___ranges3);
__d_args[4] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___jobIndex4);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitImageDatabase_ConvertRGBA32ToARGB32Job>::EndInvoke(T&,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_EndInvoke_m771003866F8201DEA0845AFA1CDA91C60D1D1A74_gshared (ExecuteJobFunction_t7A5337D81F436AF6B4EE4FA115156754FDF0E8E9 * __this, ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 * ___data0, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges1, RuntimeObject* ___result2, const RuntimeMethod* method)
{
void* ___out_args[] = {
___data0,
___ranges1,
};
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args);
}
#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 Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRDepthSubsystem_TransformPositionsJob>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction__ctor_m3788AB57C2A252EF211C33943F35954EF48F4864_gshared (ExecuteJobFunction_tC6EFEC5502C00AD5D59C9A19CDAAD287BD094EB0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRDepthSubsystem_TransformPositionsJob>::Invoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_Invoke_mC92B552CF1CA78CEB1565CBD2DD542B572F0DDB8_gshared (ExecuteJobFunction_tC6EFEC5502C00AD5D59C9A19CDAAD287BD094EB0 * __this, TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 5)
{
// open
typedef void (*FunctionPointerType) (TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker5< TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
GenericVirtActionInvoker5< TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker5< TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
VirtActionInvoker5< TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___data0) - 1), ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
}
}
}
// System.IAsyncResult Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRDepthSubsystem_TransformPositionsJob>::BeginInvoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExecuteJobFunction_BeginInvoke_m0C852E6084B0E91C67A05B79CDE0FA83FBBEB669_gshared (ExecuteJobFunction_tC6EFEC5502C00AD5D59C9A19CDAAD287BD094EB0 * __this, TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteJobFunction_BeginInvoke_m0C852E6084B0E91C67A05B79CDE0FA83FBBEB669_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283_il2cpp_TypeInfo_var, &*___data0);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___additionalPtr1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferRangePatchData2);
__d_args[3] = Box(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14_il2cpp_TypeInfo_var, &*___ranges3);
__d_args[4] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___jobIndex4);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRDepthSubsystem_TransformPositionsJob>::EndInvoke(T&,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_EndInvoke_mB78F3BEF7F229EC7C02E08FD5E0D3E66F9EAEC0F_gshared (ExecuteJobFunction_tC6EFEC5502C00AD5D59C9A19CDAAD287BD094EB0 * __this, TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 * ___data0, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges1, RuntimeObject* ___result2, const RuntimeMethod* method)
{
void* ___out_args[] = {
___data0,
___ranges1,
};
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args);
}
#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 Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_TransformBoundaryPositionsJob>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction__ctor_m3BA5DDC30103DCA968CA8FB0922B1E77C70024F3_gshared (ExecuteJobFunction_tA9E4C7103F78806D963B323A79EBFBA15FC9A2CC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_TransformBoundaryPositionsJob>::Invoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_Invoke_mA34F0F1A0DD188A9E7996429FA3E78938983E69E_gshared (ExecuteJobFunction_tA9E4C7103F78806D963B323A79EBFBA15FC9A2CC * __this, TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 5)
{
// open
typedef void (*FunctionPointerType) (TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker5< TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
GenericVirtActionInvoker5< TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(targetMethod, targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker5< TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
else
VirtActionInvoker5< TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___data0) - 1), ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 *, intptr_t, intptr_t, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___data0, ___additionalPtr1, ___bufferRangePatchData2, ___ranges3, ___jobIndex4, targetMethod);
}
}
}
}
}
// System.IAsyncResult Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_TransformBoundaryPositionsJob>::BeginInvoke(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExecuteJobFunction_BeginInvoke_mDFE2FB3AD7853C7AD2BB0436F32C787BAD368FD6_gshared (ExecuteJobFunction_tA9E4C7103F78806D963B323A79EBFBA15FC9A2CC * __this, TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 * ___data0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteJobFunction_BeginInvoke_mDFE2FB3AD7853C7AD2BB0436F32C787BAD368FD6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872_il2cpp_TypeInfo_var, &*___data0);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___additionalPtr1);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___bufferRangePatchData2);
__d_args[3] = Box(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14_il2cpp_TypeInfo_var, &*___ranges3);
__d_args[4] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___jobIndex4);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1_ExecuteJobFunction<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_TransformBoundaryPositionsJob>::EndInvoke(T&,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteJobFunction_EndInvoke_m663F456157C36CF24E3607B69EA6799FC67172DE_gshared (ExecuteJobFunction_tA9E4C7103F78806D963B323A79EBFBA15FC9A2CC * __this, TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 * ___data0, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges1, RuntimeObject* ___result2, const RuntimeMethod* method)
{
void* ___out_args[] = {
___data0,
___ranges1,
};
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result2, ___out_args);
}
#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.IntPtr Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob>::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ParallelForJobStruct_1_Initialize_m59B6A3C1BDE0DA1C0912029EF3C831D19FC689A3_gshared (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParallelForJobStruct_1_Initialize_m59B6A3C1BDE0DA1C0912029EF3C831D19FC689A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
intptr_t L_0 = ((ParallelForJobStruct_1_tD7EC807DEDBAAEB09CFCD8AFF498EBA936A0BD15_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0037;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
ExecuteJobFunction_tF898FCAE599C6A2226E4BC0F4801706EBAB73B69 * L_5 = (ExecuteJobFunction_tF898FCAE599C6A2226E4BC0F4801706EBAB73B69 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (ExecuteJobFunction_tF898FCAE599C6A2226E4BC0F4801706EBAB73B69 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)NULL, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
intptr_t L_6 = JobsUtility_CreateJobReflectionData_m53AA6B6D7C4275B71040FC4AADFE253285111AAF((Type_t *)L_4, (int32_t)1, (RuntimeObject *)L_5, (RuntimeObject *)NULL, (RuntimeObject *)NULL, /*hidden argument*/NULL);
((ParallelForJobStruct_1_tD7EC807DEDBAAEB09CFCD8AFF498EBA936A0BD15_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_jobReflectionData_0((intptr_t)L_6);
}
IL_0037:
{
intptr_t L_7 = ((ParallelForJobStruct_1_tD7EC807DEDBAAEB09CFCD8AFF498EBA936A0BD15_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
V_1 = (intptr_t)L_7;
goto IL_003f;
}
IL_003f:
{
intptr_t L_8 = V_1;
return (intptr_t)L_8;
}
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARFoundation.ARPointCloudManager_PointCloudRaycastJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelForJobStruct_1_Execute_mE35DCF02452523BE87C3B92BB8AD0BB250520962_gshared (PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C * ___jobData0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
{
goto IL_0041;
}
IL_0003:
{
JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * L_0 = ___ranges3;
int32_t L_1 = ___jobIndex4;
bool L_2 = JobsUtility_GetWorkStealingRange_m760093A79807BC4741E89A98A6192D41D5451A04((JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *)(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *)L_0, (int32_t)L_1, (int32_t*)(int32_t*)(&V_0), (int32_t*)(int32_t*)(&V_1), /*hidden argument*/NULL);
V_3 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_3;
if (!L_3)
{
goto IL_0019;
}
}
{
goto IL_0046;
}
IL_0019:
{
int32_t L_4 = V_1;
V_2 = (int32_t)L_4;
int32_t L_5 = V_0;
V_4 = (int32_t)L_5;
goto IL_0035;
}
IL_0020:
{
PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C * L_6 = ___jobData0;
int32_t L_7 = V_4;
PointCloudRaycastJob_Execute_mC775E2965DFC2CCF222E1F207FDC4ECD0014111B((PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C *)(PointCloudRaycastJob_t8187276FD1BF0C2443AC32E527990C1975442A8C *)L_6, (int32_t)L_7, /*hidden argument*/NULL);
int32_t L_8 = V_4;
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0035:
{
int32_t L_9 = V_4;
int32_t L_10 = V_2;
V_5 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
bool L_11 = V_5;
if (L_11)
{
goto IL_0020;
}
}
{
}
IL_0041:
{
V_6 = (bool)1;
goto IL_0003;
}
IL_0046:
{
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.IntPtr Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_ConvertRGBA32ToARGB32Job>::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ParallelForJobStruct_1_Initialize_m141E0A4211892F8F5364D3FE01E8E93875C34295_gshared (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParallelForJobStruct_1_Initialize_m141E0A4211892F8F5364D3FE01E8E93875C34295_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
intptr_t L_0 = ((ParallelForJobStruct_1_t94F28917DD754F22D23734690B284B1D0EC3C5F9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0037;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
ExecuteJobFunction_t7A5337D81F436AF6B4EE4FA115156754FDF0E8E9 * L_5 = (ExecuteJobFunction_t7A5337D81F436AF6B4EE4FA115156754FDF0E8E9 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (ExecuteJobFunction_t7A5337D81F436AF6B4EE4FA115156754FDF0E8E9 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)NULL, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
intptr_t L_6 = JobsUtility_CreateJobReflectionData_m53AA6B6D7C4275B71040FC4AADFE253285111AAF((Type_t *)L_4, (int32_t)1, (RuntimeObject *)L_5, (RuntimeObject *)NULL, (RuntimeObject *)NULL, /*hidden argument*/NULL);
((ParallelForJobStruct_1_t94F28917DD754F22D23734690B284B1D0EC3C5F9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_jobReflectionData_0((intptr_t)L_6);
}
IL_0037:
{
intptr_t L_7 = ((ParallelForJobStruct_1_t94F28917DD754F22D23734690B284B1D0EC3C5F9_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
V_1 = (intptr_t)L_7;
goto IL_003f;
}
IL_003f:
{
intptr_t L_8 = V_1;
return (intptr_t)L_8;
}
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARKit.ARKitImageDatabase_ConvertRGBA32ToARGB32Job>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelForJobStruct_1_Execute_m04FF1D407AB91C64BE5687E2FA887EBD7824A94D_gshared (ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 * ___jobData0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
{
goto IL_0041;
}
IL_0003:
{
JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * L_0 = ___ranges3;
int32_t L_1 = ___jobIndex4;
bool L_2 = JobsUtility_GetWorkStealingRange_m760093A79807BC4741E89A98A6192D41D5451A04((JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *)(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *)L_0, (int32_t)L_1, (int32_t*)(int32_t*)(&V_0), (int32_t*)(int32_t*)(&V_1), /*hidden argument*/NULL);
V_3 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_3;
if (!L_3)
{
goto IL_0019;
}
}
{
goto IL_0046;
}
IL_0019:
{
int32_t L_4 = V_1;
V_2 = (int32_t)L_4;
int32_t L_5 = V_0;
V_4 = (int32_t)L_5;
goto IL_0035;
}
IL_0020:
{
ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 * L_6 = ___jobData0;
int32_t L_7 = V_4;
ConvertRGBA32ToARGB32Job_Execute_m1BA0AF9C8427274D4BF89528A6A45135E4379841((ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 *)(ConvertRGBA32ToARGB32Job_t81AAD60557C255D4A08CBD6789644DCA20D61AA0 *)L_6, (int32_t)L_7, /*hidden argument*/NULL);
int32_t L_8 = V_4;
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0035:
{
int32_t L_9 = V_4;
int32_t L_10 = V_2;
V_5 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
bool L_11 = V_5;
if (L_11)
{
goto IL_0020;
}
}
{
}
IL_0041:
{
V_6 = (bool)1;
goto IL_0003;
}
IL_0046:
{
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.IntPtr Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARKit.ARKitXRDepthSubsystem_TransformPositionsJob>::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ParallelForJobStruct_1_Initialize_m960E6EF318839D66DA4A07182155696B4F3AF75D_gshared (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParallelForJobStruct_1_Initialize_m960E6EF318839D66DA4A07182155696B4F3AF75D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
intptr_t L_0 = ((ParallelForJobStruct_1_t8FA4B22A92253B19C1DB21F5F9455DCC25AAD60E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0037;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
ExecuteJobFunction_tC6EFEC5502C00AD5D59C9A19CDAAD287BD094EB0 * L_5 = (ExecuteJobFunction_tC6EFEC5502C00AD5D59C9A19CDAAD287BD094EB0 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (ExecuteJobFunction_tC6EFEC5502C00AD5D59C9A19CDAAD287BD094EB0 *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)NULL, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
intptr_t L_6 = JobsUtility_CreateJobReflectionData_m53AA6B6D7C4275B71040FC4AADFE253285111AAF((Type_t *)L_4, (int32_t)1, (RuntimeObject *)L_5, (RuntimeObject *)NULL, (RuntimeObject *)NULL, /*hidden argument*/NULL);
((ParallelForJobStruct_1_t8FA4B22A92253B19C1DB21F5F9455DCC25AAD60E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_jobReflectionData_0((intptr_t)L_6);
}
IL_0037:
{
intptr_t L_7 = ((ParallelForJobStruct_1_t8FA4B22A92253B19C1DB21F5F9455DCC25AAD60E_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
V_1 = (intptr_t)L_7;
goto IL_003f;
}
IL_003f:
{
intptr_t L_8 = V_1;
return (intptr_t)L_8;
}
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARKit.ARKitXRDepthSubsystem_TransformPositionsJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelForJobStruct_1_Execute_m6F8EB6E0903DABC6063FACD75D79CA5A00EE1D4C_gshared (TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 * ___jobData0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
{
goto IL_0041;
}
IL_0003:
{
JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * L_0 = ___ranges3;
int32_t L_1 = ___jobIndex4;
bool L_2 = JobsUtility_GetWorkStealingRange_m760093A79807BC4741E89A98A6192D41D5451A04((JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *)(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *)L_0, (int32_t)L_1, (int32_t*)(int32_t*)(&V_0), (int32_t*)(int32_t*)(&V_1), /*hidden argument*/NULL);
V_3 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_3;
if (!L_3)
{
goto IL_0019;
}
}
{
goto IL_0046;
}
IL_0019:
{
int32_t L_4 = V_1;
V_2 = (int32_t)L_4;
int32_t L_5 = V_0;
V_4 = (int32_t)L_5;
goto IL_0035;
}
IL_0020:
{
TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 * L_6 = ___jobData0;
int32_t L_7 = V_4;
TransformPositionsJob_Execute_m599A8FB62D88B510B5BDC79C59E095B336DE2CFD((TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 *)(TransformPositionsJob_t4BCA4844CF5EFB6C0A19B9E5059390B2E499E283 *)L_6, (int32_t)L_7, /*hidden argument*/NULL);
int32_t L_8 = V_4;
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0035:
{
int32_t L_9 = V_4;
int32_t L_10 = V_2;
V_5 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
bool L_11 = V_5;
if (L_11)
{
goto IL_0020;
}
}
{
}
IL_0041:
{
V_6 = (bool)1;
goto IL_0003;
}
IL_0046:
{
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.IntPtr Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_TransformBoundaryPositionsJob>::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ParallelForJobStruct_1_Initialize_m8F674AB8BD8D2F660771DB681202A23FA7CFC094_gshared (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParallelForJobStruct_1_Initialize_m8F674AB8BD8D2F660771DB681202A23FA7CFC094_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
intptr_t L_0 = ((ParallelForJobStruct_1_t0277C2CEF3D71291BE50621921F333877899BAE2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0037;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(InitializedTypeInfo(method->klass)->rgctx_data, 1)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_3, /*hidden argument*/NULL);
ExecuteJobFunction_tA9E4C7103F78806D963B323A79EBFBA15FC9A2CC * L_5 = (ExecuteJobFunction_tA9E4C7103F78806D963B323A79EBFBA15FC9A2CC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (ExecuteJobFunction_tA9E4C7103F78806D963B323A79EBFBA15FC9A2CC *, RuntimeObject *, intptr_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4)->methodPointer)(L_5, (RuntimeObject *)NULL, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 2)), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 4));
intptr_t L_6 = JobsUtility_CreateJobReflectionData_m53AA6B6D7C4275B71040FC4AADFE253285111AAF((Type_t *)L_4, (int32_t)1, (RuntimeObject *)L_5, (RuntimeObject *)NULL, (RuntimeObject *)NULL, /*hidden argument*/NULL);
((ParallelForJobStruct_1_t0277C2CEF3D71291BE50621921F333877899BAE2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_jobReflectionData_0((intptr_t)L_6);
}
IL_0037:
{
intptr_t L_7 = ((ParallelForJobStruct_1_t0277C2CEF3D71291BE50621921F333877899BAE2_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_jobReflectionData_0();
V_1 = (intptr_t)L_7;
goto IL_003f;
}
IL_003f:
{
intptr_t L_8 = V_1;
return (intptr_t)L_8;
}
}
// System.Void Unity.Jobs.IJobParallelForExtensions_ParallelForJobStruct`1<UnityEngine.XR.ARKit.ARKitXRPlaneSubsystem_ARKitProvider_TransformBoundaryPositionsJob>::Execute(T&,System.IntPtr,System.IntPtr,Unity.Jobs.LowLevel.Unsafe.JobRanges&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelForJobStruct_1_Execute_m8FB15A9203C3BD92DFB9C7FF62B37FD8B07CAD89_gshared (TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 * ___jobData0, intptr_t ___additionalPtr1, intptr_t ___bufferRangePatchData2, JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * ___ranges3, int32_t ___jobIndex4, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
{
goto IL_0041;
}
IL_0003:
{
JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 * L_0 = ___ranges3;
int32_t L_1 = ___jobIndex4;
bool L_2 = JobsUtility_GetWorkStealingRange_m760093A79807BC4741E89A98A6192D41D5451A04((JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *)(JobRanges_tDC96FA42693E9E49D1423C4E3A98C93331EA9D14 *)L_0, (int32_t)L_1, (int32_t*)(int32_t*)(&V_0), (int32_t*)(int32_t*)(&V_1), /*hidden argument*/NULL);
V_3 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_3;
if (!L_3)
{
goto IL_0019;
}
}
{
goto IL_0046;
}
IL_0019:
{
int32_t L_4 = V_1;
V_2 = (int32_t)L_4;
int32_t L_5 = V_0;
V_4 = (int32_t)L_5;
goto IL_0035;
}
IL_0020:
{
TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 * L_6 = ___jobData0;
int32_t L_7 = V_4;
TransformBoundaryPositionsJob_Execute_mF7C3C7DC8F8AAC68CA4C2D02C1EF5739E54C5D6C((TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 *)(TransformBoundaryPositionsJob_t1AEFA76DC77740E7CA334DC8C60612BF6D6FA872 *)L_6, (int32_t)L_7, /*hidden argument*/NULL);
int32_t L_8 = V_4;
V_4 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0035:
{
int32_t L_9 = V_4;
int32_t L_10 = V_2;
V_5 = (bool)((((int32_t)L_9) < ((int32_t)L_10))? 1 : 0);
bool L_11 = V_5;
if (L_11)
{
goto IL_0020;
}
}
{
}
IL_0041:
{
V_6 = (bool)1;
goto IL_0003;
}
IL_0046:
{
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
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_mA3C18A22B57202EE83921ED0909FCB6CD4154409_gshared (CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7 * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, bool ___argument2, const RuntimeMethod* method)
{
{
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
NullCheck((InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *)__this);
(( void (*) (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
bool L_2 = ___argument2;
__this->set_m_Arg1_1(L_2);
return;
}
}
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m5B12C225C3222632C784AB1B9E4D72AA44FF16D0_gshared (CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_m_Arg1_1();
NullCheck((InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *)__this);
(( void (*) (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *)__this, (bool)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
return;
}
}
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Boolean>::Invoke(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_mD178E9486AB5CE271209EDFFB7B585BCFC3540F3_gshared (CachedInvokableCall_1_tD9D6B42DED8777941C4EE375EDB67DF2B8F445D7 * __this, bool ___arg00, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_m_Arg1_1();
NullCheck((InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *)__this);
(( void (*) (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *)__this, (bool)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_m356112807416B358ED661EBB9CF67BCCE0B19394_gshared (CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6 * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, int32_t ___argument2, const RuntimeMethod* method)
{
{
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
NullCheck((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)__this);
(( void (*) (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
int32_t L_2 = ___argument2;
__this->set_m_Arg1_1(L_2);
return;
}
}
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_mE6AF058DE940B099197112058811BCCDE75A9ACC_gshared (CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Arg1_1();
NullCheck((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)__this);
(( void (*) (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
return;
}
}
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Int32>::Invoke(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m11A4EA149C8447CBE9342AE0794B7ECC733C6319_gshared (CachedInvokableCall_1_t6BEFF8A9DE48B8E970AE15346E7DF4DE5A3BADB6 * __this, int32_t ___arg00, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Arg1_1();
NullCheck((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)__this);
(( void (*) (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)__this, (int32_t)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_mB15077A11BD14A961B3E106B55FA77B468269505_gshared (CachedInvokableCall_1_tF7F1670398EB759A3D4AFEB35F47850DCD7D00AD * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, RuntimeObject * ___argument2, const RuntimeMethod* method)
{
{
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
NullCheck((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)__this);
(( void (*) (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
RuntimeObject * L_2 = ___argument2;
__this->set_m_Arg1_1(L_2);
return;
}
}
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m2B24B497363472EE321923536ED3F9EC155764D7_gshared (CachedInvokableCall_1_tF7F1670398EB759A3D4AFEB35F47850DCD7D00AD * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_Arg1_1();
NullCheck((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)__this);
(( void (*) (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
return;
}
}
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Object>::Invoke(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m00E6F009BC9A2005BBF11A5E905CB25FEA4BE367_gshared (CachedInvokableCall_1_tF7F1670398EB759A3D4AFEB35F47850DCD7D00AD * __this, RuntimeObject * ___arg00, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_m_Arg1_1();
NullCheck((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)__this);
(( void (*) (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)__this, (RuntimeObject *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::.ctor(UnityEngine.Object,System.Reflection.MethodInfo,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1__ctor_m208307DC945B843624A47886B3AB95A974528DB6_gshared (CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___target0, MethodInfo_t * ___theFunction1, float ___argument2, const RuntimeMethod* method)
{
{
Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
NullCheck((InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *)__this);
(( void (*) (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
float L_2 = ___argument2;
__this->set_m_Arg1_1(L_2);
return;
}
}
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_m02CB2404196A61986E0CBD8DADC2A635CC4FADE1_gshared (CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
{
float L_0 = (float)__this->get_m_Arg1_1();
NullCheck((InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *)__this);
(( void (*) (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
return;
}
}
// System.Void UnityEngine.Events.CachedInvokableCall`1<System.Single>::Invoke(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CachedInvokableCall_1_Invoke_mCE251DA79E23FF9DA0D0FD7FD9939488748907A5_gshared (CachedInvokableCall_1_t853CA34F3C49BD37B91F7733304984E8B1FDEF0A * __this, float ___arg00, const RuntimeMethod* method)
{
{
float L_0 = (float)__this->get_m_Arg1_1();
NullCheck((InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *)__this);
(( void (*) (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *)__this, (float)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_add_Delegate_m4E82F43967A7055293BFFED4E5F61243811A64FD_gshared (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB * __this, UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * ___value0, const RuntimeMethod* method)
{
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * V_0 = NULL;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * V_1 = NULL;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * V_2 = NULL;
{
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_0 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)__this->get_Delegate_0();
V_0 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_0;
}
IL_0007:
{
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_1 = V_0;
V_1 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_1;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_2 = V_1;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL);
V_2 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)((UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)));
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC ** L_5 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC **)__this->get_address_of_Delegate_0();
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_6 = V_2;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_7 = V_1;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_8 = InterlockedCompareExchangeImpl<UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *>((UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC **)(UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC **)L_5, (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_6, (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_7);
V_0 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_8;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_9 = V_0;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_10 = V_1;
if ((!(((RuntimeObject*)(UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_9) == ((RuntimeObject*)(UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_remove_Delegate_m7CDAE49CF684DAF1D43E52D254A87D0D212DD3D8_gshared (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB * __this, UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * ___value0, const RuntimeMethod* method)
{
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * V_0 = NULL;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * V_1 = NULL;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * V_2 = NULL;
{
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_0 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)__this->get_Delegate_0();
V_0 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_0;
}
IL_0007:
{
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_1 = V_0;
V_1 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_1;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_2 = V_1;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL);
V_2 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)((UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)));
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC ** L_5 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC **)__this->get_address_of_Delegate_0();
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_6 = V_2;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_7 = V_1;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_8 = InterlockedCompareExchangeImpl<UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *>((UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC **)(UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC **)L_5, (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_6, (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_7);
V_0 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_8;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_9 = V_0;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_10 = V_1;
if ((!(((RuntimeObject*)(UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_9) == ((RuntimeObject*)(UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::.ctor(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_mD592EB69D1FB0A9CF5AB24ED4C76E3BE3AD2F91E_gshared (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_1__ctor_mD592EB69D1FB0A9CF5AB24ED4C76E3BE3AD2F91E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this);
BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 2)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___target0;
MethodInfo_t * L_5 = ___theFunction1;
Delegate_t * L_6 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346((Type_t *)L_3, (RuntimeObject *)L_4, (MethodInfo_t *)L_5, /*hidden argument*/NULL);
NullCheck((InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *)__this);
(( void (*) (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *, UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *)__this, (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)((UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::.ctor(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m6B758D360877DD24606999DB8F603F4CA2EC6F80_gshared (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB * __this, UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * ___action0, const RuntimeMethod* method)
{
{
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this);
BaseInvokableCall__ctor_m232CE2068209113988BB35B50A2965FC03FC4A58((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this, /*hidden argument*/NULL);
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_0 = ___action0;
NullCheck((InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *)__this);
(( void (*) (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *, UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB *)__this, (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_mD853B78F92A849FE113AE5A310944708C59AB2B0_gshared (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_1_Invoke_mD853B78F92A849FE113AE5A310944708C59AB2B0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args0;
NullCheck(L_0);
V_0 = (bool)((((int32_t)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, (String_t*)_stringLiteral3FF5815C401C85877DD9CE70B5F95535C628AA9F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, InvokableCall_1_Invoke_mD853B78F92A849FE113AE5A310944708C59AB2B0_RuntimeMethod_var);
}
IL_0019:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args0;
NullCheck(L_3);
int32_t L_4 = 0;
RuntimeObject * L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_6 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)__this->get_Delegate_0();
bool L_7 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091((Delegate_t *)L_6, /*hidden argument*/NULL);
V_1 = (bool)L_7;
bool L_8 = V_1;
if (!L_8)
{
goto IL_0045;
}
}
{
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_9 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)__this->get_Delegate_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = ___args0;
NullCheck(L_10);
int32_t L_11 = 0;
RuntimeObject * L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck((UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_9);
(( void (*) (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_9, (bool)((*(bool*)((bool*)UnBox(L_12, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
}
IL_0045:
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Boolean>::Invoke(T1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m604D33CCBE0C77896F73A6055B71E0621C933B2F_gshared (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB * __this, bool ___args00, const RuntimeMethod* method)
{
bool V_0 = false;
{
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_0 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)__this->get_Delegate_0();
bool L_1 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091((Delegate_t *)L_0, /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001d;
}
}
{
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_3 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)__this->get_Delegate_0();
bool L_4 = ___args00;
NullCheck((UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_3);
(( void (*) (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)L_3, (bool)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
}
IL_001d:
{
return;
}
}
// System.Boolean UnityEngine.Events.InvokableCall`1<System.Boolean>::Find(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InvokableCall_1_Find_m1E75C7EC325D570FDA089492841E90F9268C23B9_gshared (InvokableCall_1_t6BD1F5F651D0A87B8D70001680F43294771251CB * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_0 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_0);
RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline((Delegate_t *)L_0, /*hidden argument*/NULL);
RuntimeObject * L_2 = ___targetObj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2))))
{
goto IL_0022;
}
}
{
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_3 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_3);
MethodInfo_t * L_4 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048((Delegate_t *)L_3, /*hidden argument*/NULL);
MethodInfo_t * L_5 = ___method1;
NullCheck((RuntimeObject *)L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5);
G_B3_0 = ((int32_t)(L_6));
goto IL_0023;
}
IL_0022:
{
G_B3_0 = 0;
}
IL_0023:
{
V_0 = (bool)G_B3_0;
goto IL_0026;
}
IL_0026:
{
bool L_7 = V_0;
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_add_Delegate_mFE3BB48BDA767C8D30DCBBDF05E6FEA3BAEDE250_gshared (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * __this, UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * ___value0, const RuntimeMethod* method)
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * V_0 = NULL;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * V_1 = NULL;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * V_2 = NULL;
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_0 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)__this->get_Delegate_0();
V_0 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_0;
}
IL_0007:
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_1 = V_0;
V_1 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_1;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_2 = V_1;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL);
V_2 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)((UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)));
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F ** L_5 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F **)__this->get_address_of_Delegate_0();
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_6 = V_2;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_7 = V_1;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_8 = InterlockedCompareExchangeImpl<UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *>((UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F **)(UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F **)L_5, (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_6, (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_7);
V_0 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_8;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_9 = V_0;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_10 = V_1;
if ((!(((RuntimeObject*)(UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_9) == ((RuntimeObject*)(UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_remove_Delegate_mF1D0E0E38759A51DECAAF3161E33308F93DED24F_gshared (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * __this, UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * ___value0, const RuntimeMethod* method)
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * V_0 = NULL;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * V_1 = NULL;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * V_2 = NULL;
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_0 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)__this->get_Delegate_0();
V_0 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_0;
}
IL_0007:
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_1 = V_0;
V_1 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_1;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_2 = V_1;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL);
V_2 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)((UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)));
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F ** L_5 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F **)__this->get_address_of_Delegate_0();
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_6 = V_2;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_7 = V_1;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_8 = InterlockedCompareExchangeImpl<UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *>((UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F **)(UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F **)L_5, (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_6, (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_7);
V_0 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_8;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_9 = V_0;
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_10 = V_1;
if ((!(((RuntimeObject*)(UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_9) == ((RuntimeObject*)(UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::.ctor(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m1BF8BFBAE0C6EF1B38DC415ABDD2BB4E583CBA6A_gshared (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_1__ctor_m1BF8BFBAE0C6EF1B38DC415ABDD2BB4E583CBA6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this);
BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 2)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___target0;
MethodInfo_t * L_5 = ___theFunction1;
Delegate_t * L_6 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346((Type_t *)L_3, (RuntimeObject *)L_4, (MethodInfo_t *)L_5, /*hidden argument*/NULL);
NullCheck((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)__this);
(( void (*) (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *, UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)__this, (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)((UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::.ctor(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m5FFF6B89AD1D4AE06939C3B82377B4AF048C1817_gshared (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * __this, UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * ___action0, const RuntimeMethod* method)
{
{
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this);
BaseInvokableCall__ctor_m232CE2068209113988BB35B50A2965FC03FC4A58((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this, /*hidden argument*/NULL);
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_0 = ___action0;
NullCheck((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)__this);
(( void (*) (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *, UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)__this, (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m48AB6731BEF540A6B1F23189413840859F56D212_gshared (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_1_Invoke_m48AB6731BEF540A6B1F23189413840859F56D212_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args0;
NullCheck(L_0);
V_0 = (bool)((((int32_t)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, (String_t*)_stringLiteral3FF5815C401C85877DD9CE70B5F95535C628AA9F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, InvokableCall_1_Invoke_m48AB6731BEF540A6B1F23189413840859F56D212_RuntimeMethod_var);
}
IL_0019:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args0;
NullCheck(L_3);
int32_t L_4 = 0;
RuntimeObject * L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_6 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)__this->get_Delegate_0();
bool L_7 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091((Delegate_t *)L_6, /*hidden argument*/NULL);
V_1 = (bool)L_7;
bool L_8 = V_1;
if (!L_8)
{
goto IL_0045;
}
}
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_9 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)__this->get_Delegate_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = ___args0;
NullCheck(L_10);
int32_t L_11 = 0;
RuntimeObject * L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck((UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_9);
(( void (*) (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_9, (int32_t)((*(int32_t*)((int32_t*)UnBox(L_12, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
}
IL_0045:
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::Invoke(T1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m738E6C677B8DD40E3E708C81B8354EA85AEFFB04_gshared (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * __this, int32_t ___args00, const RuntimeMethod* method)
{
bool V_0 = false;
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_0 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)__this->get_Delegate_0();
bool L_1 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091((Delegate_t *)L_0, /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001d;
}
}
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_3 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)__this->get_Delegate_0();
int32_t L_4 = ___args00;
NullCheck((UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_3);
(( void (*) (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_3, (int32_t)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
}
IL_001d:
{
return;
}
}
// System.Boolean UnityEngine.Events.InvokableCall`1<System.Int32>::Find(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InvokableCall_1_Find_m61994A78233EE8233DBAA7B6912E18829A09B150_gshared (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_0 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_0);
RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline((Delegate_t *)L_0, /*hidden argument*/NULL);
RuntimeObject * L_2 = ___targetObj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2))))
{
goto IL_0022;
}
}
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_3 = (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_3);
MethodInfo_t * L_4 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048((Delegate_t *)L_3, /*hidden argument*/NULL);
MethodInfo_t * L_5 = ___method1;
NullCheck((RuntimeObject *)L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5);
G_B3_0 = ((int32_t)(L_6));
goto IL_0023;
}
IL_0022:
{
G_B3_0 = 0;
}
IL_0023:
{
V_0 = (bool)G_B3_0;
goto IL_0026;
}
IL_0026:
{
bool L_7 = V_0;
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.InvokableCall`1<System.Object>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_add_Delegate_m092F0A272D937E03EB590E19DC2F2B788961018F_gshared (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * __this, UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * ___value0, const RuntimeMethod* method)
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * V_0 = NULL;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * V_1 = NULL;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * V_2 = NULL;
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_0 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)__this->get_Delegate_0();
V_0 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_0;
}
IL_0007:
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_1 = V_0;
V_1 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_1;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_2 = V_1;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL);
V_2 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)((UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)));
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 ** L_5 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 **)__this->get_address_of_Delegate_0();
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_6 = V_2;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_7 = V_1;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_8 = InterlockedCompareExchangeImpl<UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *>((UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 **)(UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 **)L_5, (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_6, (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_7);
V_0 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_8;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_9 = V_0;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_10 = V_1;
if ((!(((RuntimeObject*)(UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_9) == ((RuntimeObject*)(UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Object>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_remove_Delegate_m2ABA630C73B024EB3A47100C48B91D1BE75C117C_gshared (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * __this, UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * ___value0, const RuntimeMethod* method)
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * V_0 = NULL;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * V_1 = NULL;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * V_2 = NULL;
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_0 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)__this->get_Delegate_0();
V_0 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_0;
}
IL_0007:
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_1 = V_0;
V_1 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_1;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_2 = V_1;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL);
V_2 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)((UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)));
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 ** L_5 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 **)__this->get_address_of_Delegate_0();
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_6 = V_2;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_7 = V_1;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_8 = InterlockedCompareExchangeImpl<UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *>((UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 **)(UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 **)L_5, (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_6, (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_7);
V_0 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_8;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_9 = V_0;
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_10 = V_1;
if ((!(((RuntimeObject*)(UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_9) == ((RuntimeObject*)(UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Object>::.ctor(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m670F85A0ED4D975C93265F6969B9C1C06A87E8D2_gshared (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_1__ctor_m670F85A0ED4D975C93265F6969B9C1C06A87E8D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this);
BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 2)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___target0;
MethodInfo_t * L_5 = ___theFunction1;
Delegate_t * L_6 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346((Type_t *)L_3, (RuntimeObject *)L_4, (MethodInfo_t *)L_5, /*hidden argument*/NULL);
NullCheck((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)__this);
(( void (*) (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *, UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)__this, (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)((UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Object>::.ctor(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m476D3C83264B8980782F15E2A538B679279F61A1_gshared (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * __this, UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * ___action0, const RuntimeMethod* method)
{
{
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this);
BaseInvokableCall__ctor_m232CE2068209113988BB35B50A2965FC03FC4A58((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this, /*hidden argument*/NULL);
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_0 = ___action0;
NullCheck((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)__this);
(( void (*) (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *, UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)__this, (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Object>::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_mD8CB8DB8289A86D2439ADE6E9BDA008DB448ED37_gshared (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_1_Invoke_mD8CB8DB8289A86D2439ADE6E9BDA008DB448ED37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args0;
NullCheck(L_0);
V_0 = (bool)((((int32_t)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, (String_t*)_stringLiteral3FF5815C401C85877DD9CE70B5F95535C628AA9F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, InvokableCall_1_Invoke_mD8CB8DB8289A86D2439ADE6E9BDA008DB448ED37_RuntimeMethod_var);
}
IL_0019:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args0;
NullCheck(L_3);
int32_t L_4 = 0;
RuntimeObject * L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_6 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)__this->get_Delegate_0();
bool L_7 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091((Delegate_t *)L_6, /*hidden argument*/NULL);
V_1 = (bool)L_7;
bool L_8 = V_1;
if (!L_8)
{
goto IL_0045;
}
}
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_9 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)__this->get_Delegate_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = ___args0;
NullCheck(L_10);
int32_t L_11 = 0;
RuntimeObject * L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck((UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_9);
(( void (*) (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_9, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_12, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
}
IL_0045:
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Object>::Invoke(T1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_mD81223A0EAE1E7988803B8F92DB9090ECFA259FE_gshared (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * __this, RuntimeObject * ___args00, const RuntimeMethod* method)
{
bool V_0 = false;
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_0 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)__this->get_Delegate_0();
bool L_1 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091((Delegate_t *)L_0, /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001d;
}
}
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_3 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)__this->get_Delegate_0();
RuntimeObject * L_4 = ___args00;
NullCheck((UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_3);
(( void (*) (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_3, (RuntimeObject *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
}
IL_001d:
{
return;
}
}
// System.Boolean UnityEngine.Events.InvokableCall`1<System.Object>::Find(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InvokableCall_1_Find_mB3AD5A37531368D7FC5F37AD22993EE25951B71F_gshared (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_0 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_0);
RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline((Delegate_t *)L_0, /*hidden argument*/NULL);
RuntimeObject * L_2 = ___targetObj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2))))
{
goto IL_0022;
}
}
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_3 = (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_3);
MethodInfo_t * L_4 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048((Delegate_t *)L_3, /*hidden argument*/NULL);
MethodInfo_t * L_5 = ___method1;
NullCheck((RuntimeObject *)L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5);
G_B3_0 = ((int32_t)(L_6));
goto IL_0023;
}
IL_0022:
{
G_B3_0 = 0;
}
IL_0023:
{
V_0 = (bool)G_B3_0;
goto IL_0026;
}
IL_0026:
{
bool L_7 = V_0;
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.InvokableCall`1<System.Single>::add_Delegate(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_add_Delegate_mFE30AB74153DFEDBDAAC58B591F3E428C728AE0A_gshared (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 * __this, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___value0, const RuntimeMethod* method)
{
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * V_0 = NULL;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * V_1 = NULL;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * V_2 = NULL;
{
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_0 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)__this->get_Delegate_0();
V_0 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_0;
}
IL_0007:
{
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_1 = V_0;
V_1 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_1;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_2 = V_1;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL);
V_2 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)((UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)));
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 ** L_5 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 **)__this->get_address_of_Delegate_0();
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_6 = V_2;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_7 = V_1;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_8 = InterlockedCompareExchangeImpl<UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *>((UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 **)(UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 **)L_5, (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_6, (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_7);
V_0 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_8;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_9 = V_0;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_10 = V_1;
if ((!(((RuntimeObject*)(UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_9) == ((RuntimeObject*)(UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Single>::remove_Delegate(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_remove_Delegate_mC3043D0ED54DD94A81FDC076B97C12CC0D9A16F5_gshared (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 * __this, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___value0, const RuntimeMethod* method)
{
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * V_0 = NULL;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * V_1 = NULL;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * V_2 = NULL;
{
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_0 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)__this->get_Delegate_0();
V_0 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_0;
}
IL_0007:
{
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_1 = V_0;
V_1 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_1;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_2 = V_1;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D((Delegate_t *)L_2, (Delegate_t *)L_3, /*hidden argument*/NULL);
V_2 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)((UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)Castclass((RuntimeObject*)L_4, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)));
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 ** L_5 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 **)__this->get_address_of_Delegate_0();
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_6 = V_2;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_7 = V_1;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_8 = InterlockedCompareExchangeImpl<UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *>((UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 **)(UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 **)L_5, (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_6, (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_7);
V_0 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_8;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_9 = V_0;
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_10 = V_1;
if ((!(((RuntimeObject*)(UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_9) == ((RuntimeObject*)(UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Single>::.ctor(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_mD2F6B2A04293002F65F10FC1E15CA20CE07D39A6_gshared (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_1__ctor_mD2F6B2A04293002F65F10FC1E15CA20CE07D39A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this);
BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 2)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___target0;
MethodInfo_t * L_5 = ___theFunction1;
Delegate_t * L_6 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346((Type_t *)L_3, (RuntimeObject *)L_4, (MethodInfo_t *)L_5, /*hidden argument*/NULL);
NullCheck((InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *)__this);
(( void (*) (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *)__this, (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)((UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Single>::.ctor(UnityEngine.Events.UnityAction`1<T1>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1__ctor_m67D765DB693A73CCBB66BD79C6A05E92B006B19E_gshared (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 * __this, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___action0, const RuntimeMethod* method)
{
{
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this);
BaseInvokableCall__ctor_m232CE2068209113988BB35B50A2965FC03FC4A58((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this, /*hidden argument*/NULL);
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_0 = ___action0;
NullCheck((InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *)__this);
(( void (*) (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 *)__this, (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Single>::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m0110810FB1A5E9EB0A3580F08C68C38E028F9E10_gshared (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_1_Invoke_m0110810FB1A5E9EB0A3580F08C68C38E028F9E10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args0;
NullCheck(L_0);
V_0 = (bool)((((int32_t)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, (String_t*)_stringLiteral3FF5815C401C85877DD9CE70B5F95535C628AA9F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, InvokableCall_1_Invoke_m0110810FB1A5E9EB0A3580F08C68C38E028F9E10_RuntimeMethod_var);
}
IL_0019:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args0;
NullCheck(L_3);
int32_t L_4 = 0;
RuntimeObject * L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_6 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)__this->get_Delegate_0();
bool L_7 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091((Delegate_t *)L_6, /*hidden argument*/NULL);
V_1 = (bool)L_7;
bool L_8 = V_1;
if (!L_8)
{
goto IL_0045;
}
}
{
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_9 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)__this->get_Delegate_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = ___args0;
NullCheck(L_10);
int32_t L_11 = 0;
RuntimeObject * L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck((UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_9);
(( void (*) (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_9, (float)((*(float*)((float*)UnBox(L_12, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5))))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
}
IL_0045:
{
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`1<System.Single>::Invoke(T1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_1_Invoke_m02605F267CE1A72199776BF4E08D4C81A08DF499_gshared (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 * __this, float ___args00, const RuntimeMethod* method)
{
bool V_0 = false;
{
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_0 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)__this->get_Delegate_0();
bool L_1 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091((Delegate_t *)L_0, /*hidden argument*/NULL);
V_0 = (bool)L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001d;
}
}
{
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_3 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)__this->get_Delegate_0();
float L_4 = ___args00;
NullCheck((UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_3);
(( void (*) (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *, float, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)L_3, (float)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
}
IL_001d:
{
return;
}
}
// System.Boolean UnityEngine.Events.InvokableCall`1<System.Single>::Find(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InvokableCall_1_Find_m5F8CC01C8996F78D450562A0A4B128DA2D4E3A0A_gshared (InvokableCall_1_tBB3544B90FAA7CE5880EEB3DB3844C054B0A5A26 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_0 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_0);
RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline((Delegate_t *)L_0, /*hidden argument*/NULL);
RuntimeObject * L_2 = ___targetObj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2))))
{
goto IL_0022;
}
}
{
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_3 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_3);
MethodInfo_t * L_4 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048((Delegate_t *)L_3, /*hidden argument*/NULL);
MethodInfo_t * L_5 = ___method1;
NullCheck((RuntimeObject *)L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5);
G_B3_0 = ((int32_t)(L_6));
goto IL_0023;
}
IL_0022:
{
G_B3_0 = 0;
}
IL_0023:
{
V_0 = (bool)G_B3_0;
goto IL_0026;
}
IL_0026:
{
bool L_7 = V_0;
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_2__ctor_mE80CFA8D8605680746EBD7DC371B30DD42759D38_gshared (InvokableCall_2_t92DAC0F2FB25BD6576E876379F30AD0C93C4E42E * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_2__ctor_mE80CFA8D8605680746EBD7DC371B30DD42759D38_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this);
BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 0)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___target0;
MethodInfo_t * L_5 = ___theFunction1;
Delegate_t * L_6 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346((Type_t *)L_3, (RuntimeObject *)L_4, (MethodInfo_t *)L_5, /*hidden argument*/NULL);
__this->set_Delegate_0(((UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1))));
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_2_Invoke_mDEFC536BE86A8E86BEDB0F73A19694B7DCD3E873_gshared (InvokableCall_2_t92DAC0F2FB25BD6576E876379F30AD0C93C4E42E * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_2_Invoke_mDEFC536BE86A8E86BEDB0F73A19694B7DCD3E873_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args0;
NullCheck(L_0);
V_0 = (bool)((((int32_t)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, (String_t*)_stringLiteral3FF5815C401C85877DD9CE70B5F95535C628AA9F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, InvokableCall_2_Invoke_mDEFC536BE86A8E86BEDB0F73A19694B7DCD3E873_RuntimeMethod_var);
}
IL_0019:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args0;
NullCheck(L_3);
int32_t L_4 = 0;
RuntimeObject * L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = ___args0;
NullCheck(L_6);
int32_t L_7 = 1;
RuntimeObject * L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 * L_9 = (UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 *)__this->get_Delegate_0();
bool L_10 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091((Delegate_t *)L_9, /*hidden argument*/NULL);
V_1 = (bool)L_10;
bool L_11 = V_1;
if (!L_11)
{
goto IL_0056;
}
}
{
UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 * L_12 = (UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 *)__this->get_Delegate_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = ___args0;
NullCheck(L_13);
int32_t L_14 = 0;
RuntimeObject * L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = ___args0;
NullCheck(L_16);
int32_t L_17 = 1;
RuntimeObject * L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
NullCheck((UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 *)L_12);
(( void (*) (UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6)->methodPointer)((UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 *)L_12, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_15, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_18, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
}
IL_0056:
{
return;
}
}
// System.Boolean UnityEngine.Events.InvokableCall`2<System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InvokableCall_2_Find_m26B7D50B1D4203B1E9539D5BE727050009CDBEA5_gshared (InvokableCall_2_t92DAC0F2FB25BD6576E876379F30AD0C93C4E42E * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 * L_0 = (UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_0);
RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline((Delegate_t *)L_0, /*hidden argument*/NULL);
RuntimeObject * L_2 = ___targetObj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2))))
{
goto IL_0022;
}
}
{
UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 * L_3 = (UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_3);
MethodInfo_t * L_4 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048((Delegate_t *)L_3, /*hidden argument*/NULL);
MethodInfo_t * L_5 = ___method1;
NullCheck((RuntimeObject *)L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5);
G_B3_0 = ((int32_t)(L_6));
goto IL_0023;
}
IL_0022:
{
G_B3_0 = 0;
}
IL_0023:
{
V_0 = (bool)G_B3_0;
goto IL_0026;
}
IL_0026:
{
bool L_7 = V_0;
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_3__ctor_mA26C0B9D52E628D915E0C705A735F226BBA9B3EE_gshared (InvokableCall_3_t4C86EE6D323407D93E34FFFC787D64FE62C5973D * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_3__ctor_mA26C0B9D52E628D915E0C705A735F226BBA9B3EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this);
BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 0)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___target0;
MethodInfo_t * L_5 = ___theFunction1;
Delegate_t * L_6 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346((Type_t *)L_3, (RuntimeObject *)L_4, (MethodInfo_t *)L_5, /*hidden argument*/NULL);
__this->set_Delegate_0(((UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1))));
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_3_Invoke_m8B47A4F65757A8C6AC1E16C405A0F591BB9098D8_gshared (InvokableCall_3_t4C86EE6D323407D93E34FFFC787D64FE62C5973D * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_3_Invoke_m8B47A4F65757A8C6AC1E16C405A0F591BB9098D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args0;
NullCheck(L_0);
V_0 = (bool)((((int32_t)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, (String_t*)_stringLiteral3FF5815C401C85877DD9CE70B5F95535C628AA9F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, InvokableCall_3_Invoke_m8B47A4F65757A8C6AC1E16C405A0F591BB9098D8_RuntimeMethod_var);
}
IL_0019:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args0;
NullCheck(L_3);
int32_t L_4 = 0;
RuntimeObject * L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = ___args0;
NullCheck(L_6);
int32_t L_7 = 1;
RuntimeObject * L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = ___args0;
NullCheck(L_9);
int32_t L_10 = 2;
RuntimeObject * L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((RuntimeObject *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 * L_12 = (UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 *)__this->get_Delegate_0();
bool L_13 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091((Delegate_t *)L_12, /*hidden argument*/NULL);
V_1 = (bool)L_13;
bool L_14 = V_1;
if (!L_14)
{
goto IL_0067;
}
}
{
UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 * L_15 = (UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 *)__this->get_Delegate_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = ___args0;
NullCheck(L_16);
int32_t L_17 = 0;
RuntimeObject * L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = ___args0;
NullCheck(L_19);
int32_t L_20 = 1;
RuntimeObject * L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = ___args0;
NullCheck(L_22);
int32_t L_23 = 2;
RuntimeObject * L_24 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
NullCheck((UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 *)L_15);
(( void (*) (UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8)->methodPointer)((UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 *)L_15, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_18, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 5))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_21, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8));
}
IL_0067:
{
return;
}
}
// System.Boolean UnityEngine.Events.InvokableCall`3<System.Object,System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InvokableCall_3_Find_mC8983BEEB7D91A851B167DA159F31647EF0FD7CE_gshared (InvokableCall_3_t4C86EE6D323407D93E34FFFC787D64FE62C5973D * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 * L_0 = (UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_0);
RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline((Delegate_t *)L_0, /*hidden argument*/NULL);
RuntimeObject * L_2 = ___targetObj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2))))
{
goto IL_0022;
}
}
{
UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 * L_3 = (UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_3);
MethodInfo_t * L_4 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048((Delegate_t *)L_3, /*hidden argument*/NULL);
MethodInfo_t * L_5 = ___method1;
NullCheck((RuntimeObject *)L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5);
G_B3_0 = ((int32_t)(L_6));
goto IL_0023;
}
IL_0022:
{
G_B3_0 = 0;
}
IL_0023:
{
V_0 = (bool)G_B3_0;
goto IL_0026;
}
IL_0026:
{
bool L_7 = V_0;
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_4__ctor_mDF3741C3CF51E23313E2DF7062488C430F25EEF0_gshared (InvokableCall_4_t72FB1137599CE871685340E96EFDD317DB4831E6 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_4__ctor_mDF3741C3CF51E23313E2DF7062488C430F25EEF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this);
BaseInvokableCall__ctor_m71AC21A8840CE45C2600FF784E8B0B556D7B2BA5((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)__this, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 0)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_2, /*hidden argument*/NULL);
RuntimeObject * L_4 = ___target0;
MethodInfo_t * L_5 = ___theFunction1;
Delegate_t * L_6 = Delegate_CreateDelegate_m3A012C4DD077BAD1698B11602174E167F7B9D346((Type_t *)L_3, (RuntimeObject *)L_4, (MethodInfo_t *)L_5, /*hidden argument*/NULL);
__this->set_Delegate_0(((UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 *)Castclass((RuntimeObject*)L_6, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1))));
return;
}
}
// System.Void UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::Invoke(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvokableCall_4_Invoke_mD4E37C63A12BF191FB3D4178A8CF7B2DF4F92FD2_gshared (InvokableCall_4_t72FB1137599CE871685340E96EFDD317DB4831E6 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (InvokableCall_4_Invoke_mD4E37C63A12BF191FB3D4178A8CF7B2DF4F92FD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args0;
NullCheck(L_0);
V_0 = (bool)((((int32_t)((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((int32_t)4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, (String_t*)_stringLiteral3FF5815C401C85877DD9CE70B5F95535C628AA9F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, InvokableCall_4_Invoke_mD4E37C63A12BF191FB3D4178A8CF7B2DF4F92FD2_RuntimeMethod_var);
}
IL_0019:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = ___args0;
NullCheck(L_3);
int32_t L_4 = 0;
RuntimeObject * L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2)->methodPointer)((RuntimeObject *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 2));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = ___args0;
NullCheck(L_6);
int32_t L_7 = 1;
RuntimeObject * L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)((RuntimeObject *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = ___args0;
NullCheck(L_9);
int32_t L_10 = 2;
RuntimeObject * L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((RuntimeObject *)L_11, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = ___args0;
NullCheck(L_12);
int32_t L_13 = 3;
RuntimeObject * L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
(( void (*) (RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)((RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5));
UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 * L_15 = (UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 *)__this->get_Delegate_0();
bool L_16 = BaseInvokableCall_AllowInvoke_m0B193EBF1EF138FC5354933974DD702D3D9FF091((Delegate_t *)L_15, /*hidden argument*/NULL);
V_1 = (bool)L_16;
bool L_17 = V_1;
if (!L_17)
{
goto IL_0078;
}
}
{
UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 * L_18 = (UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 *)__this->get_Delegate_0();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = ___args0;
NullCheck(L_19);
int32_t L_20 = 0;
RuntimeObject * L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = ___args0;
NullCheck(L_22);
int32_t L_23 = 1;
RuntimeObject * L_24 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = ___args0;
NullCheck(L_25);
int32_t L_26 = 2;
RuntimeObject * L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = ___args0;
NullCheck(L_28);
int32_t L_29 = 3;
RuntimeObject * L_30 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
NullCheck((UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 *)L_18);
(( void (*) (UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 *, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 *)L_18, (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_21, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 6))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_24, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_27, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 8))), (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_30, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 9))), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10));
}
IL_0078:
{
return;
}
}
// System.Boolean UnityEngine.Events.InvokableCall`4<System.Object,System.Object,System.Object,System.Object>::Find(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool InvokableCall_4_Find_m31A9DD32912CC3F597F67C5B123F65D8D83BCB55_gshared (InvokableCall_4_t72FB1137599CE871685340E96EFDD317DB4831E6 * __this, RuntimeObject * ___targetObj0, MethodInfo_t * ___method1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 * L_0 = (UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_0);
RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline((Delegate_t *)L_0, /*hidden argument*/NULL);
RuntimeObject * L_2 = ___targetObj0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(RuntimeObject *)L_2))))
{
goto IL_0022;
}
}
{
UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 * L_3 = (UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 *)__this->get_Delegate_0();
NullCheck((Delegate_t *)L_3);
MethodInfo_t * L_4 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048((Delegate_t *)L_3, /*hidden argument*/NULL);
MethodInfo_t * L_5 = ___method1;
NullCheck((RuntimeObject *)L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, (RuntimeObject *)L_4, (RuntimeObject *)L_5);
G_B3_0 = ((int32_t)(L_6));
goto IL_0023;
}
IL_0022:
{
G_B3_0 = 0;
}
IL_0023:
{
V_0 = (bool)G_B3_0;
goto IL_0026;
}
IL_0026:
{
bool L_7 = V_0;
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m2E86E0D0DEBECD002A246E5E15032AD5C31D573B_gshared (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m6BDDE2C02C9B1B969AF9C8E3283A99EDF725308E_gshared (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * __this, bool ___arg00, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (bool, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (bool, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___arg00);
else
GenericVirtActionInvoker1< bool >::Invoke(targetMethod, targetThis, ___arg00);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00);
else
VirtActionInvoker1< bool >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg00) - 1), targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, bool, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod);
}
}
}
}
}
// System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Boolean>::BeginInvoke(T0,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m4B1EE21C25114A9D9BAFC50E3F2D67E5F665F5AC_gshared (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * __this, bool ___arg00, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityAction_1_BeginInvoke_m4B1EE21C25114A9D9BAFC50E3F2D67E5F665F5AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &___arg00);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m03E7697F347F98D3FD8952EC0CE1A714D1FA20BB_gshared (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityAction`1<System.Int32>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_mFA3B154991DCD05A05EEF0F8A4ADD01D48BF5F74_gshared (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void UnityEngine.Events.UnityAction`1<System.Int32>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m57B06346DBA8E9878C2A3589AB5F4AACDF0BD1BD_gshared (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * __this, int32_t ___arg00, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___arg00);
else
GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___arg00);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00);
else
VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg00) - 1), targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod);
}
}
}
}
}
// System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Int32>::BeginInvoke(T0,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m383296E02ACDA4892A49F2B148201A5A37D9F57F_gshared (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * __this, int32_t ___arg00, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityAction_1_BeginInvoke_m383296E02ACDA4892A49F2B148201A5A37D9F57F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___arg00);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void UnityEngine.Events.UnityAction`1<System.Int32>::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_mC40753D8C3D37080677F4956B214A840380FF011_gshared (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityAction`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_mF6AE3BA9395C61DE1466BE7BB863A77F3584EEC3_gshared (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void UnityEngine.Events.UnityAction`1<System.Object>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m2C1F34094D739A035851500EBC9355B92734EAC8_gshared (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * __this, RuntimeObject * ___arg00, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod);
}
}
else if (___parameterCount != 1)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker0::Invoke(targetMethod, ___arg00);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___arg00);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg00);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg00);
}
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00);
else
GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00);
else
VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg00) - 1), targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod);
}
}
}
}
}
// System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Object>::BeginInvoke(T0,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m0E6F26B70A39427E3FF824D0C1A2B4A05DC93781_gshared (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * __this, RuntimeObject * ___arg00, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___arg00;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void UnityEngine.Events.UnityAction`1<System.Object>::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m8A8457E16443B452AC53C84F32402BAC6B93E6FF_gshared (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityAction`1<System.Single>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_mFC7714F2FF67E4A6A886734EF21DB0CEC8D92083_gshared (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void UnityEngine.Events.UnityAction`1<System.Single>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m23BC5C707027B6C49AE29FB21A4F9F9F0CA72648_gshared (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * __this, float ___arg00, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (float, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (float, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< float >::Invoke(targetMethod, targetThis, ___arg00);
else
GenericVirtActionInvoker1< float >::Invoke(targetMethod, targetThis, ___arg00);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00);
else
VirtActionInvoker1< float >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg00) - 1), targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, float, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod);
}
}
}
}
}
// System.IAsyncResult UnityEngine.Events.UnityAction`1<System.Single>::BeginInvoke(T0,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_mC8A9A9332EEEA81428669FAD060934954B73DDCB_gshared (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * __this, float ___arg00, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityAction_1_BeginInvoke_mC8A9A9332EEEA81428669FAD060934954B73DDCB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &___arg00);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void UnityEngine.Events.UnityAction`1<System.Single>::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m03AE0A9995BF8D246D2317542428D220C55160B9_gshared (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m35B0A0067C115007E10FBD8E008AE5A04F766BC7_gshared (UnityAction_1_t95F46E5AC4F5A5CFAD850DDC188E2674CEAC6384 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1_Invoke_m28278C6E83173B3BC3CBC240F14DD94D721E78C2_gshared (UnityAction_1_t95F46E5AC4F5A5CFAD850DDC188E2674CEAC6384 * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___arg00, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 >::Invoke(targetMethod, targetThis, ___arg00);
else
GenericVirtActionInvoker1< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 >::Invoke(targetMethod, targetThis, ___arg00);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00);
else
VirtActionInvoker1< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg00) - 1), targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, targetMethod);
}
}
}
}
}
// System.IAsyncResult UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::BeginInvoke(T0,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_1_BeginInvoke_m5DEFA82EDDF619690E524720C4128D58F303EBCB_gshared (UnityAction_1_t95F46E5AC4F5A5CFAD850DDC188E2674CEAC6384 * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___arg00, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityAction_1_BeginInvoke_m5DEFA82EDDF619690E524720C4128D58F303EBCB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2_il2cpp_TypeInfo_var, &___arg00);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void UnityEngine.Events.UnityAction`1<UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1_EndInvoke_m1B23318369E0A45239A06ACB2AEF27BB6AF8B3A2_gshared (UnityAction_1_t95F46E5AC4F5A5CFAD850DDC188E2674CEAC6384 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2__ctor_mF4DB369856F884CA526A897CB6E86FE396844206_gshared (UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::Invoke(T0,T1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2_Invoke_m06DA8061B2E6984DD80B43D6080FC181B3231267_gshared (UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, targetMethod);
}
}
else if (___parameterCount != 2)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< RuntimeObject * >::Invoke(targetMethod, ___arg00, ___arg11);
else
GenericVirtActionInvoker1< RuntimeObject * >::Invoke(targetMethod, ___arg00, ___arg11);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg00, ___arg11);
else
VirtActionInvoker1< RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg00, ___arg11);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg11) - 1), targetMethod);
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, targetMethod);
}
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00, ___arg11);
else
GenericVirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00, ___arg11);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00, ___arg11);
else
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00, ___arg11);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg00) - 1), ___arg11, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, targetMethod);
}
}
}
}
}
// System.IAsyncResult UnityEngine.Events.UnityAction`2<System.Object,System.Object>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_2_BeginInvoke_mCF4D420D2E1AE5C6A9CBDA25C21702141DF45B40_gshared (UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
void *__d_args[3] = {0};
__d_args[0] = ___arg00;
__d_args[1] = ___arg11;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void UnityEngine.Events.UnityAction`2<System.Object,System.Object>::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2_EndInvoke_m4C1A8B33A480934E69D745B3A99F88E761BF16E2_gshared (UnityAction_2_t585826A49A16AB1506410452D61899BB8A3242F2 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2__ctor_m09EBA3BBF14887A401E08C9C0360EF0BD037C918_gshared (UnityAction_2_t77680359D738D69E578F3A74D50CD3FA8D775A60 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::Invoke(T0,T1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2_Invoke_mADF341B796508D58BEDF95CC8C087F2827F5105D_gshared (UnityAction_2_t77680359D738D69E578F3A74D50CD3FA8D775A60 * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___arg00, int32_t ___arg11, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , int32_t >::Invoke(targetMethod, targetThis, ___arg00, ___arg11);
else
GenericVirtActionInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , int32_t >::Invoke(targetMethod, targetThis, ___arg00, ___arg11);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00, ___arg11);
else
VirtActionInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00, ___arg11);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg00) - 1), ___arg11, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, targetMethod);
}
}
}
}
}
// System.IAsyncResult UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_2_BeginInvoke_m5F2C976EFE2F0144C74BB2FE1E3E2247617C81E0_gshared (UnityAction_2_t77680359D738D69E578F3A74D50CD3FA8D775A60 * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___arg00, int32_t ___arg11, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityAction_2_BeginInvoke_m5F2C976EFE2F0144C74BB2FE1E3E2247617C81E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = Box(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2_il2cpp_TypeInfo_var, &___arg00);
__d_args[1] = Box(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_il2cpp_TypeInfo_var, &___arg11);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,System.Int32Enum>::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2_EndInvoke_m4D471FEA8177D598ED108C5B2A9A35687D439D09_gshared (UnityAction_2_t77680359D738D69E578F3A74D50CD3FA8D775A60 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2__ctor_mDC07A3AA1306CA33C495D2954233DBB9B3BB6A04_gshared (UnityAction_2_t6FF15ABDB8C2C9E1BB0E5A79FEDA471C0679D51F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::Invoke(T0,T1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2_Invoke_m4E5A5335E63C942B335D047296080EB8DA73FB99_gshared (UnityAction_2_t6FF15ABDB8C2C9E1BB0E5A79FEDA471C0679D51F * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___arg00, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___arg11, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 >::Invoke(targetMethod, targetThis, ___arg00, ___arg11);
else
GenericVirtActionInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 >::Invoke(targetMethod, targetThis, ___arg00, ___arg11);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00, ___arg11);
else
VirtActionInvoker2< Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00, ___arg11);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___arg00) - 1), ___arg11, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 , const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, targetMethod);
}
}
}
}
}
// System.IAsyncResult UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::BeginInvoke(T0,T1,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_2_BeginInvoke_mC72F0DCBBB077E215EC9ADA58D300288CC39E069_gshared (UnityAction_2_t6FF15ABDB8C2C9E1BB0E5A79FEDA471C0679D51F * __this, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___arg00, Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2 ___arg11, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityAction_2_BeginInvoke_mC72F0DCBBB077E215EC9ADA58D300288CC39E069_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = Box(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2_il2cpp_TypeInfo_var, &___arg00);
__d_args[1] = Box(Scene_t942E023788C2BC9FBB7EC8356B4FB0088B2CFED2_il2cpp_TypeInfo_var, &___arg11);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void UnityEngine.Events.UnityAction`2<UnityEngine.SceneManagement.Scene,UnityEngine.SceneManagement.Scene>::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2_EndInvoke_mAF3A961DD4A745EB47F2C7056216F11449C74F82_gshared (UnityAction_2_t6FF15ABDB8C2C9E1BB0E5A79FEDA471C0679D51F * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_3__ctor_mD65DD6F2A7160759B11B9E9402E42889B0308B7C_gshared (UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::Invoke(T0,T1,T2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_3_Invoke_m4CC353FB62BF2996DDB0BDE4B517D4CBAB1388B2_gshared (UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, ___arg22, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, ___arg22, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg00, ___arg11, ___arg22);
else
GenericVirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg00, ___arg11, ___arg22);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg00, ___arg11, ___arg22);
else
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg00, ___arg11, ___arg22);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg11) - 1), ___arg22, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, ___arg22, targetMethod);
}
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, ___arg22, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00, ___arg11, ___arg22);
else
GenericVirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00, ___arg11, ___arg22);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00, ___arg11, ___arg22);
else
VirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00, ___arg11, ___arg22);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg00) - 1), ___arg11, ___arg22, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, ___arg22, targetMethod);
}
}
}
}
}
// System.IAsyncResult UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::BeginInvoke(T0,T1,T2,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_3_BeginInvoke_mF0A7FADCA696D28F879DBE8BB21E0107020310CB_gshared (UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
void *__d_args[4] = {0};
__d_args[0] = ___arg00;
__d_args[1] = ___arg11;
__d_args[2] = ___arg22;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Void UnityEngine.Events.UnityAction`3<System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_3_EndInvoke_m40F664442966F777B243BE41660DF4D97FCF9A24_gshared (UnityAction_3_t1301FDE5C65AD243EB7C23AFC96FD5C9C6B49E89 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_4__ctor_mD03F869374C55A6F3391C0F2E80DF4DEE5EA1C8A_gshared (UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::Invoke(T0,T1,T2,T3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_4_Invoke_m91D7864FF201914C04AEC6B34DD6E7C62C367FF8_gshared (UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, RuntimeObject * ___arg33, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 4)
{
// open
typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, ___arg22, ___arg33, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, ___arg22, ___arg33, targetMethod);
}
}
else if (___parameterCount != 4)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg00, ___arg11, ___arg22, ___arg33);
else
GenericVirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, ___arg00, ___arg11, ___arg22, ___arg33);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___arg00, ___arg11, ___arg22, ___arg33);
else
VirtActionInvoker3< RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___arg00, ___arg11, ___arg22, ___arg33);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg11) - 1), ___arg22, ___arg33, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, ___arg22, ___arg33, targetMethod);
}
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___arg00, ___arg11, ___arg22, ___arg33, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00, ___arg11, ___arg22, ___arg33);
else
GenericVirtActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(targetMethod, targetThis, ___arg00, ___arg11, ___arg22, ___arg33);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___arg00, ___arg11, ___arg22, ___arg33);
else
VirtActionInvoker4< RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___arg00, ___arg11, ___arg22, ___arg33);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___arg00) - 1), ___arg11, ___arg22, ___arg33, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, RuntimeObject *, RuntimeObject *, RuntimeObject *, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___arg00, ___arg11, ___arg22, ___arg33, targetMethod);
}
}
}
}
}
// System.IAsyncResult UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::BeginInvoke(T0,T1,T2,T3,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UnityAction_4_BeginInvoke_mCED3B2E5714E6AB57D5B05030DBE0851E6970061_gshared (UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, RuntimeObject * ___arg33, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method)
{
void *__d_args[5] = {0};
__d_args[0] = ___arg00;
__d_args[1] = ___arg11;
__d_args[2] = ___arg22;
__d_args[3] = ___arg33;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);
}
// System.Void UnityEngine.Events.UnityAction`4<System.Object,System.Object,System.Object,System.Object>::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_4_EndInvoke_mAA51C4DFA09F01F0AF79FD6A3419925FEE1015EB_gshared (UnityAction_4_tB6FC95EAD5FB1521F9F2CBF11F1B607346AD2AA1 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m1EF01690E1F8F81E7C190F8D9610573D5E59490C_gshared (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * __this, const RuntimeMethod* method)
{
{
__this->set_m_InvokeArray_3((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL);
NullCheck((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this);
UnityEventBase__ctor_m57AF08DAFA9C1B4F4C8DA855116900BAE8DF9595((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m61C019869D6764D437BD531635FDF61B68471967_gshared (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * __this, UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * ___call0, const RuntimeMethod* method)
{
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_0 = ___call0;
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_1 = (( BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * (*) (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
NullCheck((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this);
UnityEventBase_AddCall_mD45F68C1A40E2BD9B0754490B7709846B84E8075((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this, (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_RemoveListener_m8802189BD39CB9C93447909FF521F9AF7EC2307B_gshared (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * __this, UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * ___call0, const RuntimeMethod* method)
{
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_0 = ___call0;
NullCheck((Delegate_t *)L_0);
RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline((Delegate_t *)L_0, /*hidden argument*/NULL);
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_2 = ___call0;
NullCheck((Delegate_t *)L_2);
MethodInfo_t * L_3 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048((Delegate_t *)L_2, /*hidden argument*/NULL);
NullCheck((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this);
UnityEventBase_RemoveListener_mE7EBC544115373D2357599AC07F41F13A8C5A49E((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this, (RuntimeObject *)L_1, (MethodInfo_t *)L_3, /*hidden argument*/NULL);
return;
}
}
// System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<System.Int32>::FindMethod_Impl(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_1_FindMethod_Impl_m2EB10E941A967C89B4297A9278FBA88053A2D828_gshared (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityEvent_1_FindMethod_Impl_m2EB10E941A967C89B4297A9278FBA88053A2D828_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t * V_0 = NULL;
{
RuntimeObject * L_0 = ___targetObj1;
String_t* L_1 = ___name0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 2)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_5);
MethodInfo_t * L_6 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5((RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_3, /*hidden argument*/NULL);
V_0 = (MethodInfo_t *)L_6;
goto IL_001e;
}
IL_001e:
{
MethodInfo_t * L_7 = V_0;
return L_7;
}
}
// UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Int32>::GetDelegate(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * UnityEvent_1_GetDelegate_m0E8B5D5884056FA9248EB6AF8D3243F903735B92_gshared (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_0 = NULL;
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * L_2 = (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3));
(( void (*) (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
V_0 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_2;
goto IL_000b;
}
IL_000b:
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_3 = V_0;
return L_3;
}
}
// UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Int32>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * UnityEvent_1_GetDelegate_m8187D8D7A87F912D707BCB8913E01970F7D8F453_gshared (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * ___action0, const RuntimeMethod* method)
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_0 = NULL;
{
UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F * L_0 = ___action0;
InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * L_1 = (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *, UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(L_1, (UnityAction_1_t2291ED59024631BF653D2880E0EE63EC7F27B58F *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
V_0 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_1;
goto IL_000a;
}
IL_000a:
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_2 = V_0;
return L_2;
}
}
// System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_mAC9BEEF287D58E79A447A57E28D3679F9B199D70_gshared (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * __this, int32_t ___arg00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityEvent_1_Invoke_mAC9BEEF287D58E79A447A57E28D3679F9B199D70_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * V_0 = NULL;
int32_t V_1 = 0;
InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * V_2 = NULL;
bool V_3 = false;
InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * V_4 = NULL;
bool V_5 = false;
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
{
NullCheck((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this);
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_0 = UnityEventBase_PrepareInvoke_mFA3E2C97DB776A1089DCC85C9F1DA75C295032AE((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this, /*hidden argument*/NULL);
V_0 = (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_0;
V_1 = (int32_t)0;
goto IL_009b;
}
IL_000f:
{
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_1 = V_0;
int32_t L_2 = V_1;
NullCheck((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_1);
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_3 = List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_inline((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_1, (int32_t)L_2, /*hidden argument*/List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_RuntimeMethod_var);
V_2 = (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)));
InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * L_4 = V_2;
V_3 = (bool)((!(((RuntimeObject*)(InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)L_4) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_5 = V_3;
if (!L_5)
{
goto IL_002f;
}
}
{
InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 * L_6 = V_2;
int32_t L_7 = ___arg00;
NullCheck((InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)L_6);
VirtActionInvoker1< int32_t >::Invoke(6 /* System.Void UnityEngine.Events.InvokableCall`1<System.Int32>::Invoke(T1) */, (InvokableCall_1_t39872274B662BF6B73E43C748C83E91947E649E5 *)L_6, (int32_t)L_7);
goto IL_0096;
}
IL_002f:
{
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_8 = V_0;
int32_t L_9 = V_1;
NullCheck((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_8);
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_10 = List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_inline((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_8, (int32_t)L_9, /*hidden argument*/List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_RuntimeMethod_var);
V_4 = (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)((InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)IsInst((RuntimeObject*)L_10, InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC_il2cpp_TypeInfo_var));
InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * L_11 = V_4;
V_5 = (bool)((!(((RuntimeObject*)(InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)L_11) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_12 = V_5;
if (!L_12)
{
goto IL_0053;
}
}
{
InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * L_13 = V_4;
NullCheck((InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)L_13);
InvokableCall_Invoke_m0B9E7F14A2C67AB51F01745BD2C6C423114C9394((InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)L_13, /*hidden argument*/NULL);
goto IL_0095;
}
IL_0053:
{
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_14 = V_0;
int32_t L_15 = V_1;
NullCheck((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_14);
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_16 = List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_inline((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_14, (int32_t)L_15, /*hidden argument*/List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_RuntimeMethod_var);
V_6 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_16;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_m_InvokeArray_3();
V_7 = (bool)((((RuntimeObject*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_17) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_18 = V_7;
if (!L_18)
{
goto IL_0078;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
__this->set_m_InvokeArray_3(L_19);
}
IL_0078:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_m_InvokeArray_3();
int32_t L_21 = ___arg00;
int32_t L_22 = L_21;
RuntimeObject * L_23 = Box(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 7), &L_22);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_23);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_23);
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_24 = V_6;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_m_InvokeArray_3();
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_24);
VirtActionInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(4 /* System.Void UnityEngine.Events.BaseInvokableCall::Invoke(System.Object[]) */, (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_24, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_25);
}
IL_0095:
{
}
IL_0096:
{
int32_t L_26 = V_1;
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_009b:
{
int32_t L_27 = V_1;
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_28 = V_0;
NullCheck((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_28);
int32_t L_29 = List_1_get_Count_m81256FA6A1423E6A61F696EF1268497C43475FB9_inline((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_28, /*hidden argument*/List_1_get_Count_m81256FA6A1423E6A61F696EF1268497C43475FB9_RuntimeMethod_var);
V_8 = (bool)((((int32_t)L_27) < ((int32_t)L_29))? 1 : 0);
bool L_30 = V_8;
if (L_30)
{
goto IL_000f;
}
}
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityEvent`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m38CD236F782AA440F6DDB5D90B4C9DA24CDBA3A7_gshared (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * __this, const RuntimeMethod* method)
{
{
__this->set_m_InvokeArray_3((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL);
NullCheck((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this);
UnityEventBase__ctor_m57AF08DAFA9C1B4F4C8DA855116900BAE8DF9595((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Events.UnityEvent`1<System.Object>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m9E1606EB0E08E6B0ECACA780B7AD424D113C8334_gshared (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * __this, UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * ___call0, const RuntimeMethod* method)
{
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_0 = ___call0;
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_1 = (( BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * (*) (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
NullCheck((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this);
UnityEventBase_AddCall_mD45F68C1A40E2BD9B0754490B7709846B84E8075((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this, (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.Events.UnityEvent`1<System.Object>::RemoveListener(UnityEngine.Events.UnityAction`1<T0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_RemoveListener_mD5524309E29952671D52EA873E3A0C63EF9C4455_gshared (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * __this, UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * ___call0, const RuntimeMethod* method)
{
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_0 = ___call0;
NullCheck((Delegate_t *)L_0);
RuntimeObject * L_1 = Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline((Delegate_t *)L_0, /*hidden argument*/NULL);
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_2 = ___call0;
NullCheck((Delegate_t *)L_2);
MethodInfo_t * L_3 = Delegate_get_Method_m0AC85D2B0C4CA63C471BC37FFDC3A5EA1E8ED048((Delegate_t *)L_2, /*hidden argument*/NULL);
NullCheck((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this);
UnityEventBase_RemoveListener_mE7EBC544115373D2357599AC07F41F13A8C5A49E((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this, (RuntimeObject *)L_1, (MethodInfo_t *)L_3, /*hidden argument*/NULL);
return;
}
}
// System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`1<System.Object>::FindMethod_Impl(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_1_FindMethod_Impl_mDD1047ED8F4A1CABD0ACBC76D73B344DCDAC3126_gshared (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityEvent_1_FindMethod_Impl_mDD1047ED8F4A1CABD0ACBC76D73B344DCDAC3126_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t * V_0 = NULL;
{
RuntimeObject * L_0 = ___targetObj1;
String_t* L_1 = ___name0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 2)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_5);
MethodInfo_t * L_6 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5((RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_3, /*hidden argument*/NULL);
V_0 = (MethodInfo_t *)L_6;
goto IL_001e;
}
IL_001e:
{
MethodInfo_t * L_7 = V_0;
return L_7;
}
}
// UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * UnityEvent_1_GetDelegate_m959B9FFD3D5FEE00DC93EDA9BE5924BDA8217541_gshared (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_0 = NULL;
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * L_2 = (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3));
(( void (*) (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
V_0 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_2;
goto IL_000b;
}
IL_000b:
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_3 = V_0;
return L_3;
}
}
// UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`1<System.Object>::GetDelegate(UnityEngine.Events.UnityAction`1<T0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * UnityEvent_1_GetDelegate_m1EE511D98201F0DE08C472BFB04DAC8E846243BE_gshared (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * ___action0, const RuntimeMethod* method)
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_0 = NULL;
{
UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * L_0 = ___action0;
InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * L_1 = (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 3));
(( void (*) (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *, UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5)->methodPointer)(L_1, (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 5));
V_0 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_1;
goto IL_000a;
}
IL_000a:
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_2 = V_0;
return L_2;
}
}
// System.Void UnityEngine.Events.UnityEvent`1<System.Object>::Invoke(T0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m027706B0C7150736F066D5C663304CB0B80ABBF0_gshared (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * __this, RuntimeObject * ___arg00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityEvent_1_Invoke_m027706B0C7150736F066D5C663304CB0B80ABBF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * V_0 = NULL;
int32_t V_1 = 0;
InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * V_2 = NULL;
bool V_3 = false;
InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * V_4 = NULL;
bool V_5 = false;
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
{
NullCheck((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this);
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_0 = UnityEventBase_PrepareInvoke_mFA3E2C97DB776A1089DCC85C9F1DA75C295032AE((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this, /*hidden argument*/NULL);
V_0 = (List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_0;
V_1 = (int32_t)0;
goto IL_009b;
}
IL_000f:
{
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_1 = V_0;
int32_t L_2 = V_1;
NullCheck((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_1);
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_3 = List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_inline((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_1, (int32_t)L_2, /*hidden argument*/List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_RuntimeMethod_var);
V_2 = (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)IsInst((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3)));
InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * L_4 = V_2;
V_3 = (bool)((!(((RuntimeObject*)(InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)L_4) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_5 = V_3;
if (!L_5)
{
goto IL_002f;
}
}
{
InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC * L_6 = V_2;
RuntimeObject * L_7 = ___arg00;
NullCheck((InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)L_6);
VirtActionInvoker1< RuntimeObject * >::Invoke(6 /* System.Void UnityEngine.Events.InvokableCall`1<System.Object>::Invoke(T1) */, (InvokableCall_1_t4C25D83F8CA99D8F1156E28315A6AD077D0951BC *)L_6, (RuntimeObject *)L_7);
goto IL_0096;
}
IL_002f:
{
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_8 = V_0;
int32_t L_9 = V_1;
NullCheck((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_8);
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_10 = List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_inline((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_8, (int32_t)L_9, /*hidden argument*/List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_RuntimeMethod_var);
V_4 = (InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)((InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)IsInst((RuntimeObject*)L_10, InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC_il2cpp_TypeInfo_var));
InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * L_11 = V_4;
V_5 = (bool)((!(((RuntimeObject*)(InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)L_11) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_12 = V_5;
if (!L_12)
{
goto IL_0053;
}
}
{
InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC * L_13 = V_4;
NullCheck((InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)L_13);
InvokableCall_Invoke_m0B9E7F14A2C67AB51F01745BD2C6C423114C9394((InvokableCall_t4195709D9C5DF20B7FC3986828A7612C9C28B0FC *)L_13, /*hidden argument*/NULL);
goto IL_0095;
}
IL_0053:
{
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_14 = V_0;
int32_t L_15 = V_1;
NullCheck((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_14);
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_16 = List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_inline((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_14, (int32_t)L_15, /*hidden argument*/List_1_get_Item_m34F3D72A7ED5A66F832C6890213B0A5F70D0A42B_RuntimeMethod_var);
V_6 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_16;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_m_InvokeArray_3();
V_7 = (bool)((((RuntimeObject*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_17) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_18 = V_7;
if (!L_18)
{
goto IL_0078;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
__this->set_m_InvokeArray_3(L_19);
}
IL_0078:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_m_InvokeArray_3();
RuntimeObject * L_21 = ___arg00;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_21);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_21);
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_22 = V_6;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get_m_InvokeArray_3();
NullCheck((BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_22);
VirtActionInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(4 /* System.Void UnityEngine.Events.BaseInvokableCall::Invoke(System.Object[]) */, (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_22, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_23);
}
IL_0095:
{
}
IL_0096:
{
int32_t L_24 = V_1;
V_1 = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_009b:
{
int32_t L_25 = V_1;
List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 * L_26 = V_0;
NullCheck((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_26);
int32_t L_27 = List_1_get_Count_m81256FA6A1423E6A61F696EF1268497C43475FB9_inline((List_1_tB6CB50ED979D7494123AC5ADF0C1C587142B5694 *)L_26, /*hidden argument*/List_1_get_Count_m81256FA6A1423E6A61F696EF1268497C43475FB9_RuntimeMethod_var);
V_8 = (bool)((((int32_t)L_25) < ((int32_t)L_27))? 1 : 0);
bool L_28 = V_8;
if (L_28)
{
goto IL_000f;
}
}
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_2__ctor_m146206128006F3071AEC91A73E3DDFDC34A53F2D_gshared (UnityEvent_2_tCABE16DD12281C927273F04C2F6D54BE6ED094EC * __this, const RuntimeMethod* method)
{
{
__this->set_m_InvokeArray_3((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL);
NullCheck((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this);
UnityEventBase__ctor_m57AF08DAFA9C1B4F4C8DA855116900BAE8DF9595((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this, /*hidden argument*/NULL);
return;
}
}
// System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::FindMethod_Impl(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_2_FindMethod_Impl_m03311CACE68316DC88479DFD2AF9AA0A88A615A3_gshared (UnityEvent_2_tCABE16DD12281C927273F04C2F6D54BE6ED094EC * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityEvent_2_FindMethod_Impl_m03311CACE68316DC88479DFD2AF9AA0A88A615A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t * V_0 = NULL;
{
RuntimeObject * L_0 = ___targetObj1;
String_t* L_1 = ___name0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 0)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_5);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 1)) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_7, /*hidden argument*/NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_8);
MethodInfo_t * L_9 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5((RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_6, /*hidden argument*/NULL);
V_0 = (MethodInfo_t *)L_9;
goto IL_002b;
}
IL_002b:
{
MethodInfo_t * L_10 = V_0;
return L_10;
}
}
// UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`2<System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * UnityEvent_2_GetDelegate_m4005C11561312B45709572CA1BB4D0EA630D0534_gshared (UnityEvent_2_tCABE16DD12281C927273F04C2F6D54BE6ED094EC * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_0 = NULL;
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
InvokableCall_2_t92DAC0F2FB25BD6576E876379F30AD0C93C4E42E * L_2 = (InvokableCall_2_t92DAC0F2FB25BD6576E876379F30AD0C93C4E42E *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 2));
(( void (*) (InvokableCall_2_t92DAC0F2FB25BD6576E876379F30AD0C93C4E42E *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
V_0 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_2;
goto IL_000b;
}
IL_000b:
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_3 = V_0;
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_3__ctor_mF7A53B951222BC66BE6F471036270FC66C36FAA2_gshared (UnityEvent_3_t695DB93DCFCA35084D787B62352792D5C4F564C9 * __this, const RuntimeMethod* method)
{
{
__this->set_m_InvokeArray_3((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL);
NullCheck((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this);
UnityEventBase__ctor_m57AF08DAFA9C1B4F4C8DA855116900BAE8DF9595((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this, /*hidden argument*/NULL);
return;
}
}
// System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::FindMethod_Impl(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_3_FindMethod_Impl_mF15A2B2F6BFE33613B6675FD2500E144CEF40FFA_gshared (UnityEvent_3_t695DB93DCFCA35084D787B62352792D5C4F564C9 * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityEvent_3_FindMethod_Impl_mF15A2B2F6BFE33613B6675FD2500E144CEF40FFA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t * V_0 = NULL;
{
RuntimeObject * L_0 = ___targetObj1;
String_t* L_1 = ___name0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)3);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 0)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_5);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 1)) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_7, /*hidden argument*/NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_8);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_6;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 2)) };
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_10, /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (Type_t *)L_11);
MethodInfo_t * L_12 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5((RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_9, /*hidden argument*/NULL);
V_0 = (MethodInfo_t *)L_12;
goto IL_0038;
}
IL_0038:
{
MethodInfo_t * L_13 = V_0;
return L_13;
}
}
// UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`3<System.Object,System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * UnityEvent_3_GetDelegate_mDD941B02CC78310DE703586880CD8C926CF5EC2C_gshared (UnityEvent_3_t695DB93DCFCA35084D787B62352792D5C4F564C9 * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_0 = NULL;
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
InvokableCall_3_t4C86EE6D323407D93E34FFFC787D64FE62C5973D * L_2 = (InvokableCall_3_t4C86EE6D323407D93E34FFFC787D64FE62C5973D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 3));
(( void (*) (InvokableCall_3_t4C86EE6D323407D93E34FFFC787D64FE62C5973D *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
V_0 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_2;
goto IL_000b;
}
IL_000b:
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_3 = V_0;
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_4__ctor_m04FBFD537FBAF349F05C24B6EB9360FF08685819_gshared (UnityEvent_4_t2145BBDEE01F7E33D8060C904609F2FFD8845A0A * __this, const RuntimeMethod* method)
{
{
__this->set_m_InvokeArray_3((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)NULL);
NullCheck((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this);
UnityEventBase__ctor_m57AF08DAFA9C1B4F4C8DA855116900BAE8DF9595((UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 *)__this, /*hidden argument*/NULL);
return;
}
}
// System.Reflection.MethodInfo UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::FindMethod_Impl(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * UnityEvent_4_FindMethod_Impl_m74BBF94AAC7B6B09A4BC3E4A923CBFE4781D08A1_gshared (UnityEvent_4_t2145BBDEE01F7E33D8060C904609F2FFD8845A0A * __this, String_t* ___name0, RuntimeObject * ___targetObj1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnityEvent_4_FindMethod_Impl_m74BBF94AAC7B6B09A4BC3E4A923CBFE4781D08A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t * V_0 = NULL;
{
RuntimeObject * L_0 = ___targetObj1;
String_t* L_1 = ___name0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)4);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_3 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 0)) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_5);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_6 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_3;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 1)) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_7, /*hidden argument*/NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_8);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_9 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_6;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 2)) };
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_10, /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (Type_t *)L_11);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_12 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_9;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_13 = { reinterpret_cast<intptr_t> (IL2CPP_RGCTX_TYPE(method->klass->rgctx_data, 3)) };
Type_t * L_14 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6((RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D )L_13, /*hidden argument*/NULL);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_14);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(3), (Type_t *)L_14);
MethodInfo_t * L_15 = UnityEventBase_GetValidMethodInfo_m4521621AB72C7265A2C0EC6911BE4DC42A99B6A5((RuntimeObject *)L_0, (String_t*)L_1, (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)L_12, /*hidden argument*/NULL);
V_0 = (MethodInfo_t *)L_15;
goto IL_0045;
}
IL_0045:
{
MethodInfo_t * L_16 = V_0;
return L_16;
}
}
// UnityEngine.Events.BaseInvokableCall UnityEngine.Events.UnityEvent`4<System.Object,System.Object,System.Object,System.Object>::GetDelegate(System.Object,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * UnityEvent_4_GetDelegate_mAD2A7239ECF210269A5974AE66F1CFDB13977F54_gshared (UnityEvent_4_t2145BBDEE01F7E33D8060C904609F2FFD8845A0A * __this, RuntimeObject * ___target0, MethodInfo_t * ___theFunction1, const RuntimeMethod* method)
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * V_0 = NULL;
{
RuntimeObject * L_0 = ___target0;
MethodInfo_t * L_1 = ___theFunction1;
InvokableCall_4_t72FB1137599CE871685340E96EFDD317DB4831E6 * L_2 = (InvokableCall_4_t72FB1137599CE871685340E96EFDD317DB4831E6 *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 4));
(( void (*) (InvokableCall_4_t72FB1137599CE871685340E96EFDD317DB4831E6 *, RuntimeObject *, MethodInfo_t *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5)->methodPointer)(L_2, (RuntimeObject *)L_0, (MethodInfo_t *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5));
V_0 = (BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 *)L_2;
goto IL_000b;
}
IL_000b:
{
BaseInvokableCall_tE686BE3371ABBF6DB32C422D433199AD18316DF5 * L_3 = V_0;
return L_3;
}
}
#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
// UnityEngine.ISubsystem UnityEngine.IntegratedSubsystemDescriptor`1<System.Object>::CreateImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IntegratedSubsystemDescriptor_1_CreateImpl_m3EA74C92EB71BB77910FD716E818F4D9E73E7CFE_gshared (IntegratedSubsystemDescriptor_1_t26346DD8E0AD1C04F25B94E8AD18577ABA15EBCB * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
NullCheck((IntegratedSubsystemDescriptor_1_t26346DD8E0AD1C04F25B94E8AD18577ABA15EBCB *)__this);
RuntimeObject * L_0 = (( RuntimeObject * (*) (IntegratedSubsystemDescriptor_1_t26346DD8E0AD1C04F25B94E8AD18577ABA15EBCB *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((IntegratedSubsystemDescriptor_1_t26346DD8E0AD1C04F25B94E8AD18577ABA15EBCB *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
V_0 = (RuntimeObject*)L_0;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// TSubsystem UnityEngine.IntegratedSubsystemDescriptor`1<System.Object>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * IntegratedSubsystemDescriptor_1_Create_m353DF937E50FE54F1022D32EC09A78FF01798EB9_gshared (IntegratedSubsystemDescriptor_1_t26346DD8E0AD1C04F25B94E8AD18577ABA15EBCB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IntegratedSubsystemDescriptor_1_Create_m353DF937E50FE54F1022D32EC09A78FF01798EB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset((&V_0), 0, sizeof(V_0));
RuntimeObject * V_1 = NULL;
bool V_2 = false;
RuntimeObject * V_3 = NULL;
{
intptr_t L_0 = (intptr_t)((IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA *)__this)->get_m_Ptr_0();
IL2CPP_RUNTIME_CLASS_INIT(Internal_SubsystemDescriptors_tC73DE2F7340E4C6650B674A63D0D5D677A7C9234_il2cpp_TypeInfo_var);
intptr_t L_1 = Internal_SubsystemDescriptors_Create_mEB503EBC87BAE5D491C9FCD0C9D177881020EC99((intptr_t)L_0, /*hidden argument*/NULL);
V_0 = (intptr_t)L_1;
intptr_t L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Internal_SubsystemInstances_tB061667F7AEBE0E336E6DE40389E18414A43BB9A_il2cpp_TypeInfo_var);
IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026 * L_3 = Internal_SubsystemInstances_Internal_GetInstanceByPtr_m2A3E2B194F743DA1505586132038FA64DF8FB407((intptr_t)L_2, /*hidden argument*/NULL);
V_1 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_3, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)));
RuntimeObject * L_4 = V_1;
V_2 = (bool)((!(((RuntimeObject*)(RuntimeObject *)L_4) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_5 = V_2;
if (!L_5)
{
goto IL_0034;
}
}
{
RuntimeObject * L_6 = V_1;
NullCheck(L_6);
((IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026 *)L_6)->set_m_subsystemDescriptor_1(__this);
}
IL_0034:
{
RuntimeObject * L_7 = V_1;
V_3 = (RuntimeObject *)L_7;
goto IL_0038;
}
IL_0038:
{
RuntimeObject * L_8 = V_3;
return L_8;
}
}
// System.Void UnityEngine.IntegratedSubsystemDescriptor`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntegratedSubsystemDescriptor_1__ctor_m3E14A32CB73A1C21C69CC9860EE2AE95F841876D_gshared (IntegratedSubsystemDescriptor_1_t26346DD8E0AD1C04F25B94E8AD18577ABA15EBCB * __this, const RuntimeMethod* method)
{
{
NullCheck((IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA *)__this);
IntegratedSubsystemDescriptor__ctor_m1D87F86FF3A30C3ECCD95D1797802B34B9194039((IntegratedSubsystemDescriptor_t56BB69721C25889FFD6A9FE635ED05BB94D683DA *)__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.IntegratedSubsystem`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntegratedSubsystem_1__ctor_m4F49ABCD91074575D743F3AA68170017E2A29B37_gshared (IntegratedSubsystem_1_tA39FA5C25840EB481167108B3E02F7F09E901583 * __this, const RuntimeMethod* method)
{
{
NullCheck((IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026 *)__this);
IntegratedSubsystem__ctor_mDBF83DF7F1F0B6DB1C64DD2C585E8A0CC7EE0EF1((IntegratedSubsystem_tEFE71989A825ABA8955C1B1505C8F2405FA61026 *)__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
// UnityEngine.ISubsystem UnityEngine.SubsystemDescriptor`1<System.Object>::CreateImpl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SubsystemDescriptor_1_CreateImpl_m5D4EA463067F196DA9D23D5A8AF8D35F02277458_gshared (SubsystemDescriptor_1_tE2E4F2A029DA1A307F018FCE747BA53FB9E344C2 * __this, const RuntimeMethod* method)
{
RuntimeObject* V_0 = NULL;
{
NullCheck((SubsystemDescriptor_1_tE2E4F2A029DA1A307F018FCE747BA53FB9E344C2 *)__this);
RuntimeObject * L_0 = (( RuntimeObject * (*) (SubsystemDescriptor_1_tE2E4F2A029DA1A307F018FCE747BA53FB9E344C2 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0)->methodPointer)((SubsystemDescriptor_1_tE2E4F2A029DA1A307F018FCE747BA53FB9E344C2 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 0));
V_0 = (RuntimeObject*)L_0;
goto IL_000f;
}
IL_000f:
{
RuntimeObject* L_1 = V_0;
return L_1;
}
}
// TSubsystem UnityEngine.SubsystemDescriptor`1<System.Object>::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SubsystemDescriptor_1_Create_mF01290ECD014B1B0709F1763F81444F034F27611_gshared (SubsystemDescriptor_1_tE2E4F2A029DA1A307F018FCE747BA53FB9E344C2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SubsystemDescriptor_1_Create_mF01290ECD014B1B0709F1763F81444F034F27611_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
RuntimeObject * V_2 = NULL;
RuntimeObject * V_3 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(Internal_SubsystemInstances_tB061667F7AEBE0E336E6DE40389E18414A43BB9A_il2cpp_TypeInfo_var);
Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 * L_0 = Internal_SubsystemInstances_Internal_FindStandaloneSubsystemInstanceGivenDescriptor_mD7E452AE994DB1342208053B8DEF0BC057A09F86((SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA *)__this, /*hidden argument*/NULL);
V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1))), IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)));
RuntimeObject * L_1 = V_0;
V_1 = (bool)((!(((RuntimeObject*)(RuntimeObject *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_2 = V_1;
if (!L_2)
{
goto IL_0024;
}
}
{
RuntimeObject * L_3 = V_0;
V_2 = (RuntimeObject *)L_3;
goto IL_0057;
}
IL_0024:
{
NullCheck((SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA *)__this);
Type_t * L_4 = SubsystemDescriptor_get_subsystemImplementationType_mCF20A5F2E10F34F73853FEC4D3893B49EB49C166_inline((SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA *)__this, /*hidden argument*/NULL);
RuntimeObject * L_5 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16((Type_t *)L_4, /*hidden argument*/NULL);
V_3 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)((RuntimeObject *)IsInst((RuntimeObject*)L_5, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1))), IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1)));
RuntimeObject * L_6 = V_3;
NullCheck(L_6);
((Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 *)L_6)->set_m_subsystemDescriptor_0(__this);
RuntimeObject * L_7 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Internal_SubsystemInstances_tB061667F7AEBE0E336E6DE40389E18414A43BB9A_il2cpp_TypeInfo_var);
Internal_SubsystemInstances_Internal_AddStandaloneSubsystem_m93A60FA6B3E9A106B424BB6051B2A553363BF051((Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 *)L_7, /*hidden argument*/NULL);
RuntimeObject * L_8 = V_3;
V_2 = (RuntimeObject *)L_8;
goto IL_0057;
}
IL_0057:
{
RuntimeObject * L_9 = V_2;
return L_9;
}
}
// System.Void UnityEngine.SubsystemDescriptor`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsystemDescriptor_1__ctor_m0DC45BE61DA2407CF2CF78FA57CEF4CFE24A7749_gshared (SubsystemDescriptor_1_tE2E4F2A029DA1A307F018FCE747BA53FB9E344C2 * __this, const RuntimeMethod* method)
{
{
NullCheck((SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA *)__this);
SubsystemDescriptor__ctor_m36DDE5770481719052DCBDC48DC4494D886DE747((SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA *)__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
// TSubsystemDescriptor UnityEngine.Subsystem`1<System.Object>::get_SubsystemDescriptor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Subsystem_1_get_SubsystemDescriptor_m6BBD47F94AF7F1AFD740AD303E30ED2086656593_gshared (Subsystem_1_t6048F47F8C2EBFDAC541AA593928233978B85EA9 * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
{
RuntimeObject* L_0 = (RuntimeObject*)((Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 *)__this)->get_m_subsystemDescriptor_0();
V_0 = (RuntimeObject *)((RuntimeObject *)Castclass((RuntimeObject*)L_0, IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)));
goto IL_000f;
}
IL_000f:
{
RuntimeObject * L_1 = V_0;
return L_1;
}
}
// System.Void UnityEngine.Subsystem`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Subsystem_1__ctor_mF48658BD81F116DB10200B88E096D01B97C6B2A2_gshared (Subsystem_1_t6048F47F8C2EBFDAC541AA593928233978B85EA9 * __this, const RuntimeMethod* method)
{
{
NullCheck((Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 *)__this);
Subsystem__ctor_m00FD26014DE966433A871B78ED54389E8DC59E94((Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 *)__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
// UnityEngine.XR.ARFoundation.ARTrackableManager`4<TSubsystem,TSubsystemDescriptor,TSessionRelativeData,TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::get_instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * ARTrackableManager_4_get_instance_m5E342B8EDB182135FB2FC8F9F86FC794D024103C_gshared (const RuntimeMethod* method)
{
{
// internal static ARTrackableManager<TSubsystem, TSubsystemDescriptor, TSessionRelativeData, TTrackable> instance { get; private set; }
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0));
ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * L_0 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CinstanceU3Ek__BackingField_7();
return L_0;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::set_instance(UnityEngine.XR.ARFoundation.ARTrackableManager`4<TSubsystem,TSubsystemDescriptor,TSessionRelativeData,TTrackable>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_set_instance_m4C8A9AC219DA1BA232E1F13D4543A9A5439404FB_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * ___value0, const RuntimeMethod* method)
{
{
// internal static ARTrackableManager<TSubsystem, TSubsystemDescriptor, TSessionRelativeData, TTrackable> instance { get; private set; }
ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0));
((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CinstanceU3Ek__BackingField_7(L_0);
return;
}
}
// UnityEngine.XR.ARFoundation.TrackableCollection`1<TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::get_trackables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 ARTrackableManager_4_get_trackables_mDE5DA4C0F7F66BFA082D748E0A52480168863105_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, const RuntimeMethod* method)
{
{
// public TrackableCollection<TTrackable> trackables => new TrackableCollection<TTrackable>(m_Trackables);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_0 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 L_1;
memset((&L_1), 0, sizeof(L_1));
TrackableCollection_1__ctor_mA99D3D41CAA02EF94BD2B96D6DC1B66450E226FF((&L_1), (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
return L_1;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::SetTrackablesActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_SetTrackablesActive_mA211F88E50B08A75B3A5D2E7ABB5426EC1C4A288_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, bool ___active0, const RuntimeMethod* method)
{
Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED V_0;
memset((&V_0), 0, sizeof(V_0));
TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// foreach (var trackable in trackables)
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 L_0 = (( TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
V_1 = (TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 )L_0;
Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED L_1 = TrackableCollection_1_GetEnumerator_mBAA3D036F160A053757196D57318EC6B3F368D02((TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 *)(TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5));
V_0 = (Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED )L_1;
goto IL_0028;
}
IL_0011:
{
// foreach (var trackable in trackables)
RuntimeObject * L_2 = Enumerator_get_Current_m6D82C8CA15561A8D32BA77CB304C80AF57C4C77E((Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
// trackable.gameObject.SetActive(active);
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_2);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_2, /*hidden argument*/NULL);
bool L_4 = ___active0;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_3);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_3, (bool)L_4, /*hidden argument*/NULL);
}
IL_0028:
{
// foreach (var trackable in trackables)
bool L_5 = Enumerator_MoveNext_mF64DBEA38614B8A6E085DFC09DD2745BE2ACB9BE((Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8));
if (L_5)
{
goto IL_0011;
}
}
{
// }
return;
}
}
// UnityEngine.XR.ARFoundation.ARSessionOrigin UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::get_sessionOrigin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * ARTrackableManager_4_get_sessionOrigin_m588C473FA27721FE2EB4272371CF6F81F37548D3_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, const RuntimeMethod* method)
{
{
// protected ARSessionOrigin sessionOrigin { get; private set; }
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_0 = (ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)__this->get_U3CsessionOriginU3Ek__BackingField_8();
return L_0;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::set_sessionOrigin(UnityEngine.XR.ARFoundation.ARSessionOrigin)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_set_sessionOrigin_mED37EFCF538C17AEDC22F283210117A51E6FAE9B_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * ___value0, const RuntimeMethod* method)
{
{
// protected ARSessionOrigin sessionOrigin { get; private set; }
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_0 = ___value0;
__this->set_U3CsessionOriginU3Ek__BackingField_8(L_0);
return;
}
}
// UnityEngine.GameObject UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::GetPrefab()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ARTrackableManager_4_GetPrefab_m263E07B78AED520FD200DF314B144881F6F8D554_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, const RuntimeMethod* method)
{
{
// protected virtual GameObject GetPrefab() => null;
return (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_Awake_m24810E7DBA7D9EAD4C4E4DE28D4DE659567CDCA9_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_Awake_m24810E7DBA7D9EAD4C4E4DE28D4DE659567CDCA9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// sessionOrigin = GetComponent<ARSessionOrigin>();
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_0 = Component_GetComponent_TisARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF_m25BC8791B994BAE33BF9003FFC85124F480EFB17((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)__this, /*hidden argument*/Component_GetComponent_TisARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF_m25BC8791B994BAE33BF9003FFC85124F480EFB17_RuntimeMethod_var);
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
(( void (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9));
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnEnable_m8B0B36FEBB45C2F1FD4BE0CE7993040F0FDD0E8F_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_OnEnable_m8B0B36FEBB45C2F1FD4BE0CE7993040F0FDD0E8F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.OnEnable();
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
(( void (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10));
// instance = this;
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
(( void (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11));
// sessionOrigin.trackablesParentTransformChanged += OnTrackablesParentTransformChanged;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_0 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB * L_1 = (Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB *)il2cpp_codegen_object_new(Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB_il2cpp_TypeInfo_var);
Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B(L_1, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)), /*hidden argument*/Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B_RuntimeMethod_var);
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_0);
ARSessionOrigin_add_trackablesParentTransformChanged_m59165BB2C4BFB84AD169AF54D2D9B76DBD8A5235((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_0, (Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB *)L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnDisable_m579055CFCE8E5FB8C7DC71E1AD89BB134BAC7C0F_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_OnDisable_m579055CFCE8E5FB8C7DC71E1AD89BB134BAC7C0F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.OnDisable();
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
(( void (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14));
// sessionOrigin.trackablesParentTransformChanged -= OnTrackablesParentTransformChanged;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_0 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB * L_1 = (Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB *)il2cpp_codegen_object_new(Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB_il2cpp_TypeInfo_var);
Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B(L_1, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)), /*hidden argument*/Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B_RuntimeMethod_var);
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_0);
ARSessionOrigin_remove_trackablesParentTransformChanged_mF790C29F00B85A00D500F3420855F4BF75DBA2A4((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_0, (Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB *)L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::CanBeAddedToSubsystem(TTrackable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ARTrackableManager_4_CanBeAddedToSubsystem_m30FD64DBD82DC1D29554720606316FA922D69631_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, RuntimeObject * ___trackable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_CanBeAddedToSubsystem_m30FD64DBD82DC1D29554720606316FA922D69631_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (trackable == null)
RuntimeObject * L_0 = ___trackable0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new ArgumentNullException(nameof(trackable));
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, (String_t*)_stringLiteral05E5EBD9D5908CC9215021F08ACFBC4B58571C5C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ARTrackableManager_4_CanBeAddedToSubsystem_m30FD64DBD82DC1D29554720606316FA922D69631_RuntimeMethod_var);
}
IL_0019:
{
// if (!trackable.trackableId.Equals(TrackableId.invalidId))
RuntimeObject * L_3 = ___trackable0;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_3);
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_4 = (( TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 (*) (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15));
V_0 = (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_4;
IL2CPP_RUNTIME_CLASS_INIT(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47_il2cpp_TypeInfo_var);
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_5 = TrackableId_get_invalidId_mBE9FA1EC8F2EC1575C1B31666EA928A3382DF1CD_inline(/*hidden argument*/NULL);
bool L_6 = TrackableId_Equals_mCE458E0FDCDD6E339FCC1926EE88EB7B3D45F943((TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 *)(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 *)(&V_0), (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0035;
}
}
{
// return false;
return (bool)0;
}
IL_0035:
{
// if (m_Trackables.ContainsKey(trackable.trackableId))
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_7 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
RuntimeObject * L_8 = ___trackable0;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_8);
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_9 = (( TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 (*) (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15));
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_7);
bool L_10 = (( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_7, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16));
if (!L_10)
{
goto IL_004f;
}
}
{
// return false;
return (bool)0;
}
IL_004f:
{
// if (!enabled || subsystem == null)
NullCheck((Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 *)__this);
bool L_11 = Behaviour_get_enabled_mAA0C9ED5A3D1589C1C8AA22636543528DB353CFB((Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 *)__this, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0064;
}
}
{
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
RuntimeObject * L_12 = (( RuntimeObject * (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17));
if (L_12)
{
goto IL_0072;
}
}
IL_0064:
{
// trackable.pending = true;
RuntimeObject * L_13 = ___trackable0;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_13);
(( void (*) (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_13, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19));
// return false;
return (bool)0;
}
IL_0072:
{
// return sessionOrigin && sessionOrigin.trackablesParent;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_14 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_15 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0090;
}
}
{
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_16 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_16);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_17 = ARSessionOrigin_get_trackablesParent_m37049D7E75CF694834A140C2EACB15D2D1098505_inline((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_16, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_18 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_17, /*hidden argument*/NULL);
return L_18;
}
IL_0090:
{
return (bool)0;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnTrackablesParentTransformChanged(UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnTrackablesParentTransformChanged_m484F9142DF0BE2D88DB3EA0F94DAAEE8D93CF0C9_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 ___eventArgs0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_OnTrackablesParentTransformChanged_m484F9142DF0BE2D88DB3EA0F94DAAEE8D93CF0C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED V_0;
memset((&V_0), 0, sizeof(V_0));
TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 V_1;
memset((&V_1), 0, sizeof(V_1));
RuntimeObject * V_2 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_3 = NULL;
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 V_4;
memset((&V_4), 0, sizeof(V_4));
{
// foreach (var trackable in trackables)
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 L_0 = (( TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
V_1 = (TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 )L_0;
Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED L_1 = TrackableCollection_1_GetEnumerator_mBAA3D036F160A053757196D57318EC6B3F368D02((TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 *)(TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5));
V_0 = (Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED )L_1;
goto IL_0066;
}
IL_0011:
{
// foreach (var trackable in trackables)
RuntimeObject * L_2 = Enumerator_get_Current_m6D82C8CA15561A8D32BA77CB304C80AF57C4C77E((Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
V_2 = (RuntimeObject *)L_2;
// var transform = trackable.transform;
RuntimeObject * L_3 = V_2;
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_3);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_3, /*hidden argument*/NULL);
V_3 = (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_4;
// if (transform.parent != eventArgs.trackablesParent)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_3;
NullCheck((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_5);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_5, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = ARTrackablesParentTransformChangedEventArgs_get_trackablesParent_m124F9D34F6DA7E3FAB3E7CB9981820682219FE49_inline((ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 *)(ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 *)(&___eventArgs0), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_8 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0066;
}
}
{
// var desiredPose = eventArgs.trackablesParent.TransformPose(trackable.sessionRelativePose);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = ARTrackablesParentTransformChangedEventArgs_get_trackablesParent_m124F9D34F6DA7E3FAB3E7CB9981820682219FE49_inline((ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 *)(ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 *)(&___eventArgs0), /*hidden argument*/NULL);
RuntimeObject * L_10 = V_2;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_10);
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_11 = (( Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 (*) (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)->methodPointer)((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20));
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_12 = TransformExtensions_TransformPose_m677CE84C622BD23C3DDB2953DDB820E1934B0144((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_9, (Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 )L_11, /*hidden argument*/NULL);
V_4 = (Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 )L_12;
// transform.SetPositionAndRotation(desiredPose.position, desiredPose.rotation);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_13 = V_3;
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_14 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_14.get_position_0();
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_16 = V_4;
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_17 = (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )L_16.get_rotation_1();
NullCheck((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_13);
Transform_SetPositionAndRotation_mDB9B34321018846FD7E2315CBE8D4A6612E3DE43((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_13, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_15, (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )L_17, /*hidden argument*/NULL);
}
IL_0066:
{
// foreach (var trackable in trackables)
bool L_18 = Enumerator_MoveNext_mF64DBEA38614B8A6E085DFC09DD2745BE2ACB9BE((Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8));
if (L_18)
{
goto IL_0011;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_Update_m69CCA5EAB13AA706C8E89843B7C8AFD333269A0D_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_Update_m69CCA5EAB13AA706C8E89843B7C8AFD333269A0D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 V_0;
memset((&V_0), 0, sizeof(V_0));
TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE V_1;
memset((&V_1), 0, sizeof(V_1));
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 V_2;
memset((&V_2), 0, sizeof(V_2));
NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 V_3;
memset((&V_3), 0, sizeof(V_3));
Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 V_4;
memset((&V_4), 0, sizeof(V_4));
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 V_5;
memset((&V_5), 0, sizeof(V_5));
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 V_6;
memset((&V_6), 0, sizeof(V_6));
NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 V_7;
memset((&V_7), 0, sizeof(V_7));
Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A V_8;
memset((&V_8), 0, sizeof(V_8));
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 V_9;
memset((&V_9), 0, sizeof(V_9));
RuntimeObject * V_10 = NULL;
Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD V_11;
memset((&V_11), 0, sizeof(V_11));
RuntimeObject * V_12 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (subsystem == null || !subsystem.running)
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
RuntimeObject * L_0 = (( RuntimeObject * (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17));
if (!L_0)
{
goto IL_001f;
}
}
{
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
RuntimeObject * L_1 = (( RuntimeObject * (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17));
NullCheck((Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 *)L_1);
bool L_2 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.Subsystem::get_running() */, (Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 *)L_1);
if (L_2)
{
goto IL_0020;
}
}
IL_001f:
{
// return;
return;
}
IL_0020:
{
// using (new ScopedProfiler("GetChanges"))
ScopedProfiler__ctor_mC6576AB1ED762DB2335436C4C63121FE04BBF264((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_0), (String_t*)_stringLiteralE68C28CA8FA3E38258B2081639EE5D1C7F58849B, /*hidden argument*/NULL);
}
IL_002c:
try
{ // begin try (depth: 1)
{
// using (var changes = subsystem.GetChanges(Allocator.Temp))
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
RuntimeObject * L_3 = (( RuntimeObject * (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17));
NullCheck((TrackingSubsystem_2_t0D6BC19D17058B4CBF6E3E9122F09A5A86A8566C *)L_3);
TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE L_4 = VirtFuncInvoker1< TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE , int32_t >::Invoke(14 /* UnityEngine.XR.ARSubsystems.TrackableChanges`1<!0> UnityEngine.XR.ARSubsystems.TrackingSubsystem`2<UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::GetChanges(Unity.Collections.Allocator) */, (TrackingSubsystem_2_t0D6BC19D17058B4CBF6E3E9122F09A5A86A8566C *)L_3, (int32_t)2);
V_1 = (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE )L_4;
}
IL_003e:
try
{ // begin try (depth: 2)
{
// using (new ScopedProfiler("ProcessAdded"))
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 L_5;
memset((&L_5), 0, sizeof(L_5));
ScopedProfiler__ctor_mC6576AB1ED762DB2335436C4C63121FE04BBF264((&L_5), (String_t*)_stringLiteral8CC52613125F0E802A5E603C37A6CAE800639F62, /*hidden argument*/NULL);
V_2 = (ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 )L_5;
}
IL_0049:
try
{ // begin try (depth: 3)
{
// ClearAndSetCapacity(s_Added, changes.added.Length);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_6 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Added_11();
NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 L_7 = TrackableChanges_1_get_added_m63AFCF25226B28A1F645793B0148358240C9309E_inline((TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22));
V_3 = (NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 )L_7;
int32_t L_8 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 *)(NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 *)(&V_3))->___m_Length_1);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_6, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24));
// foreach (var added in changes.added)
NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 L_9 = TrackableChanges_1_get_added_m63AFCF25226B28A1F645793B0148358240C9309E_inline((TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22));
V_3 = (NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 )L_9;
Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 L_10 = NativeArray_1_GetEnumerator_m134216B041C923A2FFC455F2EB4736502264810B((NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 *)(NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 *)(&V_3), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25));
V_4 = (Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 )L_10;
}
IL_0073:
try
{ // begin try (depth: 4)
{
goto IL_0090;
}
IL_0075:
{
// foreach (var added in changes.added)
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_11 = Enumerator_get_Current_m234FF4100EBB54A511CBA98EB0CF385CDEF01E7F((Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 *)(Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26));
V_5 = (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_11;
// s_Added.Add(CreateOrUpdateTrackable(added));
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_12 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Added_11();
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_13 = V_5;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
RuntimeObject * L_14 = (( RuntimeObject * (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27));
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_12);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_12, (RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28));
}
IL_0090:
{
// foreach (var added in changes.added)
bool L_15 = Enumerator_MoveNext_m51A0BF01366C74EF8F4BE33C3FD9FDC66142ED37((Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 *)(Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29));
if (L_15)
{
goto IL_0075;
}
}
IL_0099:
{
IL2CPP_LEAVE(0xB7, FINALLY_009b);
}
} // end try (depth: 4)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_009b;
}
FINALLY_009b:
{ // begin finally (depth: 4)
Il2CppFakeBox<Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 > L_16(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 30), (&V_4));
const VirtualInvokeData& il2cpp_virtual_invoke_data__163 = il2cpp_codegen_get_interface_invoke_data(0, (&L_16), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var);
(( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__163.methodPtr)((RuntimeObject*)(&L_16), /*hidden argument*/il2cpp_virtual_invoke_data__163.method);
V_4 = L_16.m_Value;
IL2CPP_END_FINALLY(155)
} // end finally (depth: 4)
IL2CPP_CLEANUP(155)
{
IL2CPP_END_CLEANUP(0xB7, FINALLY_00a9);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00a9;
}
FINALLY_00a9:
{ // begin finally (depth: 3)
ScopedProfiler_Dispose_m9330643F81D6C1961371A3D1436A53EFCB232887((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(169)
} // end finally (depth: 3)
IL2CPP_CLEANUP(169)
{
IL2CPP_JUMP_TBL(0xB7, IL_00b7)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00b7:
{
// using (new ScopedProfiler("ProcessUpdated"))
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 L_17;
memset((&L_17), 0, sizeof(L_17));
ScopedProfiler__ctor_mC6576AB1ED762DB2335436C4C63121FE04BBF264((&L_17), (String_t*)_stringLiteralD84182942D9EE680B64113858F0F32DEDC108F25, /*hidden argument*/NULL);
V_2 = (ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 )L_17;
}
IL_00c2:
try
{ // begin try (depth: 3)
{
// ClearAndSetCapacity(s_Updated, changes.updated.Length);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_18 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Updated_12();
NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 L_19 = TrackableChanges_1_get_updated_m1D7AFC816EACE233551588E18E321BDA0F3919A8_inline((TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 31));
V_3 = (NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 )L_19;
int32_t L_20 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 *)(NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 *)(&V_3))->___m_Length_1);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_18, (int32_t)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24));
// foreach (var updated in changes.updated)
NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 L_21 = TrackableChanges_1_get_updated_m1D7AFC816EACE233551588E18E321BDA0F3919A8_inline((TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 31));
V_3 = (NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 )L_21;
Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 L_22 = NativeArray_1_GetEnumerator_m134216B041C923A2FFC455F2EB4736502264810B((NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 *)(NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 *)(&V_3), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25));
V_4 = (Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 )L_22;
}
IL_00ec:
try
{ // begin try (depth: 4)
{
goto IL_0109;
}
IL_00ee:
{
// foreach (var updated in changes.updated)
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_23 = Enumerator_get_Current_m234FF4100EBB54A511CBA98EB0CF385CDEF01E7F((Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 *)(Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26));
V_6 = (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_23;
// s_Updated.Add(CreateOrUpdateTrackable(updated));
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_24 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Updated_12();
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_25 = V_6;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
RuntimeObject * L_26 = (( RuntimeObject * (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27));
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_24);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_24, (RuntimeObject *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28));
}
IL_0109:
{
// foreach (var updated in changes.updated)
bool L_27 = Enumerator_MoveNext_m51A0BF01366C74EF8F4BE33C3FD9FDC66142ED37((Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 *)(Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29));
if (L_27)
{
goto IL_00ee;
}
}
IL_0112:
{
IL2CPP_LEAVE(0x130, FINALLY_0114);
}
} // end try (depth: 4)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0114;
}
FINALLY_0114:
{ // begin finally (depth: 4)
Il2CppFakeBox<Enumerator_tE1C3D515CC85EE05C8130CBC6C35308AE32EC631 > L_28(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 30), (&V_4));
const VirtualInvokeData& il2cpp_virtual_invoke_data__284 = il2cpp_codegen_get_interface_invoke_data(0, (&L_28), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var);
(( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__284.methodPtr)((RuntimeObject*)(&L_28), /*hidden argument*/il2cpp_virtual_invoke_data__284.method);
V_4 = L_28.m_Value;
IL2CPP_END_FINALLY(276)
} // end finally (depth: 4)
IL2CPP_CLEANUP(276)
{
IL2CPP_END_CLEANUP(0x130, FINALLY_0122);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0122;
}
FINALLY_0122:
{ // begin finally (depth: 3)
ScopedProfiler_Dispose_m9330643F81D6C1961371A3D1436A53EFCB232887((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(290)
} // end finally (depth: 3)
IL2CPP_CLEANUP(290)
{
IL2CPP_JUMP_TBL(0x130, IL_0130)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0130:
{
// using (new ScopedProfiler("ProcessRemoved"))
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 L_29;
memset((&L_29), 0, sizeof(L_29));
ScopedProfiler__ctor_mC6576AB1ED762DB2335436C4C63121FE04BBF264((&L_29), (String_t*)_stringLiteralC0371E7E1DB9F795AC51193C554BD9BEF51AD664, /*hidden argument*/NULL);
V_2 = (ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 )L_29;
}
IL_013b:
try
{ // begin try (depth: 3)
{
// ClearAndSetCapacity(s_Removed, changes.removed.Length);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_30 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Removed_13();
NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 L_31 = TrackableChanges_1_get_removed_mFC97F3FE78DFC548F04543CF1246DC1EC61B8214_inline((TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32));
V_7 = (NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 )L_31;
int32_t L_32 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 *)(NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 *)(&V_7))->___m_Length_1);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_30, (int32_t)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24));
// foreach (var trackableId in changes.removed)
NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 L_33 = TrackableChanges_1_get_removed_mFC97F3FE78DFC548F04543CF1246DC1EC61B8214_inline((TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32));
V_7 = (NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 )L_33;
Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A L_34 = NativeArray_1_GetEnumerator_m3B6CA1981A8CE62A1C67FCEEBE1887CD32906DA2((NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 *)(NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 *)(&V_7), /*hidden argument*/NativeArray_1_GetEnumerator_m3B6CA1981A8CE62A1C67FCEEBE1887CD32906DA2_RuntimeMethod_var);
V_8 = (Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A )L_34;
}
IL_0167:
try
{ // begin try (depth: 4)
{
goto IL_01ab;
}
IL_0169:
{
// foreach (var trackableId in changes.removed)
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_35 = Enumerator_get_Current_m913D10AD892E19937C638773D208459E9862248D((Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A *)(Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A *)(&V_8), /*hidden argument*/Enumerator_get_Current_m913D10AD892E19937C638773D208459E9862248D_RuntimeMethod_var);
V_9 = (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_35;
// if (m_Trackables.TryGetValue(trackableId, out var trackable))
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_36 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_37 = V_9;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_36);
bool L_38 = (( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_36, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_37, (RuntimeObject **)(RuntimeObject **)(&V_10), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33));
if (!L_38)
{
goto IL_01ab;
}
}
IL_0183:
{
// m_Trackables.Remove(trackableId);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_39 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_40 = V_9;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_39);
(( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_39, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_40, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34));
// if (trackable)
RuntimeObject * L_41 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_42 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_41, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_01ab;
}
}
IL_019f:
{
// s_Removed.Add(trackable);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_43 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Removed_13();
RuntimeObject * L_44 = V_10;
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_43);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_43, (RuntimeObject *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28));
}
IL_01ab:
{
// foreach (var trackableId in changes.removed)
bool L_45 = Enumerator_MoveNext_m3C4C0B0B1AE71E65EF8255E6FC671DDBC829B6AA((Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A *)(Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A *)(&V_8), /*hidden argument*/Enumerator_MoveNext_m3C4C0B0B1AE71E65EF8255E6FC671DDBC829B6AA_RuntimeMethod_var);
if (L_45)
{
goto IL_0169;
}
}
IL_01b4:
{
IL2CPP_LEAVE(0x1EE, FINALLY_01b6);
}
} // end try (depth: 4)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01b6;
}
FINALLY_01b6:
{ // begin finally (depth: 4)
Il2CppFakeBox<Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A > L_46(Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A_il2cpp_TypeInfo_var, (&V_8));
const VirtualInvokeData& il2cpp_virtual_invoke_data__446 = il2cpp_codegen_get_interface_invoke_data(0, (&L_46), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var);
(( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__446.methodPtr)((RuntimeObject*)(&L_46), /*hidden argument*/il2cpp_virtual_invoke_data__446.method);
V_8 = L_46.m_Value;
IL2CPP_END_FINALLY(438)
} // end finally (depth: 4)
IL2CPP_CLEANUP(438)
{
IL2CPP_END_CLEANUP(0x1EE, FINALLY_01c4);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01c4;
}
FINALLY_01c4:
{ // begin finally (depth: 3)
ScopedProfiler_Dispose_m9330643F81D6C1961371A3D1436A53EFCB232887((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(452)
} // end finally (depth: 3)
IL2CPP_CLEANUP(452)
{
IL2CPP_END_CLEANUP(0x1EE, FINALLY_01d2);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01d2;
}
FINALLY_01d2:
{ // begin finally (depth: 2)
Il2CppFakeBox<TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE > L_47(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 35), (&V_1));
const VirtualInvokeData& il2cpp_virtual_invoke_data__474 = il2cpp_codegen_get_interface_invoke_data(0, (&L_47), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var);
(( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__474.methodPtr)((RuntimeObject*)(&L_47), /*hidden argument*/il2cpp_virtual_invoke_data__474.method);
V_1 = L_47.m_Value;
IL2CPP_END_FINALLY(466)
} // end finally (depth: 2)
IL2CPP_CLEANUP(466)
{
IL2CPP_END_CLEANUP(0x1EE, FINALLY_01e0);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01e0;
}
FINALLY_01e0:
{ // begin finally (depth: 1)
ScopedProfiler_Dispose_m9330643F81D6C1961371A3D1436A53EFCB232887((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_0), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(480)
} // end finally (depth: 1)
IL2CPP_CLEANUP(480)
{
IL2CPP_JUMP_TBL(0x1EE, IL_01ee)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01ee:
{
}
IL_01ef:
try
{ // begin try (depth: 1)
{
// if ((s_Added.Count) > 0 ||
// (s_Updated.Count) > 0 ||
// (s_Removed.Count) > 0)
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_48 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Added_11();
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_48);
int32_t L_49 = (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_48, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36));
if ((((int32_t)L_49) > ((int32_t)0)))
{
goto IL_0216;
}
}
IL_01fc:
{
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_50 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Updated_12();
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_50);
int32_t L_51 = (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_50, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36));
if ((((int32_t)L_51) > ((int32_t)0)))
{
goto IL_0216;
}
}
IL_0209:
{
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_52 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Removed_13();
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_52);
int32_t L_53 = (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_52, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36));
if ((((int32_t)L_53) <= ((int32_t)0)))
{
goto IL_022b;
}
}
IL_0216:
{
// OnTrackablesChanged(s_Added, s_Updated, s_Removed);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_54 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Added_11();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_55 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Updated_12();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_56 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Removed_13();
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
VirtActionInvoker3< List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * >::Invoke(13 /* System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnTrackablesChanged(System.Collections.Generic.List`1<TTrackable>,System.Collections.Generic.List`1<TTrackable>,System.Collections.Generic.List`1<TTrackable>) */, (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_54, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_55, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_56);
}
IL_022b:
{
// }
IL2CPP_LEAVE(0x266, FINALLY_022d);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_022d;
}
FINALLY_022d:
{ // begin finally (depth: 1)
{
// foreach (var removed in s_Removed)
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_57 = ((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Removed_13();
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_57);
Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD L_58 = (( Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 38)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_57, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 38));
V_11 = (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD )L_58;
}
IL_0239:
try
{ // begin try (depth: 2)
{
goto IL_024c;
}
IL_023b:
{
// foreach (var removed in s_Removed)
RuntimeObject * L_59 = Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_inline((Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)(&V_11), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 39));
V_12 = (RuntimeObject *)L_59;
// DestroyTrackable(removed);
RuntimeObject * L_60 = V_12;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
(( void (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (RuntimeObject *)L_60, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40));
}
IL_024c:
{
// foreach (var removed in s_Removed)
bool L_61 = Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34((Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)(&V_11), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 41));
if (L_61)
{
goto IL_023b;
}
}
IL_0255:
{
IL2CPP_LEAVE(0x265, FINALLY_0257);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0257;
}
FINALLY_0257:
{ // begin finally (depth: 2)
Il2CppFakeBox<Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD > L_62(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 42), (&V_11));
const VirtualInvokeData& il2cpp_virtual_invoke_data__607 = il2cpp_codegen_get_interface_invoke_data(0, (&L_62), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var);
(( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__607.methodPtr)((RuntimeObject*)(&L_62), /*hidden argument*/il2cpp_virtual_invoke_data__607.method);
V_11 = L_62.m_Value;
IL2CPP_END_FINALLY(599)
} // end finally (depth: 2)
IL2CPP_CLEANUP(599)
{
IL2CPP_JUMP_TBL(0x265, IL_0265)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0265:
{
// }
IL2CPP_END_FINALLY(557)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(557)
{
IL2CPP_JUMP_TBL(0x266, IL_0266)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0266:
{
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnTrackablesChanged(System.Collections.Generic.List`1<TTrackable>,System.Collections.Generic.List`1<TTrackable>,System.Collections.Generic.List`1<TTrackable>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnTrackablesChanged_mB475EAE4C17CC805832975E516E86DC5EFDCDBCE_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___added0, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___updated1, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___removed2, const RuntimeMethod* method)
{
{
// { }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnCreateTrackable(TTrackable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnCreateTrackable_mFF5337AD64A907CF6EFDEEBCB0B13C448A0EA6DB_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, RuntimeObject * ___trackable0, const RuntimeMethod* method)
{
{
// { }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnAfterSetSessionRelativeData(TTrackable,TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnAfterSetSessionRelativeData_m9394A88FD30AD78D35D4E0696FAE5DFD153E9154_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, RuntimeObject * ___trackable0, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 ___sessionRelativeData1, const RuntimeMethod* method)
{
{
// { }
return;
}
}
// TTrackable UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::CreateTrackableImmediate(TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ARTrackableManager_4_CreateTrackableImmediate_m2854245DA55B3834B5FD9219BE03DF6DDD85A906_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 ___sessionRelativeData0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
{
// var trackable = CreateOrUpdateTrackable(sessionRelativeData);
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_0 = ___sessionRelativeData0;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
RuntimeObject * L_1 = (( RuntimeObject * (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27));
V_0 = (RuntimeObject *)L_1;
// trackable.pending = true;
RuntimeObject * L_2 = V_0;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_2);
(( void (*) (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_2, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19));
// m_PendingAdds.Add(trackable.trackableId, trackable);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_3 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_PendingAdds_10();
RuntimeObject * L_4 = V_0;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_4);
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_5 = (( TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 (*) (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15));
RuntimeObject * L_6 = V_0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_3);
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_3, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_5, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43));
// return trackable;
RuntimeObject * L_7 = V_0;
return L_7;
}
}
// System.Boolean UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::DestroyPendingTrackable(UnityEngine.XR.ARSubsystems.TrackableId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ARTrackableManager_4_DestroyPendingTrackable_m1CFF1C6B239A82D8F60EB6C8B0E7EE8DE87C6109_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___trackableId0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
{
// if (m_PendingAdds.TryGetValue(trackableId, out var trackable))
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_0 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_PendingAdds_10();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_1 = ___trackableId0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_0);
bool L_2 = (( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_0, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_1, (RuntimeObject **)(RuntimeObject **)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33));
if (!L_2)
{
goto IL_0033;
}
}
{
// m_PendingAdds.Remove(trackableId);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_3 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_PendingAdds_10();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_4 = ___trackableId0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_3);
(( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_3, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34));
// m_Trackables.Remove(trackableId);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_5 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_6 = ___trackableId0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_5);
(( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_5, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34));
// DestroyTrackable(trackable);
RuntimeObject * L_7 = V_0;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
(( void (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40));
// return true;
return (bool)1;
}
IL_0033:
{
// return false;
return (bool)0;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::ClearAndSetCapacity(System.Collections.Generic.List`1<TTrackable>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_ClearAndSetCapacity_mDC3B05178F0886F22D221501A97798AF527AC2B5_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list0, int32_t ___capacity1, const RuntimeMethod* method)
{
{
// list.Clear();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = ___list0;
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_0);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 44)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 44));
// if (list.Capacity < capacity)
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_1 = ___list0;
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_1);
int32_t L_2 = (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 45)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 45));
int32_t L_3 = ___capacity1;
if ((((int32_t)L_2) >= ((int32_t)L_3)))
{
goto IL_0016;
}
}
{
// list.Capacity = capacity;
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_4 = ___list0;
int32_t L_5 = ___capacity1;
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_4);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 46)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 46));
}
IL_0016:
{
// }
return;
}
}
// System.String UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::GetTrackableName(UnityEngine.XR.ARSubsystems.TrackableId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ARTrackableManager_4_GetTrackableName_mB912FE4322116C4BBBD887A8F3BBF1FFFE9FD687_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___trackableId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_GetTrackableName_mB912FE4322116C4BBBD887A8F3BBF1FFFE9FD687_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return gameObjectName + " " + trackableId.ToString();
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::get_gameObjectName() */, (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
String_t* L_1 = TrackableId_ToString_mBA49191865E57697F4279D2781B182590726A215((TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 *)(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 *)(&___trackableId0), /*hidden argument*/NULL);
String_t* L_2 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923((String_t*)L_0, (String_t*)_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, (String_t*)L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.ValueTuple`2<UnityEngine.GameObject,System.Boolean> UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::CreateGameObjectDeactivated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 ARTrackableManager_4_CreateGameObjectDeactivated_mD9F0C4338A1A63327E3CF4F1C5C25ADBBDC5E62C_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_CreateGameObjectDeactivated_mD9F0C4338A1A63327E3CF4F1C5C25ADBBDC5E62C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
bool V_1 = false;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_2 = NULL;
{
// var prefab = GetPrefab();
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = VirtFuncInvoker0< GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * >::Invoke(10 /* UnityEngine.GameObject UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::GetPrefab() */, (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
V_0 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_0;
// if (prefab == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0039;
}
}
{
// var gameObject = new GameObject();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mA4DFA8F4471418C248E95B55070665EF344B4B2D(L_3, /*hidden argument*/NULL);
// gameObject.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_3;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_4);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_4, (bool)0, /*hidden argument*/NULL);
// gameObject.transform.parent = sessionOrigin.trackablesParent;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_4;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_5);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_5, /*hidden argument*/NULL);
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_7 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_7);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_8 = ARSessionOrigin_get_trackablesParent_m37049D7E75CF694834A140C2EACB15D2D1098505_inline((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_7, /*hidden argument*/NULL);
NullCheck((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_6);
Transform_set_parent_m65B8E4660B2C554069C57A957D9E55FECA7AA73E((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_6, (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_8, /*hidden argument*/NULL);
// return (gameObject, true);
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_9;
memset((&L_9), 0, sizeof(L_9));
ValueTuple_2__ctor_m73A57D85868E9347B9DCD08AB9585E9B191478F7((&L_9), (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_5, (bool)1, /*hidden argument*/ValueTuple_2__ctor_m73A57D85868E9347B9DCD08AB9585E9B191478F7_RuntimeMethod_var);
return L_9;
}
IL_0039:
{
// var active = prefab.activeSelf;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_10 = V_0;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_10);
bool L_11 = GameObject_get_activeSelf_mFE1834886CAE59884AC2BE707A3B821A1DB61F44((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_10, /*hidden argument*/NULL);
V_1 = (bool)L_11;
// prefab.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = V_0;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_12);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_12, (bool)0, /*hidden argument*/NULL);
// var gameObject = Instantiate(prefab, sessionOrigin.trackablesParent);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_13 = V_0;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_14 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_14);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_15 = ARSessionOrigin_get_trackablesParent_m37049D7E75CF694834A140C2EACB15D2D1098505_inline((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_14, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_16 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m1CDF66D563B03D37B37264800222D4F3B307EDA0((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_13, (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_15, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m1CDF66D563B03D37B37264800222D4F3B307EDA0_RuntimeMethod_var);
V_2 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_16;
// prefab.SetActive(active);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_17 = V_0;
bool L_18 = V_1;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_17);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_17, (bool)L_18, /*hidden argument*/NULL);
// return (gameObject, active);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_19 = V_2;
bool L_20 = V_1;
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_21;
memset((&L_21), 0, sizeof(L_21));
ValueTuple_2__ctor_m73A57D85868E9347B9DCD08AB9585E9B191478F7((&L_21), (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_19, (bool)L_20, /*hidden argument*/ValueTuple_2__ctor_m73A57D85868E9347B9DCD08AB9585E9B191478F7_RuntimeMethod_var);
return L_21;
}
}
// System.ValueTuple`2<UnityEngine.GameObject,System.Boolean> UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::CreateGameObjectDeactivated(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 ARTrackableManager_4_CreateGameObjectDeactivated_m16AAC37B65B0507C699B42B7D146D7DD6911021D_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
// var tuple = CreateGameObjectDeactivated();
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_0 = (( ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 49)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 49));
// tuple.gameObject.name = name;
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_1 = (ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 )L_0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_1.get_Item1_0();
String_t* L_3 = ___name0;
NullCheck((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_2);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_2, (String_t*)L_3, /*hidden argument*/NULL);
// return tuple;
return L_1;
}
}
// System.ValueTuple`2<UnityEngine.GameObject,System.Boolean> UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::CreateGameObjectDeactivated(UnityEngine.XR.ARSubsystems.TrackableId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 ARTrackableManager_4_CreateGameObjectDeactivated_mE296F0713804A226BDA99D6CE7C83F01D7C620F3_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___trackableId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_CreateGameObjectDeactivated_mE296F0713804A226BDA99D6CE7C83F01D7C620F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 V_0;
memset((&V_0), 0, sizeof(V_0));
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 V_1;
memset((&V_1), 0, sizeof(V_1));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// using (new ScopedProfiler("CreateGameObject"))
ScopedProfiler__ctor_mC6576AB1ED762DB2335436C4C63121FE04BBF264((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_0), (String_t*)_stringLiteralA1BA014E93BB1085A758A3F66948C9CAC874B9BD, /*hidden argument*/NULL);
}
IL_000c:
try
{ // begin try (depth: 1)
// return CreateGameObjectDeactivated(GetTrackableName(trackableId));
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_0 = ___trackableId0;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
String_t* L_1 = (( String_t* (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 50)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 50));
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_2 = (( ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 51)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (String_t*)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 51));
V_1 = (ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 )L_2;
IL2CPP_LEAVE(0x2A, FINALLY_001c);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001c;
}
FINALLY_001c:
{ // begin finally (depth: 1)
ScopedProfiler_Dispose_m9330643F81D6C1961371A3D1436A53EFCB232887((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_0), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(28)
} // end finally (depth: 1)
IL2CPP_CLEANUP(28)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
// }
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_3 = V_1;
return L_3;
}
}
// TTrackable UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::CreateTrackable(TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ARTrackableManager_4_CreateTrackable_mAE50310831146FDBF4A1BE23D0597315615E3BCF_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 ___sessionRelativeData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_CreateTrackable_mAE50310831146FDBF4A1BE23D0597315615E3BCF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
bool V_1 = false;
RuntimeObject * V_2 = NULL;
{
// var (gameObject, shouldBeActive) = CreateGameObjectDeactivated(sessionRelativeData.trackableId);
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_0 = BoundedPlane_get_trackableId_mD2A3DCDA61898E637ACAE0A0F4A832931378071A_inline((BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 *)(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 *)(&___sessionRelativeData0), /*hidden argument*/NULL);
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_1 = (( ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 53)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 53));
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_2 = (ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 )L_1;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_2.get_Item1_0();
V_0 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_3;
bool L_4 = (bool)L_2.get_Item2_1();
V_1 = (bool)L_4;
// var trackable = gameObject.GetComponent<TTrackable>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = V_0;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_5);
RuntimeObject * L_6 = (( RuntimeObject * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 54)->methodPointer)((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 54));
V_2 = (RuntimeObject *)L_6;
// if (trackable == null)
RuntimeObject * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_8 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_7, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_003c;
}
}
{
// trackable = gameObject.AddComponent<TTrackable>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = V_0;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_9);
RuntimeObject * L_10 = (( RuntimeObject * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 55)->methodPointer)((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 55));
V_2 = (RuntimeObject *)L_10;
}
IL_003c:
{
// m_Trackables.Add(sessionRelativeData.trackableId, trackable);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_11 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_12 = BoundedPlane_get_trackableId_mD2A3DCDA61898E637ACAE0A0F4A832931378071A_inline((BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 *)(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 *)(&___sessionRelativeData0), /*hidden argument*/NULL);
RuntimeObject * L_13 = V_2;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_11);
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_11, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_12, (RuntimeObject *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43));
// SetSessionRelativeData(trackable, sessionRelativeData);
RuntimeObject * L_14 = V_2;
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_15 = ___sessionRelativeData0;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
(( void (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, RuntimeObject *, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (RuntimeObject *)L_14, (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56));
// trackable.gameObject.SetActive(shouldBeActive);
RuntimeObject * L_16 = V_2;
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_16);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_17 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_16, /*hidden argument*/NULL);
bool L_18 = V_1;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_17);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_17, (bool)L_18, /*hidden argument*/NULL);
// return trackable;
RuntimeObject * L_19 = V_2;
return L_19;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::SetSessionRelativeData(TTrackable,TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_SetSessionRelativeData_mEF1B1C8F939556B8142C9913627C2F72906680DC_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, RuntimeObject * ___trackable0, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 ___data1, const RuntimeMethod* method)
{
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// trackable.SetSessionRelativeData(data);
RuntimeObject * L_0 = ___trackable0;
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_1 = ___data1;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_0);
(( void (*) (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 57)->methodPointer)((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_0, (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 57));
// var worldSpacePose = sessionOrigin.trackablesParent.TransformPose(data.pose);
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_2 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_2);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = ARSessionOrigin_get_trackablesParent_m37049D7E75CF694834A140C2EACB15D2D1098505_inline((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_2, /*hidden argument*/NULL);
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_4 = BoundedPlane_get_pose_m30B084D1F307CB46894BE4FAD448788001A0F0DF_inline((BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 *)(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 *)(&___data1), /*hidden argument*/NULL);
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_5 = TransformExtensions_TransformPose_m677CE84C622BD23C3DDB2953DDB820E1934B0144((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_3, (Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 )L_4, /*hidden argument*/NULL);
V_0 = (Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 )L_5;
// trackable.transform.SetPositionAndRotation(worldSpacePose.position, worldSpacePose.rotation);
RuntimeObject * L_6 = ___trackable0;
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_6);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_6, /*hidden argument*/NULL);
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_8 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_8.get_position_0();
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_10 = V_0;
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_11 = (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )L_10.get_rotation_1();
NullCheck((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_7);
Transform_SetPositionAndRotation_mDB9B34321018846FD7E2315CBE8D4A6612E3DE43((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_7, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_9, (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )L_11, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::CreateTrackableFromExisting(TTrackable,TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_CreateTrackableFromExisting_m43744EC86398E5F5A863234131CD55528E3B21B4_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, RuntimeObject * ___existingTrackable0, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 ___sessionRelativeData1, const RuntimeMethod* method)
{
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// var trackableId = sessionRelativeData.trackableId;
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_0 = BoundedPlane_get_trackableId_mD2A3DCDA61898E637ACAE0A0F4A832931378071A_inline((BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 *)(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 *)(&___sessionRelativeData1), /*hidden argument*/NULL);
V_0 = (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_0;
// m_Trackables.Add(trackableId, existingTrackable);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_1 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_2 = V_0;
RuntimeObject * L_3 = ___existingTrackable0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_1);
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_1, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43));
// SetSessionRelativeData(existingTrackable, sessionRelativeData);
RuntimeObject * L_4 = ___existingTrackable0;
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_5 = ___sessionRelativeData1;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
(( void (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, RuntimeObject *, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (RuntimeObject *)L_4, (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56));
// OnCreateTrackable(existingTrackable);
RuntimeObject * L_6 = ___existingTrackable0;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
VirtActionInvoker1< RuntimeObject * >::Invoke(14 /* System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnCreateTrackable(TTrackable) */, (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (RuntimeObject *)L_6);
// OnAfterSetSessionRelativeData(existingTrackable, sessionRelativeData);
RuntimeObject * L_7 = ___existingTrackable0;
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_8 = ___sessionRelativeData1;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
VirtActionInvoker2< RuntimeObject *, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 >::Invoke(15 /* System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnAfterSetSessionRelativeData(TTrackable,TSessionRelativeData) */, (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (RuntimeObject *)L_7, (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_8);
// existingTrackable.OnAfterSetSessionRelativeData();
RuntimeObject * L_9 = ___existingTrackable0;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_9);
VirtActionInvoker0::Invoke(4 /* System.Void UnityEngine.XR.ARFoundation.ARTrackable`2<UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnAfterSetSessionRelativeData() */, (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_9);
// m_PendingAdds.Add(trackableId, existingTrackable);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_10 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_PendingAdds_10();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_11 = V_0;
RuntimeObject * L_12 = ___existingTrackable0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_10);
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_10, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_11, (RuntimeObject *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43));
// existingTrackable.pending = true;
RuntimeObject * L_13 = ___existingTrackable0;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_13);
(( void (*) (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_13, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19));
// }
return;
}
}
// TTrackable UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::CreateOrUpdateTrackable(TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ARTrackableManager_4_CreateOrUpdateTrackable_mD6B8F635218947A817FE2E709E9FA7F4408902A5_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 ___sessionRelativeData0, const RuntimeMethod* method)
{
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 V_0;
memset((&V_0), 0, sizeof(V_0));
RuntimeObject * V_1 = NULL;
{
// var trackableId = sessionRelativeData.trackableId;
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_0 = BoundedPlane_get_trackableId_mD2A3DCDA61898E637ACAE0A0F4A832931378071A_inline((BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 *)(BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 *)(&___sessionRelativeData0), /*hidden argument*/NULL);
V_0 = (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_0;
// if (m_Trackables.TryGetValue(trackableId, out var trackable))
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_1 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_2 = V_0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_1);
bool L_3 = (( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_1, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_2, (RuntimeObject **)(RuntimeObject **)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33));
if (!L_3)
{
goto IL_0041;
}
}
{
// m_PendingAdds.Remove(trackableId);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_4 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_PendingAdds_10();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_5 = V_0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_4);
(( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_4, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34));
// trackable.pending = false;
RuntimeObject * L_6 = V_1;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_6);
(( void (*) (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_6, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19));
// SetSessionRelativeData(trackable, sessionRelativeData);
RuntimeObject * L_7 = V_1;
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_8 = ___sessionRelativeData0;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
(( void (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, RuntimeObject *, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (RuntimeObject *)L_7, (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56));
// }
goto IL_0050;
}
IL_0041:
{
// trackable = CreateTrackable(sessionRelativeData);
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_9 = ___sessionRelativeData0;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
RuntimeObject * L_10 = (( RuntimeObject * (*) (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 61)->methodPointer)((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 61));
V_1 = (RuntimeObject *)L_10;
// OnCreateTrackable(trackable);
RuntimeObject * L_11 = V_1;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
VirtActionInvoker1< RuntimeObject * >::Invoke(14 /* System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnCreateTrackable(TTrackable) */, (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (RuntimeObject *)L_11);
}
IL_0050:
{
// OnAfterSetSessionRelativeData(trackable, sessionRelativeData);
RuntimeObject * L_12 = V_1;
BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 L_13 = ___sessionRelativeData0;
NullCheck((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this);
VirtActionInvoker2< RuntimeObject *, BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 >::Invoke(15 /* System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnAfterSetSessionRelativeData(TTrackable,TSessionRelativeData) */, (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 *)__this, (RuntimeObject *)L_12, (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 )L_13);
// trackable.OnAfterSetSessionRelativeData();
RuntimeObject * L_14 = V_1;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_14);
VirtActionInvoker0::Invoke(4 /* System.Void UnityEngine.XR.ARFoundation.ARTrackable`2<UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::OnAfterSetSessionRelativeData() */, (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_14);
// return trackable;
RuntimeObject * L_15 = V_1;
return L_15;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::DestroyTrackable(TTrackable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_DestroyTrackable_m43942090F623942C676C99635C74F91F14D7B329_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, RuntimeObject * ___trackable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_DestroyTrackable_m43942090F623942C676C99635C74F91F14D7B329_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (trackable.destroyOnRemoval)
RuntimeObject * L_0 = ___trackable0;
NullCheck((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_0);
bool L_1 = (( bool (*) (ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 62)->methodPointer)((ARTrackable_2_t20DDFF842A33D6D4B1F1F5C17DEB3CC5032765F5 *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 62));
if (!L_1)
{
goto IL_001d;
}
}
{
// Destroy(trackable.gameObject);
RuntimeObject * L_2 = ___trackable0;
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_2);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_3, /*hidden argument*/NULL);
}
IL_001d:
{
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4__ctor_mE8C03EE76B3FBF2654AAA30BFB9820D8879FC2EE_gshared (ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11 * __this, const RuntimeMethod* method)
{
{
// protected Dictionary<TrackableId, TTrackable> m_Trackables = new Dictionary<TrackableId, TTrackable>();
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_0 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 63));
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 64)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 64));
__this->set_m_Trackables_9(L_0);
// protected Dictionary<TrackableId, TTrackable> m_PendingAdds = new Dictionary<TrackableId, TTrackable>();
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_1 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 63));
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 64)->methodPointer)(L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 64));
__this->set_m_PendingAdds_10(L_1);
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1));
(( void (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 65)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 65));
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.BoundedPlane,System.Object>::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4__cctor_mBE01F9BA2034BB1ABD6EEAFFBFD32480EAE6E50B_gshared (const RuntimeMethod* method)
{
{
// static List<TTrackable> s_Added = new List<TTrackable>();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 66));
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67));
((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Added_11(L_0);
// static List<TTrackable> s_Updated = new List<TTrackable>();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_1 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 66));
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67)->methodPointer)(L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67));
((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Updated_12(L_1);
// static List<TTrackable> s_Removed = new List<TTrackable>();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_2 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 66));
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67)->methodPointer)(L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67));
((ARTrackableManager_4_tC7D7F2BE7A971C14BDFC097BBB52D2476E380E11_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Removed_13(L_2);
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
// UnityEngine.XR.ARFoundation.ARTrackableManager`4<TSubsystem,TSubsystemDescriptor,TSessionRelativeData,TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::get_instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * ARTrackableManager_4_get_instance_mF3E484BFE9AC4F2269670C13FF2078C7B958E0AF_gshared (const RuntimeMethod* method)
{
{
// internal static ARTrackableManager<TSubsystem, TSubsystemDescriptor, TSessionRelativeData, TTrackable> instance { get; private set; }
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0));
ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * L_0 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->get_U3CinstanceU3Ek__BackingField_7();
return L_0;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::set_instance(UnityEngine.XR.ARFoundation.ARTrackableManager`4<TSubsystem,TSubsystemDescriptor,TSessionRelativeData,TTrackable>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_set_instance_m0813684C45A23040BB496D91EA443A13764B99FE_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * ___value0, const RuntimeMethod* method)
{
{
// internal static ARTrackableManager<TSubsystem, TSubsystemDescriptor, TSessionRelativeData, TTrackable> instance { get; private set; }
ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0));
((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_U3CinstanceU3Ek__BackingField_7(L_0);
return;
}
}
// UnityEngine.XR.ARFoundation.TrackableCollection`1<TTrackable> UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::get_trackables()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 ARTrackableManager_4_get_trackables_m9B28ACB72A1CC62B3CDEDA9765BD6DFD6059E1B6_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, const RuntimeMethod* method)
{
{
// public TrackableCollection<TTrackable> trackables => new TrackableCollection<TTrackable>(m_Trackables);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_0 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 L_1;
memset((&L_1), 0, sizeof(L_1));
TrackableCollection_1__ctor_mA99D3D41CAA02EF94BD2B96D6DC1B66450E226FF((&L_1), (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 3));
return L_1;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::SetTrackablesActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_SetTrackablesActive_m2AEB1404366A46819CE35CD727BA79B277467419_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, bool ___active0, const RuntimeMethod* method)
{
Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED V_0;
memset((&V_0), 0, sizeof(V_0));
TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// foreach (var trackable in trackables)
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 L_0 = (( TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
V_1 = (TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 )L_0;
Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED L_1 = TrackableCollection_1_GetEnumerator_mBAA3D036F160A053757196D57318EC6B3F368D02((TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 *)(TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5));
V_0 = (Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED )L_1;
goto IL_0028;
}
IL_0011:
{
// foreach (var trackable in trackables)
RuntimeObject * L_2 = Enumerator_get_Current_m6D82C8CA15561A8D32BA77CB304C80AF57C4C77E((Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
// trackable.gameObject.SetActive(active);
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_2);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_2, /*hidden argument*/NULL);
bool L_4 = ___active0;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_3);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_3, (bool)L_4, /*hidden argument*/NULL);
}
IL_0028:
{
// foreach (var trackable in trackables)
bool L_5 = Enumerator_MoveNext_mF64DBEA38614B8A6E085DFC09DD2745BE2ACB9BE((Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8));
if (L_5)
{
goto IL_0011;
}
}
{
// }
return;
}
}
// UnityEngine.XR.ARFoundation.ARSessionOrigin UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::get_sessionOrigin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * ARTrackableManager_4_get_sessionOrigin_m5A951C5D030E7841E67C65F637C682B437F7C84E_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, const RuntimeMethod* method)
{
{
// protected ARSessionOrigin sessionOrigin { get; private set; }
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_0 = (ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)__this->get_U3CsessionOriginU3Ek__BackingField_8();
return L_0;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::set_sessionOrigin(UnityEngine.XR.ARFoundation.ARSessionOrigin)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_set_sessionOrigin_mAD687FE2408142337AE5906323B84FADEF7D70F6_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * ___value0, const RuntimeMethod* method)
{
{
// protected ARSessionOrigin sessionOrigin { get; private set; }
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_0 = ___value0;
__this->set_U3CsessionOriginU3Ek__BackingField_8(L_0);
return;
}
}
// UnityEngine.GameObject UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::GetPrefab()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ARTrackableManager_4_GetPrefab_m7EFC976C2D17744EC6D77CE99973A1B831E4F161_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, const RuntimeMethod* method)
{
{
// protected virtual GameObject GetPrefab() => null;
return (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_Awake_m8C48FDEDC26E7E2382F7B6440FF5033E45E71F23_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_Awake_m8C48FDEDC26E7E2382F7B6440FF5033E45E71F23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// sessionOrigin = GetComponent<ARSessionOrigin>();
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_0 = Component_GetComponent_TisARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF_m25BC8791B994BAE33BF9003FFC85124F480EFB17((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)__this, /*hidden argument*/Component_GetComponent_TisARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF_m25BC8791B994BAE33BF9003FFC85124F480EFB17_RuntimeMethod_var);
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
(( void (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 9));
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnEnable_m32CDDE89A2805DF53CD8EFD48EA0FC6DD2BD665C_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_OnEnable_m32CDDE89A2805DF53CD8EFD48EA0FC6DD2BD665C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.OnEnable();
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
(( void (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 10));
// instance = this;
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
(( void (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 11));
// sessionOrigin.trackablesParentTransformChanged += OnTrackablesParentTransformChanged;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_0 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB * L_1 = (Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB *)il2cpp_codegen_object_new(Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB_il2cpp_TypeInfo_var);
Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B(L_1, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)), /*hidden argument*/Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B_RuntimeMethod_var);
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_0);
ARSessionOrigin_add_trackablesParentTransformChanged_m59165BB2C4BFB84AD169AF54D2D9B76DBD8A5235((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_0, (Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB *)L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnDisable_m5E57571048CF2DA14E63029DFE96A13F66D5625C_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_OnDisable_m5E57571048CF2DA14E63029DFE96A13F66D5625C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.OnDisable();
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
(( void (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 14));
// sessionOrigin.trackablesParentTransformChanged -= OnTrackablesParentTransformChanged;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_0 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB * L_1 = (Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB *)il2cpp_codegen_object_new(Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB_il2cpp_TypeInfo_var);
Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B(L_1, (RuntimeObject *)__this, (intptr_t)((intptr_t)IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 13)), /*hidden argument*/Action_1__ctor_mD4953DB3DE150F2CB9F78CE8A7E8C5D65D346D3B_RuntimeMethod_var);
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_0);
ARSessionOrigin_remove_trackablesParentTransformChanged_mF790C29F00B85A00D500F3420855F4BF75DBA2A4((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_0, (Action_1_t588A683DC5F7A8D1E018F565A7F879499E7209CB *)L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::CanBeAddedToSubsystem(TTrackable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ARTrackableManager_4_CanBeAddedToSubsystem_mE5A48C019268C922ABF9307BDCB997A3C1B85E25_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, RuntimeObject * ___trackable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_CanBeAddedToSubsystem_mE5A48C019268C922ABF9307BDCB997A3C1B85E25_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (trackable == null)
RuntimeObject * L_0 = ___trackable0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
// throw new ArgumentNullException(nameof(trackable));
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, (String_t*)_stringLiteral05E5EBD9D5908CC9215021F08ACFBC4B58571C5C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ARTrackableManager_4_CanBeAddedToSubsystem_mE5A48C019268C922ABF9307BDCB997A3C1B85E25_RuntimeMethod_var);
}
IL_0019:
{
// if (!trackable.trackableId.Equals(TrackableId.invalidId))
RuntimeObject * L_3 = ___trackable0;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_3);
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_4 = (( TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 (*) (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15));
V_0 = (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_4;
IL2CPP_RUNTIME_CLASS_INIT(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47_il2cpp_TypeInfo_var);
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_5 = TrackableId_get_invalidId_mBE9FA1EC8F2EC1575C1B31666EA928A3382DF1CD_inline(/*hidden argument*/NULL);
bool L_6 = TrackableId_Equals_mCE458E0FDCDD6E339FCC1926EE88EB7B3D45F943((TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 *)(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 *)(&V_0), (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0035;
}
}
{
// return false;
return (bool)0;
}
IL_0035:
{
// if (m_Trackables.ContainsKey(trackable.trackableId))
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_7 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
RuntimeObject * L_8 = ___trackable0;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_8);
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_9 = (( TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 (*) (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15));
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_7);
bool L_10 = (( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_7, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 16));
if (!L_10)
{
goto IL_004f;
}
}
{
// return false;
return (bool)0;
}
IL_004f:
{
// if (!enabled || subsystem == null)
NullCheck((Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 *)__this);
bool L_11 = Behaviour_get_enabled_mAA0C9ED5A3D1589C1C8AA22636543528DB353CFB((Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 *)__this, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0064;
}
}
{
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
RuntimeObject * L_12 = (( RuntimeObject * (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17));
if (L_12)
{
goto IL_0072;
}
}
IL_0064:
{
// trackable.pending = true;
RuntimeObject * L_13 = ___trackable0;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_13);
(( void (*) (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_13, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19));
// return false;
return (bool)0;
}
IL_0072:
{
// return sessionOrigin && sessionOrigin.trackablesParent;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_14 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_15 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0090;
}
}
{
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_16 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_16);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_17 = ARSessionOrigin_get_trackablesParent_m37049D7E75CF694834A140C2EACB15D2D1098505_inline((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_16, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_18 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_17, /*hidden argument*/NULL);
return L_18;
}
IL_0090:
{
return (bool)0;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnTrackablesParentTransformChanged(UnityEngine.XR.ARFoundation.ARTrackablesParentTransformChangedEventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnTrackablesParentTransformChanged_m038E3319837EE2FF6D79EF01674A93F6489DEDD6_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 ___eventArgs0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_OnTrackablesParentTransformChanged_m038E3319837EE2FF6D79EF01674A93F6489DEDD6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED V_0;
memset((&V_0), 0, sizeof(V_0));
TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 V_1;
memset((&V_1), 0, sizeof(V_1));
RuntimeObject * V_2 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_3 = NULL;
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 V_4;
memset((&V_4), 0, sizeof(V_4));
{
// foreach (var trackable in trackables)
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 L_0 = (( TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 4));
V_1 = (TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 )L_0;
Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED L_1 = TrackableCollection_1_GetEnumerator_mBAA3D036F160A053757196D57318EC6B3F368D02((TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 *)(TrackableCollection_1_t4F672148E28A41F14EAE569661A96270A528E608 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 5));
V_0 = (Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED )L_1;
goto IL_0066;
}
IL_0011:
{
// foreach (var trackable in trackables)
RuntimeObject * L_2 = Enumerator_get_Current_m6D82C8CA15561A8D32BA77CB304C80AF57C4C77E((Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 6));
V_2 = (RuntimeObject *)L_2;
// var transform = trackable.transform;
RuntimeObject * L_3 = V_2;
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_3);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_3, /*hidden argument*/NULL);
V_3 = (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_4;
// if (transform.parent != eventArgs.trackablesParent)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_3;
NullCheck((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_5);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_5, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = ARTrackablesParentTransformChangedEventArgs_get_trackablesParent_m124F9D34F6DA7E3FAB3E7CB9981820682219FE49_inline((ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 *)(ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 *)(&___eventArgs0), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_8 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0066;
}
}
{
// var desiredPose = eventArgs.trackablesParent.TransformPose(trackable.sessionRelativePose);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = ARTrackablesParentTransformChangedEventArgs_get_trackablesParent_m124F9D34F6DA7E3FAB3E7CB9981820682219FE49_inline((ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 *)(ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 *)(&___eventArgs0), /*hidden argument*/NULL);
RuntimeObject * L_10 = V_2;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_10);
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_11 = (( Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 (*) (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20)->methodPointer)((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_10, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 20));
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_12 = TransformExtensions_TransformPose_m677CE84C622BD23C3DDB2953DDB820E1934B0144((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_9, (Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 )L_11, /*hidden argument*/NULL);
V_4 = (Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 )L_12;
// transform.SetPositionAndRotation(desiredPose.position, desiredPose.rotation);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_13 = V_3;
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_14 = V_4;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_15 = (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_14.get_position_0();
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_16 = V_4;
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_17 = (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )L_16.get_rotation_1();
NullCheck((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_13);
Transform_SetPositionAndRotation_mDB9B34321018846FD7E2315CBE8D4A6612E3DE43((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_13, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_15, (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )L_17, /*hidden argument*/NULL);
}
IL_0066:
{
// foreach (var trackable in trackables)
bool L_18 = Enumerator_MoveNext_mF64DBEA38614B8A6E085DFC09DD2745BE2ACB9BE((Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(Enumerator_t3CA35B0FF0588CA447157731D78AC026FF3FA6ED *)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 8));
if (L_18)
{
goto IL_0011;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_Update_m13E0A02A70985064E2EEC577E32C64889F0EABA8_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_Update_m13E0A02A70985064E2EEC577E32C64889F0EABA8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 V_0;
memset((&V_0), 0, sizeof(V_0));
TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 V_1;
memset((&V_1), 0, sizeof(V_1));
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 V_2;
memset((&V_2), 0, sizeof(V_2));
NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C V_3;
memset((&V_3), 0, sizeof(V_3));
Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C V_4;
memset((&V_4), 0, sizeof(V_4));
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 V_5;
memset((&V_5), 0, sizeof(V_5));
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 V_6;
memset((&V_6), 0, sizeof(V_6));
NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 V_7;
memset((&V_7), 0, sizeof(V_7));
Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A V_8;
memset((&V_8), 0, sizeof(V_8));
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 V_9;
memset((&V_9), 0, sizeof(V_9));
RuntimeObject * V_10 = NULL;
Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD V_11;
memset((&V_11), 0, sizeof(V_11));
RuntimeObject * V_12 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// if (subsystem == null || !subsystem.running)
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
RuntimeObject * L_0 = (( RuntimeObject * (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17));
if (!L_0)
{
goto IL_001f;
}
}
{
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
RuntimeObject * L_1 = (( RuntimeObject * (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17));
NullCheck((Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 *)L_1);
bool L_2 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.Subsystem::get_running() */, (Subsystem_t17E4AEB5537DC8AECC37EC3F6FCB46CC7D2C73F6 *)L_1);
if (L_2)
{
goto IL_0020;
}
}
IL_001f:
{
// return;
return;
}
IL_0020:
{
// using (new ScopedProfiler("GetChanges"))
ScopedProfiler__ctor_mC6576AB1ED762DB2335436C4C63121FE04BBF264((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_0), (String_t*)_stringLiteralE68C28CA8FA3E38258B2081639EE5D1C7F58849B, /*hidden argument*/NULL);
}
IL_002c:
try
{ // begin try (depth: 1)
{
// using (var changes = subsystem.GetChanges(Allocator.Temp))
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
RuntimeObject * L_3 = (( RuntimeObject * (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 17));
NullCheck((TrackingSubsystem_2_tBBEF32426BE0DAA00ED44E62EFDF90DC38EFF4B6 *)L_3);
TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 L_4 = VirtFuncInvoker1< TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 , int32_t >::Invoke(14 /* UnityEngine.XR.ARSubsystems.TrackableChanges`1<!0> UnityEngine.XR.ARSubsystems.TrackingSubsystem`2<UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::GetChanges(Unity.Collections.Allocator) */, (TrackingSubsystem_2_tBBEF32426BE0DAA00ED44E62EFDF90DC38EFF4B6 *)L_3, (int32_t)2);
V_1 = (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 )L_4;
}
IL_003e:
try
{ // begin try (depth: 2)
{
// using (new ScopedProfiler("ProcessAdded"))
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 L_5;
memset((&L_5), 0, sizeof(L_5));
ScopedProfiler__ctor_mC6576AB1ED762DB2335436C4C63121FE04BBF264((&L_5), (String_t*)_stringLiteral8CC52613125F0E802A5E603C37A6CAE800639F62, /*hidden argument*/NULL);
V_2 = (ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 )L_5;
}
IL_0049:
try
{ // begin try (depth: 3)
{
// ClearAndSetCapacity(s_Added, changes.added.Length);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_6 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Added_11();
NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C L_7 = TrackableChanges_1_get_added_m1F518D8511B8C544AA80441F431DCBE292D28549_inline((TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22));
V_3 = (NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C )L_7;
int32_t L_8 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C *)(NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C *)(&V_3))->___m_Length_1);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_6, (int32_t)L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24));
// foreach (var added in changes.added)
NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C L_9 = TrackableChanges_1_get_added_m1F518D8511B8C544AA80441F431DCBE292D28549_inline((TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 22));
V_3 = (NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C )L_9;
Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C L_10 = NativeArray_1_GetEnumerator_m67912C9041D54C79F19E7B5CBD95B943364B3579((NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C *)(NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C *)(&V_3), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25));
V_4 = (Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C )L_10;
}
IL_0073:
try
{ // begin try (depth: 4)
{
goto IL_0090;
}
IL_0075:
{
// foreach (var added in changes.added)
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_11 = Enumerator_get_Current_mDED4656B5380F9F08FEE60A727B15D59CE8CB3CD((Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C *)(Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26));
V_5 = (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_11;
// s_Added.Add(CreateOrUpdateTrackable(added));
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_12 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Added_11();
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_13 = V_5;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
RuntimeObject * L_14 = (( RuntimeObject * (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27));
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_12);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_12, (RuntimeObject *)L_14, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28));
}
IL_0090:
{
// foreach (var added in changes.added)
bool L_15 = Enumerator_MoveNext_mFC5029569E617CA5700E74D72DE5957299A6B118((Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C *)(Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29));
if (L_15)
{
goto IL_0075;
}
}
IL_0099:
{
IL2CPP_LEAVE(0xB7, FINALLY_009b);
}
} // end try (depth: 4)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_009b;
}
FINALLY_009b:
{ // begin finally (depth: 4)
Il2CppFakeBox<Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C > L_16(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 30), (&V_4));
const VirtualInvokeData& il2cpp_virtual_invoke_data__163 = il2cpp_codegen_get_interface_invoke_data(0, (&L_16), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var);
(( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__163.methodPtr)((RuntimeObject*)(&L_16), /*hidden argument*/il2cpp_virtual_invoke_data__163.method);
V_4 = L_16.m_Value;
IL2CPP_END_FINALLY(155)
} // end finally (depth: 4)
IL2CPP_CLEANUP(155)
{
IL2CPP_END_CLEANUP(0xB7, FINALLY_00a9);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00a9;
}
FINALLY_00a9:
{ // begin finally (depth: 3)
ScopedProfiler_Dispose_m9330643F81D6C1961371A3D1436A53EFCB232887((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(169)
} // end finally (depth: 3)
IL2CPP_CLEANUP(169)
{
IL2CPP_JUMP_TBL(0xB7, IL_00b7)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00b7:
{
// using (new ScopedProfiler("ProcessUpdated"))
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 L_17;
memset((&L_17), 0, sizeof(L_17));
ScopedProfiler__ctor_mC6576AB1ED762DB2335436C4C63121FE04BBF264((&L_17), (String_t*)_stringLiteralD84182942D9EE680B64113858F0F32DEDC108F25, /*hidden argument*/NULL);
V_2 = (ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 )L_17;
}
IL_00c2:
try
{ // begin try (depth: 3)
{
// ClearAndSetCapacity(s_Updated, changes.updated.Length);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_18 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Updated_12();
NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C L_19 = TrackableChanges_1_get_updated_m6550ABAC065887E1A8BCACB32C20F6F982ACD2E9_inline((TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 31));
V_3 = (NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C )L_19;
int32_t L_20 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C *)(NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C *)(&V_3))->___m_Length_1);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_18, (int32_t)L_20, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24));
// foreach (var updated in changes.updated)
NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C L_21 = TrackableChanges_1_get_updated_m6550ABAC065887E1A8BCACB32C20F6F982ACD2E9_inline((TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 31));
V_3 = (NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C )L_21;
Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C L_22 = NativeArray_1_GetEnumerator_m67912C9041D54C79F19E7B5CBD95B943364B3579((NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C *)(NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C *)(&V_3), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 25));
V_4 = (Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C )L_22;
}
IL_00ec:
try
{ // begin try (depth: 4)
{
goto IL_0109;
}
IL_00ee:
{
// foreach (var updated in changes.updated)
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_23 = Enumerator_get_Current_mDED4656B5380F9F08FEE60A727B15D59CE8CB3CD((Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C *)(Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 26));
V_6 = (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_23;
// s_Updated.Add(CreateOrUpdateTrackable(updated));
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_24 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Updated_12();
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_25 = V_6;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
RuntimeObject * L_26 = (( RuntimeObject * (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_25, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27));
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_24);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_24, (RuntimeObject *)L_26, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28));
}
IL_0109:
{
// foreach (var updated in changes.updated)
bool L_27 = Enumerator_MoveNext_mFC5029569E617CA5700E74D72DE5957299A6B118((Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C *)(Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C *)(&V_4), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 29));
if (L_27)
{
goto IL_00ee;
}
}
IL_0112:
{
IL2CPP_LEAVE(0x130, FINALLY_0114);
}
} // end try (depth: 4)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0114;
}
FINALLY_0114:
{ // begin finally (depth: 4)
Il2CppFakeBox<Enumerator_tE04601457034FFC5FC26EA8CA77D0851F9DCC48C > L_28(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 30), (&V_4));
const VirtualInvokeData& il2cpp_virtual_invoke_data__284 = il2cpp_codegen_get_interface_invoke_data(0, (&L_28), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var);
(( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__284.methodPtr)((RuntimeObject*)(&L_28), /*hidden argument*/il2cpp_virtual_invoke_data__284.method);
V_4 = L_28.m_Value;
IL2CPP_END_FINALLY(276)
} // end finally (depth: 4)
IL2CPP_CLEANUP(276)
{
IL2CPP_END_CLEANUP(0x130, FINALLY_0122);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0122;
}
FINALLY_0122:
{ // begin finally (depth: 3)
ScopedProfiler_Dispose_m9330643F81D6C1961371A3D1436A53EFCB232887((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(290)
} // end finally (depth: 3)
IL2CPP_CLEANUP(290)
{
IL2CPP_JUMP_TBL(0x130, IL_0130)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0130:
{
// using (new ScopedProfiler("ProcessRemoved"))
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 L_29;
memset((&L_29), 0, sizeof(L_29));
ScopedProfiler__ctor_mC6576AB1ED762DB2335436C4C63121FE04BBF264((&L_29), (String_t*)_stringLiteralC0371E7E1DB9F795AC51193C554BD9BEF51AD664, /*hidden argument*/NULL);
V_2 = (ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 )L_29;
}
IL_013b:
try
{ // begin try (depth: 3)
{
// ClearAndSetCapacity(s_Removed, changes.removed.Length);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_30 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Removed_13();
NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 L_31 = TrackableChanges_1_get_removed_mF5E5272376F66EDFCDA7468EDC91EDFCF88B5579_inline((TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32));
V_7 = (NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 )L_31;
int32_t L_32 = IL2CPP_NATIVEARRAY_GET_LENGTH(((NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 *)(NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 *)(&V_7))->___m_Length_1);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_30, (int32_t)L_32, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 24));
// foreach (var trackableId in changes.removed)
NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 L_33 = TrackableChanges_1_get_removed_mF5E5272376F66EDFCDA7468EDC91EDFCF88B5579_inline((TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 *)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 32));
V_7 = (NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 )L_33;
Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A L_34 = NativeArray_1_GetEnumerator_m3B6CA1981A8CE62A1C67FCEEBE1887CD32906DA2((NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 *)(NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 *)(&V_7), /*hidden argument*/NativeArray_1_GetEnumerator_m3B6CA1981A8CE62A1C67FCEEBE1887CD32906DA2_RuntimeMethod_var);
V_8 = (Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A )L_34;
}
IL_0167:
try
{ // begin try (depth: 4)
{
goto IL_01ab;
}
IL_0169:
{
// foreach (var trackableId in changes.removed)
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_35 = Enumerator_get_Current_m913D10AD892E19937C638773D208459E9862248D((Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A *)(Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A *)(&V_8), /*hidden argument*/Enumerator_get_Current_m913D10AD892E19937C638773D208459E9862248D_RuntimeMethod_var);
V_9 = (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_35;
// if (m_Trackables.TryGetValue(trackableId, out var trackable))
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_36 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_37 = V_9;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_36);
bool L_38 = (( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_36, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_37, (RuntimeObject **)(RuntimeObject **)(&V_10), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33));
if (!L_38)
{
goto IL_01ab;
}
}
IL_0183:
{
// m_Trackables.Remove(trackableId);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_39 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_40 = V_9;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_39);
(( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_39, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_40, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34));
// if (trackable)
RuntimeObject * L_41 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_42 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_41, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_01ab;
}
}
IL_019f:
{
// s_Removed.Add(trackable);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_43 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Removed_13();
RuntimeObject * L_44 = V_10;
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_43);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_43, (RuntimeObject *)L_44, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 28));
}
IL_01ab:
{
// foreach (var trackableId in changes.removed)
bool L_45 = Enumerator_MoveNext_m3C4C0B0B1AE71E65EF8255E6FC671DDBC829B6AA((Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A *)(Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A *)(&V_8), /*hidden argument*/Enumerator_MoveNext_m3C4C0B0B1AE71E65EF8255E6FC671DDBC829B6AA_RuntimeMethod_var);
if (L_45)
{
goto IL_0169;
}
}
IL_01b4:
{
IL2CPP_LEAVE(0x1EE, FINALLY_01b6);
}
} // end try (depth: 4)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01b6;
}
FINALLY_01b6:
{ // begin finally (depth: 4)
Il2CppFakeBox<Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A > L_46(Enumerator_tDB12EE5618B415F0FB5AEEE49E6F2F41DFB2FD0A_il2cpp_TypeInfo_var, (&V_8));
const VirtualInvokeData& il2cpp_virtual_invoke_data__446 = il2cpp_codegen_get_interface_invoke_data(0, (&L_46), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var);
(( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__446.methodPtr)((RuntimeObject*)(&L_46), /*hidden argument*/il2cpp_virtual_invoke_data__446.method);
V_8 = L_46.m_Value;
IL2CPP_END_FINALLY(438)
} // end finally (depth: 4)
IL2CPP_CLEANUP(438)
{
IL2CPP_END_CLEANUP(0x1EE, FINALLY_01c4);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01c4;
}
FINALLY_01c4:
{ // begin finally (depth: 3)
ScopedProfiler_Dispose_m9330643F81D6C1961371A3D1436A53EFCB232887((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_2), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(452)
} // end finally (depth: 3)
IL2CPP_CLEANUP(452)
{
IL2CPP_END_CLEANUP(0x1EE, FINALLY_01d2);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01d2;
}
FINALLY_01d2:
{ // begin finally (depth: 2)
Il2CppFakeBox<TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 > L_47(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 35), (&V_1));
const VirtualInvokeData& il2cpp_virtual_invoke_data__474 = il2cpp_codegen_get_interface_invoke_data(0, (&L_47), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var);
(( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__474.methodPtr)((RuntimeObject*)(&L_47), /*hidden argument*/il2cpp_virtual_invoke_data__474.method);
V_1 = L_47.m_Value;
IL2CPP_END_FINALLY(466)
} // end finally (depth: 2)
IL2CPP_CLEANUP(466)
{
IL2CPP_END_CLEANUP(0x1EE, FINALLY_01e0);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01e0;
}
FINALLY_01e0:
{ // begin finally (depth: 1)
ScopedProfiler_Dispose_m9330643F81D6C1961371A3D1436A53EFCB232887((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_0), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(480)
} // end finally (depth: 1)
IL2CPP_CLEANUP(480)
{
IL2CPP_JUMP_TBL(0x1EE, IL_01ee)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01ee:
{
}
IL_01ef:
try
{ // begin try (depth: 1)
{
// if ((s_Added.Count) > 0 ||
// (s_Updated.Count) > 0 ||
// (s_Removed.Count) > 0)
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_48 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Added_11();
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_48);
int32_t L_49 = (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_48, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36));
if ((((int32_t)L_49) > ((int32_t)0)))
{
goto IL_0216;
}
}
IL_01fc:
{
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_50 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Updated_12();
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_50);
int32_t L_51 = (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_50, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36));
if ((((int32_t)L_51) > ((int32_t)0)))
{
goto IL_0216;
}
}
IL_0209:
{
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_52 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Removed_13();
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_52);
int32_t L_53 = (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_52, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 36));
if ((((int32_t)L_53) <= ((int32_t)0)))
{
goto IL_022b;
}
}
IL_0216:
{
// OnTrackablesChanged(s_Added, s_Updated, s_Removed);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_54 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Added_11();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_55 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Updated_12();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_56 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Removed_13();
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
VirtActionInvoker3< List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * >::Invoke(13 /* System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnTrackablesChanged(System.Collections.Generic.List`1<TTrackable>,System.Collections.Generic.List`1<TTrackable>,System.Collections.Generic.List`1<TTrackable>) */, (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_54, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_55, (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_56);
}
IL_022b:
{
// }
IL2CPP_LEAVE(0x266, FINALLY_022d);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_022d;
}
FINALLY_022d:
{ // begin finally (depth: 1)
{
// foreach (var removed in s_Removed)
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0));
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_57 = ((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 0)))->get_s_Removed_13();
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_57);
Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD L_58 = (( Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 38)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_57, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 38));
V_11 = (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD )L_58;
}
IL_0239:
try
{ // begin try (depth: 2)
{
goto IL_024c;
}
IL_023b:
{
// foreach (var removed in s_Removed)
RuntimeObject * L_59 = Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_inline((Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)(&V_11), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 39));
V_12 = (RuntimeObject *)L_59;
// DestroyTrackable(removed);
RuntimeObject * L_60 = V_12;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
(( void (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (RuntimeObject *)L_60, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40));
}
IL_024c:
{
// foreach (var removed in s_Removed)
bool L_61 = Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34((Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD *)(&V_11), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 41));
if (L_61)
{
goto IL_023b;
}
}
IL_0255:
{
IL2CPP_LEAVE(0x265, FINALLY_0257);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0257;
}
FINALLY_0257:
{ // begin finally (depth: 2)
Il2CppFakeBox<Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD > L_62(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 42), (&V_11));
const VirtualInvokeData& il2cpp_virtual_invoke_data__607 = il2cpp_codegen_get_interface_invoke_data(0, (&L_62), IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var);
(( void (*) (RuntimeObject*, const RuntimeMethod*))il2cpp_virtual_invoke_data__607.methodPtr)((RuntimeObject*)(&L_62), /*hidden argument*/il2cpp_virtual_invoke_data__607.method);
V_11 = L_62.m_Value;
IL2CPP_END_FINALLY(599)
} // end finally (depth: 2)
IL2CPP_CLEANUP(599)
{
IL2CPP_JUMP_TBL(0x265, IL_0265)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0265:
{
// }
IL2CPP_END_FINALLY(557)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(557)
{
IL2CPP_JUMP_TBL(0x266, IL_0266)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0266:
{
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnTrackablesChanged(System.Collections.Generic.List`1<TTrackable>,System.Collections.Generic.List`1<TTrackable>,System.Collections.Generic.List`1<TTrackable>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnTrackablesChanged_m332D412B6738DCFE10D0CD7373E55D2EB97737AD_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___added0, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___updated1, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___removed2, const RuntimeMethod* method)
{
{
// { }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnCreateTrackable(TTrackable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnCreateTrackable_mBC7967446027D0FED98E44DC518E8E182CA38013_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, RuntimeObject * ___trackable0, const RuntimeMethod* method)
{
{
// { }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnAfterSetSessionRelativeData(TTrackable,TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_OnAfterSetSessionRelativeData_m047DA19774BEE634D0ABE63301F8F6CD1CBC66E9_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, RuntimeObject * ___trackable0, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 ___sessionRelativeData1, const RuntimeMethod* method)
{
{
// { }
return;
}
}
// TTrackable UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::CreateTrackableImmediate(TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ARTrackableManager_4_CreateTrackableImmediate_mEDFF39EA4D00BD2C16C3116EB22E12280652838C_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 ___sessionRelativeData0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
{
// var trackable = CreateOrUpdateTrackable(sessionRelativeData);
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_0 = ___sessionRelativeData0;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
RuntimeObject * L_1 = (( RuntimeObject * (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 27));
V_0 = (RuntimeObject *)L_1;
// trackable.pending = true;
RuntimeObject * L_2 = V_0;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_2);
(( void (*) (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_2, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19));
// m_PendingAdds.Add(trackable.trackableId, trackable);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_3 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_PendingAdds_10();
RuntimeObject * L_4 = V_0;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_4);
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_5 = (( TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 (*) (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15)->methodPointer)((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 15));
RuntimeObject * L_6 = V_0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_3);
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_3, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_5, (RuntimeObject *)L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43));
// return trackable;
RuntimeObject * L_7 = V_0;
return L_7;
}
}
// System.Boolean UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::DestroyPendingTrackable(UnityEngine.XR.ARSubsystems.TrackableId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ARTrackableManager_4_DestroyPendingTrackable_m73008124728615968DBF7C5E8BE71B45D3EBBFCE_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___trackableId0, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
{
// if (m_PendingAdds.TryGetValue(trackableId, out var trackable))
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_0 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_PendingAdds_10();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_1 = ___trackableId0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_0);
bool L_2 = (( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_0, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_1, (RuntimeObject **)(RuntimeObject **)(&V_0), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33));
if (!L_2)
{
goto IL_0033;
}
}
{
// m_PendingAdds.Remove(trackableId);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_3 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_PendingAdds_10();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_4 = ___trackableId0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_3);
(( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_3, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_4, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34));
// m_Trackables.Remove(trackableId);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_5 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_6 = ___trackableId0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_5);
(( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_5, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_6, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34));
// DestroyTrackable(trackable);
RuntimeObject * L_7 = V_0;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
(( void (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (RuntimeObject *)L_7, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 40));
// return true;
return (bool)1;
}
IL_0033:
{
// return false;
return (bool)0;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::ClearAndSetCapacity(System.Collections.Generic.List`1<TTrackable>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_ClearAndSetCapacity_m88775787849D820CFC5C93D703D54585D27A0E44_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list0, int32_t ___capacity1, const RuntimeMethod* method)
{
{
// list.Clear();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = ___list0;
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_0);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 44)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 44));
// if (list.Capacity < capacity)
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_1 = ___list0;
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_1);
int32_t L_2 = (( int32_t (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 45)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 45));
int32_t L_3 = ___capacity1;
if ((((int32_t)L_2) >= ((int32_t)L_3)))
{
goto IL_0016;
}
}
{
// list.Capacity = capacity;
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_4 = ___list0;
int32_t L_5 = ___capacity1;
NullCheck((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_4);
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, int32_t, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 46)->methodPointer)((List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)L_4, (int32_t)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 46));
}
IL_0016:
{
// }
return;
}
}
// System.String UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::GetTrackableName(UnityEngine.XR.ARSubsystems.TrackableId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ARTrackableManager_4_GetTrackableName_m2813C1083DA2275ECFBC3FF97FE0E63DB936DA62_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___trackableId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_GetTrackableName_m2813C1083DA2275ECFBC3FF97FE0E63DB936DA62_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return gameObjectName + " " + trackableId.ToString();
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::get_gameObjectName() */, (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
String_t* L_1 = TrackableId_ToString_mBA49191865E57697F4279D2781B182590726A215((TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 *)(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 *)(&___trackableId0), /*hidden argument*/NULL);
String_t* L_2 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923((String_t*)L_0, (String_t*)_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, (String_t*)L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.ValueTuple`2<UnityEngine.GameObject,System.Boolean> UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::CreateGameObjectDeactivated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 ARTrackableManager_4_CreateGameObjectDeactivated_mE86CF2D7FAF2A6C6753DF9151E1FB675AA7A10FB_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_CreateGameObjectDeactivated_mE86CF2D7FAF2A6C6753DF9151E1FB675AA7A10FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
bool V_1 = false;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_2 = NULL;
{
// var prefab = GetPrefab();
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = VirtFuncInvoker0< GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * >::Invoke(10 /* UnityEngine.GameObject UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::GetPrefab() */, (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
V_0 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_0;
// if (prefab == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0039;
}
}
{
// var gameObject = new GameObject();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mA4DFA8F4471418C248E95B55070665EF344B4B2D(L_3, /*hidden argument*/NULL);
// gameObject.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_3;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_4);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_4, (bool)0, /*hidden argument*/NULL);
// gameObject.transform.parent = sessionOrigin.trackablesParent;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_4;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_5);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_5, /*hidden argument*/NULL);
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_7 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_7);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_8 = ARSessionOrigin_get_trackablesParent_m37049D7E75CF694834A140C2EACB15D2D1098505_inline((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_7, /*hidden argument*/NULL);
NullCheck((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_6);
Transform_set_parent_m65B8E4660B2C554069C57A957D9E55FECA7AA73E((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_6, (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_8, /*hidden argument*/NULL);
// return (gameObject, true);
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_9;
memset((&L_9), 0, sizeof(L_9));
ValueTuple_2__ctor_m73A57D85868E9347B9DCD08AB9585E9B191478F7((&L_9), (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_5, (bool)1, /*hidden argument*/ValueTuple_2__ctor_m73A57D85868E9347B9DCD08AB9585E9B191478F7_RuntimeMethod_var);
return L_9;
}
IL_0039:
{
// var active = prefab.activeSelf;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_10 = V_0;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_10);
bool L_11 = GameObject_get_activeSelf_mFE1834886CAE59884AC2BE707A3B821A1DB61F44((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_10, /*hidden argument*/NULL);
V_1 = (bool)L_11;
// prefab.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = V_0;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_12);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_12, (bool)0, /*hidden argument*/NULL);
// var gameObject = Instantiate(prefab, sessionOrigin.trackablesParent);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_13 = V_0;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_14 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_14);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_15 = ARSessionOrigin_get_trackablesParent_m37049D7E75CF694834A140C2EACB15D2D1098505_inline((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_14, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_16 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m1CDF66D563B03D37B37264800222D4F3B307EDA0((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_13, (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_15, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_m1CDF66D563B03D37B37264800222D4F3B307EDA0_RuntimeMethod_var);
V_2 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_16;
// prefab.SetActive(active);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_17 = V_0;
bool L_18 = V_1;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_17);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_17, (bool)L_18, /*hidden argument*/NULL);
// return (gameObject, active);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_19 = V_2;
bool L_20 = V_1;
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_21;
memset((&L_21), 0, sizeof(L_21));
ValueTuple_2__ctor_m73A57D85868E9347B9DCD08AB9585E9B191478F7((&L_21), (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_19, (bool)L_20, /*hidden argument*/ValueTuple_2__ctor_m73A57D85868E9347B9DCD08AB9585E9B191478F7_RuntimeMethod_var);
return L_21;
}
}
// System.ValueTuple`2<UnityEngine.GameObject,System.Boolean> UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::CreateGameObjectDeactivated(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 ARTrackableManager_4_CreateGameObjectDeactivated_m7A458F9DB4F1B83A2D017AA5CB63B671CCBDC65B_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
// var tuple = CreateGameObjectDeactivated();
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_0 = (( ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 49)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 49));
// tuple.gameObject.name = name;
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_1 = (ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 )L_0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_1.get_Item1_0();
String_t* L_3 = ___name0;
NullCheck((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_2);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_2, (String_t*)L_3, /*hidden argument*/NULL);
// return tuple;
return L_1;
}
}
// System.ValueTuple`2<UnityEngine.GameObject,System.Boolean> UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::CreateGameObjectDeactivated(UnityEngine.XR.ARSubsystems.TrackableId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 ARTrackableManager_4_CreateGameObjectDeactivated_m44046DE98A4A3FEDBB575A48386F56A1080DD46C_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 ___trackableId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_CreateGameObjectDeactivated_m44046DE98A4A3FEDBB575A48386F56A1080DD46C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 V_0;
memset((&V_0), 0, sizeof(V_0));
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 V_1;
memset((&V_1), 0, sizeof(V_1));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// using (new ScopedProfiler("CreateGameObject"))
ScopedProfiler__ctor_mC6576AB1ED762DB2335436C4C63121FE04BBF264((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_0), (String_t*)_stringLiteralA1BA014E93BB1085A758A3F66948C9CAC874B9BD, /*hidden argument*/NULL);
}
IL_000c:
try
{ // begin try (depth: 1)
// return CreateGameObjectDeactivated(GetTrackableName(trackableId));
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_0 = ___trackableId0;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
String_t* L_1 = (( String_t* (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 50)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 50));
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_2 = (( ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, String_t*, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 51)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (String_t*)L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 51));
V_1 = (ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 )L_2;
IL2CPP_LEAVE(0x2A, FINALLY_001c);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001c;
}
FINALLY_001c:
{ // begin finally (depth: 1)
ScopedProfiler_Dispose_m9330643F81D6C1961371A3D1436A53EFCB232887((ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(ScopedProfiler_t323CF734CDB6C07F022F67D7A016DE3C222C1C12 *)(&V_0), /*hidden argument*/NULL);
IL2CPP_END_FINALLY(28)
} // end finally (depth: 1)
IL2CPP_CLEANUP(28)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
// }
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_3 = V_1;
return L_3;
}
}
// TTrackable UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::CreateTrackable(TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ARTrackableManager_4_CreateTrackable_m79788F72BF7A3F6A2730CC15120C6A93E231CEB2_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 ___sessionRelativeData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_CreateTrackable_m79788F72BF7A3F6A2730CC15120C6A93E231CEB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
bool V_1 = false;
RuntimeObject * V_2 = NULL;
{
// var (gameObject, shouldBeActive) = CreateGameObjectDeactivated(sessionRelativeData.trackableId);
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_0 = XRAnchor_get_trackableId_m7BD89E3F1664C126D09D8DD141EA18E8A9933711_inline((XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 *)(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 *)(&___sessionRelativeData0), /*hidden argument*/NULL);
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_1 = (( ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 53)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 53));
ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 L_2 = (ValueTuple_2_t627D806334E3E4AD35E2CFC479C866136BF1B352 )L_1;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_2.get_Item1_0();
V_0 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_3;
bool L_4 = (bool)L_2.get_Item2_1();
V_1 = (bool)L_4;
// var trackable = gameObject.GetComponent<TTrackable>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = V_0;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_5);
RuntimeObject * L_6 = (( RuntimeObject * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 54)->methodPointer)((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 54));
V_2 = (RuntimeObject *)L_6;
// if (trackable == null)
RuntimeObject * L_7 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_8 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_7, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_003c;
}
}
{
// trackable = gameObject.AddComponent<TTrackable>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = V_0;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_9);
RuntimeObject * L_10 = (( RuntimeObject * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 55)->methodPointer)((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 55));
V_2 = (RuntimeObject *)L_10;
}
IL_003c:
{
// m_Trackables.Add(sessionRelativeData.trackableId, trackable);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_11 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_12 = XRAnchor_get_trackableId_m7BD89E3F1664C126D09D8DD141EA18E8A9933711_inline((XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 *)(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 *)(&___sessionRelativeData0), /*hidden argument*/NULL);
RuntimeObject * L_13 = V_2;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_11);
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_11, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_12, (RuntimeObject *)L_13, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43));
// SetSessionRelativeData(trackable, sessionRelativeData);
RuntimeObject * L_14 = V_2;
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_15 = ___sessionRelativeData0;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
(( void (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, RuntimeObject *, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (RuntimeObject *)L_14, (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_15, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56));
// trackable.gameObject.SetActive(shouldBeActive);
RuntimeObject * L_16 = V_2;
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_16);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_17 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_16, /*hidden argument*/NULL);
bool L_18 = V_1;
NullCheck((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_17);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)L_17, (bool)L_18, /*hidden argument*/NULL);
// return trackable;
RuntimeObject * L_19 = V_2;
return L_19;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::SetSessionRelativeData(TTrackable,TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_SetSessionRelativeData_m03AF1A44393077EAEFFD06315DF9AE5D59D051FE_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, RuntimeObject * ___trackable0, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 ___data1, const RuntimeMethod* method)
{
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// trackable.SetSessionRelativeData(data);
RuntimeObject * L_0 = ___trackable0;
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_1 = ___data1;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_0);
(( void (*) (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 57)->methodPointer)((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_0, (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 57));
// var worldSpacePose = sessionOrigin.trackablesParent.TransformPose(data.pose);
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * L_2 = (( ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 12));
NullCheck((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_2);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = ARSessionOrigin_get_trackablesParent_m37049D7E75CF694834A140C2EACB15D2D1098505_inline((ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF *)L_2, /*hidden argument*/NULL);
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_4 = XRAnchor_get_pose_m7CA50F0FCB9FE7A6FB60C6AFD33B62AF4BE0CB1A_inline((XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 *)(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 *)(&___data1), /*hidden argument*/NULL);
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_5 = TransformExtensions_TransformPose_m677CE84C622BD23C3DDB2953DDB820E1934B0144((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_3, (Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 )L_4, /*hidden argument*/NULL);
V_0 = (Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 )L_5;
// trackable.transform.SetPositionAndRotation(worldSpacePose.position, worldSpacePose.rotation);
RuntimeObject * L_6 = ___trackable0;
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_6);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_6, /*hidden argument*/NULL);
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_8 = V_0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_9 = (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_8.get_position_0();
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_10 = V_0;
Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 L_11 = (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )L_10.get_rotation_1();
NullCheck((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_7);
Transform_SetPositionAndRotation_mDB9B34321018846FD7E2315CBE8D4A6612E3DE43((Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA *)L_7, (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 )L_9, (Quaternion_t319F3319A7D43FFA5D819AD6C0A98851F0095357 )L_11, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::CreateTrackableFromExisting(TTrackable,TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_CreateTrackableFromExisting_mED28A30803E2E6363EB0BADCABDE5D731A841972_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, RuntimeObject * ___existingTrackable0, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 ___sessionRelativeData1, const RuntimeMethod* method)
{
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// var trackableId = sessionRelativeData.trackableId;
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_0 = XRAnchor_get_trackableId_m7BD89E3F1664C126D09D8DD141EA18E8A9933711_inline((XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 *)(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 *)(&___sessionRelativeData1), /*hidden argument*/NULL);
V_0 = (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_0;
// m_Trackables.Add(trackableId, existingTrackable);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_1 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_2 = V_0;
RuntimeObject * L_3 = ___existingTrackable0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_1);
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_1, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_2, (RuntimeObject *)L_3, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43));
// SetSessionRelativeData(existingTrackable, sessionRelativeData);
RuntimeObject * L_4 = ___existingTrackable0;
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_5 = ___sessionRelativeData1;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
(( void (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, RuntimeObject *, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (RuntimeObject *)L_4, (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56));
// OnCreateTrackable(existingTrackable);
RuntimeObject * L_6 = ___existingTrackable0;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
VirtActionInvoker1< RuntimeObject * >::Invoke(14 /* System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnCreateTrackable(TTrackable) */, (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (RuntimeObject *)L_6);
// OnAfterSetSessionRelativeData(existingTrackable, sessionRelativeData);
RuntimeObject * L_7 = ___existingTrackable0;
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_8 = ___sessionRelativeData1;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
VirtActionInvoker2< RuntimeObject *, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 >::Invoke(15 /* System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnAfterSetSessionRelativeData(TTrackable,TSessionRelativeData) */, (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (RuntimeObject *)L_7, (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_8);
// existingTrackable.OnAfterSetSessionRelativeData();
RuntimeObject * L_9 = ___existingTrackable0;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_9);
VirtActionInvoker0::Invoke(4 /* System.Void UnityEngine.XR.ARFoundation.ARTrackable`2<UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnAfterSetSessionRelativeData() */, (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_9);
// m_PendingAdds.Add(trackableId, existingTrackable);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_10 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_PendingAdds_10();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_11 = V_0;
RuntimeObject * L_12 = ___existingTrackable0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_10);
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_10, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_11, (RuntimeObject *)L_12, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 43));
// existingTrackable.pending = true;
RuntimeObject * L_13 = ___existingTrackable0;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_13);
(( void (*) (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_13, (bool)1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19));
// }
return;
}
}
// TTrackable UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::CreateOrUpdateTrackable(TSessionRelativeData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ARTrackableManager_4_CreateOrUpdateTrackable_mAEEEDE2BED0A9F4C56E2082EE6910179B4A6C473_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 ___sessionRelativeData0, const RuntimeMethod* method)
{
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 V_0;
memset((&V_0), 0, sizeof(V_0));
RuntimeObject * V_1 = NULL;
{
// var trackableId = sessionRelativeData.trackableId;
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_0 = XRAnchor_get_trackableId_m7BD89E3F1664C126D09D8DD141EA18E8A9933711_inline((XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 *)(XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 *)(&___sessionRelativeData0), /*hidden argument*/NULL);
V_0 = (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_0;
// if (m_Trackables.TryGetValue(trackableId, out var trackable))
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_1 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_Trackables_9();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_2 = V_0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_1);
bool L_3 = (( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , RuntimeObject **, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_1, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_2, (RuntimeObject **)(RuntimeObject **)(&V_1), /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 33));
if (!L_3)
{
goto IL_0041;
}
}
{
// m_PendingAdds.Remove(trackableId);
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_4 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)__this->get_m_PendingAdds_10();
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_5 = V_0;
NullCheck((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_4);
(( bool (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34)->methodPointer)((Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)L_4, (TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 )L_5, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 34));
// trackable.pending = false;
RuntimeObject * L_6 = V_1;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_6);
(( void (*) (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *, bool, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19)->methodPointer)((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_6, (bool)0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 19));
// SetSessionRelativeData(trackable, sessionRelativeData);
RuntimeObject * L_7 = V_1;
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_8 = ___sessionRelativeData0;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
(( void (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, RuntimeObject *, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (RuntimeObject *)L_7, (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_8, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 56));
// }
goto IL_0050;
}
IL_0041:
{
// trackable = CreateTrackable(sessionRelativeData);
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_9 = ___sessionRelativeData0;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
RuntimeObject * L_10 = (( RuntimeObject * (*) (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 , const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 61)->methodPointer)((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_9, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 61));
V_1 = (RuntimeObject *)L_10;
// OnCreateTrackable(trackable);
RuntimeObject * L_11 = V_1;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
VirtActionInvoker1< RuntimeObject * >::Invoke(14 /* System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnCreateTrackable(TTrackable) */, (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (RuntimeObject *)L_11);
}
IL_0050:
{
// OnAfterSetSessionRelativeData(trackable, sessionRelativeData);
RuntimeObject * L_12 = V_1;
XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 L_13 = ___sessionRelativeData0;
NullCheck((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this);
VirtActionInvoker2< RuntimeObject *, XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 >::Invoke(15 /* System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnAfterSetSessionRelativeData(TTrackable,TSessionRelativeData) */, (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 *)__this, (RuntimeObject *)L_12, (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 )L_13);
// trackable.OnAfterSetSessionRelativeData();
RuntimeObject * L_14 = V_1;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_14);
VirtActionInvoker0::Invoke(4 /* System.Void UnityEngine.XR.ARFoundation.ARTrackable`2<UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::OnAfterSetSessionRelativeData() */, (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_14);
// return trackable;
RuntimeObject * L_15 = V_1;
return L_15;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::DestroyTrackable(TTrackable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4_DestroyTrackable_m964AB4624FDD2F7E1A02C86DBE0C4DBE3319B6F3_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, RuntimeObject * ___trackable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ARTrackableManager_4_DestroyTrackable_m964AB4624FDD2F7E1A02C86DBE0C4DBE3319B6F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (trackable.destroyOnRemoval)
RuntimeObject * L_0 = ___trackable0;
NullCheck((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_0);
bool L_1 = (( bool (*) (ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 62)->methodPointer)((ARTrackable_2_t135D7779F92A74B4C65C7DC859A4F6F6A5AAF05B *)L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 62));
if (!L_1)
{
goto IL_001d;
}
}
{
// Destroy(trackable.gameObject);
RuntimeObject * L_2 = ___trackable0;
NullCheck((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_2);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C((Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *)L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)L_3, /*hidden argument*/NULL);
}
IL_001d:
{
// }
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4__ctor_m95E93E227667C243978F4C6049EE5F7A3AA5116E_gshared (ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60 * __this, const RuntimeMethod* method)
{
{
// protected Dictionary<TrackableId, TTrackable> m_Trackables = new Dictionary<TrackableId, TTrackable>();
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_0 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 63));
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 64)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 64));
__this->set_m_Trackables_9(L_0);
// protected Dictionary<TrackableId, TTrackable> m_PendingAdds = new Dictionary<TrackableId, TTrackable>();
Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE * L_1 = (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 63));
(( void (*) (Dictionary_2_t5221105303A173FF92DD7B4EBC8147278C0C2DBE *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 64)->methodPointer)(L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 64));
__this->set_m_PendingAdds_10(L_1);
NullCheck((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this);
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->klass->rgctx_data, 1));
(( void (*) (SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 65)->methodPointer)((SubsystemLifecycleManager_2_t5D1A501CD473D1DB7DD9763711AFE091EA6665C9 *)__this, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(method->klass->rgctx_data, 65));
return;
}
}
// System.Void UnityEngine.XR.ARFoundation.ARTrackableManager`4<System.Object,System.Object,UnityEngine.XR.ARSubsystems.XRAnchor,System.Object>::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ARTrackableManager_4__cctor_m86570CAF435CD9B060C08C0E3F3928B7723CD616_gshared (const RuntimeMethod* method)
{
{
// static List<TTrackable> s_Added = new List<TTrackable>();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_0 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 66));
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67)->methodPointer)(L_0, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67));
((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Added_11(L_0);
// static List<TTrackable> s_Updated = new List<TTrackable>();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_1 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 66));
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67)->methodPointer)(L_1, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67));
((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Updated_12(L_1);
// static List<TTrackable> s_Removed = new List<TTrackable>();
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * L_2 = (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *)il2cpp_codegen_object_new(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 66));
(( void (*) (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D *, const RuntimeMethod*))IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67)->methodPointer)(L_2, /*hidden argument*/IL2CPP_RGCTX_METHOD_INFO(InitializedTypeInfo(method->klass)->rgctx_data, 67));
((ARTrackableManager_4_tF78212AF68673ADA30319417CD15DFE5B684CE60_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(InitializedTypeInfo(method->klass)->rgctx_data, 0)))->set_s_Removed_13(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Delegate_get_Target_m5371341CE435E001E9FD407AE78F728824CE20E2_inline (Delegate_t * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_target_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Type_t * SubsystemDescriptor_get_subsystemImplementationType_mCF20A5F2E10F34F73853FEC4D3893B49EB49C166_inline (SubsystemDescriptor_tDE3D888281281BBD122D6D9E7B49F626E69340CA * __this, const RuntimeMethod* method)
{
{
Type_t * L_0 = __this->get_U3CsubsystemImplementationTypeU3Ek__BackingField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 TrackableId_get_invalidId_mBE9FA1EC8F2EC1575C1B31666EA928A3382DF1CD_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TrackableId_get_invalidId_mBE9FA1EC8F2EC1575C1B31666EA928A3382DF1CDGenerics10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static TrackableId invalidId => s_InvalidId;
IL2CPP_RUNTIME_CLASS_INIT(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47_il2cpp_TypeInfo_var);
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_0 = ((TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47_StaticFields*)il2cpp_codegen_static_fields_for(TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47_il2cpp_TypeInfo_var))->get_s_InvalidId_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ARSessionOrigin_get_trackablesParent_m37049D7E75CF694834A140C2EACB15D2D1098505_inline (ARSessionOrigin_t61463C0A24AF925CF219B6C3F1720325C96720EF * __this, const RuntimeMethod* method)
{
{
// public Transform trackablesParent { get; private set; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = __this->get_U3CtrackablesParentU3Ek__BackingField_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ARTrackablesParentTransformChangedEventArgs_get_trackablesParent_m124F9D34F6DA7E3FAB3E7CB9981820682219FE49_inline (ARTrackablesParentTransformChangedEventArgs_t9985A726DE6A1943471A68D03D73353E80FB82B9 * __this, const RuntimeMethod* method)
{
{
// public Transform trackablesParent { get; }
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = __this->get_U3CtrackablesParentU3Ek__BackingField_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 BoundedPlane_get_trackableId_mD2A3DCDA61898E637ACAE0A0F4A832931378071A_inline (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 * __this, const RuntimeMethod* method)
{
{
// public TrackableId trackableId => m_TrackableId;
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_0 = __this->get_m_TrackableId_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 BoundedPlane_get_pose_m30B084D1F307CB46894BE4FAD448788001A0F0DF_inline (BoundedPlane_t5FBCC289E172852D4A9C51F6581B3C7EEE17A227 * __this, const RuntimeMethod* method)
{
{
// public Pose pose => m_Pose;
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_0 = __this->get_m_Pose_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 XRAnchor_get_trackableId_m7BD89E3F1664C126D09D8DD141EA18E8A9933711_inline (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 * __this, const RuntimeMethod* method)
{
{
// public TrackableId trackableId => m_Id;
TrackableId_tA7E19AFE62176E25E3759548887E9068E1E4AE47 L_0 = __this->get_m_Id_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 XRAnchor_get_pose_m7CA50F0FCB9FE7A6FB60C6AFD33B62AF4BE0CB1A_inline (XRAnchor_tF8F3D332F0D694D2BDF802B8EF5010D4ECEBAB29 * __this, const RuntimeMethod* method)
{
{
// public Pose pose => m_Pose;
Pose_t2997DE3CB3863E4D78FCF42B46FC481818823F29 L_0 = __this->get_m_Pose_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_mDDEDBCB01AB26859616B14064D207873529EA4DC_gshared_inline (NativeSlice_1_t78EFBF8E09E93928E76B220A7F73CAA90271B58E * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m60A279078FEECDF9F4C85660537E23F72E70FFA9_gshared_inline (NativeSlice_1_t5A391A20CD036E6DDA16E7B725B6103A1509785A * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m738956463E71FE2D62728352E40292BD34B72899_gshared_inline (NativeSlice_1_tACAA2E13759C105E600168A57C72DB9F859D3D64 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m1A340D95D4B2F4FECD4BF62999AAC7BF397D284B_gshared_inline (NativeSlice_1_t11EBDE608ABB6D874F3EADDD448BE8BA39A54E41 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m5F808078E79BBC1D70AA25962688058A1F82C9A4_gshared_inline (NativeSlice_1_t9734375044E11A839C34A1E8497B34A8879624E6 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_m_Length_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
int32_t L_3 = ___index0;
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 TrackableChanges_1_get_added_m63AFCF25226B28A1F645793B0148358240C9309E_gshared_inline (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE * __this, const RuntimeMethod* method)
{
{
// public NativeArray<T> added { get { return m_Added; } }
NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 L_0 = (NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 )__this->get_m_Added_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 TrackableChanges_1_get_updated_m1D7AFC816EACE233551588E18E321BDA0F3919A8_gshared_inline (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE * __this, const RuntimeMethod* method)
{
{
// public NativeArray<T> updated { get { return m_Updated; } }
NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 L_0 = (NativeArray_1_tA6F096859415F695BE7D1C4788FFBE2BB3FEB7D5 )__this->get_m_Updated_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 TrackableChanges_1_get_removed_mFC97F3FE78DFC548F04543CF1246DC1EC61B8214_gshared_inline (TrackableChanges_1_t58DA4DDCECFD0F3DF5CFA68485A8D322B2D83CAE * __this, const RuntimeMethod* method)
{
{
// public NativeArray<TrackableId> removed { get { return m_Removed; } }
NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 L_0 = (NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 )__this->get_m_Removed_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C TrackableChanges_1_get_added_m1F518D8511B8C544AA80441F431DCBE292D28549_gshared_inline (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 * __this, const RuntimeMethod* method)
{
{
// public NativeArray<T> added { get { return m_Added; } }
NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C L_0 = (NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C )__this->get_m_Added_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C TrackableChanges_1_get_updated_m6550ABAC065887E1A8BCACB32C20F6F982ACD2E9_gshared_inline (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 * __this, const RuntimeMethod* method)
{
{
// public NativeArray<T> updated { get { return m_Updated; } }
NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C L_0 = (NativeArray_1_tB25D2108AC3D7F9423783678FD37E3D5ACAF8E0C )__this->get_m_Updated_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 TrackableChanges_1_get_removed_mF5E5272376F66EDFCDA7468EDC91EDFCF88B5579_gshared_inline (TrackableChanges_1_t7EC0E5114566AC87222078BB8FE730B14C63EAE4 * __this, const RuntimeMethod* method)
{
{
// public NativeArray<TrackableId> removed { get { return m_Removed; } }
NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 L_0 = (NativeArray_1_tD7797CC5848BA9ECBD1172056474C8DD8022B1D6 )__this->get_m_Removed_3();
return L_0;
}
}
| [
"machikou@icloud.com"
] | machikou@icloud.com |
5a644f7f8d61901b840650813e3168f847bdee96 | d0c44dd3da2ef8c0ff835982a437946cbf4d2940 | /cmake-build-debug/programs_tiling/function14023/function14023_schedule_43/function14023_schedule_43.cpp | ba09447f5dca1084ab3af36c25fb8080569d8bc1 | [] | 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 | 726 | cpp | #include <tiramisu/tiramisu.h>
using namespace tiramisu;
int main(int argc, char **argv){
tiramisu::init("function14023_schedule_43");
constant c0("c0", 512), c1("c1", 512), c2("c2", 128);
var i0("i0", 0, c0), i1("i1", 0, c1), i2("i2", 0, c2), i01("i01"), i02("i02"), i03("i03"), i04("i04"), i05("i05"), i06("i06");
computation comp0("comp0", {i0, i1, i2}, 7 * 5);
comp0.tile(i0, i1, i2, 128, 128, 64, i01, i02, i03, i04, i05, i06);
comp0.parallelize(i01);
buffer buf0("buf0", {512, 512, 128}, p_int32, a_output);
comp0.store_in(&buf0);
tiramisu::codegen({&buf0}, "../data/programs/function14023/function14023_schedule_43/function14023_schedule_43.o");
return 0;
} | [
"ei_mekki@esi.dz"
] | ei_mekki@esi.dz |
558f1bd801a70b7c74fceb3f62a9b377c18ad626 | 2964381d9f099e9e502634ef34321666618df623 | /crm_r_loine/source/dialog/countrydialog.cpp | db4662d75bc5c996a8fb171e7b5f4fd242d74319 | [] | no_license | Gonchar64/Rline | 69c607a52af7f249ce21874473f677e4053b239d | 7807dcd9d90b556ccfd0101540b4d2efbe591b8a | refs/heads/master | 2020-12-24T17:54:33.607976 | 2013-09-04T12:47:20 | 2013-09-04T12:47:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,392 | cpp | #include "source/dialog/countrydialog.h"
#include "ui_countrydialog.h"
#include "source/core/dictionarycore.h"
CountryDialog::CountryDialog(QWidget *parent) :
QDialog(parent),
ui(new Ui::CountryDialog)
{
setWindowFlags(Qt::Drawer);
ui->setupUi(this);
connect(ui->buttonSave, SIGNAL(clicked()), this, SLOT(slotSaveDataChanged()));
connect(ui->buttonCancel, SIGNAL(clicked()), this, SLOT(close()));
connect(ui->lineEditName, SIGNAL(textEdited(QString)), this, SLOT(slotCurrentChanged()));
connect(ui->lineEditNameEng, SIGNAL(textEdited(QString)), this, SLOT(slotCurrentChanged()));
connect(ui->lineEditCityCode, SIGNAL(textEdited(QString)), this, SLOT(slotCurrentChanged()));
connect(ui->checkBoxActual, SIGNAL(clicked()), this, SLOT(slotCurrentChanged()));
updateActions();
}
CountryDialog::~CountryDialog()
{
delete ui;
}
void CountryDialog::closeEvent(QCloseEvent *)
{
CDictionaryCore::clearEditDialog(this);
}
void CountryDialog::showEvent(QShowEvent *)
{
updateActions();
}
void CountryDialog::slotSaveDataChanged()
{
emit saveDataChanged();
}
void CountryDialog::updateActions()
{
bool m_enableBtnConnect = (!ui->lineEditName->text().isEmpty() && !ui->lineEditNameEng->text().isEmpty() &&
!ui->lineEditCityCode->text().isEmpty());
ui->buttonSave->setEnabled(m_enableBtnConnect);
}
| [
"dekalo64@gmail.com"
] | dekalo64@gmail.com |
7a311d61c0d691108bd1e632dcb4c70d2d1aca5f | 403b38ba0f055c284dec18266f674fba9854d8d6 | /Source/XD_CharacterActionDispatcher/Public/Interface/XD_DA_RoleSelectionInterface.h | 180e26b46a83e7fea09476e8ed6dec882885247e | [] | no_license | Hengle/XD_CharacterActionDispatcher | 03d7abcdfc34d8bc1a98fcd65301ef73c16cab43 | 8eb6f48034de93faaf83ae33f593bb8270af17b3 | refs/heads/master | 2023-03-24T07:02:16.521841 | 2020-04-13T13:57:44 | 2020-04-13T13:57:44 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,030 | h | // Fill out your copyright notice in the Description page of Project Settings.
#pragma once
#include "CoreMinimal.h"
#include "UObject/Interface.h"
#include "Utils/XD_CharacterActionDispatcherType.h"
#include "XD_DA_RoleSelectionInterface.generated.h"
// This class does not need to be modified.
UINTERFACE(MinimalAPI)
class UXD_DA_RoleSelectionInterface : public UInterface
{
GENERATED_BODY()
};
/**
*
*/
class XD_CHARACTERACTIONDISPATCHER_API IXD_DA_RoleSelectionInterface
{
GENERATED_BODY()
// Add interface functions to this class. This is the class that will be inherited to implement this interface.
public:
UFUNCTION(BlueprintNativeEvent, Category = "行为|选择")
void ExecuteSelect(UXD_DA_RoleSelectionBase* RoleSelection, const TArray<FDA_DisplaySelection>& Selections);
virtual void ExecuteSelect_Implementation(UXD_DA_RoleSelectionBase* RoleSelection, const TArray<FDA_DisplaySelection>& Selections) {}
static void ExecuteSelect(UObject* Role, UXD_DA_RoleSelectionBase* RoleSelection, const TArray<FDA_DisplaySelection>& Selections) { IXD_DA_RoleSelectionInterface::Execute_ExecuteSelect(Role, RoleSelection, Selections); }
UFUNCTION(BlueprintNativeEvent, Category = "行为|选择")
void ExecuteAddSelects(const TArray<FDA_DisplaySelection>& Selections);
virtual void ExecuteAddSelects_Implementation(const TArray<FDA_DisplaySelection>& Selections) {}
static void ExecuteAddSelects(UObject* Role, const TArray<FDA_DisplaySelection>& Selections) { IXD_DA_RoleSelectionInterface::Execute_ExecuteAddSelects(Role, Selections); }
UFUNCTION(BlueprintNativeEvent, Category = "行为|选择")
void ExecuteAbortSelect();
virtual void ExecuteAbortSelect_Implementation() {}
static void ExecuteAbortSelect(UObject* Role) { IXD_DA_RoleSelectionInterface::Execute_ExecuteAbortSelect(Role); }
UFUNCTION(BlueprintNativeEvent, Category = "行为|选择")
void WhenSelected(const FDA_DisplaySelection& Selection);
virtual void WhenSelected_Implementation(const FDA_DisplaySelection& Selection) {}
};
| [
"450614754@qq.com"
] | 450614754@qq.com |
eb7145cf47ad70afe04e0380314e9b1ccf579235 | e7164d44058a06331c034cc17eefe1521d6c95a2 | /python-wrapper-gccxml/include.python/openmp_util.h | fbcec2950b1e07d8394131a543bc144528e18a55 | [] | no_license | chenghuige/gezi | fbc1e655396fbc365fffacc10409d35d20e3952c | 4fc8f9a3c5837e8add720bf6954a4f52abfff8b5 | refs/heads/master | 2021-01-20T01:57:18.362413 | 2016-11-08T15:34:07 | 2016-11-08T15:34:07 | 101,304,774 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 356 | h | #ifndef OPENMP_UTIL_H_
#define OPENMP_UTIL_H_
#ifdef _OPENMP
#include <omp.h>
#else
#define omp_get_thread_num() 0
#define omp_get_num_threads() 1
#define omp_get_num_procs() 1
#define omp_set_num_threads {}
#endif
#include <algorithm>
namespace gezi {
inline int get_num_threads();
inline int set_num_threads(int numThreads = 0, int reduce = 2);
}
#endif
| [
"29109317@qq.com"
] | 29109317@qq.com |
9b5aa100c7a3261c57093d96174dcef5cb269240 | 39810ed798d9391953c15333b52e7527e03d656e | /LeetCode代码待做总结和记录/贪吃蛇.cpp | eb7d2f9eea7dbee6567f5a6063af6c0d7a1aba5c | [
"MIT"
] | permissive | Jiacheng-Wei/LeetCode-code-conclusion | 889fcdfd70c469fcc83e434dc6fb23fd45faaaf4 | d882eb6286f75e6177c14a87abacad213be362db | refs/heads/master | 2020-05-02T17:36:10.807621 | 2019-04-23T13:02:38 | 2019-04-23T13:02:38 | 178,104,100 | 2 | 0 | null | null | null | null | GB18030 | C++ | false | false | 527 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <conio.h>
void Firstpage();
int main()
{
Firstpage();
//循环检测是否开始游戏
char chInput;
while (1)
{
chInput = _getch();
if (' '==chInput)
{
break;
}
}
//进入游戏界面
system("cls");//清空控制台的函数
printf("\t\t\t\tstart\n");
return 0;
}
void Firstpage()
{
printf ("\t\t\t\t欢迎来到贪吃蛇游戏\n");
printf("\t\t\t\t游戏操作上下左右键\n");
printf("\t\t\t\t请按空格键开始游戏\n");
}
| [
"982957368@qq.com"
] | 982957368@qq.com |
e92cdfd92116ee4f9c7f4f86d67b09be3556a7f5 | b53795b88ab0201e48c5dc5737e97dfd27e07b22 | /source/server/common/pool.h | a7de3734c74f359d92105ca63ac78f4069fa1027 | [] | no_license | davidkm2/globalmetin | 9cc63395974eb74b5784a1bf5e733622c7303aa4 | d1a21b549c68e311416544e03ca6218351e12d2f | refs/heads/main | 2023-05-27T08:10:08.506239 | 2021-05-24T01:57:37 | 2021-05-24T01:57:37 | 370,181,109 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 9,546 | h | #pragma once
#include <assert.h>
#include <string>
template<typename T>
class CPoolNode : public T
{
public:
CPoolNode()
{
m_pNext = NULL;
m_pPrev = NULL;
}
virtual ~CPoolNode()
{
}
public:
CPoolNode<T> * m_pNext;
CPoolNode<T> * m_pPrev;
};
template<typename T>
class CDynamicPool
{
public:
typedef CPoolNode<T> TNode;
public:
CDynamicPool()
{
Initialize();
}
virtual ~CDynamicPool()
{
assert(m_pFreeList==NULL && "CDynamicPool::~CDynamicPool() - NOT Clear");
assert(m_pUsedList==NULL && "CDynamicPool::~CDynamicPool() - NOT Clear");
Clear();
}
void Initialize()
{
m_nodes = NULL;
m_nodeCount = 0;
m_pFreeList = NULL;
m_pUsedList = NULL;
}
void SetName(const char* c_szName)
{
m_stName = c_szName;
}
DWORD GetCapacity()
{
return m_nodeCount;
}
T* Alloc()
{
TNode* pnewNode;
if (m_pFreeList)
{
pnewNode = m_pFreeList;
m_pFreeList = m_pFreeList->m_pNext;
}
else
{
pnewNode = AllocNode();
}
if (!pnewNode)
return NULL;
if (!m_pUsedList)
{
m_pUsedList = pnewNode;
m_pUsedList->m_pPrev = m_pUsedList->m_pNext = NULL;
}
else
{
m_pUsedList->m_pPrev = pnewNode;
pnewNode->m_pNext = m_pUsedList;
pnewNode->m_pPrev = NULL;
m_pUsedList = pnewNode;
}
//Tracef("%s Pool Alloc %p\n", m_stName.c_str(), pnewNode);
return (T*) pnewNode;
}
void Free(T * pdata)
{
TNode* pfreeNode = (TNode*) pdata;
if (pfreeNode == m_pUsedList)
{
if (NULL != (m_pUsedList = m_pUsedList->m_pNext))
m_pUsedList->m_pPrev = NULL;
}
else
{
if (pfreeNode->m_pNext)
pfreeNode->m_pNext->m_pPrev = pfreeNode->m_pPrev;
if (pfreeNode->m_pPrev)
pfreeNode->m_pPrev->m_pNext = pfreeNode->m_pNext;
}
pfreeNode->m_pPrev = NULL;
pfreeNode->m_pNext = m_pFreeList;
m_pFreeList = pfreeNode;
//Tracef("%s Pool Free\n", m_stName.c_str());
}
void FreeAll()
{
TNode * pcurNode;
TNode * pnextNode;
pcurNode = m_pUsedList;
while (pcurNode)
{
pnextNode = pcurNode->m_pNext;
Free(pcurNode);
pcurNode = pnextNode;
}
}
void Clear()
{
TNode* pcurNode;
TNode* pnextNode;
DWORD count = 0;
pcurNode = m_pFreeList;
while (pcurNode)
{
pnextNode = pcurNode->m_pNext;
delete pcurNode;
pcurNode = pnextNode;
++count;
}
m_pFreeList = NULL;
pcurNode = m_pUsedList;
while (pcurNode)
{
pnextNode = pcurNode->m_pNext;
delete pcurNode;
pcurNode = pnextNode;
++count;
}
m_pUsedList = NULL;
assert(count==m_nodeCount && "CDynamicPool::Clear()");
m_nodeCount=0;
}
protected:
TNode* AllocNode()
{
++m_nodeCount;
return new TNode;
}
protected:
TNode * m_nodes;
TNode * m_pFreeList;
TNode * m_pUsedList;
DWORD m_nodeCount;
std::string m_stName;
};
template<typename T>
struct PoolNode {
T* block;
PoolNode* next;
};
template<typename T>
struct PoolAllocation {
T* chunk;
size_t num_blocks;
PoolNode<T>* nodes;
};
template<typename T>
struct PoolDetail {
typedef T* PointerType;
typedef T* ArithmeticPointerType;
static PointerType Alloc(size_t num) {
return new T[num];
}
static void Free(PointerType p) {
delete[] p;
}
};
// Explicit specialization of PoolDetail for raw non-initialized memory blocks.
template<>
struct PoolDetail<void> {
typedef void* PointerType;
typedef char* ArithmeticPointerType;
static PointerType Alloc(size_t num) {
return ::malloc(num);
}
static void Free(PointerType p) {
::free(p);
}
};
// Generic grow-only pool of arrays.
// Non-void template parameter type T should provide no-arg default constructor.
template<typename T>
class ArrayPool {
public:
ArrayPool(size_t array_size, size_t initial_capacity = 0)
: free_(NULL),
array_size_(array_size),
capacity_(0),
alloc_count_(0),
alloc_index_of_last_release_(0) {
assert(array_size_ != 0);
if (initial_capacity != 0) {
Reserve(initial_capacity);
}
}
~ArrayPool() {
CleanUp();
}
// Acquires an available array from the pool.
T* Acquire() {
if (free_ == NULL) {
if (Stretch(capacity_) == false) {
return NULL;
}
}
assert(free_ != NULL);
PointerType p = free_->block;
free_ = free_->next;
return p;
}
// Releases the specified array and returns it to the pool.
void Release(T* p) {
if (p == NULL) {
return;
}
size_t index = alloc_index_of_last_release_;
for (size_t i = 0; i < alloc_count_; ++i, ++index) {
if (index >= alloc_count_) {
index = 0;
}
AllocationType& alloc = allocated_[index];
ArithmeticPointerType ptr = static_cast<ArithmeticPointerType>(p);
ArithmeticPointerType begin = static_cast<ArithmeticPointerType>(
alloc.chunk);
ArithmeticPointerType end = begin + (array_size_ * alloc.num_blocks);
if (begin <= ptr && ptr < end) {
size_t node_index = (ptr - begin) / array_size_;
NodeType* node = alloc.nodes + node_index;
assert(node->block == p);
if (node->block != p) {
break;
}
node->next = free_;
free_ = node;
alloc_index_of_last_release_ = index;
break;
}
}
}
// Requests that the capacity of the pool be enough to hold at least n arrays.
void Reserve(size_t n) {
if (n <= capacity_) {
return;
}
Stretch(n - capacity_);
}
// Frees all the memory blocks allocated by the pool.
void CleanUp() {
if (alloc_count_ == 0) {
return;
}
while (alloc_count_ != 0) {
AllocationType& alloc = allocated_[--alloc_count_];
DetailType::Free(alloc.chunk);
delete[] alloc.nodes;
}
capacity_ = 0;
free_ = NULL;
}
// Gets the size of an array in the pool.
size_t array_size() const { return array_size_; }
// Gets the current total capacity, in number of arrays, of the pool.
size_t capacity() const { return capacity_; }
private:
typedef PoolNode<T> NodeType;
typedef PoolAllocation<T> AllocationType;
typedef PoolDetail<T> DetailType;
typedef typename DetailType::PointerType PointerType;
typedef typename DetailType::ArithmeticPointerType ArithmeticPointerType;
static const size_t kMaxAllocCount = sizeof(size_t) * CHAR_BIT;
bool Stretch(size_t increment) {
if (increment == 0) {
++increment; // minimum increment 1
}
if (alloc_count_ >= kMaxAllocCount) {
return false;
}
ArithmeticPointerType p = static_cast<ArithmeticPointerType>(
DetailType::Alloc(array_size_ * increment));
assert(p != NULL);
if (p == NULL) {
return false;
}
NodeType* node = new NodeType[increment];
assert(node != NULL);
if (node == NULL) {
DetailType::Free(p);
return false;
}
AllocationType& alloc = allocated_[alloc_count_++];
alloc.chunk = p;
alloc.num_blocks = increment;
alloc.nodes = node;
NodeType* tail = free_;
NodeType** link = &free_;
for (size_t i = 0; i < increment ; ++i, ++node, p += array_size_) {
node->block = p;
*link = node;
link = &(node->next);
}
*link = tail;
capacity_ += increment;
return true;
}
NodeType* free_;
size_t array_size_;
size_t capacity_;
AllocationType allocated_[kMaxAllocCount];
size_t alloc_count_;
size_t alloc_index_of_last_release_;
// No copy
ArrayPool(const ArrayPool&);
void operator=(const ArrayPool&);
};
// Special alias for the pool of raw(non-typed) non-initialized memory blocks.
typedef ArrayPool<void> Pool;
// Variable-length memory pool backed by multiple fixed-length pools.
class MemoryPool {
public:
MemoryPool() {}
~MemoryPool() {
PoolMapType::iterator it = pools_.begin(), end = pools_.end();
for ( ; it != end; ++it) {
delete (it->second);
}
}
// Acquires a memory block of specified size from a pool.
void* Acquire(size_t size) {
Pool* pool;
PoolMapType::iterator it = pools_.find(size);
if (it != pools_.end()) {
pool = it->second;
} else {
pool = new Pool(size);
pools_.insert(PoolMapType::value_type(size, pool));
}
return pool->Acquire();
}
// Releases the specified memory block and returns it to a pool.
void Release(void* p, size_t size) {
PoolMapType::iterator it = pools_.find(size);
if (it == pools_.end()) {
return;
}
Pool* pool = it->second;
pool->Release(p);
}
private:
typedef std::unordered_map<size_t, Pool*> PoolMapType;
PoolMapType pools_;
};
// Grow-only simple object pool, relying on ctor/dtor.
template<class T> // T should provide no-arg default constructor
class ObjectPool {
public:
ObjectPool(size_t initial_capacity = 0)
: pool_(sizeof(T), initial_capacity) {}
~ObjectPool() {}
// Constructs a new object from the pool.
T* Construct() {
void* p = pool_.Acquire();
if (p == NULL) {
return NULL;
}
return new (p) T();
}
// Destroys the specified object and returns it to the pool.
void Destroy(T* p) {
if (p == NULL) {
return;
}
p->~T();
pool_.Release(p);
}
// Requests that the pool capacity be enough to hold at least n objects.
void Reserve(size_t n) {
pool_.Reserve(n);
}
private:
Pool pool_;
// No copy
ObjectPool(const ObjectPool&);
void operator=(const ObjectPool&);
};
| [
"davidkm2012@gmail.com"
] | davidkm2012@gmail.com |
bae69edd84ffa93ddc34d9c9a966d3e937828fe5 | 6c939f6c7b4d7f93b7c6e46e48ea4ee44ed06276 | /src/Util.h | d0fba41effcee576453336fbe15823c76af4bd14 | [] | no_license | pedroAdami17/GAME3001_PedroAugusto | 9f6068d49cf4932405b7e6df3d6c1ff47841278c | fe2ae770ca921714e7935140e4bf137abea43b42 | refs/heads/master | 2023-03-05T21:06:05.394236 | 2021-02-15T18:39:52 | 2021-02-15T18:39:52 | 332,556,388 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,156 | h | #pragma once
#ifndef __UTIL__
#define __UTIL__
#include "GLM/vec2.hpp"
#include "GLM/vec4.hpp"
#include "ShapeType.h"
class Util
{
public:
Util();
~Util();
static const float EPSILON;
static const float Deg2Rad;
static const float Rad2Deg;
static float sign(float value);
static float clamp(float value, float min, float max);
static glm::vec2 clamp(glm::vec2 vec, float max_lenght);
static float clamp01(float value);
static float distance(glm::vec2 vecA, glm::vec2 vecB);
static float squaredDistance(glm::vec2 vecA, glm::vec2 vecB);
static float magnitude(glm::vec2 vec);
static float squaredMagnitude(glm::vec2 vec);
static glm::vec2 limitMagnitude(glm::vec2 vector, float magnitude);
static float lerp(float a, float b, float t);
static glm::vec2 lerp(glm::vec2 p0, glm::vec2 p1, float t);
static float lerpUnclamped(float a, float b, float t);
static float lerpAngle(float a, float b, float t);
static float repeat(float t, float length);
static float RandomRange(float min, float max);
static glm::vec2 RandomRange(glm::vec2 p0, glm::vec2 p1);
static float Sanitize(float value);
static glm::vec2 min(glm::vec2 vecA, glm::vec2 vecB);
static float min(float a, float b);
static glm::vec2 max(glm::vec2 vecA, glm::vec2 vecB);
static float max(float a, float b);
static glm::vec2 negate(glm::vec2 vec);
static glm::vec2 inverse(glm::vec2 vec);
static glm::vec2 normalize(glm::vec2 vec);
static float angle(glm::vec2 from, glm::vec2 to);
static float dot(glm::vec2 lhs, glm::vec2 rhs);
static float signedAngle(glm::vec2 from, glm::vec2 to);
// debugging convenience functions
static void DrawLine(glm::vec2 start, glm::vec2 end, glm::vec4 colour = glm::vec4(0.0f, 1.0f, 0.0f, 1.0f));
static void DrawRect(glm::vec2 position, int width, int height, glm::vec4 colour = glm::vec4(0.0f, 1.0f, 0.0f, 1.0f));
static void DrawCircle(glm::vec2 centre, int radius, glm::vec4 colour = glm::vec4(0.0f, 1.0f, 0.0f, 1.0f), ShapeType type = SYMMETRICAL);
static void DrawCapsule(glm::vec2 position, int width, int height, glm::vec4 colour = glm::vec4(0.0f, 1.0f, 0.0f, 1.0f));
};
#endif /* defined (__UTIL__) */
| [
"pedroadami17@gmail.com"
] | pedroadami17@gmail.com |
20079c50b9a20902eb5af64cfda3bcb63328fa58 | b969ef7c2e6dbc7ec223ee8a87054a9c2f736658 | /sources/Renderer/Vulkan/Buffer/VKBufferArray.h | 13375cf41261aa292261e6c5bc66c16ac08bd5d4 | [
"BSD-3-Clause",
"BSD-2-Clause"
] | permissive | LukasBanana/LLGL | 186241fadbd0a3a77f3e008ca385950cce40273c | 3d3b4d708704a6b430f9240003a09faa45f8e8b8 | refs/heads/master | 2023-08-23T10:29:33.190198 | 2023-08-23T03:14:48 | 2023-08-23T03:35:03 | 62,965,106 | 1,848 | 171 | BSD-3-Clause | 2023-08-28T22:36:19 | 2016-07-09T19:10:46 | C++ | UTF-8 | C++ | false | false | 1,044 | h | /*
* VKBufferArray.h
*
* Copyright (c) 2015 Lukas Hermanns. All rights reserved.
* Licensed under the terms of the BSD 3-Clause license (see LICENSE.txt).
*/
#ifndef LLGL_VK_BUFFER_ARRAY_H
#define LLGL_VK_BUFFER_ARRAY_H
#include <LLGL/BufferArray.h>
#include "../Vulkan.h"
#include <vector>
#include <cstdint>
namespace LLGL
{
class Buffer;
class VKBufferArray final : public BufferArray
{
public:
VKBufferArray(std::uint32_t numBuffers, Buffer* const * bufferArray);
// Returns the array of buffer objects.
inline const std::vector<VkBuffer>& GetBuffers() const
{
return buffers_;
}
// Returns the array of offsets.
inline const std::vector<VkDeviceSize>& GetOffsets() const
{
return offsets_;
}
private:
std::vector<VkBuffer> buffers_;
std::vector<VkDeviceSize> offsets_;
};
} // /namespace LLGL
#endif
// ================================================================================
| [
"lukas.hermanns90@gmail.com"
] | lukas.hermanns90@gmail.com |
08135c863f15391df6942067f2127e40d1ef1988 | ba6ee36ca32d19573140863c9690b701217a6d2d | /src/main.cpp | 1ab8e8dcb17f95ca1f622400237942c67d11133a | [
"Apache-2.0"
] | permissive | pileon/rethinkmud | 3a67e77abfa2549b85464736af8ee4c0ba4dd1f7 | 2023429ace3226aaae737e8643341562d0b8b586 | refs/heads/master | 2020-06-27T20:25:53.004302 | 2016-09-26T12:25:23 | 2016-09-26T12:25:23 | 66,559,415 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,345 | cpp | #include "rethinkmud.h"
#include "net/network.h"
#include "rethinkdbxx.h"
#include <iostream>
#include <experimental/filesystem>
namespace R = RethinkDB;
using namespace rethinkmud;
namespace
{
bool run_server = true;
void signal_setup()
{
struct sigaction sa = {};
sa.sa_handler = [](int sig)
{
std::cout << std::flush;
std::clog << std::flush;
psignal(sig, "Received termination signal");
run_server = false;
};
sa.sa_flags = SA_RESTART;
sigaction(SIGINT, &sa, nullptr);
sigaction(SIGTERM, &sa, nullptr);
sigaction(SIGHUP, &sa, nullptr);
// We want to get an error when writing to a closed network connection, not a signal
sa.sa_handler = SIG_IGN;
sigaction(SIGPIPE, &sa, nullptr);
}
void init(int argc, char* argv[])
{
config::load(argc, argv);
log::init();
net::init();
signal_setup();
}
void boot()
{
net::start();
}
void stop()
{
net::stop();
}
void clean()
{
net::clean();
log::clean();
}
}
int main(int argc, char** argv)
{
init(argc, argv);
log::info() << config::get<std::string>("mud.name") << " version " << config::get<std::string>("mud.version") << " is starting up";
log::info() << "Based on RethinkMUD version " << RETHINKMUD_VERSION;
log::info() << "Administrated by " << config::get<std::string>("mud.admin.name") << " <" << config::get<std::string>("mud.admin.email") << '>';
log::debug() << "Server running pid " << getpid();
boot();
//try
//{
// auto conn = R::connect();
//
// std::cout << "Connected\n" << std::flush;
// auto databases = R::db_list().run(*conn);
// for (auto const& db : databases)
// {
// std::cout << *db.get_string() << '\n';
// }
//}
//catch (R::Error& e)
//{
// std::cerr << "Could not connect to server: " << e.message << '\n';
//}
//
//while (run_server)
//{
// pause();
//}
log::info() << "Shuting down server...";
stop();
clean();
log::info() << "All done";
return 0;
}
namespace rethinkmud
{
void shutdown()
{
run_server = false;
}
}
| [
"joachim.pileborg@lexiconitkonsult.se"
] | joachim.pileborg@lexiconitkonsult.se |
01f71050b42a48ed4fea1f1a92d8cf6ad08d7d80 | da2bbde3588e3718e383a43ba5ef5a45496f0780 | /zipf-mandelbrot.h | b68ba2bb55c7fba7f505eb111864cd3f0c47f14b | [
"BSD-2-Clause"
] | permissive | westbook1006/discreteRNG | 0a448cad44ec12c8c94dd897abf4df01a3e587bd | 62d5bda44f75122f041a04364fb766a7efd425df | refs/heads/master | 2021-05-10T10:57:58.042529 | 2015-11-18T07:02:56 | 2015-11-18T07:02:56 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,368 | h | /*
*
* Copyright (c) 2015, G.A. Kohring
* 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.
*
* 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.
*
*/
#ifndef _ZIPF_MANDELBROT_H
#define _ZIPF_MANDELBROT_H
/*
* A class for producing random integers distributed according to the
* Zipf-Mandelbrot probability mass function:
*
* p(k;N,q,s) = 1/( H(N,q,s)*(k+q)^s )
*
* where,
* H(N,q,s) = sum_(n=1)^(N) 1/(n+q)^s
*
* and, s>1, q >= 0, N > 1
*
* When q = 0 this becomes the mass function for Zipf's Law
* When N -> infinity this becomes the Hurwitz Zeta mass function
* When N -> infinity and q = 0, this becomes the Riemann Zeta mass function
*
*/
#include <cassert>
#include <cmath>
#include <cstdint>
#include <cstdio>
#include <cstdlib>
#include <functional>
#include <limits>
#include <memory>
#include <random>
#include <tr1/cmath>
#include <vector>
namespace rng {
template< template<typename> class Discrete_Dist, typename Int_Type = uint32_t >
class zipf_mandelbrot_distribution {
static_assert( std::is_integral<Int_Type>::value,
"template argument not an integral type");
private:
double s_;
uint32_t q_;
uint32_t N_;
std::vector<double> probs_;
Discrete_Dist<Int_Type>* dd_;
public:
typedef Int_Type result_type;
/**
* Creates a new zipf_mandelbrot_distribution given s, q, N
*
* p(k;N,q,s) = 1/( H(N,q,s)*(k+q)^s )
*
* where,
* H(N,q,s) = sum_(n=1)^(N) 1/(n+q)^s
*
* and, s>1, q >= 0, N > 1
*
* Only s needs to be specified. The default for q is 0.
*
* If N=0 (default) the maximum value of N realizeable with a 32 bit
* unsigned integer given the values of q and s is calculated.
*/
explicit zipf_mandelbrot_distribution( const double s,
const uint32_t q = 0,
const uint32_t N = 0 ) : s_(s),
q_(q),
N_(N),
probs_(1) {
if ( !(s_ > 1.0) ) {
fprintf( stderr, "s (%g) must be greater than 1.0.\n", s_);
abort();
}
if ( N_ < 1 ) {
double dmax = 4294967295.0;
double zeta_s = std::tr1::riemann_zeta( s_ );
N_ = static_cast<uint32_t>(
std::pow( (dmax/zeta_s ), ( 1.0/s_ ) ) );
}
probs_.resize( N_, 0 );
double p_sum = 0.0;
for ( uint32_t k = 1; k < N_+1; ++k ) {
double prob = 1.0/std::pow( static_cast<double>( k + q_ ), s_ );
p_sum += prob;
probs_[k-1] = prob;
}
double p_norm = 1.0/p_sum;
for ( uint32_t i = 0; i < N_; ++i ) {
probs_[i] *= p_norm;
}
dd_ = new Discrete_Dist<Int_Type>( probs_.begin(), probs_.end());
}
~zipf_mandelbrot_distribution() {
if ( dd_ != NULL ) {
delete dd_;
dd_ = NULL;
}
}
template<typename UniformRandomNumberGenerator>
result_type operator()( UniformRandomNumberGenerator& urng ) {
return (*dd_)( urng ) + 1 + q_;
}
void reset() {}
std::vector<double> probabilities() const {
return dd_->probabilities();
}
result_type min() const {
return result_type( 1 );
}
result_type max() const {
return static_cast<result_type>( N_ );
}
friend bool operator==( const zipf_mandelbrot_distribution& v1,
const zipf_mandelbrot_distribution& v2) {
return v1.probs_ == v2.probs_;
}
friend bool operator!=( const zipf_mandelbrot_distribution& v1,
const zipf_mandelbrot_distribution& v2) {
return !( v1.probs_ == v2.probs_ );
}
private:
};
}; // namespace rng
#endif // _ZIPF_MANDELBROT_H
| [
"gkohring@gmail.com"
] | gkohring@gmail.com |
c1c4c8f3100a431e38d8f07bd8798cbfc9876512 | 7c549f5fb023b133feece298495e0ffe62d76766 | /StatTools/bin/MakeDataCardHThTh_2016.cc | 5bf9c859e3b835b9c9b795ee07302fdd3f2a5b20 | [] | no_license | skkwan/DataCardCreator | 9d58b85414e1b3334f220af75552566ad5fe233f | 32b02b365fcac79ccbdb91cba979f15ce52e3142 | refs/heads/master | 2021-01-09T18:16:55.412733 | 2020-03-27T21:10:14 | 2020-03-27T21:10:14 | 242,404,453 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,855 | cc |
#include "DataCardCreator/StatTools/interface/DataCardCreatorHThTh_2016.h"
#include "PhysicsTools/FWLite/interface/CommandLineParser.h"
int main (int argc, char* argv[])
{
optutl::CommandLineParser parser ("Background subtraction ");
//Input Files
parser.addOption("channel",optutl::CommandLineParser::kString,"Channel ","mutau");
parser.addOption("preselection", optutl::CommandLineParser::kString,"preselection", "");
parser.addOption("trigSelection",optutl::CommandLineParser::kString,"Trigger Selection","");
parser.addOption("trigSelectionData",optutl::CommandLineParser::kString,"Trigger Selection","");
parser.addOption("signalSelection", optutl::CommandLineParser::kString, "Signal Selection", "");
parser.addOption("folder",optutl::CommandLineParser::kString,"folder","_inclusive");
//Other Options
parser.addOption("luminosity",optutl::CommandLineParser::kDouble,"Luminosity",10.);
parser.addOption("variable",optutl::CommandLineParser::kString,"Shape variable ","mass");
parser.addOption("weight",optutl::CommandLineParser::kString,"Weight for MC (Multiply Weight Factors here for efficiencies)","__WEIGHT__");
parser.addOption("min",optutl::CommandLineParser::kDouble,"Minimum value",0.);
parser.addOption("max",optutl::CommandLineParser::kDouble,"Maximum Value ",500.);
parser.addOption("bins",optutl::CommandLineParser::kInteger,"Number of Bins",50);
parser.addOption("verbose",optutl::CommandLineParser::kInteger,"verbose",0);
parser.addOption("dir",optutl::CommandLineParser::kString,"dir","../inputs/mutau");
//category options
parser.parseArguments (argc, argv);
DataCardCreatorHThTh_2016 creator(parser);
std::string inclSel = parser.stringValue("preselection");
std::string foldername = parser.stringValue("folder");
creator.makeHiggsShape(inclSel,inclSel,foldername);
creator.close();
}
| [
"skwan@princeton.edu"
] | skwan@princeton.edu |
9d53e079995e900b450046612fba2fdb9f58131e | 002bb159578b0c7c37d157c696f7c7ed44a0f846 | /decoder.cpp | 6a75821feb9e542c3624c3f768e050731dc6a8d6 | [] | no_license | gameblabla/f2bgl | 32c5ca133d086e146a741f1951d2dd47978e597c | 1d16ce143f736d2fb6fb8f78f48b316a961998dd | refs/heads/master | 2021-01-12T13:39:40.478989 | 2016-09-27T20:46:09 | 2016-09-27T20:46:09 | 69,210,556 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 644 | cpp | /*
* Fade To Black engine rewrite
* Copyright (C) 2006-2012 Gregory Montoir (cyx@users.sourceforge.net)
*/
#include "decoder.h"
void decodeLZSS(const uint8_t *src, uint8_t *dst, int decodedSize) {
while (decodedSize > 0) {
const int code = *src++;
for (int bit = 0; bit < 8 && decodedSize > 0; ++bit) {
if (code & (1 << bit)) {
*dst++ = *src++;
--decodedSize;
} else {
const int offset = (src[1] << 4) | (src[0] >> 4);
int size = (src[0] & 15) + 2;
assert(decodedSize >= size);
src += 2;
decodedSize -= size;
while (size-- != 0) {
*dst = *(dst - offset - 1);
++dst;
}
}
}
}
}
| [
"gregory.montoir@gmail.com"
] | gregory.montoir@gmail.com |
8b976ae53fe76176154d0a8be307f72e2238874b | fff9b6ca20a267498da93c8a20e7915a92b4c43a | /Passenger.cpp | 5f53ccd5deb37ba495d4f4e742d54345ecfec8cb | [] | no_license | Agent77/gtestex3 | 1aa09c613723296cc8aee63385bef5dd9d983438 | d4aebbb0dc4e81d6925c21e9042e0c0fa2500c5c | refs/heads/master | 2021-01-13T14:51:40.304034 | 2016-12-18T20:55:02 | 2016-12-18T20:55:02 | 76,492,996 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 302 | cpp | #include "Passenger.h"
#include <cstdlib>
Passenger::Passenger(Point p, Point p2) {
source = p;
dest = p2;
}
int Passenger::rateDriver() {
int rate = rand() %5;
return rate;
}
Point Passenger::getSource() {
return source;
}
Point Passenger::getDestination() {
return dest;
} | [
"nirchook@gmail.com"
] | nirchook@gmail.com |
e4f6cf910ffc28115b945e067d9a7e30dd0e249d | 35b929181f587c81ad507c24103d172d004ee911 | /SrcLib/core/fwServices/src/fwServices/factory/message/new.cpp | 7439e0344ab8ae514a446011a3e510e3a7be03de | [] | no_license | hamalawy/fw4spl | 7853aa46ed5f96660123e88d2ba8b0465bd3f58d | 680376662bf3fad54b9616d1e9d4c043d9d990df | refs/heads/master | 2021-01-10T11:33:53.571504 | 2015-07-23T08:01:59 | 2015-07-23T08:01:59 | 50,699,438 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 689 | cpp | /* ***** BEGIN LICENSE BLOCK *****
* FW4SPL - Copyright (C) IRCAD, 2009-2012.
* Distributed under the terms of the GNU Lesser General Public License (LGPL) as
* published by the Free Software Foundation.
* ****** END LICENSE BLOCK ****** */
#include "fwServices/ObjectMsg.hpp"
#include "fwServices/factory/message/new.hpp"
namespace fwServices
{
namespace factory
{
namespace message
{
::fwServices::ObjectMsg::sptr New( const ::fwServices::registry::message::KeyType & classname )
{
::fwServices::ObjectMsg::sptr obj = ::fwServices::registry::message::get()->create(classname);
return obj;
}
} // namespace message
} // namespace factory
} // namespace fwServices
| [
"fbridault@IRCAD.FR"
] | fbridault@IRCAD.FR |
03f21028209ea857692602b1d3be2e66edc49edc | c4cc0f0a2a8f15fbc54bfbbd5129393cfb36eb9e | /src/pyramidworks/collision/collisionclass.h | 090607a4e34f19e0ab433259f22c145122f79dce | [] | no_license | rfguimaraes/horus_eye | 6009d9cbaecf94ecacf24e55592e2f70255f173c | 5a41bc913fe6a75169569d6ec4ae713adc7ad842 | refs/heads/master | 2021-01-18T05:42:42.764582 | 2012-01-17T19:39:51 | 2012-01-17T19:39:51 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,200 | h | #ifndef PYRAMIDWORKS_COLLISION_COLLISIONMASK_H_
#define PYRAMIDWORKS_COLLISION_COLLISIONMASK_H_
#include <string>
#include <list>
#include <set>
namespace pyramidworks {
namespace collision {
class CollisionObject;
typedef std::list<const CollisionObject *> CollisionObjectList;
/// \class CollisionClass collisionclass.h "pyramidworks/collision/collisionclass.h"
class CollisionClass {
public:
~CollisionClass() {}
const CollisionClass* parent() const { return parent_; }
void set_parent(CollisionClass* parent) { parent_ = parent; }
const CollisionObjectList FindCollidingObjects(const CollisionObject *target) const;
void AddObject(const CollisionObject *obj);
void RemoveObject(const CollisionObject *obj);
#ifdef DEBUG
void set_name(const std::string &name) { name_ = name; }
#endif
private:
friend class CollisionManager;
CollisionClass() : parent_(NULL) {}
const CollisionClass* parent_;
std::set<const CollisionObject *> objects_;
#ifdef DEBUG
// Unnecessary, used for debugging purposes.
std::string name_;
#endif
};
} // namespace collision
} // namespace pyramidworks
#endif /* PYRAMIDWORKS_COLLISION_COLLISIONMASK_H_ */
| [
"henrique@gemignani.org"
] | henrique@gemignani.org |
509f30d096d8e2897de204f221b2b9379efefff3 | f16af0daae3d88df06fe45b57d762fe0ed0da6d6 | /INLib/inc/BCLib/framework/sysConfig.h | f42dc739345feb2199f71e59783cbbcaffee09e2 | [] | no_license | lop-dev/lop-lib | 1f15d48beca11dd7e4842b96780adecab186bea5 | ae22a29c82e31cbca53155fb0a1155569dfe2681 | refs/heads/master | 2023-06-23T09:45:43.317656 | 2021-07-25T02:11:19 | 2021-07-25T02:11:19 | 131,691,063 | 16 | 13 | null | null | null | null | UTF-8 | C++ | false | false | 1,047 | h | //////////////////////////////////////////////////////////////////////
// created: 2011/11/01
// filename: BCLib/framework/sysConfig.h
// author: League of Perfect
/// @brief
///
//////////////////////////////////////////////////////////////////////
#ifndef __BCLIB_FRAMEWORK_SYSCONFIG_H__
#define __BCLIB_FRAMEWORK_SYSCONFIG_H__
#include <BCLib/utility/io/iniFile.h>
#include <BCLib/utility/singleton.h>
#include <BCLib/framework/baseDef.h>
namespace BCLib
{
namespace Framework
{
class BCLIB_FRAMEWORK_API CSysConfig : public Utility::CIniFile
{
BCLIB_SINGLETON_DECLARE(CSysConfig);
public:
CSysConfig();
virtual ~CSysConfig();
void initMain(char* lpCmdLine);
void initMain(int argc, char* argv[]);
const std::vector<char*>& argv()
{
return m_argv;
}
protected:
private:
void _initCmd(std::vector<std::string>& cmdList);
std::vector<char*> m_argv;
char* m_cmdLine;
};
}//Framework
}//BCLib
#endif//__BCLIB_FRAMEWORK_SYSCONFIG_H__
| [
"38876514+lop-dev@users.noreply.github.com"
] | 38876514+lop-dev@users.noreply.github.com |
0d785b58e479d4d11a12fceabf4bcdcece88fa21 | 98436085acb7c3941760d180accd051087393b9c | /MagicCarpet/Player.h | bf7bf59d83d7b8ea83b24780eae00c8d38d6b1b9 | [] | no_license | keyser84/MagicCarpet-Win32 | 9f76834900ef754306e4de65c792da092fbed42a | 7187ce6853cec9dae57ceaf3ac1987f614041642 | refs/heads/master | 2020-12-25T18:19:21.467212 | 2015-06-30T16:42:30 | 2015-06-30T16:42:30 | 38,320,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,159 | h | /*
Handles a player including character, carpet, stick, control, cameras
*/
#ifndef PLAYER_H
#define PLAYER_H
#include <irrlicht.h>
#include "Carpet.h"
#include "Character.h"
#include "Stick.h"
#include "Control.h"
using namespace irr;
using namespace core;
using namespace scene;
using namespace video;
using namespace io;
using namespace gui;
class Control;
class Player
{
protected:
ISceneNode* node;
Carpet* carpet;
Character* character;
Stick* stick;
Control* control;
enum tControl {EMPTY,KEYBOARD,AI,MOUSE,WII} controlType;
f32 speed;
f32 speedMin;
f32 speedMax;
f32 acceleration;
f32 deceleration;
f32 friction;
f32 turningAngle;
f32 turningAngleMin;
f32 turningAngleMax;
f32 turningSpeed;
f32 verticalSpeed;
f32 verticalSpeedMax;
f32 rotCos;
f32 rotSin;
public:
Player(IVideoDriver* driver, ISceneManager* smgr);
void setControl(Control* control);
ISceneNode* getNode();
Carpet* getCarpet();
Character* getCharacter();
Stick* getStick();
void turn(f32 amount);
void punchLeft();
void punchRight();
void update(int rate);
};
#endif
| [
"keyser84@web.de"
] | keyser84@web.de |
1a86589e75f6156e549632ebfc0506313528f576 | 84ce46469052a18585865c060baa881cf53f3138 | /roadnode.cpp | e8a4bcca43525d0f1157619b44628a57d45e8d14 | [] | no_license | doyleman77/djikstras | 7fa58d449088258ff1cf2371bb3769b3133cde5b | d30465a095af852ff49fb56421723ea9d9c7b74d | refs/heads/master | 2021-01-25T08:42:48.749187 | 2014-07-17T23:24:22 | 2014-07-17T23:24:22 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,016 | cpp | #include "roadnode.hpp"
#include "citynode.hpp"
RoadNode::RoadNode(CityNode* theCity)
{
cityLink = theCity;
};
int RoadNode::getCityID()
{
if(cityLink != NULL)
return (cityLink->getID());
else
return -1;
};
void RoadNode::setMinutes(unsigned int mins)
{
minutes = mins;
};
unsigned int RoadNode::getMinutes()
{
return minutes;
};
void RoadNode::setDistance(unsigned int dist)
{
distance = dist;
};
unsigned int RoadNode::getDistance()
{
return distance;
};
RoadNode* RoadNode::getNextRoad()
{
return nextRoad;
};
CityNode* RoadNode::getCityLink()
{
return cityLink;
};
bool RoadNode::setCityLink(CityNode* newLink)
{
if(newLink)
{
cityLink = newLink;
std::cout << "City linked properly!" << std::endl;
return true;
}
else
{
std::cout << "Problem connecting to destination city!" << std::endl;
return false;
}
};
void RoadNode::setNextRoad(RoadNode* whichRoad)
{
nextRoad = whichRoad;
}
| [
"nathanmiller77@gmail.com"
] | nathanmiller77@gmail.com |
4b22e108c347c8110fac09e5ee28834aa8601ca0 | e835aa3afd88381b607c4ae8ab800e35146110d0 | /a015.cpp | 0616af8a4f2f655fd9337bb0b8addbd61ebd5dee | [] | no_license | Benjamin1021523/program-practice | 87588986add2e5abf535ceab486aa455bc6b59d6 | 7873103da8ff3c957c81352091586659fda871ab | refs/heads/master | 2021-03-30T17:29:49.083089 | 2017-05-21T11:10:43 | 2017-05-21T11:10:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 415 | cpp | #include<iostream>
using namespace std;
int main(){
int m,n = 0;
while(cin >> m >> n){
int a[m][n];
for(int i = 0;i < m;i++){
for(int j = 0;j < n;j++){
cin >> a[i][j];
}
}
for(int i = 0;i < n;i++){
for(int j = 0;j < m;j++){
cout << a[j][i] << " ";
}
cout << endl;
}
}
}
| [
"benjamin.30805@yahoo.com.tw"
] | benjamin.30805@yahoo.com.tw |
069f1547b0b78f190f280ce1fc8e1559017980b8 | 64e4fabf9b43b6b02b14b9df7e1751732b30ad38 | /src/chromium/gen/gen_combined/third_party/blink/renderer/core/css/properties/longhands/alignment_baseline.h | ef633118d2a1b9a6ad340bfae61a334f5563b25f | [
"BSD-3-Clause"
] | permissive | ivan-kits/skia-opengl-emscripten | 8a5ee0eab0214c84df3cd7eef37c8ba54acb045e | 79573e1ee794061bdcfd88cacdb75243eff5f6f0 | refs/heads/master | 2023-02-03T16:39:20.556706 | 2020-12-25T14:00:49 | 2020-12-25T14:00:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,796 | h | // Copyright 2016 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.
// Generated from template:
// core/css/properties/templates/css_property_subclass.h.tmpl
// and input files:
// ../../third_party/blink/renderer/core/css/computed_style_field_aliases.json5
// ../../third_party/blink/renderer/core/css/css_properties.json5
// ../../third_party/blink/renderer/core/css/properties/css_property_methods.json5
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_CSS_PROPERTIES_LONGHAND_ALIGNMENT_BASELINE_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_CSS_PROPERTIES_LONGHAND_ALIGNMENT_BASELINE_H_
#include "third_party/blink/renderer/core/css/css_identifier_value.h"
#include "third_party/blink/renderer/core/css/css_primitive_value_mappings.h"
#include "third_party/blink/renderer/core/css/css_primitive_value_mappings.h"
#include "third_party/blink/renderer/core/css/properties/longhand.h"
#include "third_party/blink/renderer/core/css/resolver/style_resolver_state.h"
#include "third_party/blink/renderer/core/style/computed_style.h"
#include "third_party/blink/renderer/core/style/svg_computed_style.h"
namespace blink {
namespace css_longhand {
// Implements the 'alignment-baseline' CSS property
// See src/third_party/blink/renderer/core/css/properties/README.md
class AlignmentBaseline final : public Longhand {
public:
constexpr AlignmentBaseline() : Longhand(CSSPropertyID::kAlignmentBaseline,
0
| kProperty
,
'\0'
) {}
const char* GetPropertyName() const override { return "alignment-baseline"; }
const WTF::AtomicString& GetPropertyNameAtomicString() const override {
DEFINE_STATIC_LOCAL(const AtomicString, name, ("alignment-baseline"));
return name;
}
const char* GetJSPropertyName() const override {
return "alignmentBaseline";
}
const CSSValue* CSSValueFromComputedStyleInternal(const ComputedStyle&, const SVGComputedStyle&, const LayoutObject*, Node*, bool allow_visited_style) const override;
// Style builder functions
void ApplyInitial(StyleResolverState& state) const override {
state.Style()->AccessSVGStyle().SetAlignmentBaseline(SVGComputedStyle::InitialAlignmentBaseline());
}
void ApplyInherit(StyleResolverState& state) const override {
state.Style()->AccessSVGStyle().SetAlignmentBaseline(state.ParentStyle()->SvgStyle().AlignmentBaseline());
}
void ApplyValue(StyleResolverState& state, const CSSValue& value) const override {
state.Style()->AccessSVGStyle().SetAlignmentBaseline(To<CSSIdentifierValue>(value).ConvertTo<blink::EAlignmentBaseline>());
}
};
} // namespace css_longhand
} // namespace blink
#endif // THIRD_PARTY_BLINK_RENDERER_CORE_CSS_PROPERTIES_LONGHAND_ALIGNMENT_BASELINE_H_
| [
"trofimov_d_a@magnit.ru"
] | trofimov_d_a@magnit.ru |
1596bb892c2185cbca0db645cbd1a23537541640 | 30c3dcdb6c8d8a3833c6f5250198ad0d4174ef07 | /serverRDA.ino | 7475e52cfdc90f7f68782ffdc0fff3da06fef10a | [] | no_license | Frojen/serverRDA | 31200b7e4c47f4df2e923e5517daff4cee839c0d | 04622f2c41788138a8ccede3d8b47e479cb2a040 | refs/heads/master | 2022-11-20T20:14:10.214961 | 2020-07-13T16:53:47 | 2020-07-13T16:53:47 | 279,360,190 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,500 | ino | #include <ESP8266WiFi.h>
#include <ESP8266mDNS.h>
#include <WiFiClient.h>
#include <ESP8266WebServer.h>
#include <WiFiUdp.h>
#include <ArduinoOTA.h>
#include "FS.h"
MDNSResponder mdns;
#ifndef STASSID
#define STASSID "onlime298"
#define STAPSK "hss298297"
#endif
const char* ssid = STASSID;
const char* password = STAPSK;
String answer;
ESP8266WebServer server(80);
String webPage = "";
String jsPage = "";
uint16_t result;
void setup() {
Serial.begin(9600);
Serial.println("Booting");
startWiFi();
Serial.println("Ready");
Serial.print("IP:");
Serial.println(WiFi.localIP());
if(!SPIFFS.begin()){
Serial.println("Error SPIFFS");
return;
}
File file = SPIFFS.open("/index.html", "r");
if(!file){
Serial.println("index error");
return;
}
while(file.available()){
webPage = webPage + (char)file.read();
}
file.close();
Serial.println("Web File - OK");
file = SPIFFS.open("/js/app.js", "r");
if(!file){
Serial.println("js error");
return;
}
while(file.available()){
jsPage = jsPage + (char)file.read();
}
file.close();
Serial.println("JS File - OK");
if (mdns.begin("esp8266", WiFi.localIP())) {
Serial.println("MDNS started");
}
server.on("/js/app.js", [](){
server.send(200, "application/javascript", jsPage);
delay(1000);
});
server.on("/", [](){
server.send(200, "text/html", webPage);
delay(1000);
});
server.on("/setRegisters", [](){
if ((server.method() == HTTP_POST) & (server.argName(0) == "registers")) {
int indexLastArguments = server.args()-1;
int indexArguments = 1;
int isSettingNotError = true;
while (indexArguments < indexLastArguments) {
if (!(setRegister(server.argName(indexArguments), server.arg(indexArguments), server.arg(indexArguments+1)))) {
isSettingNotError = false;
break;
}
indexArguments++;
indexArguments++;
}
if (isSettingNotError) {
server.send(200, "text/plain", "OK");
} else {
server.send(400, "text/plain", "Error");
}
} else {
server.send(400, "text/plain", "Error");
}
});
server.on("/getRegisters", [](){
if ((server.method() == HTTP_POST) & (server.argName(0) == "registers")) {
int indexLastArguments = server.args()-1;
int indexArguments = 1;
answer="";
int isGettingNotError = true;
if (getRegister(server.arg(indexArguments))) {
answer += server.argName(indexArguments) + "=" + String(result, DEC);
} else {
isGettingNotError = false;
}
indexArguments++;
while ((indexArguments < indexLastArguments) && (isGettingNotError)) {
if (!(getRegister(server.arg(indexArguments)))) {
isGettingNotError = false;
break;
}
answer += ", " + server.argName(indexArguments) + "=" + String(result, DEC);
indexArguments++;
}
if (isGettingNotError) {
server.send(200, "text/plain", answer);
} else {
server.send(400, "text/plain", "Error");
}
} else if ((server.method() == HTTP_POST) & (server.argName(0) == "RDS")){
if (getRDS()) {
server.send(200, "text/plain", answer);
} else {
server.send(400, "text/plain", "Error");
}
} else {
server.send(400, "text/plain", "Error");
}
});
server.onNotFound(handleNotFound);
server.begin();
Serial.println("HTTP started");
}
void loop() {
checkOTA();
server.handleClient();
}
boolean setRegister(String reg, String command, String mask){
uint8_t regSend;
uint8_t h;
uint8_t l;
char temp[1];
if (getRegister(reg)) {
result &= mask.toInt();
result |= command.toInt();
regSend = lowByte(reg.toInt());
h = highByte(result);
l = lowByte(result);
Serial.write(254);
Serial.write(regSend);
Serial.write(h);
Serial.write(l);
Serial.write(regSend&h|l);
if (Serial.readBytes(temp, 1) == 1) {
if (temp[0] == (regSend & h | l)){
return true;
}
}
}
return false;
}
boolean getRegister(String reg){
char temp[3];
uint8_t regSend;
regSend = lowByte(reg.toInt());
Serial.write(255);
Serial.write(regSend);
Serial.write(!regSend);
if (Serial.readBytes(temp, 3) == 3) {
if ((temp[0] | temp[1]) == temp[2]) {
result = temp[0];
result = result << 8;
result |= temp[1];
return true;
}
}
return false;
}
unsigned long RDSPeriod = 0;
boolean getRDS(){
char temp[8];
Serial.write(253);
Serial.write(85);
Serial.write(170);
answer = "";
RDSPeriod=millis();
while (millis()-RDSPeriod > 2500){
Serial.readBytes(temp, 8)
if ((temp[0]==temp[1]) and (temp[1]==temp[2]) and (temp[2]==temp[3]) and (temp[3]==170)){
return true;
}
result = temp[0];
result = result << 8;
result |= temp[1];
answer += String(result, DEC)+",";
result = temp[2];
result = result << 8;
result |= temp[3];
answer += String(result, DEC)+",";
result = temp[4];
result = result << 8;
result |= temp[5];
answer += String(result, DEC)+",";
result = temp[6];
result = result << 8;
result |= temp[7];
answer += String(result, DEC)+";";
}
return false;
}
void setFreq(String value){
uint16_t command;
Serial.write(254);
Serial.write(2);
Serial.write(194);
Serial.write(1);
command = (uint16_t) value.toDouble()*10;
command = (command - 870) << 6;
command = command | 0x0010;
Serial.write(254);
Serial.write(3);
Serial.write(highByte(command));
Serial.write(lowByte(command));
}
void startWiFi(){
WiFi.mode(WIFI_STA);
WiFi.begin(ssid, password);
while (WiFi.waitForConnectResult() != WL_CONNECTED) {
Serial.println("Fail...");
Serial.println("Reboot...");
delay(5000);
ESP.restart();
}
startOTA();
}
void startOTA() {
ArduinoOTA.onStart([]() {
String type;
if (ArduinoOTA.getCommand() == U_FLASH) {
type = "sketch";
} else { // U_FS
type = "filesystem";
}
// NOTE: if updating FS this would be the place to unmount FS using FS.end()
Serial.println("Start updating " + type);
});
ArduinoOTA.onEnd([]() {
Serial.println("\nEnd");
});
// ArduinoOTA.onProgress([](unsigned int progress, unsigned int total) {
// Serial.println("Progress: " + (progress / (total / 100)));
// });
ArduinoOTA.onError([](ota_error_t error) {
Serial.println("Error: " + error);
if (error == OTA_AUTH_ERROR) {
Serial.println("Auth Failed");
} else if (error == OTA_BEGIN_ERROR) {
Serial.println("Begin Failed");
} else if (error == OTA_CONNECT_ERROR) {
Serial.println("Connect Failed");
} else if (error == OTA_RECEIVE_ERROR) {
Serial.println("Receive Failed");
} else if (error == OTA_END_ERROR) {
Serial.println("End Failed");
}
});
ArduinoOTA.begin();
}
void checkOTA(){
ArduinoOTA.handle();
}
void handleNotFound() {
String message = "File Not Found\n\n";
message += "URI: ";
message += server.uri();
message += "\nMethod: ";
message += (server.method() == HTTP_GET) ? "GET" : "POST";
message += "\nArguments: ";
message += server.args();
message += "\n";
for (uint8_t i = 0; i < server.args(); i++) {
message += " " + server.argName(i) + ": " + server.arg(i) + "\n";
}
server.send(404, "text/plain", message);
}
| [
"k0stya2007@yandex.ru"
] | k0stya2007@yandex.ru |
41b008b67b9e2ef899f768be1fb71b1e4510a751 | 5470644b5f0834b9646649da365c96101a2f9b2a | /Sources/Elastos/Frameworks/Droid/Base/Core/src/bluetooth/BluetoothPan.cpp | 30439a3597b8e518d29e35bc93f0625dafcc69c0 | [] | no_license | dothithuy/ElastosRDK5_0 | 42372da3c749170581b5ee9b3884f4a27ae81608 | 2cf231e9f09f8b3b8bcacb11080b4a87d047833f | refs/heads/master | 2021-05-13T15:02:22.363934 | 2015-05-25T01:54:38 | 2015-05-25T01:54:38 | 116,755,452 | 1 | 0 | null | 2018-01-09T02:33:06 | 2018-01-09T02:33:06 | null | UTF-8 | C++ | false | false | 9,725 | cpp |
#include "BluetoothPan.h"
#include "CBluetoothAdapter.h"
#include "CBluetoothPanStateChangeCallback.h"
#include "content/CIntent.h"
#include <elastos/Logger.h>
using Elastos::Utility::Logging::Logger;
using Elastos::Droid::Content::EIID_IServiceConnection;
using Elastos::Droid::Content::IIntent;
using Elastos::Droid::Content::CIntent;
namespace Elastos {
namespace Droid {
namespace Bluetooth {
//====================================================
// BluetoothPan::ServiceConnection
//====================================================
BluetoothPan::ServiceConnection::ServiceConnection(
/* [in] */ BluetoothPan* host)
: mHost(host)
{}
CAR_INTERFACE_IMPL(BluetoothPan::ServiceConnection, IServiceConnection)
ECode BluetoothPan::ServiceConnection::OnServiceConnected(
/* [in] */ IComponentName* name,
/* [in] */ IBinder* service)
{
if (DBG) Logger::D(TAG, "BluetoothPAN Proxy object connected");
mHost->mPanService = IIBluetoothPan::Probe(service);
if (mHost->mServiceListener != NULL) {
mHost->mServiceListener->OnServiceConnected(IBluetoothProfile::PAN, (IBluetoothProfile*)mHost);
}
return NOERROR;
}
ECode BluetoothPan::ServiceConnection::OnServiceDisconnected(
/* [in] */ IComponentName* name)
{
if (DBG) Logger::D(TAG, "BluetoothPAN Proxy object disconnected");
mHost->mPanService = NULL;
if (mHost->mServiceListener != NULL) {
mHost->mServiceListener->OnServiceDisconnected(IBluetoothProfile::PAN);
}
return NOERROR;
}
//====================================================
// BluetoothPan
//====================================================
const String BluetoothPan::TAG("BluetoothPan");
const Boolean BluetoothPan::DBG = TRUE;
const Boolean BluetoothPan::VDBG = FALSE;
const String BluetoothPan::ACTION_CONNECTION_STATE_CHANGED("android.bluetooth.pan.profile.action.CONNECTION_STATE_CHANGED");
const String BluetoothPan::EXTRA_LOCAL_ROLE("android.bluetooth.pan.extra.LOCAL_ROLE");
const Int32 BluetoothPan::PAN_ROLE_NONE;
const Int32 BluetoothPan::LOCAL_NAP_ROLE;
const Int32 BluetoothPan::REMOTE_NAP_ROLE;
const Int32 BluetoothPan::LOCAL_PANU_ROLE;
const Int32 BluetoothPan::REMOTE_PANU_ROLE;
const Int32 BluetoothPan::PAN_DISCONNECT_FAILED_NOT_CONNECTED;
const Int32 BluetoothPan::PAN_CONNECT_FAILED_ALREADY_CONNECTED;
const Int32 BluetoothPan::PAN_CONNECT_FAILED_ATTEMPT_FAILED;
const Int32 BluetoothPan::PAN_OPERATION_GENERIC_FAILURE;
const Int32 BluetoothPan::PAN_OPERATION_SUCCESS;
BluetoothPan::BluetoothPan(
/* [in] */ IContext* context,
/* [in] */ IBluetoothProfileServiceListener* listener)
: mContext(context)
, mServiceListener(listener)
{
CBluetoothPanStateChangeCallback::New(this, (IIBluetoothStateChangeCallback**)&mStateChangeCallback);
mConnection = new ServiceConnection(this);
mAdapter = CBluetoothAdapter::GetDefaultAdapter();
if(mAdapter != NULL){
AutoPtr<IIBluetoothManager> mgr = ((CBluetoothAdapter*)mAdapter.Get())->GetBluetoothManager();
if (mgr != NULL) {
// try {
ECode ec = mgr->RegisterStateChangeCallback(mStateChangeCallback);
if (FAILED(ec)) {
Logger::W(TAG, "Unable to register BluetoothStateChangeCallback, 0x%08x", ec);
}
// } catch (RemoteException re) {
// Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
// }
}
Logger::D(TAG, "BluetoothPan() call bindService");
AutoPtr<IIntent> intent;
CIntent::New(String("IBluetoothPan")/*IBluetoothPan.class.getName()*/, (IIntent**)&intent);
Boolean result;
if (context->BindService(intent, mConnection, 0, &result), !result) {
Logger::E(TAG, "Could not bind to Bluetooth HID Service");
}
Logger::D(TAG, "BluetoothPan(), bindService called");
}
}
CAR_INTERFACE_IMPL(BluetoothPan, IBluetoothProfile)
ECode BluetoothPan::Close()
{
if (VDBG) {
Logger::D(TAG, "close()");
}
if (mConnection != NULL) {
mContext->UnbindService(mConnection);
mConnection = NULL;
}
mServiceListener = NULL;
if (mAdapter != NULL) {
// try {
ECode ec = ((CBluetoothAdapter*)mAdapter.Get())->GetBluetoothManager()->UnregisterStateChangeCallback(mStateChangeCallback);
if (FAILED(ec)) {
Logger::W(TAG, "Unable to register BluetoothStateChangeCallback 0x%08x", ec);
}
// } catch (RemoteException re) {
// Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
// }
}
return NOERROR;
}
BluetoothPan::~BluetoothPan()
{
Close();
}
ECode BluetoothPan::Connect(
/* [in] */ IBluetoothDevice* device,
/* [out] */ Boolean* result)
{
VALIDATE_NOT_NULL(result)
*result = FALSE;
if (DBG) {
String str;
IObject::Probe(device)->ToString(&str);
Logger::D(TAG, "connect(%s)", str.string());
}
if (mPanService != NULL && IsEnabled() && IsValidDevice(device)) {
// try {
return mPanService->Connect(device, result);
// } catch (RemoteException e) {
// Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
// return false;
// }
}
if (mPanService == NULL) {
Logger::W(TAG, "Proxy not attached to service");
}
return NOERROR;
}
ECode BluetoothPan::Disconnect(
/* [in] */ IBluetoothDevice* device,
/* [out] */ Boolean* result)
{
VALIDATE_NOT_NULL(result)
*result = FALSE;
if (DBG) {
String str;
IObject::Probe(device)->ToString(&str);
Logger::D(TAG, "disconnect(%s)", str.string());
}
if (mPanService != NULL && IsEnabled() && IsValidDevice(device)) {
// try {
return mPanService->Disconnect(device, result);
// } catch (RemoteException e) {
// Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
// return false;
// }
}
if (mPanService == NULL) {
Logger::W(TAG, "Proxy not attached to service");
}
return NOERROR;
}
ECode BluetoothPan::GetConnectedDevices(
/* [out, callee] */ ArrayOf<IBluetoothDevice*>** devices)
{
VALIDATE_NOT_NULL(devices)
*devices = NULL;
if (VDBG) Logger::D(TAG, "getConnectedDevices()");
if (mPanService != NULL && IsEnabled()) {
// try {
return mPanService->GetConnectedDevices(devices);
// } catch (RemoteException e) {
// Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
// return new ArrayList<BluetoothDevice>();
// }
}
if (mPanService == NULL) Logger::W(TAG, "Proxy not attached to service");
*devices = ArrayOf<IBluetoothDevice*>::Alloc(0);
ARRAYOF_ADDREF(*devices)
return NOERROR;
}
ECode BluetoothPan::GetDevicesMatchingConnectionStates(
/* [in] */ ArrayOf<Int32>* states,
/* [out, callee] */ ArrayOf<IBluetoothDevice *>** devices)
{
VALIDATE_NOT_NULL(devices)
*devices = NULL;
if (VDBG) Logger::D(TAG, "getDevicesMatchingStates()");
if (mPanService != NULL && IsEnabled()) {
// try {
return mPanService->GetDevicesMatchingConnectionStates(states, devices);
// } catch (RemoteException e) {
// Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
// return new ArrayList<BluetoothDevice>();
// }
}
if (mPanService == NULL) Logger::W(TAG, "Proxy not attached to service");
*devices = ArrayOf<IBluetoothDevice*>::Alloc(0);
ARRAYOF_ADDREF(*devices)
return NOERROR;
}
ECode BluetoothPan::GetConnectionState(
/* [in] */ IBluetoothDevice* device,
/* [out] */ Int32* state)
{
VALIDATE_NOT_NULL(state)
*state = IBluetoothProfile::STATE_DISCONNECTED;
if (VDBG) {
String str;
IObject::Probe(device)->ToString(&str);
Logger::D(TAG, "getState(%s)", str.string());
}
if (mPanService != NULL && IsEnabled() && IsValidDevice(device)) {
// try {
return mPanService->GetConnectionState(device, state);
// } catch (RemoteException e) {
// Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
// return BluetoothProfile.STATE_DISCONNECTED;
// }
}
if (mPanService == NULL) {
Logger::W(TAG, "Proxy not attached to service");
}
return NOERROR;
}
ECode BluetoothPan::SetBluetoothTethering(
/* [in] */ Boolean value)
{
if (DBG) {
Logger::D(TAG, "setBluetoothTethering(%d)", value);
}
// try {
return mPanService->SetBluetoothTethering(value);
// } catch (RemoteException e) {
// Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
// }
}
ECode BluetoothPan::IsTetheringOn(
/* [out] */ Boolean* isTetheringOn)
{
VALIDATE_NOT_NULL(isTetheringOn)
*isTetheringOn = FALSE;
if (VDBG) Logger::D(TAG, "isTetheringOn()");
// try {
return mPanService->IsTetheringOn(isTetheringOn);
// } catch (RemoteException e) {
// Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
// }
}
Boolean BluetoothPan::IsEnabled()
{
if (mAdapter != NULL){
Int32 state;
if (mAdapter->GetState(&state), state == IBluetoothAdapter::STATE_ON) {
return TRUE;
}
}
return FALSE;
}
Boolean BluetoothPan::IsValidDevice(
/* [in] */ IBluetoothDevice* device)
{
if (device == NULL) {
return FALSE;
}
String address;
device->GetAddress(&address);
if (CBluetoothAdapter::CheckBluetoothAddress(address)) {
return TRUE;
}
return FALSE;
}
} // Bluetooth
} // Droid
} // Elastos
| [
"chen.yunzhi@kortide.com"
] | chen.yunzhi@kortide.com |
81ff962d14f0d027415c37b87a9c4f700b25521b | c1582da0f3c1d762f6c78e613dfced5176bbfc83 | /Algorithms/p300_Longest_Increasing_Subsequence/p300_Longest_Increasing_Subsequence_2.cpp | 9b3b203fcf7b7e481d8114260e27f24fa0130bce | [] | no_license | lbingbing/leetcode | 08a90a4c018210a1f0182b5ef2ab55942d57da48 | f6019c6a04f6923e4ec3bb156c9ad80e6545c127 | refs/heads/master | 2020-05-21T16:30:06.582401 | 2016-12-15T06:44:49 | 2016-12-15T06:44:49 | 65,279,977 | 0 | 0 | null | 2016-08-27T04:19:27 | 2016-08-09T09:02:55 | Python | UTF-8 | C++ | false | false | 790 | cpp | class Solution {
public:
int lengthOfLIS(vector<int>& nums) {
if(nums.empty()) return 0;
int n = nums.size();
vector<int> table(n);
table[0] = nums[0];
int size = 1;
for(int i=1;i<n;++i){
/*
int l = 0;
int r = size;
while(l<r){
int mid = (l+r)/2;
if(table[mid]<nums[i]){
l = mid+1;
}else{
r = mid;
}
}
table[l] = nums[i];
if(l==size) ++size;
*/
int j = lower_bound(table.begin(),table.begin()+size,nums[i])-table.begin();
table[j] = nums[i];
if(j==size) ++size;
}
return size;
}
};
| [
"lbingbing@users.noreply.github.com"
] | lbingbing@users.noreply.github.com |
2192508e507b142f484b18c75a4b78038d71d2da | 0ac6b122646785df4c6b93952871a0bd5f551764 | /src/Ast/NotEqualCondition.hpp | cc21aa653a1f6fc95ad36b5773bcfd9ba54218bc | [
"MIT"
] | permissive | JCube001/pl0 | 6290be7808e5923babc9e0985d9367a923c68a4f | a6ce723ffc7f639ab64d1a06946990fb6ec295d5 | refs/heads/master | 2020-12-04T06:40:55.385104 | 2020-01-26T00:48:41 | 2020-01-26T00:48:41 | 231,661,912 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 366 | hpp | #ifndef PL0_AST_NOT_EQUAL_CONDITION_HPP
#define PL0_AST_NOT_EQUAL_CONDITION_HPP
#include "Ast/BinaryCondition.hpp"
namespace PL0 {
namespace Ast {
struct NotEqualCondition final : public BinaryCondition
{
void accept(Visitor& visitor) override
{ visitor.visit(*this); }
};
} // namespace Ast
} // namespace PL0
#endif // PL0_AST_NOT_EQUAL_CONDITION_HPP
| [
"jacobm117@gmail.com"
] | jacobm117@gmail.com |
8a7b22daf67664247fe6ffd760642921502a8cde | b367fe5f0c2c50846b002b59472c50453e1629bc | /xbox_leak_may_2020/xbox trunk/xbox/private/online/tools/onlineaccounts2/inc/onlineaccounts2.h | d486c1e5d00c7d53e31ae51ed6f47ba80d2c638c | [] | no_license | sgzwiz/xbox_leak_may_2020 | 11b441502a659c8da8a1aa199f89f6236dd59325 | fd00b4b3b2abb1ea6ef9ac64b755419741a3af00 | refs/heads/master | 2022-12-23T16:14:54.706755 | 2020-09-27T18:24:48 | 2020-09-27T18:24:48 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,716 | h | ///////////////////////////////////////////////////////////////////////////////
//
// Name: OnlineAccounts.h
//
// Author: Dan Rosenstein (danrose)
//
// Description: the functions to muck with account status
//
///////////////////////////////////////////////////////////////////////////////
#pragma once
#ifdef _XBOX
#include <xtl.h>
#else
#include <windows.h>
#include <xbox.h>
#include <winsockx.h>
#include <winsockp.h>
#endif
#include <xdbg.h>
#include <xonlinep.h>
#include <stdio.h>
#include <stdlib.h>
//
// how long should wait's wait
//
static const DWORD ONLINE_ACCOUNT_WAIT_INTERVAL = 30000;
//
// set up for cross compilation with windows and xbox
//
#ifndef _XBOX
class COnlineAccounts : public CXOnline
{
#else
class COnlineAccounts
{
#endif
protected:
COnlineAccounts( LPSTR szName = NULL );
public:
XONLINETASK_HANDLE m_hTask;
//
// destrcutor
//
~COnlineAccounts( void ) { }
//
// Get N random user accounts, put them on the hard drive
//
HRESULT
PopulateUserAccountsHD( PXONLINEP_USER aUsers, DWORD dwNumAccounts, BOOL bRemoveUsers = TRUE );
//
// Populate an MU with an account
//
HRESULT
PopulateUserAccountsMU( CHAR chDrive, PXONLINEP_USER pUser );
//
// get the users and put them into an array
//
HRESULT
GetUsers( PXONLINEP_USER aUsers, DWORD dwNumAccounts );
//
// quickly logon to the service
//
HRESULT
QuickLogonStart( void );
//
// quickly logoff the service
//
HRESULT
QuickLogonFinish( void );
//
// generate a user name
//
HRESULT
GenerateUserName( CHAR szName[XONLINE_NAME_SIZE] );
//
// generate a user account
//
HRESULT
GenerateUserAccount( PXONLINEP_USER pUser );
};
//
// modify a machine account
//
//HRESULT
//ModifyMachineAccount( ULONGLONG ullId, LPSTR szName, LPSTR szPassword );
//
// verify the data in a machine account is what the user thinks...
//
//BOOL
//VerifyMachineAccount( ULONGLONG ullId, LPSTR szName, LPSTR szPassword );
//
// create an account
//
//HRESULT CreateMachineAccount( void );
//
// remove a machine account
//
//HRESULT RemoveMachineAccount( void );
//
// validate a machine account
//
//HRESULT ValidateMachineAccount( void );
//
// update the eeprom with devkit data
//
//HRESULT WriteEEPROMDevkitData( void );
//
// See if old Machine Account exists
//
//BOOL HasOldMachineAccount( void );
//
// see if old user accounts exist
//
//BOOL HasOldUserAccounts( void );
//
// read a line of user data from an ini file
//
//HRESULT
//ReadUserData( FILE* pIniFile, PXONLINEP_USER pUser );
| [
"benjamin.barratt@icloud.com"
] | benjamin.barratt@icloud.com |
7e94eef2876fb74393a348af18da362addefcabd | 0e03bf9e339c0338c32189d2d888c1a467844d39 | /Shapes.7/Shapes.7/Shapes.7Dlg.cpp | fbb25fcc897b7269d0e1182ef403c6a772b1e9eb | [] | no_license | hellawarrior/Shapes.7 | ceb3f5e5695f863efef3f0d92b199ad09bfb8765 | 16bf5824c3cd101b353410fed5164f1d4798c195 | refs/heads/main | 2023-04-16T13:28:04.788071 | 2021-04-25T22:57:24 | 2021-04-25T22:57:24 | 361,556,682 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,030 | cpp |
// Shapes.7Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "Shapes.7.h"
#include "Shapes.7Dlg.h"
#include "afxdialogex.h"
#include "pShapes.h" // from lab 11
#include <sstream> // for ostringstream
#include <iostream>
#include <vector>
#include <string>
using namespace std;
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CAboutDlg dialog used for App About
class CAboutDlg : public CDialogEx
{
public:
CAboutDlg();
// Dialog Data
#ifdef AFX_DESIGN_TIME
enum { IDD = IDD_ABOUTBOX };
#endif
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
// Implementation
protected:
DECLARE_MESSAGE_MAP()
};
CAboutDlg::CAboutDlg() : CDialogEx(IDD_ABOUTBOX)
{
}
void CAboutDlg::DoDataExchange(CDataExchange* pDX)
{
CDialogEx::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(CAboutDlg, CDialogEx)
END_MESSAGE_MAP()
// CShapes7Dlg dialog
CShapes7Dlg::CShapes7Dlg(CWnd* pParent /*=nullptr*/)
: CDialogEx(IDD_SHAPES7_DIALOG, pParent)
{
m_hIcon = AfxGetApp()->LoadIcon(IDR_MAINFRAME);
}
void CShapes7Dlg::DoDataExchange(CDataExchange* pDX)
{
CDialogEx::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(CShapes7Dlg, CDialogEx)
ON_WM_SYSCOMMAND()
ON_WM_PAINT()
ON_WM_QUERYDRAGICON()
ON_BN_CLICKED(IDOK, &CShapes7Dlg::OnBnClickedOk)
ON_CBN_SELCHANGE(IDC_COMBO1, &CShapes7Dlg::OnCbnSelchangeCombo1)
END_MESSAGE_MAP()
// CShapes7Dlg message handlers
BOOL CShapes7Dlg::OnInitDialog()
{
CDialogEx::OnInitDialog();
// Add "About..." menu item to system menu.
// IDM_ABOUTBOX must be in the system command range.
ASSERT((IDM_ABOUTBOX & 0xFFF0) == IDM_ABOUTBOX);
ASSERT(IDM_ABOUTBOX < 0xF000);
CMenu* pSysMenu = GetSystemMenu(FALSE);
if (pSysMenu != nullptr)
{
BOOL bNameValid;
CString strAboutMenu;
bNameValid = strAboutMenu.LoadString(IDS_ABOUTBOX);
ASSERT(bNameValid);
if (!strAboutMenu.IsEmpty())
{
pSysMenu->AppendMenu(MF_SEPARATOR);
pSysMenu->AppendMenu(MF_STRING, IDM_ABOUTBOX, strAboutMenu);
}
}
// Set the icon for this dialog. The framework does this automatically
// when the application's main window is not a dialog
SetIcon(m_hIcon, TRUE); // Set big icon
SetIcon(m_hIcon, FALSE); // Set small icon
// TODO: Add extra initialization here
// options for combo box
CComboBox* pCombo = (CComboBox*)GetDlgItem(IDC_COMBO1);
pCombo->InsertString(0, _T("Square"));
pCombo->InsertString(1, _T("Cube"));
pCombo->InsertString(2, _T("Rectangle"));
pCombo->InsertString(3, _T("Box"));
pCombo->InsertString(4, _T("Triangle"));
pCombo->InsertString(5, _T("Prism"));
pCombo->InsertString(6, _T("Circle"));
pCombo->InsertString(7, _T("Cylinder"));
pCombo->SetCurSel(-1); // or -1 for unselected
CEdit* pEdit1 = (CEdit*)GetDlgItem(IDC_EDIT1);
CEdit* pEdit2 = (CEdit*)GetDlgItem(IDC_EDIT2);
CEdit* pEdit3 = (CEdit*)GetDlgItem(IDC_EDIT3);
CEdit* pEdit4 = (CEdit*)GetDlgItem(IDC_EDIT4);
CEdit* pEdit5sh = (CEdit*)GetDlgItem(IDC_OUTPUT5);
CEdit* pEdit6sh = (CEdit*)GetDlgItem(IDC_OUTPUT6);
CEdit* pEdit7sh = (CEdit*)GetDlgItem(IDC_OUTPUT7);
CEdit* pEdit9sh = (CEdit*)GetDlgItem(IDC_RESULT9);
// hide all input/output edit control when the app start
pEdit1->ShowWindow(SW_HIDE);
pEdit2->ShowWindow(SW_HIDE);
pEdit3->ShowWindow(SW_HIDE);
pEdit4->ShowWindow(SW_HIDE);
pEdit5sh->ShowWindow(SW_HIDE);
pEdit6sh->ShowWindow(SW_HIDE);
pEdit7sh->ShowWindow(SW_HIDE);
pEdit9sh->ShowWindow(SW_HIDE);
// Picture control setup
CStatic* pPicture = (CStatic*)GetDlgItem(IDC_STATIC);
pPicture->ModifyStyle(0xF, SS_BITMAP, SWP_NOSIZE);
HBITMAP hb = (HBITMAP)::LoadImage(AfxGetInstanceHandle(),
MAKEINTRESOURCE(IDB_BITMAP1), IMAGE_BITMAP, 0, 0, LR_CREATEDIBSECTION);
pPicture->SetBitmap(hb);
return TRUE; // return TRUE unless you set the focus to a control
}
void CShapes7Dlg::OnSysCommand(UINT nID, LPARAM lParam)
{
if ((nID & 0xFFF0) == IDM_ABOUTBOX)
{
CAboutDlg dlgAbout;
dlgAbout.DoModal();
}
else
{
CDialogEx::OnSysCommand(nID, lParam);
}
}
// If you add a minimize button to your dialog, you will need the code below
// to draw the icon. For MFC applications using the document/view model,
// this is automatically done for you by the framework.
void CShapes7Dlg::OnPaint()
{
if (IsIconic())
{
CPaintDC dc(this); // device context for painting
SendMessage(WM_ICONERASEBKGND, reinterpret_cast<WPARAM>(dc.GetSafeHdc()), 0);
// Center icon in client rectangle
int cxIcon = GetSystemMetrics(SM_CXICON);
int cyIcon = GetSystemMetrics(SM_CYICON);
CRect rect;
GetClientRect(&rect);
int x = (rect.Width() - cxIcon + 1) / 2;
int y = (rect.Height() - cyIcon + 1) / 2;
// Draw the icon
dc.DrawIcon(x, y, m_hIcon);
}
else
{
CDialogEx::OnPaint();
}
}
// The system calls this function to obtain the cursor to display while the user drags
// the minimized window.
HCURSOR CShapes7Dlg::OnQueryDragIcon()
{
return static_cast<HCURSOR>(m_hIcon);
}
void CShapes7Dlg::OnBnClickedOk()
{
// TODO: Add your control notification handler code here
CEdit* pEdit4 = (CEdit*)GetDlgItem(IDC_EDIT4);
CEdit* pEdit9sh = (CEdit*)GetDlgItem(IDC_RESULT9);
CEdit* pEdit9 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_RESULT9));
// show the output window when click calc
pEdit9sh->ShowWindow(SW_SHOW);
pEdit9->SetWindowText(CString(_T("Result:")));
pEdit4->ShowWindow(SW_SHOW);
// know which specific function should be called from combo box
CComboBox* pCombo = (CComboBox*)GetDlgItem(IDC_COMBO1);
int n = pCombo->GetCurSel(); // 0 for first item...
// call the specific function when click calc
if (n == 0) // Square
calcSquare();
if (n == 1) // Cube
calcCube();
if (n == 2) // Rectangle
calcRectangle();
if (n == 3) // Box
calcBox();
if (n == 4) // Triangle
calcTriangle();
if (n == 5) // Prism
calcPrism();
if (n == 6) // Circle
calcCircle();
if (n == 7) // Cylinder
calcCylinder();
}
void CShapes7Dlg::OnCbnSelchangeCombo1()
{
// TODO: Add your control notification handler code here
CComboBox* pCombo = (CComboBox*)GetDlgItem(IDC_COMBO1);
int n = pCombo->GetCurSel(); // 0 for first item...
// for the output of labels
CEdit* pEdit5 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_OUTPUT5));
CEdit* pEdit6 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_OUTPUT6));
CEdit* pEdit7 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_OUTPUT7));
// labels
string side = "Side:";
string length = "Length:";
string width = "Width:";
string height = "Height:";
string radius = "Radius:";
CEdit* pEdit1 = (CEdit*)GetDlgItem(IDC_EDIT1);
CEdit* pEdit2 = (CEdit*)GetDlgItem(IDC_EDIT2);
CEdit* pEdit3 = (CEdit*)GetDlgItem(IDC_EDIT3);
CEdit* pEdit4 = (CEdit*)GetDlgItem(IDC_EDIT4);
CEdit* pEdit5sh = (CEdit*)GetDlgItem(IDC_OUTPUT5);
CEdit* pEdit6sh = (CEdit*)GetDlgItem(IDC_OUTPUT6);
CEdit* pEdit7sh = (CEdit*)GetDlgItem(IDC_OUTPUT7);
if (n == 0) // Square
{
// show the input window
pEdit1->ShowWindow(SW_SHOW);
pEdit2->ShowWindow(SW_HIDE);
pEdit3->ShowWindow(SW_HIDE);
// show the label
pEdit5sh->ShowWindow(SW_SHOW);
pEdit6sh->ShowWindow(SW_HIDE);
pEdit7sh->ShowWindow(SW_HIDE);
pEdit5->SetWindowText(CString(side.c_str()));
}
if (n == 1) // Cube
{
pEdit1->ShowWindow(SW_SHOW);
pEdit2->ShowWindow(SW_HIDE);
pEdit3->ShowWindow(SW_HIDE);
pEdit5sh->ShowWindow(SW_SHOW);
pEdit6sh->ShowWindow(SW_HIDE);
pEdit7sh->ShowWindow(SW_HIDE);
pEdit5->SetWindowText(CString(side.c_str()));
}
if (n == 2) // Rectangle
{
pEdit1->ShowWindow(SW_SHOW);
pEdit2->ShowWindow(SW_SHOW);
pEdit3->ShowWindow(SW_HIDE);
pEdit5sh->ShowWindow(SW_SHOW);
pEdit6sh->ShowWindow(SW_SHOW);
pEdit7sh->ShowWindow(SW_HIDE);
pEdit5->SetWindowText(CString(length.c_str()));
pEdit6->SetWindowText(CString(width.c_str()));
}
if (n == 3) // Box
{
pEdit1->ShowWindow(SW_SHOW);
pEdit2->ShowWindow(SW_SHOW);
pEdit3->ShowWindow(SW_SHOW);
pEdit5sh->ShowWindow(SW_SHOW);
pEdit6sh->ShowWindow(SW_SHOW);
pEdit7sh->ShowWindow(SW_SHOW);
pEdit5->SetWindowText(CString(length.c_str()));
pEdit6->SetWindowText(CString(width.c_str()));
pEdit7->SetWindowText(CString(height.c_str()));
}
if (n == 4) // Triangle
{
pEdit1->ShowWindow(SW_SHOW);
pEdit2->ShowWindow(SW_HIDE);
pEdit3->ShowWindow(SW_HIDE);
pEdit5sh->ShowWindow(SW_SHOW);
pEdit6sh->ShowWindow(SW_HIDE);
pEdit7sh->ShowWindow(SW_HIDE);
pEdit5->SetWindowText(CString(side.c_str()));
}
if (n == 5) // Prism
{
pEdit1->ShowWindow(SW_SHOW);
pEdit2->ShowWindow(SW_SHOW);
pEdit3->ShowWindow(SW_HIDE);
pEdit5sh->ShowWindow(SW_SHOW);
pEdit6sh->ShowWindow(SW_SHOW);
pEdit7sh->ShowWindow(SW_HIDE);
pEdit5->SetWindowText(CString(side.c_str()));
pEdit6->SetWindowText(CString(height.c_str()));
}
if (n == 6) // Circle
{
pEdit1->ShowWindow(SW_SHOW);
pEdit2->ShowWindow(SW_HIDE);
pEdit3->ShowWindow(SW_HIDE);
pEdit5sh->ShowWindow(SW_SHOW);
pEdit6sh->ShowWindow(SW_HIDE);
pEdit7sh->ShowWindow(SW_HIDE);
pEdit5->SetWindowText(CString(radius.c_str()));
}
if (n == 7) // Cylinder
{
pEdit1->ShowWindow(SW_SHOW);
pEdit2->ShowWindow(SW_SHOW);
pEdit3->ShowWindow(SW_HIDE);
pEdit5sh->ShowWindow(SW_SHOW);
pEdit6sh->ShowWindow(SW_SHOW);
pEdit7sh->ShowWindow(SW_HIDE);
pEdit5->SetWindowText(CString(radius.c_str()));
pEdit6->SetWindowText(CString(height.c_str()));
}
}
void CShapes7Dlg::calcSquare()
{
vector<string> tokens;
CEdit* pEdit1 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT1));
CEdit* pEdit4 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT4));
CString mEdit1;
pEdit1->GetWindowText(mEdit1);
string s = CStringA(mEdit1);
tokens.push_back("Square");
tokens.push_back(s);
stringstream sout;
Square sq(tokens);
sout << &sq;
pEdit4->SetWindowText(CString(sout.str().c_str()));
}
void CShapes7Dlg::calcCube()
{
vector<string> tokens;
CEdit* pEdit1 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT1));
CEdit* pEdit4 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT4));
CString mEdit1;
pEdit1->GetWindowText(mEdit1);
string s = CStringA(mEdit1);
tokens.push_back("Cube");
tokens.push_back(s);
stringstream sout;
Cube cube(tokens);
sout << &cube;
pEdit4->SetWindowText(CString(sout.str().c_str()));
}
void CShapes7Dlg::calcRectangle()
{
vector<string> tokens;
CEdit* pEdit1 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT1));
CEdit* pEdit2 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT2));
CEdit* pEdit4 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT4));
CString mEdit1, mEdit2;
pEdit1->GetWindowText(mEdit1);
pEdit2->GetWindowText(mEdit2);
string l = CStringA(mEdit1);
string w = CStringA(mEdit2);
tokens.push_back("Rectangle");
tokens.push_back(l);
tokens.push_back(w);
stringstream sout;
comsc::Rectangle rec(tokens);
sout << &rec;
pEdit4->SetWindowText(CString(sout.str().c_str()));
}
void CShapes7Dlg::calcBox()
{
vector<string> tokens;
CEdit* pEdit1 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT1));
CEdit* pEdit2 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT2));
CEdit* pEdit3 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT3));
CEdit* pEdit4 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT4));
CString mEdit1, mEdit2, mEdit3;
pEdit1->GetWindowText(mEdit1);
pEdit2->GetWindowText(mEdit2);
pEdit3->GetWindowText(mEdit3);
string l = CStringA(mEdit1);
string w = CStringA(mEdit2);
string h = CStringA(mEdit3);
tokens.push_back("Box");
tokens.push_back(l);
tokens.push_back(w);
tokens.push_back(h);
stringstream sout;
Box box(tokens);
sout << &box;
pEdit4->SetWindowText(CString(sout.str().c_str()));
}
void CShapes7Dlg::calcTriangle()
{
vector<string> tokens;
CEdit* pEdit1 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT1));
CEdit* pEdit4 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT4));
CString mEdit1;
pEdit1->GetWindowText(mEdit1);
string s = CStringA(mEdit1);
tokens.push_back("Triangle");
tokens.push_back(s);
stringstream sout;
Triangle tri(tokens);
sout << &tri;
pEdit4->SetWindowText(CString(sout.str().c_str()));
}
void CShapes7Dlg::calcPrism()
{
vector<string> tokens;
CEdit* pEdit1 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT1));
CEdit* pEdit2 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT2));
CEdit* pEdit4 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT4));
CString mEdit1, mEdit2;
pEdit1->GetWindowText(mEdit1);
pEdit2->GetWindowText(mEdit2);
string s = CStringA(mEdit1);
string h = CStringA(mEdit2);
tokens.push_back("Prism");
tokens.push_back(s);
tokens.push_back(h);
stringstream sout;
Prism pri(tokens);
sout << &pri;
pEdit4->SetWindowText(CString(sout.str().c_str()));
}
void CShapes7Dlg::calcCircle()
{
vector<string> tokens;
CEdit* pEdit1 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT1));
CEdit* pEdit4 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT4));
CString mEdit1;
pEdit1->GetWindowText(mEdit1);
string r = CStringA(mEdit1);
tokens.push_back("Circle");
tokens.push_back(r);
stringstream sout;
Circle cir(tokens);
sout << ○
pEdit4->SetWindowText(CString(sout.str().c_str()));
}
void CShapes7Dlg::calcCylinder()
{
vector<string> tokens;
CEdit* pEdit1 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT1));
CEdit* pEdit2 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT2));
CEdit* pEdit4 = reinterpret_cast<CEdit*>(GetDlgItem(IDC_EDIT4));
CString mEdit1, mEdit2;
pEdit1->GetWindowText(mEdit1);
pEdit2->GetWindowText(mEdit2);
string r = CStringA(mEdit1);
string h = CStringA(mEdit2);
tokens.push_back("Prism");
tokens.push_back(r);
tokens.push_back(h);
stringstream sout;
Cylinder cyl(tokens);
sout << &cyl;
pEdit4->SetWindowText(CString(sout.str().c_str()));
}
| [
"noreply@github.com"
] | noreply@github.com |
758ae694b38324c4d7295cd59486a1edff467279 | 04251e142abab46720229970dab4f7060456d361 | /lib/rosetta/source/src/protocols/topology_broker/SequenceClaimer.cc | 70620703208cd7fd7143a05c52aefdefdeb3d7ba | [] | no_license | sailfish009/binding_affinity_calculator | 216257449a627d196709f9743ca58d8764043f12 | 7af9ce221519e373aa823dadc2005de7a377670d | refs/heads/master | 2022-12-29T11:15:45.164881 | 2020-10-22T09:35:32 | 2020-10-22T09:35:32 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,581 | 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 CoMotion, email: license@uw.edu.
/// @file TopologyBroker
/// @brief top-class (Organizer) of the TopologyBroker mechanism
/// @details responsibilities:
/// @author Oliver Lange
// Unit Headers
#include <protocols/topology_broker/SequenceClaimer.hh>
// Package Headers
#include <protocols/topology_broker/claims/DofClaim.hh>
#include <protocols/topology_broker/claims/BBClaim.hh>
#include <protocols/topology_broker/claims/SequenceClaim.hh>
#include <protocols/topology_broker/claims/CutClaim.hh>
#include <protocols/topology_broker/Exceptions.hh>
// Project Headers
#include <core/chemical/ChemicalManager.hh>
#include <core/conformation/Residue.hh>
#include <core/pose/Pose.hh>
// ObjexxFCL Headers
// Utility headers
#include <core/sequence/util.hh>
#include <core/sequence/Sequence.hh>
// utility
#include <basic/Tracer.hh>
#include <utility>
#include <utility/excn/Exceptions.hh>
#include <basic/options/option.hh>
#include <basic/options/keys/in.OptionKeys.gen.hh>
#include <core/pose/annotated_sequence.hh>
#include <utility/vector1.hh>
// C++ Headers
#include <utility>
#ifdef WIN32
#include <iterator>
#endif
static basic::Tracer tr( "protocols.topo_broker", basic::t_info );
namespace protocols {
namespace topology_broker {
using namespace core;
SequenceClaimer::SequenceClaimer() :
rsd_type_set_( core::chemical::CENTROID ),
priority_( 0.0 ),
input_sequence_( "" ),
sequence_claim_( /* NULL */ )
{}
SequenceClaimer::SequenceClaimer( std::string const & sequence, std::string const& label,
std::string rsd_type_set_identifier = core::chemical::CENTROID ) :
rsd_type_set_(std::move( rsd_type_set_identifier )),
priority_( 0.0 ),
input_sequence_( sequence ),
sequence_claim_( /* NULL */ )
{
Parent::set_label(label);
}
TopologyClaimerOP SequenceClaimer::clone() const
{
return utility::pointer::make_shared< SequenceClaimer >( *this );
}
void SequenceClaimer::make_sequence_claim() {
tr.Debug << "SequenceClaimer " << label() << " making pose from sequence '"
<< input_sequence_ << "' to get annotated sequence." << std::endl;
pose::Pose my_pose;
core::pose::make_pose_from_sequence(
my_pose,
input_sequence_,
*( chemical::ChemicalManager::get_instance()->residue_type_set( rsd_type_set_ ))
);
sequence_claim_ = utility::pointer::make_shared< claims::SequenceClaim >(
get_self_weak_ptr(),
my_pose.annotated_sequence(),
label(),
priority_
);
runtime_assert( my_pose.size() == sequence_claim_->length() );
}
void SequenceClaimer::generate_sequence_claims( claims::DofClaims& new_claims ) {
if ( !sequence_claim_ ) {
make_sequence_claim();
}
new_claims.push_back( sequence_claim_ );
}
void SequenceClaimer::read_fasta_file( std::string file ) {
using namespace core::sequence;
utility::vector1< SequenceOP > sequences = core::sequence::read_fasta_file( file );
if ( sequences.size() > 1 ) {
throw CREATE_EXCEPTION(EXCN_Input, "SequenceClaimer found multiple sequences in fasta file '"+file+
"'\nTo resolve this, split fasta file into multiple files, and claim using multiple SequenceClaimers.");
}
input_sequence_ = sequences[1]->sequence();
tr.Debug << "SequenceClaimer read sequence " << input_sequence_
<< " from fasta file '" << file << "'" << std::endl;
}
bool SequenceClaimer::read_tag( std::string tag, std::istream& is ) {
if ( tag == "file" || tag == "FILE" || tag == "file:" ) {
is >> tag;
read_fasta_file(tag);
} else if ( tag == "PRIORITY" || tag == "Priority" || tag == "priority" ) {
is >> priority_;
} else if ( tag == "DEF" ) {
//Expects input of the form:
//DEF
//HHHHHHAG GMPADFADF ADFAKDFLAK ADKFJ
//FFFFF ADKFAJLDFJ ADFKAJ LFJ
//END_DEF
if ( input_sequence_ != "" ) {
throw CREATE_EXCEPTION(EXCN_Input, "SequenceClaimer found multiple definitions for its sequence. Ambiguity cannot be resolved.");
}
while ( is >> tag && tag != "END_DEF" ) {
if ( tag[0]=='#' ) {
getline( is, tag );
continue;
}
input_sequence_ += tag;
}
if ( tag != "END_DEF" ) {
throw CREATE_EXCEPTION(EXCN_Input, "END_DEF expected after DEF while reading sequence" );
}
} else if ( tag == "CMD_FLAG" ) {
using namespace basic::options;
using namespace basic::options::OptionKeys;
if ( option[ in::file::fasta ].user() ) {
read_fasta_file( option[ in::file::fasta ]()[1] );
} else {
throw CREATE_EXCEPTION(EXCN_Input, "SequenceClaimer found tag CMD_FLAG but option '-in:file:fasta' is not set on cmd-line" );
}
} else return Parent::read_tag( tag, is );
return true;
}
void SequenceClaimer::init_after_reading() {
if ( input_sequence_.size() == 0 ) {
throw CREATE_EXCEPTION(EXCN_Input, "No sequence found when reading " +type() );
}
if ( label() == "NO_LABEL" ) {
throw CREATE_EXCEPTION(EXCN_Input, "SequenceClaimer left unlabeled: use the LABEL command to specify a label for each SequenceClaimer" );
}
}
void SequenceClaimer::generate_claims( claims::DofClaims& new_claims ) {
//Make a new cut at the end of this sequence.
//TODO: Make TopologyBroker get rid of cuts outside valid sequence.
new_claims.push_back( utility::pointer::make_shared< claims::CutClaim >( get_self_weak_ptr(), std::make_pair( label(), sequence_claim_->length() ) ) );
//special --- if only 1 residue chain... the torsion will be irrelvant and probably unclaimed
// ... make broker happy but don't do anything...
if ( sequence_claim_->length() == 1 ) {
new_claims.push_back( utility::pointer::make_shared< claims::BBClaim >( get_self_weak_ptr(), std::make_pair( label(), 1 ) ) );
}
}
// void SequenceClaimer::initialize_residues( core::pose::Pose& pose, claims::SequenceClaimOP my_claim, claims::DofClaims& /*failed_to_init*/ ) {
// //need to copy coords and jumps --- if chunks were idealized no problem .... but non-idealized stuff ?
// //also take care of fullatom vs centroid...
// // core::sequence::SequenceOP seq = NULL;
// // for( core::Size i=1; i <= sequences_.size(); ++i){
// // if( sequences_.at(i)->id() == my_claim->label() ){
// // seq = sequences_.at(i);
// // }
// // }
// // runtime_assert(seq != NULL);
// }
} //topology_broker
} //protocols
//bool SequenceClaimer::allow_claim( claims::DofClaim const& foreign_claim ) {
// if ( foreign_claim.owner() == this ) return true; // always allow your own claims!
// if ( foreign_claim.type() == claims::DofClaim::SEQUENCE ) {
// if ( foreign_claim.pos( 1 ) == 1 && foreing_claim.right() == claims::DofClaim::EXCLUSIVE ) {
// return false; // don't accept any other fixed positions right now --- maybe never ?!
// }
// }
// return true;
//} // SequenceClaimer::allow_claim()
//void SequenceClaimer::initialize_dofs( core::pose::Pose& pose, claims::DofClaims const& init_claims, claims::DofClaims& failed_to_init ) {
//special case the BBTorsion claim for position offset() is ours and is left unitialized...
// for ( claims::DofClaims::const_iterator it = init_claims.begin(), eit = init_claims.end();
// it != eit; ++it ) {
// claims::BBClaimOP bb_ptr( dynamic_cast< claims::BBClaim* >( it->get() ) );
| [
"lzhangbk@connect.ust.hk"
] | lzhangbk@connect.ust.hk |
9ea29300903621989ab860109575cc45ec0a0c2c | b0bfa764aeb115888de5f88696cdc13b48e5be4d | /chapter04/Excercises/4.5/words.cpp | 27a68d62af615ed2099399089997d8cc2cc1f628 | [] | no_license | Marco444/Accelerated-Cpp-Excercises | 396cc2ed0459bd3a67854d5cbc34ff45e15ae3c8 | ce66a28d1e9217a9a595737a57dd0bf686c3443c | refs/heads/master | 2021-01-13T09:51:19.156540 | 2019-12-26T18:03:22 | 2019-12-26T18:03:22 | 69,895,701 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,052 | cpp | #include <isotream>
#include "words.h"
using std::streamsize; using std::istream;
using std::vector; using std::cout;
using std::endl; using std:string;
typedef string::size_type size_type;
struct word{
vector<string>;
int num_word = 0;
};
//function to retrieve the size of a vector that holds strings
size_type count_size(istream in)
{
return read(in).size()
}
//function to retrieve the words and amount the maount of repetitions, if repeated
int count_words(istream in)
{
word repeated_words;
vector<string> diff_words;
vector<string> words = read(in);
for (size_type w; w != words.size(); ++w){
if (word[w] == word[0]){
repeated_words.vector<string>.push_back(w);
++repeated_words.num_word;
} else {
diff_words.vector<string>.push_back(w);
++diff_words.num_word;
}
}
cout << "repeated words: " << repeated_words.vector<string> <<
"number of repetitions: " << repeated_words.num_word << endl;
cout << "different words: " << diff_words <<endl;
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
843af083b9600d36e518caacd0db0f0ee37dd51f | 78d3b0621ad1b5122f550e914aa61fec20683610 | /csapex_evaluation/src/empty_labeled_feature_message.cpp | b252d2831f01402595af9c96c07ca05741ac9714 | [] | no_license | wpfhtl/csapex_core_plugins | 6049cb5e8f52123ac02df79e160e021e35c7ec1c | 7fcb9e01197c32f09743051af238a32bab652949 | refs/heads/master | 2021-05-04T07:35:30.757633 | 2016-10-08T23:12:36 | 2016-10-08T23:16:20 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,693 | cpp | /// HEADER
#include "empty_labeled_feature_message.h"
/// PROJECT
#include <csapex/msg/io.h>
#include <csapex/msg/message.h>
#include <csapex/factory/message_factory.h>
#include <csapex/model/token_data.h>
#include <csapex/param/parameter_factory.h>
#include <csapex/utility/register_apex_plugin.h>
#include <csapex/model/node_modifier.h>
#include <csapex/msg/generic_vector_message.hpp>
/// CONCRETE MESSAGES
#include <csapex_ml/features_message.h>
CSAPEX_REGISTER_CLASS(csapex::EmptyLabeledFeaturesMessage, csapex::Node)
using namespace csapex;
using namespace connection_types;
EmptyLabeledFeaturesMessage::EmptyLabeledFeaturesMessage()
{
}
void EmptyLabeledFeaturesMessage::setup(NodeModifier& node_modifier)
{
output_ = node_modifier.addOutput<FeaturesMessage>("static feature");
output_vec_ = node_modifier.addOutput<GenericVectorMessage, csapex::connection_types::FeaturesMessage>("static feature (vector)");
}
void EmptyLabeledFeaturesMessage::setupParameters(Parameterizable& parameters)
{
parameters.addParameter(csapex::param::ParameterFactory::declareRange("class id", 0, 255, 0, 1));
}
void EmptyLabeledFeaturesMessage::process()
{
}
bool EmptyLabeledFeaturesMessage::canTick()
{
return true;
}
void EmptyLabeledFeaturesMessage::tick()
{
FeaturesMessage::Ptr static_feature(new FeaturesMessage);
static_feature->classification = readParameter<int>("class id");
msg::publish(output_, static_feature);
std::shared_ptr<std::vector<FeaturesMessage> > static_features(new std::vector<FeaturesMessage>);
static_features->push_back(*static_feature);
msg::publish<GenericVectorMessage, FeaturesMessage>(output_vec_, static_features);
}
| [
"sebastian.buck@uni-tuebingen.de"
] | sebastian.buck@uni-tuebingen.de |
99841eef6346430f8c0e1c9b27ba324c60bb859e | 887f58b989abd195eda8cb6380ca177210d89299 | /client/ju_luke.cpp | d19fbea678d29629bda2a507de71513adbc1337d | [] | no_license | aioc/ju | 175765d30e643b6246ec7d5a1a78707fd5ac7f40 | 06eeb6ff1e508f85057148f8c8bc038dda09ff54 | refs/heads/master | 2020-04-24T00:53:47.001884 | 2014-12-27T10:10:23 | 2014-12-27T10:10:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,274 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "ju.h"
typedef struct _state *state;
struct _state {
int myAvail;
int theirAvail;
int curRound;
};
int numPlayers;
int amountRounds;
int myID;
int roundValues[MAX_ROUNDS];
int cardsLeft[MAX_PLAYERS][MAX_ROUNDS];
int pointsOn[MAX_PLAYERS];
int curRound;
int curValueForRound;
int bestMove;
int sortedRounds[MAX_ROUNDS];
int toPlay[MAX_ROUNDS];
struct _state curState;
int estimate (state s);
int findMove (state s, int depth);
void clientRegister(void) {
setName("Obumd");
setColour(255, 255, 255);
}
void clientInit(int playerCount, int numRounds, int playerID, int *values) {
numPlayers = playerCount;
amountRounds = numRounds;
myID = playerID;
for (int i = 0; i < amountRounds; i++) {
roundValues[i] = values[i];
sortedRounds[i] = i;
}
for (int i = 0; i < amountRounds; i++) {
for (int j = i + 1; j < amountRounds; j++) {
if (roundValues[sortedRounds[i]] > roundValues[sortedRounds[j]]) {
int temp = sortedRounds[i];
sortedRounds[i] = sortedRounds[j];
sortedRounds[j] = temp;
}
}
}
for (int i = 0; i < amountRounds; i++) {
toPlay[sortedRounds[i]] = i;
}
curRound = 0;
}
void clientCardsLeft(int pid, int *cards) {
for (int i = 0; i < amountRounds; i++) {
cardsLeft[pid][i] = cards[i];
}
}
void clientRoundValue(int val) {
curValueForRound = val;
}
void clientPoints(int pid, int points) {
pointsOn[pid] = points;
}
void printState() {
printf ("Round %d\n", curRound + 1);
for (int i = 0; i < curRound; i++) {
printf (" ");
}
printf (" v\n");
for (int i = 0; i < amountRounds; i++) {
printf ("%.2d ", roundValues[i]);
}
printf ("\n");
printf ("These are the cards left:\n");
printf ("Your hand (%5d):", pointsOn[myID]);
for (int i = 0; i < amountRounds; i++) {
if (cardsLeft[myID][i]) {
printf (" %.2d", i + 1);
}
}
printf ("\n");
int seenMe = FALSE;
for (int i = 0; i < numPlayers; i++) {
if (i != myID) {
int theirID = i + 1;
if (seenMe) {
theirID--;
}
printf ("Opponent %d (%5d):", theirID, pointsOn[i]);
for (int j = 0; j < amountRounds; j++) {
if (cardsLeft[i][j]) {
printf (" %.2d", j + 1);
}
}
printf ("\n");
} else {
seenMe = TRUE;
}
}
}
void clientDoTurn() {
state s = &curState;
s->curRound = curRound;
s->myAvail = 0;
s->theirAvail = 0;
for (int i = 0; i < amountRounds; i++) {
if (cardsLeft[myID][i]) {
s->myAvail |= (1 << i);
}
if (cardsLeft[1 - myID][i]) {
s->theirAvail |= (1 << i);
}
}
findMove (s, 1);
playCard (bestMove);
curRound++;
// Done
}
int findMove (state s, int depth) {
if (s->curRound == amountRounds) {
return 0;
}
if (depth == 0) {
return estimate(s);
}
int best = -100000000;
int startV = toPlay[s->curRound] - 2;
int endV = startV + 5;
int exists = FALSE;
for (int i = startV; i < endV && !exists; i++) {
if (s->myAvail & (1 << i)) {
exists = TRUE;
}
}
if (!exists) {
startV = 0;
endV = amountRounds;
}
for (int i = startV; i < endV; i++) {
if (s->myAvail & (1 << i)) {
int total = 0;
int enS = i - 2;
int enE = i + 3;
exists = FALSE;
for (int j = enS; j < enE && !exists; j++) {
if (s->theirAvail & (1 << j)) {
exists = TRUE;
}
}
if (!exists) {
total += (amountRounds - s->curRound) * 3;
enS = 0;
enE = amountRounds;
}
int numC = 0;
for (int j = enS; j < enE; j++) {
if (s->theirAvail & (1 << j)) {
s->myAvail ^= (1 << i);
s->theirAvail ^= (1 << j);
s->curRound++;
total += findMove (s, depth - 1);
s->myAvail ^= (1 << i);
s->theirAvail ^= (1 << j);
s->curRound--;
if (i < j) {
total -= roundValues[s->curRound];
} else if (j < i) {
total += roundValues[s->curRound];
}
numC++;
}
}
total /= (numC);
if (total > best) {
best = total;
bestMove = i;
}
}
}
return best;
}
int estimate (state s) {
// Work out how many of the pairs of cards I win.
int iWin = 0;
int total = 0;
for (int i = 0; i < amountRounds; i++) {
if (s->myAvail & (1 << i)) {
for (int j = 0; j < amountRounds; j++) {
if (s->theirAvail & (1 << j)) {
if (i > j) {
iWin++;
}
total++;
}
}
}
}
int avg = 0;
for (int k = 0; k < 30; k++) {
int totalS = 0;
for (int i = s->curRound; i < amountRounds; i++) {
if (rand () % total < iWin) {
totalS += roundValues[i];
}
}
avg += totalS;
}
return avg / 30;
}
| [
"dahlukeh@gmail.com"
] | dahlukeh@gmail.com |
fa8b9be935293e023e2541e50468802261b6bc3e | 5aa94b97b8ecf7f3ac262e72472975471e2c3566 | /Engine/Vec2.h | 35f1401c4d26e78ef9ba32956340bb97405cb61f | [] | no_license | hackpk/BrickGame | 5d1d0e8b80e03231355e16ca6ae32d669a9d8312 | 09580593921001cb795e4c654533584f847b64e1 | refs/heads/master | 2020-03-24T00:38:00.412012 | 2018-07-30T14:17:13 | 2018-07-30T14:17:13 | 142,300,272 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 434 | h | #pragma once
class Vec2
{
public:
Vec2() = default;
Vec2(float in_x, float in_y);
Vec2 operator+(const Vec2& rhs) const;
Vec2& operator+=(const Vec2& rhs);
Vec2 operator*(float rhs) const;
Vec2& operator*=(float rhs);
Vec2 operator-(const Vec2& rhs) const;
Vec2& operator-=(const Vec2& rhs);
float GetLength()const;
float GetLengthSq()const;
Vec2& Normalized();
Vec2 GetNormailzed()const;
public:
float x;
float y;
};
| [
"Kadian303@hotmail.com"
] | Kadian303@hotmail.com |
b52d3013c244d506e03a2fdf487005af248a9549 | 98db523968d6b0fe3d48c721848482b1f35c0dd3 | /kruskal.cpp | 7ab909c15ac5566474611ac76fe4542ec3b52321 | [] | no_license | robinsandhu/CP-Templates | 08210a8f45b5551aea45a81963cdbe6c9e16dea8 | 292ea85e89d4e1268faf814d1284b588cc34ddb0 | refs/heads/master | 2022-12-14T14:22:48.086637 | 2020-09-02T09:35:51 | 2020-09-02T09:35:51 | 279,848,988 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,764 | cpp | #include <bits/stdc++.h>
#define ll long long
#define fast ios_base::sync_with_stdio(false); std::cin.tie(0); std::cout.tie(0)
#define pii pair<int, int>
#define pll pair<ll, ll>
#define PB push_back
#define MP make_pair
#define FOR(i, a, b) for(int i=a;i<b;i++)
#define PI 3.141592653589793238
using namespace std;
struct Edge{
int l, r;
double wt;
};
struct Subsets{
int parent;
ll rank;
Subsets(): parent{-1}, rank{1} {}
};
int find(Subsets sub[],int i){
if(sub[i].parent==-1){
return i;
}else{
int x = find(sub, sub[i].parent);
sub[i].parent = x;
return x;
}
}
void unionD(Subsets sub[], int x, int y){
int xset = find(sub, x);
int yset = find(sub, y);
if(xset!=yset){
if(sub[xset].rank<sub[yset].rank){
sub[xset].parent = yset;
sub[yset].rank += sub[xset].rank;
}else{
sub[yset].parent = xset;
sub[xset].rank += sub[yset].rank;
}
}
}
int comp(const Edge &lhs, const Edge &rhs){
return lhs.wt < rhs.wt;
}
int main(){
fast;
int v; cin>>v;
int m; cin>>m;
vector<Edge> edges(m);
FOR(i, 0, m){
cin>>edges[i].l>>edges[i].r>>edges[i].wt;
}
Subsets sub[v+1];
vector<Edge> res;
sort(edges.begin(), edges.end(), comp);
int j=0;
while(res.size()<v-1 && j<edges.size()){
int xset = find(sub, edges[j].l);
int yset = find(sub, edges[j].r);
if(xset!=yset){
res.PB(edges[j]);
unionD(sub, edges[j].l, edges[j].r);
}
j++;
//else continue
}
//print the edges
FOR(i, 0, (int)res.size()){
cout<<res[i].l<<" "<<res[i].r<<"--"<<res[i].wt<<endl;
}
return 0;
} | [
"er.robinsandhu@gmail.com"
] | er.robinsandhu@gmail.com |
2d66e5702b174ecd9710f2666448d84a7154650c | 77bd1dbcf76d53e59e4a8a5c2af8f635cbced671 | /bpMulti/include/bpMulti/RenderDeviceSteps.h | 94e4a0f310103c121f1e7a0f2a02bcee367f6222 | [
"MIT"
] | permissive | larso0/bp | d4b3e9cd0414bbd208ea1ef50bf4ffbedfbd1000 | 0aa13c6d78f6e6a1097d9231c1b9fc47ae74a9fe | refs/heads/master | 2021-03-24T12:38:03.818096 | 2019-03-02T14:49:21 | 2019-03-02T14:49:21 | 96,246,558 | 9 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,050 | h | #ifndef BP_RENDERDEVICESTEPS_H
#define BP_RENDERDEVICESTEPS_H
#include <bp/CommandPool.h>
#include <bp/OffscreenFramebuffer.h>
#include <bp/Renderer.h>
namespace bpMulti
{
class RenderDeviceSteps
{
public:
RenderDeviceSteps() :
device{nullptr},
graphicsQueue{nullptr},
transferQueue{nullptr},
renderCmdBuffer{VK_NULL_HANDLE}, transferCmdBuffer{VK_NULL_HANDLE},
renderer{nullptr} {}
void init(bp::Device& device, bp::Renderer& renderer, uint32_t width, uint32_t height,
unsigned framebufferCount = 1);
void resize(uint32_t width, uint32_t height);
void render(unsigned framebufferIndex);
void deviceToHost(unsigned framebufferIndex, bool copyDepth = true);
bp::OffscreenFramebuffer& getFramebuffer(unsigned index) { return framebuffers[index]; }
private:
bp::Device* device;
bp::Queue* graphicsQueue;
bp::Queue* transferQueue;
bp::CommandPool graphicsCmdPool, transferCmdPool;
VkCommandBuffer renderCmdBuffer, transferCmdBuffer;
bp::Renderer* renderer;
std::vector<bp::OffscreenFramebuffer> framebuffers;
};
}
#endif | [
"lars.olav.tolo@gmail.com"
] | lars.olav.tolo@gmail.com |
4c94b10967af873883c06d4e44079b6dd080a37d | 58f8508482bae7ccd794246a30830b0228dc8fb9 | /src/actions/PrimaryGeneratorScattering.hh | bc71eee24c8ebfcf0eb008387af7803016fca6cd | [
"MIT"
] | permissive | janmayer/G4Horus | 64b32477004fac6c9af08a044689d22c75a9f438 | 808ed4fe701a49395f91095bca20d96423390ac2 | refs/heads/master | 2021-08-01T15:23:56.736630 | 2021-07-26T10:05:59 | 2021-07-26T10:05:59 | 130,987,160 | 2 | 1 | MIT | 2020-06-19T14:01:00 | 2018-04-25T10:04:20 | C++ | UTF-8 | C++ | false | false | 871 | hh | #pragma once
#include "G4VPrimaryGenerator.hh"
#include <map>
#include <vector>
class G4ParticleDefinition;
class G4Event;
class PrimaryGeneratorScattering : public G4VPrimaryGenerator {
public:
struct Decay {
G4double energy;
G4double intensity;
int final;
};
struct Level {
G4double energy;
std::vector<Decay> decays;
};
using LevelScheme = std::map<int, Level>;
PrimaryGeneratorScattering(const LevelScheme& levelScheme, const G4ParticleDefinition* projectile, const G4double projectileKineticEnergy);
void GeneratePrimaryVertex(G4Event*) override;
private:
void ProcessDecays(const std::vector<Decay>&, G4Event*);
const LevelScheme fLevelScheme;
const G4ParticleDefinition* fGamma;
const G4ParticleDefinition* fProjectile;
const G4double fProjectileKineticEnergy;
};
| [
"jan.mayer@ikp.uni-koeln.de"
] | jan.mayer@ikp.uni-koeln.de |
591dff80c82d9444b0fa8299fa0e37d07a66789a | bfaece7c27b5c3a7113918b5743ac16e8caed270 | /tests/unit_tests/command_line.cpp | 7b9c9a92d8ced15f1e0232ae546ecb4986113118 | [
"BSD-3-Clause"
] | permissive | enro-project/enro | fe0f38924260f0b5721a2a0e68e72d5cffb9bf49 | 96b709239c5fa059ea6c4c3c8ba0f431964f1344 | refs/heads/master | 2020-04-12T03:34:10.752640 | 2018-12-19T00:08:08 | 2018-12-19T00:08:08 | 162,269,737 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,416 | cpp | // Copyright (c) 2014-2018, The Enro Project Copyright (c) 2014-2018, The Monero Project
//
// 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.
//
// 3. Neither the name of the copyright holder 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 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.
#include "gtest/gtest.h"
#include "common/command_line.h"
TEST(CommandLine, IsYes)
{
EXPECT_TRUE(command_line::is_yes("Y"));
EXPECT_TRUE(command_line::is_yes("y"));
EXPECT_TRUE(command_line::is_yes("YES"));
EXPECT_TRUE(command_line::is_yes("YEs"));
EXPECT_TRUE(command_line::is_yes("YeS"));
EXPECT_TRUE(command_line::is_yes("yES"));
EXPECT_TRUE(command_line::is_yes("Yes"));
EXPECT_TRUE(command_line::is_yes("yeS"));
EXPECT_TRUE(command_line::is_yes("yEs"));
EXPECT_TRUE(command_line::is_yes("yes"));
EXPECT_FALSE(command_line::is_yes(""));
EXPECT_FALSE(command_line::is_yes("yes-"));
EXPECT_FALSE(command_line::is_yes("NO"));
EXPECT_FALSE(command_line::is_yes("No"));
EXPECT_FALSE(command_line::is_yes("nO"));
EXPECT_FALSE(command_line::is_yes("no"));
}
| [
"enrodev@gmail.com"
] | enrodev@gmail.com |
f2d27514d251a2917cc2785709f1138231d42c59 | 46f2e7a10fca9f7e7b80b342240302c311c31914 | /lid_driven_flow/cavity/0.0538/p | bb260dcc44ce4719ed9907c8ae4fd846a28bd846 | [] | no_license | patricksinclair/openfoam_warmups | 696cb1950d40b967b8b455164134bde03e9179a1 | 03c982f7d46b4858e3b6bfdde7b8e8c3c4275df9 | refs/heads/master | 2020-12-26T12:50:00.615357 | 2020-02-04T20:22:35 | 2020-02-04T20:22:35 | 237,510,814 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 25,955 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 7
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "0.0538";
object p;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField nonuniform List<scalar>
2500
(
1.32522e-05
-0.000491379
-0.00209368
-0.00446293
-0.00724232
-0.0101238
-0.0128761
-0.0153179
-0.0173125
-0.0187604
-0.0195922
-0.0197636
-0.0192507
-0.0180468
-0.0161601
-0.0136109
-0.0104306
-0.00665933
-0.00234544
0.00245595
0.00768366
0.0132714
0.0191483
0.0252399
0.0314687
0.0377547
0.0440165
0.0501719
0.0561387
0.0618361
0.0671852
0.0721108
0.0765425
0.080416
0.0836749
0.0862722
0.0881723
0.0893527
0.0898063
0.0895437
0.0885956
0.0870158
0.0848848
0.0823146
0.0794542
0.0764945
0.0736756
0.0712965
0.0697318
0.0692653
0.000534344
2.68165e-05
-0.00127489
-0.00315804
-0.00534339
-0.00761743
-0.0097977
-0.0117331
-0.0133041
-0.0144197
-0.0150138
-0.0150414
-0.0144761
-0.0133073
-0.0115377
-0.00918232
-0.006266
-0.00282264
0.00110615
0.00547202
0.0102208
0.0152932
0.0206256
0.0261508
0.0317988
0.0374974
0.043173
0.0487513
0.0541585
0.059322
0.0641716
0.0686404
0.0726667
0.0761943
0.0791751
0.0815695
0.0833492
0.0844976
0.0850129
0.084909
0.0842181
0.0829928
0.0813086
0.0792662
0.0769949
0.0746541
0.072433
0.0705463
0.0692615
0.0687992
0.00213993
0.00133458
1.99421e-05
-0.00168132
-0.00359636
-0.00555857
-0.00742138
-0.00906058
-0.0103744
-0.0112829
-0.0117263
-0.0116626
-0.0110661
-0.00992498
-0.00824007
-0.00602302
-0.00329508
-8.59254e-05
0.00356738
0.00762131
0.0120267
0.0167294
0.0216711
0.0267903
0.0320223
0.0373006
0.0425575
0.0477246
0.052734
0.0575191
0.0620156
0.0661626
0.069904
0.0731893
0.0759755
0.0782278
0.0799218
0.0810444
0.0815957
0.0815904
0.0810592
0.080051
0.0786339
0.0768966
0.0749495
0.0729244
0.0709735
0.0692652
0.0679736
0.0672392
0.0045439
0.00323146
0.00170049
-2.88359e-05
-0.00187794
-0.00371522
-0.00542263
-0.00690034
-0.00806442
-0.00884734
-0.00919751
-0.00907823
-0.00846642
-0.00735142
-0.00573367
-0.00362348
-0.00103996
0.00198997
0.00543246
0.00924755
0.0133899
0.0178094
0.0224521
0.0272606
0.0321748
0.0371327
0.0420711
0.0469263
0.0516348
0.0561346
0.0603658
0.0642719
0.0678007
0.0709056
0.0735468
0.0756925
0.0773204
0.0784187
0.0789876
0.0790405
0.0786053
0.0777251
0.0764594
0.0748844
0.0730928
0.0711922
0.0693067
0.067571
0.0660721
0.0648446
0.00741286
0.00547328
0.00361574
0.00174366
-0.000153035
-0.00197095
-0.00361626
-0.00501151
-0.00609003
-0.00679694
-0.00708972
-0.00693791
-0.00632242
-0.00523475
-0.00367614
-0.00165657
0.00080605
0.00368669
0.00695392
0.0105706
0.0144945
0.0186791
0.0230739
0.0276252
0.0322767
0.0369704
0.0416467
0.0462459
0.0507084
0.0549757
0.0589914
0.0627025
0.0660596
0.069019
0.0715431
0.0736019
0.0751739
0.0762474
0.0768219
0.0769081
0.0765298
0.0757239
0.0745408
0.0730444
0.0713105
0.0694251
0.0674889
0.0656104
0.0637919
0.0619535
0.0104855
0.00787088
0.00561793
0.00352182
0.00149185
-0.000389949
-0.00204939
-0.00342872
-0.00447698
-0.00515136
-0.00541853
-0.00525476
-0.00464564
-0.00358567
-0.00207771
-0.000132238
0.0022332
0.00499468
0.00812245
0.0115815
0.0153322
0.0193305
0.0235291
0.0278772
0.0323217
0.0368078
0.041279
0.0456787
0.0499503
0.0540381
0.0578884
0.0614504
0.0646771
0.0675263
0.0699616
0.0719536
0.073481
0.0745311
0.0751013
0.0751995
0.0748444
0.0740665
0.0729072
0.0714188
0.0696621
0.0677046
0.0656288
0.0635232
0.061313
0.0588129
0.0135666
0.0102652
0.00757709
0.00520045
0.00297364
0.0009635
-0.000770961
-0.00218867
-0.00325255
-0.00393086
-0.00419909
-0.00404031
-0.00344515
-0.0024116
-0.000944768
0.00094368
0.00323591
0.00590841
0.00893246
0.0122745
0.0158968
0.0197574
0.023811
0.0280097
0.0323026
0.0366374
0.0409601
0.0452164
0.0493518
0.0533128
0.0570475
0.0605065
0.063644
0.0664185
0.068794
0.0707408
0.0722365
0.073267
0.0738269
0.0739202
0.0735608
0.0727724
0.0715882
0.0700501
0.068206
0.0661081
0.0638254
0.0614329
0.058788
0.0556117
0.0165049
0.012523
0.00937967
0.00668613
0.00421853
0.00203355
0.000178803
-0.00131841
-0.00243304
-0.00314327
-0.00343278
-0.00329122
-0.00271432
-0.00170386
-0.000267589
0.00158116
0.00382371
0.00643646
0.00939111
0.012655
0.0161916
0.0199605
0.0239183
0.0280185
0.0322124
0.0364494
0.0406774
0.0448437
0.0488953
0.05278
0.0564468
0.0598472
0.0629355
0.0656704
0.0680152
0.0699392
0.0714183
0.0724359
0.0729835
0.0730611
0.0726773
0.0718495
0.0706033
0.0689715
0.0669913
0.0647026
0.062165
0.0594452
0.0563417
0.052492
0.0191829
0.0145337
0.0109263
0.00789309
0.005155
0.00276245
0.000754768
-0.000852084
-0.00204324
-0.00280566
-0.00313051
-0.00301364
-0.00245577
-0.0014626
-4.47543e-05
0.00178243
0.00399905
0.00658092
0.00949971
0.0127232
0.0162154
0.0199372
0.0238461
0.0278971
0.0320426
0.0362335
0.0404187
0.0445465
0.0485649
0.0524223
0.0560679
0.0594533
0.0625324
0.0652629
0.067607
0.0695322
0.0710121
0.0720272
0.0725653
0.072622
0.0722009
0.0713133
0.069978
0.06822
0.0660678
0.0635518
0.0607253
0.057651
0.0540758
0.0495613
0.0215073
0.0162044
0.0121297
0.00874253
0.00571411
0.0030914
0.000907859
-0.0008298
-0.00211539
-0.00294354
-0.00331213
-0.00322284
-0.0026812
-0.00169681
-0.0002833
0.00154175
0.0037569
0.00633702
0.00925333
0.0124735
0.0159621
0.0196803
0.0235864
0.0276361
0.0317828
0.0359778
0.040171
0.0443111
0.0483462
0.0522247
0.0558957
0.0593098
0.06242
0.0651826
0.0675578
0.0695107
0.071012
0.0720387
0.0725747
0.0726111
0.0721464
0.0711864
0.0697435
0.0678363
0.0654862
0.0627163
0.0595764
0.0561286
0.0520732
0.0469021
0.023401
0.0174549
0.0129115
0.00916143
0.00582955
0.00296156
0.000586864
-0.00129549
-0.00268672
-0.00358813
-0.00400372
-0.00394055
-0.00340876
-0.00242177
-0.000996308
0.000847651
0.00308688
0.00569502
0.00864252
0.0118967
0.0154219
0.0191796
0.0231283
0.0272241
0.0314207
0.0356697
0.0399211
0.0441237
0.0482252
0.0521734
0.0559166
0.0594041
0.0625873
0.0654201
0.0678605
0.0698704
0.0714171
0.0724738
0.0730201
0.0730424
0.0725342
0.0714959
0.0699344
0.0678628
0.0652966
0.0622538
0.0587824
0.0549467
0.0504039
0.0445796
0.0247971
0.0182134
0.0132
0.00908085
0.00543689
0.00231392
-0.000261358
-0.00229637
-0.00379872
-0.00477567
-0.0052368
-0.00519416
-0.00466231
-0.00365843
-0.00220236
-0.000316611
0.00197364
0.00464054
0.00765351
0.0109792
0.0145815
0.0184217
0.0224582
0.0266472
0.0309422
0.0352948
0.0396547
0.0439701
0.0481881
0.0522554
0.0561187
0.0597256
0.0630252
0.0659689
0.0685112
0.0706108
0.072231
0.0733407
0.0739147
0.0739347
0.073389
0.0722728
0.0705883
0.0683435
0.0655494
0.0622199
0.0584034
0.0541676
0.0491288
0.0426483
0.0256342
0.0184131
0.0129271
0.00843416
0.00447238
0.00108867
-0.00169203
-0.00388279
-0.0054969
-0.00654704
-0.00704791
-0.00701631
-0.00647105
-0.00543302
-0.00392521
-0.00197274
0.000397076
0.00315474
0.00626839
0.00970373
0.013424
0.01739
0.0215598
0.0258892
0.0303314
0.0348374
0.0393564
0.0438356
0.048221
0.0524578
0.0564907
0.060265
0.0637269
0.0668247
0.0695094
0.0717353
0.0734613
0.0746516
0.075276
0.0753109
0.0747396
0.0735522
0.071746
0.0693249
0.066296
0.0626701
0.0584972
0.0538498
0.0483042
0.0411573
0.0258532
0.0179897
0.0120265
0.00715541
0.00287193
-0.000775378
-0.00376274
-0.00610829
-0.00783061
-0.00894739
-0.00947821
-0.00944444
-0.00886905
-0.00777663
-0.00619334
-0.00414704
-0.00166727
0.00121463
0.00446536
0.00804947
0.0119294
0.016065
0.020414
0.0249315
0.02957
0.03428
0.0390094
0.0437044
0.0483095
0.0527677
0.0570217
0.0610137
0.0646869
0.0679857
0.0708567
0.0732498
0.0751189
0.0764226
0.0771254
0.0771983
0.076619
0.0753726
0.0734517
0.0708561
0.0675897
0.0636608
0.0591219
0.0540511
0.0479846
0.0401535
0.0253949
0.0168787
0.0104315
0.00517785
0.000569936
-0.00334163
-0.00653389
-0.00902983
-0.010853
-0.0120261
-0.0125733
-0.0125205
-0.0118949
-0.0107248
-0.00903965
-0.00687004
-0.00424795
-0.00120664
0.00221895
0.0059921
0.0100741
0.0144242
0.018999
0.023753
0.0286379
0.0336031
0.0385954
0.0435596
0.0484381
0.0531719
0.0577009
0.061964
0.0659007
0.069451
0.0725569
0.0751629
0.0772173
0.0786729
0.0794882
0.079628
0.0790644
0.0777769
0.0757535
0.07299
0.0694871
0.065251
0.0603373
0.0548307
0.0482256
0.0396852
0.0241975
0.0150138
0.00807357
0.00243244
-0.00250183
-0.00667651
-0.0100693
-0.0127081
-0.0146214
-0.0158367
-0.016383
-0.0162908
-0.0155916
-0.0143174
-0.012501
-0.0101762
-0.00737715
-0.0041394
-0.000499548
0.00350426
0.00783217
0.0124423
0.0172906
0.0223304
0.0275126
0.0327855
0.0380946
0.0433827
0.0485906
0.0536565
0.0585171
0.063108
0.0673642
0.0712211
0.0746151
0.0774851
0.079773
0.081425
0.0823929
0.0826349
0.0821168
0.0808121
0.0787038
0.0757834
0.0720486
0.0675037
0.0622072
0.0562512
0.0490864
0.0398044
0.0221953
0.0123248
0.0048806
-0.00115335
-0.00641529
-0.0108503
-0.014437
-0.017208
-0.0191971
-0.0204369
-0.0209614
-0.0208058
-0.0200059
-0.0185979
-0.0166181
-0.0141032
-0.0110903
-0.007617
-0.00372171
0.000555884
0.00517471
0.0100918
0.0152622
0.0206383
0.02617
0.0318043
0.0374854
0.0431544
0.0487495
0.0542065
0.0594586
0.0644375
0.0690736
0.0732967
0.0770377
0.0802285
0.0828043
0.0847038
0.0858715
0.0862579
0.0858218
0.0845302
0.0823602
0.0792991
0.0753407
0.0704872
0.0648008
0.0583807
0.0506316
0.0405691
0.0193174
0.00873699
0.000775763
-0.00565682
-0.0112471
-0.0159381
-0.0197094
-0.022599
-0.0246463
-0.0258891
-0.0263668
-0.0261197
-0.0251885
-0.0236133
-0.0214345
-0.018692
-0.0154257
-0.0116754
-0.00748149
-0.00288526
0.002071
0.00734329
0.0128856
0.0186496
0.0245841
0.030635
0.036745
0.0428534
0.0488962
0.0548061
0.060513
0.0659441
0.0710248
0.0756793
0.0798317
0.0834067
0.0863317
0.0885373
0.0899592
0.0905398
0.0902296
0.0889883
0.0867864
0.0836057
0.0794361
0.0742771
0.0681944
0.0612949
0.0529336
0.0420452
0.0154862
0.00416911
-0.00432382
-0.0111611
-0.0170796
-0.0220204
-0.0259645
-0.0289557
-0.0310395
-0.0322598
-0.0326616
-0.0322909
-0.0311933
-0.0294138
-0.0269969
-0.0239858
-0.0204235
-0.0163522
-0.0118145
-0.0068529
-0.00151113
0.00416587
0.0101313
0.0163359
0.0227278
0.0292518
0.0358492
0.0424577
0.0490108
0.0554385
0.0616668
0.0676185
0.0732136
0.0783701
0.0830047
0.0870344
0.0903775
0.0929556
0.0946947
0.0955277
0.0953957
0.0942497
0.0920524
0.0887795
0.0844158
0.0789576
0.0724736
0.0650787
0.0560745
0.0443086
0.0106168
-0.00146725
-0.0105082
-0.0177565
-0.0240019
-0.0291842
-0.0332862
-0.0363583
-0.0384528
-0.0396202
-0.0399121
-0.0393806
-0.0380772
-0.0360519
-0.0333535
-0.0300293
-0.0261253
-0.0216864
-0.016757
-0.0113815
-0.00560445
0.000528223
0.00696905
0.0136683
0.0205733
0.0276281
0.034773
0.0419439
0.0490725
0.0560855
0.0629055
0.0694506
0.0756351
0.0813701
0.0865646
0.0911268
0.0949654
0.0979914
0.10012
0.101273
0.101381
0.100384
0.0982362
0.0949054
0.0903703
0.0846228
0.0777346
0.0698284
0.0601477
0.0474468
0.00461574
-0.00826914
-0.0178759
-0.0255412
-0.032111
-0.037524
-0.0417654
-0.0448931
-0.0469674
-0.0480461
-0.0481885
-0.0474537
-0.0458995
-0.0435817
-0.040554
-0.0368679
-0.0325729
-0.0277166
-0.0223453
-0.016505
-0.0102412
-0.00360058
0.00336913
0.0106179
0.0180927
0.0257373
0.033491
0.0412886
0.0490597
0.0567286
0.0642142
0.0714297
0.0782836
0.0846799
0.0905194
0.0957004
0.100121
0.10368
0.106281
0.107832
0.108252
0.107468
0.105424
0.102078
0.0974011
0.0913793
0.0840866
0.0756533
0.0652605
0.0515614
-0.00262022
-0.0163434
-0.0265353
-0.0346233
-0.0415131
-0.0471426
-0.0515003
-0.0546531
-0.05667
-0.057618
-0.0575647
-0.0565773
-0.054721
-0.0520582
-0.0486481
-0.0445467
-0.0398073
-0.0344802
-0.0286139
-0.0222557
-0.0154521
-0.00824971
-0.000696613
0.00715737
0.0152595
0.0235535
0.0319784
0.0404681
0.0489509
0.0573487
0.0655768
0.0735441
0.081153
0.0883
0.0948769
0.100772
0.10587
0.110059
0.113226
0.115266
0.116082
0.115587
0.113713
0.110404
0.105623
0.0993474
0.0916535
0.0826789
0.0715362
0.0567696
-0.011205
-0.0258083
-0.0366061
-0.0451219
-0.0523246
-0.0581524
-0.062598
-0.0657383
-0.0676535
-0.0684206
-0.0681174
-0.0668205
-0.0646035
-0.0615363
-0.0576842
-0.0531086
-0.0478666
-0.0420116
-0.0355941
-0.0286626
-0.021264
-0.0134451
-0.00525325
0.00326227
0.0120496
0.0210529
0.0302119
0.0394602
0.0487251
0.0579268
0.0669776
0.075782
0.0842366
0.0922301
0.099645
0.106358
0.112241
0.117167
0.121008
0.123641
0.124951
0.124836
0.123209
0.120002
0.115164
0.108664
0.100577
0.0910485
0.0791164
0.063207
-0.021265
-0.036795
-0.0482214
-0.057169
-0.0646745
-0.0706769
-0.0751747
-0.0782571
-0.0800167
-0.0805432
-0.0799262
-0.0782533
-0.075608
-0.0720687
-0.067708
-0.0625929
-0.0567848
-0.0503403
-0.043312
-0.0357491
-0.0276988
-0.0192073
-0.0103209
-0.00108746
0.00844272
0.0182154
0.0281712
0.0382446
0.0483629
0.0584451
0.0684012
0.0781317
0.0875275
0.0964699
0.104831
0.112476
0.119263
0.125048
0.129684
0.133029
0.134948
0.135318
0.134033
0.131006
0.126171
0.119484
0.111019
0.100927
0.0881645
0.0710305
-0.0329404
-0.0494504
-0.06153
-0.0709119
-0.0787057
-0.0848523
-0.0893576
-0.0923259
-0.0938649
-0.0940791
-0.0930724
-0.0909455
-0.0877936
-0.0837049
-0.0787602
-0.0730328
-0.066589
-0.0594886
-0.051786
-0.0435311
-0.0347707
-0.0255497
-0.0159128
-0.00590531
0.00442476
0.0150257
0.0258403
0.036805
0.0478478
0.0588877
0.0698332
0.0805817
0.0910188
0.101019
0.110443
0.119145
0.126966
0.133744
0.139313
0.143508
0.146169
0.147149
0.146318
0.143566
0.138809
0.131985
0.123164
0.112503
0.0988687
0.0804213
-0.0463882
-0.0639393
-0.0766991
-0.086516
-0.0945778
-0.100829
-0.105286
-0.108071
-0.109309
-0.109125
-0.107638
-0.104965
-0.101215
-0.0964882
-0.0908739
-0.0844531
-0.077297
-0.0694688
-0.0610244
-0.052014
-0.0424834
-0.0324757
-0.0220324
-0.011196
-1.04751e-05
0.0114759
0.0232096
0.0351299
0.0471673
0.0592417
0.0712616
0.083122
0.0947043
0.105875
0.116488
0.12638
0.13538
0.143303
0.14996
0.155161
0.158719
0.160456
0.160212
0.157853
0.153265
0.146369
0.137226
0.125996
0.111447
0.0915888
-0.0617848
-0.0804485
-0.0939189
-0.104168
-0.11247
-0.118776
-0.123113
-0.125628
-0.126468
-0.125779
-0.123704
-0.120376
-0.115922
-0.110453
-0.104072
-0.0968668
-0.0889138
-0.0802797
-0.0710218
-0.0611898
-0.0508278
-0.0399757
-0.0286715
-0.0169527
-0.00485867
0.00756762
0.0202776
0.0332152
0.0463147
0.0594989
0.0726773
0.0857444
0.0985783
0.11104
0.122972
0.134201
0.144535
0.15377
0.161692
0.168078
0.172711
0.175378
0.175883
0.174057
0.169755
0.16287
0.153451
0.141658
0.126151
0.104776
-0.0793301
-0.0991916
-0.113407
-0.124082
-0.132587
-0.13888
-0.143008
-0.145143
-0.145464
-0.144144
-0.141348
-0.137236
-0.131951
-0.125623
-0.118364
-0.110271
-0.101428
-0.0919036
-0.0817559
-0.0710336
-0.0597779
-0.0480245
-0.0358063
-0.0231547
-0.0101025
0.00331408
0.0170533
0.0310655
0.0452909
0.0596567
0.0740758
0.0884436
0.102637
0.116512
0.129903
0.142622
0.154462
0.165195
0.174577
0.182354
0.188269
0.192069
0.193515
0.192394
0.188522
0.181754
0.172123
0.159784
0.143275
0.120264
-0.0992534
-0.120416
-0.135414
-0.146504
-0.155159
-0.161353
-0.165155
-0.166776
-0.166427
-0.164317
-0.160644
-0.155592
-0.14933
-0.142003
-0.133739
-0.124645
-0.114808
-0.104302
-0.0931834
-0.0814998
-0.0692878
-0.0565777
-0.0433952
-0.0297642
-0.0157091
-0.00125737
0.0135582
0.0286964
0.0441054
0.0597197
0.0754575
0.0912176
0.106878
0.122291
0.137284
0.15166
0.16519
0.177624
0.188687
0.198088
0.205526
0.210698
0.213314
0.213108
0.209843
0.20333
0.193572
0.180716
0.163163
0.138382
-0.121821
-0.14441
-0.160236
-0.171719
-0.180455
-0.186434
-0.189763
-0.190695
-0.18949
-0.186397
-0.181653
-0.175478
-0.168064
-0.159579
-0.150165
-0.13994
-0.128996
-0.117409
-0.105236
-0.0925185
-0.0792884
-0.0655683
-0.0513754
-0.0367239
-0.0216275
-0.00610286
0.00982833
0.026136
0.0427788
0.0597011
0.0768292
0.0940685
0.1113
0.128376
0.145121
0.161325
0.176743
0.191102
0.204092
0.215383
0.224621
0.231448
0.235509
0.236474
0.234039
0.227954
0.218183
0.204856
0.186217
0.159516
-0.147345
-0.171517
-0.188223
-0.200065
-0.208783
-0.214398
-0.217061
-0.217084
-0.214786
-0.210472
-0.204426
-0.196906
-0.188136
-0.178308
-0.16758
-0.156079
-0.143905
-0.131133
-0.117816
-0.103992
-0.0896835
-0.0749044
-0.0596606
-0.0439543
-0.0277865
-0.0111604
0.00591601
0.0234265
0.0413431
0.0596231
0.0782043
0.0970021
0.115904
0.134767
0.153413
0.171625
0.189143
0.205669
0.220861
0.234341
0.245701
0.254515
0.260353
0.262801
0.261474
0.256041
0.24641
0.232681
0.212916
0.184119
-0.176201
-0.202153
-0.219794
-0.231944
-0.24051
-0.245558
-0.247302
-0.246135
-0.242451
-0.236622
-0.22899
-0.219861
-0.209496
-0.198111
-0.185884
-0.172949
-0.159411
-0.145342
-0.130792
-0.11579
-0.100347
-0.0844658
-0.0681384
-0.0513524
-0.0340934
-0.0163485
0.00189069
0.0206248
0.0398426
0.0595175
0.079603
0.100028
0.120692
0.14146
0.162156
0.182559
0.202399
0.221355
0.239051
0.255061
0.268915
0.280109
0.288122
0.29244
0.29257
0.288076
0.278789
0.264758
0.24383
0.212732
-0.208844
-0.236823
-0.255463
-0.267838
-0.276063
-0.280273
-0.28077
-0.278051
-0.272609
-0.264902
-0.255343
-0.244293
-0.232053
-0.21887
-0.204935
-0.190393
-0.175348
-0.159869
-0.143997
-0.127747
-0.111121
-0.0941029
-0.0766694
-0.0587904
-0.0404332
-0.0215661
-0.00216099
0.0178024
0.0383332
0.0594249
0.0810508
0.103158
0.125664
0.148444
0.171334
0.194115
0.216509
0.238177
0.25871
0.277635
0.294411
0.308448
0.319117
0.32578
0.327807
0.324626
0.315956
0.301769
0.279651
0.246005
-0.245838
-0.27616
-0.295865
-0.308336
-0.315957
-0.31896
-0.317774
-0.313038
-0.305371
-0.29534
-0.283441
-0.270101
-0.255666
-0.240409
-0.224539
-0.208204
-0.191504
-0.174501
-0.15722
-0.139664
-0.121814
-0.103636
-0.0850873
-0.0661164
-0.0466697
-0.0266932
-0.00613643
0.0150441
0.0368814
0.0593931
0.0825768
0.106404
0.130813
0.155703
0.180922
0.206263
0.231448
0.256126
0.279861
0.302131
0.322324
0.339751
0.353658
0.363256
0.367742
0.366361
0.358677
0.344542
0.321218
0.284727
-0.287899
-0.320966
-0.341798
-0.354166
-0.360803
-0.362096
-0.358653
-0.351299
-0.340821
-0.327915
-0.313184
-0.297122
-0.280125
-0.262492
-0.24444
-0.226117
-0.207615
-0.188977
-0.170212
-0.1513
-0.132201
-0.112857
-0.0932003
-0.0731567
-0.0526476
-0.031594
-0.00991999
0.0124447
0.0355603
0.059473
0.0842098
0.109772
0.136127
0.163202
0.190872
0.218946
0.24716
0.27516
0.302491
0.328586
0.352764
0.374228
0.392079
0.405345
0.413007
0.41407
0.407876
0.394096
0.369576
0.32987
-0.335947
-0.372277
-0.39428
-0.406231
-0.411341
-0.410232
-0.403764
-0.393018
-0.37899
-0.362542
-0.344392
-0.325112
-0.305142
-0.284802
-0.264311
-0.243805
-0.223358
-0.202989
-0.182679
-0.162382
-0.142028
-0.121531
-0.100796
-0.0797198
-0.0581975
-0.0361218
-0.0133879
0.0101039
0.0344451
0.0597144
0.085973
0.113258
0.141575
0.170888
0.201106
0.232073
0.263548
0.295189
0.326534
0.356987
0.385797
0.412058
0.43471
0.452563
0.464326
0.468686
0.464679
0.451699
0.426036
0.382655
-0.391197
-0.431456
-0.454626
-0.465664
-0.468458
-0.463986
-0.453471
-0.438333
-0.419836
-0.399037
-0.376781
-0.35372
-0.330329
-0.306935
-0.283745
-0.260872
-0.238354
-0.216179
-0.194289
-0.172603
-0.151013
-0.129403
-0.107645
-0.0856034
-0.0631428
-0.0401255
-0.0164153
0.00811995
0.0336058
0.0601578
0.0878765
0.116841
0.147103
0.178673
0.211509
0.245501
0.280452
0.31605
0.35185
0.387239
0.421414
0.453364
0.481855
0.505446
0.522508
0.531315
0.530469
0.51895
0.492276
0.444637
-0.455288
-0.500336
-0.524562
-0.533898
-0.533217
-0.524043
-0.508115
-0.4873
-0.463195
-0.437078
-0.409929
-0.382465
-0.355178
-0.328382
-0.302249
-0.276848
-0.252168
-0.228145
-0.204675
-0.181629
-0.15886
-0.13621
-0.113514
-0.0906032
-0.0673086
-0.043459
-0.0188852
0.00657969
0.0330984
0.0608263
0.0899079
0.120471
0.152621
0.186426
0.221908
0.259022
0.297634
0.33749
0.378188
0.419131
0.45949
0.498165
0.533749
0.564521
0.588445
0.603256
0.606955
0.597894
0.570492
0.517854
-0.530493
-0.581426
-0.606381
-0.612746
-0.606874
-0.591125
-0.56796
-0.539827
-0.50872
-0.476154
-0.44323
-0.4107
-0.379042
-0.348519
-0.319237
-0.291194
-0.264308
-0.238447
-0.213445
-0.189116
-0.165264
-0.141685
-0.118174
-0.0945253
-0.0705335
-0.045993
-0.0206999
0.00554835
0.0329539
0.0617144
0.0920223
0.12406
0.157993
0.193961
0.232064
0.272341
0.31475
0.359128
0.405153
0.452289
0.499726
0.546313
0.590493
0.630251
0.663075
0.686019
0.696255
0.691189
0.663611
0.60504
-0.620066
-0.678246
-0.703164
-0.704495
-0.690873
-0.665925
-0.633101
-0.595579
-0.555796
-0.515493
-0.475845
-0.437584
-0.401113
-0.366596
-0.33403
-0.303305
-0.274242
-0.246619
-0.220195
-0.194717
-0.169929
-0.145579
-0.121418
-0.0971999
-0.072683
-0.0476271
-0.0217933
0.00505786
0.0331673
0.0627772
0.0941304
0.127468
0.163025
0.20102
0.241649
0.285058
0.331326
0.380421
0.432154
0.486111
0.541569
0.597399
0.651948
0.702934
0.74732
0.781322
0.800992
0.802327
0.775645
0.709997
-0.728835
-0.795841
-0.819083
-0.811998
-0.786793
-0.748975
-0.703309
-0.65383
-0.603421
-0.553974
-0.506641
-0.462039
-0.420407
-0.381737
-0.345861
-0.312522
-0.281408
-0.252189
-0.224531
-0.198103
-0.172587
-0.147675
-0.123073
-0.0984957
-0.0736638
-0.0483039
-0.0221428
0.00509396
0.0336859
0.0639193
0.0960884
0.130496
0.16745
0.207263
0.250235
0.296647
0.346729
0.400629
0.458352
0.519691
0.584111
0.650617
0.71758
0.782535
0.841935
0.89102
0.92438
0.935947
0.912219
0.838226
-0.864295
-0.9416
-0.959796
-0.938714
-0.896177
-0.840401
-0.777779
-0.713257
-0.650048
-0.590021
-0.534132
-0.482724
-0.435754
-0.392945
-0.353898
-0.318154
-0.285243
-0.254701
-0.226087
-0.198988
-0.173015
-0.147806
-0.123021
-0.0983356
-0.0734372
-0.0480204
-0.0217812
0.00558738
0.0344008
0.064987
0.0976905
0.132876
0.170928
0.212255
0.257281
0.306437
0.360142
0.418771
0.482601
0.551731
0.625955
0.70459
0.786228
0.868422
0.947247
1.01693
1.07026
1.09824
1.08143
0.99808
-1.03868
-1.12656
-1.13291
-1.08861
-1.02017
-0.93949
-0.854759
-0.771652
-0.693391
-0.621491
-0.55642
-0.498026
-0.445816
-0.399133
-0.357268
-0.319515
-0.285212
-0.253744
-0.224557
-0.197147
-0.171057
-0.145873
-0.12121
-0.0967099
-0.0720301
-0.0468383
-0.0208042
0.00640686
0.0351414
0.0657644
0.0986665
0.13427
0.173038
0.215475
0.262135
0.313615
0.370555
0.433605
0.503396
0.580453
0.665079
0.757146
0.855788
0.958951
1.06269
1.16043
1.24298
1.29742
1.29519
1.20297
-1.27323
-1.36743
-1.3483
-1.26562
-1.15873
-1.04394
-0.93096
-0.825533
-0.730206
-0.645567
-0.571169
-0.506066
-0.449118
-0.399165
-0.355111
-0.315966
-0.280849
-0.248991
-0.21972
-0.192444
-0.166646
-0.141861
-0.11767
-0.0936857
-0.0695428
-0.0448886
-0.0193734
0.00735823
0.0356767
0.0659766
0.0986872
0.134283
0.173294
0.21632
0.264043
0.317236
0.376772
0.443624
0.518846
0.603524
0.698673
0.805042
0.922773
1.05083
1.186
1.32162
1.44684
1.54398
1.57128
1.47584
-1.6069
-1.68954
-1.61753
-1.47196
-1.30883
-1.14848
-1.00062
-0.869582
-0.755994
-0.658639
-0.575583
-0.504734
-0.444101
-0.39191
-0.346628
-0.306954
-0.271793
-0.240221
-0.211459
-0.184846
-0.159807
-0.135845
-0.112514
-0.0894078
-0.0661477
-0.0423696
-0.0177131
0.00818861
0.0357204
0.0652964
0.097373
0.132463
0.171154
0.214126
0.262175
0.316241
0.377434
0.447064
0.526664
0.617988
0.722978
0.843627
0.981694
1.13809
1.31169
1.49736
1.68417
1.85011
1.93639
1.85836
-2.11175
-2.13059
-1.95203
-1.70501
-1.46179
-1.24299
-1.0545
-0.896204
-0.764894
-0.656368
-0.566542
-0.491838
-0.429261
-0.376364
-0.331171
-0.29209
-0.257833
-0.227354
-0.199792
-0.174434
-0.150674
-0.127994
-0.105938
-0.0840942
-0.0620817
-0.0395359
-0.0160966
0.00860372
0.0349524
0.0633699
0.0943248
0.128352
0.166073
0.208225
0.255693
0.309552
0.371121
0.442027
0.524283
0.62037
0.73331
0.866696
1.02459
1.21108
1.42918
1.67854
1.95226
2.22778
2.42965
2.42603
-2.91855
-2.74074
-2.35948
-1.95528
-1.60217
-1.31252
-1.08053
-0.896568
-0.750804
-0.634721
-0.541496
-0.465848
-0.403748
-0.352126
-0.308631
-0.271449
-0.239163
-0.210652
-0.185019
-0.161529
-0.139573
-0.118635
-0.0982639
-0.0780588
-0.0576492
-0.0366825
-0.0148104
0.00832308
0.0330947
0.0599161
0.0892501
0.121631
0.157689
0.198184
0.244045
0.296431
0.356804
0.427035
0.509545
0.607488
0.725001
0.867487
1.04192
1.25698
1.52267
1.84889
2.24086
2.68462
3.10204
3.31311
-4.32408
-3.5604
-2.81566
-2.18943
-1.6994
-1.33324
-1.06242
-0.860397
-0.707626
-0.590314
-0.498745
-0.426083
-0.367481
-0.319453
-0.279445
-0.245556
-0.216338
-0.190674
-0.167679
-0.146645
-0.126987
-0.108215
-0.0899051
-0.0716809
-0.0531966
-0.0341238
-0.0141383
0.00709198
0.0299195
0.0547311
0.0819646
0.112129
0.145831
0.18381
0.226984
0.276516
0.33391
0.401142
0.480859
0.576673
0.693601
0.838712
1.02205
1.25788
1.56639
1.97524
2.51425
3.194
3.99363
4.82434
-7.15821
-4.55874
-3.13954
-2.2532
-1.64583
-1.23512
-0.955716
-0.759473
-0.617083
-0.510892
-0.429736
-0.366326
-0.315776
-0.274714
-0.240743
-0.212111
-0.187509
-0.16593
-0.146591
-0.128861
-0.112227
-0.0962562
-0.0805772
-0.0648599
-0.0488015
-0.0321139
-0.0145121
0.00429472
0.0246168
0.0467953
0.071217
0.0983327
0.128682
0.162923
0.201882
0.246611
0.298483
0.359333
0.431668
0.519011
0.626452
0.761581
0.936027
1.16815
1.48829
1.94673
2.61294
3.5715
5.07686
7.79561
-12.0266
-5.64152
-2.97526
-1.87648
-1.27959
-0.925106
-0.705715
-0.560143
-0.457226
-0.381192
-0.323206
-0.277868
-0.241671
-0.212221
-0.187811
-0.167184
-0.149388
-0.133684
-0.119491
-0.106335
-0.0938281
-0.0816396
-0.0694838
-0.057105
-0.0442673
-0.0307451
-0.0163161
-0.000750016
0.0161964
0.0347904
0.055334
0.0781776
0.103737
0.132517
0.165142
0.202404
0.245326
0.295259
0.354039
0.424238
0.509606
0.615884
0.752393
0.935539
1.19729
1.60147
2.26459
3.45823
6.24153
12.7523
)
;
boundaryField
{
movingWall
{
type zeroGradient;
}
fixedWalls
{
type zeroGradient;
}
frontAndBack
{
type empty;
}
}
// ************************************************************************* //
| [
"patricksinclair@hotmail.co.uk"
] | patricksinclair@hotmail.co.uk | |
6d0949fd8a4c5d70aae3da18b71209b58bf42def | bb6ebff7a7f6140903d37905c350954ff6599091 | /chrome/browser/chromeos/login/signin/merge_session_throttle.cc | e92ff9967ff7644b92e36205a8ed03271bcb49b6 | [
"BSD-3-Clause"
] | permissive | PDi-Communication-Systems-Inc/lollipop_external_chromium_org | faa6602bd6bfd9b9b6277ce3cd16df0bd26e7f2f | ccadf4e63dd34be157281f53fe213d09a8c66d2c | refs/heads/master | 2022-12-23T18:07:04.568931 | 2016-04-11T16:03:36 | 2016-04-11T16:03:36 | 53,677,925 | 0 | 1 | BSD-3-Clause | 2022-12-09T23:46:46 | 2016-03-11T15:49:07 | C++ | UTF-8 | C++ | false | false | 9,462 | cc | // 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 "chrome/browser/chromeos/login/signin/merge_session_throttle.h"
#include "base/bind.h"
#include "base/lazy_instance.h"
#include "base/logging.h"
#include "base/memory/singleton.h"
#include "base/metrics/histogram.h"
#include "base/strings/string_util.h"
#include "base/threading/non_thread_safe.h"
#include "base/time/time.h"
#include "chrome/browser/chromeos/login/signin/merge_session_load_page.h"
#include "chrome/browser/chromeos/login/signin/merge_session_xhr_request_waiter.h"
#include "chrome/browser/chromeos/login/signin/oauth2_login_manager.h"
#include "chrome/browser/chromeos/login/signin/oauth2_login_manager_factory.h"
#include "chrome/browser/chromeos/login/users/user_manager.h"
#include "chrome/browser/chromeos/login/users/user_manager.h"
#include "chrome/browser/net/chrome_url_request_context.h"
#include "chrome/common/url_constants.h"
#include "components/google/core/browser/google_util.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/browser/render_view_host.h"
#include "content/public/browser/resource_controller.h"
#include "content/public/browser/resource_request_info.h"
#include "content/public/browser/web_contents.h"
#include "net/base/net_errors.h"
#include "net/base/net_util.h"
#include "net/base/network_change_notifier.h"
#include "net/url_request/url_request.h"
#include "net/url_request/url_request_context.h"
using content::BrowserThread;
using content::RenderViewHost;
using content::WebContents;
namespace {
const int64 kMaxSessionRestoreTimeInSec = 60;
// The set of blocked profiles.
class ProfileSet : public base::NonThreadSafe,
public std::set<Profile*> {
public:
ProfileSet() {
}
virtual ~ProfileSet() {
}
static ProfileSet* Get();
private:
friend struct ::base::DefaultLazyInstanceTraits<ProfileSet>;
DISALLOW_COPY_AND_ASSIGN(ProfileSet);
};
// Set of all of profiles for which restore session is in progress.
// This static member is accessible only form UI thread.
static base::LazyInstance<ProfileSet> g_blocked_profiles =
LAZY_INSTANCE_INITIALIZER;
ProfileSet* ProfileSet::Get() {
return g_blocked_profiles.Pointer();
}
} // namespace
base::AtomicRefCount MergeSessionThrottle::all_profiles_restored_(0);
MergeSessionThrottle::MergeSessionThrottle(net::URLRequest* request,
ResourceType::Type resource_type)
: request_(request),
resource_type_(resource_type) {
}
MergeSessionThrottle::~MergeSessionThrottle() {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
}
void MergeSessionThrottle::WillStartRequest(bool* defer) {
if (!ShouldDelayUrl(request_->url()))
return;
DVLOG(1) << "WillStartRequest: defer " << request_->url();
const content::ResourceRequestInfo* info =
content::ResourceRequestInfo::ForRequest(request_);
BrowserThread::PostTask(
BrowserThread::UI,
FROM_HERE,
base::Bind(
&MergeSessionThrottle::DeleayResourceLoadingOnUIThread,
resource_type_,
info->GetChildID(),
info->GetRouteID(),
request_->url(),
base::Bind(
&MergeSessionThrottle::OnBlockingPageComplete,
AsWeakPtr())));
*defer = true;
}
const char* MergeSessionThrottle::GetNameForLogging() const {
return "MergeSessionThrottle";
}
// static.
bool MergeSessionThrottle::AreAllSessionMergedAlready() {
return !base::AtomicRefCountIsZero(&all_profiles_restored_);
}
void MergeSessionThrottle::OnBlockingPageComplete() {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
controller()->Resume();
}
bool MergeSessionThrottle::ShouldDelayUrl(const GURL& url) const {
// If we are loading google properties while merge session is in progress,
// we will show delayed loading page instead.
return !net::NetworkChangeNotifier::IsOffline() &&
!AreAllSessionMergedAlready() &&
google_util::IsGoogleHostname(url.host(),
google_util::ALLOW_SUBDOMAIN);
}
// static
void MergeSessionThrottle::BlockProfile(Profile* profile) {
// Add a new profile to the list of those that we are currently blocking
// blocking page loading for.
if (ProfileSet::Get()->find(profile) == ProfileSet::Get()->end()) {
DVLOG(1) << "Blocking profile " << profile;
ProfileSet::Get()->insert(profile);
// Since a new profile just got blocked, we can not assume that
// all sessions are merged anymore.
if (AreAllSessionMergedAlready()) {
base::AtomicRefCountDec(&all_profiles_restored_);
DVLOG(1) << "Marking all sessions unmerged!";
}
}
}
// static
void MergeSessionThrottle::UnblockProfile(Profile* profile) {
// Have we blocked loading of pages for this this profile
// before?
DVLOG(1) << "Unblocking profile " << profile;
ProfileSet::Get()->erase(profile);
// Check if there is any other profile to block on.
if (ProfileSet::Get()->size() == 0) {
base::AtomicRefCountInc(&all_profiles_restored_);
DVLOG(1) << "All profiles merged " << all_profiles_restored_;
}
}
// static
bool MergeSessionThrottle::ShouldDelayRequest(
int render_process_id,
int render_view_id) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
if (!chromeos::UserManager::Get()->IsUserLoggedIn()) {
return false;
} else if (!chromeos::UserManager::Get()->IsLoggedInAsRegularUser()) {
// This is not a regular user session, let's remove the throttle
// permanently.
if (!AreAllSessionMergedAlready())
base::AtomicRefCountInc(&all_profiles_restored_);
return false;
}
RenderViewHost* render_view_host =
RenderViewHost::FromID(render_process_id, render_view_id);
if (!render_view_host)
return false;
WebContents* web_contents =
WebContents::FromRenderViewHost(render_view_host);
if (!web_contents)
return false;
content::BrowserContext* browser_context =
web_contents->GetBrowserContext();
if (!browser_context)
return false;
Profile* profile = Profile::FromBrowserContext(browser_context);
if (!profile)
return false;
chromeos::OAuth2LoginManager* login_manager =
chromeos::OAuth2LoginManagerFactory::GetInstance()->GetForProfile(
profile);
if (!login_manager)
return false;
switch (login_manager->state()) {
case chromeos::OAuth2LoginManager::SESSION_RESTORE_NOT_STARTED:
// The session restore for this profile hasn't even started yet. Don't
// block for now.
// In theory this should not happen since we should
// kick off the session restore process for the newly added profile
// before we attempt loading any page.
if (chromeos::UserManager::Get()->IsLoggedInAsRegularUser() &&
!chromeos::UserManager::Get()->IsLoggedInAsStub()) {
LOG(WARNING) << "Loading content for a profile without "
<< "session restore?";
}
return false;
case chromeos::OAuth2LoginManager::SESSION_RESTORE_PREPARING:
case chromeos::OAuth2LoginManager::SESSION_RESTORE_IN_PROGRESS: {
// Check if the session restore has been going on for a while already.
// If so, don't attempt to block page loading.
if ((base::Time::Now() -
login_manager->session_restore_start()).InSeconds() >
kMaxSessionRestoreTimeInSec) {
UnblockProfile(profile);
return false;
}
// Add a new profile to the list of those that we are currently blocking
// blocking page loading for.
BlockProfile(profile);
return true;
}
case chromeos::OAuth2LoginManager::SESSION_RESTORE_DONE:
case chromeos::OAuth2LoginManager::SESSION_RESTORE_FAILED:
case chromeos::OAuth2LoginManager::SESSION_RESTORE_CONNECTION_FAILED: {
UnblockProfile(profile);
return false;
}
}
NOTREACHED();
return false;
}
// static.
void MergeSessionThrottle::DeleayResourceLoadingOnUIThread(
ResourceType::Type resource_type,
int render_process_id,
int render_view_id,
const GURL& url,
const CompletionCallback& callback) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
if (ShouldDelayRequest(render_process_id, render_view_id)) {
// There is a chance that the tab closed after we decided to show
// the offline page on the IO thread and before we actually show the
// offline page here on the UI thread.
RenderViewHost* render_view_host =
RenderViewHost::FromID(render_process_id, render_view_id);
WebContents* web_contents = render_view_host ?
WebContents::FromRenderViewHost(render_view_host) : NULL;
if (resource_type == ResourceType::MAIN_FRAME) {
DVLOG(1) << "Creating page waiter for " << url.spec();
(new chromeos::MergeSessionLoadPage(web_contents, url, callback))->Show();
} else {
DVLOG(1) << "Creating XHR waiter for " << url.spec();
DCHECK(resource_type == ResourceType::XHR);
Profile* profile = Profile::FromBrowserContext(
web_contents->GetBrowserContext());
(new chromeos::MergeSessionXHRRequestWaiter(profile,
callback))->StartWaiting();
}
} else {
BrowserThread::PostTask(
BrowserThread::IO, FROM_HERE, callback);
}
}
| [
"mrobbeloth@pdiarm.com"
] | mrobbeloth@pdiarm.com |
20d1e5fa837993ebb0261ade7cdf0d1d0ad3beb2 | f433106f333d480e13a20913c64a57c4c486462c | /server/LoginServer/DBAgentSession.h | f68c517e752a19dd5beb64f0a88c1ccde8040f0b | [
"Apache-2.0"
] | permissive | rise-worlds/game | cd87bd9320c17bb850cd0737d8308afa5e895aa2 | ed27982be98fe6e7804c069dae106a2ea8aee4c1 | refs/heads/master | 2021-07-07T03:46:49.139434 | 2021-05-26T09:00:32 | 2021-05-26T09:00:32 | 28,143,458 | 0 | 3 | null | null | null | null | UTF-8 | C++ | false | false | 519 | h | #ifndef __LoginSession_H__
#define __LoginSession_H__
#include "ServerMsgDef/SvrLinkMgr.h"
class DBAgentSession : public CSvrSession
{
public:
DBAgentSession()
{
SetServerType(eSvrType_DBAgent);
SetServerID(0);
SetLinkState(eLinkState_Disconnect);
SetLinkIP(0);
SetLinkPort(0);
}
virtual void OnAccept(UINT32 nNetworkIndex);
virtual void OnDisconnect();
virtual void OnRecv(void *pMsg, INT16 nSize);
virtual void OnConnect(bool bSuccess, UINT32 dwNetworkIndex);
virtual void OnRedirect();
};
#endif | [
"rise.worlds@outlook.com"
] | rise.worlds@outlook.com |
9f8b1863308e2fb5f8058aed3767af21e411779b | 6b2a8dd202fdce77c971c412717e305e1caaac51 | /solutions_2449486_0/C++/aechavarria/b.cpp | 7b4289dbbc5a063a0da6eaa85713a47f0fd8680b | [] | no_license | alexandraback/datacollection | 0bc67a9ace00abbc843f4912562f3a064992e0e9 | 076a7bc7693f3abf07bfdbdac838cb4ef65ccfcf | refs/heads/master | 2021-01-24T18:27:24.417992 | 2017-05-23T09:23:38 | 2017-05-23T09:23:38 | 84,313,442 | 2 | 4 | null | null | null | null | UTF-8 | C++ | false | false | 1,757 | cpp | using namespace std;
#include <algorithm>
#include <iostream>
#include <iterator>
#include <numeric>
#include <sstream>
#include <fstream>
#include <cassert>
#include <climits>
#include <cstdlib>
#include <cstring>
#include <string>
#include <cstdio>
#include <vector>
#include <cmath>
#include <queue>
#include <deque>
#include <stack>
#include <list>
#include <map>
#include <set>
#define foreach(x, v) for (typeof (v).begin() x=(v).begin(); x !=(v).end(); ++x)
#define For(i, a, b) for (int i=(a); i<(b); ++i)
#define D(x) cout << #x " is " << x << endl
const int MAXN = 105;
int board[MAXN][MAXN];
int height[MAXN][MAXN];
int cut_row[MAXN];
int cut_col[MAXN];
int n, m;
bool solve(int height){
// D(height);
while (height > 0){
for (int i = 0; i < n; ++i){
for (int j = 0; j < m; ++j){
if (board[i][j] == height){
//D(i); D(j);
if (cut_row[i] > height and cut_col[j] > height) return false;
cut_row[i] = max(height, cut_row[i]);
cut_col[j] = max(height, cut_col[j]);
}
}
}
// printf("After height %d\n", height);
// printf("Cut Row: ");
// for (int i = 0; i < n; ++i) printf("%d ", cut_row[i]);
// printf("\nCut Col: ");
// for (int j = 0; j < m; ++j) printf("%d ", cut_col[j]);
// puts("");
height--;
}
return true;
}
int main(){
int cases; cin >> cases;
for (int run = 1; run <= cases; ++run){
cin >> n >> m;
int max_height = 0;
for (int i = 0; i < n; ++i){
for (int j = 0; j < m; ++j){
cin >> board[i][j];
max_height = max(max_height, board[i][j]);
}
}
for (int i = 0;i < n; ++i) cut_row[i] = -1;
for (int j = 0; j < m; ++j) cut_col[j] = -1;
printf("Case #%d: ", run);
if (solve(max_height)) puts("YES");
else puts("NO");
}
return 0;
}
| [
"eewestman@gmail.com"
] | eewestman@gmail.com |
d7cd686bc4feb9ae97b11b8494a5c84b47665b9f | e5f68550bc300cee2b79b353540a25eafbfcf1a1 | /poj/1692/11208999_AC_32MS_8544K.cc | ff8a74cdae8445ed0d0b6435a8e5e7499f2560cb | [] | no_license | xm45/OJ | 216287f9bc0013c099552b0c6feaa03f25993387 | 54973534d20d38dc4e85d0c43a5d1b530967e88f | refs/heads/master | 2021-01-17T20:48:36.759519 | 2016-08-10T13:01:39 | 2016-08-10T13:01:39 | 64,577,955 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,542 | cc | #include<stdio.h>
#include<stdlib.h>
#include<math.h>
#include<string.h>
#include<algorithm>
#include<deque>
#include<functional>
#include<iterator>
#include<vector>
#include<list>
#include<map>
#include<memory>
#include<numeric>
#include<queue>
#include<set>
#include<stack>
#include<utility>
#define abs(a) ((a>0)?(a):-(a))
#define sgm(a) (a==0?(0):((a>0)?(1):(-1)))
#define sqr(a) ((a)*(a))
#define swap(a,b,lx) {lx t;t=a;a=b;b=t;}
#define oo 0xfffffff
using namespace std;
int N,M,K,T,t;
inline int rd(int a)
{
long long b=((long long)rand()+1)*((long long)rand()+1)*((long long)rand()+1)%100000007*(rand()+1)%a+1;
return(b);
}
int na[10001],nb[10001];
int a[1001],b[1001];
int la[1001],lb[1001];
int f[1001][1001];
int u[1001][1001],v[1001][1001];
int ans=0;
int main()
{
int i,j,k,l;
scanf("%d",&t);
while(t--)
{
scanf("%d%d",&N,&M);
for(i=1;i<=N;i++)
scanf("%d",&a[i]);
for(i=1;i<=M;i++)
scanf("%d",&b[i]);
memset(u,0,sizeof(u));
memset(v,0,sizeof(v));
for(i=1;i<=N;i++)
for(j=1;j<=M;j++)
{
if(a[i-1]==b[j])
u[i][j]=i-1;
else
u[i][j]=u[i-1][j];
if(a[i]==b[j-1])
v[i][j]=j-1;
else
v[i][j]=v[i][j-1];
}
for(i=1;i<=N;i++)
for(j=1;j<=M;j++)
{
f[i][j]=max(f[i-1][j],f[i][j-1]);
if(a[i]!=b[j] && u[i][j]!=0 && v[i][j]!=0)
f[i][j]=max(f[i][j],f[u[i][j]-1][v[i][j]-1]+2);
ans=max(ans,f[i][j]);
//printf("%d %d %d\n",i,j,f[i][j]);
}
printf("%d\n",f[N][M]);
}
return(0);
}
| [
"546396008@qq.com"
] | 546396008@qq.com |
112ecca21b12a5347dae7485062053fc4dc9c079 | a8ee7b397a01ce3c84e15734057608b4fef3141a | /asdfghjk/asdfghjk.h | 58a9fbeedb7e0a8dfc713104ba46f9bc47593f11 | [] | no_license | ljyss9/Author-Identifier | 2ff9b4f4e56a6038ce6743bc40a7f626e83d0527 | 14f6ec088deb4bfeb00737db56b8d526d01afb79 | refs/heads/master | 2021-01-20T11:35:29.937518 | 2017-07-10T14:27:31 | 2017-07-10T14:27:31 | 83,952,692 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,297 | h | // asdfghjk.h : main header file for the ASDFGHJK application
//
#if !defined(AFX_ASDFGHJK_H__180A48C1_BE36_482F_998F_E07FFBEE1C6D__INCLUDED_)
#define AFX_ASDFGHJK_H__180A48C1_BE36_482F_998F_E07FFBEE1C6D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#ifndef __AFXWIN_H__
#error include 'stdafx.h' before including this file for PCH
#endif
#include "resource.h" // main symbols
/////////////////////////////////////////////////////////////////////////////
// CAsdfghjkApp:
// See asdfghjk.cpp for the implementation of this class
//
class CAsdfghjkApp : public CWinApp
{
public:
CAsdfghjkApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAsdfghjkApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CAsdfghjkApp)
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ASDFGHJK_H__180A48C1_BE36_482F_998F_E07FFBEE1C6D__INCLUDED_)
| [
"1057859151@qq.com"
] | 1057859151@qq.com |
692ada450b049fd7e82afe184f5c8345915f670d | 0bc1ba6c7b06cd3a89beb9006907d347755c3959 | /WildMagic5/SampleImagics/AdaptiveSkeletonClimbing3/Climb3D.h | 049d250f78f5c26cb04eaf5ed086127406b8ca5a | [] | no_license | vijaynerella/GeometricTools | 7fc987405f2c927091ee46b0c2245657fae81129 | 84c5ea92c16d922bbf360b6ed27f660f7f097f1f | refs/heads/master | 2021-01-16T19:30:02.769633 | 2013-04-04T19:49:49 | 2013-04-04T19:49:49 | 11,578,604 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 5,501 | h | // Geometric Tools, LLC
// Copyright (c) 1998-2012
// Distributed under the Boost Software License, Version 1.0.
// http://www.boost.org/LICENSE_1_0.txt
// http://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
//
// File Version: 5.5.1 (2012/07/06)
#ifndef CLIMB3D_H
#define CLIMB3D_H
#include "LinearMergeTree.h"
#include "OctBox.h"
#include "MergeBox.h"
#include "VETable.h"
#include "Wm5Vector3.h"
using namespace Wm5;
class Climb3D
{
public:
// Construction and destruction. The array is assumed to contain 2^N+1 by
// 2^N+1 by 2^N+1 elements where N >= 0. The organization is
// lexicographic order for (x,y,z). The class assumes responsibility for
// the input array and will delete it.
Climb3D (int N, float* data, bool fixBoundary = false);
~Climb3D ();
void ExtractContour (float level, int depth, int& numVertices,
Vector3f*& positions, int& numTriangles, TriangleKey*& triangles);
void MakeUnique (int& numVertices, Vector3f*& positions,
int& numTriangles, TriangleKey*& triangles);
void OrientTriangles (const Vector3f* positions, int numTriangles,
TriangleKey* triangles, bool sameDirection);
static Vector3f* ComputeNormals (int numVertices,
const Vector3f* positions, int numTriangles,
const TriangleKey* triangles);
// Support for debugging.
void PrintBoxes (const char* filename);
private:
// Support for merging monoboxes.
void Merge (int depth);
bool Merge (int v, int LX, int LY, int LZ, int x0, int y0, int z0,
int stride, int depth);
bool DoXMerge (MergeBox& box0, MergeBox& box1, int LX, int y0, int z0);
bool DoYMerge (MergeBox& box0, MergeBox& box1, int x0, int LY, int z0);
bool DoZMerge (MergeBox& box0, MergeBox& box1, int x0, int y0, int LZ);
void AddBox (int x0, int y0, int z0, int dx, int dy, int dz, int LX,
int LY, int LZ);
// Support for tessellating monoboxes.
void Tessellate (std::vector<Vector3f>& positions,
std::vector<TriangleKey>& triangles);
float GetXInterp (int x, int y, int z) const;
float GetYInterp (int x, int y, int z) const;
float GetZInterp (int x, int y, int z) const;
void GetVertices (const OctBox& box, unsigned int& type, VETable& table);
// Edge extraction for single boxes (1x1x1).
void GetXMinEdgesS (const OctBox& box, unsigned int type, VETable& table);
void GetXMaxEdgesS (const OctBox& box, unsigned int type, VETable& table);
void GetYMinEdgesS (const OctBox& box, unsigned int type, VETable& table);
void GetYMaxEdgesS (const OctBox& box, unsigned int type, VETable& table);
void GetZMinEdgesS (const OctBox& box, unsigned int type, VETable& table);
void GetZMaxEdgesS (const OctBox& box, unsigned int type, VETable& table);
// Edge extraction for merged boxes.
class Sort0
{
public:
bool operator() (const Vector3f& arg0, const Vector3f& arg1) const;
};
class Sort1
{
public:
bool operator() (const Vector3f& arg0, const Vector3f& arg1) const;
};
class Sort2
{
public:
bool operator() (const Vector3f& arg0, const Vector3f& arg1) const;
};
void GetZMinEdgesM (const OctBox& box, unsigned int type, VETable& table);
void GetZMaxEdgesM (const OctBox& box, unsigned int type, VETable& table);
void GetYMinEdgesM (const OctBox& box, unsigned int type, VETable& table);
void GetYMaxEdgesM (const OctBox& box, unsigned int type, VETable& table);
void GetXMinEdgesM (const OctBox& box, unsigned int type, VETable& table);
void GetXMaxEdgesM (const OctBox& box, unsigned int type, VETable& table);
// Support for normal vector calculations.
Vector3f GetGradient (const Vector3f& position);
enum
{
EI_XMIN_YMIN = 0,
EI_XMIN_YMAX = 1,
EI_XMAX_YMIN = 2,
EI_XMAX_YMAX = 3,
EI_XMIN_ZMIN = 4,
EI_XMIN_ZMAX = 5,
EI_XMAX_ZMIN = 6,
EI_XMAX_ZMAX = 7,
EI_YMIN_ZMIN = 8,
EI_YMIN_ZMAX = 9,
EI_YMAX_ZMIN = 10,
EI_YMAX_ZMAX = 11,
FI_XMIN = 12,
FI_XMAX = 13,
FI_YMIN = 14,
FI_YMAX = 15,
FI_ZMIN = 16,
FI_ZMAX = 17,
I_QUANTITY = 18,
EB_XMIN_YMIN = 1 << EI_XMIN_YMIN,
EB_XMIN_YMAX = 1 << EI_XMIN_YMAX,
EB_XMAX_YMIN = 1 << EI_XMAX_YMIN,
EB_XMAX_YMAX = 1 << EI_XMAX_YMAX,
EB_XMIN_ZMIN = 1 << EI_XMIN_ZMIN,
EB_XMIN_ZMAX = 1 << EI_XMIN_ZMAX,
EB_XMAX_ZMIN = 1 << EI_XMAX_ZMIN,
EB_XMAX_ZMAX = 1 << EI_XMAX_ZMAX,
EB_YMIN_ZMIN = 1 << EI_YMIN_ZMIN,
EB_YMIN_ZMAX = 1 << EI_YMIN_ZMAX,
EB_YMAX_ZMIN = 1 << EI_YMAX_ZMIN,
EB_YMAX_ZMAX = 1 << EI_YMAX_ZMAX,
FB_XMIN = 1 << FI_XMIN,
FB_XMAX = 1 << FI_XMAX,
FB_YMIN = 1 << FI_YMIN,
FB_YMAX = 1 << FI_YMAX,
FB_ZMIN = 1 << FI_ZMIN,
FB_ZMAX = 1 << FI_ZMAX
};
// image data
int mN, mTwoPowerN, mSize, mSizeSqr;
float* mData;
float mLevel;
bool mFixBoundary;
// linear merging
LinearMergeTree*** mXMerge;
LinearMergeTree*** mYMerge;
LinearMergeTree*** mZMerge;
// monoboxes
std::vector<OctBox> mBoxes;
};
#endif
| [
"tprepscius"
] | tprepscius |
2ff7ef0ab1fd93eb73ba7555667b227b2ea63ce0 | cc81ddab2d42aa20f6efc55e0b771cff31d1f424 | /lab2/Scheme.cpp | 7fbd068bd4522d0ce3e130ab18aaf0b317e3d4dd | [] | no_license | tkchris93/CS236 | 06ecfcd982120d610b5a981c96796d4f34f1ba74 | f24ded4a6b370ba4e6bf5b63c847a5660a96ffb3 | refs/heads/master | 2021-01-10T02:39:25.918553 | 2015-11-05T01:30:08 | 2015-11-05T01:30:08 | 43,857,444 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 305 | cpp | #include "Scheme.h"
using namespace std;
Scheme::Scheme(vector<Token> t)
{
this->tokens = t;
}
string Scheme::toStr()
{
stringstream ss;
ss << " ";
for (unsigned int i = 0; i < this->tokens.size(); i++)
{
ss << tokens[i].chars;
}
ss << endl;
return ss.str();
}
| [
"tannerkchristensen@gmail.com"
] | tannerkchristensen@gmail.com |
dbb23d71e31314501fbf5486b3126e1933a85b89 | fdd37537e1749b60c14560b6fa08bac56fd34c15 | /Source/OpenGUI/Common/BaseApp.h | c20b0caefc7826d97e1cd4c587f27d63bcbbf142 | [] | no_license | lonelyWaiting/OpenLight | fc81f868437f488a9e7e28327004503d8a684c41 | 959d78eebeee09e6faff8fcc431e4dd33d831afd | refs/heads/master | 2020-12-15T09:42:19.587766 | 2018-10-10T00:49:45 | 2018-10-10T00:49:45 | 55,859,335 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,124 | h | #ifndef D3DAPP_H
#define D3DAPP_H
#include "AppHelper.h"
#include <string>
#pragma comment(lib , "d3d11.lib")
class BaseApp
{
public:
BaseApp(HINSTANCE hInstance);
virtual ~BaseApp();
HINSTANCE GetInstance() const;
HWND GetHWnd() const;
float GetAspectRatio() const;
int Run();
virtual bool Init();
virtual void OnResize() = 0;
virtual void Update( float dt );
virtual void Render();
public:
HRESULT MsgProc( HWND hwnd , UINT msg , WPARAM wParam , LPARAM lParam );
protected:
bool InitMainWindow();
bool InitDirect3D();
protected:
HINSTANCE mhAppInst;
HWND mhMainWnd;
bool mAppPaused;
bool mMinmized;
bool mMaximized;
bool mResizing;
UINT m4xMsaaQuality;
ID3D11Device* md3dDevice;
ID3D11DeviceContext* md3dImmediateContext;
IDXGISwapChain* mSwapChain;
ID3D11Texture2D* mDepthStencilBuffer;
ID3D11RenderTargetView* mRenderTargetView;
ID3D11DepthStencilView* mDepthStencilView;
D3D11_VIEWPORT mScreenViewport;
std::wstring mMainWndCaption;
D3D_DRIVER_TYPE md3dDriverType;
int mClientWidth;
int mClientHeight;
bool mEnable4xMsaa;
};
#endif | [
"liuteng950822@github.com"
] | liuteng950822@github.com |
3f16a9bda2309e95443499364d47336d9de79022 | fb7efe44f4d9f30d623f880d0eb620f3a81f0fbd | /content/renderer/media/renderer_webaudiodevice_impl_unittest.cc | 96068a8554c3fa7f7f7bf5623f7b7f1d87c41afb | [
"BSD-3-Clause"
] | permissive | wzyy2/chromium-browser | 2644b0daf58f8b3caee8a6c09a2b448b2dfe059c | eb905f00a0f7e141e8d6c89be8fb26192a88c4b7 | refs/heads/master | 2022-11-23T20:25:08.120045 | 2018-01-16T06:41:26 | 2018-01-16T06:41:26 | 117,618,467 | 3 | 2 | BSD-3-Clause | 2022-11-20T22:03:57 | 2018-01-16T02:09:10 | null | UTF-8 | C++ | false | false | 8,676 | cc | // Copyright 2016 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 "content/renderer/media/renderer_webaudiodevice_impl.h"
#include "base/bind.h"
#include "base/message_loop/message_loop.h"
#include "base/strings/stringprintf.h"
#include "build/build_config.h"
#include "content/renderer/media/audio_device_factory.h"
#include "media/base/audio_capturer_source.h"
#include "media/base/limits.h"
#include "media/base/mock_audio_renderer_sink.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
using testing::_;
namespace content {
namespace {
const int kHardwareSampleRate = 44100;
const int kHardwareBufferSize = 128;
const int kRenderFrameId = 100;
int MockFrameIdFromCurrentContext() {
return kRenderFrameId;
}
media::AudioParameters MockGetOutputDeviceParameters(
int frame_id,
int session_id,
const std::string& device_id,
const url::Origin& security_origin) {
return media::AudioParameters(media::AudioParameters::AUDIO_PCM_LOW_LATENCY,
media::CHANNEL_LAYOUT_STEREO,
kHardwareSampleRate, 16, kHardwareBufferSize);
}
class RendererWebAudioDeviceImplUnderTest : public RendererWebAudioDeviceImpl {
public:
RendererWebAudioDeviceImplUnderTest(
media::ChannelLayout layout,
int channels,
const blink::WebAudioLatencyHint& latency_hint,
blink::WebAudioDevice::RenderCallback* callback,
int session_id,
const url::Origin& security_origin)
: RendererWebAudioDeviceImpl(layout,
channels,
latency_hint,
callback,
session_id,
security_origin,
base::Bind(&MockGetOutputDeviceParameters),
base::Bind(&MockFrameIdFromCurrentContext)) {
}
};
} // namespace
class RendererWebAudioDeviceImplTest
: public blink::WebAudioDevice::RenderCallback,
public AudioDeviceFactory,
public testing::Test {
protected:
RendererWebAudioDeviceImplTest() {}
void SetupDevice(blink::WebAudioLatencyHint latencyHint) {
webaudio_device_.reset(new RendererWebAudioDeviceImplUnderTest(
media::CHANNEL_LAYOUT_MONO, 1, latencyHint, this, 0, url::Origin()));
webaudio_device_->SetMediaTaskRunnerForTesting(message_loop_.task_runner());
}
void SetupDevice(media::ChannelLayout layout, int channels) {
webaudio_device_.reset(new RendererWebAudioDeviceImplUnderTest(
layout, channels,
blink::WebAudioLatencyHint(
blink::WebAudioLatencyHint::kCategoryInteractive),
this, 0, url::Origin()));
webaudio_device_->SetMediaTaskRunnerForTesting(message_loop_.task_runner());
}
MOCK_METHOD1(CreateAudioCapturerSource,
scoped_refptr<media::AudioCapturerSource>(int));
MOCK_METHOD4(CreateFinalAudioRendererSink,
scoped_refptr<media::AudioRendererSink>(int,
int,
const std::string&,
const url::Origin&));
MOCK_METHOD5(
CreateSwitchableAudioRendererSink,
scoped_refptr<media::SwitchableAudioRendererSink>(SourceType,
int,
int,
const std::string&,
const url::Origin&));
scoped_refptr<media::AudioRendererSink> CreateAudioRendererSink(
SourceType source_type,
int render_frame_id,
int session_id,
const std::string& device_id,
const url::Origin& security_origin) {
scoped_refptr<media::MockAudioRendererSink> mock_sink =
new media::MockAudioRendererSink(
device_id, media::OUTPUT_DEVICE_STATUS_OK,
MockGetOutputDeviceParameters(render_frame_id, session_id,
device_id, security_origin));
EXPECT_CALL(*mock_sink.get(), Start());
EXPECT_CALL(*mock_sink.get(), Play());
EXPECT_CALL(*mock_sink.get(), Stop());
return mock_sink;
}
void TearDown() override { webaudio_device_.reset(); }
std::unique_ptr<RendererWebAudioDeviceImpl> webaudio_device_;
base::MessageLoop message_loop_;
};
TEST_F(RendererWebAudioDeviceImplTest, ChannelLayout) {
for (int ch = 1; ch < static_cast<int>(media::limits::kMaxChannels); ++ch) {
SCOPED_TRACE(base::StringPrintf("ch == %d", ch));
media::ChannelLayout layout = media::GuessChannelLayout(ch);
if (layout == media::CHANNEL_LAYOUT_UNSUPPORTED)
layout = media::CHANNEL_LAYOUT_DISCRETE;
SetupDevice(layout, ch);
media::AudioParameters sink_params =
webaudio_device_->get_sink_params_for_testing();
EXPECT_TRUE(sink_params.IsValid());
EXPECT_EQ(layout, sink_params.channel_layout());
EXPECT_EQ(ch, sink_params.channels());
}
}
TEST_F(RendererWebAudioDeviceImplTest, TestLatencyHintValues) {
blink::WebAudioLatencyHint interactiveLatencyHint(
blink::WebAudioLatencyHint::kCategoryInteractive);
int interactiveBufferSize =
media::AudioLatency::GetInteractiveBufferSize(kHardwareBufferSize);
SetupDevice(interactiveLatencyHint);
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), interactiveBufferSize);
webaudio_device_->Start();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), interactiveBufferSize);
webaudio_device_->Stop();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), interactiveBufferSize);
webaudio_device_->Start();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), interactiveBufferSize);
webaudio_device_->Stop();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), interactiveBufferSize);
blink::WebAudioLatencyHint balancedLatencyHint(
blink::WebAudioLatencyHint::kCategoryBalanced);
int balancedBufferSize = media::AudioLatency::GetRtcBufferSize(
kHardwareSampleRate, kHardwareBufferSize);
SetupDevice(balancedLatencyHint);
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), balancedBufferSize);
webaudio_device_->Start();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), balancedBufferSize);
webaudio_device_->Stop();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), balancedBufferSize);
webaudio_device_->Start();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), balancedBufferSize);
webaudio_device_->Stop();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), balancedBufferSize);
blink::WebAudioLatencyHint playbackLatencyHint(
blink::WebAudioLatencyHint::kCategoryPlayback);
int playbackBufferSize = media::AudioLatency::GetHighLatencyBufferSize(
kHardwareSampleRate, kHardwareBufferSize);
SetupDevice(playbackLatencyHint);
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), playbackBufferSize);
webaudio_device_->Start();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), playbackBufferSize);
webaudio_device_->Stop();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), playbackBufferSize);
webaudio_device_->Start();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), playbackBufferSize);
webaudio_device_->Stop();
EXPECT_EQ(webaudio_device_->SampleRate(), kHardwareSampleRate);
EXPECT_EQ(webaudio_device_->FramesPerBuffer(), playbackBufferSize);
#if !defined(OS_ANDROID)
EXPECT_GE(playbackBufferSize, balancedBufferSize);
EXPECT_GE(balancedBufferSize, interactiveBufferSize);
#endif
}
} // namespace content
| [
"jacob-chen@iotwrt.com"
] | jacob-chen@iotwrt.com |
06a7c22504ba016fb8b1b804619e2c5455be0b18 | f56544a64dc497ef59786008781b402850225efd | /Sem 3/OOP/Assignment 5/sol4.cpp | d2f2224012e4d42480a29a4ea3399d6b05d8ca2c | [
"MIT"
] | permissive | debargham14/bcse-lab | 880cedf1f516e45f14be45fa8fad0cedc31338d5 | b18aa46d18a500c9dc46d899ef51af46cfa722ff | refs/heads/main | 2023-06-30T06:08:27.783926 | 2021-07-27T14:03:52 | 2021-07-27T14:03:52 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 610 | cpp | #include <iostream>
using namespace std;
class Cricketer {
char name[31];
char dob[11];
int matchesplayed;
public:
void getData ();
void showData ();
};
class Batsman: virtual public Cricketer {
int totalruns;
float battingaverage;
public:
void getData ();
void showData ();
};
class Bowler: virtual public Cricketer {
int wickets;
float economy;
public:
void getData ();
void showData ();
};
class DoubleWicketPair {
Batsman Bat;
Bowler Ball;
public:
void getData ();
void showData ();
};
class AllRounder: public Batsman, public Bowler {
public:
void getData ();
void showData ();
};
| [
"neel.pal26@gmail.com"
] | neel.pal26@gmail.com |
adab1958ca90944ab1f968f3984053690addee32 | c63682636ce087046491a1325b959020a4cf8e5e | /.history/src/drivers/distance_sensor/teraranger/teraranger_main_20201231182824.cpp | c31e2dfe30962b3fe3ee56d62097d9c156885c9d | [
"BSD-3-Clause"
] | permissive | alsarmie/KTH-CAS-UAV-DD2414 | 9a6ec23acde6bcf9bda1ac0e8dcc5bc300c70d6f | a93e127443e872638ca6ef017d72d2ec7c9fcb30 | refs/heads/master | 2023-02-08T08:09:34.687392 | 2021-01-05T00:56:11 | 2021-01-05T00:56:11 | 325,419,987 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,079 | cpp | /****************************************************************************
*
* Copyright (c) 2013-2020 PX4 Development Team. 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.
* 3. Neither the name PX4 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.
*
****************************************************************************/
#include "TERARANGER.hpp"
#include <px4_platform_common/getopt.h>
#include <px4_platform_common/module.h>
void
TERARANGER::print_usage()
{
PRINT_MODULE_DESCRIPTION(
R"DESCR_STR(
### Description
I2C bus driver for TeraRanger rangefinders.
The sensor/driver must be enabled using the parameter SENS_EN_TRANGER.
Setup/usage information: https://docs.px4.io/master/en/sensor/rangefinders.html#teraranger-rangefinders
)DESCR_STR");
PRINT_MODULE_USAGE_NAME("teraranger", "driver");
PRINT_MODULE_USAGE_SUBCATEGORY("distance_sensor");
PRINT_MODULE_USAGE_COMMAND("start");
PRINT_MODULE_USAGE_PARAMS_I2C_SPI_DRIVER(true, false);
PRINT_MODULE_USAGE_PARAM_INT('R', 25, 0, 25, "Sensor rotation - downward facing by default", true);
PRINT_MODULE_USAGE_DEFAULT_COMMANDS();
}
I2CSPIDriverBase *TERARANGER::instantiate(const BusCLIArguments &cli, const BusInstanceIterator &iterator,
int runtime_instance)
{
TERARANGER *instance = new TERARANGER(iterator.configuredBusOption(), iterator.bus(), cli.orientation, cli.bus_frequency);
if (instance == nullptr) {
PX4_ERR("alloc failed");
return nullptr;
}
if (instance->init() != PX4_OK) {
delete instance;
return nullptr;
}
instance->start();
return instance;
}
extern "C" __EXPORT int teraranger_main(int argc, char *argv[])
{
int ch;
using ThisDriver = TERARANGER;
BusCLIArguments cli{true, false};
cli.orientation = distance_sensor_s::ROTATION_DOWNWARD_FACING;
cli.default_i2c_frequency = 400000;
int probing = ThisDriver::probe_address(TERARANGER_EVO_BASEADDR);
printf("Is there a Teraranger? %d\n",probing);
while ((ch = cli.getopt(argc, argv, "R:")) != EOF) {
switch (ch) {
case 'R':
cli.orientation = atoi(cli.optarg());
break;
}
}
const char *verb = cli.optarg();
if (!verb) {
ThisDriver::print_usage();
return -1;
}
BusInstanceIterator iterator(MODULE_NAME, cli, DRV_DIST_DEVTYPE_TERARANGER);
if (!strcmp(verb, "start")) {
static int a {-1};
//while(a == -1){
a = ThisDriver::module_start(cli, iterator);
printf(" Start module failed? %d \n",a);
//}
return a;//ThisDriver::module_start(cli, iterator);
}
if (!strcmp(verb, "stop")) {
return ThisDriver::module_stop(iterator);
}
if (!strcmp(verb, "status")) {
return ThisDriver::module_status(iterator);
}
ThisDriver::print_usage();
return -1;
}
| [
"lasg@kth.se"
] | lasg@kth.se |
9d65c984bf9b45c8c7b4ad94dd69a59ccf694b68 | bb13ab5947b2ebee697129208c4cb8304a30889b | /emulation/apps/memcachekv/loadbalancer.h | 821a40dae202e58aa312a94b63ed6d7d6f7dcf86 | [] | no_license | nus-sys/pegasus | 920d9d8a6f3636abd0e896f4e27b69a930daf5d2 | 3caafedeb0ea6f84450718315873e99e68794e58 | refs/heads/master | 2022-12-29T12:45:28.588342 | 2020-10-16T02:09:27 | 2020-10-16T02:09:27 | 292,980,608 | 8 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 3,891 | h | #ifndef _MEMCACHEKV_LOADBALANCER_H_
#define _MEMCACHEKV_LOADBALANCER_H_
#include <set>
#include <atomic>
#include <pthread.h>
#include <tbb/concurrent_vector.h>
#include <tbb/concurrent_unordered_map.h>
#include <tbb/concurrent_unordered_set.h>
#include <application.h>
#include <apps/memcachekv/message.h>
typedef uint16_t identifier_t;
typedef uint8_t op_type_t;
typedef uint32_t keyhash_t;
typedef uint8_t node_t;
typedef uint16_t load_t;
typedef uint32_t ver_t;
typedef uint32_t req_id_t;
typedef uint32_t req_time_t;
typedef uint8_t result_t;
typedef uint16_t key_len_t;
typedef uint32_t bitmap_t;
typedef uint64_t count_t;
namespace memcachekv {
/* Pegasus header */
struct PegasusHeader {
op_type_t op_type;
keyhash_t keyhash;
node_t client_id;
node_t server_id;
load_t load;
ver_t ver;
const char *key;
size_t key_len;
};
/* Process pipeline metadata */
struct MetaData {
bool is_server;
bool forward;
bool is_rkey;
node_t dst;
};
#define MAX_REPLICAS 32
/* Replica set */
class RSetData {
public:
RSetData();
RSetData(ver_t ver, node_t replica);
RSetData(const RSetData &r);
ver_t get_ver_completed() const;
node_t select() const;
void insert(node_t replica);
void reset(ver_t ver, node_t replica);
void shared_lock();
void exclusive_lock();
void unlock();
private:
pthread_rwlock_t lock;
ver_t ver_completed;
unsigned long bitmap;
size_t size;
node_t replicas[MAX_REPLICAS];
};
class LoadBalancer : public Application {
public:
LoadBalancer(Configuration *config);
~LoadBalancer();
virtual void receive_message(const Message &msg,
const Address &addr,
int tid) override final;
virtual bool receive_raw(void *buf, void *tdata, int tid) override final;
virtual void run() override final;
virtual void run_thread(int tid) override final;
private:
bool parse_pegasus_header(const void *pkt, struct PegasusHeader &header);
void rewrite_pegasus_header(void *pkt, const struct PegasusHeader &header);
void rewrite_address(void *pkt, struct MetaData &meta);
void calculate_chksum(void *pkt);
void process_pegasus_header(struct PegasusHeader &header,
struct MetaData &meta);
void handle_read_req(struct PegasusHeader &header,
struct MetaData &meta);
void handle_write_req(struct PegasusHeader &header,
struct MetaData &meta);
void handle_reply(struct PegasusHeader &header,
struct MetaData &meta);
void handle_mgr_req(struct PegasusHeader &header,
struct MetaData &meta);
void handle_mgr_ack(struct PegasusHeader &header,
struct MetaData &meta);
void update_stats(const struct PegasusHeader &header,
const struct MetaData &meta);
void add_rkey(keyhash_t keyhash, const std::string &key);
void replace_rkey(keyhash_t newhash, const std::string &newkey,
keyhash_t oldhash, const std::string &oldkey);
Configuration *config;
ControllerCodec *ctrl_codec;
std::atomic_uint ver_next;
static const size_t MAX_RSET_SIZE = 32;
tbb::concurrent_unordered_map<keyhash_t, RSetData> rset;
RSetData all_servers;
pthread_rwlock_t stats_lock;
tbb::concurrent_unordered_map<keyhash_t, count_t> rkey_access_count;
tbb::concurrent_unordered_map<keyhash_t, count_t> ukey_access_count;
tbb::concurrent_unordered_map<keyhash_t, std::string> hot_ukeys;
std::unordered_map<keyhash_t, std::string> rkeys;
static const int STATS_SAMPLE_RATE = 1000;
static const int STATS_HK_THRESHOLD = 4;
static const int STATS_EPOCH = 10000;
};
} // namespace memcachekv
#endif /* _MEMCACHEKV_LOADBALANCER_H_ */
| [
"lijl@comp.nus.edu.sg"
] | lijl@comp.nus.edu.sg |
ccd9bddbc638a1b5e00f7f1c70c4457f8b1d3536 | e7dafcc161aae5ba238991bb1d5a7ecbfa4ce244 | /right/right.ino | 2b3fb09f9e882aa03e230820c7379174e7c6787b | [] | no_license | jeffsharris/firewalker | 71be5370eb7cc8a4688311c95032695248290048 | fa53764843fcdd9fde2190efe3dd1947e82c9fe0 | refs/heads/master | 2021-03-12T20:22:01.571430 | 2014-08-31T19:49:28 | 2014-08-31T19:49:28 | 22,050,666 | 3 | 0 | null | 2020-10-30T18:33:44 | 2014-07-21T03:38:05 | Arduino | UTF-8 | C++ | false | false | 13,372 | ino | // 'Firewalker' LED sneakers sketch for Adafruit NeoPixels by Phillip Burgess
// Uses self-calibrating code by Jeff H.
// Switches between modes every time power is turned off
// Each mode displays arbitrary user-defined colors
#include <Adafruit_NeoPixel.h>
#include <elapsedMillis.h>
#include <EEPROM.h>
// User-defined colors. Add more if desired
const uint8_t BLACK[] = {0,0,0};
const uint8_t RED[] = {255,0,0};
const uint8_t GREEN[] = {0,255,0};
const uint8_t BLUE[] = {0,0,255};
const uint8_t YELLOW[] = {255,255,0};
const uint8_t MAGENTA[] = {255,0,255};
const uint8_t CYAN[] = {0,255,255};
const uint8_t WHITE[] = {255,255,255};
// List of program mode names. You can add new modes here. Modes are defined in function setMode()
typedef enum {MODE_FIRE, MODE_RGB, MODE_CMY, MODE_BGY} progmode;
#define MODEADDRESS 100 // Byte address in EEPROM to use for the mode counter (0-1023).
// Gamma correction table for LED brightness
uint8_t gamma[] PROGMEM = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2,
2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 5, 5, 5,
5, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 9, 9, 9, 10,
10, 10, 11, 11, 11, 12, 12, 13, 13, 13, 14, 14, 15, 15, 16, 16,
17, 17, 18, 18, 19, 19, 20, 20, 21, 21, 22, 22, 23, 24, 24, 25,
25, 26, 27, 27, 28, 29, 29, 30, 31, 32, 32, 33, 34, 35, 35, 36,
37, 38, 39, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 50,
51, 52, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 66, 67, 68,
69, 70, 72, 73, 74, 75, 77, 78, 79, 81, 82, 83, 85, 86, 87, 89,
90, 92, 93, 95, 96, 98, 99,101,102,104,105,107,109,110,112,114,
115,117,119,120,122,124,126,127,129,131,133,135,137,138,140,142,
144,146,148,150,152,154,156,158,160,162,164,167,169,171,173,175,
177,180,182,184,186,189,191,193,196,198,200,203,205,208,210,213,
215,218,220,223,225,228,231,233,236,239,241,244,247,249,252,255 };
// LEDs go around the full perimeter of the shoe sole, but the step animation
// is mirrored on both the inside and outside faces, while the strip doesn't
// necessarily start and end at the heel or toe. These constants help configure
// the strip and shoe sizes, and the positions of the front- and rear-most LEDs.
// Becky's shoes: 39 LEDs total, 20 LEDs long, LED #5 at back.
// Phil's shoes: 43 LEDs total, 22 LEDs long, LED #6 at back.
#define N_LEDS 42 // TOTAL number of LEDs in strip
#define SHOE_LEN_LEDS 22 // Number of LEDs down ONE SIDE of shoe
#define SHOE_LED_BACK 8 // Index of REAR-MOST LED on shoe
#define STEP_PIN A9 // Analog input for footstep
#define LED_PIN 6 // NeoPixel strip is connected here
#define MAXSTEPS 3 // Process (up to) this many concurrent steps
Adafruit_NeoPixel strip = Adafruit_NeoPixel(N_LEDS, LED_PIN, NEO_GRB + NEO_KHZ800);
int
stepMag[MAXSTEPS], // Magnitude of steps
stepX[MAXSTEPS], // Position of 'step wave' along strip
mag[SHOE_LEN_LEDS], // Brightness buffer (one side of shoe)
stepFiltered, // Current filtered pressure reading
stepCount, // Number of 'frames' current step has lasted
stepMin, // Minimum reading during current step
stepTrigger, // Reading must be below this to trigger ste
stepHysteresis, // After trigger, must return to this level
multiplier; // Used to map the difference between the hysteresis threshold and the max pressure to an index in a 255 long array.
uint8_t
stepNum = 0, // Current step number in stepMag/stepX tables
dup[SHOE_LEN_LEDS], // Inside/outside copy indexes
color0[3], // "darkest" color (use BLACK for fade-out)
color1[3], // "second-darkest" color
color2[3], // "second-brightest" color
color3[3]; // "brightest" color
boolean
stepping = false; // If set, step was triggered, waiting to release
// setMode() reads the current value of the mode counter and applies
// whatever colors you define for each mode. The mode that will be used
// next time you turn on the shoes is defined by the variable nextmode.
void setMode() {
progmode currentmode = (progmode)EEPROM.read(MODEADDRESS); // read mode counter from EEPROM (non-volatile memory)
progmode nextmode;
switch(currentmode) {
default:
case MODE_FIRE:
memcpy(color0, BLACK, 3);
memcpy(color1, RED, 3);
memcpy(color2, YELLOW, 3);
memcpy(color3, WHITE, 3);
nextmode = MODE_RGB;
break;
case MODE_RGB:
memcpy(color0, BLACK, 3);
memcpy(color1, RED, 3);
memcpy(color2, GREEN, 3);
memcpy(color3, BLUE, 3);
nextmode = MODE_CMY;
break;
case MODE_CMY:
memcpy(color0, BLACK, 3);
memcpy(color1, CYAN, 3);
memcpy(color2, MAGENTA, 3);
memcpy(color3, YELLOW, 3);
nextmode = MODE_BGY;
break;
case MODE_BGY:
memcpy(color0, BLACK, 3);
memcpy(color1, BLUE, 3);
memcpy(color2, GREEN, 3);
memcpy(color3, YELLOW, 3);
nextmode = MODE_FIRE;
break;
}
EEPROM.write(MODEADDRESS, (uint8_t)nextmode);
}
// When you first start the program, all 4 colors for the current mode
// are displayed using this function before calibration starts.
void displayColors() {
for (long i=0; i<N_LEDS; i++) {
uint8_t r = rValue(i*25L);
uint8_t g = gValue(i*25L);
uint8_t b = bValue(i*25L);
strip.setPixelColor(i, r, g, b);
}
strip.show();
}
void setAllToColor(uint8_t r, uint8_t g, uint8_t b) {
for(int i=0; i<N_LEDS; i++) {
strip.setPixelColor(i, r, g, b);
}
strip.show();
}
void calibrate() {
// Calculate the trigger and hysteresis values
elapsedMillis timer;
int count = 10;
int maxes[count]; // Keep track of the biggest and smallest values observed
int mins[count]; // Keep track of the biggest and smallest values observed
for(int i=0; i<count; i++) {
maxes[i] = 0;
mins[i] = 1000;
}
displayColors();
while (timer < 5000) { // Calibrate for 5 seconds
stepFiltered = ((stepFiltered * 3) + analogRead(STEP_PIN)) >> 2;
Serial.print("stepFitered calibration = " );
Serial.println(stepFiltered);
for(int i=0; i<count; i++) {
if (stepFiltered > maxes[i]) { // If this value is bigger, add it to the array
for(int j=count-1; j > i; j--) { // Push the lowest value out of the array
maxes[j] = maxes[j-1];
}
maxes[i] = stepFiltered; // Add the new value
continue;
}
}
for(int i=0; i<count; i++) { // Same deal but for mins
if (stepFiltered < mins[i]) {
for(int j=count-1; j > i; j--) {
mins[j] = mins[j-1];
}
mins[i] = stepFiltered;
continue;
}
}
}
setAllToColor(0, 0, 0);
stepTrigger = mins[count-1] + (maxes[count-1] - mins[count-1]) * 0.4; // The best values for your shoes may not be 0.4 and 0.5.
stepHysteresis = mins[count-1] + (maxes[count-1] - mins[count-1]) * 0.5; // It will depend on your specific sensor
multiplier = 1800 / (stepHysteresis - mins[count-1]); // This magic value is chosen so there's a mix of all colors
Serial.print("Trigger = ");
Serial.println(stepTrigger);
Serial.print("Hysteresis = ");
Serial.println(stepHysteresis);
Serial.print("Multiplier = ");
Serial.println(multiplier);
}
void setup() {
Serial.begin(9600);
setMode();
pinMode(9, INPUT_PULLUP); // Set internal pullup resistor for sensor pin
// As previously mentioned, the step animation is mirrored on the inside and
// outside faces of the shoe. To avoid a bunch of math and offsets later, the
// 'dup' array indicates where each pixel on the outside face of the shoe should
// be copied on the inside. (255 = don't copy, as on front- or rear-most LEDs).
// Later, the colors for the outside face of the shoe are calculated and then get
// copied to the appropriate positions on the inside face.
memset(dup, 255, sizeof(dup));
int8_t a, b;
for(a=1 , b=SHOE_LED_BACK-1 ; b>=0 ;) dup[a++] = b--;
for(a=SHOE_LEN_LEDS-2, b=SHOE_LED_BACK+SHOE_LEN_LEDS; b<N_LEDS;) dup[a--] = b++;
// Clear step magnitude and position buffers
memset(stepMag, 0, sizeof(stepMag));
memset(stepX , 0, sizeof(stepX));
strip.begin();
stepFiltered = analogRead(STEP_PIN); // Initial input
calibrate();
}
void loop() {
uint8_t i, j;
// Read analog input, with a little noise filtering
stepFiltered = ((stepFiltered * 3) + analogRead(STEP_PIN)) >> 2;
Serial.print("stepFitered = " );
Serial.println(stepFiltered);
// The strip doesn't simply display the current pressure reading. Instead,
// there's a bit of an animated flourish from heel to toe. This takes time,
// and during quick foot-tapping there could be multiple step animations
// 'in flight,' so a short list is kept.
if(stepping) { // If a step was previously triggered...
if(stepFiltered >= stepHysteresis) { // Has step let up?
stepping = false; // Yep! Stop monitoring.
// Add new step to the step list (may be multiple in flight)
stepMag[stepNum] = (stepHysteresis - stepMin) * multiplier; // Step intensity
stepX[stepNum] = -80; // Position starts behind heel, moves forward
if(++stepNum >= MAXSTEPS) stepNum = 0; // If many, overwrite oldest
} else if(stepFiltered < stepMin) stepMin = stepFiltered; // Track min val
} else if(stepFiltered < stepTrigger) { // No step yet; watch for trigger
stepping = true; // Got one!
stepMin = stepFiltered; // Note initial value
}
// Render a 'brightness map' for all steps in flight. It's like
// a grayscale image; there's no color yet, just intensities.
int mx1, px1, px2, m;
memset(mag, 0, sizeof(mag)); // Clear magnitude buffer
for(i=0; i<MAXSTEPS; i++) { // For each step...
if(stepMag[i] <= 0) continue; // Skip if inactive
for(j=0; j<SHOE_LEN_LEDS; j++) { // For each LED...
// Each step has sort of a 'wave' that's part of the animation,
// moving from heel to toe. The wave position has sub-pixel
// resolution (4X), and is up to 80 units (20 pixels) long.
mx1 = (j << 2) - stepX[i]; // Position of LED along wave
if((mx1 <= 0) || (mx1 >= 80)) continue; // Out of range
if(mx1 > 64) { // Rising edge of wave; ramp up fast (4 px)
m = ((long)stepMag[i] * (long)(80 - mx1)) >> 4;
} else { // Falling edge of wave; fade slow (16 px)
m = ((long)stepMag[i] * (long)mx1) >> 6;
}
mag[j] += m; // Add magnitude to buffered sum
}
stepX[i]++; // Update position of step wave
if(stepX[i] >= (80 + (SHOE_LEN_LEDS << 2)))
stepMag[i] = 0; // Off end; disable step wave
else
stepMag[i] = ((long)stepMag[i] * 127L) >> 7; // Fade
}
// For a little visual interest, some 'sparkle' is added.
// The cumulative step magnitude is added to one pixel at random.
long sum = 0;
for(i=0; i<MAXSTEPS; i++) sum += stepMag[i];
if(sum > 0) {
i = random(SHOE_LEN_LEDS);
mag[i] += sum / 4;
}
// Now the grayscale magnitude buffer is remapped to color for the LEDs.
// The code below uses a blackbody palette, which fades from white to yellow
// to red to black. The goal here was specifically a "walking on fire"
// aesthetic, so the usual ostentatious rainbow of hues seen in most LED
// projects is purposefully skipped in favor of a more plain effect.
uint8_t r, g, b;
long level;
for(i=0; i<SHOE_LEN_LEDS; i++) { // For each LED on one side...
level = mag[i]; // Pixel magnitude (brightness)
r = rValue(level);
g = gValue(level);
b = bValue(level);
// Set R/G/B color along outside of shoe
strip.setPixelColor(i+SHOE_LED_BACK, r, g, b);
// Pixels along inside are funny...
j = dup[i];
if(j < 255) strip.setPixelColor(j, r, g, b);
}
strip.show();
delayMicroseconds(3000);
}
// The following three functions do the math to smoothly change between any
// arbitrary set of colors depending on the "brightness" level.
// level = 0: color0
// level = 256: color1
// level = 512: color2
// level = 768+: color3
uint8_t rValue(long level) {
uint8_t r;
if(level < 256) {
r = pgm_read_byte(&gamma[(color0[0]*(255L-level) + color1[0]*(level) + 128L)>>8]);
} else if (level < 512) {
r = pgm_read_byte(&gamma[(color1[0]*(255L-(level-256L)) + color2[0]*(level-256L) + 128L)>>8]);
} else if (level < 768) {
r = pgm_read_byte(&gamma[(color2[0]*(255L-(level-512L)) + color3[0]*(level-512L) + 128L)>>8]);
} else {
r = pgm_read_byte(&gamma[color3[0]]);
}
return r;
}
uint8_t gValue(long level) {
uint8_t g;
if(level < 256) {
g = pgm_read_byte(&gamma[(color0[1]*(255L-level) + color1[1]*(level) + 128L)>>8]);
} else if (level < 512) {
g = pgm_read_byte(&gamma[(color1[1]*(255L-(level-256L)) + color2[1]*(level-256L) + 128L)>>8]);
} else if (level < 768) {
g = pgm_read_byte(&gamma[(color2[1]*(255L-(level-512L)) + color3[1]*(level-512L) + 128L)>>8]);
} else {
g = pgm_read_byte(&gamma[color3[1]]);
}
return g;
}
uint8_t bValue(long level) {
uint8_t b;
if(level < 256) {
b = pgm_read_byte(&gamma[(color0[2]*(255L-level) + color1[2]*(level) + 128L)>>8]);
} else if (level < 512) {
b = pgm_read_byte(&gamma[(color1[2]*(255L-(level-256L)) + color2[2]*(level-256L) + 128L)>>8]);
} else if (level < 768) {
b = pgm_read_byte(&gamma[(color2[2]*(255L-(level-512L)) + color3[2]*(level-512L) + 128L)>>8]);
} else {
b = pgm_read_byte(&gamma[color3[2]]);
}
return b;
}
| [
"jeff.s.harris@gmail.com"
] | jeff.s.harris@gmail.com |
c805157dff4fbe64b020f0f13b687694df3b098c | 325c8b74d6a0f8bfa4c4ada8c8afc99e6521e4b7 | /ece5760/FinalProjects/s2018/mch258_mtr73_jsp263/final_report_mch258_mtr73_jsp263/final_report_mch258_mtr73_jsp263/code/software/socket_util.cpp | 30d59ff34bea81b3e1eafb7849b1a10cccad72ed | [] | no_license | cry583/DigitalDesign | 8b000b48cff45199e038979475aff30fcd625f7d | 428365b8ffeab5b768e0a7f7b370051c2200de50 | refs/heads/master | 2022-01-12T03:57:23.976758 | 2019-02-02T20:16:05 | 2019-02-02T20:16:05 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,398 | cpp | #include "socket_util.h"
#include <arpa/inet.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <stdlib.h>
#include <unistd.h>
void SocketUtil::sendData(int sock, uint8_t* data, int size) {
send(sock, data, size, MSG_NOSIGNAL);
}
int SocketUtil::receiveData(int sock, uint8_t* buffer, int size) {
int bytes_read = 0;
while (bytes_read < size) {
int bytes_to_read = std::min(1024, size - bytes_read);
int result = read(sock, buffer + bytes_read, bytes_to_read);
if (result < 1) {
return -1;
}
bytes_read += result;
}
return 0;
}
void SocketUtil::sendPacket(int sock, std::vector<uint8_t> data) {
uint32_t packet_size = data.size();
uint8_t packet_header [4];
((uint32_t*) packet_header)[0] = htonl(packet_size);
sendData(sock, packet_header, 4);
sendData(sock, &data[0], packet_size);
}
std::vector<uint8_t> SocketUtil::receivePacket(int sock) {
// Receive packet header.
uint8_t packet_header [4];
int err = receiveData(sock, packet_header, 4);
if (err == -1) return std::vector<uint8_t>();
uint32_t packet_size = ntohl(((uint32_t*) packet_header)[0]);
// Receive packet body.
uint8_t packet_body [packet_size];
receiveData(sock, packet_body, packet_size);
std::vector<uint8_t> result(packet_body, packet_body + packet_size);
return result;
}
| [
"twtravel@126.com"
] | twtravel@126.com |
fc3f4d5a102b35343528cd51b7154bab4bdf60b5 | be71ae0cc49d26004a2364931d0a7f4ce372b793 | /Temp/il2cppOutput/il2cppOutput/mscorlib13.cpp | a22ccf46788ab09006c5b4557f521432ffca0b88 | [] | no_license | uguraltas/TesterYou-Game | 4c4a53a4650da6b6045a72c9c65a1b5a5e9a38e9 | 81535c43257fd9057eff46b34df604b627d1d110 | refs/heads/master | 2022-04-18T07:43:26.255334 | 2020-04-12T11:51:18 | 2020-04-12T11:51:18 | 255,070,822 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,689,610 | 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 "icalls/mscorlib/System.Security.Cryptography/RNGCryptoServiceProvider.h"
#include "icalls/mscorlib/System/String.h"
#include "il2cpp-object-internals.h"
template <typename T1, typename T2, typename T3>
struct VirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, 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);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
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, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct VirtFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct VirtFuncInvoker7
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, 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);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct VirtFuncInvoker6
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
// Microsoft.Win32.SafeHandles.SafeFileHandle
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB;
// Mono.Globalization.Unicode.SimpleCollator
struct SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89;
// Mono.Xml.SecurityParser
struct SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714;
// Mono.Xml.SmallXmlParser/AttrListImpl
struct AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63;
// Mono.Xml.SmallXmlParser/IContentHandler
struct IContentHandler_tD4FEA788515878D2DFEA5CBE7F6A008DD7629B8E;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74;
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07;
// System.ByteMatcher
struct ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9;
// System.CharEnumerator
struct CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator>
struct Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Generic.IEnumerator`1<System.Char>
struct IEnumerator_1_t387105D0C86717A466D95275A7A3B452ABAE584B;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.Stack
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643;
// System.Console/InternalCancelHandler
struct InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A;
// System.ConsoleCancelEventHandler
struct ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4;
// System.CultureAwareComparer
struct CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Exception
struct Exception_t;
// System.Func`2<System.Object,System.Int32>
struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6;
// System.Func`2<System.Object,System.String>
struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.SortVersion
struct SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IConvertible
struct IConvertible_tB52671A602A64FCCFD27EA5817E2A6C2B693D380;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.CStreamWriter
struct CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450;
// System.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418;
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IO.StreamReader
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E;
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A;
// System.IO.TextWriter
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF;
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.NullReferenceException
struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC;
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.OrdinalComparer
struct OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A;
// System.OutOfMemoryException
struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7;
// System.ParameterizedStrings/FormatParam[]
struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5;
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A;
// System.Security.Cryptography.CryptographicUnexpectedOperationException
struct CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE;
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA;
// System.Security.Cryptography.RNGCryptoServiceProvider
struct RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.Security.Cryptography.SHA1
struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA;
// System.Security.Cryptography.SHA1CryptoServiceProvider
struct SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D;
// System.Security.Cryptography.SHA1Internal
struct SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8;
// System.Security.Policy.Evidence
struct Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307;
// System.Security.Policy.Evidence/EvidenceEnumerator
struct EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3;
// System.Security.SecurityElement
struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7;
// System.Security.SecurityElement/SecurityAttribute
struct SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A;
// System.Security.SecurityException
struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5;
// System.Security.XmlSyntaxException
struct XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7;
// System.SerializableAttribute
struct SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F;
// System.StackOverflowException
struct StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC;
// System.String
struct String_t;
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
// System.TermInfoDriver
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653;
// System.TermInfoReader
struct TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C;
// System.Text.ASCIIEncoding
struct ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9;
// System.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
// System.Text.DecoderExceptionFallback
struct DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9;
// System.Text.DecoderExceptionFallbackBuffer
struct DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.DecoderFallbackBuffer
struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C;
// System.Text.DecoderFallbackException
struct DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A;
// System.Text.DecoderNLS
struct DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD;
// System.Text.DecoderReplacementFallback
struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742;
// System.Text.Encoder
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.EncoderFallbackBuffer
struct EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C;
// System.Text.EncoderNLS
struct EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8;
// System.Text.EncoderReplacementFallback
struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____121EC59E23F7559B28D338D562528F6299C2DE22_2_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____399BD13E240F33F808CA7940293D6EC4E6FD5A00_17_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BF5EB60806ECB74EE484105DD9D6F463BF994867_79_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____CE93C35B755802BC4B3D180716B048FC61701EF7_83_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EBF68F411848D603D059DFDEA2321C5A5EA78044_93_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral03C7B3D3B9655EACE132158A150DCD952FEB9A0A;
IL2CPP_EXTERN_C String_t* _stringLiteral046490AF8515A05693281DF74BD30B0BD06C83E0;
IL2CPP_EXTERN_C String_t* _stringLiteral048251B7F14BEBC4F04C6E75383D0CCE50A9CC5A;
IL2CPP_EXTERN_C String_t* _stringLiteral048B0CB1B94379C74E7E8C8EDE496E3EDBEA3386;
IL2CPP_EXTERN_C String_t* _stringLiteral0498E94C4956DFAA08F19AE2A65E26A19A16C9A9;
IL2CPP_EXTERN_C String_t* _stringLiteral08538A1A7BAEAE9E6D01BC0A536BDD942B56B316;
IL2CPP_EXTERN_C String_t* _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194;
IL2CPP_EXTERN_C String_t* _stringLiteral0CF1BC84BB8BACA804F9015A158E88642D415FFA;
IL2CPP_EXTERN_C String_t* _stringLiteral0E93069C40111CD62DAC2CD02CD71DAFFDB01CC0;
IL2CPP_EXTERN_C String_t* _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9;
IL2CPP_EXTERN_C String_t* _stringLiteral12920A6DEFA3B28C3DCA98A403DE3B913EAD85E2;
IL2CPP_EXTERN_C String_t* _stringLiteral12B316FD412591B95637D99714DDDBD3638B2D91;
IL2CPP_EXTERN_C String_t* _stringLiteral12C0F1FBADC4046B5F2BB9E063B227EF8750D9D6;
IL2CPP_EXTERN_C String_t* _stringLiteral148AD7EB924EA204A6D3EA8E34EF9AAD04C02287;
IL2CPP_EXTERN_C String_t* _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336;
IL2CPP_EXTERN_C String_t* _stringLiteral16A2FC77086B1F5E4B5D8B40D2BDA0C400F720EC;
IL2CPP_EXTERN_C String_t* _stringLiteral16EB8777E959D7B27E2B789B3CA1ACBE67DA94BD;
IL2CPP_EXTERN_C String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
IL2CPP_EXTERN_C String_t* _stringLiteral23C470084C11AED675C34B4BA1F2522082975AF1;
IL2CPP_EXTERN_C String_t* _stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59;
IL2CPP_EXTERN_C String_t* _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
IL2CPP_EXTERN_C String_t* _stringLiteral280507135B35508066C53B22AF4306EE338E7C60;
IL2CPP_EXTERN_C String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6;
IL2CPP_EXTERN_C String_t* _stringLiteral2B39DE99D21C8630A2990E84BE2F7222699275A1;
IL2CPP_EXTERN_C String_t* _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976;
IL2CPP_EXTERN_C String_t* _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D;
IL2CPP_EXTERN_C String_t* _stringLiteral33B5FF620EE9A16D40627E9D0C64AAB763B1328C;
IL2CPP_EXTERN_C String_t* _stringLiteral3442496B96DD01591A8CD44B1EEC1368AB728ABA;
IL2CPP_EXTERN_C String_t* _stringLiteral3444544653349475D68381021F02AE9EECD2961E;
IL2CPP_EXTERN_C String_t* _stringLiteral3D54973F528B01019A58A52D34D518405A01B891;
IL2CPP_EXTERN_C String_t* _stringLiteral3F1A0D1D0F6B2DF6299555699EA20A335495FD6A;
IL2CPP_EXTERN_C String_t* _stringLiteral41ACFBBE0BF9743D4D3DB3BED46D472A616254EF;
IL2CPP_EXTERN_C String_t* _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736;
IL2CPP_EXTERN_C String_t* _stringLiteral44B87FDC3140E2D8517F78B55C3F2FDA0B683070;
IL2CPP_EXTERN_C String_t* _stringLiteral4507298CF6128B9A09326DBFCBA2EC4E9985BB1E;
IL2CPP_EXTERN_C String_t* _stringLiteral463C9ACFFA099CA60B83F74DD23B2E4DE31E298B;
IL2CPP_EXTERN_C String_t* _stringLiteral47CD4F69F5982DAD8A76E172330DF0DF3975E470;
IL2CPP_EXTERN_C String_t* _stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC;
IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
IL2CPP_EXTERN_C String_t* _stringLiteral5333C95EEF3653ADA7FB3938F954312C6198A976;
IL2CPP_EXTERN_C String_t* _stringLiteral537FA6E787490E9ECBA018A19D88D636EEE975E6;
IL2CPP_EXTERN_C String_t* _stringLiteral54F697A1FF421E46F37022813A88D0937A82090C;
IL2CPP_EXTERN_C String_t* _stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7;
IL2CPP_EXTERN_C String_t* _stringLiteral5A0234F3919ECC6048578D5EE0BAF79692EF12EC;
IL2CPP_EXTERN_C String_t* _stringLiteral5AB326B7D63281F2A5AF4CE86B94441661DA24E8;
IL2CPP_EXTERN_C String_t* _stringLiteral5CFB387F58D99E3322C5AF64AC12951CCEB68B00;
IL2CPP_EXTERN_C String_t* _stringLiteral5D2C1A80D8C17E5A143AEE09C29A86838F18AB02;
IL2CPP_EXTERN_C String_t* _stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018;
IL2CPP_EXTERN_C String_t* _stringLiteral5E9B60F69165F32F8930843CA718E10FDEE30C52;
IL2CPP_EXTERN_C String_t* _stringLiteral61704373A947495A11FBA6387E0414334D9508DF;
IL2CPP_EXTERN_C String_t* _stringLiteral623648DF740187B2846C252CA97CC3429873E5D5;
IL2CPP_EXTERN_C String_t* _stringLiteral62836465B297BA5E6273FE13E6F591F548238688;
IL2CPP_EXTERN_C String_t* _stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5;
IL2CPP_EXTERN_C String_t* _stringLiteral696483704D16DC0D0AA02D381DB140459DD7C00F;
IL2CPP_EXTERN_C String_t* _stringLiteral6981EC6BB13A643A39ED7DD35F3DD6650620238F;
IL2CPP_EXTERN_C String_t* _stringLiteral6A4893C4EEAE8700C862720AB59471FECE1A9373;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
IL2CPP_EXTERN_C String_t* _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C;
IL2CPP_EXTERN_C String_t* _stringLiteral752DC7B690A17845DFFF515D1665F8F3DA8F6A97;
IL2CPP_EXTERN_C String_t* _stringLiteral7548027B0C55CC29D2F1F0D65A912FA6AF849839;
IL2CPP_EXTERN_C String_t* _stringLiteral757F441946A7036BA1BAA4B622FCDD632D09B0E5;
IL2CPP_EXTERN_C String_t* _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
IL2CPP_EXTERN_C String_t* _stringLiteral76ACCB4BD9C3BCE8D4A5747CAD7261F2CA45B960;
IL2CPP_EXTERN_C String_t* _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433;
IL2CPP_EXTERN_C String_t* _stringLiteral78D43FCD0BE7330E253C74120B80646111D6B9EE;
IL2CPP_EXTERN_C String_t* _stringLiteral7ACCA304FE963539CFDDCF6B8196F086F19C0105;
IL2CPP_EXTERN_C String_t* _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996;
IL2CPP_EXTERN_C String_t* _stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3;
IL2CPP_EXTERN_C String_t* _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE;
IL2CPP_EXTERN_C String_t* _stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710;
IL2CPP_EXTERN_C String_t* _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56;
IL2CPP_EXTERN_C String_t* _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D;
IL2CPP_EXTERN_C String_t* _stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA;
IL2CPP_EXTERN_C String_t* _stringLiteral90FE2EFBF2212023D446C732AD2C985C10D4AD16;
IL2CPP_EXTERN_C String_t* _stringLiteral9426F59FD8300D3D352341F3919A203E22AB9915;
IL2CPP_EXTERN_C String_t* _stringLiteral95521D9D0C3E39CEABCC90300C04F03585598066;
IL2CPP_EXTERN_C String_t* _stringLiteral96B0870F426F870B79B5128A4DEB01F78BEE8AE3;
IL2CPP_EXTERN_C String_t* _stringLiteral98826DAD5AB0C67046AE6B485440620CBBED7CAA;
IL2CPP_EXTERN_C String_t* _stringLiteral996AD5C7B881B0CC46DFFA2FBEFBEA98C1C47655;
IL2CPP_EXTERN_C String_t* _stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE;
IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
IL2CPP_EXTERN_C String_t* _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313;
IL2CPP_EXTERN_C String_t* _stringLiteral9F95E42A9F11709CE7A563982187B0A24E21DADA;
IL2CPP_EXTERN_C String_t* _stringLiteralA0D3EF0EBD76BE50BFA0338604860AC9D82E6789;
IL2CPP_EXTERN_C String_t* _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD;
IL2CPP_EXTERN_C String_t* _stringLiteralA581992EF2214628320EFA402E984AF6E5EA8654;
IL2CPP_EXTERN_C String_t* _stringLiteralA68739B8146CBEEFB78C59E616CD7CAE3AAB0FD0;
IL2CPP_EXTERN_C String_t* _stringLiteralAA446C31061E98A887E43DF65EBA2E37EDA483E8;
IL2CPP_EXTERN_C String_t* _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
IL2CPP_EXTERN_C String_t* _stringLiteralAC9231DA4082430AFE8F4D40127814C613648D8E;
IL2CPP_EXTERN_C String_t* _stringLiteralAD0E6BED8D1803B5C19513166F422BB6363C840E;
IL2CPP_EXTERN_C String_t* _stringLiteralAF2C7B4CA07AE6C74D261BC745E174DF8AB3FFEF;
IL2CPP_EXTERN_C String_t* _stringLiteralB0F0917F282BE2B990029398FE6CFE349F5CB5BC;
IL2CPP_EXTERN_C String_t* _stringLiteralB45CC055589AB275C804327AFE30E301E7882B22;
IL2CPP_EXTERN_C String_t* _stringLiteralB5F1095D9FEAB4C396657DBBFDF81773A1BA825E;
IL2CPP_EXTERN_C String_t* _stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB;
IL2CPP_EXTERN_C String_t* _stringLiteralB798D5ED9F6178D7BD39C0CC2EEBE6889DD57698;
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
IL2CPP_EXTERN_C String_t* _stringLiteralB8FE738136DDF0DA763B4C61CD03CB1E5226AE3C;
IL2CPP_EXTERN_C String_t* _stringLiteralB92BB037F637B193034E7C85B31D5A17CCE2C2D7;
IL2CPP_EXTERN_C String_t* _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B;
IL2CPP_EXTERN_C String_t* _stringLiteralBA324CA7B1C77FC20BB970D5AFF6EEA9377918A5;
IL2CPP_EXTERN_C String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8;
IL2CPP_EXTERN_C String_t* _stringLiteralC26F404BD297B248425BB88D6EF16BE5FAAA148F;
IL2CPP_EXTERN_C String_t* _stringLiteralC4DD3C8CDD8D7C95603DD67F1CD873D5F9148B29;
IL2CPP_EXTERN_C String_t* _stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E;
IL2CPP_EXTERN_C String_t* _stringLiteralC94AEC48B21CADC5BB8B140753EE1FF89E29C7BC;
IL2CPP_EXTERN_C String_t* _stringLiteralCA96269491D1B54BAE78372F8D395C9208E1C361;
IL2CPP_EXTERN_C String_t* _stringLiteralCAEEAB05C2A175307D7167265BB744072B8D72BE;
IL2CPP_EXTERN_C String_t* _stringLiteralCC6D272281C04D5B801101D3BEA324D4B5545C50;
IL2CPP_EXTERN_C String_t* _stringLiteralCCF15D90534EF306CC485DF0BB7E5C6AB6214C2A;
IL2CPP_EXTERN_C String_t* _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77;
IL2CPP_EXTERN_C String_t* _stringLiteralCF9FC0C2AB5E8591105D8AA81820AAC4B1AE2B7C;
IL2CPP_EXTERN_C String_t* _stringLiteralD2675D9B988085EFDE5C294B0082CF8C89F75454;
IL2CPP_EXTERN_C String_t* _stringLiteralD4705645F35332D972A6E70EF167CD075AD82BCC;
IL2CPP_EXTERN_C String_t* _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC;
IL2CPP_EXTERN_C String_t* _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764;
IL2CPP_EXTERN_C String_t* _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362;
IL2CPP_EXTERN_C String_t* _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
IL2CPP_EXTERN_C String_t* _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5;
IL2CPP_EXTERN_C String_t* _stringLiteralDDAEDD97AB3AA9648C164027570374EE027A98F2;
IL2CPP_EXTERN_C String_t* _stringLiteralE2BBF209AE0E6210387A30E3ED477444BDA8FE6E;
IL2CPP_EXTERN_C String_t* _stringLiteralE2E28A8EB171E8219151A13B9466DAFC7AF786C2;
IL2CPP_EXTERN_C String_t* _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25;
IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
IL2CPP_EXTERN_C String_t* _stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497;
IL2CPP_EXTERN_C String_t* _stringLiteralE5867BF7A0DCC4C65ADB837B9323DD8D74C9E17C;
IL2CPP_EXTERN_C String_t* _stringLiteralE7C5CD57248F4E07626424CDD3264DE81ED7158F;
IL2CPP_EXTERN_C String_t* _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
IL2CPP_EXTERN_C String_t* _stringLiteralF092009901AC717F956650D1166FD67D49ED3A81;
IL2CPP_EXTERN_C String_t* _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F;
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
IL2CPP_EXTERN_C String_t* _stringLiteralF7623357202A0F46697BF67CA5E89239746A567B;
IL2CPP_EXTERN_C String_t* _stringLiteralFE33A7567702B746D875A97C59E45B51214D3B20;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DecoderNLS__ctor_mEAB8ADBF0F5D28F34EC3CD08F91BBFA39622CB04_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RNGCryptoServiceProvider_Check_m18FF0852EEC7E75E9CF4942E9785FD24FC448F7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RNGCryptoServiceProvider_GetBytes_m99CFF40EFF52489B179AD7146F755640608231BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_CompareTo_mC250D5F34FBB95D3F4BDFA96BE88D1C611913ACA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_m4F7827906BB2FD00745D6A962DB23A7FF58BEB47_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Copy_m521EF2A77A1F54EFAB52903A780485ECD171EFA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_CreateString_mA910CA1C39D592A88E1215305942812EA0B892AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Equals_m7BBE7A1ED81F0337837B3EC5531B052F6F01AA21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetCharCount_mED75ADEB6196257F57CFC35A1FAADEE163E0BCBA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetChars_mEA0193EB61743E9975F884599BF36E6C257B27BE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetDecoder_mA934F385E4E41AF1ECFAA91CC04F1587FF87878B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetEncoder_mDE0D289734DC7259779BBEC3267084DF3FFA87E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FEmscorlib13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647mscorlib13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderExceptionFallback_CreateFallbackBuffer_mE3BE00683390C7D05D5983DBA429DAAC4574B3DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderExceptionFallback_Equals_m15BE9998BC3E5F04585744BD138062F1CA65B830_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderFallbackException__ctor_m3E5F0BA9CF3234B979CE2F3D55A406E8275B2142_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderNLS_System_Runtime_Serialization_ISerializable_GetObjectData_m04F06981D68559C6FC26C8CFD4E3B34BE4DC45EF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DecoderNLS__ctor_mEAB8ADBF0F5D28F34EC3CD08F91BBFA39622CB04_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Decoder_Reset_m51BD73696D6661DD77D15393D545739011F67C9F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Decoder_SerializeDecoder_m9581A0FC542BF413F536FEE49E8973E88D3B840E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EvidenceEnumerator_MoveNext_mC9D2715D6026F22D7A0CE13DB1EC9E1EBAFFC0A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EvidenceEnumerator_Reset_m7C34F282CC975B8A002C37B26605B31997CEA37C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EvidenceEnumerator_get_Current_m375A68A8EB0A859A10B82241A0A12BDD1904432B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Evidence_GetEnumerator_m03EB4131E670C6BAFA8C155ABCD98637699AA43E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashAlgorithm_Dispose_m77EB776131F2A1F27AAB8757237DF0D95B11C773_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RNGCryptoServiceProvider_Check_m18FF0852EEC7E75E9CF4942E9785FD24FC448F7A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RNGCryptoServiceProvider_Finalize_m4DD1E3C76FD03312F96DFBDDF3AAEA5701366B8D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RNGCryptoServiceProvider_GetBytes_m99CFF40EFF52489B179AD7146F755640608231BF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RNGCryptoServiceProvider__cctor_mAFBAE437FCB38E36E3E6D27BBDC7F0CED4BA7408_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RNGCryptoServiceProvider__ctor_m5D6369AAF2AD50F4052C89B66B612E4C317FCF7E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RandomNumberGenerator_Dispose_m5EF96024A4D62A2DB05229692976A72F006C16CE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SHA1CryptoServiceProvider__ctor_mBF42658CD66193D7FF26F04B4FFB81BB385C5A6F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SHA1Internal_HashFinal_m99F015D205DD966CB88612253C02C698064E76CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SHA1Internal_ProcessFinalBlock_mBF97ABC1C27E7C6067DBC3D982F71A47BFCBCC55_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SHA1Internal__ctor_m524171308FE5EE3D7EA0C6AA4ADF85272FAEA704_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_GetAttribute_m3804598A273DE130113F280A0932F40117FD826A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_IsValidAttributeName_mB2931DE1E6F81B307D10B7EA7EF7D82FF006968A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_IsValidAttributeValue_m51DB156F9ACB51CC51E3C8C316FAAD8A17A74E89_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_IsValidTag_m7BE8436536B0DC06BA6D524C6332DA972390B644_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_IsValidText_m24B5BCD8748ED728FF28BD2B576CBE0CA69AA6A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_ToString_m0EF441D0CDAEFFDFA59C787AC22DA2D62A0308B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement__cctor_m73BC115B56BEF73389E481A1287484C40117EF07_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_get_Attributes_mFAF9CA16843D86E8186088D143D27A176296A656_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityException_GetObjectData_mEAB86180524C1C84B15DB460E99280223DE39264_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityException__ctor_m15CEFB154F8D6C32067CCBC746282B5480EB84B8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SecurityException__ctor_mEBE03529D39567ED8B8BF4B34D85B28059699578_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StackOverflowException__ctor_m6E35C3E04549895450B929D4F111AAA25841C921_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer_Equals_mEDC0D576089BB102F6DDA35963406B5C3B9AD97D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer__cctor_m5F31EE210A599E85AE825C7E0A9231D7FD21AD65_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer_get_CurrentCultureIgnoreCase_m1900DE3D696056A54A108E11FE8991A677305F60_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CompareTo_m9FAB33E920810E148EDAA4F64E37F231412312AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CompareTo_mC250D5F34FBB95D3F4BDFA96BE88D1C611913ACA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Compare_m4F7827906BB2FD00745D6A962DB23A7FF58BEB47_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Compare_m99CC35260CCF4E79928E1769863EBA747B44530B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Concat_mF4626905368D6558695A823466A1AF65EADB9923_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Copy_m521EF2A77A1F54EFAB52903A780485ECD171EFA7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CreateString_mA910CA1C39D592A88E1215305942812EA0B892AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CtorCharArray_mBD09735176A649FE5E708C756882D6A2F2D330EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Equals_m7BBE7A1ED81F0337837B3EC5531B052F6F01AA21_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_InternalSplitKeepEmptyEntries_mD4C51D03E2B4F96B5DFD8F3853EB64AFDE89CE3F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_InternalSplitOmitEmptyEntries_mEEA7D613F4E40CBB33800ECED50C1D9047F6B65F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_IsNullOrWhiteSpace_m62102CA65546AE151DC8254B72110F4AA48E2135_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_MakeSeparatorList_m6EA6F39936E968C633834628C3B7A4E4D5058527_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_ReplaceFallback_mF545C150D8BF525B3DDD730ED351B69D0956C52D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_Collections_Generic_IEnumerableU3CSystem_CharU3E_GetEnumerator_mCCA9FB17E5DF531285AD2F35B6C7715072C201CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_Collections_IEnumerable_GetEnumerator_mB1587886EA519A21EF4833A08FF1AF715497C1BF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToBoolean_mE36F34F95A18C3078E943BC4727E283A28DBBE89_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToByte_mE7937CD4967ACB421A978C7110F3607F6E01A161_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToChar_mBD28D7765FB9C78EE2E9E69989587317DFE1EAA8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToDateTime_m54994E27EC68FC4A1A5862CD73EEDD34B376C14A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToDecimal_m1644F7D87A13AA3E6879E0E15694731FDAB15B65_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToDouble_m0F0101D6CCB15FF4B5E157C8D77958BAD9F7245F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToInt16_mE00E8A34440C13A60F9E718F0EDDFCC5CFEE067C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToInt32_mE4E920B6694149FB1A8E0E0272A41B541AE0C5B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToInt64_mF8064D76889FEE2D890C113D096D0248438D1D4D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToSByte_mC1DCC6BA1FCCF3799F2C21D7AB94124A391F5092_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToSingle_m29249DC1EFE90655718E3967FAC11CEB532DD027_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToType_mABFC10EEF12F462FAAEE8779E62533DA348CD43A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToUInt16_m2329E9D6B71E5D1972595D776C2A791CED97BEE7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToUInt32_mC139B2D574E260C3C6A0C091CC589DF24FE2BEEB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_System_IConvertible_ToUInt64_m3A22744149E45E4F483728D5D4E8B7474FC26DCC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_ToUpperInvariant_m0AA42416F4CACA4D0E3B89D97E534D88AB136338_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_Read_mA572BAC79A02463FDDF358F11155C02BE16D17A1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver__cctor_mF220800F6331B2ACF39830BF3DFF392B3E774D5B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoDriver__ctor_mDBF60028AEDAE114F1EC4FA8538F29B49AB11EF2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2;
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
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
// Mono.Xml.SmallXmlParser
struct SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196 : public RuntimeObject
{
public:
// Mono.Xml.SmallXmlParser_IContentHandler Mono.Xml.SmallXmlParser::handler
RuntimeObject* ___handler_0;
// System.IO.TextReader Mono.Xml.SmallXmlParser::reader
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___reader_1;
// System.Collections.Stack Mono.Xml.SmallXmlParser::elementNames
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___elementNames_2;
// System.Collections.Stack Mono.Xml.SmallXmlParser::xmlSpaces
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___xmlSpaces_3;
// System.String Mono.Xml.SmallXmlParser::xmlSpace
String_t* ___xmlSpace_4;
// System.Text.StringBuilder Mono.Xml.SmallXmlParser::buffer
StringBuilder_t * ___buffer_5;
// System.Char[] Mono.Xml.SmallXmlParser::nameBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___nameBuffer_6;
// System.Boolean Mono.Xml.SmallXmlParser::isWhitespace
bool ___isWhitespace_7;
// Mono.Xml.SmallXmlParser_AttrListImpl Mono.Xml.SmallXmlParser::attributes
AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * ___attributes_8;
// System.Int32 Mono.Xml.SmallXmlParser::line
int32_t ___line_9;
// System.Int32 Mono.Xml.SmallXmlParser::column
int32_t ___column_10;
// System.Boolean Mono.Xml.SmallXmlParser::resetColumn
bool ___resetColumn_11;
public:
inline static int32_t get_offset_of_handler_0() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___handler_0)); }
inline RuntimeObject* get_handler_0() const { return ___handler_0; }
inline RuntimeObject** get_address_of_handler_0() { return &___handler_0; }
inline void set_handler_0(RuntimeObject* value)
{
___handler_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___handler_0), (void*)value);
}
inline static int32_t get_offset_of_reader_1() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___reader_1)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_reader_1() const { return ___reader_1; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_reader_1() { return &___reader_1; }
inline void set_reader_1(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___reader_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reader_1), (void*)value);
}
inline static int32_t get_offset_of_elementNames_2() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___elementNames_2)); }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_elementNames_2() const { return ___elementNames_2; }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_elementNames_2() { return &___elementNames_2; }
inline void set_elementNames_2(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value)
{
___elementNames_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___elementNames_2), (void*)value);
}
inline static int32_t get_offset_of_xmlSpaces_3() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___xmlSpaces_3)); }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_xmlSpaces_3() const { return ___xmlSpaces_3; }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_xmlSpaces_3() { return &___xmlSpaces_3; }
inline void set_xmlSpaces_3(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value)
{
___xmlSpaces_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___xmlSpaces_3), (void*)value);
}
inline static int32_t get_offset_of_xmlSpace_4() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___xmlSpace_4)); }
inline String_t* get_xmlSpace_4() const { return ___xmlSpace_4; }
inline String_t** get_address_of_xmlSpace_4() { return &___xmlSpace_4; }
inline void set_xmlSpace_4(String_t* value)
{
___xmlSpace_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___xmlSpace_4), (void*)value);
}
inline static int32_t get_offset_of_buffer_5() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___buffer_5)); }
inline StringBuilder_t * get_buffer_5() const { return ___buffer_5; }
inline StringBuilder_t ** get_address_of_buffer_5() { return &___buffer_5; }
inline void set_buffer_5(StringBuilder_t * value)
{
___buffer_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_5), (void*)value);
}
inline static int32_t get_offset_of_nameBuffer_6() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___nameBuffer_6)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_nameBuffer_6() const { return ___nameBuffer_6; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_nameBuffer_6() { return &___nameBuffer_6; }
inline void set_nameBuffer_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___nameBuffer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nameBuffer_6), (void*)value);
}
inline static int32_t get_offset_of_isWhitespace_7() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___isWhitespace_7)); }
inline bool get_isWhitespace_7() const { return ___isWhitespace_7; }
inline bool* get_address_of_isWhitespace_7() { return &___isWhitespace_7; }
inline void set_isWhitespace_7(bool value)
{
___isWhitespace_7 = value;
}
inline static int32_t get_offset_of_attributes_8() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___attributes_8)); }
inline AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * get_attributes_8() const { return ___attributes_8; }
inline AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 ** get_address_of_attributes_8() { return &___attributes_8; }
inline void set_attributes_8(AttrListImpl_t71E6364FBEB04BEB799D6DC32BF6D2C23380BF63 * value)
{
___attributes_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___attributes_8), (void*)value);
}
inline static int32_t get_offset_of_line_9() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___line_9)); }
inline int32_t get_line_9() const { return ___line_9; }
inline int32_t* get_address_of_line_9() { return &___line_9; }
inline void set_line_9(int32_t value)
{
___line_9 = value;
}
inline static int32_t get_offset_of_column_10() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___column_10)); }
inline int32_t get_column_10() const { return ___column_10; }
inline int32_t* get_address_of_column_10() { return &___column_10; }
inline void set_column_10(int32_t value)
{
___column_10 = value;
}
inline static int32_t get_offset_of_resetColumn_11() { return static_cast<int32_t>(offsetof(SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196, ___resetColumn_11)); }
inline bool get_resetColumn_11() const { return ___resetColumn_11; }
inline bool* get_address_of_resetColumn_11() { return &___resetColumn_11; }
inline void set_resetColumn_11(bool value)
{
___resetColumn_11 = value;
}
};
struct Il2CppArrayBounds;
// System.Array
// System.Attribute
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
{
public:
public:
};
// System.ByteMatcher
struct ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC : public RuntimeObject
{
public:
// System.Collections.Hashtable System.ByteMatcher::map
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___map_0;
// System.Collections.Hashtable System.ByteMatcher::starts
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___starts_1;
public:
inline static int32_t get_offset_of_map_0() { return static_cast<int32_t>(offsetof(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC, ___map_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_map_0() const { return ___map_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_map_0() { return &___map_0; }
inline void set_map_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___map_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___map_0), (void*)value);
}
inline static int32_t get_offset_of_starts_1() { return static_cast<int32_t>(offsetof(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC, ___starts_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_starts_1() const { return ___starts_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_starts_1() { return &___starts_1; }
inline void set_starts_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___starts_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___starts_1), (void*)value);
}
};
// System.CharEnumerator
struct CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 : public RuntimeObject
{
public:
// System.String System.CharEnumerator::str
String_t* ___str_0;
// System.Int32 System.CharEnumerator::index
int32_t ___index_1;
// System.Char System.CharEnumerator::currentElement
Il2CppChar ___currentElement_2;
public:
inline static int32_t get_offset_of_str_0() { return static_cast<int32_t>(offsetof(CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244, ___str_0)); }
inline String_t* get_str_0() const { return ___str_0; }
inline String_t** get_address_of_str_0() { return &___str_0; }
inline void set_str_0(String_t* value)
{
___str_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___str_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244, ___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_currentElement_2() { return static_cast<int32_t>(offsetof(CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244, ___currentElement_2)); }
inline Il2CppChar get_currentElement_2() const { return ___currentElement_2; }
inline Il2CppChar* get_address_of_currentElement_2() { return &___currentElement_2; }
inline void set_currentElement_2(Il2CppChar value)
{
___currentElement_2 = value;
}
};
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
{
public:
// System.Object[] System.Collections.ArrayList::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
// System.Int32 System.Collections.ArrayList::_size
int32_t ____size_1;
// System.Int32 System.Collections.ArrayList::_version
int32_t ____version_2;
// System.Object System.Collections.ArrayList::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_0), (void*)value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____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__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
}
};
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
{
public:
// System.Object[] System.Collections.ArrayList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_4;
public:
inline static int32_t get_offset_of_emptyArray_4() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_4() const { return ___emptyArray_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_4() { return &___emptyArray_4; }
inline void set_emptyArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value);
}
};
// System.Console
struct Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D : public RuntimeObject
{
public:
public:
};
struct Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields
{
public:
// System.IO.TextWriter System.Console::stdout
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___stdout_0;
// System.IO.TextWriter System.Console::stderr
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___stderr_1;
// System.IO.TextReader System.Console::stdin
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___stdin_2;
// System.Text.Encoding System.Console::inputEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___inputEncoding_3;
// System.Text.Encoding System.Console::outputEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___outputEncoding_4;
// System.ConsoleCancelEventHandler System.Console::cancel_event
ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * ___cancel_event_5;
// System.Console_InternalCancelHandler System.Console::cancel_handler
InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * ___cancel_handler_6;
public:
inline static int32_t get_offset_of_stdout_0() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stdout_0)); }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_stdout_0() const { return ___stdout_0; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_stdout_0() { return &___stdout_0; }
inline void set_stdout_0(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value)
{
___stdout_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stdout_0), (void*)value);
}
inline static int32_t get_offset_of_stderr_1() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stderr_1)); }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_stderr_1() const { return ___stderr_1; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_stderr_1() { return &___stderr_1; }
inline void set_stderr_1(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value)
{
___stderr_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stderr_1), (void*)value);
}
inline static int32_t get_offset_of_stdin_2() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___stdin_2)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_stdin_2() const { return ___stdin_2; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_stdin_2() { return &___stdin_2; }
inline void set_stdin_2(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___stdin_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stdin_2), (void*)value);
}
inline static int32_t get_offset_of_inputEncoding_3() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___inputEncoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_inputEncoding_3() const { return ___inputEncoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_inputEncoding_3() { return &___inputEncoding_3; }
inline void set_inputEncoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___inputEncoding_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___inputEncoding_3), (void*)value);
}
inline static int32_t get_offset_of_outputEncoding_4() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___outputEncoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_outputEncoding_4() const { return ___outputEncoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_outputEncoding_4() { return &___outputEncoding_4; }
inline void set_outputEncoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___outputEncoding_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___outputEncoding_4), (void*)value);
}
inline static int32_t get_offset_of_cancel_event_5() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___cancel_event_5)); }
inline ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * get_cancel_event_5() const { return ___cancel_event_5; }
inline ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 ** get_address_of_cancel_event_5() { return &___cancel_event_5; }
inline void set_cancel_event_5(ConsoleCancelEventHandler_t6F3B5D9C55C25FF6B53EFEDA9150EFE807311EB4 * value)
{
___cancel_event_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cancel_event_5), (void*)value);
}
inline static int32_t get_offset_of_cancel_handler_6() { return static_cast<int32_t>(offsetof(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields, ___cancel_handler_6)); }
inline InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * get_cancel_handler_6() const { return ___cancel_handler_6; }
inline InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A ** get_address_of_cancel_handler_6() { return &___cancel_handler_6; }
inline void set_cancel_handler_6(InternalCancelHandler_t2DD134D8150B67E2F9FAD1BC2E6BE92EED57968A * value)
{
___cancel_handler_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cancel_handler_6), (void*)value);
}
};
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
public:
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
}
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
}
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
}
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
}
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
inline void set_m_currMember_7(int32_t value)
{
___m_currMember_7 = value;
}
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
inline void set_m_converter_8(RuntimeObject* value)
{
___m_converter_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
}
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
inline void set_m_fullTypeName_9(String_t* value)
{
___m_fullTypeName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
}
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
inline void set_m_assemName_10(String_t* value)
{
___m_assemName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
}
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
inline Type_t * get_objectType_11() const { return ___objectType_11; }
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
inline void set_objectType_11(Type_t * value)
{
___objectType_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
inline void set_isFullTypeNameSetExplicit_12(bool value)
{
___isFullTypeNameSetExplicit_12 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
inline void set_isAssemblyNameSetExplicit_13(bool value)
{
___isAssemblyNameSetExplicit_13 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
inline void set_requireSameTokenInPartialTrust_14(bool value)
{
___requireSameTokenInPartialTrust_14 = value;
}
};
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems
int32_t ___m_numItems_3;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem
int32_t ___m_currItem_4;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current
bool ___m_current_5;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value);
}
inline static int32_t get_offset_of_m_numItems_3() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); }
inline int32_t get_m_numItems_3() const { return ___m_numItems_3; }
inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; }
inline void set_m_numItems_3(int32_t value)
{
___m_numItems_3 = value;
}
inline static int32_t get_offset_of_m_currItem_4() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); }
inline int32_t get_m_currItem_4() const { return ___m_currItem_4; }
inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; }
inline void set_m_currItem_4(int32_t value)
{
___m_currItem_4 = value;
}
inline static int32_t get_offset_of_m_current_5() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); }
inline bool get_m_current_5() const { return ___m_current_5; }
inline bool* get_address_of_m_current_5() { return &___m_current_5; }
inline void set_m_current_5(bool value)
{
___m_current_5 = value;
}
};
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue
int32_t ___HashSizeValue_0;
// System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___HashValue_1;
// System.Int32 System.Security.Cryptography.HashAlgorithm::State
int32_t ___State_2;
// System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed
bool ___m_bDisposed_3;
public:
inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashSizeValue_0)); }
inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; }
inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; }
inline void set_HashSizeValue_0(int32_t value)
{
___HashSizeValue_0 = value;
}
inline static int32_t get_offset_of_HashValue_1() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashValue_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_HashValue_1() const { return ___HashValue_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_HashValue_1() { return &___HashValue_1; }
inline void set_HashValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___HashValue_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value);
}
inline static int32_t get_offset_of_State_2() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___State_2)); }
inline int32_t get_State_2() const { return ___State_2; }
inline int32_t* get_address_of_State_2() { return &___State_2; }
inline void set_State_2(int32_t value)
{
___State_2 = value;
}
inline static int32_t get_offset_of_m_bDisposed_3() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___m_bDisposed_3)); }
inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; }
inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; }
inline void set_m_bDisposed_3(bool value)
{
___m_bDisposed_3 = value;
}
};
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 : public RuntimeObject
{
public:
public:
};
// System.Security.Cryptography.SHA1Internal
struct SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 : public RuntimeObject
{
public:
// System.UInt32[] System.Security.Cryptography.SHA1Internal::_H
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ____H_0;
// System.UInt64 System.Security.Cryptography.SHA1Internal::count
uint64_t ___count_1;
// System.Byte[] System.Security.Cryptography.SHA1Internal::_ProcessingBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____ProcessingBuffer_2;
// System.Int32 System.Security.Cryptography.SHA1Internal::_ProcessingBufferCount
int32_t ____ProcessingBufferCount_3;
// System.UInt32[] System.Security.Cryptography.SHA1Internal::buff
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___buff_4;
public:
inline static int32_t get_offset_of__H_0() { return static_cast<int32_t>(offsetof(SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8, ____H_0)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get__H_0() const { return ____H_0; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of__H_0() { return &____H_0; }
inline void set__H_0(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
____H_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____H_0), (void*)value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8, ___count_1)); }
inline uint64_t get_count_1() const { return ___count_1; }
inline uint64_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(uint64_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of__ProcessingBuffer_2() { return static_cast<int32_t>(offsetof(SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8, ____ProcessingBuffer_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__ProcessingBuffer_2() const { return ____ProcessingBuffer_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__ProcessingBuffer_2() { return &____ProcessingBuffer_2; }
inline void set__ProcessingBuffer_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____ProcessingBuffer_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ProcessingBuffer_2), (void*)value);
}
inline static int32_t get_offset_of__ProcessingBufferCount_3() { return static_cast<int32_t>(offsetof(SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8, ____ProcessingBufferCount_3)); }
inline int32_t get__ProcessingBufferCount_3() const { return ____ProcessingBufferCount_3; }
inline int32_t* get_address_of__ProcessingBufferCount_3() { return &____ProcessingBufferCount_3; }
inline void set__ProcessingBufferCount_3(int32_t value)
{
____ProcessingBufferCount_3 = value;
}
inline static int32_t get_offset_of_buff_4() { return static_cast<int32_t>(offsetof(SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8, ___buff_4)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_buff_4() const { return ___buff_4; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_buff_4() { return &___buff_4; }
inline void set_buff_4(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___buff_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buff_4), (void*)value);
}
};
// System.Security.Policy.Evidence
struct Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 : public RuntimeObject
{
public:
// System.Boolean System.Security.Policy.Evidence::_locked
bool ____locked_0;
// System.Collections.ArrayList System.Security.Policy.Evidence::hostEvidenceList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___hostEvidenceList_1;
// System.Collections.ArrayList System.Security.Policy.Evidence::assemblyEvidenceList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___assemblyEvidenceList_2;
public:
inline static int32_t get_offset_of__locked_0() { return static_cast<int32_t>(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ____locked_0)); }
inline bool get__locked_0() const { return ____locked_0; }
inline bool* get_address_of__locked_0() { return &____locked_0; }
inline void set__locked_0(bool value)
{
____locked_0 = value;
}
inline static int32_t get_offset_of_hostEvidenceList_1() { return static_cast<int32_t>(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ___hostEvidenceList_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_hostEvidenceList_1() const { return ___hostEvidenceList_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_hostEvidenceList_1() { return &___hostEvidenceList_1; }
inline void set_hostEvidenceList_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___hostEvidenceList_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hostEvidenceList_1), (void*)value);
}
inline static int32_t get_offset_of_assemblyEvidenceList_2() { return static_cast<int32_t>(offsetof(Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307, ___assemblyEvidenceList_2)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_assemblyEvidenceList_2() const { return ___assemblyEvidenceList_2; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_assemblyEvidenceList_2() { return &___assemblyEvidenceList_2; }
inline void set_assemblyEvidenceList_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___assemblyEvidenceList_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assemblyEvidenceList_2), (void*)value);
}
};
// System.Security.Policy.Evidence_EvidenceEnumerator
struct EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 : public RuntimeObject
{
public:
// System.Collections.IEnumerator System.Security.Policy.Evidence_EvidenceEnumerator::currentEnum
RuntimeObject* ___currentEnum_0;
// System.Collections.IEnumerator System.Security.Policy.Evidence_EvidenceEnumerator::hostEnum
RuntimeObject* ___hostEnum_1;
// System.Collections.IEnumerator System.Security.Policy.Evidence_EvidenceEnumerator::assemblyEnum
RuntimeObject* ___assemblyEnum_2;
public:
inline static int32_t get_offset_of_currentEnum_0() { return static_cast<int32_t>(offsetof(EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3, ___currentEnum_0)); }
inline RuntimeObject* get_currentEnum_0() const { return ___currentEnum_0; }
inline RuntimeObject** get_address_of_currentEnum_0() { return &___currentEnum_0; }
inline void set_currentEnum_0(RuntimeObject* value)
{
___currentEnum_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currentEnum_0), (void*)value);
}
inline static int32_t get_offset_of_hostEnum_1() { return static_cast<int32_t>(offsetof(EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3, ___hostEnum_1)); }
inline RuntimeObject* get_hostEnum_1() const { return ___hostEnum_1; }
inline RuntimeObject** get_address_of_hostEnum_1() { return &___hostEnum_1; }
inline void set_hostEnum_1(RuntimeObject* value)
{
___hostEnum_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hostEnum_1), (void*)value);
}
inline static int32_t get_offset_of_assemblyEnum_2() { return static_cast<int32_t>(offsetof(EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3, ___assemblyEnum_2)); }
inline RuntimeObject* get_assemblyEnum_2() const { return ___assemblyEnum_2; }
inline RuntimeObject** get_address_of_assemblyEnum_2() { return &___assemblyEnum_2; }
inline void set_assemblyEnum_2(RuntimeObject* value)
{
___assemblyEnum_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___assemblyEnum_2), (void*)value);
}
};
// System.Security.SecurityElement
struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 : public RuntimeObject
{
public:
// System.String System.Security.SecurityElement::text
String_t* ___text_0;
// System.String System.Security.SecurityElement::tag
String_t* ___tag_1;
// System.Collections.ArrayList System.Security.SecurityElement::attributes
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___attributes_2;
// System.Collections.ArrayList System.Security.SecurityElement::children
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___children_3;
public:
inline static int32_t get_offset_of_text_0() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___text_0)); }
inline String_t* get_text_0() const { return ___text_0; }
inline String_t** get_address_of_text_0() { return &___text_0; }
inline void set_text_0(String_t* value)
{
___text_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___text_0), (void*)value);
}
inline static int32_t get_offset_of_tag_1() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___tag_1)); }
inline String_t* get_tag_1() const { return ___tag_1; }
inline String_t** get_address_of_tag_1() { return &___tag_1; }
inline void set_tag_1(String_t* value)
{
___tag_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___tag_1), (void*)value);
}
inline static int32_t get_offset_of_attributes_2() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___attributes_2)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_attributes_2() const { return ___attributes_2; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_attributes_2() { return &___attributes_2; }
inline void set_attributes_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___attributes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___attributes_2), (void*)value);
}
inline static int32_t get_offset_of_children_3() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7, ___children_3)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_children_3() const { return ___children_3; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_children_3() { return &___children_3; }
inline void set_children_3(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___children_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___children_3), (void*)value);
}
};
struct SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields
{
public:
// System.Char[] System.Security.SecurityElement::invalid_tag_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_tag_chars_4;
// System.Char[] System.Security.SecurityElement::invalid_text_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_text_chars_5;
// System.Char[] System.Security.SecurityElement::invalid_attr_name_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_attr_name_chars_6;
// System.Char[] System.Security.SecurityElement::invalid_attr_value_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_attr_value_chars_7;
// System.Char[] System.Security.SecurityElement::invalid_chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___invalid_chars_8;
public:
inline static int32_t get_offset_of_invalid_tag_chars_4() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_tag_chars_4)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_tag_chars_4() const { return ___invalid_tag_chars_4; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_tag_chars_4() { return &___invalid_tag_chars_4; }
inline void set_invalid_tag_chars_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_tag_chars_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_tag_chars_4), (void*)value);
}
inline static int32_t get_offset_of_invalid_text_chars_5() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_text_chars_5)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_text_chars_5() const { return ___invalid_text_chars_5; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_text_chars_5() { return &___invalid_text_chars_5; }
inline void set_invalid_text_chars_5(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_text_chars_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_text_chars_5), (void*)value);
}
inline static int32_t get_offset_of_invalid_attr_name_chars_6() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_attr_name_chars_6)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_attr_name_chars_6() const { return ___invalid_attr_name_chars_6; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_attr_name_chars_6() { return &___invalid_attr_name_chars_6; }
inline void set_invalid_attr_name_chars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_attr_name_chars_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_name_chars_6), (void*)value);
}
inline static int32_t get_offset_of_invalid_attr_value_chars_7() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_attr_value_chars_7)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_attr_value_chars_7() const { return ___invalid_attr_value_chars_7; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_attr_value_chars_7() { return &___invalid_attr_value_chars_7; }
inline void set_invalid_attr_value_chars_7(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_attr_value_chars_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_attr_value_chars_7), (void*)value);
}
inline static int32_t get_offset_of_invalid_chars_8() { return static_cast<int32_t>(offsetof(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields, ___invalid_chars_8)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_invalid_chars_8() const { return ___invalid_chars_8; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_invalid_chars_8() { return &___invalid_chars_8; }
inline void set_invalid_chars_8(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___invalid_chars_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invalid_chars_8), (void*)value);
}
};
// System.Security.SecurityElement_SecurityAttribute
struct SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A : public RuntimeObject
{
public:
// System.String System.Security.SecurityElement_SecurityAttribute::_name
String_t* ____name_0;
// System.String System.Security.SecurityElement_SecurityAttribute::_value
String_t* ____value_1;
public:
inline static int32_t get_offset_of__name_0() { return static_cast<int32_t>(offsetof(SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A, ____name_0)); }
inline String_t* get__name_0() const { return ____name_0; }
inline String_t** get_address_of__name_0() { return &____name_0; }
inline void set__name_0(String_t* value)
{
____name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____name_0), (void*)value);
}
inline static int32_t get_offset_of__value_1() { return static_cast<int32_t>(offsetof(SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A, ____value_1)); }
inline String_t* get__value_1() const { return ____value_1; }
inline String_t** get_address_of__value_1() { return &____value_1; }
inline void set__value_1(String_t* value)
{
____value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value);
}
};
// System.Security.SecurityManager
struct SecurityManager_t28E7CD23E8E54CCB19AAB50A89A3018159FBFF15 : 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.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject
{
public:
public:
};
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields
{
public:
// System.StringComparer System.StringComparer::_invariantCulture
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0;
// System.StringComparer System.StringComparer::_invariantCultureIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1;
// System.StringComparer System.StringComparer::_ordinal
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2;
// System.StringComparer System.StringComparer::_ordinalIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3;
public:
inline static int32_t get_offset_of__invariantCulture_0() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; }
inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____invariantCulture_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value);
}
inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; }
inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____invariantCultureIgnoreCase_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value);
}
inline static int32_t get_offset_of__ordinal_2() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; }
inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____ordinal_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value);
}
inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; }
inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____ordinalIgnoreCase_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value);
}
};
// System.TermInfoReader
struct TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C : public RuntimeObject
{
public:
// System.Int16 System.TermInfoReader::boolSize
int16_t ___boolSize_0;
// System.Int16 System.TermInfoReader::numSize
int16_t ___numSize_1;
// System.Int16 System.TermInfoReader::strOffsets
int16_t ___strOffsets_2;
// System.Byte[] System.TermInfoReader::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_3;
// System.Int32 System.TermInfoReader::booleansOffset
int32_t ___booleansOffset_4;
public:
inline static int32_t get_offset_of_boolSize_0() { return static_cast<int32_t>(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___boolSize_0)); }
inline int16_t get_boolSize_0() const { return ___boolSize_0; }
inline int16_t* get_address_of_boolSize_0() { return &___boolSize_0; }
inline void set_boolSize_0(int16_t value)
{
___boolSize_0 = value;
}
inline static int32_t get_offset_of_numSize_1() { return static_cast<int32_t>(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___numSize_1)); }
inline int16_t get_numSize_1() const { return ___numSize_1; }
inline int16_t* get_address_of_numSize_1() { return &___numSize_1; }
inline void set_numSize_1(int16_t value)
{
___numSize_1 = value;
}
inline static int32_t get_offset_of_strOffsets_2() { return static_cast<int32_t>(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___strOffsets_2)); }
inline int16_t get_strOffsets_2() const { return ___strOffsets_2; }
inline int16_t* get_address_of_strOffsets_2() { return &___strOffsets_2; }
inline void set_strOffsets_2(int16_t value)
{
___strOffsets_2 = value;
}
inline static int32_t get_offset_of_buffer_3() { return static_cast<int32_t>(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___buffer_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_3() const { return ___buffer_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_3() { return &___buffer_3; }
inline void set_buffer_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_3), (void*)value);
}
inline static int32_t get_offset_of_booleansOffset_4() { return static_cast<int32_t>(offsetof(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C, ___booleansOffset_4)); }
inline int32_t get_booleansOffset_4() const { return ___booleansOffset_4; }
inline int32_t* get_address_of_booleansOffset_4() { return &___booleansOffset_4; }
inline void set_booleansOffset_4(int32_t value)
{
___booleansOffset_4 = value;
}
};
// System.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 : public RuntimeObject
{
public:
// System.Text.DecoderFallback System.Text.Decoder::m_fallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___m_fallback_0;
// System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___m_fallbackBuffer_1;
public:
inline static int32_t get_offset_of_m_fallback_0() { return static_cast<int32_t>(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallback_0)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_m_fallback_0() const { return ___m_fallback_0; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_m_fallback_0() { return &___m_fallback_0; }
inline void set_m_fallback_0(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___m_fallback_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value);
}
inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast<int32_t>(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallbackBuffer_1)); }
inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; }
inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; }
inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * value)
{
___m_fallbackBuffer_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value);
}
};
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 : public RuntimeObject
{
public:
// System.Boolean System.Text.DecoderFallback::bIsMicrosoftBestFitFallback
bool ___bIsMicrosoftBestFitFallback_0;
public:
inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60, ___bIsMicrosoftBestFitFallback_0)); }
inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; }
inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; }
inline void set_bIsMicrosoftBestFitFallback_0(bool value)
{
___bIsMicrosoftBestFitFallback_0 = value;
}
};
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields
{
public:
// System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::replacementFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___replacementFallback_1;
// System.Text.DecoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.DecoderFallback::exceptionFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___exceptionFallback_2;
// System.Object System.Text.DecoderFallback::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_3;
public:
inline static int32_t get_offset_of_replacementFallback_1() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___replacementFallback_1)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_replacementFallback_1() const { return ___replacementFallback_1; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; }
inline void set_replacementFallback_1(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___replacementFallback_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value);
}
inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___exceptionFallback_2)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_exceptionFallback_2() const { return ___exceptionFallback_2; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; }
inline void set_exceptionFallback_2(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___exceptionFallback_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast<int32_t>(offsetof(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields, ___s_InternalSyncObject_3)); }
inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; }
inline void set_s_InternalSyncObject_3(RuntimeObject * value)
{
___s_InternalSyncObject_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (void*)value);
}
};
// System.Text.DecoderFallbackBuffer
struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C : public RuntimeObject
{
public:
// System.Byte* System.Text.DecoderFallbackBuffer::byteStart
uint8_t* ___byteStart_0;
// System.Char* System.Text.DecoderFallbackBuffer::charEnd
Il2CppChar* ___charEnd_1;
public:
inline static int32_t get_offset_of_byteStart_0() { return static_cast<int32_t>(offsetof(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C, ___byteStart_0)); }
inline uint8_t* get_byteStart_0() const { return ___byteStart_0; }
inline uint8_t** get_address_of_byteStart_0() { return &___byteStart_0; }
inline void set_byteStart_0(uint8_t* value)
{
___byteStart_0 = value;
}
inline static int32_t get_offset_of_charEnd_1() { return static_cast<int32_t>(offsetof(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C, ___charEnd_1)); }
inline Il2CppChar* get_charEnd_1() const { return ___charEnd_1; }
inline Il2CppChar** get_address_of_charEnd_1() { return &___charEnd_1; }
inline void set_charEnd_1(Il2CppChar* value)
{
___charEnd_1 = value;
}
};
// System.Text.Encoder
struct Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 : public RuntimeObject
{
public:
// System.Text.EncoderFallback System.Text.Encoder::m_fallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___m_fallback_0;
// System.Text.EncoderFallbackBuffer System.Text.Encoder::m_fallbackBuffer
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * ___m_fallbackBuffer_1;
public:
inline static int32_t get_offset_of_m_fallback_0() { return static_cast<int32_t>(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallback_0)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_m_fallback_0() const { return ___m_fallback_0; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_m_fallback_0() { return &___m_fallback_0; }
inline void set_m_fallback_0(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___m_fallback_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value);
}
inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast<int32_t>(offsetof(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464, ___m_fallbackBuffer_1)); }
inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; }
inline EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; }
inline void set_m_fallbackBuffer_1(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * value)
{
___m_fallbackBuffer_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value);
}
};
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 : public RuntimeObject
{
public:
// System.Boolean System.Text.EncoderFallback::bIsMicrosoftBestFitFallback
bool ___bIsMicrosoftBestFitFallback_0;
public:
inline static int32_t get_offset_of_bIsMicrosoftBestFitFallback_0() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63, ___bIsMicrosoftBestFitFallback_0)); }
inline bool get_bIsMicrosoftBestFitFallback_0() const { return ___bIsMicrosoftBestFitFallback_0; }
inline bool* get_address_of_bIsMicrosoftBestFitFallback_0() { return &___bIsMicrosoftBestFitFallback_0; }
inline void set_bIsMicrosoftBestFitFallback_0(bool value)
{
___bIsMicrosoftBestFitFallback_0 = value;
}
};
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields
{
public:
// System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::replacementFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___replacementFallback_1;
// System.Text.EncoderFallback modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.EncoderFallback::exceptionFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___exceptionFallback_2;
// System.Object System.Text.EncoderFallback::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_3;
public:
inline static int32_t get_offset_of_replacementFallback_1() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___replacementFallback_1)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_replacementFallback_1() const { return ___replacementFallback_1; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_replacementFallback_1() { return &___replacementFallback_1; }
inline void set_replacementFallback_1(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___replacementFallback_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___replacementFallback_1), (void*)value);
}
inline static int32_t get_offset_of_exceptionFallback_2() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___exceptionFallback_2)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_exceptionFallback_2() const { return ___exceptionFallback_2; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_exceptionFallback_2() { return &___exceptionFallback_2; }
inline void set_exceptionFallback_2(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___exceptionFallback_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___exceptionFallback_2), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_3() { return static_cast<int32_t>(offsetof(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63_StaticFields, ___s_InternalSyncObject_3)); }
inline RuntimeObject * get_s_InternalSyncObject_3() const { return ___s_InternalSyncObject_3; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_3() { return &___s_InternalSyncObject_3; }
inline void set_s_InternalSyncObject_3(RuntimeObject * value)
{
___s_InternalSyncObject_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_3), (void*)value);
}
};
// System.Text.EncoderFallbackBuffer
struct EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C : public RuntimeObject
{
public:
// System.Char* System.Text.EncoderFallbackBuffer::charStart
Il2CppChar* ___charStart_0;
// System.Char* System.Text.EncoderFallbackBuffer::charEnd
Il2CppChar* ___charEnd_1;
// System.Text.EncoderNLS System.Text.EncoderFallbackBuffer::encoder
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder_2;
// System.Boolean System.Text.EncoderFallbackBuffer::setEncoder
bool ___setEncoder_3;
// System.Boolean System.Text.EncoderFallbackBuffer::bUsedEncoder
bool ___bUsedEncoder_4;
// System.Boolean System.Text.EncoderFallbackBuffer::bFallingBack
bool ___bFallingBack_5;
// System.Int32 System.Text.EncoderFallbackBuffer::iRecursionCount
int32_t ___iRecursionCount_6;
public:
inline static int32_t get_offset_of_charStart_0() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___charStart_0)); }
inline Il2CppChar* get_charStart_0() const { return ___charStart_0; }
inline Il2CppChar** get_address_of_charStart_0() { return &___charStart_0; }
inline void set_charStart_0(Il2CppChar* value)
{
___charStart_0 = value;
}
inline static int32_t get_offset_of_charEnd_1() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___charEnd_1)); }
inline Il2CppChar* get_charEnd_1() const { return ___charEnd_1; }
inline Il2CppChar** get_address_of_charEnd_1() { return &___charEnd_1; }
inline void set_charEnd_1(Il2CppChar* value)
{
___charEnd_1 = value;
}
inline static int32_t get_offset_of_encoder_2() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___encoder_2)); }
inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * get_encoder_2() const { return ___encoder_2; }
inline EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 ** get_address_of_encoder_2() { return &___encoder_2; }
inline void set_encoder_2(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * value)
{
___encoder_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoder_2), (void*)value);
}
inline static int32_t get_offset_of_setEncoder_3() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___setEncoder_3)); }
inline bool get_setEncoder_3() const { return ___setEncoder_3; }
inline bool* get_address_of_setEncoder_3() { return &___setEncoder_3; }
inline void set_setEncoder_3(bool value)
{
___setEncoder_3 = value;
}
inline static int32_t get_offset_of_bUsedEncoder_4() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___bUsedEncoder_4)); }
inline bool get_bUsedEncoder_4() const { return ___bUsedEncoder_4; }
inline bool* get_address_of_bUsedEncoder_4() { return &___bUsedEncoder_4; }
inline void set_bUsedEncoder_4(bool value)
{
___bUsedEncoder_4 = value;
}
inline static int32_t get_offset_of_bFallingBack_5() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___bFallingBack_5)); }
inline bool get_bFallingBack_5() const { return ___bFallingBack_5; }
inline bool* get_address_of_bFallingBack_5() { return &___bFallingBack_5; }
inline void set_bFallingBack_5(bool value)
{
___bFallingBack_5 = value;
}
inline static int32_t get_offset_of_iRecursionCount_6() { return static_cast<int32_t>(offsetof(EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C, ___iRecursionCount_6)); }
inline int32_t get_iRecursionCount_6() const { return ___iRecursionCount_6; }
inline int32_t* get_address_of_iRecursionCount_6() { return &___iRecursionCount_6; }
inline void set_iRecursionCount_6(int32_t value)
{
___iRecursionCount_6 = value;
}
};
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_55;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_57;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_58;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60;
public:
inline static int32_t get_offset_of_m_codePage_55() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); }
inline int32_t get_m_codePage_55() const { return ___m_codePage_55; }
inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; }
inline void set_m_codePage_55(int32_t value)
{
___m_codePage_55 = value;
}
inline static int32_t get_offset_of_dataItem_56() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; }
inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); }
inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; }
inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; }
inline void set_m_deserializedFromEverett_57(bool value)
{
___m_deserializedFromEverett_57 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); }
inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; }
inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; }
inline void set_m_isReadOnly_58(bool value)
{
___m_isReadOnly_58 = value;
}
inline static int32_t get_offset_of_encoderFallback_59() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; }
inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value);
}
inline static int32_t get_offset_of_decoderFallback_60() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; }
inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_61;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); }
inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; }
inline void set_s_InternalSyncObject_61(RuntimeObject * value)
{
___s_InternalSyncObject_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value);
}
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = 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
{
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
struct __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C__padding[10];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018
struct __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4__padding[1018];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080
struct __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84__padding[1080];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614
struct __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5__padding[11614];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879__padding[12];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120
struct __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252__padding[120];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208
struct __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD__padding[1208];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1__padding[128];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130
struct __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F__padding[130];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450
struct __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4__padding[1450];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16
struct __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341__padding[16];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162
struct __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA__padding[162];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665
struct __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20__padding[1665];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174
struct __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F__padding[174];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100
struct __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA__padding[2100];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212
struct __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF__padding[212];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252
struct __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462__padding[21252];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350
struct __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D__padding[2350];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382
struct __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA__padding[2382];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24
struct __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123__padding[24];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240
struct __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8__padding[240];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F__padding[256];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262
struct __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7__padding[262];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288
struct __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55__padding[288];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E__padding[3];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472__padding[32];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320
struct __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49__padding[320];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36
struct __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17__padding[36];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360
struct __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7__padding[360];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38
struct __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D__padding[38];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
struct __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04__padding[40];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42
struct __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4__padding[42];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F__padding[44];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52
struct __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A__padding[52];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78__padding[6];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6__padding[64];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72
struct __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1__padding[72];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76
struct __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB__padding[76];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84
struct __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A__padding[84];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94
struct __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6__padding[94];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998
struct __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C__padding[998];
};
public:
};
// Mono.Xml.SecurityParser
struct SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 : public SmallXmlParser_t4FF09686422594EF19E2CA54CB877F9FCE5AF196
{
public:
// System.Security.SecurityElement Mono.Xml.SecurityParser::root
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___root_12;
// System.Security.SecurityElement Mono.Xml.SecurityParser::current
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___current_13;
// System.Collections.Stack Mono.Xml.SecurityParser::stack
Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * ___stack_14;
public:
inline static int32_t get_offset_of_root_12() { return static_cast<int32_t>(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___root_12)); }
inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * get_root_12() const { return ___root_12; }
inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 ** get_address_of_root_12() { return &___root_12; }
inline void set_root_12(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * value)
{
___root_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___root_12), (void*)value);
}
inline static int32_t get_offset_of_current_13() { return static_cast<int32_t>(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___current_13)); }
inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * get_current_13() const { return ___current_13; }
inline SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 ** get_address_of_current_13() { return &___current_13; }
inline void set_current_13(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * value)
{
___current_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_13), (void*)value);
}
inline static int32_t get_offset_of_stack_14() { return static_cast<int32_t>(offsetof(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714, ___stack_14)); }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * get_stack_14() const { return ___stack_14; }
inline Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 ** get_address_of_stack_14() { return &___stack_14; }
inline void set_stack_14(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 * value)
{
___stack_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stack_14), (void*)value);
}
};
// 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.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = 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.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
// System.Decimal
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
{
public:
// System.Int32 System.Decimal::flags
int32_t ___flags_14;
// System.Int32 System.Decimal::hi
int32_t ___hi_15;
// System.Int32 System.Decimal::lo
int32_t ___lo_16;
// System.Int32 System.Decimal::mid
int32_t ___mid_17;
public:
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
inline int32_t get_flags_14() const { return ___flags_14; }
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
inline void set_flags_14(int32_t value)
{
___flags_14 = value;
}
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
inline int32_t get_hi_15() const { return ___hi_15; }
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
inline void set_hi_15(int32_t value)
{
___hi_15 = value;
}
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
inline int32_t get_lo_16() const { return ___lo_16; }
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
inline void set_lo_16(int32_t value)
{
___lo_16 = value;
}
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
inline int32_t get_mid_17() const { return ___mid_17; }
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
inline void set_mid_17(int32_t value)
{
___mid_17 = value;
}
};
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
{
public:
// System.UInt32[] System.Decimal::Powers10
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
// System.Decimal System.Decimal::Zero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
// System.Decimal System.Decimal::One
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
// System.Decimal System.Decimal::MinusOne
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
// System.Decimal System.Decimal::MaxValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
// System.Decimal System.Decimal::MinValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
// System.Decimal System.Decimal::NearNegativeZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
// System.Decimal System.Decimal::NearPositiveZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
public:
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___Powers10_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
}
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___Zero_7 = value;
}
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___One_8 = value;
}
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinusOne_9 = value;
}
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MaxValue_10 = value;
}
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinValue_11 = value;
}
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearNegativeZero_12 = value;
}
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearPositiveZero_13 = value;
}
};
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
// 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.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
}
};
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
public:
};
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields
{
public:
// System.Func`2<System.Object,System.String> System.IO.TextReader::_ReadLineDelegate
Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1;
// System.Func`2<System.Object,System.Int32> System.IO.TextReader::_ReadDelegate
Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2;
// System.IO.TextReader System.IO.TextReader::Null
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3;
public:
inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; }
inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value)
{
____ReadLineDelegate_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value);
}
inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; }
inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value)
{
____ReadDelegate_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value);
}
inline static int32_t get_offset_of_Null_3() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; }
inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___Null_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value);
}
};
// System.IO.TextWriter
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.Char[] System.IO.TextWriter::CoreNewLine
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___CoreNewLine_9;
// System.IFormatProvider System.IO.TextWriter::InternalFormatProvider
RuntimeObject* ___InternalFormatProvider_10;
public:
inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___CoreNewLine_9)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_CoreNewLine_9() const { return ___CoreNewLine_9; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; }
inline void set_CoreNewLine_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___CoreNewLine_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value);
}
inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0, ___InternalFormatProvider_10)); }
inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; }
inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; }
inline void set_InternalFormatProvider_10(RuntimeObject* value)
{
___InternalFormatProvider_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value);
}
};
struct TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields
{
public:
// System.IO.TextWriter System.IO.TextWriter::Null
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * ___Null_1;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharDelegate_2;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteStringDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteStringDelegate_3;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteCharArrayRangeDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteCharArrayRangeDelegate_4;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharDelegate_5;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineStringDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineStringDelegate_6;
// System.Action`1<System.Object> System.IO.TextWriter::_WriteLineCharArrayRangeDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____WriteLineCharArrayRangeDelegate_7;
// System.Action`1<System.Object> System.IO.TextWriter::_FlushDelegate
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ____FlushDelegate_8;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ___Null_1)); }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * get_Null_1() const { return ___Null_1; }
inline TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
}
inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharDelegate_2)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; }
inline void set__WriteCharDelegate_2(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteCharDelegate_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value);
}
inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteStringDelegate_3)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; }
inline void set__WriteStringDelegate_3(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteStringDelegate_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value);
}
inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteCharArrayRangeDelegate_4)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; }
inline void set__WriteCharArrayRangeDelegate_4(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteCharArrayRangeDelegate_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value);
}
inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharDelegate_5)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; }
inline void set__WriteLineCharDelegate_5(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineCharDelegate_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value);
}
inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineStringDelegate_6)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; }
inline void set__WriteLineStringDelegate_6(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineStringDelegate_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value);
}
inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; }
inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____WriteLineCharArrayRangeDelegate_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value);
}
inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast<int32_t>(offsetof(TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0_StaticFields, ____FlushDelegate_8)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get__FlushDelegate_8() const { return ____FlushDelegate_8; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; }
inline void set__FlushDelegate_8(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
____FlushDelegate_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value);
}
};
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
// 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.Nullable`1<System.Boolean>
struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793
{
public:
// T System.Nullable`1::value
bool ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___value_0)); }
inline bool get_value_0() const { return ___value_0; }
inline bool* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(bool value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
// System.OrdinalComparer
struct OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A : public StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE
{
public:
// System.Boolean System.OrdinalComparer::_ignoreCase
bool ____ignoreCase_4;
public:
inline static int32_t get_offset_of__ignoreCase_4() { return static_cast<int32_t>(offsetof(OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A, ____ignoreCase_4)); }
inline bool get__ignoreCase_4() const { return ____ignoreCase_4; }
inline bool* get_address_of__ignoreCase_4() { return &____ignoreCase_4; }
inline void set__ignoreCase_4(bool value)
{
____ignoreCase_4 = value;
}
};
// System.ParameterizedStrings_FormatParam
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800
{
public:
// System.Int32 System.ParameterizedStrings_FormatParam::_int32
int32_t ____int32_0;
// System.String System.ParameterizedStrings_FormatParam::_string
String_t* ____string_1;
public:
inline static int32_t get_offset_of__int32_0() { return static_cast<int32_t>(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____int32_0)); }
inline int32_t get__int32_0() const { return ____int32_0; }
inline int32_t* get_address_of__int32_0() { return &____int32_0; }
inline void set__int32_0(int32_t value)
{
____int32_0 = value;
}
inline static int32_t get_offset_of__string_1() { return static_cast<int32_t>(offsetof(FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800, ____string_1)); }
inline String_t* get__string_1() const { return ____string_1; }
inline String_t** get_address_of__string_1() { return &____string_1; }
inline void set__string_1(String_t* value)
{
____string_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____string_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.ParameterizedStrings/FormatParam
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_pinvoke
{
int32_t ____int32_0;
char* ____string_1;
};
// Native definition for COM marshalling of System.ParameterizedStrings/FormatParam
struct FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800_marshaled_com
{
int32_t ____int32_0;
Il2CppChar* ____string_1;
};
// System.ParamsArray
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023
{
public:
// System.Object System.ParamsArray::arg0
RuntimeObject * ___arg0_3;
// System.Object System.ParamsArray::arg1
RuntimeObject * ___arg1_4;
// System.Object System.ParamsArray::arg2
RuntimeObject * ___arg2_5;
// System.Object[] System.ParamsArray::args
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6;
public:
inline static int32_t get_offset_of_arg0_3() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg0_3)); }
inline RuntimeObject * get_arg0_3() const { return ___arg0_3; }
inline RuntimeObject ** get_address_of_arg0_3() { return &___arg0_3; }
inline void set_arg0_3(RuntimeObject * value)
{
___arg0_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___arg0_3), (void*)value);
}
inline static int32_t get_offset_of_arg1_4() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg1_4)); }
inline RuntimeObject * get_arg1_4() const { return ___arg1_4; }
inline RuntimeObject ** get_address_of_arg1_4() { return &___arg1_4; }
inline void set_arg1_4(RuntimeObject * value)
{
___arg1_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___arg1_4), (void*)value);
}
inline static int32_t get_offset_of_arg2_5() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___arg2_5)); }
inline RuntimeObject * get_arg2_5() const { return ___arg2_5; }
inline RuntimeObject ** get_address_of_arg2_5() { return &___arg2_5; }
inline void set_arg2_5(RuntimeObject * value)
{
___arg2_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___arg2_5), (void*)value);
}
inline static int32_t get_offset_of_args_6() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023, ___args_6)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_args_6() const { return ___args_6; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_args_6() { return &___args_6; }
inline void set_args_6(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___args_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___args_6), (void*)value);
}
};
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields
{
public:
// System.Object[] System.ParamsArray::oneArgArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___oneArgArray_0;
// System.Object[] System.ParamsArray::twoArgArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___twoArgArray_1;
// System.Object[] System.ParamsArray::threeArgArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___threeArgArray_2;
public:
inline static int32_t get_offset_of_oneArgArray_0() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___oneArgArray_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_oneArgArray_0() const { return ___oneArgArray_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_oneArgArray_0() { return &___oneArgArray_0; }
inline void set_oneArgArray_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___oneArgArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___oneArgArray_0), (void*)value);
}
inline static int32_t get_offset_of_twoArgArray_1() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___twoArgArray_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_twoArgArray_1() const { return ___twoArgArray_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_twoArgArray_1() { return &___twoArgArray_1; }
inline void set_twoArgArray_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___twoArgArray_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___twoArgArray_1), (void*)value);
}
inline static int32_t get_offset_of_threeArgArray_2() { return static_cast<int32_t>(offsetof(ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_StaticFields, ___threeArgArray_2)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_threeArgArray_2() const { return ___threeArgArray_2; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_threeArgArray_2() { return &___threeArgArray_2; }
inline void set_threeArgArray_2(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___threeArgArray_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___threeArgArray_2), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.ParamsArray
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_pinvoke
{
Il2CppIUnknown* ___arg0_3;
Il2CppIUnknown* ___arg1_4;
Il2CppIUnknown* ___arg2_5;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6;
};
// Native definition for COM marshalling of System.ParamsArray
struct ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023_marshaled_com
{
Il2CppIUnknown* ___arg0_3;
Il2CppIUnknown* ___arg1_4;
Il2CppIUnknown* ___arg2_5;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args_6;
};
// System.SByte
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
{
public:
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
inline int8_t get_m_value_0() const { return ___m_value_0; }
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int8_t value)
{
___m_value_0 = value;
}
};
// System.Security.Cryptography.SHA1
struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.SerializableAttribute
struct SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
{
public:
public:
};
// 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.SmallRect
struct SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532
{
public:
// System.Int16 System.SmallRect::Left
int16_t ___Left_0;
// System.Int16 System.SmallRect::Top
int16_t ___Top_1;
// System.Int16 System.SmallRect::Right
int16_t ___Right_2;
// System.Int16 System.SmallRect::Bottom
int16_t ___Bottom_3;
public:
inline static int32_t get_offset_of_Left_0() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Left_0)); }
inline int16_t get_Left_0() const { return ___Left_0; }
inline int16_t* get_address_of_Left_0() { return &___Left_0; }
inline void set_Left_0(int16_t value)
{
___Left_0 = value;
}
inline static int32_t get_offset_of_Top_1() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Top_1)); }
inline int16_t get_Top_1() const { return ___Top_1; }
inline int16_t* get_address_of_Top_1() { return &___Top_1; }
inline void set_Top_1(int16_t value)
{
___Top_1 = value;
}
inline static int32_t get_offset_of_Right_2() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Right_2)); }
inline int16_t get_Right_2() const { return ___Right_2; }
inline int16_t* get_address_of_Right_2() { return &___Right_2; }
inline void set_Right_2(int16_t value)
{
___Right_2 = value;
}
inline static int32_t get_offset_of_Bottom_3() { return static_cast<int32_t>(offsetof(SmallRect_t18C271B0FF660F6ED4EC6D99B26C4D35F51CA532, ___Bottom_3)); }
inline int16_t get_Bottom_3() const { return ___Bottom_3; }
inline int16_t* get_address_of_Bottom_3() { return &___Bottom_3; }
inline void set_Bottom_3(int16_t value)
{
___Bottom_3 = value;
}
};
// System.Text.ASCIIEncoding
struct ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
{
public:
public:
};
// System.Text.DecoderExceptionFallback
struct DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 : public DecoderFallback_t128445EB7676870485230893338EF044F6B72F60
{
public:
public:
};
// System.Text.DecoderExceptionFallbackBuffer
struct DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA : public DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C
{
public:
public:
};
// System.Text.DecoderNLS
struct DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26
{
public:
// System.Text.Encoding System.Text.DecoderNLS::m_encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___m_encoding_2;
// System.Boolean System.Text.DecoderNLS::m_mustFlush
bool ___m_mustFlush_3;
// System.Boolean System.Text.DecoderNLS::m_throwOnOverflow
bool ___m_throwOnOverflow_4;
// System.Int32 System.Text.DecoderNLS::m_bytesUsed
int32_t ___m_bytesUsed_5;
public:
inline static int32_t get_offset_of_m_encoding_2() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_encoding_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_m_encoding_2() const { return ___m_encoding_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_m_encoding_2() { return &___m_encoding_2; }
inline void set_m_encoding_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___m_encoding_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_encoding_2), (void*)value);
}
inline static int32_t get_offset_of_m_mustFlush_3() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_mustFlush_3)); }
inline bool get_m_mustFlush_3() const { return ___m_mustFlush_3; }
inline bool* get_address_of_m_mustFlush_3() { return &___m_mustFlush_3; }
inline void set_m_mustFlush_3(bool value)
{
___m_mustFlush_3 = value;
}
inline static int32_t get_offset_of_m_throwOnOverflow_4() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_throwOnOverflow_4)); }
inline bool get_m_throwOnOverflow_4() const { return ___m_throwOnOverflow_4; }
inline bool* get_address_of_m_throwOnOverflow_4() { return &___m_throwOnOverflow_4; }
inline void set_m_throwOnOverflow_4(bool value)
{
___m_throwOnOverflow_4 = value;
}
inline static int32_t get_offset_of_m_bytesUsed_5() { return static_cast<int32_t>(offsetof(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD, ___m_bytesUsed_5)); }
inline int32_t get_m_bytesUsed_5() const { return ___m_bytesUsed_5; }
inline int32_t* get_address_of_m_bytesUsed_5() { return &___m_bytesUsed_5; }
inline void set_m_bytesUsed_5(int32_t value)
{
___m_bytesUsed_5 = value;
}
};
// System.Text.DecoderReplacementFallback
struct DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 : public DecoderFallback_t128445EB7676870485230893338EF044F6B72F60
{
public:
// System.String System.Text.DecoderReplacementFallback::strDefault
String_t* ___strDefault_4;
public:
inline static int32_t get_offset_of_strDefault_4() { return static_cast<int32_t>(offsetof(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742, ___strDefault_4)); }
inline String_t* get_strDefault_4() const { return ___strDefault_4; }
inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; }
inline void set_strDefault_4(String_t* value)
{
___strDefault_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___strDefault_4), (void*)value);
}
};
// System.Text.EncoderNLS
struct EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 : public Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464
{
public:
// System.Char System.Text.EncoderNLS::charLeftOver
Il2CppChar ___charLeftOver_2;
// System.Text.Encoding System.Text.EncoderNLS::m_encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___m_encoding_3;
// System.Boolean System.Text.EncoderNLS::m_mustFlush
bool ___m_mustFlush_4;
// System.Boolean System.Text.EncoderNLS::m_throwOnOverflow
bool ___m_throwOnOverflow_5;
// System.Int32 System.Text.EncoderNLS::m_charsUsed
int32_t ___m_charsUsed_6;
public:
inline static int32_t get_offset_of_charLeftOver_2() { return static_cast<int32_t>(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___charLeftOver_2)); }
inline Il2CppChar get_charLeftOver_2() const { return ___charLeftOver_2; }
inline Il2CppChar* get_address_of_charLeftOver_2() { return &___charLeftOver_2; }
inline void set_charLeftOver_2(Il2CppChar value)
{
___charLeftOver_2 = value;
}
inline static int32_t get_offset_of_m_encoding_3() { return static_cast<int32_t>(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_m_encoding_3() const { return ___m_encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_m_encoding_3() { return &___m_encoding_3; }
inline void set_m_encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___m_encoding_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_encoding_3), (void*)value);
}
inline static int32_t get_offset_of_m_mustFlush_4() { return static_cast<int32_t>(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_mustFlush_4)); }
inline bool get_m_mustFlush_4() const { return ___m_mustFlush_4; }
inline bool* get_address_of_m_mustFlush_4() { return &___m_mustFlush_4; }
inline void set_m_mustFlush_4(bool value)
{
___m_mustFlush_4 = value;
}
inline static int32_t get_offset_of_m_throwOnOverflow_5() { return static_cast<int32_t>(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_throwOnOverflow_5)); }
inline bool get_m_throwOnOverflow_5() const { return ___m_throwOnOverflow_5; }
inline bool* get_address_of_m_throwOnOverflow_5() { return &___m_throwOnOverflow_5; }
inline void set_m_throwOnOverflow_5(bool value)
{
___m_throwOnOverflow_5 = value;
}
inline static int32_t get_offset_of_m_charsUsed_6() { return static_cast<int32_t>(offsetof(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8, ___m_charsUsed_6)); }
inline int32_t get_m_charsUsed_6() const { return ___m_charsUsed_6; }
inline int32_t* get_address_of_m_charsUsed_6() { return &___m_charsUsed_6; }
inline void set_m_charsUsed_6(int32_t value)
{
___m_charsUsed_6 = value;
}
};
// System.Text.EncoderReplacementFallback
struct EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 : public EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63
{
public:
// System.String System.Text.EncoderReplacementFallback::strDefault
String_t* ___strDefault_4;
public:
inline static int32_t get_offset_of_strDefault_4() { return static_cast<int32_t>(offsetof(EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998, ___strDefault_4)); }
inline String_t* get_strDefault_4() const { return ___strDefault_4; }
inline String_t** get_address_of_strDefault_4() { return &___strDefault_4; }
inline void set_strDefault_4(String_t* value)
{
___strDefault_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___strDefault_4), (void*)value);
}
};
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t 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.UnSafeCharBuffer
struct UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C
{
public:
// System.Char* System.UnSafeCharBuffer::m_buffer
Il2CppChar* ___m_buffer_0;
// System.Int32 System.UnSafeCharBuffer::m_totalSize
int32_t ___m_totalSize_1;
// System.Int32 System.UnSafeCharBuffer::m_length
int32_t ___m_length_2;
public:
inline static int32_t get_offset_of_m_buffer_0() { return static_cast<int32_t>(offsetof(UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C, ___m_buffer_0)); }
inline Il2CppChar* get_m_buffer_0() const { return ___m_buffer_0; }
inline Il2CppChar** get_address_of_m_buffer_0() { return &___m_buffer_0; }
inline void set_m_buffer_0(Il2CppChar* value)
{
___m_buffer_0 = value;
}
inline static int32_t get_offset_of_m_totalSize_1() { return static_cast<int32_t>(offsetof(UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C, ___m_totalSize_1)); }
inline int32_t get_m_totalSize_1() const { return ___m_totalSize_1; }
inline int32_t* get_address_of_m_totalSize_1() { return &___m_totalSize_1; }
inline void set_m_totalSize_1(int32_t value)
{
___m_totalSize_1 = value;
}
inline static int32_t get_offset_of_m_length_2() { return static_cast<int32_t>(offsetof(UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C, ___m_length_2)); }
inline int32_t get_m_length_2() const { return ___m_length_2; }
inline int32_t* get_address_of_m_length_2() { return &___m_length_2; }
inline void set_m_length_2(int32_t value)
{
___m_length_2 = value;
}
};
// Native definition for P/Invoke marshalling of System.UnSafeCharBuffer
struct UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C_marshaled_pinvoke
{
Il2CppChar* ___m_buffer_0;
int32_t ___m_totalSize_1;
int32_t ___m_length_2;
};
// Native definition for COM marshalling of System.UnSafeCharBuffer
struct UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C_marshaled_com
{
Il2CppChar* ___m_buffer_0;
int32_t ___m_totalSize_1;
int32_t ___m_length_2;
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::0588059ACBD52F7EA2835882F977A9CF72EB9775
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___0588059ACBD52F7EA2835882F977A9CF72EB9775_0;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D84 <PrivateImplementationDetails>::0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C
__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D240 <PrivateImplementationDetails>::121EC59E23F7559B28D338D562528F6299C2DE22
__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 ___121EC59E23F7559B28D338D562528F6299C2DE22_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::1730F09044E91DB8371B849EFF5E6D17BDE4AED0
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::1FE6CE411858B3D864679DE2139FB081F08BFACD
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___1FE6CE411858B3D864679DE2139FB081F08BFACD_4;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::25420D0055076FA8D3E4DD96BC53AE24DE6E619F
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1208 <PrivateImplementationDetails>::25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E
__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D42 <PrivateImplementationDetails>::29C1A61550F0E3260E1953D4FAD71C256218EF40
__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 ___29C1A61550F0E3260E1953D4FAD71C256218EF40_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::2B33BEC8C30DFDC49DAFE20D3BDE19487850D717
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::2BA840FF6020B8FF623DBCB7188248CF853FAF4F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2C840AFA48C27B9C05593E468C1232CA1CC74AFD
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::2D1DA5BB407F0C11C3B5116196C0C6374D932B20
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::34476C29F6F81C989CFCA42F7C06E84C66236834
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___34476C29F6F81C989CFCA42F7C06E84C66236834_13;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2382 <PrivateImplementationDetails>::35EED060772F2748D13B745DAEC8CD7BD3B87604
__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA ___35EED060772F2748D13B745DAEC8CD7BD3B87604_14;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D38 <PrivateImplementationDetails>::375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3
__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1450 <PrivateImplementationDetails>::379C06C9E702D31469C29033F0DD63931EB349F5
__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 ___379C06C9E702D31469C29033F0DD63931EB349F5_16;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::399BD13E240F33F808CA7940293D6EC4E6FD5A00
__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::39C9CE73C7B0619D409EF28344F687C1B5C130FE
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D320 <PrivateImplementationDetails>::3C53AFB51FEC23491684C7BEDBC6D4E0F409F851
__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_20;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3E823444D2DFECF0F90B436B88F02A533CB376F1
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___3E823444D2DFECF0F90B436B88F02A533CB376F1_21;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::3FE6C283BCF384FD2C8789880DFF59664E2AB4A1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_22;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1665 <PrivateImplementationDetails>::40981BAA39513E58B28DCF0103CC04DE2A0A0444
__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_23;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::40E7C49413D261F3F38AD3A870C0AC69C8BDA048
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_24;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::421EC7E82F2967DF6CA8C3605514DC6F29EE5845
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_25;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::4858DB4AA76D3933F1CA9E6712D4FDB16903F628
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_26;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::4F7A8890F332B22B8DE0BD29D36FA7364748D76A
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_27;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::536422B321459B242ADED7240B7447E904E083E3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___536422B321459B242ADED7240B7447E904E083E3_28;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1080 <PrivateImplementationDetails>::5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3
__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_29;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::57218C316B6921E2CD61027A2387EDC31A2D9471
__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E ___57218C316B6921E2CD61027A2387EDC31A2D9471_30;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::57F320D62696EC99727E0FE2045A05F1289CC0C6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___57F320D62696EC99727E0FE2045A05F1289CC0C6_31;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_32;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::5BBDF8058D4235C33F2E8DCF76004031B6187A2F
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_33;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D288 <PrivateImplementationDetails>::5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF
__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_34;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::5BFE2819B4778217C56416C7585FF0E56EBACD89
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___5BFE2819B4778217C56416C7585FF0E56EBACD89_35;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::609C0E8D8DA86A09D6013D301C86BA8782C16B8C
__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::65E32B4E150FD8D24B93B0D42A17F1DAD146162B
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::6770974FEF1E98B9C1864370E2B5B786EB0EA39E
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::67EEAD805D708D9AA4E14BF747E44CED801744F3
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___67EEAD805D708D9AA4E14BF747E44CED801744F3_39;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::6C71197D228427B2864C69B357FEF73D8C9D59DF
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___6C71197D228427B2864C69B357FEF73D8C9D59DF_40;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::6CEE45445AFD150B047A5866FFA76AA651CDB7B7
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::6FC754859E4EC74E447048364B216D825C6F8FE7
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___6FC754859E4EC74E447048364B216D825C6F8FE7_42;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::704939CD172085D1295FCE3F1D92431D685D7AA2
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___704939CD172085D1295FCE3F1D92431D685D7AA2_43;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D24 <PrivateImplementationDetails>::7088AAE49F0627B72729078DE6E3182DDCF8ED99
__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::7341C933A70EAE383CC50C4B945ADB8E08F06737
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___7341C933A70EAE383CC50C4B945ADB8E08F06737_45;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_46;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D21252 <PrivateImplementationDetails>::811A927B7DADD378BE60BBDE794B9277AA9B50EC
__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_47;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::81917F1E21F3C22B9F916994547A614FB03E968E
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___81917F1E21F3C22B9F916994547A614FB03E968E_48;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::823566DA642D6EA356E15585921F2A4CA23D6760
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___823566DA642D6EA356E15585921F2A4CA23D6760_49;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::82C2A59850B2E85BCE1A45A479537A384DF6098D
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___82C2A59850B2E85BCE1A45A479537A384DF6098D_50;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_51;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::871B9CF85DB352BAADF12BAE8F19857683E385AC
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___871B9CF85DB352BAADF12BAE8F19857683E385AC_52;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::89A040451C8CC5C8FB268BE44BDD74964C104155
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___89A040451C8CC5C8FB268BE44BDD74964C104155_53;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8CAA092E783257106251246FF5C97F88D28517A6
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8CAA092E783257106251246FF5C97F88D28517A6_54;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2100 <PrivateImplementationDetails>::8D231DD55FE1AD7631BBD0905A17D5EB616C2154
__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_55;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::8E10AC2F34545DFBBF3FCBC06055D797A8C99991
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_56;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::93A63E90605400F34B49F0EB3361D23C89164BDA
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___93A63E90605400F34B49F0EB3361D23C89164BDA_57;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::94841DD2F330CCB1089BF413E4FA9B04505152E2
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___94841DD2F330CCB1089BF413E4FA9B04505152E2_58;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::95264589E48F94B7857CFF398FB72A537E13EEE2
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___95264589E48F94B7857CFF398FB72A537E13EEE2_59;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::95C48758CAE1715783472FB073AB158AB8A0AB2A
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___95C48758CAE1715783472FB073AB158AB8A0AB2A_60;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::973417296623D8DC6961B09664E54039E44CA5D8
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___973417296623D8DC6961B09664E54039E44CA5D8_61;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::A0074C15377C0C870B055927403EA9FA7A349D12
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___A0074C15377C0C870B055927403EA9FA7A349D12_62;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D130 <PrivateImplementationDetails>::A1319B706116AB2C6D44483F60A7D0ACEA543396
__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F ___A1319B706116AB2C6D44483F60A7D0ACEA543396_63;
// System.Int64 <PrivateImplementationDetails>::A13AA52274D951A18029131A8DDECF76B569A15D
int64_t ___A13AA52274D951A18029131A8DDECF76B569A15D_64;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D212 <PrivateImplementationDetails>::A5444763673307F6828C748D4B9708CFC02B0959
__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF ___A5444763673307F6828C748D4B9708CFC02B0959_65;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::A6732F8E7FC23766AB329B492D6BF82E3B33233F
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_66;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::A705A106D95282BD15E13EEA6B0AF583FF786D83
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___A705A106D95282BD15E13EEA6B0AF583FF786D83_67;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D1018 <PrivateImplementationDetails>::A8A491E4CED49AE0027560476C10D933CE70C8DF
__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 ___A8A491E4CED49AE0027560476C10D933CE70C8DF_68;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::AC791C4F39504D1184B73478943D0636258DA7B1
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___AC791C4F39504D1184B73478943D0636258DA7B1_69;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::AFCD4E1211233E99373A3367B23105A3D624B1F2
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___AFCD4E1211233E99373A3367B23105A3D624B1F2_70;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::B472ED77CB3B2A66D49D179F1EE2081B70A6AB61
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_71;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF
__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_72;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D998 <PrivateImplementationDetails>::B881DA88BE0B68D8A6B6B6893822586B8B2CFC45
__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_73;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D162 <PrivateImplementationDetails>::B8864ACB9DD69E3D42151513C840AAE270BF21C8
__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_74;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D360 <PrivateImplementationDetails>::B8F87834C3597B2EEF22BA6D3A392CC925636401
__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 ___B8F87834C3597B2EEF22BA6D3A392CC925636401_75;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::B9B670F134A59FB1107AF01A9FE8F8E3980B3093
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_76;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::BEBC9ECC660A13EFC359BA3383411F698CFF25DB
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_77;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_78;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::BF5EB60806ECB74EE484105DD9D6F463BF994867
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___BF5EB60806ECB74EE484105DD9D6F463BF994867_79;
// System.Int64 <PrivateImplementationDetails>::C1A1100642BA9685B30A84D97348484E14AA1865
int64_t ___C1A1100642BA9685B30A84D97348484E14AA1865_80;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D16 <PrivateImplementationDetails>::C6F364A0AD934EFED8909446C215752E565D77C1
__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 ___C6F364A0AD934EFED8909446C215752E565D77C1_81;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D174 <PrivateImplementationDetails>::CE5835130F5277F63D716FC9115526B0AC68FFAD
__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F ___CE5835130F5277F63D716FC9115526B0AC68FFAD_82;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::CE93C35B755802BC4B3D180716B048FC61701EF7
__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 ___CE93C35B755802BC4B3D180716B048FC61701EF7_83;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::D117188BE8D4609C0D531C51B0BB911A4219DEBE
__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_84;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636
__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_85;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D76 <PrivateImplementationDetails>::DA19DB47B583EFCF7825D2E39D661D2354F28219
__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB ___DA19DB47B583EFCF7825D2E39D661D2354F28219_86;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::DD3AEFEADB1CD615F3017763F1568179FEE640B0
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_87;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D36 <PrivateImplementationDetails>::E1827270A5FE1C85F5352A66FD87BA747213D006
__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 ___E1827270A5FE1C85F5352A66FD87BA747213D006_88;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::E45BAB43F7D5D038672B3E3431F92E34A7AF2571
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_89;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D52 <PrivateImplementationDetails>::E92B39D8233061927D9ACDE54665E68E7535635A
__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A ___E92B39D8233061927D9ACDE54665E68E7535635A_90;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::EA9506959484C55CFE0C139C624DF6060E285866
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___EA9506959484C55CFE0C139C624DF6060E285866_91;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D262 <PrivateImplementationDetails>::EB5E9A80A40096AB74D2E226650C7258D7BC5E9D
__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_92;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::EBF68F411848D603D059DFDEA2321C5A5EA78044
__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 ___EBF68F411848D603D059DFDEA2321C5A5EA78044_93;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::EC89C317EA2BF49A70EFF5E89C691E34733D7C37
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_94;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::F06E829E62F3AFBC045D064E10A4F5DF7C969612
__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_95;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D11614 <PrivateImplementationDetails>::F073AA332018FDA0D572E99448FFF1D6422BD520
__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 ___F073AA332018FDA0D572E99448FFF1D6422BD520_96;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D120 <PrivateImplementationDetails>::F34B0E10653402E8F788F8BC3F7CD7090928A429
__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 ___F34B0E10653402E8F788F8BC3F7CD7090928A429_97;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D72 <PrivateImplementationDetails>::F37E34BEADB04F34FCC31078A59F49856CA83D5B
__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_98;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D94 <PrivateImplementationDetails>::F512A9ABF88066AAEB92684F95CC05D8101B462B
__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 ___F512A9ABF88066AAEB92684F95CC05D8101B462B_99;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::F8FAABB821300AA500C2CEC6091B3782A7FB44A4
__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_100;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D2350 <PrivateImplementationDetails>::FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B
__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_101;
public:
inline static int32_t get_offset_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0588059ACBD52F7EA2835882F977A9CF72EB9775_0)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0() const { return ___0588059ACBD52F7EA2835882F977A9CF72EB9775_0; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0() { return &___0588059ACBD52F7EA2835882F977A9CF72EB9775_0; }
inline void set_U30588059ACBD52F7EA2835882F977A9CF72EB9775_0(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___0588059ACBD52F7EA2835882F977A9CF72EB9775_0 = value;
}
inline static int32_t get_offset_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1)); }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A get_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1() const { return ___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1; }
inline __StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A * get_address_of_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1() { return &___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1; }
inline void set_U30A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1(__StaticArrayInitTypeSizeU3D84_tF52293EFB26AA1D2C169389BB83253C5BAE8076A value)
{
___0A1ADB22C1D3E1F4B2448EE3F27DF9DE63329C4C_1 = value;
}
inline static int32_t get_offset_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___121EC59E23F7559B28D338D562528F6299C2DE22_2)); }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 get_U3121EC59E23F7559B28D338D562528F6299C2DE22_2() const { return ___121EC59E23F7559B28D338D562528F6299C2DE22_2; }
inline __StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 * get_address_of_U3121EC59E23F7559B28D338D562528F6299C2DE22_2() { return &___121EC59E23F7559B28D338D562528F6299C2DE22_2; }
inline void set_U3121EC59E23F7559B28D338D562528F6299C2DE22_2(__StaticArrayInitTypeSizeU3D240_t5643A77865294845ACC505FE42EA1067CAC04FD8 value)
{
___121EC59E23F7559B28D338D562528F6299C2DE22_2 = value;
}
inline static int32_t get_offset_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3() const { return ___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3() { return &___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3; }
inline void set_U31730F09044E91DB8371B849EFF5E6D17BDE4AED0_3(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___1730F09044E91DB8371B849EFF5E6D17BDE4AED0_3 = value;
}
inline static int32_t get_offset_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___1FE6CE411858B3D864679DE2139FB081F08BFACD_4)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4() const { return ___1FE6CE411858B3D864679DE2139FB081F08BFACD_4; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4() { return &___1FE6CE411858B3D864679DE2139FB081F08BFACD_4; }
inline void set_U31FE6CE411858B3D864679DE2139FB081F08BFACD_4(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___1FE6CE411858B3D864679DE2139FB081F08BFACD_4 = value;
}
inline static int32_t get_offset_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5() const { return ___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5() { return &___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5; }
inline void set_U325420D0055076FA8D3E4DD96BC53AE24DE6E619F_5(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___25420D0055076FA8D3E4DD96BC53AE24DE6E619F_5 = value;
}
inline static int32_t get_offset_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6)); }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD get_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6() const { return ___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6; }
inline __StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD * get_address_of_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6() { return &___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6; }
inline void set_U325CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6(__StaticArrayInitTypeSizeU3D1208_tC58894ECFE2C4FFD2B8FCDF958800099A737C1DD value)
{
___25CF935D2AE9EDF05DD75BCD47FF84D9255D6F6E_6 = value;
}
inline static int32_t get_offset_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___29C1A61550F0E3260E1953D4FAD71C256218EF40_7)); }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 get_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7() const { return ___29C1A61550F0E3260E1953D4FAD71C256218EF40_7; }
inline __StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 * get_address_of_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7() { return &___29C1A61550F0E3260E1953D4FAD71C256218EF40_7; }
inline void set_U329C1A61550F0E3260E1953D4FAD71C256218EF40_7(__StaticArrayInitTypeSizeU3D42_t3D9F6218E615F20CE7E1AE0EF6657DE732EDBFD4 value)
{
___29C1A61550F0E3260E1953D4FAD71C256218EF40_7 = value;
}
inline static int32_t get_offset_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8() const { return ___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8() { return &___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8; }
inline void set_U32B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___2B33BEC8C30DFDC49DAFE20D3BDE19487850D717_8 = value;
}
inline static int32_t get_offset_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9() const { return ___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9() { return &___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9; }
inline void set_U32BA840FF6020B8FF623DBCB7188248CF853FAF4F_9(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___2BA840FF6020B8FF623DBCB7188248CF853FAF4F_9 = value;
}
inline static int32_t get_offset_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10() const { return ___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10() { return &___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10; }
inline void set_U32C840AFA48C27B9C05593E468C1232CA1CC74AFD_10(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2C840AFA48C27B9C05593E468C1232CA1CC74AFD_10 = value;
}
inline static int32_t get_offset_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11() const { return ___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11() { return &___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11; }
inline void set_U32D1DA5BB407F0C11C3B5116196C0C6374D932B20_11(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___2D1DA5BB407F0C11C3B5116196C0C6374D932B20_11 = value;
}
inline static int32_t get_offset_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12() const { return ___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12() { return &___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12; }
inline void set_U32F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___2F71D2DA12F3CD0A6A112F5A5A75B4FDC6FE8547_12 = value;
}
inline static int32_t get_offset_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___34476C29F6F81C989CFCA42F7C06E84C66236834_13)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U334476C29F6F81C989CFCA42F7C06E84C66236834_13() const { return ___34476C29F6F81C989CFCA42F7C06E84C66236834_13; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U334476C29F6F81C989CFCA42F7C06E84C66236834_13() { return &___34476C29F6F81C989CFCA42F7C06E84C66236834_13; }
inline void set_U334476C29F6F81C989CFCA42F7C06E84C66236834_13(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___34476C29F6F81C989CFCA42F7C06E84C66236834_13 = value;
}
inline static int32_t get_offset_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___35EED060772F2748D13B745DAEC8CD7BD3B87604_14)); }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA get_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14() const { return ___35EED060772F2748D13B745DAEC8CD7BD3B87604_14; }
inline __StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA * get_address_of_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14() { return &___35EED060772F2748D13B745DAEC8CD7BD3B87604_14; }
inline void set_U335EED060772F2748D13B745DAEC8CD7BD3B87604_14(__StaticArrayInitTypeSizeU3D2382_tB4AF2C49C5120B6EB285BA4D247340D8E243A1BA value)
{
___35EED060772F2748D13B745DAEC8CD7BD3B87604_14 = value;
}
inline static int32_t get_offset_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15)); }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D get_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15() const { return ___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15; }
inline __StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D * get_address_of_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15() { return &___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15; }
inline void set_U3375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15(__StaticArrayInitTypeSizeU3D38_tA52D24A5F9970582D6B55437967C9BD32E03F05D value)
{
___375F9AE9769A3D1DA789E9ACFE81F3A1BB14F0D3_15 = value;
}
inline static int32_t get_offset_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___379C06C9E702D31469C29033F0DD63931EB349F5_16)); }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 get_U3379C06C9E702D31469C29033F0DD63931EB349F5_16() const { return ___379C06C9E702D31469C29033F0DD63931EB349F5_16; }
inline __StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 * get_address_of_U3379C06C9E702D31469C29033F0DD63931EB349F5_16() { return &___379C06C9E702D31469C29033F0DD63931EB349F5_16; }
inline void set_U3379C06C9E702D31469C29033F0DD63931EB349F5_16(__StaticArrayInitTypeSizeU3D1450_t58DE69DB537BA7DFBFF2C7084FFC6970FB3BAEA4 value)
{
___379C06C9E702D31469C29033F0DD63931EB349F5_16 = value;
}
inline static int32_t get_offset_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17)); }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C get_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17() const { return ___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17; }
inline __StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C * get_address_of_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17() { return &___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17; }
inline void set_U3399BD13E240F33F808CA7940293D6EC4E6FD5A00_17(__StaticArrayInitTypeSizeU3D10_t39E3D966A21885323F15EB866ABDE668EA1ED52C value)
{
___399BD13E240F33F808CA7940293D6EC4E6FD5A00_17 = value;
}
inline static int32_t get_offset_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18() const { return ___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18() { return &___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18; }
inline void set_U339C9CE73C7B0619D409EF28344F687C1B5C130FE_18(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___39C9CE73C7B0619D409EF28344F687C1B5C130FE_18 = value;
}
inline static int32_t get_offset_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19)); }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 get_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19() const { return ___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19; }
inline __StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 * get_address_of_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19() { return &___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19; }
inline void set_U33C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19(__StaticArrayInitTypeSizeU3D320_t48B9242FB90DB2A21A723BBAB141500A9641EB49 value)
{
___3C53AFB51FEC23491684C7BEDBC6D4E0F409F851_19 = value;
}
inline static int32_t get_offset_of_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_20() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_20)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_20() const { return ___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_20; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_20() { return &___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_20; }
inline void set_U33E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_20(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___3E4BBF9D0CDD2E34F78AA7A9A3979DCE1F7B02BD_20 = value;
}
inline static int32_t get_offset_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_21() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3E823444D2DFECF0F90B436B88F02A533CB376F1_21)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U33E823444D2DFECF0F90B436B88F02A533CB376F1_21() const { return ___3E823444D2DFECF0F90B436B88F02A533CB376F1_21; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U33E823444D2DFECF0F90B436B88F02A533CB376F1_21() { return &___3E823444D2DFECF0F90B436B88F02A533CB376F1_21; }
inline void set_U33E823444D2DFECF0F90B436B88F02A533CB376F1_21(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___3E823444D2DFECF0F90B436B88F02A533CB376F1_21 = value;
}
inline static int32_t get_offset_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_22() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_22)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_22() const { return ___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_22; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_22() { return &___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_22; }
inline void set_U33FE6C283BCF384FD2C8789880DFF59664E2AB4A1_22(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___3FE6C283BCF384FD2C8789880DFF59664E2AB4A1_22 = value;
}
inline static int32_t get_offset_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_23() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_23)); }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 get_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_23() const { return ___40981BAA39513E58B28DCF0103CC04DE2A0A0444_23; }
inline __StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 * get_address_of_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_23() { return &___40981BAA39513E58B28DCF0103CC04DE2A0A0444_23; }
inline void set_U340981BAA39513E58B28DCF0103CC04DE2A0A0444_23(__StaticArrayInitTypeSizeU3D1665_tCD7752863825B82B07752CCE72A581C169E19C20 value)
{
___40981BAA39513E58B28DCF0103CC04DE2A0A0444_23 = value;
}
inline static int32_t get_offset_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_24() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_24)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_24() const { return ___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_24; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_24() { return &___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_24; }
inline void set_U340E7C49413D261F3F38AD3A870C0AC69C8BDA048_24(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___40E7C49413D261F3F38AD3A870C0AC69C8BDA048_24 = value;
}
inline static int32_t get_offset_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_25() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_25)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_25() const { return ___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_25; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_25() { return &___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_25; }
inline void set_U3421EC7E82F2967DF6CA8C3605514DC6F29EE5845_25(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___421EC7E82F2967DF6CA8C3605514DC6F29EE5845_25 = value;
}
inline static int32_t get_offset_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_26() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_26)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_26() const { return ___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_26; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_26() { return &___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_26; }
inline void set_U34858DB4AA76D3933F1CA9E6712D4FDB16903F628_26(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___4858DB4AA76D3933F1CA9E6712D4FDB16903F628_26 = value;
}
inline static int32_t get_offset_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_27() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_27)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_27() const { return ___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_27; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_27() { return &___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_27; }
inline void set_U34F7A8890F332B22B8DE0BD29D36FA7364748D76A_27(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___4F7A8890F332B22B8DE0BD29D36FA7364748D76A_27 = value;
}
inline static int32_t get_offset_of_U3536422B321459B242ADED7240B7447E904E083E3_28() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___536422B321459B242ADED7240B7447E904E083E3_28)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3536422B321459B242ADED7240B7447E904E083E3_28() const { return ___536422B321459B242ADED7240B7447E904E083E3_28; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3536422B321459B242ADED7240B7447E904E083E3_28() { return &___536422B321459B242ADED7240B7447E904E083E3_28; }
inline void set_U3536422B321459B242ADED7240B7447E904E083E3_28(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___536422B321459B242ADED7240B7447E904E083E3_28 = value;
}
inline static int32_t get_offset_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_29() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_29)); }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 get_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_29() const { return ___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_29; }
inline __StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 * get_address_of_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_29() { return &___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_29; }
inline void set_U35382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_29(__StaticArrayInitTypeSizeU3D1080_tCE36DA14009C45CFDEA7F63618BE90F8DF89AC84 value)
{
___5382CEF491F422BFE0D6FC46EFAFF9EF9D4C89F3_29 = value;
}
inline static int32_t get_offset_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_30() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57218C316B6921E2CD61027A2387EDC31A2D9471_30)); }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E get_U357218C316B6921E2CD61027A2387EDC31A2D9471_30() const { return ___57218C316B6921E2CD61027A2387EDC31A2D9471_30; }
inline __StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E * get_address_of_U357218C316B6921E2CD61027A2387EDC31A2D9471_30() { return &___57218C316B6921E2CD61027A2387EDC31A2D9471_30; }
inline void set_U357218C316B6921E2CD61027A2387EDC31A2D9471_30(__StaticArrayInitTypeSizeU3D3_t651350E6AC00D0836A5D0539D0D68852BE81E08E value)
{
___57218C316B6921E2CD61027A2387EDC31A2D9471_30 = value;
}
inline static int32_t get_offset_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_31() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___57F320D62696EC99727E0FE2045A05F1289CC0C6_31)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U357F320D62696EC99727E0FE2045A05F1289CC0C6_31() const { return ___57F320D62696EC99727E0FE2045A05F1289CC0C6_31; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U357F320D62696EC99727E0FE2045A05F1289CC0C6_31() { return &___57F320D62696EC99727E0FE2045A05F1289CC0C6_31; }
inline void set_U357F320D62696EC99727E0FE2045A05F1289CC0C6_31(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___57F320D62696EC99727E0FE2045A05F1289CC0C6_31 = value;
}
inline static int32_t get_offset_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_32() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_32)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_32() const { return ___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_32; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_32() { return &___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_32; }
inline void set_U3594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_32(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___594A33A00BC4F785DFD43E3C6C44FBA1242CCAF3_32 = value;
}
inline static int32_t get_offset_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_33() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_33)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_33() const { return ___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_33; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_33() { return &___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_33; }
inline void set_U35BBDF8058D4235C33F2E8DCF76004031B6187A2F_33(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___5BBDF8058D4235C33F2E8DCF76004031B6187A2F_33 = value;
}
inline static int32_t get_offset_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_34() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_34)); }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 get_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_34() const { return ___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_34; }
inline __StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 * get_address_of_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_34() { return &___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_34; }
inline void set_U35BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_34(__StaticArrayInitTypeSizeU3D288_t7B40D7F3A8D262F90A76460FF94E92CE08AFCF55 value)
{
___5BCD21C341BE6DDF8FFFAE1A23ABA24DCBB612BF_34 = value;
}
inline static int32_t get_offset_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_35() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___5BFE2819B4778217C56416C7585FF0E56EBACD89_35)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U35BFE2819B4778217C56416C7585FF0E56EBACD89_35() const { return ___5BFE2819B4778217C56416C7585FF0E56EBACD89_35; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U35BFE2819B4778217C56416C7585FF0E56EBACD89_35() { return &___5BFE2819B4778217C56416C7585FF0E56EBACD89_35; }
inline void set_U35BFE2819B4778217C56416C7585FF0E56EBACD89_35(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___5BFE2819B4778217C56416C7585FF0E56EBACD89_35 = value;
}
inline static int32_t get_offset_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36)); }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 get_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36() const { return ___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36; }
inline __StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 * get_address_of_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36() { return &___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36; }
inline void set_U3609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36(__StaticArrayInitTypeSizeU3D128_t1B13688BD6EA82B964734FF8C3181161EF5624B1 value)
{
___609C0E8D8DA86A09D6013D301C86BA8782C16B8C_36 = value;
}
inline static int32_t get_offset_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37() const { return ___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37() { return &___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37; }
inline void set_U365E32B4E150FD8D24B93B0D42A17F1DAD146162B_37(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___65E32B4E150FD8D24B93B0D42A17F1DAD146162B_37 = value;
}
inline static int32_t get_offset_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38() const { return ___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38() { return &___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38; }
inline void set_U36770974FEF1E98B9C1864370E2B5B786EB0EA39E_38(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___6770974FEF1E98B9C1864370E2B5B786EB0EA39E_38 = value;
}
inline static int32_t get_offset_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___67EEAD805D708D9AA4E14BF747E44CED801744F3_39)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39() const { return ___67EEAD805D708D9AA4E14BF747E44CED801744F3_39; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39() { return &___67EEAD805D708D9AA4E14BF747E44CED801744F3_39; }
inline void set_U367EEAD805D708D9AA4E14BF747E44CED801744F3_39(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___67EEAD805D708D9AA4E14BF747E44CED801744F3_39 = value;
}
inline static int32_t get_offset_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6C71197D228427B2864C69B357FEF73D8C9D59DF_40)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40() const { return ___6C71197D228427B2864C69B357FEF73D8C9D59DF_40; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40() { return &___6C71197D228427B2864C69B357FEF73D8C9D59DF_40; }
inline void set_U36C71197D228427B2864C69B357FEF73D8C9D59DF_40(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___6C71197D228427B2864C69B357FEF73D8C9D59DF_40 = value;
}
inline static int32_t get_offset_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41() const { return ___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41() { return &___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41; }
inline void set_U36CEE45445AFD150B047A5866FFA76AA651CDB7B7_41(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___6CEE45445AFD150B047A5866FFA76AA651CDB7B7_41 = value;
}
inline static int32_t get_offset_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_42() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___6FC754859E4EC74E447048364B216D825C6F8FE7_42)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_U36FC754859E4EC74E447048364B216D825C6F8FE7_42() const { return ___6FC754859E4EC74E447048364B216D825C6F8FE7_42; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_U36FC754859E4EC74E447048364B216D825C6F8FE7_42() { return &___6FC754859E4EC74E447048364B216D825C6F8FE7_42; }
inline void set_U36FC754859E4EC74E447048364B216D825C6F8FE7_42(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___6FC754859E4EC74E447048364B216D825C6F8FE7_42 = value;
}
inline static int32_t get_offset_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___704939CD172085D1295FCE3F1D92431D685D7AA2_43)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43() const { return ___704939CD172085D1295FCE3F1D92431D685D7AA2_43; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43() { return &___704939CD172085D1295FCE3F1D92431D685D7AA2_43; }
inline void set_U3704939CD172085D1295FCE3F1D92431D685D7AA2_43(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___704939CD172085D1295FCE3F1D92431D685D7AA2_43 = value;
}
inline static int32_t get_offset_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44)); }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 get_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44() const { return ___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44; }
inline __StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 * get_address_of_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44() { return &___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44; }
inline void set_U37088AAE49F0627B72729078DE6E3182DDCF8ED99_44(__StaticArrayInitTypeSizeU3D24_tAB08761D1BC4313A0535E193F4E1A1AFA8B3F123 value)
{
___7088AAE49F0627B72729078DE6E3182DDCF8ED99_44 = value;
}
inline static int32_t get_offset_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7341C933A70EAE383CC50C4B945ADB8E08F06737_45)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45() const { return ___7341C933A70EAE383CC50C4B945ADB8E08F06737_45; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45() { return &___7341C933A70EAE383CC50C4B945ADB8E08F06737_45; }
inline void set_U37341C933A70EAE383CC50C4B945ADB8E08F06737_45(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___7341C933A70EAE383CC50C4B945ADB8E08F06737_45 = value;
}
inline static int32_t get_offset_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_46() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_46)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_46() const { return ___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_46; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_46() { return &___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_46; }
inline void set_U37FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_46(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___7FE820C9CF0F0B90445A71F1D262D22E4F0C4C68_46 = value;
}
inline static int32_t get_offset_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_47() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_47)); }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 get_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_47() const { return ___811A927B7DADD378BE60BBDE794B9277AA9B50EC_47; }
inline __StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 * get_address_of_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_47() { return &___811A927B7DADD378BE60BBDE794B9277AA9B50EC_47; }
inline void set_U3811A927B7DADD378BE60BBDE794B9277AA9B50EC_47(__StaticArrayInitTypeSizeU3D21252_tCA2B51BDF30FDECEBFCB55CC7530A0A7D6BC4462 value)
{
___811A927B7DADD378BE60BBDE794B9277AA9B50EC_47 = value;
}
inline static int32_t get_offset_of_U381917F1E21F3C22B9F916994547A614FB03E968E_48() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___81917F1E21F3C22B9F916994547A614FB03E968E_48)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_U381917F1E21F3C22B9F916994547A614FB03E968E_48() const { return ___81917F1E21F3C22B9F916994547A614FB03E968E_48; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_U381917F1E21F3C22B9F916994547A614FB03E968E_48() { return &___81917F1E21F3C22B9F916994547A614FB03E968E_48; }
inline void set_U381917F1E21F3C22B9F916994547A614FB03E968E_48(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___81917F1E21F3C22B9F916994547A614FB03E968E_48 = value;
}
inline static int32_t get_offset_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_49() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___823566DA642D6EA356E15585921F2A4CA23D6760_49)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3823566DA642D6EA356E15585921F2A4CA23D6760_49() const { return ___823566DA642D6EA356E15585921F2A4CA23D6760_49; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3823566DA642D6EA356E15585921F2A4CA23D6760_49() { return &___823566DA642D6EA356E15585921F2A4CA23D6760_49; }
inline void set_U3823566DA642D6EA356E15585921F2A4CA23D6760_49(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___823566DA642D6EA356E15585921F2A4CA23D6760_49 = value;
}
inline static int32_t get_offset_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_50() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C2A59850B2E85BCE1A45A479537A384DF6098D_50)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U382C2A59850B2E85BCE1A45A479537A384DF6098D_50() const { return ___82C2A59850B2E85BCE1A45A479537A384DF6098D_50; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U382C2A59850B2E85BCE1A45A479537A384DF6098D_50() { return &___82C2A59850B2E85BCE1A45A479537A384DF6098D_50; }
inline void set_U382C2A59850B2E85BCE1A45A479537A384DF6098D_50(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___82C2A59850B2E85BCE1A45A479537A384DF6098D_50 = value;
}
inline static int32_t get_offset_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_51() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_51)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_51() const { return ___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_51; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_51() { return &___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_51; }
inline void set_U382C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_51(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___82C383F8E6E4D3D87AEBB986A5D0077E8AD157C4_51 = value;
}
inline static int32_t get_offset_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_52() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___871B9CF85DB352BAADF12BAE8F19857683E385AC_52)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_52() const { return ___871B9CF85DB352BAADF12BAE8F19857683E385AC_52; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_52() { return &___871B9CF85DB352BAADF12BAE8F19857683E385AC_52; }
inline void set_U3871B9CF85DB352BAADF12BAE8F19857683E385AC_52(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___871B9CF85DB352BAADF12BAE8F19857683E385AC_52 = value;
}
inline static int32_t get_offset_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_53() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___89A040451C8CC5C8FB268BE44BDD74964C104155_53)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_U389A040451C8CC5C8FB268BE44BDD74964C104155_53() const { return ___89A040451C8CC5C8FB268BE44BDD74964C104155_53; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_U389A040451C8CC5C8FB268BE44BDD74964C104155_53() { return &___89A040451C8CC5C8FB268BE44BDD74964C104155_53; }
inline void set_U389A040451C8CC5C8FB268BE44BDD74964C104155_53(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___89A040451C8CC5C8FB268BE44BDD74964C104155_53 = value;
}
inline static int32_t get_offset_of_U38CAA092E783257106251246FF5C97F88D28517A6_54() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8CAA092E783257106251246FF5C97F88D28517A6_54)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38CAA092E783257106251246FF5C97F88D28517A6_54() const { return ___8CAA092E783257106251246FF5C97F88D28517A6_54; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38CAA092E783257106251246FF5C97F88D28517A6_54() { return &___8CAA092E783257106251246FF5C97F88D28517A6_54; }
inline void set_U38CAA092E783257106251246FF5C97F88D28517A6_54(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8CAA092E783257106251246FF5C97F88D28517A6_54 = value;
}
inline static int32_t get_offset_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_55() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_55)); }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA get_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_55() const { return ___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_55; }
inline __StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA * get_address_of_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_55() { return &___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_55; }
inline void set_U38D231DD55FE1AD7631BBD0905A17D5EB616C2154_55(__StaticArrayInitTypeSizeU3D2100_t75CE52CDAFC7C95EDAB5CF1AF8B2621D502F1FAA value)
{
___8D231DD55FE1AD7631BBD0905A17D5EB616C2154_55 = value;
}
inline static int32_t get_offset_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_56() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_56)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_56() const { return ___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_56; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_56() { return &___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_56; }
inline void set_U38E10AC2F34545DFBBF3FCBC06055D797A8C99991_56(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___8E10AC2F34545DFBBF3FCBC06055D797A8C99991_56 = value;
}
inline static int32_t get_offset_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_57() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___93A63E90605400F34B49F0EB3361D23C89164BDA_57)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U393A63E90605400F34B49F0EB3361D23C89164BDA_57() const { return ___93A63E90605400F34B49F0EB3361D23C89164BDA_57; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U393A63E90605400F34B49F0EB3361D23C89164BDA_57() { return &___93A63E90605400F34B49F0EB3361D23C89164BDA_57; }
inline void set_U393A63E90605400F34B49F0EB3361D23C89164BDA_57(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___93A63E90605400F34B49F0EB3361D23C89164BDA_57 = value;
}
inline static int32_t get_offset_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_58() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___94841DD2F330CCB1089BF413E4FA9B04505152E2_58)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U394841DD2F330CCB1089BF413E4FA9B04505152E2_58() const { return ___94841DD2F330CCB1089BF413E4FA9B04505152E2_58; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U394841DD2F330CCB1089BF413E4FA9B04505152E2_58() { return &___94841DD2F330CCB1089BF413E4FA9B04505152E2_58; }
inline void set_U394841DD2F330CCB1089BF413E4FA9B04505152E2_58(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___94841DD2F330CCB1089BF413E4FA9B04505152E2_58 = value;
}
inline static int32_t get_offset_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_59() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95264589E48F94B7857CFF398FB72A537E13EEE2_59)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_U395264589E48F94B7857CFF398FB72A537E13EEE2_59() const { return ___95264589E48F94B7857CFF398FB72A537E13EEE2_59; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_U395264589E48F94B7857CFF398FB72A537E13EEE2_59() { return &___95264589E48F94B7857CFF398FB72A537E13EEE2_59; }
inline void set_U395264589E48F94B7857CFF398FB72A537E13EEE2_59(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___95264589E48F94B7857CFF398FB72A537E13EEE2_59 = value;
}
inline static int32_t get_offset_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_60() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___95C48758CAE1715783472FB073AB158AB8A0AB2A_60)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U395C48758CAE1715783472FB073AB158AB8A0AB2A_60() const { return ___95C48758CAE1715783472FB073AB158AB8A0AB2A_60; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U395C48758CAE1715783472FB073AB158AB8A0AB2A_60() { return &___95C48758CAE1715783472FB073AB158AB8A0AB2A_60; }
inline void set_U395C48758CAE1715783472FB073AB158AB8A0AB2A_60(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___95C48758CAE1715783472FB073AB158AB8A0AB2A_60 = value;
}
inline static int32_t get_offset_of_U3973417296623D8DC6961B09664E54039E44CA5D8_61() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___973417296623D8DC6961B09664E54039E44CA5D8_61)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_U3973417296623D8DC6961B09664E54039E44CA5D8_61() const { return ___973417296623D8DC6961B09664E54039E44CA5D8_61; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_U3973417296623D8DC6961B09664E54039E44CA5D8_61() { return &___973417296623D8DC6961B09664E54039E44CA5D8_61; }
inline void set_U3973417296623D8DC6961B09664E54039E44CA5D8_61(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___973417296623D8DC6961B09664E54039E44CA5D8_61 = value;
}
inline static int32_t get_offset_of_A0074C15377C0C870B055927403EA9FA7A349D12_62() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A0074C15377C0C870B055927403EA9FA7A349D12_62)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_A0074C15377C0C870B055927403EA9FA7A349D12_62() const { return ___A0074C15377C0C870B055927403EA9FA7A349D12_62; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_A0074C15377C0C870B055927403EA9FA7A349D12_62() { return &___A0074C15377C0C870B055927403EA9FA7A349D12_62; }
inline void set_A0074C15377C0C870B055927403EA9FA7A349D12_62(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___A0074C15377C0C870B055927403EA9FA7A349D12_62 = value;
}
inline static int32_t get_offset_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_63() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A1319B706116AB2C6D44483F60A7D0ACEA543396_63)); }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F get_A1319B706116AB2C6D44483F60A7D0ACEA543396_63() const { return ___A1319B706116AB2C6D44483F60A7D0ACEA543396_63; }
inline __StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F * get_address_of_A1319B706116AB2C6D44483F60A7D0ACEA543396_63() { return &___A1319B706116AB2C6D44483F60A7D0ACEA543396_63; }
inline void set_A1319B706116AB2C6D44483F60A7D0ACEA543396_63(__StaticArrayInitTypeSizeU3D130_t732A6F42953325ADC5746FF1A652A2974473AF4F value)
{
___A1319B706116AB2C6D44483F60A7D0ACEA543396_63 = value;
}
inline static int32_t get_offset_of_A13AA52274D951A18029131A8DDECF76B569A15D_64() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A13AA52274D951A18029131A8DDECF76B569A15D_64)); }
inline int64_t get_A13AA52274D951A18029131A8DDECF76B569A15D_64() const { return ___A13AA52274D951A18029131A8DDECF76B569A15D_64; }
inline int64_t* get_address_of_A13AA52274D951A18029131A8DDECF76B569A15D_64() { return &___A13AA52274D951A18029131A8DDECF76B569A15D_64; }
inline void set_A13AA52274D951A18029131A8DDECF76B569A15D_64(int64_t value)
{
___A13AA52274D951A18029131A8DDECF76B569A15D_64 = value;
}
inline static int32_t get_offset_of_A5444763673307F6828C748D4B9708CFC02B0959_65() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A5444763673307F6828C748D4B9708CFC02B0959_65)); }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF get_A5444763673307F6828C748D4B9708CFC02B0959_65() const { return ___A5444763673307F6828C748D4B9708CFC02B0959_65; }
inline __StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF * get_address_of_A5444763673307F6828C748D4B9708CFC02B0959_65() { return &___A5444763673307F6828C748D4B9708CFC02B0959_65; }
inline void set_A5444763673307F6828C748D4B9708CFC02B0959_65(__StaticArrayInitTypeSizeU3D212_tDFB9BEA11D871D109F9E6502B2F50F7115451AAF value)
{
___A5444763673307F6828C748D4B9708CFC02B0959_65 = value;
}
inline static int32_t get_offset_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_66() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_66)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_A6732F8E7FC23766AB329B492D6BF82E3B33233F_66() const { return ___A6732F8E7FC23766AB329B492D6BF82E3B33233F_66; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_A6732F8E7FC23766AB329B492D6BF82E3B33233F_66() { return &___A6732F8E7FC23766AB329B492D6BF82E3B33233F_66; }
inline void set_A6732F8E7FC23766AB329B492D6BF82E3B33233F_66(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___A6732F8E7FC23766AB329B492D6BF82E3B33233F_66 = value;
}
inline static int32_t get_offset_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_67() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A705A106D95282BD15E13EEA6B0AF583FF786D83_67)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_A705A106D95282BD15E13EEA6B0AF583FF786D83_67() const { return ___A705A106D95282BD15E13EEA6B0AF583FF786D83_67; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_A705A106D95282BD15E13EEA6B0AF583FF786D83_67() { return &___A705A106D95282BD15E13EEA6B0AF583FF786D83_67; }
inline void set_A705A106D95282BD15E13EEA6B0AF583FF786D83_67(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___A705A106D95282BD15E13EEA6B0AF583FF786D83_67 = value;
}
inline static int32_t get_offset_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_68() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___A8A491E4CED49AE0027560476C10D933CE70C8DF_68)); }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 get_A8A491E4CED49AE0027560476C10D933CE70C8DF_68() const { return ___A8A491E4CED49AE0027560476C10D933CE70C8DF_68; }
inline __StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 * get_address_of_A8A491E4CED49AE0027560476C10D933CE70C8DF_68() { return &___A8A491E4CED49AE0027560476C10D933CE70C8DF_68; }
inline void set_A8A491E4CED49AE0027560476C10D933CE70C8DF_68(__StaticArrayInitTypeSizeU3D1018_t7825BE1556EFF874DAFDC230EB69C85A48DBCBC4 value)
{
___A8A491E4CED49AE0027560476C10D933CE70C8DF_68 = value;
}
inline static int32_t get_offset_of_AC791C4F39504D1184B73478943D0636258DA7B1_69() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AC791C4F39504D1184B73478943D0636258DA7B1_69)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_AC791C4F39504D1184B73478943D0636258DA7B1_69() const { return ___AC791C4F39504D1184B73478943D0636258DA7B1_69; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_AC791C4F39504D1184B73478943D0636258DA7B1_69() { return &___AC791C4F39504D1184B73478943D0636258DA7B1_69; }
inline void set_AC791C4F39504D1184B73478943D0636258DA7B1_69(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___AC791C4F39504D1184B73478943D0636258DA7B1_69 = value;
}
inline static int32_t get_offset_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_70() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___AFCD4E1211233E99373A3367B23105A3D624B1F2_70)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_AFCD4E1211233E99373A3367B23105A3D624B1F2_70() const { return ___AFCD4E1211233E99373A3367B23105A3D624B1F2_70; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_AFCD4E1211233E99373A3367B23105A3D624B1F2_70() { return &___AFCD4E1211233E99373A3367B23105A3D624B1F2_70; }
inline void set_AFCD4E1211233E99373A3367B23105A3D624B1F2_70(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___AFCD4E1211233E99373A3367B23105A3D624B1F2_70 = value;
}
inline static int32_t get_offset_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_71() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_71)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_71() const { return ___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_71; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_71() { return &___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_71; }
inline void set_B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_71(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___B472ED77CB3B2A66D49D179F1EE2081B70A6AB61_71 = value;
}
inline static int32_t get_offset_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_72() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_72)); }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F get_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_72() const { return ___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_72; }
inline __StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F * get_address_of_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_72() { return &___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_72; }
inline void set_B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_72(__StaticArrayInitTypeSizeU3D256_t9003B1E1E8C82BC25ADE7407C58A314C292B326F value)
{
___B53A2C6DF21FC88B17AEFC40EB895B8D63210CDF_72 = value;
}
inline static int32_t get_offset_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_73() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_73)); }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C get_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_73() const { return ___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_73; }
inline __StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C * get_address_of_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_73() { return &___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_73; }
inline void set_B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_73(__StaticArrayInitTypeSizeU3D998_t8A5C9782706B510180A1B9C9F7E96F8F48421B8C value)
{
___B881DA88BE0B68D8A6B6B6893822586B8B2CFC45_73 = value;
}
inline static int32_t get_offset_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_74() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_74)); }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA get_B8864ACB9DD69E3D42151513C840AAE270BF21C8_74() const { return ___B8864ACB9DD69E3D42151513C840AAE270BF21C8_74; }
inline __StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA * get_address_of_B8864ACB9DD69E3D42151513C840AAE270BF21C8_74() { return &___B8864ACB9DD69E3D42151513C840AAE270BF21C8_74; }
inline void set_B8864ACB9DD69E3D42151513C840AAE270BF21C8_74(__StaticArrayInitTypeSizeU3D162_tFFF125F871C6A7DE42BE37AC907E2E2149A861AA value)
{
___B8864ACB9DD69E3D42151513C840AAE270BF21C8_74 = value;
}
inline static int32_t get_offset_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_75() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B8F87834C3597B2EEF22BA6D3A392CC925636401_75)); }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 get_B8F87834C3597B2EEF22BA6D3A392CC925636401_75() const { return ___B8F87834C3597B2EEF22BA6D3A392CC925636401_75; }
inline __StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 * get_address_of_B8F87834C3597B2EEF22BA6D3A392CC925636401_75() { return &___B8F87834C3597B2EEF22BA6D3A392CC925636401_75; }
inline void set_B8F87834C3597B2EEF22BA6D3A392CC925636401_75(__StaticArrayInitTypeSizeU3D360_tFF8371303424DEBAE608051BAA970E5AFB409DF7 value)
{
___B8F87834C3597B2EEF22BA6D3A392CC925636401_75 = value;
}
inline static int32_t get_offset_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_76() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_76)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_76() const { return ___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_76; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_76() { return &___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_76; }
inline void set_B9B670F134A59FB1107AF01A9FE8F8E3980B3093_76(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___B9B670F134A59FB1107AF01A9FE8F8E3980B3093_76 = value;
}
inline static int32_t get_offset_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_77() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_77)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_77() const { return ___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_77; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_77() { return &___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_77; }
inline void set_BEBC9ECC660A13EFC359BA3383411F698CFF25DB_77(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___BEBC9ECC660A13EFC359BA3383411F698CFF25DB_77 = value;
}
inline static int32_t get_offset_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_78() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_78)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_78() const { return ___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_78; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_78() { return &___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_78; }
inline void set_BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_78(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___BEE1CFE5DFAA408E14CE4AF4DCD824FA2E42DCB7_78 = value;
}
inline static int32_t get_offset_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_79() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___BF5EB60806ECB74EE484105DD9D6F463BF994867_79)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_BF5EB60806ECB74EE484105DD9D6F463BF994867_79() const { return ___BF5EB60806ECB74EE484105DD9D6F463BF994867_79; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_BF5EB60806ECB74EE484105DD9D6F463BF994867_79() { return &___BF5EB60806ECB74EE484105DD9D6F463BF994867_79; }
inline void set_BF5EB60806ECB74EE484105DD9D6F463BF994867_79(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___BF5EB60806ECB74EE484105DD9D6F463BF994867_79 = value;
}
inline static int32_t get_offset_of_C1A1100642BA9685B30A84D97348484E14AA1865_80() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C1A1100642BA9685B30A84D97348484E14AA1865_80)); }
inline int64_t get_C1A1100642BA9685B30A84D97348484E14AA1865_80() const { return ___C1A1100642BA9685B30A84D97348484E14AA1865_80; }
inline int64_t* get_address_of_C1A1100642BA9685B30A84D97348484E14AA1865_80() { return &___C1A1100642BA9685B30A84D97348484E14AA1865_80; }
inline void set_C1A1100642BA9685B30A84D97348484E14AA1865_80(int64_t value)
{
___C1A1100642BA9685B30A84D97348484E14AA1865_80 = value;
}
inline static int32_t get_offset_of_C6F364A0AD934EFED8909446C215752E565D77C1_81() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___C6F364A0AD934EFED8909446C215752E565D77C1_81)); }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 get_C6F364A0AD934EFED8909446C215752E565D77C1_81() const { return ___C6F364A0AD934EFED8909446C215752E565D77C1_81; }
inline __StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 * get_address_of_C6F364A0AD934EFED8909446C215752E565D77C1_81() { return &___C6F364A0AD934EFED8909446C215752E565D77C1_81; }
inline void set_C6F364A0AD934EFED8909446C215752E565D77C1_81(__StaticArrayInitTypeSizeU3D16_t35B2E1DB11C9D3150BF800DC30A2808C4F1A1341 value)
{
___C6F364A0AD934EFED8909446C215752E565D77C1_81 = value;
}
inline static int32_t get_offset_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_82() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE5835130F5277F63D716FC9115526B0AC68FFAD_82)); }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F get_CE5835130F5277F63D716FC9115526B0AC68FFAD_82() const { return ___CE5835130F5277F63D716FC9115526B0AC68FFAD_82; }
inline __StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F * get_address_of_CE5835130F5277F63D716FC9115526B0AC68FFAD_82() { return &___CE5835130F5277F63D716FC9115526B0AC68FFAD_82; }
inline void set_CE5835130F5277F63D716FC9115526B0AC68FFAD_82(__StaticArrayInitTypeSizeU3D174_t58EBFEBC3E6F34CF7C54ED51E8113E34B876351F value)
{
___CE5835130F5277F63D716FC9115526B0AC68FFAD_82 = value;
}
inline static int32_t get_offset_of_CE93C35B755802BC4B3D180716B048FC61701EF7_83() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___CE93C35B755802BC4B3D180716B048FC61701EF7_83)); }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 get_CE93C35B755802BC4B3D180716B048FC61701EF7_83() const { return ___CE93C35B755802BC4B3D180716B048FC61701EF7_83; }
inline __StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 * get_address_of_CE93C35B755802BC4B3D180716B048FC61701EF7_83() { return &___CE93C35B755802BC4B3D180716B048FC61701EF7_83; }
inline void set_CE93C35B755802BC4B3D180716B048FC61701EF7_83(__StaticArrayInitTypeSizeU3D6_tC937DCE458F6AE4186120B4DDF95463176C75C78 value)
{
___CE93C35B755802BC4B3D180716B048FC61701EF7_83 = value;
}
inline static int32_t get_offset_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_84() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_84)); }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 get_D117188BE8D4609C0D531C51B0BB911A4219DEBE_84() const { return ___D117188BE8D4609C0D531C51B0BB911A4219DEBE_84; }
inline __StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 * get_address_of_D117188BE8D4609C0D531C51B0BB911A4219DEBE_84() { return &___D117188BE8D4609C0D531C51B0BB911A4219DEBE_84; }
inline void set_D117188BE8D4609C0D531C51B0BB911A4219DEBE_84(__StaticArrayInitTypeSizeU3D32_t06FF35439BDF1A6AAB50820787FA5D7A4FA09472 value)
{
___D117188BE8D4609C0D531C51B0BB911A4219DEBE_84 = value;
}
inline static int32_t get_offset_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_85() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_85)); }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F get_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_85() const { return ___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_85; }
inline __StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F * get_address_of_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_85() { return &___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_85; }
inline void set_D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_85(__StaticArrayInitTypeSizeU3D44_t1383A9A990CD22E4246B656157D17C8051BFAD7F value)
{
___D78D08081C7A5AD6FBA7A8DC86BCD6D7A577C636_85 = value;
}
inline static int32_t get_offset_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_86() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DA19DB47B583EFCF7825D2E39D661D2354F28219_86)); }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB get_DA19DB47B583EFCF7825D2E39D661D2354F28219_86() const { return ___DA19DB47B583EFCF7825D2E39D661D2354F28219_86; }
inline __StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB * get_address_of_DA19DB47B583EFCF7825D2E39D661D2354F28219_86() { return &___DA19DB47B583EFCF7825D2E39D661D2354F28219_86; }
inline void set_DA19DB47B583EFCF7825D2E39D661D2354F28219_86(__StaticArrayInitTypeSizeU3D76_t83BE44A74AC13CD15474DA7726C9C92BD317CFFB value)
{
___DA19DB47B583EFCF7825D2E39D661D2354F28219_86 = value;
}
inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_87() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_87)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_87() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_87; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_87() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_87; }
inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_87(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___DD3AEFEADB1CD615F3017763F1568179FEE640B0_87 = value;
}
inline static int32_t get_offset_of_E1827270A5FE1C85F5352A66FD87BA747213D006_88() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E1827270A5FE1C85F5352A66FD87BA747213D006_88)); }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 get_E1827270A5FE1C85F5352A66FD87BA747213D006_88() const { return ___E1827270A5FE1C85F5352A66FD87BA747213D006_88; }
inline __StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 * get_address_of_E1827270A5FE1C85F5352A66FD87BA747213D006_88() { return &___E1827270A5FE1C85F5352A66FD87BA747213D006_88; }
inline void set_E1827270A5FE1C85F5352A66FD87BA747213D006_88(__StaticArrayInitTypeSizeU3D36_t553C250FA8609975E44273C4AD8F28E487272E17 value)
{
___E1827270A5FE1C85F5352A66FD87BA747213D006_88 = value;
}
inline static int32_t get_offset_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_89() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_89)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_89() const { return ___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_89; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_89() { return &___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_89; }
inline void set_E45BAB43F7D5D038672B3E3431F92E34A7AF2571_89(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___E45BAB43F7D5D038672B3E3431F92E34A7AF2571_89 = value;
}
inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_90() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_90)); }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A get_E92B39D8233061927D9ACDE54665E68E7535635A_90() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_90; }
inline __StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_90() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_90; }
inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_90(__StaticArrayInitTypeSizeU3D52_tF7B918A088A367994FBAEB73123296D8929B543A value)
{
___E92B39D8233061927D9ACDE54665E68E7535635A_90 = value;
}
inline static int32_t get_offset_of_EA9506959484C55CFE0C139C624DF6060E285866_91() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EA9506959484C55CFE0C139C624DF6060E285866_91)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_EA9506959484C55CFE0C139C624DF6060E285866_91() const { return ___EA9506959484C55CFE0C139C624DF6060E285866_91; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_EA9506959484C55CFE0C139C624DF6060E285866_91() { return &___EA9506959484C55CFE0C139C624DF6060E285866_91; }
inline void set_EA9506959484C55CFE0C139C624DF6060E285866_91(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___EA9506959484C55CFE0C139C624DF6060E285866_91 = value;
}
inline static int32_t get_offset_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_92() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_92)); }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 get_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_92() const { return ___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_92; }
inline __StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 * get_address_of_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_92() { return &___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_92; }
inline void set_EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_92(__StaticArrayInitTypeSizeU3D262_t93124A1A3E9EDF7F1F305BD2FC57372646F3CFD7 value)
{
___EB5E9A80A40096AB74D2E226650C7258D7BC5E9D_92 = value;
}
inline static int32_t get_offset_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_93() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EBF68F411848D603D059DFDEA2321C5A5EA78044_93)); }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 get_EBF68F411848D603D059DFDEA2321C5A5EA78044_93() const { return ___EBF68F411848D603D059DFDEA2321C5A5EA78044_93; }
inline __StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 * get_address_of_EBF68F411848D603D059DFDEA2321C5A5EA78044_93() { return &___EBF68F411848D603D059DFDEA2321C5A5EA78044_93; }
inline void set_EBF68F411848D603D059DFDEA2321C5A5EA78044_93(__StaticArrayInitTypeSizeU3D64_tC44517F575DC9AEC7589A864FEA072030961DAF6 value)
{
___EBF68F411848D603D059DFDEA2321C5A5EA78044_93 = value;
}
inline static int32_t get_offset_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_94() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_94)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_94() const { return ___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_94; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_94() { return &___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_94; }
inline void set_EC89C317EA2BF49A70EFF5E89C691E34733D7C37_94(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___EC89C317EA2BF49A70EFF5E89C691E34733D7C37_94 = value;
}
inline static int32_t get_offset_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_95() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_95)); }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 get_F06E829E62F3AFBC045D064E10A4F5DF7C969612_95() const { return ___F06E829E62F3AFBC045D064E10A4F5DF7C969612_95; }
inline __StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 * get_address_of_F06E829E62F3AFBC045D064E10A4F5DF7C969612_95() { return &___F06E829E62F3AFBC045D064E10A4F5DF7C969612_95; }
inline void set_F06E829E62F3AFBC045D064E10A4F5DF7C969612_95(__StaticArrayInitTypeSizeU3D40_t0453B23B081EF301CB1E3167001650AD0C490F04 value)
{
___F06E829E62F3AFBC045D064E10A4F5DF7C969612_95 = value;
}
inline static int32_t get_offset_of_F073AA332018FDA0D572E99448FFF1D6422BD520_96() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F073AA332018FDA0D572E99448FFF1D6422BD520_96)); }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 get_F073AA332018FDA0D572E99448FFF1D6422BD520_96() const { return ___F073AA332018FDA0D572E99448FFF1D6422BD520_96; }
inline __StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 * get_address_of_F073AA332018FDA0D572E99448FFF1D6422BD520_96() { return &___F073AA332018FDA0D572E99448FFF1D6422BD520_96; }
inline void set_F073AA332018FDA0D572E99448FFF1D6422BD520_96(__StaticArrayInitTypeSizeU3D11614_tDF34959BE752359A89A4A577B8798D2D66A5E7F5 value)
{
___F073AA332018FDA0D572E99448FFF1D6422BD520_96 = value;
}
inline static int32_t get_offset_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_97() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F34B0E10653402E8F788F8BC3F7CD7090928A429_97)); }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 get_F34B0E10653402E8F788F8BC3F7CD7090928A429_97() const { return ___F34B0E10653402E8F788F8BC3F7CD7090928A429_97; }
inline __StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 * get_address_of_F34B0E10653402E8F788F8BC3F7CD7090928A429_97() { return &___F34B0E10653402E8F788F8BC3F7CD7090928A429_97; }
inline void set_F34B0E10653402E8F788F8BC3F7CD7090928A429_97(__StaticArrayInitTypeSizeU3D120_tBA46FD2E9DA153FD8457EE7F425E8ECC517EA252 value)
{
___F34B0E10653402E8F788F8BC3F7CD7090928A429_97 = value;
}
inline static int32_t get_offset_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_98() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_98)); }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 get_F37E34BEADB04F34FCC31078A59F49856CA83D5B_98() const { return ___F37E34BEADB04F34FCC31078A59F49856CA83D5B_98; }
inline __StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 * get_address_of_F37E34BEADB04F34FCC31078A59F49856CA83D5B_98() { return &___F37E34BEADB04F34FCC31078A59F49856CA83D5B_98; }
inline void set_F37E34BEADB04F34FCC31078A59F49856CA83D5B_98(__StaticArrayInitTypeSizeU3D72_tF9B2DE61B68289FA0233B6E305B08B2FCD612FA1 value)
{
___F37E34BEADB04F34FCC31078A59F49856CA83D5B_98 = value;
}
inline static int32_t get_offset_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_99() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F512A9ABF88066AAEB92684F95CC05D8101B462B_99)); }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 get_F512A9ABF88066AAEB92684F95CC05D8101B462B_99() const { return ___F512A9ABF88066AAEB92684F95CC05D8101B462B_99; }
inline __StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 * get_address_of_F512A9ABF88066AAEB92684F95CC05D8101B462B_99() { return &___F512A9ABF88066AAEB92684F95CC05D8101B462B_99; }
inline void set_F512A9ABF88066AAEB92684F95CC05D8101B462B_99(__StaticArrayInitTypeSizeU3D94_t23554D8B96399688002A3BE81C7C15EFB011DEC6 value)
{
___F512A9ABF88066AAEB92684F95CC05D8101B462B_99 = value;
}
inline static int32_t get_offset_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_100() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_100)); }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 get_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_100() const { return ___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_100; }
inline __StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 * get_address_of_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_100() { return &___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_100; }
inline void set_F8FAABB821300AA500C2CEC6091B3782A7FB44A4_100(__StaticArrayInitTypeSizeU3D12_tB4B4C95019D88097B57DE7B50445942256BF2879 value)
{
___F8FAABB821300AA500C2CEC6091B3782A7FB44A4_100 = value;
}
inline static int32_t get_offset_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_101() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A_StaticFields, ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_101)); }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D get_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_101() const { return ___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_101; }
inline __StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D * get_address_of_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_101() { return &___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_101; }
inline void set_FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_101(__StaticArrayInitTypeSizeU3D2350_t96984AEF232104302694B7EFDA3F92BC42BF207D value)
{
___FCBD2781A933F0828ED4AAF88FD8B08D76DDD49B_101 = value;
}
};
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_10;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_11;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_12;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_13;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_14;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_15;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_16;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_17;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_18;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_19;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_20;
public:
inline static int32_t get_offset_of_buckets_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_10)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_10() const { return ___buckets_10; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_10() { return &___buckets_10; }
inline void set_buckets_10(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value);
}
inline static int32_t get_offset_of_count_11() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_11)); }
inline int32_t get_count_11() const { return ___count_11; }
inline int32_t* get_address_of_count_11() { return &___count_11; }
inline void set_count_11(int32_t value)
{
___count_11 = value;
}
inline static int32_t get_offset_of_occupancy_12() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_12)); }
inline int32_t get_occupancy_12() const { return ___occupancy_12; }
inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; }
inline void set_occupancy_12(int32_t value)
{
___occupancy_12 = value;
}
inline static int32_t get_offset_of_loadsize_13() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_13)); }
inline int32_t get_loadsize_13() const { return ___loadsize_13; }
inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; }
inline void set_loadsize_13(int32_t value)
{
___loadsize_13 = value;
}
inline static int32_t get_offset_of_loadFactor_14() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_14)); }
inline float get_loadFactor_14() const { return ___loadFactor_14; }
inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; }
inline void set_loadFactor_14(float value)
{
___loadFactor_14 = value;
}
inline static int32_t get_offset_of_version_15() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_15)); }
inline int32_t get_version_15() const { return ___version_15; }
inline int32_t* get_address_of_version_15() { return &___version_15; }
inline void set_version_15(int32_t value)
{
___version_15 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_16)); }
inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; }
inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; }
inline void set_isWriterInProgress_16(bool value)
{
___isWriterInProgress_16 = value;
}
inline static int32_t get_offset_of_keys_17() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_17)); }
inline RuntimeObject* get_keys_17() const { return ___keys_17; }
inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; }
inline void set_keys_17(RuntimeObject* value)
{
___keys_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value);
}
inline static int32_t get_offset_of_values_18() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_18)); }
inline RuntimeObject* get_values_18() const { return ___values_18; }
inline RuntimeObject** get_address_of_values_18() { return &___values_18; }
inline void set_values_18(RuntimeObject* value)
{
___values_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value);
}
inline static int32_t get_offset_of__keycomparer_19() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_19)); }
inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; }
inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; }
inline void set__keycomparer_19(RuntimeObject* value)
{
____keycomparer_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_20() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_20)); }
inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; }
inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; }
inline void set__syncRoot_20(RuntimeObject * value)
{
____syncRoot_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value);
}
};
// System.ConsoleColor
struct ConsoleColor_t2E01225594844040BE12231E6A14F85FCB78C597
{
public:
// System.Int32 System.ConsoleColor::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleColor_t2E01225594844040BE12231E6A14F85FCB78C597, ___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.ConsoleKey
struct ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C
{
public:
// System.Int32 System.ConsoleKey::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleKey_t0196714F06D59B40580F7B85EA2663D81394682C, ___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.ConsoleModifiers
struct ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34
{
public:
// System.Int32 System.ConsoleModifiers::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ConsoleModifiers_tCB55098B71E4DCCEE972B1056E64D1B8AB9EAB34, ___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.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.Globalization.CompareOptions
struct CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939
{
public:
// System.Int32 System.Globalization.CompareOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompareOptions_t163DCEA9A0972750294CC1A8348E5CA69E943939, ___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.Globalization.NumberStyles
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
{
public:
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___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.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 : public RuntimeObject
{
public:
// System.Boolean System.Globalization.TextInfo::m_isReadOnly
bool ___m_isReadOnly_0;
// System.String System.Globalization.TextInfo::m_cultureName
String_t* ___m_cultureName_1;
// System.Globalization.CultureData System.Globalization.TextInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_2;
// System.String System.Globalization.TextInfo::m_textInfoName
String_t* ___m_textInfoName_3;
// System.Nullable`1<System.Boolean> System.Globalization.TextInfo::m_IsAsciiCasingSameAsInvariant
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___m_IsAsciiCasingSameAsInvariant_4;
// System.String System.Globalization.TextInfo::customCultureName
String_t* ___customCultureName_6;
// System.Boolean System.Globalization.TextInfo::m_useUserOverride
bool ___m_useUserOverride_7;
// System.Int32 System.Globalization.TextInfo::m_win32LangID
int32_t ___m_win32LangID_8;
public:
inline static int32_t get_offset_of_m_isReadOnly_0() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_isReadOnly_0)); }
inline bool get_m_isReadOnly_0() const { return ___m_isReadOnly_0; }
inline bool* get_address_of_m_isReadOnly_0() { return &___m_isReadOnly_0; }
inline void set_m_isReadOnly_0(bool value)
{
___m_isReadOnly_0 = value;
}
inline static int32_t get_offset_of_m_cultureName_1() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_cultureName_1)); }
inline String_t* get_m_cultureName_1() const { return ___m_cultureName_1; }
inline String_t** get_address_of_m_cultureName_1() { return &___m_cultureName_1; }
inline void set_m_cultureName_1(String_t* value)
{
___m_cultureName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureName_1), (void*)value);
}
inline static int32_t get_offset_of_m_cultureData_2() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_cultureData_2)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_2() const { return ___m_cultureData_2; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_2() { return &___m_cultureData_2; }
inline void set_m_cultureData_2(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_2), (void*)value);
}
inline static int32_t get_offset_of_m_textInfoName_3() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_textInfoName_3)); }
inline String_t* get_m_textInfoName_3() const { return ___m_textInfoName_3; }
inline String_t** get_address_of_m_textInfoName_3() { return &___m_textInfoName_3; }
inline void set_m_textInfoName_3(String_t* value)
{
___m_textInfoName_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_textInfoName_3), (void*)value);
}
inline static int32_t get_offset_of_m_IsAsciiCasingSameAsInvariant_4() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_IsAsciiCasingSameAsInvariant_4)); }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_m_IsAsciiCasingSameAsInvariant_4() const { return ___m_IsAsciiCasingSameAsInvariant_4; }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_m_IsAsciiCasingSameAsInvariant_4() { return &___m_IsAsciiCasingSameAsInvariant_4; }
inline void set_m_IsAsciiCasingSameAsInvariant_4(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value)
{
___m_IsAsciiCasingSameAsInvariant_4 = value;
}
inline static int32_t get_offset_of_customCultureName_6() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___customCultureName_6)); }
inline String_t* get_customCultureName_6() const { return ___customCultureName_6; }
inline String_t** get_address_of_customCultureName_6() { return &___customCultureName_6; }
inline void set_customCultureName_6(String_t* value)
{
___customCultureName_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___customCultureName_6), (void*)value);
}
inline static int32_t get_offset_of_m_useUserOverride_7() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_useUserOverride_7)); }
inline bool get_m_useUserOverride_7() const { return ___m_useUserOverride_7; }
inline bool* get_address_of_m_useUserOverride_7() { return &___m_useUserOverride_7; }
inline void set_m_useUserOverride_7(bool value)
{
___m_useUserOverride_7 = value;
}
inline static int32_t get_offset_of_m_win32LangID_8() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8, ___m_win32LangID_8)); }
inline int32_t get_m_win32LangID_8() const { return ___m_win32LangID_8; }
inline int32_t* get_address_of_m_win32LangID_8() { return &___m_win32LangID_8; }
inline void set_m_win32LangID_8(int32_t value)
{
___m_win32LangID_8 = value;
}
};
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_StaticFields
{
public:
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.TextInfo::s_Invariant
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___s_Invariant_5;
public:
inline static int32_t get_offset_of_s_Invariant_5() { return static_cast<int32_t>(offsetof(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8_StaticFields, ___s_Invariant_5)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_s_Invariant_5() const { return ___s_Invariant_5; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_s_Invariant_5() { return &___s_Invariant_5; }
inline void set_s_Invariant_5(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___s_Invariant_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Invariant_5), (void*)value);
}
};
// System.IO.FileAccess
struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6
{
public:
// System.Int32 System.IO.FileAccess::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___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.IO.StreamReader
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A
{
public:
// System.IO.Stream System.IO.StreamReader::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
// System.Text.Encoding System.IO.StreamReader::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_6;
// System.Text.Decoder System.IO.StreamReader::decoder
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_7;
// System.Byte[] System.IO.StreamReader::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_8;
// System.Char[] System.IO.StreamReader::charBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_9;
// System.Byte[] System.IO.StreamReader::_preamble
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____preamble_10;
// System.Int32 System.IO.StreamReader::charPos
int32_t ___charPos_11;
// System.Int32 System.IO.StreamReader::charLen
int32_t ___charLen_12;
// System.Int32 System.IO.StreamReader::byteLen
int32_t ___byteLen_13;
// System.Int32 System.IO.StreamReader::bytePos
int32_t ___bytePos_14;
// System.Int32 System.IO.StreamReader::_maxCharsPerBuffer
int32_t ____maxCharsPerBuffer_15;
// System.Boolean System.IO.StreamReader::_detectEncoding
bool ____detectEncoding_16;
// System.Boolean System.IO.StreamReader::_checkPreamble
bool ____checkPreamble_17;
// System.Boolean System.IO.StreamReader::_isBlocked
bool ____isBlocked_18;
// System.Boolean System.IO.StreamReader::_closable
bool ____closable_19;
// System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncReadTask_20;
public:
inline static int32_t get_offset_of_stream_5() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___stream_5)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; }
inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value);
}
inline static int32_t get_offset_of_encoding_6() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___encoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_6() const { return ___encoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_6() { return &___encoding_6; }
inline void set_encoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value);
}
inline static int32_t get_offset_of_decoder_7() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___decoder_7)); }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_7() const { return ___decoder_7; }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_7() { return &___decoder_7; }
inline void set_decoder_7(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value)
{
___decoder_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value);
}
inline static int32_t get_offset_of_byteBuffer_8() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteBuffer_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_8() const { return ___byteBuffer_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_8() { return &___byteBuffer_8; }
inline void set_byteBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value);
}
inline static int32_t get_offset_of_charBuffer_9() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charBuffer_9)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_9() const { return ___charBuffer_9; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_9() { return &___charBuffer_9; }
inline void set_charBuffer_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___charBuffer_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value);
}
inline static int32_t get_offset_of__preamble_10() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____preamble_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__preamble_10() const { return ____preamble_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__preamble_10() { return &____preamble_10; }
inline void set__preamble_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____preamble_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value);
}
inline static int32_t get_offset_of_charPos_11() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charPos_11)); }
inline int32_t get_charPos_11() const { return ___charPos_11; }
inline int32_t* get_address_of_charPos_11() { return &___charPos_11; }
inline void set_charPos_11(int32_t value)
{
___charPos_11 = value;
}
inline static int32_t get_offset_of_charLen_12() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charLen_12)); }
inline int32_t get_charLen_12() const { return ___charLen_12; }
inline int32_t* get_address_of_charLen_12() { return &___charLen_12; }
inline void set_charLen_12(int32_t value)
{
___charLen_12 = value;
}
inline static int32_t get_offset_of_byteLen_13() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteLen_13)); }
inline int32_t get_byteLen_13() const { return ___byteLen_13; }
inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; }
inline void set_byteLen_13(int32_t value)
{
___byteLen_13 = value;
}
inline static int32_t get_offset_of_bytePos_14() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___bytePos_14)); }
inline int32_t get_bytePos_14() const { return ___bytePos_14; }
inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; }
inline void set_bytePos_14(int32_t value)
{
___bytePos_14 = value;
}
inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____maxCharsPerBuffer_15)); }
inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; }
inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; }
inline void set__maxCharsPerBuffer_15(int32_t value)
{
____maxCharsPerBuffer_15 = value;
}
inline static int32_t get_offset_of__detectEncoding_16() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____detectEncoding_16)); }
inline bool get__detectEncoding_16() const { return ____detectEncoding_16; }
inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; }
inline void set__detectEncoding_16(bool value)
{
____detectEncoding_16 = value;
}
inline static int32_t get_offset_of__checkPreamble_17() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____checkPreamble_17)); }
inline bool get__checkPreamble_17() const { return ____checkPreamble_17; }
inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; }
inline void set__checkPreamble_17(bool value)
{
____checkPreamble_17 = value;
}
inline static int32_t get_offset_of__isBlocked_18() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____isBlocked_18)); }
inline bool get__isBlocked_18() const { return ____isBlocked_18; }
inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; }
inline void set__isBlocked_18(bool value)
{
____isBlocked_18 = value;
}
inline static int32_t get_offset_of__closable_19() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____closable_19)); }
inline bool get__closable_19() const { return ____closable_19; }
inline bool* get_address_of__closable_19() { return &____closable_19; }
inline void set__closable_19(bool value)
{
____closable_19 = value;
}
inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____asyncReadTask_20)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncReadTask_20() const { return ____asyncReadTask_20; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; }
inline void set__asyncReadTask_20(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
____asyncReadTask_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value);
}
};
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields
{
public:
// System.IO.StreamReader System.IO.StreamReader::Null
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___Null_4;
public:
inline static int32_t get_offset_of_Null_4() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields, ___Null_4)); }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_Null_4() const { return ___Null_4; }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_Null_4() { return &___Null_4; }
inline void set_Null_4(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
{
___Null_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)value);
}
};
// System.IO.StreamWriter
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E : public TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0
{
public:
// System.IO.Stream System.IO.StreamWriter::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_12;
// System.Text.Encoding System.IO.StreamWriter::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_13;
// System.Text.Encoder System.IO.StreamWriter::encoder
Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ___encoder_14;
// System.Byte[] System.IO.StreamWriter::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_15;
// System.Char[] System.IO.StreamWriter::charBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_16;
// System.Int32 System.IO.StreamWriter::charPos
int32_t ___charPos_17;
// System.Int32 System.IO.StreamWriter::charLen
int32_t ___charLen_18;
// System.Boolean System.IO.StreamWriter::autoFlush
bool ___autoFlush_19;
// System.Boolean System.IO.StreamWriter::haveWrittenPreamble
bool ___haveWrittenPreamble_20;
// System.Boolean System.IO.StreamWriter::closable
bool ___closable_21;
// System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_asyncWriteTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncWriteTask_22;
public:
inline static int32_t get_offset_of_stream_12() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___stream_12)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_12() const { return ___stream_12; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_12() { return &___stream_12; }
inline void set_stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value);
}
inline static int32_t get_offset_of_encoding_13() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoding_13)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_13() const { return ___encoding_13; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_13() { return &___encoding_13; }
inline void set_encoding_13(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoding_13), (void*)value);
}
inline static int32_t get_offset_of_encoder_14() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___encoder_14)); }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * get_encoder_14() const { return ___encoder_14; }
inline Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 ** get_address_of_encoder_14() { return &___encoder_14; }
inline void set_encoder_14(Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * value)
{
___encoder_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoder_14), (void*)value);
}
inline static int32_t get_offset_of_byteBuffer_15() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___byteBuffer_15)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_15() const { return ___byteBuffer_15; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_15() { return &___byteBuffer_15; }
inline void set_byteBuffer_15(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_15), (void*)value);
}
inline static int32_t get_offset_of_charBuffer_16() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charBuffer_16)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_16() const { return ___charBuffer_16; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_16() { return &___charBuffer_16; }
inline void set_charBuffer_16(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___charBuffer_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_16), (void*)value);
}
inline static int32_t get_offset_of_charPos_17() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charPos_17)); }
inline int32_t get_charPos_17() const { return ___charPos_17; }
inline int32_t* get_address_of_charPos_17() { return &___charPos_17; }
inline void set_charPos_17(int32_t value)
{
___charPos_17 = value;
}
inline static int32_t get_offset_of_charLen_18() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___charLen_18)); }
inline int32_t get_charLen_18() const { return ___charLen_18; }
inline int32_t* get_address_of_charLen_18() { return &___charLen_18; }
inline void set_charLen_18(int32_t value)
{
___charLen_18 = value;
}
inline static int32_t get_offset_of_autoFlush_19() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___autoFlush_19)); }
inline bool get_autoFlush_19() const { return ___autoFlush_19; }
inline bool* get_address_of_autoFlush_19() { return &___autoFlush_19; }
inline void set_autoFlush_19(bool value)
{
___autoFlush_19 = value;
}
inline static int32_t get_offset_of_haveWrittenPreamble_20() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___haveWrittenPreamble_20)); }
inline bool get_haveWrittenPreamble_20() const { return ___haveWrittenPreamble_20; }
inline bool* get_address_of_haveWrittenPreamble_20() { return &___haveWrittenPreamble_20; }
inline void set_haveWrittenPreamble_20(bool value)
{
___haveWrittenPreamble_20 = value;
}
inline static int32_t get_offset_of_closable_21() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ___closable_21)); }
inline bool get_closable_21() const { return ___closable_21; }
inline bool* get_address_of_closable_21() { return &___closable_21; }
inline void set_closable_21(bool value)
{
___closable_21 = value;
}
inline static int32_t get_offset_of__asyncWriteTask_22() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E, ____asyncWriteTask_22)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncWriteTask_22() const { return ____asyncWriteTask_22; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncWriteTask_22() { return &____asyncWriteTask_22; }
inline void set__asyncWriteTask_22(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
____asyncWriteTask_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncWriteTask_22), (void*)value);
}
};
struct StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields
{
public:
// System.IO.StreamWriter System.IO.StreamWriter::Null
StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * ___Null_11;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamWriter::_UTF8NoBOM
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ____UTF8NoBOM_23;
public:
inline static int32_t get_offset_of_Null_11() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ___Null_11)); }
inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * get_Null_11() const { return ___Null_11; }
inline StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E ** get_address_of_Null_11() { return &___Null_11; }
inline void set_Null_11(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E * value)
{
___Null_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_11), (void*)value);
}
inline static int32_t get_offset_of__UTF8NoBOM_23() { return static_cast<int32_t>(offsetof(StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E_StaticFields, ____UTF8NoBOM_23)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get__UTF8NoBOM_23() const { return ____UTF8NoBOM_23; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of__UTF8NoBOM_23() { return &____UTF8NoBOM_23; }
inline void set__UTF8NoBOM_23(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
____UTF8NoBOM_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&____UTF8NoBOM_23), (void*)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.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___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.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___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;
}
};
// 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;
}
};
// System.Security.Cryptography.RNGCryptoServiceProvider
struct RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 : public RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2
{
public:
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::_handle
intptr_t ____handle_1;
public:
inline static int32_t get_offset_of__handle_1() { return static_cast<int32_t>(offsetof(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1, ____handle_1)); }
inline intptr_t get__handle_1() const { return ____handle_1; }
inline intptr_t* get_address_of__handle_1() { return &____handle_1; }
inline void set__handle_1(intptr_t value)
{
____handle_1 = value;
}
};
struct RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_StaticFields
{
public:
// System.Object System.Security.Cryptography.RNGCryptoServiceProvider::_lock
RuntimeObject * ____lock_0;
public:
inline static int32_t get_offset_of__lock_0() { return static_cast<int32_t>(offsetof(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_StaticFields, ____lock_0)); }
inline RuntimeObject * get__lock_0() const { return ____lock_0; }
inline RuntimeObject ** get_address_of__lock_0() { return &____lock_0; }
inline void set__lock_0(RuntimeObject * value)
{
____lock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lock_0), (void*)value);
}
};
// System.Security.Cryptography.SHA1CryptoServiceProvider
struct SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D : public SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA
{
public:
// System.Security.Cryptography.SHA1Internal System.Security.Cryptography.SHA1CryptoServiceProvider::sha
SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * ___sha_4;
public:
inline static int32_t get_offset_of_sha_4() { return static_cast<int32_t>(offsetof(SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D, ___sha_4)); }
inline SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * get_sha_4() const { return ___sha_4; }
inline SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 ** get_address_of_sha_4() { return &___sha_4; }
inline void set_sha_4(SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * value)
{
___sha_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sha_4), (void*)value);
}
};
// System.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public:
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___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.StringSplitOptions
struct StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487
{
public:
// System.Int32 System.StringSplitOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487, ___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.TermInfoNumbers
struct TermInfoNumbers_tE17C1E4A28232B0A786FAB261BD41BA350DF230B
{
public:
// System.Int32 System.TermInfoNumbers::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TermInfoNumbers_tE17C1E4A28232B0A786FAB261BD41BA350DF230B, ___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.TermInfoStrings
struct TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F
{
public:
// System.Int32 System.TermInfoStrings::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F, ___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.Text.NormalizationForm
struct NormalizationForm_t37A65F044FE653814E14F5D147919ED0E02A873C
{
public:
// System.Int32 System.Text.NormalizationForm::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NormalizationForm_t37A65F044FE653814E14F5D147919ED0E02A873C, ___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.TypeCode
struct TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6
{
public:
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TypeCode_t03ED52F888000DAF40C550C434F29F39A23D61C6, ___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.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768
{
public:
// System.Char System.ConsoleKeyInfo::_keyChar
Il2CppChar ____keyChar_0;
// System.ConsoleKey System.ConsoleKeyInfo::_key
int32_t ____key_1;
// System.ConsoleModifiers System.ConsoleKeyInfo::_mods
int32_t ____mods_2;
public:
inline static int32_t get_offset_of__keyChar_0() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____keyChar_0)); }
inline Il2CppChar get__keyChar_0() const { return ____keyChar_0; }
inline Il2CppChar* get_address_of__keyChar_0() { return &____keyChar_0; }
inline void set__keyChar_0(Il2CppChar value)
{
____keyChar_0 = value;
}
inline static int32_t get_offset_of__key_1() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____key_1)); }
inline int32_t get__key_1() const { return ____key_1; }
inline int32_t* get_address_of__key_1() { return &____key_1; }
inline void set__key_1(int32_t value)
{
____key_1 = value;
}
inline static int32_t get_offset_of__mods_2() { return static_cast<int32_t>(offsetof(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768, ____mods_2)); }
inline int32_t get__mods_2() const { return ____mods_2; }
inline int32_t* get_address_of__mods_2() { return &____mods_2; }
inline void set__mods_2(int32_t value)
{
____mods_2 = value;
}
};
// Native definition for P/Invoke marshalling of System.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_pinvoke
{
uint8_t ____keyChar_0;
int32_t ____key_1;
int32_t ____mods_2;
};
// Native definition for COM marshalling of System.ConsoleKeyInfo
struct ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_marshaled_com
{
uint8_t ____keyChar_0;
int32_t ____key_1;
int32_t ____mods_2;
};
// System.CultureAwareComparer
struct CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 : public StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE
{
public:
// System.Globalization.CompareInfo System.CultureAwareComparer::_compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ____compareInfo_4;
// System.Boolean System.CultureAwareComparer::_ignoreCase
bool ____ignoreCase_5;
// System.Globalization.CompareOptions System.CultureAwareComparer::_options
int32_t ____options_6;
public:
inline static int32_t get_offset_of__compareInfo_4() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____compareInfo_4)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get__compareInfo_4() const { return ____compareInfo_4; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of__compareInfo_4() { return &____compareInfo_4; }
inline void set__compareInfo_4(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
____compareInfo_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____compareInfo_4), (void*)value);
}
inline static int32_t get_offset_of__ignoreCase_5() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____ignoreCase_5)); }
inline bool get__ignoreCase_5() const { return ____ignoreCase_5; }
inline bool* get_address_of__ignoreCase_5() { return &____ignoreCase_5; }
inline void set__ignoreCase_5(bool value)
{
____ignoreCase_5 = value;
}
inline static int32_t get_offset_of__options_6() { return static_cast<int32_t>(offsetof(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058, ____options_6)); }
inline int32_t get__options_6() const { return ____options_6; }
inline int32_t* get_address_of__options_6() { return &____options_6; }
inline void set__options_6(int32_t value)
{
____options_6 = value;
}
};
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 : public RuntimeObject
{
public:
// System.String System.Globalization.CompareInfo::m_name
String_t* ___m_name_3;
// System.String System.Globalization.CompareInfo::m_sortName
String_t* ___m_sortName_4;
// System.Int32 System.Globalization.CompareInfo::win32LCID
int32_t ___win32LCID_5;
// System.Int32 System.Globalization.CompareInfo::culture
int32_t ___culture_6;
// System.Globalization.SortVersion System.Globalization.CompareInfo::m_SortVersion
SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * ___m_SortVersion_20;
// Mono.Globalization.Unicode.SimpleCollator System.Globalization.CompareInfo::collator
SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * ___collator_21;
public:
inline static int32_t get_offset_of_m_name_3() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_name_3)); }
inline String_t* get_m_name_3() const { return ___m_name_3; }
inline String_t** get_address_of_m_name_3() { return &___m_name_3; }
inline void set_m_name_3(String_t* value)
{
___m_name_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value);
}
inline static int32_t get_offset_of_m_sortName_4() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_sortName_4)); }
inline String_t* get_m_sortName_4() const { return ___m_sortName_4; }
inline String_t** get_address_of_m_sortName_4() { return &___m_sortName_4; }
inline void set_m_sortName_4(String_t* value)
{
___m_sortName_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_sortName_4), (void*)value);
}
inline static int32_t get_offset_of_win32LCID_5() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___win32LCID_5)); }
inline int32_t get_win32LCID_5() const { return ___win32LCID_5; }
inline int32_t* get_address_of_win32LCID_5() { return &___win32LCID_5; }
inline void set_win32LCID_5(int32_t value)
{
___win32LCID_5 = value;
}
inline static int32_t get_offset_of_culture_6() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___culture_6)); }
inline int32_t get_culture_6() const { return ___culture_6; }
inline int32_t* get_address_of_culture_6() { return &___culture_6; }
inline void set_culture_6(int32_t value)
{
___culture_6 = value;
}
inline static int32_t get_offset_of_m_SortVersion_20() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___m_SortVersion_20)); }
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * get_m_SortVersion_20() const { return ___m_SortVersion_20; }
inline SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 ** get_address_of_m_SortVersion_20() { return &___m_SortVersion_20; }
inline void set_m_SortVersion_20(SortVersion_tE7080CE09A0B8CE226F8046C0D1374DD0A0CAE71 * value)
{
___m_SortVersion_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SortVersion_20), (void*)value);
}
inline static int32_t get_offset_of_collator_21() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1, ___collator_21)); }
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * get_collator_21() const { return ___collator_21; }
inline SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 ** get_address_of_collator_21() { return &___collator_21; }
inline void set_collator_21(SimpleCollator_tC3A1720B7D3D850D5C23BE8E366D821EBA923D89 * value)
{
___collator_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___collator_21), (void*)value);
}
};
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,Mono.Globalization.Unicode.SimpleCollator> System.Globalization.CompareInfo::collators
Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * ___collators_22;
// System.Boolean System.Globalization.CompareInfo::managedCollation
bool ___managedCollation_23;
// System.Boolean System.Globalization.CompareInfo::managedCollationChecked
bool ___managedCollationChecked_24;
public:
inline static int32_t get_offset_of_collators_22() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___collators_22)); }
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * get_collators_22() const { return ___collators_22; }
inline Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 ** get_address_of_collators_22() { return &___collators_22; }
inline void set_collators_22(Dictionary_2_t61B96E9258C1E296057BCD8C4D2015846D2BB8F3 * value)
{
___collators_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___collators_22), (void*)value);
}
inline static int32_t get_offset_of_managedCollation_23() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollation_23)); }
inline bool get_managedCollation_23() const { return ___managedCollation_23; }
inline bool* get_address_of_managedCollation_23() { return &___managedCollation_23; }
inline void set_managedCollation_23(bool value)
{
___managedCollation_23 = value;
}
inline static int32_t get_offset_of_managedCollationChecked_24() { return static_cast<int32_t>(offsetof(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1_StaticFields, ___managedCollationChecked_24)); }
inline bool get_managedCollationChecked_24() const { return ___managedCollationChecked_24; }
inline bool* get_address_of_managedCollationChecked_24() { return &___managedCollationChecked_24; }
inline void set_managedCollationChecked_24(bool value)
{
___managedCollationChecked_24 = value;
}
};
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject
{
public:
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
public:
inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; }
inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___numberGroupSizes_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value);
}
inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; }
inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___currencyGroupSizes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value);
}
inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; }
inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___percentGroupSizes_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value);
}
inline static int32_t get_offset_of_positiveSign_4() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); }
inline String_t* get_positiveSign_4() const { return ___positiveSign_4; }
inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; }
inline void set_positiveSign_4(String_t* value)
{
___positiveSign_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value);
}
inline static int32_t get_offset_of_negativeSign_5() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); }
inline String_t* get_negativeSign_5() const { return ___negativeSign_5; }
inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; }
inline void set_negativeSign_5(String_t* value)
{
___negativeSign_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value);
}
inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); }
inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; }
inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; }
inline void set_numberDecimalSeparator_6(String_t* value)
{
___numberDecimalSeparator_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value);
}
inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); }
inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; }
inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; }
inline void set_numberGroupSeparator_7(String_t* value)
{
___numberGroupSeparator_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value);
}
inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); }
inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; }
inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; }
inline void set_currencyGroupSeparator_8(String_t* value)
{
___currencyGroupSeparator_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value);
}
inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); }
inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; }
inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; }
inline void set_currencyDecimalSeparator_9(String_t* value)
{
___currencyDecimalSeparator_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value);
}
inline static int32_t get_offset_of_currencySymbol_10() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); }
inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; }
inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; }
inline void set_currencySymbol_10(String_t* value)
{
___currencySymbol_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value);
}
inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); }
inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; }
inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; }
inline void set_ansiCurrencySymbol_11(String_t* value)
{
___ansiCurrencySymbol_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value);
}
inline static int32_t get_offset_of_nanSymbol_12() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); }
inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; }
inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; }
inline void set_nanSymbol_12(String_t* value)
{
___nanSymbol_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value);
}
inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); }
inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; }
inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; }
inline void set_positiveInfinitySymbol_13(String_t* value)
{
___positiveInfinitySymbol_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value);
}
inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); }
inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; }
inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; }
inline void set_negativeInfinitySymbol_14(String_t* value)
{
___negativeInfinitySymbol_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value);
}
inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); }
inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; }
inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; }
inline void set_percentDecimalSeparator_15(String_t* value)
{
___percentDecimalSeparator_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value);
}
inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); }
inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; }
inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; }
inline void set_percentGroupSeparator_16(String_t* value)
{
___percentGroupSeparator_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value);
}
inline static int32_t get_offset_of_percentSymbol_17() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); }
inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; }
inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; }
inline void set_percentSymbol_17(String_t* value)
{
___percentSymbol_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value);
}
inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); }
inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; }
inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; }
inline void set_perMilleSymbol_18(String_t* value)
{
___perMilleSymbol_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value);
}
inline static int32_t get_offset_of_nativeDigits_19() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; }
inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___nativeDigits_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value);
}
inline static int32_t get_offset_of_m_dataItem_20() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); }
inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; }
inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; }
inline void set_m_dataItem_20(int32_t value)
{
___m_dataItem_20 = value;
}
inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); }
inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; }
inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; }
inline void set_numberDecimalDigits_21(int32_t value)
{
___numberDecimalDigits_21 = value;
}
inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); }
inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; }
inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; }
inline void set_currencyDecimalDigits_22(int32_t value)
{
___currencyDecimalDigits_22 = value;
}
inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); }
inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; }
inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; }
inline void set_currencyPositivePattern_23(int32_t value)
{
___currencyPositivePattern_23 = value;
}
inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); }
inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; }
inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; }
inline void set_currencyNegativePattern_24(int32_t value)
{
___currencyNegativePattern_24 = value;
}
inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); }
inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; }
inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; }
inline void set_numberNegativePattern_25(int32_t value)
{
___numberNegativePattern_25 = value;
}
inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); }
inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; }
inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; }
inline void set_percentPositivePattern_26(int32_t value)
{
___percentPositivePattern_26 = value;
}
inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); }
inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; }
inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; }
inline void set_percentNegativePattern_27(int32_t value)
{
___percentNegativePattern_27 = value;
}
inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); }
inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; }
inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; }
inline void set_percentDecimalDigits_28(int32_t value)
{
___percentDecimalDigits_28 = value;
}
inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); }
inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; }
inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; }
inline void set_digitSubstitution_29(int32_t value)
{
___digitSubstitution_29 = value;
}
inline static int32_t get_offset_of_isReadOnly_30() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); }
inline bool get_isReadOnly_30() const { return ___isReadOnly_30; }
inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; }
inline void set_isReadOnly_30(bool value)
{
___isReadOnly_30 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); }
inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; }
inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; }
inline void set_m_useUserOverride_31(bool value)
{
___m_useUserOverride_31 = value;
}
inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); }
inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; }
inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; }
inline void set_m_isInvariant_32(bool value)
{
___m_isInvariant_32 = value;
}
inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); }
inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; }
inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; }
inline void set_validForParseAsNumber_33(bool value)
{
___validForParseAsNumber_33 = value;
}
inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); }
inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; }
inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; }
inline void set_validForParseAsCurrency_34(bool value)
{
___validForParseAsCurrency_34 = value;
}
};
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields
{
public:
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0;
public:
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___invariantInfo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value);
}
};
// System.IO.CStreamWriter
struct CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 : public StreamWriter_t989B894EF3BFCDF6FF5F5F068402A4F835FC8E8E
{
public:
// System.TermInfoDriver System.IO.CStreamWriter::driver
TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * ___driver_24;
public:
inline static int32_t get_offset_of_driver_24() { return static_cast<int32_t>(offsetof(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450, ___driver_24)); }
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * get_driver_24() const { return ___driver_24; }
inline TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 ** get_address_of_driver_24() { return &___driver_24; }
inline void set_driver_24(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * value)
{
___driver_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___driver_24), (void*)value);
}
};
// System.IO.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.IO.FileStream::buf
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6;
// System.String System.IO.FileStream::name
String_t* ___name_7;
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8;
// System.Boolean System.IO.FileStream::isExposed
bool ___isExposed_9;
// System.Int64 System.IO.FileStream::append_startpos
int64_t ___append_startpos_10;
// System.IO.FileAccess System.IO.FileStream::access
int32_t ___access_11;
// System.Boolean System.IO.FileStream::owner
bool ___owner_12;
// System.Boolean System.IO.FileStream::async
bool ___async_13;
// System.Boolean System.IO.FileStream::canseek
bool ___canseek_14;
// System.Boolean System.IO.FileStream::anonymous
bool ___anonymous_15;
// System.Boolean System.IO.FileStream::buf_dirty
bool ___buf_dirty_16;
// System.Int32 System.IO.FileStream::buf_size
int32_t ___buf_size_17;
// System.Int32 System.IO.FileStream::buf_length
int32_t ___buf_length_18;
// System.Int32 System.IO.FileStream::buf_offset
int32_t ___buf_offset_19;
// System.Int64 System.IO.FileStream::buf_start
int64_t ___buf_start_20;
public:
inline static int32_t get_offset_of_buf_6() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; }
inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value);
}
inline static int32_t get_offset_of_name_7() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); }
inline String_t* get_name_7() const { return ___name_7; }
inline String_t** get_address_of_name_7() { return &___name_7; }
inline void set_name_7(String_t* value)
{
___name_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value);
}
inline static int32_t get_offset_of_safeHandle_8() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; }
inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value)
{
___safeHandle_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value);
}
inline static int32_t get_offset_of_isExposed_9() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); }
inline bool get_isExposed_9() const { return ___isExposed_9; }
inline bool* get_address_of_isExposed_9() { return &___isExposed_9; }
inline void set_isExposed_9(bool value)
{
___isExposed_9 = value;
}
inline static int32_t get_offset_of_append_startpos_10() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); }
inline int64_t get_append_startpos_10() const { return ___append_startpos_10; }
inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; }
inline void set_append_startpos_10(int64_t value)
{
___append_startpos_10 = value;
}
inline static int32_t get_offset_of_access_11() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); }
inline int32_t get_access_11() const { return ___access_11; }
inline int32_t* get_address_of_access_11() { return &___access_11; }
inline void set_access_11(int32_t value)
{
___access_11 = value;
}
inline static int32_t get_offset_of_owner_12() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); }
inline bool get_owner_12() const { return ___owner_12; }
inline bool* get_address_of_owner_12() { return &___owner_12; }
inline void set_owner_12(bool value)
{
___owner_12 = value;
}
inline static int32_t get_offset_of_async_13() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); }
inline bool get_async_13() const { return ___async_13; }
inline bool* get_address_of_async_13() { return &___async_13; }
inline void set_async_13(bool value)
{
___async_13 = value;
}
inline static int32_t get_offset_of_canseek_14() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); }
inline bool get_canseek_14() const { return ___canseek_14; }
inline bool* get_address_of_canseek_14() { return &___canseek_14; }
inline void set_canseek_14(bool value)
{
___canseek_14 = value;
}
inline static int32_t get_offset_of_anonymous_15() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); }
inline bool get_anonymous_15() const { return ___anonymous_15; }
inline bool* get_address_of_anonymous_15() { return &___anonymous_15; }
inline void set_anonymous_15(bool value)
{
___anonymous_15 = value;
}
inline static int32_t get_offset_of_buf_dirty_16() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); }
inline bool get_buf_dirty_16() const { return ___buf_dirty_16; }
inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; }
inline void set_buf_dirty_16(bool value)
{
___buf_dirty_16 = value;
}
inline static int32_t get_offset_of_buf_size_17() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); }
inline int32_t get_buf_size_17() const { return ___buf_size_17; }
inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; }
inline void set_buf_size_17(int32_t value)
{
___buf_size_17 = value;
}
inline static int32_t get_offset_of_buf_length_18() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); }
inline int32_t get_buf_length_18() const { return ___buf_length_18; }
inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; }
inline void set_buf_length_18(int32_t value)
{
___buf_length_18 = value;
}
inline static int32_t get_offset_of_buf_offset_19() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); }
inline int32_t get_buf_offset_19() const { return ___buf_offset_19; }
inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; }
inline void set_buf_offset_19(int32_t value)
{
___buf_offset_19 = value;
}
inline static int32_t get_offset_of_buf_start_20() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); }
inline int64_t get_buf_start_20() const { return ___buf_start_20; }
inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; }
inline void set_buf_start_20(int64_t value)
{
___buf_start_20 = value;
}
};
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields
{
public:
// System.Byte[] System.IO.FileStream::buf_recycle
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4;
// System.Object System.IO.FileStream::buf_recycle_lock
RuntimeObject * ___buf_recycle_lock_5;
public:
inline static int32_t get_offset_of_buf_recycle_4() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; }
inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_recycle_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value);
}
inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); }
inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; }
inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; }
inline void set_buf_recycle_lock_5(RuntimeObject * value)
{
___buf_recycle_lock_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value);
}
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.TermInfoDriver
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 : public RuntimeObject
{
public:
// System.TermInfoReader System.TermInfoDriver::reader
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * ___reader_3;
// System.Int32 System.TermInfoDriver::cursorLeft
int32_t ___cursorLeft_4;
// System.Int32 System.TermInfoDriver::cursorTop
int32_t ___cursorTop_5;
// System.String System.TermInfoDriver::title
String_t* ___title_6;
// System.String System.TermInfoDriver::titleFormat
String_t* ___titleFormat_7;
// System.Boolean System.TermInfoDriver::cursorVisible
bool ___cursorVisible_8;
// System.String System.TermInfoDriver::csrVisible
String_t* ___csrVisible_9;
// System.String System.TermInfoDriver::csrInvisible
String_t* ___csrInvisible_10;
// System.String System.TermInfoDriver::clear
String_t* ___clear_11;
// System.String System.TermInfoDriver::bell
String_t* ___bell_12;
// System.String System.TermInfoDriver::term
String_t* ___term_13;
// System.IO.StreamReader System.TermInfoDriver::stdin
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___stdin_14;
// System.IO.CStreamWriter System.TermInfoDriver::stdout
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * ___stdout_15;
// System.Int32 System.TermInfoDriver::windowWidth
int32_t ___windowWidth_16;
// System.Int32 System.TermInfoDriver::windowHeight
int32_t ___windowHeight_17;
// System.Int32 System.TermInfoDriver::bufferHeight
int32_t ___bufferHeight_18;
// System.Int32 System.TermInfoDriver::bufferWidth
int32_t ___bufferWidth_19;
// System.Char[] System.TermInfoDriver::buffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer_20;
// System.Int32 System.TermInfoDriver::readpos
int32_t ___readpos_21;
// System.Int32 System.TermInfoDriver::writepos
int32_t ___writepos_22;
// System.String System.TermInfoDriver::keypadXmit
String_t* ___keypadXmit_23;
// System.String System.TermInfoDriver::keypadLocal
String_t* ___keypadLocal_24;
// System.Boolean System.TermInfoDriver::inited
bool ___inited_25;
// System.Object System.TermInfoDriver::initLock
RuntimeObject * ___initLock_26;
// System.Boolean System.TermInfoDriver::initKeys
bool ___initKeys_27;
// System.String System.TermInfoDriver::origPair
String_t* ___origPair_28;
// System.String System.TermInfoDriver::origColors
String_t* ___origColors_29;
// System.String System.TermInfoDriver::cursorAddress
String_t* ___cursorAddress_30;
// System.ConsoleColor System.TermInfoDriver::fgcolor
int32_t ___fgcolor_31;
// System.String System.TermInfoDriver::setfgcolor
String_t* ___setfgcolor_32;
// System.String System.TermInfoDriver::setbgcolor
String_t* ___setbgcolor_33;
// System.Int32 System.TermInfoDriver::maxColors
int32_t ___maxColors_34;
// System.Boolean System.TermInfoDriver::noGetPosition
bool ___noGetPosition_35;
// System.Collections.Hashtable System.TermInfoDriver::keymap
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___keymap_36;
// System.ByteMatcher System.TermInfoDriver::rootmap
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * ___rootmap_37;
// System.Int32 System.TermInfoDriver::rl_startx
int32_t ___rl_startx_38;
// System.Int32 System.TermInfoDriver::rl_starty
int32_t ___rl_starty_39;
// System.Byte[] System.TermInfoDriver::control_characters
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___control_characters_40;
// System.Char[] System.TermInfoDriver::echobuf
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___echobuf_42;
// System.Int32 System.TermInfoDriver::echon
int32_t ___echon_43;
public:
inline static int32_t get_offset_of_reader_3() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___reader_3)); }
inline TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * get_reader_3() const { return ___reader_3; }
inline TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C ** get_address_of_reader_3() { return &___reader_3; }
inline void set_reader_3(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * value)
{
___reader_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reader_3), (void*)value);
}
inline static int32_t get_offset_of_cursorLeft_4() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorLeft_4)); }
inline int32_t get_cursorLeft_4() const { return ___cursorLeft_4; }
inline int32_t* get_address_of_cursorLeft_4() { return &___cursorLeft_4; }
inline void set_cursorLeft_4(int32_t value)
{
___cursorLeft_4 = value;
}
inline static int32_t get_offset_of_cursorTop_5() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorTop_5)); }
inline int32_t get_cursorTop_5() const { return ___cursorTop_5; }
inline int32_t* get_address_of_cursorTop_5() { return &___cursorTop_5; }
inline void set_cursorTop_5(int32_t value)
{
___cursorTop_5 = value;
}
inline static int32_t get_offset_of_title_6() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___title_6)); }
inline String_t* get_title_6() const { return ___title_6; }
inline String_t** get_address_of_title_6() { return &___title_6; }
inline void set_title_6(String_t* value)
{
___title_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___title_6), (void*)value);
}
inline static int32_t get_offset_of_titleFormat_7() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___titleFormat_7)); }
inline String_t* get_titleFormat_7() const { return ___titleFormat_7; }
inline String_t** get_address_of_titleFormat_7() { return &___titleFormat_7; }
inline void set_titleFormat_7(String_t* value)
{
___titleFormat_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___titleFormat_7), (void*)value);
}
inline static int32_t get_offset_of_cursorVisible_8() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorVisible_8)); }
inline bool get_cursorVisible_8() const { return ___cursorVisible_8; }
inline bool* get_address_of_cursorVisible_8() { return &___cursorVisible_8; }
inline void set_cursorVisible_8(bool value)
{
___cursorVisible_8 = value;
}
inline static int32_t get_offset_of_csrVisible_9() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___csrVisible_9)); }
inline String_t* get_csrVisible_9() const { return ___csrVisible_9; }
inline String_t** get_address_of_csrVisible_9() { return &___csrVisible_9; }
inline void set_csrVisible_9(String_t* value)
{
___csrVisible_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___csrVisible_9), (void*)value);
}
inline static int32_t get_offset_of_csrInvisible_10() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___csrInvisible_10)); }
inline String_t* get_csrInvisible_10() const { return ___csrInvisible_10; }
inline String_t** get_address_of_csrInvisible_10() { return &___csrInvisible_10; }
inline void set_csrInvisible_10(String_t* value)
{
___csrInvisible_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___csrInvisible_10), (void*)value);
}
inline static int32_t get_offset_of_clear_11() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___clear_11)); }
inline String_t* get_clear_11() const { return ___clear_11; }
inline String_t** get_address_of_clear_11() { return &___clear_11; }
inline void set_clear_11(String_t* value)
{
___clear_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___clear_11), (void*)value);
}
inline static int32_t get_offset_of_bell_12() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bell_12)); }
inline String_t* get_bell_12() const { return ___bell_12; }
inline String_t** get_address_of_bell_12() { return &___bell_12; }
inline void set_bell_12(String_t* value)
{
___bell_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bell_12), (void*)value);
}
inline static int32_t get_offset_of_term_13() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___term_13)); }
inline String_t* get_term_13() const { return ___term_13; }
inline String_t** get_address_of_term_13() { return &___term_13; }
inline void set_term_13(String_t* value)
{
___term_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___term_13), (void*)value);
}
inline static int32_t get_offset_of_stdin_14() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___stdin_14)); }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_stdin_14() const { return ___stdin_14; }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_stdin_14() { return &___stdin_14; }
inline void set_stdin_14(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
{
___stdin_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stdin_14), (void*)value);
}
inline static int32_t get_offset_of_stdout_15() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___stdout_15)); }
inline CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * get_stdout_15() const { return ___stdout_15; }
inline CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 ** get_address_of_stdout_15() { return &___stdout_15; }
inline void set_stdout_15(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * value)
{
___stdout_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stdout_15), (void*)value);
}
inline static int32_t get_offset_of_windowWidth_16() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___windowWidth_16)); }
inline int32_t get_windowWidth_16() const { return ___windowWidth_16; }
inline int32_t* get_address_of_windowWidth_16() { return &___windowWidth_16; }
inline void set_windowWidth_16(int32_t value)
{
___windowWidth_16 = value;
}
inline static int32_t get_offset_of_windowHeight_17() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___windowHeight_17)); }
inline int32_t get_windowHeight_17() const { return ___windowHeight_17; }
inline int32_t* get_address_of_windowHeight_17() { return &___windowHeight_17; }
inline void set_windowHeight_17(int32_t value)
{
___windowHeight_17 = value;
}
inline static int32_t get_offset_of_bufferHeight_18() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bufferHeight_18)); }
inline int32_t get_bufferHeight_18() const { return ___bufferHeight_18; }
inline int32_t* get_address_of_bufferHeight_18() { return &___bufferHeight_18; }
inline void set_bufferHeight_18(int32_t value)
{
___bufferHeight_18 = value;
}
inline static int32_t get_offset_of_bufferWidth_19() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___bufferWidth_19)); }
inline int32_t get_bufferWidth_19() const { return ___bufferWidth_19; }
inline int32_t* get_address_of_bufferWidth_19() { return &___bufferWidth_19; }
inline void set_bufferWidth_19(int32_t value)
{
___bufferWidth_19 = value;
}
inline static int32_t get_offset_of_buffer_20() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___buffer_20)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_buffer_20() const { return ___buffer_20; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_buffer_20() { return &___buffer_20; }
inline void set_buffer_20(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___buffer_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_20), (void*)value);
}
inline static int32_t get_offset_of_readpos_21() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___readpos_21)); }
inline int32_t get_readpos_21() const { return ___readpos_21; }
inline int32_t* get_address_of_readpos_21() { return &___readpos_21; }
inline void set_readpos_21(int32_t value)
{
___readpos_21 = value;
}
inline static int32_t get_offset_of_writepos_22() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___writepos_22)); }
inline int32_t get_writepos_22() const { return ___writepos_22; }
inline int32_t* get_address_of_writepos_22() { return &___writepos_22; }
inline void set_writepos_22(int32_t value)
{
___writepos_22 = value;
}
inline static int32_t get_offset_of_keypadXmit_23() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keypadXmit_23)); }
inline String_t* get_keypadXmit_23() const { return ___keypadXmit_23; }
inline String_t** get_address_of_keypadXmit_23() { return &___keypadXmit_23; }
inline void set_keypadXmit_23(String_t* value)
{
___keypadXmit_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keypadXmit_23), (void*)value);
}
inline static int32_t get_offset_of_keypadLocal_24() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keypadLocal_24)); }
inline String_t* get_keypadLocal_24() const { return ___keypadLocal_24; }
inline String_t** get_address_of_keypadLocal_24() { return &___keypadLocal_24; }
inline void set_keypadLocal_24(String_t* value)
{
___keypadLocal_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keypadLocal_24), (void*)value);
}
inline static int32_t get_offset_of_inited_25() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___inited_25)); }
inline bool get_inited_25() const { return ___inited_25; }
inline bool* get_address_of_inited_25() { return &___inited_25; }
inline void set_inited_25(bool value)
{
___inited_25 = value;
}
inline static int32_t get_offset_of_initLock_26() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___initLock_26)); }
inline RuntimeObject * get_initLock_26() const { return ___initLock_26; }
inline RuntimeObject ** get_address_of_initLock_26() { return &___initLock_26; }
inline void set_initLock_26(RuntimeObject * value)
{
___initLock_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___initLock_26), (void*)value);
}
inline static int32_t get_offset_of_initKeys_27() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___initKeys_27)); }
inline bool get_initKeys_27() const { return ___initKeys_27; }
inline bool* get_address_of_initKeys_27() { return &___initKeys_27; }
inline void set_initKeys_27(bool value)
{
___initKeys_27 = value;
}
inline static int32_t get_offset_of_origPair_28() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___origPair_28)); }
inline String_t* get_origPair_28() const { return ___origPair_28; }
inline String_t** get_address_of_origPair_28() { return &___origPair_28; }
inline void set_origPair_28(String_t* value)
{
___origPair_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___origPair_28), (void*)value);
}
inline static int32_t get_offset_of_origColors_29() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___origColors_29)); }
inline String_t* get_origColors_29() const { return ___origColors_29; }
inline String_t** get_address_of_origColors_29() { return &___origColors_29; }
inline void set_origColors_29(String_t* value)
{
___origColors_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___origColors_29), (void*)value);
}
inline static int32_t get_offset_of_cursorAddress_30() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___cursorAddress_30)); }
inline String_t* get_cursorAddress_30() const { return ___cursorAddress_30; }
inline String_t** get_address_of_cursorAddress_30() { return &___cursorAddress_30; }
inline void set_cursorAddress_30(String_t* value)
{
___cursorAddress_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cursorAddress_30), (void*)value);
}
inline static int32_t get_offset_of_fgcolor_31() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___fgcolor_31)); }
inline int32_t get_fgcolor_31() const { return ___fgcolor_31; }
inline int32_t* get_address_of_fgcolor_31() { return &___fgcolor_31; }
inline void set_fgcolor_31(int32_t value)
{
___fgcolor_31 = value;
}
inline static int32_t get_offset_of_setfgcolor_32() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___setfgcolor_32)); }
inline String_t* get_setfgcolor_32() const { return ___setfgcolor_32; }
inline String_t** get_address_of_setfgcolor_32() { return &___setfgcolor_32; }
inline void set_setfgcolor_32(String_t* value)
{
___setfgcolor_32 = value;
Il2CppCodeGenWriteBarrier((void**)(&___setfgcolor_32), (void*)value);
}
inline static int32_t get_offset_of_setbgcolor_33() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___setbgcolor_33)); }
inline String_t* get_setbgcolor_33() const { return ___setbgcolor_33; }
inline String_t** get_address_of_setbgcolor_33() { return &___setbgcolor_33; }
inline void set_setbgcolor_33(String_t* value)
{
___setbgcolor_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___setbgcolor_33), (void*)value);
}
inline static int32_t get_offset_of_maxColors_34() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___maxColors_34)); }
inline int32_t get_maxColors_34() const { return ___maxColors_34; }
inline int32_t* get_address_of_maxColors_34() { return &___maxColors_34; }
inline void set_maxColors_34(int32_t value)
{
___maxColors_34 = value;
}
inline static int32_t get_offset_of_noGetPosition_35() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___noGetPosition_35)); }
inline bool get_noGetPosition_35() const { return ___noGetPosition_35; }
inline bool* get_address_of_noGetPosition_35() { return &___noGetPosition_35; }
inline void set_noGetPosition_35(bool value)
{
___noGetPosition_35 = value;
}
inline static int32_t get_offset_of_keymap_36() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___keymap_36)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_keymap_36() const { return ___keymap_36; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_keymap_36() { return &___keymap_36; }
inline void set_keymap_36(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___keymap_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keymap_36), (void*)value);
}
inline static int32_t get_offset_of_rootmap_37() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rootmap_37)); }
inline ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * get_rootmap_37() const { return ___rootmap_37; }
inline ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC ** get_address_of_rootmap_37() { return &___rootmap_37; }
inline void set_rootmap_37(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * value)
{
___rootmap_37 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rootmap_37), (void*)value);
}
inline static int32_t get_offset_of_rl_startx_38() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rl_startx_38)); }
inline int32_t get_rl_startx_38() const { return ___rl_startx_38; }
inline int32_t* get_address_of_rl_startx_38() { return &___rl_startx_38; }
inline void set_rl_startx_38(int32_t value)
{
___rl_startx_38 = value;
}
inline static int32_t get_offset_of_rl_starty_39() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___rl_starty_39)); }
inline int32_t get_rl_starty_39() const { return ___rl_starty_39; }
inline int32_t* get_address_of_rl_starty_39() { return &___rl_starty_39; }
inline void set_rl_starty_39(int32_t value)
{
___rl_starty_39 = value;
}
inline static int32_t get_offset_of_control_characters_40() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___control_characters_40)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_control_characters_40() const { return ___control_characters_40; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_control_characters_40() { return &___control_characters_40; }
inline void set_control_characters_40(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___control_characters_40 = value;
Il2CppCodeGenWriteBarrier((void**)(&___control_characters_40), (void*)value);
}
inline static int32_t get_offset_of_echobuf_42() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___echobuf_42)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_echobuf_42() const { return ___echobuf_42; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_echobuf_42() { return &___echobuf_42; }
inline void set_echobuf_42(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___echobuf_42 = value;
Il2CppCodeGenWriteBarrier((void**)(&___echobuf_42), (void*)value);
}
inline static int32_t get_offset_of_echon_43() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653, ___echon_43)); }
inline int32_t get_echon_43() const { return ___echon_43; }
inline int32_t* get_address_of_echon_43() { return &___echon_43; }
inline void set_echon_43(int32_t value)
{
___echon_43 = value;
}
};
struct TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields
{
public:
// System.Int32* System.TermInfoDriver::native_terminal_size
int32_t* ___native_terminal_size_0;
// System.Int32 System.TermInfoDriver::terminal_size
int32_t ___terminal_size_1;
// System.String[] System.TermInfoDriver::locations
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___locations_2;
// System.Int32[] System.TermInfoDriver::_consoleColorToAnsiCode
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____consoleColorToAnsiCode_41;
public:
inline static int32_t get_offset_of_native_terminal_size_0() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___native_terminal_size_0)); }
inline int32_t* get_native_terminal_size_0() const { return ___native_terminal_size_0; }
inline int32_t** get_address_of_native_terminal_size_0() { return &___native_terminal_size_0; }
inline void set_native_terminal_size_0(int32_t* value)
{
___native_terminal_size_0 = value;
}
inline static int32_t get_offset_of_terminal_size_1() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___terminal_size_1)); }
inline int32_t get_terminal_size_1() const { return ___terminal_size_1; }
inline int32_t* get_address_of_terminal_size_1() { return &___terminal_size_1; }
inline void set_terminal_size_1(int32_t value)
{
___terminal_size_1 = value;
}
inline static int32_t get_offset_of_locations_2() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ___locations_2)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_locations_2() const { return ___locations_2; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_locations_2() { return &___locations_2; }
inline void set_locations_2(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___locations_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___locations_2), (void*)value);
}
inline static int32_t get_offset_of__consoleColorToAnsiCode_41() { return static_cast<int32_t>(offsetof(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields, ____consoleColorToAnsiCode_41)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__consoleColorToAnsiCode_41() const { return ____consoleColorToAnsiCode_41; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__consoleColorToAnsiCode_41() { return &____consoleColorToAnsiCode_41; }
inline void set__consoleColorToAnsiCode_41(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
____consoleColorToAnsiCode_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&____consoleColorToAnsiCode_41), (void*)value);
}
};
// 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.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
}
};
// System.ArithmeticException
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.IO.IOException::_maybeFullPath
String_t* ____maybeFullPath_17;
public:
inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast<int32_t>(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); }
inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; }
inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; }
inline void set__maybeFullPath_17(String_t* value)
{
____maybeFullPath_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&____maybeFullPath_17), (void*)value);
}
};
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.InvalidCastException
struct InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NullReferenceException
struct NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.OutOfMemoryException
struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Security.SecurityException
struct SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.Security.SecurityException::permissionState
String_t* ___permissionState_17;
public:
inline static int32_t get_offset_of_permissionState_17() { return static_cast<int32_t>(offsetof(SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5, ___permissionState_17)); }
inline String_t* get_permissionState_17() const { return ___permissionState_17; }
inline String_t** get_address_of_permissionState_17() { return &___permissionState_17; }
inline void set_permissionState_17(String_t* value)
{
___permissionState_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___permissionState_17), (void*)value);
}
};
// System.Security.XmlSyntaxException
struct XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.StackOverflowException
struct StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value);
}
};
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
// System.String System.ObjectDisposedException::objectName
String_t* ___objectName_17;
public:
inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); }
inline String_t* get_objectName_17() const { return ___objectName_17; }
inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
inline void set_objectName_17(String_t* value)
{
___objectName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectName_17), (void*)value);
}
};
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
{
public:
public:
};
// System.Security.Cryptography.CryptographicUnexpectedOperationException
struct CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE : public CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A
{
public:
public:
};
// System.Text.DecoderFallbackException
struct DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Byte[] System.Text.DecoderFallbackException::bytesUnknown
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown_18;
// System.Int32 System.Text.DecoderFallbackException::index
int32_t ___index_19;
public:
inline static int32_t get_offset_of_bytesUnknown_18() { return static_cast<int32_t>(offsetof(DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A, ___bytesUnknown_18)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bytesUnknown_18() const { return ___bytesUnknown_18; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bytesUnknown_18() { return &___bytesUnknown_18; }
inline void set_bytesUnknown_18(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___bytesUnknown_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bytesUnknown_18), (void*)value);
}
inline static int32_t get_offset_of_index_19() { return static_cast<int32_t>(offsetof(DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A, ___index_19)); }
inline int32_t get_index_19() const { return ___index_19; }
inline int32_t* get_address_of_index_19() { return &___index_19; }
inline void set_index_19(int32_t value)
{
___index_19 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_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, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint32_t m_Items[1];
public:
inline uint32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint32_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, uint32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
{
m_Items[index] = value;
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* 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, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : 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.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_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, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.ParameterizedStrings_FormatParam[]
struct FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5 : public RuntimeArray
{
public:
ALIGN_FIELD (8) FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 m_Items[1];
public:
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * 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, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____string_1), (void*)NULL);
}
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____string_1), (void*)NULL);
}
};
// System.TermInfoStrings[]
struct TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_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, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.String System.Environment::GetResourceString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9 (String_t* ___key0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Exception::SetErrorCode(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7 (Exception_t * __this, int32_t ___hr0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA5B62B482A9F39F0B6C95D0C6FB89F1D67ECB344 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, 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.ObjectDisposedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Object System.Array::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Void System.GC::SuppressFinalize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.RNGCryptoServiceProvider::RngOpen()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RNGCryptoServiceProvider_RngOpen_m5054B79BCB3AEE33418C1BD91E24DA1B73204766 (const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RandomNumberGenerator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator__ctor_m7E8B5747FC6E42739671E61B8C39BAB7B5970761 (RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * __this, const RuntimeMethod* method);
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngInitialize(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngInitialize_m612C79F91A4B414347206082782C05D87170019E (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___seed0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Check()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Check_m18FF0852EEC7E75E9CF4942E9785FD24FC448F7A (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * __this, const RuntimeMethod* method);
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
// System.String Locale::GetText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, const RuntimeMethod* method);
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngGetBytes(System.IntPtr,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngGetBytes_m7483FAF7C07E825DDBF34CD413D8D674DF0CDA66 (intptr_t ___handle0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data1, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::RngClose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_RngClose_m6F86DE928A128B337FCBBA79DD1F9CBB8B620692 (intptr_t ___handle0, const RuntimeMethod* method);
// System.Void System.Object::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RandomNumberGenerator::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator_Dispose_m36925DFCB78752B8DB8C7AC48FC256442D9CEFA4 (RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_m5D6369AAF2AD50F4052C89B66B612E4C317FCF7E (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HashAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider__ctor_mBF42658CD66193D7FF26F04B4FFB81BB385C5A6F (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1__ctor_m486DF279B75AC20B01C6DCC6FA382FFF5DF125D6 (SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1Internal::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal__ctor_m524171308FE5EE3D7EA0C6AA4ADF85272FAEA704 (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_m082315758B5E7BEDA2C1E14409A1FF7412F363AC (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1Internal::HashCore(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_HashCore_m285AAE14A52B033FB20F2AE461292D3E05D28E00 (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.SHA1Internal::HashFinal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* SHA1Internal_HashFinal_m99F015D205DD966CB88612253C02C698064E76CF (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1Internal::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_Initialize_m893B8665217D5377F8BC0C1C26F575FF5D214AA6 (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, const RuntimeMethod* method);
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1Internal::ProcessBlock(System.Byte[],System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_ProcessBlock_m1FBBBCA38EF1958B6315161EFA1981101B3C7DC8 (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, uint32_t ___inputOffset1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1Internal::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_ProcessFinalBlock_mBF97ABC1C27E7C6067DBC3D982F71A47BFCBCC55 (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1Internal::InitialiseBuff(System.UInt32[],System.Byte[],System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_InitialiseBuff_m33C43145BF7D653E1DA6862C63F231D6F2A5F4B9 (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___buff0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input1, uint32_t ___inputOffset2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1Internal::FillBuff(System.UInt32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_FillBuff_m89617E6F772A48B783C252E2B13CF7EC332D47A5 (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___buff0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.SHA1Internal::AddLength(System.UInt64,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_AddLength_mF753A968068F3E32B94624249E572656FFF505DC (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, uint64_t ___length0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___position2, const RuntimeMethod* method);
// System.Void System.Security.Policy.Evidence/EvidenceEnumerator::.ctor(System.Collections.IEnumerator,System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EvidenceEnumerator__ctor_mD4153081415054237617C4E5AFAA036445E6A43B (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * __this, RuntimeObject* ___hostenum0, RuntimeObject* ___assemblyenum1, const RuntimeMethod* method);
// System.Void System.Security.SecurityElement::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, String_t* ___text1, const RuntimeMethod* method);
// System.Boolean System.Security.SecurityElement::IsValidTag(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidTag_m7BE8436536B0DC06BA6D524C6332DA972390B644 (String_t* ___tag0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Security.SecurityElement::set_Text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mAAFFE0698C829CFAFE176BD4A6C5DDA07A8ABDA9 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.String System.Security.SecurityElement/SecurityAttribute::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16_inline (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method);
// System.String System.Security.SecurityElement/SecurityAttribute::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Value_m688A5CF9C4976D8823B4A3BE394F8F19D5AE7985_inline (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method);
// System.Boolean System.Security.SecurityElement::IsValidText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidText_m24B5BCD8748ED728FF28BD2B576CBE0CA69AA6A8 (String_t* ___text0, const RuntimeMethod* method);
// System.String System.Security.SecurityElement::Unescape(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E (String_t* ___str0, const RuntimeMethod* method);
// System.Security.SecurityElement/SecurityAttribute System.Security.SecurityElement::GetAttribute(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * SecurityElement_GetAttribute_m3804598A273DE130113F280A0932F40117FD826A (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Void System.Collections.ArrayList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method);
// System.Void System.Security.SecurityElement/SecurityAttribute::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833 (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method);
// System.Int32 System.String::IndexOfAny(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Replace(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113 (StringBuilder_t * __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method);
// System.Void System.Security.XmlSyntaxException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_mFB9E715E2AE5453ADD332D0F4AF60BA33919301F (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void Mono.Xml.SecurityParser::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser__ctor_m46A21D62E80E1A94877CC4CFD2FFF313EF6E3E06 (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method);
// System.Void Mono.Xml.SecurityParser::LoadXml(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityParser_LoadXml_mC52937EF26E02DC2EEA05716D4CC4B5B6E2D124C (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, String_t* ___xml0, const RuntimeMethod* method);
// System.Security.SecurityElement Mono.Xml.SecurityParser::ToXml()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method);
// System.Void System.Security.XmlSyntaxException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_mF167AF5652F9FB7A1ED9C8F6082367C339634175 (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method);
// System.Void System.Security.SecurityElement::ToXml(System.Text.StringBuilder&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, StringBuilder_t ** ___s0, int32_t ___level1, const RuntimeMethod* method);
// System.String System.Security.SecurityElement::Escape(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7 (String_t* ___str0, const RuntimeMethod* method);
// System.String System.Environment::get_NewLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Boolean System.Security.SecurityElement::IsValidAttributeName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeName_mB2931DE1E6F81B307D10B7EA7EF7D82FF006968A (String_t* ___name0, const RuntimeMethod* method);
// System.Boolean System.Security.SecurityElement::IsValidAttributeValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeValue_m51DB156F9ACB51CC51E3C8C316FAAD8A17A74E89 (String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Security.SecurityException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Exception::set_HResult(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfoEnumerator::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfoEnumerator::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.String System.Exception::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_ToString_m403BC2DBD48C830789D6270B4E917AB2D5E88183 (Exception_t * __this, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, const RuntimeMethod* method);
// System.Void System.Attribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0 (Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 * __this, const RuntimeMethod* method);
// System.Boolean System.Single::IsNaN(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB (float ___f0, const RuntimeMethod* method);
// System.Int32 System.Single::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915 (float* __this, RuntimeObject * ___value0, const RuntimeMethod* method);
// System.Int32 System.Single::CompareTo(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC (float* __this, float ___value0, const RuntimeMethod* method);
// System.Boolean System.Single::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean System.Single::Equals(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7 (float* __this, float ___obj0, const RuntimeMethod* method);
// System.Int32 System.Single::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 (float* __this, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_CurrentInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9 (const RuntimeMethod* method);
// System.String System.Number::FormatSingle(System.Single,System.String,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256 (float ___value0, String_t* ___format1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
// System.String System.Single::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m2B1556CFBBD088D285A0B0EA280F82D3A4344DC3 (float* __this, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::GetInstance(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A (RuntimeObject* ___formatProvider0, const RuntimeMethod* method);
// System.String System.Single::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m578EAE7D490B9ACEF7116E4E824DC2F1E8F25A2F (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.Single::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756 (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_mAACB78E5DB76B756AA541CE1FD79F915FC66D1D8 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method);
// System.Void System.Globalization.NumberFormatInfo::ValidateParseStyleFloatingPoint(System.Globalization.NumberStyles)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFormatInfo_ValidateParseStyleFloatingPoint_mEC705C72BC013FB4A554725339A2617D9B4ECC07 (int32_t ___style0, const RuntimeMethod* method);
// System.Single System.Number::ParseSingle(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B (String_t* ___value0, int32_t ___options1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numfmt2, const RuntimeMethod* method);
// System.TypeCode System.Single::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetTypeCode_m3AED7A651BCA30B93CADE00BD3873A20F516158F (float* __this, const RuntimeMethod* method);
// System.Boolean System.Convert::ToBoolean(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mC00CC1575D48C5527CFADA8E1B2328E88341F86A (float ___value0, const RuntimeMethod* method);
// System.Boolean System.Single::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.Environment::GetResourceString(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB (String_t* ___key0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values1, const RuntimeMethod* method);
// System.Void System.InvalidCastException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812 (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Char System.Single::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.SByte System.Convert::ToSByte(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_mFFC0642A84BC819A5DED67F18AD2ED18A8F80CD1 (float ___value0, const RuntimeMethod* method);
// System.SByte System.Single::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mBF7D0A7CFDAB28F8B3D979168CFE7A6404A2A606 (float ___value0, const RuntimeMethod* method);
// System.Byte System.Single::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int16 System.Convert::ToInt16(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m7F87DC717F07D47C104372D55D3E72FBE26CF2CC (float ___value0, const RuntimeMethod* method);
// System.Int16 System.Single::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt16 System.Convert::ToUInt16(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m13E0B382AD753A7931E9583BDF9091719617F70C (float ___value0, const RuntimeMethod* method);
// System.UInt16 System.Single::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int32 System.Convert::ToInt32(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mA9271FF590B90ADF4072A0FBF2C7F59874FA5EC4 (float ___value0, const RuntimeMethod* method);
// System.Int32 System.Single::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt32 System.Convert::ToUInt32(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mE576F9C14D9BA51A0E3471521033BF798781CCE7 (float ___value0, const RuntimeMethod* method);
// System.UInt32 System.Single::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m6963E5AB9C468141588B8BE08A9F2454A066D3CA (float ___value0, const RuntimeMethod* method);
// System.Int64 System.Single::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.UInt64 System.Convert::ToUInt64(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_mC9816AF80E8B2471627DB2BE1E4A02160D8BAFF3 (float ___value0, const RuntimeMethod* method);
// System.UInt64 System.Single::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Single System.Single::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_System_IConvertible_ToSingle_m79DC4741AD4AF15F327C5FC4B495E3E848B39A4D (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Double System.Convert::ToDouble(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m80148DF46C72C989F186F0616EDE71A34BA3A967 (float ___value0, const RuntimeMethod* method);
// System.Double System.Single::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Decimal System.Convert::ToDecimal(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m0723C02BC98733C38A826B8BBF2C4AE24B7CB557 (float ___value0, const RuntimeMethod* method);
// System.Decimal System.Single::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.DateTime System.Single::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Object System.Convert::DefaultToType(System.IConvertible,System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3 (RuntimeObject* ___value0, Type_t * ___targetType1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Object System.Single::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC (float* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF (String_t* ___separator0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Void System.OutOfMemoryException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * __this, const RuntimeMethod* method);
// System.String System.String::FastAllocateString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C (int32_t ___length0, const RuntimeMethod* method);
// System.Void System.UnSafeCharBuffer::.ctor(System.Char*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnSafeCharBuffer__ctor_mF7AA675CC9B4BF79D4A8FD4EB7146CFFECEEB14D (UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C * __this, Il2CppChar* ___buffer0, int32_t ___bufferSize1, const RuntimeMethod* method);
// System.Void System.UnSafeCharBuffer::AppendString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnSafeCharBuffer_AppendString_m1E2967E285FC06FDE141B90EF186745D5D2814FE (UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C * __this, String_t* ___stringToAppend0, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Boolean System.Environment::get_Is64BitProcess()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Environment_get_Is64BitProcess_mEEAFF56728363604DEE63AFBDFE97E54A251AEB1 (const RuntimeMethod* method);
// System.Void System.NullReferenceException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * __this, const RuntimeMethod* method);
// System.Boolean System.String::EqualsHelper(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.Boolean System.String::IsAscii()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9 (String_t* __this, const RuntimeMethod* method);
// System.Int32 System.String::CompareOrdinalIgnoreCaseHelper(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method);
// System.Int32 System.Globalization.TextInfo::CompareOrdinalIgnoreCase(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_CompareOrdinalIgnoreCase_m00078A91A70F945CB20012CBBAD38ACA7256A479 (String_t* ___str10, String_t* ___str21, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.IndexOutOfRangeException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1 (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, const RuntimeMethod* method);
// System.Void System.String::wstrcpy(System.Char*,System.Char*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497 (Il2CppChar* ___dmem0, Il2CppChar* ___smem1, int32_t ___charCount2, const RuntimeMethod* method);
// System.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method);
// System.String[] System.String::SplitInternal(System.Char[],System.Int32,System.StringSplitOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method);
// System.Int32 System.String::MakeSeparatorList(System.Char[],System.Int32[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_MakeSeparatorList_m6EA6F39936E968C633834628C3B7A4E4D5058527 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___sepList1, const RuntimeMethod* method);
// System.String[] System.String::InternalSplitOmitEmptyEntries(System.Int32[],System.Int32[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_InternalSplitOmitEmptyEntries_mEEA7D613F4E40CBB33800ECED50C1D9047F6B65F (String_t* __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sepList0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthList1, int32_t ___numReplaces2, int32_t ___count3, const RuntimeMethod* method);
// System.String[] System.String::InternalSplitKeepEmptyEntries(System.Int32[],System.Int32[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_InternalSplitKeepEmptyEntries_mD4C51D03E2B4F96B5DFD8F3853EB64AFDE89CE3F (String_t* __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sepList0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthList1, int32_t ___numReplaces2, int32_t ___count3, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.String System.String::InternalSubString(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.String System.String::TrimHelper(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5 (String_t* __this, int32_t ___trimType0, const RuntimeMethod* method);
// System.String System.String::TrimHelper(System.Char[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimHelper_m65502EC4F1142618D6943439EA6E2923BF129C68 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, int32_t ___trimType1, const RuntimeMethod* method);
// System.String System.Text.Normalization::Normalize(System.String,System.Text.NormalizationForm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Normalization_Normalize_mF3A284956561BA6BACEBCA2D28419DF54BBE279E (String_t* ___source0, int32_t ___normalizationForm1, const RuntimeMethod* method);
// System.Void System.Buffer::Memcpy(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_Memcpy_m4D475106A101E5ED38EB22776EAAFB6D02F63678 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method);
// System.Int32 System.String::wcslen(System.Char*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_wcslen_mBED74B6C4C92D46814E5F7294E4D06F1928E27D6 (Il2CppChar* ___ptr0, const RuntimeMethod* method);
// System.Int32 System.String::CompareOrdinalHelper(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Int32 System.String::nativeCompareOrdinalEx(System.String,System.Int32,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___count4, const RuntimeMethod* method);
// System.Int32 System.Globalization.TextInfo::CompareOrdinalIgnoreCaseEx(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_CompareOrdinalIgnoreCaseEx_m04AE7677F2D60422720474C755C31B2818655F42 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___lengthA4, int32_t ___lengthB5, const RuntimeMethod* method);
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.Boolean System.String::EndsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Int32 System.String::IndexOfAny(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method);
// System.Int32 System.Globalization.TextInfo::IndexOfStringOrdinalIgnoreCase(System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_IndexOfStringOrdinalIgnoreCase_m1F4AC35CE82DF83705DB79D666032200DE48F002 (String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOf(System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOfAny(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method);
// System.Int32 System.Globalization.TextInfo::LastIndexOfStringOrdinalIgnoreCase(System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextInfo_LastIndexOfStringOrdinalIgnoreCase_m59CC3DF1E61C2A06B9AD1071C3B9EE1C073B5C22 (String_t* ___source0, String_t* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method);
// System.String System.String::PadHelper(System.Int32,System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, bool ___isRightPadded2, const RuntimeMethod* method);
// System.Boolean System.String::StartsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.String System.String::ToLower(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.String System.String::ToUpper(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.Boolean System.String::IsBOMWhitespace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsBOMWhitespace_m42CA9021A7D8836FE850226BC89BE7B80C3BF2F5 (Il2CppChar ___c0, const RuntimeMethod* method);
// System.String System.String::CreateTrimmedString(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849 (String_t* __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.String System.String::ReplaceInternal(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceInternal_m528FB3D9FB23C0811997ADF2FC41D1C3775A94E1 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method);
// System.String System.String::ReplaceInternal(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, const RuntimeMethod* method);
// System.String System.String::FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF (RuntimeObject* ___provider0, String_t* ___format1, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 ___args2, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
// System.Void System.ParamsArray::.ctor(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
// System.Int32 System.ParamsArray::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParamsArray_get_Length_mF99DE09934408DBB8C5CBFA185F71E5E34045240 (ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilderCache::Acquire(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D (int32_t ___capacity0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormatHelper(System.IFormatProvider,System.String,System.ParamsArray)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273 (StringBuilder_t * __this, RuntimeObject* ___provider0, String_t* ___format1, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 ___args2, const RuntimeMethod* method);
// System.String System.Text.StringBuilderCache::GetStringAndRelease(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7 (StringBuilder_t * ___sb0, const RuntimeMethod* method);
// System.String System.String::ConcatArray(System.String[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ConcatArray_m7F589A262DDCADFE5A6ED74EB911B8FBC54BA148 (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, int32_t ___totalLength1, const RuntimeMethod* method);
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// System.Void System.String::FillStringChecked(System.String,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288 (String_t* ___dest0, int32_t ___destPos1, String_t* ___src2, const RuntimeMethod* method);
// System.Boolean System.Convert::ToBoolean(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mB50CA6A7A647629B5CCC6BA10A06903B1912AF40 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Char System.Convert::ToChar(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_mA5935B08EA798B0EFFE6EA960B9F23B43F8F44AF (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.SByte System.Convert::ToSByte(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m99276268DD000617F23A0B3445C4CA2A8B2BD275 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mD97407CDB2EE7955D3079D19DA2BD731F83920B7 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int16 System.Convert::ToInt16(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m4EE0839C08F0FDFBB7719B316D962B043F55589B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.UInt16 System.Convert::ToUInt16(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_mB588DD91980D07B2021231090F8C3EE517DDFFA1 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int32 System.Convert::ToInt32(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mB68D58347DE1545BF338A8435E2567C9EAB5905E (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.UInt32 System.Convert::ToUInt32(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_mC50B44F279840348382A3715A480F4502464F20B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int64 System.Convert::ToInt64(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_m4D2C0087ADC13CEFB913E2E071E486EF9077A452 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.UInt64 System.Convert::ToUInt64(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m638AC1F743BB4D9617FF085EF7EB8E23BCA7B3C6 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Single System.Convert::ToSingle(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m5F3E5F42FE95CB24ADF3164009FF7136DB1CE888 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Double System.Convert::ToDouble(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m8EAF69AB183D6DF604898A3EDE5A27A4AFBFF1D8 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Decimal System.Convert::ToDecimal(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Convert_ToDecimal_m80616EA9DCA3177D13755D16D12FE16F7EF93D6B (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.DateTime System.Convert::ToDateTime(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Convert_ToDateTime_m57803D920D7F8261F00652A19DD01E530A530795 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.CharEnumerator::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharEnumerator__ctor_mF290FC81A2221C77C971AF8896279ED4ECB8DFFD (CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOfUnchecked(System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510 (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m215F35137EDD190A037E2E9BDA3BF5DC056FD7C3 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, const RuntimeMethod* method);
// System.Int32 System.String::IndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAnyUnchecked_m4DA36F19710FB050E85B18CB57AE730A5A011ECC (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOfUnchecked(System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfUnchecked_m7593A36970F2640F8CD07CAD1C86CF889C269918 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAnyUnchecked_mA3A1DC659A0EE64BB09329716FB2F9C13AA5C405 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Int32 System.String::CompareOrdinalUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A (String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method);
// System.Void System.String::CharCopy(System.Char*,System.Char*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A (Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method);
// System.String System.String::ReplaceUnchecked(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method);
// System.String System.String::Replace(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method);
// System.Int32 System.String::IndexOfUnchecked(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m372BBB8A4722BFDE7CF4856F0EE0B4A197C5AFB0 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.String System.String::ReplaceFallback(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceFallback_mF545C150D8BF525B3DDD730ED351B69D0956C52D (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, int32_t ___testedCount2, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.Buffer::memcpy2(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_memcpy2_mAA37EECC87926D9B7F5CBE42C84A7AA6F2E5306E (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method);
// System.Void System.Buffer::memcpy4(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_memcpy4_mDA39112959C9161FBC66E893A249B2A7F06EF771 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method);
// System.Void System.String::memset(System.Byte*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memset_mA4C22BA755FA7B7CDD0B96E9CE375A78355C0881 (uint8_t* ___dest0, int32_t ___val1, int32_t ___len2, const RuntimeMethod* method);
// System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc3, const RuntimeMethod* method);
// System.String System.String::CtorCharPtr(System.Char*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8 (String_t* __this, Il2CppChar* ___ptr0, const RuntimeMethod* method);
// System.String System.String::CtorCharPtrStartLength(System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101 (String_t* __this, Il2CppChar* ___ptr0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.String System.String::CtorCharArrayStartLength(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.String System.String::CtorCharArray(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharArray_mBD09735176A649FE5E708C756882D6A2F2D330EB (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_Default()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2 (const RuntimeMethod* method);
// System.Void System.String::memcpy(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_m6F1F0AAF1191249910AC2650A85B8BC6F99E0210 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method);
// System.Void System.CultureAwareComparer::.ctor(System.Globalization.CultureInfo,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28 (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, bool ___ignoreCase1, const RuntimeMethod* method);
// System.Void System.OrdinalComparer::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881 (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * __this, bool ___ignoreCase0, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D (Exception_t * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method);
// System.Boolean System.IO.File::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method);
// System.String System.IO.Path::Combine(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mAB92AD33FF91D3550E1683D5E732895A08B758DA (String_t* ___path10, String_t* ___path21, String_t* ___path32, const RuntimeMethod* method);
// System.String System.Environment::GetEnvironmentVariable(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185 (String_t* ___variable0, const RuntimeMethod* method);
// System.Boolean System.IO.Directory::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method);
// System.String System.TermInfoDriver::TryTermInfoDir(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F (String_t* ___dir0, String_t* ___term1, const RuntimeMethod* method);
// System.Void System.IO.CStreamWriter::InternalWriteString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteString_mEA79EB02E28ADA9D81053766AD523E4C0CFC6CDA (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, String_t* ___val0, const RuntimeMethod* method);
// System.String System.TermInfoDriver::SearchTerminfo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3 (String_t* ___term0, const RuntimeMethod* method);
// System.Void System.TermInfoReader::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, String_t* ___filename1, const RuntimeMethod* method);
// System.Byte[] System.KnownTerminals::get_xterm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KnownTerminals_get_xterm_mA890BFD590F820BBB23B219E1AD1C8BCD3DFA345 (const RuntimeMethod* method);
// System.Void System.TermInfoReader::.ctor(System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method);
// System.Byte[] System.KnownTerminals::get_linux()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KnownTerminals_get_linux_m9A34213D8DB968ED3864B4E321BA4B71DB7E8B95 (const RuntimeMethod* method);
// System.Byte[] System.KnownTerminals::get_ansi()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* KnownTerminals_get_ansi_m2ECEBC902EBB68D9A849ED1B76F8008918BEBB4D (const RuntimeMethod* method);
// System.IO.Stream System.Console::OpenStandardOutput(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823 (int32_t ___bufferSize0, const RuntimeMethod* method);
// System.Text.Encoding System.Console::get_OutputEncoding()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647_inline (const RuntimeMethod* method);
// System.Void System.IO.CStreamWriter::.ctor(System.IO.Stream,System.Text.Encoding,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95 (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, bool ___leaveOpen2, const RuntimeMethod* method);
// System.Boolean System.ConsoleDriver::get_IsConsole()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731 (const RuntimeMethod* method);
// System.Void System.IO.IOException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean System.ConsoleDriver::SetEcho(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsoleDriver_SetEcho_m7A27E092D9D79ED1033ACA3E033CAAEEA3E2B869 (bool ___wantEcho0, const RuntimeMethod* method);
// System.String System.TermInfoReader::Get(System.TermInfoStrings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::WriteConsole(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Int32 System.TermInfoReader::Get(System.TermInfoNumbers)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___number0, const RuntimeMethod* method);
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Boolean System.ConsoleDriver::TtySetup(System.String,System.String,System.Byte[]&,System.Int32*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConsoleDriver_TtySetup_m39158C369CFA6D426B61D89621BC077B4BB62A49 (String_t* ___keypadXmit0, String_t* ___teardown1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___control_characters2, int32_t** ___address3, const RuntimeMethod* method);
// System.IO.Stream System.Console::OpenStandardInput(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98 (int32_t ___bufferSize0, const RuntimeMethod* method);
// System.Text.Encoding System.Console::get_InputEncoding()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FE_inline (const RuntimeMethod* method);
// System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::GetCursorPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Int32 System.TermInfoDriver::get_WindowWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowWidth_m8F6C505545EF0542719721E74D3C065D0C132951 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Int32 System.TermInfoDriver::get_WindowHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.ConsoleKey System.ConsoleKeyInfo::get_Key()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::SetCursorPosition(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___left0, int32_t ___top1, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::IncrementX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.ConsoleKeyInfo System.TermInfoDriver::CreateKeyInfoFromInt(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___n0, bool ___alt1, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::WriteSpecialKey(System.ConsoleKeyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method);
// System.Boolean System.TermInfoDriver::IsSpecialKey(System.ConsoleKeyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method);
// System.Int32 System.ConsoleDriver::InternalKeyAvailable(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468 (int32_t ___ms_timeout0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::AddToBuffer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___b0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::CheckWindowDimensions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Void System.ConsoleKeyInfo::.ctor(System.Char,System.ConsoleKey,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98 (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, Il2CppChar ___keyChar0, int32_t ___key1, bool ___shift2, bool ___alt3, bool ___control4, const RuntimeMethod* method);
// System.Boolean System.ByteMatcher::StartsWith(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ByteMatcher_StartsWith_mE7DCC79999EE153E06F1230A98D1D2CA20D1D4A5 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, int32_t ___c0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::AdjustBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.TermInfoStrings System.ByteMatcher::Match(System.Char[],System.Int32,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ByteMatcher_Match_mF9866E6C6F2FEC09034695FBED166744F65BA931 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer0, int32_t ___offset1, int32_t ___length2, int32_t* ___used3, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::InitKeys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Object System.TermInfoDriver::GetKeyFromBuffer(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___cooked0, const RuntimeMethod* method);
// System.Boolean System.IO.StreamReader::DataAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863 (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, const RuntimeMethod* method);
// System.Boolean System.TermInfoDriver::InputPending()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_InputPending_mAA41251F9BE9308ED170869BB1A739676B1B0EAF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Void System.IO.CStreamWriter::InternalWriteChars(System.Char[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709 (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___buffer0, int32_t ___n1, const RuntimeMethod* method);
// System.Char System.ConsoleKeyInfo::get_KeyChar()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::QueueEcho(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::EchoFlush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method);
// System.ConsoleKeyInfo System.TermInfoDriver::ReadKeyInternal(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool* ___fresh0, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::Echo(System.ConsoleKeyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method);
// System.Char System.Text.StringBuilder::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6 (StringBuilder_t * __this, int32_t ___index0, const RuntimeMethod* method);
// System.String System.TermInfoDriver::ReadUntilConditionInternal(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___haltOnNewLine0, const RuntimeMethod* method);
// System.ParameterizedStrings/FormatParam System.ParameterizedStrings/FormatParam::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0 (int32_t ___value0, const RuntimeMethod* method);
// System.String System.ParameterizedStrings::Evaluate(System.String,System.ParameterizedStrings/FormatParam[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF (String_t* ___format0, FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* ___args1, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::CreateKeyMap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method);
// System.Void System.ByteMatcher::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteMatcher__ctor_m5F4DEDA840BDF53D47E1A9C3267442295F928144 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, const RuntimeMethod* method);
// System.Void System.TermInfoDriver::AddStringMapping(System.TermInfoStrings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddStringMapping_mE7AD22D560E11207EF8025643765C2859CB54BD5 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___s0, const RuntimeMethod* method);
// System.Void System.ByteMatcher::AddMapping(System.TermInfoStrings,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteMatcher_AddMapping_m6F17EE5B94E56935034142A2847A83F5E099B708 (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, int32_t ___key0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___val1, const RuntimeMethod* method);
// System.Void System.ByteMatcher::Sort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteMatcher_Sort_mCA31E5D0C950F75E86DC00A106D3BB6219D29C4F (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * __this, const RuntimeMethod* method);
// System.Byte[] System.TermInfoReader::GetStringBytes(System.TermInfoStrings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_mD2FD6A1D2FC6D7F3C3DC6EC8254A13A4C1114B06 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method);
// System.IO.FileStream System.IO.File::OpenRead(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129 (String_t* ___path0, const RuntimeMethod* method);
// System.Void System.TermInfoReader::ReadHeader(System.Byte[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method);
// System.Void System.TermInfoReader::ReadNames(System.Byte[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method);
// System.Int16 System.TermInfoReader::GetInt16(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
// System.String System.TermInfoReader::GetString(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Byte[] System.TermInfoReader::GetStringBytes(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_ASCII()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method);
// System.Boolean System.Buffer::InternalBlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2 (RuntimeArray * ___src0, int32_t ___srcOffsetBytes1, RuntimeArray * ___dst2, int32_t ___dstOffsetBytes3, int32_t ___byteCount4, const RuntimeMethod* method);
// System.Void System.Text.Encoding::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, int32_t ___codePage0, const RuntimeMethod* method);
// System.Text.EncoderFallback System.Text.EncoderFallback::get_ReplacementFallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * EncoderFallback_get_ReplacementFallback_m3FF44931084C980CD4AC9773A73D74302EB37139 (const RuntimeMethod* method);
// System.Text.DecoderFallback System.Text.DecoderFallback::get_ReplacementFallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA (const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.String System.String::CreateStringFromEncoding(System.Byte*,System.Int32,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99 (uint8_t* ___bytes0, int32_t ___byteLength1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method);
// System.Text.EncoderFallback System.Text.Encoder::get_Fallback()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method);
// System.Boolean System.Text.Encoder::get_InternalHasFallbackBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method);
// System.Text.EncoderFallbackBuffer System.Text.Encoder::get_FallbackBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445 (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method);
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Text.EncoderFallbackBuffer::InternalInitialize(System.Char*,System.Char*,System.Text.EncoderNLS,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66 (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, Il2CppChar* ___charStart0, Il2CppChar* ___charEnd1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, bool ___setEncoder3, const RuntimeMethod* method);
// System.Text.EncoderFallback System.Text.Encoding::get_EncoderFallback()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method);
// System.Char System.Text.EncoderFallbackBuffer::InternalGetNextChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * __this, const RuntimeMethod* method);
// System.String System.Text.EncoderReplacementFallback::get_DefaultString()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0_inline (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, const RuntimeMethod* method);
// System.Void System.Text.Encoding::ThrowBytesOverflow(System.Text.EncoderNLS,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2 (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder0, bool ___nothingEncoded1, const RuntimeMethod* method);
// System.Text.DecoderFallback System.Text.Encoding::get_DecoderFallback()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method);
// System.Text.DecoderFallback System.Text.Decoder::get_Fallback()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE_inline (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method);
// System.Text.DecoderFallbackBuffer System.Text.Decoder::get_FallbackBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method);
// System.Void System.Text.DecoderFallbackBuffer::InternalInitialize(System.Byte*,System.Char*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, uint8_t* ___byteStart0, Il2CppChar* ___charEnd1, const RuntimeMethod* method);
// System.String System.Text.DecoderReplacementFallback::get_DefaultString()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DecoderReplacementFallback_get_DefaultString_m7ED43521155BA25273CD47953D2AB0E0033066D3_inline (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method);
// System.Void System.Text.Encoding::ThrowCharsOverflow(System.Text.DecoderNLS,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder0, bool ___nothingDecoded1, const RuntimeMethod* method);
// System.Void System.Text.DecoderFallbackBuffer::InternalReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method);
// System.Void System.Text.DecoderNLS::.ctor(System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method);
// System.Void System.Text.EncoderNLS::.ctor(System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051 (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method);
// System.Void System.Text.DecoderFallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallback__ctor_m54A9DF12218E6A07D4316D7FDE75FDFA216C9437 (DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * __this, const RuntimeMethod* method);
// System.Void System.Text.DecoderExceptionFallbackBuffer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderExceptionFallbackBuffer__ctor_m1D8FAD2C79007A64085B660CEB39712370BF16A0 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, const RuntimeMethod* method);
// System.Void System.Text.DecoderExceptionFallbackBuffer::Throw(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, int32_t ___index1, const RuntimeMethod* method);
// System.String System.Byte::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Void System.Text.DecoderFallbackException::.ctor(System.String,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackException__ctor_m6F2DB8FEA829AF4ECF009AC7800207B9CA520CD2 (DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A * __this, String_t* ___message0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown1, int32_t ___index2, const RuntimeMethod* method);
// System.Void System.Text.DecoderFallbackBuffer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer__ctor_mD3BD448C945CFCFD5ECB5D3F774D156A340F1046 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method);
// System.Object System.Text.DecoderFallback::get_InternalSyncObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE (const RuntimeMethod* method);
// System.Void System.Text.DecoderReplacementFallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderReplacementFallback__ctor_m078EB13AB10F7A933588BFADECA3C81C058ED231 (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method);
// System.Void System.Text.DecoderExceptionFallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderExceptionFallback__ctor_mB1650642BDE4E7B6AEE8A5652723DAEEC6214DC2 (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, const RuntimeMethod* method);
// System.Boolean System.Char::IsSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsSurrogate_m464F9F75070ACD88165EE4734D617622A6667CB1 (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Boolean System.Char::IsHighSurrogate(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D (Il2CppChar ___c0, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m33453ED48103C3A4893FBE06039DF7473FBAD7E6 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Text.Decoder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method);
// System.Void System.Text.Decoder::SerializeDecoder(System.Runtime.Serialization.SerializationInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder_SerializeDecoder_m9581A0FC542BF413F536FEE49E8973E88D3B840E (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, 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.Void System.Runtime.Serialization.SerializationInfo::SetType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, Type_t * ___type0, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.CryptographicException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral996AD5C7B881B0CC46DFFA2FBEFBEA98C1C47655, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233296), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233296), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicException__ctor_mA5B62B482A9F39F0B6C95D0C6FB89F1D67ECB344 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_m32B35446DB52DC364B1FA83601F5FF00A827BD1D (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * __this, const RuntimeMethod* method)
{
{
CryptographicException__ctor_m2CAA456FA0D04EA563568B9E2E32108D5CE5405F(__this, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233295), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_mBBDF264CFD6435CEC4994D4DE065BA91CC7D38EE (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233295), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.CryptographicUnexpectedOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CryptographicUnexpectedOperationException__ctor_mCCCB3AD401ED3D654D92D16531779AEB0C9CBA9E (CryptographicUnexpectedOperationException_tB93E7C17F50B6BF3B41259F6DB356B27BD4DB7BE * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
CryptographicException__ctor_mA5B62B482A9F39F0B6C95D0C6FB89F1D67ECB344(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.HashAlgorithm::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_bDisposed_3();
if (!L_0)
{
goto IL_000f;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, (String_t*)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122_RuntimeMethod_var);
}
IL_000f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
if (L_2)
{
goto IL_001d;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122_RuntimeMethod_var);
}
IL_001d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___buffer0;
NullCheck(L_5);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(7 /* System.Void System.Security.Cryptography.HashAlgorithm::HashCore(System.Byte[],System.Int32,System.Int32) */, __this, L_4, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] System.Security.Cryptography.HashAlgorithm::HashFinal() */, __this);
__this->set_HashValue_1(L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_HashValue_1();
NullCheck((RuntimeArray *)(RuntimeArray *)L_7);
RuntimeObject * L_8 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_7, /*hidden argument*/NULL);
VirtActionInvoker0::Invoke(6 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, __this);
return ((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_8, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var));
}
}
// System.Void System.Security.Cryptography.HashAlgorithm::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_m77EB776131F2A1F27AAB8757237DF0D95B11C773 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashAlgorithm_Dispose_m77EB776131F2A1F27AAB8757237DF0D95B11C773_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashAlgorithm_Dispose_m082315758B5E7BEDA2C1E14409A1FF7412F363AC (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_002d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_HashValue_1();
if (!L_1)
{
goto IL_001f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_HashValue_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_HashValue_1();
NullCheck(L_3);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL);
}
IL_001f:
{
__this->set_HashValue_1((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
__this->set_m_bDisposed_3((bool)1);
}
IL_002d:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__cctor_mAFBAE437FCB38E36E3E6D27BBDC7F0CED4BA7408 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RNGCryptoServiceProvider__cctor_mAFBAE437FCB38E36E3E6D27BBDC7F0CED4BA7408_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = RNGCryptoServiceProvider_RngOpen_m5054B79BCB3AEE33418C1BD91E24DA1B73204766(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0011;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
((RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var))->set__lock_0(L_1);
}
IL_0011:
{
return;
}
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider__ctor_m5D6369AAF2AD50F4052C89B66B612E4C317FCF7E (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RNGCryptoServiceProvider__ctor_m5D6369AAF2AD50F4052C89B66B612E4C317FCF7E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RandomNumberGenerator__ctor_m7E8B5747FC6E42739671E61B8C39BAB7B5970761(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var);
intptr_t L_0 = RNGCryptoServiceProvider_RngInitialize_m612C79F91A4B414347206082782C05D87170019E((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, /*hidden argument*/NULL);
__this->set__handle_1((intptr_t)L_0);
RNGCryptoServiceProvider_Check_m18FF0852EEC7E75E9CF4942E9785FD24FC448F7A(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Check()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Check_m18FF0852EEC7E75E9CF4942E9785FD24FC448F7A (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RNGCryptoServiceProvider_Check_m18FF0852EEC7E75E9CF4942E9785FD24FC448F7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
intptr_t L_0 = __this->get__handle_1();
bool L_1 = IntPtr_op_Equality_mEE8D9FD2DFE312BBAA8B4ED3BF7976B3142A5934((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0022;
}
}
{
String_t* L_2 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralD2675D9B988085EFDE5C294B0082CF8C89F75454, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_3 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, RNGCryptoServiceProvider_Check_m18FF0852EEC7E75E9CF4942E9785FD24FC448F7A_RuntimeMethod_var);
}
IL_0022:
{
return;
}
}
// System.Boolean System.Security.Cryptography.RNGCryptoServiceProvider::RngOpen()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RNGCryptoServiceProvider_RngOpen_m5054B79BCB3AEE33418C1BD91E24DA1B73204766 (const RuntimeMethod* method)
{
typedef bool (*RNGCryptoServiceProvider_RngOpen_m5054B79BCB3AEE33418C1BD91E24DA1B73204766_ftn) ();
using namespace il2cpp::icalls;
return ((RNGCryptoServiceProvider_RngOpen_m5054B79BCB3AEE33418C1BD91E24DA1B73204766_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngOpen) ();
}
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngInitialize(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngInitialize_m612C79F91A4B414347206082782C05D87170019E (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___seed0, const RuntimeMethod* method)
{
typedef intptr_t (*RNGCryptoServiceProvider_RngInitialize_m612C79F91A4B414347206082782C05D87170019E_ftn) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*);
using namespace il2cpp::icalls;
return ((RNGCryptoServiceProvider_RngInitialize_m612C79F91A4B414347206082782C05D87170019E_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngInitialize) (___seed0);
}
// System.IntPtr System.Security.Cryptography.RNGCryptoServiceProvider::RngGetBytes(System.IntPtr,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RNGCryptoServiceProvider_RngGetBytes_m7483FAF7C07E825DDBF34CD413D8D674DF0CDA66 (intptr_t ___handle0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data1, const RuntimeMethod* method)
{
typedef intptr_t (*RNGCryptoServiceProvider_RngGetBytes_m7483FAF7C07E825DDBF34CD413D8D674DF0CDA66_ftn) (intptr_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*);
using namespace il2cpp::icalls;
return ((RNGCryptoServiceProvider_RngGetBytes_m7483FAF7C07E825DDBF34CD413D8D674DF0CDA66_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngGetBytes) (___handle0, ___data1);
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::RngClose(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_RngClose_m6F86DE928A128B337FCBBA79DD1F9CBB8B620692 (intptr_t ___handle0, const RuntimeMethod* method)
{
typedef void (*RNGCryptoServiceProvider_RngClose_m6F86DE928A128B337FCBBA79DD1F9CBB8B620692_ftn) (intptr_t);
using namespace il2cpp::icalls;
((RNGCryptoServiceProvider_RngClose_m6F86DE928A128B337FCBBA79DD1F9CBB8B620692_ftn)mscorlib::System::Security::Cryptography::RNGCryptoServiceProvider::RngClose) (___handle0);
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::GetBytes(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_GetBytes_m99CFF40EFF52489B179AD7146F755640608231BF (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RNGCryptoServiceProvider_GetBytes_m99CFF40EFF52489B179AD7146F755640608231BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA17C9AAA61E80A1BF71D0D850AF4E5BAA9800BBD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, RNGCryptoServiceProvider_GetBytes_m99CFF40EFF52489B179AD7146F755640608231BF_RuntimeMethod_var);
}
IL_000e:
{
IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var);
RuntimeObject * L_2 = ((RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var))->get__lock_0();
if (L_2)
{
goto IL_0029;
}
}
{
intptr_t L_3 = __this->get__handle_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___data0;
IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var);
intptr_t L_5 = RNGCryptoServiceProvider_RngGetBytes_m7483FAF7C07E825DDBF34CD413D8D674DF0CDA66((intptr_t)L_3, L_4, /*hidden argument*/NULL);
__this->set__handle_1((intptr_t)L_5);
goto IL_0057;
}
IL_0029:
{
IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var);
RuntimeObject * L_6 = ((RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_StaticFields*)il2cpp_codegen_static_fields_for(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var))->get__lock_0();
V_0 = L_6;
V_1 = (bool)0;
}
IL_0031:
try
{ // begin try (depth: 1)
RuntimeObject * L_7 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_7, (bool*)(&V_1), /*hidden argument*/NULL);
intptr_t L_8 = __this->get__handle_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___data0;
IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var);
intptr_t L_10 = RNGCryptoServiceProvider_RngGetBytes_m7483FAF7C07E825DDBF34CD413D8D674DF0CDA66((intptr_t)L_8, L_9, /*hidden argument*/NULL);
__this->set__handle_1((intptr_t)L_10);
IL2CPP_LEAVE(0x57, FINALLY_004d);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_004d;
}
FINALLY_004d:
{ // begin finally (depth: 1)
{
bool L_11 = V_1;
if (!L_11)
{
goto IL_0056;
}
}
IL_0050:
{
RuntimeObject * L_12 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_12, /*hidden argument*/NULL);
}
IL_0056:
{
IL2CPP_END_FINALLY(77)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(77)
{
IL2CPP_JUMP_TBL(0x57, IL_0057)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0057:
{
RNGCryptoServiceProvider_Check_m18FF0852EEC7E75E9CF4942E9785FD24FC448F7A(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Finalize_m4DD1E3C76FD03312F96DFBDDF3AAEA5701366B8D (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RNGCryptoServiceProvider_Finalize_m4DD1E3C76FD03312F96DFBDDF3AAEA5701366B8D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
intptr_t L_0 = __this->get__handle_1();
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0028;
}
}
IL_0012:
{
intptr_t L_2 = __this->get__handle_1();
IL2CPP_RUNTIME_CLASS_INIT(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var);
RNGCryptoServiceProvider_RngClose_m6F86DE928A128B337FCBBA79DD1F9CBB8B620692((intptr_t)L_2, /*hidden argument*/NULL);
__this->set__handle_1((intptr_t)(0));
}
IL_0028:
{
IL2CPP_LEAVE(0x31, FINALLY_002a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002a;
}
FINALLY_002a:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(42)
} // end finally (depth: 1)
IL2CPP_CLEANUP(42)
{
IL2CPP_JUMP_TBL(0x31, IL_0031)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0031:
{
return;
}
}
// System.Void System.Security.Cryptography.RNGCryptoServiceProvider::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RNGCryptoServiceProvider_Dispose_mDC8082053B3A9A1B4C54C688147F40B328AB228B (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = ___disposing0;
RandomNumberGenerator_Dispose_m36925DFCB78752B8DB8C7AC48FC256442D9CEFA4(__this, L_0, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.RandomNumberGenerator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator__ctor_m7E8B5747FC6E42739671E61B8C39BAB7B5970761 (RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 * L_0 = (RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1 *)il2cpp_codegen_object_new(RNGCryptoServiceProvider_t14EA0DDB5170AB3EFDB80A157851BD0CD27CDAE1_il2cpp_TypeInfo_var);
RNGCryptoServiceProvider__ctor_m5D6369AAF2AD50F4052C89B66B612E4C317FCF7E(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Security.Cryptography.RandomNumberGenerator::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator_Dispose_m5EF96024A4D62A2DB05229692976A72F006C16CE (RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RandomNumberGenerator_Dispose_m5EF96024A4D62A2DB05229692976A72F006C16CE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.RandomNumberGenerator::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.RandomNumberGenerator::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RandomNumberGenerator_Dispose_m36925DFCB78752B8DB8C7AC48FC256442D9CEFA4 (RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.SHA1::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1__ctor_m486DF279B75AC20B01C6DCC6FA382FFF5DF125D6 (SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * __this, const RuntimeMethod* method)
{
{
HashAlgorithm__ctor_mC0C923AB8904FC11889F63B39177507FBB35AA43(__this, /*hidden argument*/NULL);
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_HashSizeValue_0(((int32_t)160));
return;
}
}
// System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * L_0 = (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D *)il2cpp_codegen_object_new(SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D_il2cpp_TypeInfo_var);
SHA1CryptoServiceProvider__ctor_mBF42658CD66193D7FF26F04B4FFB81BB385C5A6F(L_0, /*hidden argument*/NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider__ctor_mBF42658CD66193D7FF26F04B4FFB81BB385C5A6F (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SHA1CryptoServiceProvider__ctor_mBF42658CD66193D7FF26F04B4FFB81BB385C5A6F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SHA1__ctor_m486DF279B75AC20B01C6DCC6FA382FFF5DF125D6(__this, /*hidden argument*/NULL);
SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * L_0 = (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 *)il2cpp_codegen_object_new(SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8_il2cpp_TypeInfo_var);
SHA1Internal__ctor_m524171308FE5EE3D7EA0C6AA4ADF85272FAEA704(L_0, /*hidden argument*/NULL);
__this->set_sha_4(L_0);
return;
}
}
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_Finalize_m77813254588DE1544604B27C01E4A24B42E0DF37 (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.HashAlgorithm::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_Dispose_mBF45B29CE981661F827D2DFB3707B770B4F5F9F1 (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = ___disposing0;
HashAlgorithm_Dispose_m082315758B5E7BEDA2C1E14409A1FF7412F363AC(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::HashCore(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_HashCore_m8443CE2F406CB0A7FC5B17DB2C9C2F2CFCB02785 (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
{
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_State_2(1);
SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * L_0 = __this->get_sha_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___rgb0;
int32_t L_2 = ___ibStart1;
int32_t L_3 = ___cbSize2;
NullCheck(L_0);
SHA1Internal_HashCore_m285AAE14A52B033FB20F2AE461292D3E05D28E00(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Byte[] System.Security.Cryptography.SHA1CryptoServiceProvider::HashFinal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* SHA1CryptoServiceProvider_HashFinal_m9220EA07ED89F834AD3919D23B9DD1CDD2F11D6E (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * __this, const RuntimeMethod* method)
{
{
((HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA *)__this)->set_State_2(0);
SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * L_0 = __this->get_sha_4();
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = SHA1Internal_HashFinal_m99F015D205DD966CB88612253C02C698064E76CF(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Security.Cryptography.SHA1CryptoServiceProvider::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1CryptoServiceProvider_Initialize_m54DA1BE82C74CBB56262C33D012EF21C0FE88313 (SHA1CryptoServiceProvider_tF3A493DFC009205F21B4C52C53B4B29477601D6D * __this, const RuntimeMethod* method)
{
{
SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * L_0 = __this->get_sha_4();
NullCheck(L_0);
SHA1Internal_Initialize_m893B8665217D5377F8BC0C1C26F575FF5D214AA6(L_0, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.SHA1Internal::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal__ctor_m524171308FE5EE3D7EA0C6AA4ADF85272FAEA704 (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SHA1Internal__ctor_m524171308FE5EE3D7EA0C6AA4ADF85272FAEA704_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)5);
__this->set__H_0(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64));
__this->set__ProcessingBuffer_2(L_1);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB*)SZArrayNew(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)80));
__this->set_buff_4(L_2);
SHA1Internal_Initialize_m893B8665217D5377F8BC0C1C26F575FF5D214AA6(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.SHA1Internal::HashCore(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_HashCore_m285AAE14A52B033FB20F2AE461292D3E05D28E00 (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rgb0, int32_t ___ibStart1, int32_t ___cbSize2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__ProcessingBufferCount_3();
if (!L_0)
{
goto IL_0073;
}
}
{
int32_t L_1 = ___cbSize2;
int32_t L_2 = __this->get__ProcessingBufferCount_3();
if ((((int32_t)L_1) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_2)))))
{
goto IL_0037;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___rgb0;
int32_t L_4 = ___ibStart1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get__ProcessingBuffer_2();
int32_t L_6 = __this->get__ProcessingBufferCount_3();
int32_t L_7 = ___cbSize2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_3, L_4, (RuntimeArray *)(RuntimeArray *)L_5, L_6, L_7, /*hidden argument*/NULL);
int32_t L_8 = __this->get__ProcessingBufferCount_3();
int32_t L_9 = ___cbSize2;
__this->set__ProcessingBufferCount_3(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9)));
return;
}
IL_0037:
{
int32_t L_10 = __this->get__ProcessingBufferCount_3();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)64), (int32_t)L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___rgb0;
int32_t L_12 = ___ibStart1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get__ProcessingBuffer_2();
int32_t L_14 = __this->get__ProcessingBufferCount_3();
int32_t L_15 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_11, L_12, (RuntimeArray *)(RuntimeArray *)L_13, L_14, L_15, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get__ProcessingBuffer_2();
SHA1Internal_ProcessBlock_m1FBBBCA38EF1958B6315161EFA1981101B3C7DC8(__this, L_16, 0, /*hidden argument*/NULL);
__this->set__ProcessingBufferCount_3(0);
int32_t L_17 = ___ibStart1;
int32_t L_18 = V_0;
___ibStart1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18));
int32_t L_19 = ___cbSize2;
int32_t L_20 = V_0;
___cbSize2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20));
}
IL_0073:
{
V_0 = 0;
goto IL_0086;
}
IL_0077:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___rgb0;
int32_t L_22 = ___ibStart1;
int32_t L_23 = V_0;
SHA1Internal_ProcessBlock_m1FBBBCA38EF1958B6315161EFA1981101B3C7DC8(__this, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL);
int32_t L_24 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)((int32_t)64)));
}
IL_0086:
{
int32_t L_25 = V_0;
int32_t L_26 = ___cbSize2;
int32_t L_27 = ___cbSize2;
if ((((int32_t)L_25) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)((int32_t)((int32_t)L_27%(int32_t)((int32_t)64))))))))
{
goto IL_0077;
}
}
{
int32_t L_28 = ___cbSize2;
if (!((int32_t)((int32_t)L_28%(int32_t)((int32_t)64))))
{
goto IL_00b8;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___rgb0;
int32_t L_30 = ___cbSize2;
int32_t L_31 = ___cbSize2;
int32_t L_32 = ___ibStart1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get__ProcessingBuffer_2();
int32_t L_34 = ___cbSize2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_29, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)((int32_t)L_31%(int32_t)((int32_t)64))))), (int32_t)L_32)), (RuntimeArray *)(RuntimeArray *)L_33, 0, ((int32_t)((int32_t)L_34%(int32_t)((int32_t)64))), /*hidden argument*/NULL);
int32_t L_35 = ___cbSize2;
__this->set__ProcessingBufferCount_3(((int32_t)((int32_t)L_35%(int32_t)((int32_t)64))));
}
IL_00b8:
{
return;
}
}
// System.Byte[] System.Security.Cryptography.SHA1Internal::HashFinal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* SHA1Internal_HashFinal_m99F015D205DD966CB88612253C02C698064E76CF (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SHA1Internal_HashFinal_m99F015D205DD966CB88612253C02C698064E76CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)20));
V_0 = L_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__ProcessingBuffer_2();
int32_t L_2 = __this->get__ProcessingBufferCount_3();
SHA1Internal_ProcessFinalBlock_mBF97ABC1C27E7C6067DBC3D982F71A47BFCBCC55(__this, L_1, 0, L_2, /*hidden argument*/NULL);
V_1 = 0;
goto IL_0048;
}
IL_001f:
{
V_2 = 0;
goto IL_0040;
}
IL_0023:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
int32_t L_4 = V_1;
int32_t L_5 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_6 = __this->get__H_0();
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
uint32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
int32_t L_10 = V_2;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)4)), (int32_t)L_5))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)L_9>>((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)8, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)3, (int32_t)L_10))))&(int32_t)((int32_t)31)))))))));
int32_t L_11 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_0040:
{
int32_t L_12 = V_2;
if ((((int32_t)L_12) < ((int32_t)4)))
{
goto IL_0023;
}
}
{
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0048:
{
int32_t L_14 = V_1;
if ((((int32_t)L_14) < ((int32_t)5)))
{
goto IL_001f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0;
return L_15;
}
}
// System.Void System.Security.Cryptography.SHA1Internal::Initialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_Initialize_m893B8665217D5377F8BC0C1C26F575FF5D214AA6 (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, const RuntimeMethod* method)
{
{
__this->set_count_1((((int64_t)((int64_t)0))));
__this->set__ProcessingBufferCount_3(0);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = __this->get__H_0();
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)((int32_t)1732584193));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = __this->get__H_0();
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)-271733879));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = __this->get__H_0();
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)-1732584194));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = __this->get__H_0();
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)271733878));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = __this->get__H_0();
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint32_t)((int32_t)-1009589776));
return;
}
}
// System.Void System.Security.Cryptography.SHA1Internal::ProcessBlock(System.Byte[],System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_ProcessBlock_m1FBBBCA38EF1958B6315161EFA1981101B3C7DC8 (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, uint32_t ___inputOffset1, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
uint32_t V_1 = 0;
uint32_t V_2 = 0;
uint32_t V_3 = 0;
uint32_t V_4 = 0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* V_5 = NULL;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* V_6 = NULL;
int32_t V_7 = 0;
{
uint64_t L_0 = __this->get_count_1();
__this->set_count_1(((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)((int32_t)64)))))));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_1 = __this->get__H_0();
V_5 = L_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_2 = __this->get_buff_4();
V_6 = L_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_3 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___inputBuffer0;
uint32_t L_5 = ___inputOffset1;
SHA1Internal_InitialiseBuff_m33C43145BF7D653E1DA6862C63F231D6F2A5F4B9(L_3, L_4, L_5, /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_6 = V_6;
SHA1Internal_FillBuff_m89617E6F772A48B783C252E2B13CF7EC332D47A5(L_6, /*hidden argument*/NULL);
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_7 = V_5;
NullCheck(L_7);
int32_t L_8 = 0;
uint32_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_0 = L_9;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_10 = V_5;
NullCheck(L_10);
int32_t L_11 = 1;
uint32_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
V_1 = L_12;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_13 = V_5;
NullCheck(L_13);
int32_t L_14 = 2;
uint32_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
V_2 = L_15;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_16 = V_5;
NullCheck(L_16);
int32_t L_17 = 3;
uint32_t L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
V_3 = L_18;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_19 = V_5;
NullCheck(L_19);
int32_t L_20 = 4;
uint32_t L_21 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
V_4 = L_21;
V_7 = 0;
goto IL_0133;
}
IL_0052:
{
uint32_t L_22 = V_4;
uint32_t L_23 = V_0;
uint32_t L_24 = V_0;
uint32_t L_25 = V_2;
uint32_t L_26 = V_3;
uint32_t L_27 = V_1;
uint32_t L_28 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_29 = V_6;
int32_t L_30 = V_7;
NullCheck(L_29);
int32_t L_31 = L_30;
uint32_t L_32 = (L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_24>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_25^(int32_t)L_26))&(int32_t)L_27))^(int32_t)L_28)))), (int32_t)((int32_t)1518500249))), (int32_t)L_32))));
uint32_t L_33 = V_1;
uint32_t L_34 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_33<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_34>>2))));
uint32_t L_35 = V_3;
uint32_t L_36 = V_4;
uint32_t L_37 = V_4;
uint32_t L_38 = V_1;
uint32_t L_39 = V_2;
uint32_t L_40 = V_0;
uint32_t L_41 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_42 = V_6;
int32_t L_43 = V_7;
NullCheck(L_42);
int32_t L_44 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
uint32_t L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_36<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_37>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38^(int32_t)L_39))&(int32_t)L_40))^(int32_t)L_41)))), (int32_t)((int32_t)1518500249))), (int32_t)L_45))));
uint32_t L_46 = V_0;
uint32_t L_47 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_46<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_47>>2))));
uint32_t L_48 = V_2;
uint32_t L_49 = V_3;
uint32_t L_50 = V_3;
uint32_t L_51 = V_0;
uint32_t L_52 = V_1;
uint32_t L_53 = V_4;
uint32_t L_54 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_55 = V_6;
int32_t L_56 = V_7;
NullCheck(L_55);
int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)2));
uint32_t L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_49<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_50>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_51^(int32_t)L_52))&(int32_t)L_53))^(int32_t)L_54)))), (int32_t)((int32_t)1518500249))), (int32_t)L_58))));
uint32_t L_59 = V_4;
uint32_t L_60 = V_4;
V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_59<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_60>>2))));
uint32_t L_61 = V_1;
uint32_t L_62 = V_2;
uint32_t L_63 = V_2;
uint32_t L_64 = V_4;
uint32_t L_65 = V_0;
uint32_t L_66 = V_3;
uint32_t L_67 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_68 = V_6;
int32_t L_69 = V_7;
NullCheck(L_68);
int32_t L_70 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)3));
uint32_t L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_62<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_63>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_64^(int32_t)L_65))&(int32_t)L_66))^(int32_t)L_67)))), (int32_t)((int32_t)1518500249))), (int32_t)L_71))));
uint32_t L_72 = V_3;
uint32_t L_73 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_72<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_73>>2))));
uint32_t L_74 = V_0;
uint32_t L_75 = V_1;
uint32_t L_76 = V_1;
uint32_t L_77 = V_3;
uint32_t L_78 = V_4;
uint32_t L_79 = V_2;
uint32_t L_80 = V_4;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_81 = V_6;
int32_t L_82 = V_7;
NullCheck(L_81);
int32_t L_83 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)4));
uint32_t L_84 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_75<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_76>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_77^(int32_t)L_78))&(int32_t)L_79))^(int32_t)L_80)))), (int32_t)((int32_t)1518500249))), (int32_t)L_84))));
uint32_t L_85 = V_2;
uint32_t L_86 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_85<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_86>>2))));
int32_t L_87 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)5));
}
IL_0133:
{
int32_t L_88 = V_7;
if ((((int32_t)L_88) < ((int32_t)((int32_t)20))))
{
goto IL_0052;
}
}
{
goto IL_0217;
}
IL_0141:
{
uint32_t L_89 = V_4;
uint32_t L_90 = V_0;
uint32_t L_91 = V_0;
uint32_t L_92 = V_1;
uint32_t L_93 = V_2;
uint32_t L_94 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_95 = V_6;
int32_t L_96 = V_7;
NullCheck(L_95);
int32_t L_97 = L_96;
uint32_t L_98 = (L_95)->GetAt(static_cast<il2cpp_array_size_t>(L_97));
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_90<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_91>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_92^(int32_t)L_93))^(int32_t)L_94)))), (int32_t)((int32_t)1859775393))), (int32_t)L_98))));
uint32_t L_99 = V_1;
uint32_t L_100 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_99<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_100>>2))));
uint32_t L_101 = V_3;
uint32_t L_102 = V_4;
uint32_t L_103 = V_4;
uint32_t L_104 = V_0;
uint32_t L_105 = V_1;
uint32_t L_106 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_107 = V_6;
int32_t L_108 = V_7;
NullCheck(L_107);
int32_t L_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1));
uint32_t L_110 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_102<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_103>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_104^(int32_t)L_105))^(int32_t)L_106)))), (int32_t)((int32_t)1859775393))), (int32_t)L_110))));
uint32_t L_111 = V_0;
uint32_t L_112 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_111<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_112>>2))));
uint32_t L_113 = V_2;
uint32_t L_114 = V_3;
uint32_t L_115 = V_3;
uint32_t L_116 = V_4;
uint32_t L_117 = V_0;
uint32_t L_118 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_119 = V_6;
int32_t L_120 = V_7;
NullCheck(L_119);
int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)2));
uint32_t L_122 = (L_119)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_113, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_114<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_115>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_116^(int32_t)L_117))^(int32_t)L_118)))), (int32_t)((int32_t)1859775393))), (int32_t)L_122))));
uint32_t L_123 = V_4;
uint32_t L_124 = V_4;
V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_123<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_124>>2))));
uint32_t L_125 = V_1;
uint32_t L_126 = V_2;
uint32_t L_127 = V_2;
uint32_t L_128 = V_3;
uint32_t L_129 = V_4;
uint32_t L_130 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_131 = V_6;
int32_t L_132 = V_7;
NullCheck(L_131);
int32_t L_133 = ((int32_t)il2cpp_codegen_add((int32_t)L_132, (int32_t)3));
uint32_t L_134 = (L_131)->GetAt(static_cast<il2cpp_array_size_t>(L_133));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_126<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_127>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_128^(int32_t)L_129))^(int32_t)L_130)))), (int32_t)((int32_t)1859775393))), (int32_t)L_134))));
uint32_t L_135 = V_3;
uint32_t L_136 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_135<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_136>>2))));
uint32_t L_137 = V_0;
uint32_t L_138 = V_1;
uint32_t L_139 = V_1;
uint32_t L_140 = V_2;
uint32_t L_141 = V_3;
uint32_t L_142 = V_4;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_143 = V_6;
int32_t L_144 = V_7;
NullCheck(L_143);
int32_t L_145 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)4));
uint32_t L_146 = (L_143)->GetAt(static_cast<il2cpp_array_size_t>(L_145));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_138<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_139>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_140^(int32_t)L_141))^(int32_t)L_142)))), (int32_t)((int32_t)1859775393))), (int32_t)L_146))));
uint32_t L_147 = V_2;
uint32_t L_148 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_147<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_148>>2))));
int32_t L_149 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_149, (int32_t)5));
}
IL_0217:
{
int32_t L_150 = V_7;
if ((((int32_t)L_150) < ((int32_t)((int32_t)40))))
{
goto IL_0141;
}
}
{
goto IL_031c;
}
IL_0225:
{
uint32_t L_151 = V_4;
uint32_t L_152 = V_0;
uint32_t L_153 = V_0;
uint32_t L_154 = V_1;
uint32_t L_155 = V_2;
uint32_t L_156 = V_1;
uint32_t L_157 = V_3;
uint32_t L_158 = V_2;
uint32_t L_159 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_160 = V_6;
int32_t L_161 = V_7;
NullCheck(L_160);
int32_t L_162 = L_161;
uint32_t L_163 = (L_160)->GetAt(static_cast<il2cpp_array_size_t>(L_162));
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_151, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_152<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_153>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_154&(int32_t)L_155))|(int32_t)((int32_t)((int32_t)L_156&(int32_t)L_157))))|(int32_t)((int32_t)((int32_t)L_158&(int32_t)L_159)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_163))));
uint32_t L_164 = V_1;
uint32_t L_165 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_164<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_165>>2))));
uint32_t L_166 = V_3;
uint32_t L_167 = V_4;
uint32_t L_168 = V_4;
uint32_t L_169 = V_0;
uint32_t L_170 = V_1;
uint32_t L_171 = V_0;
uint32_t L_172 = V_2;
uint32_t L_173 = V_1;
uint32_t L_174 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_175 = V_6;
int32_t L_176 = V_7;
NullCheck(L_175);
int32_t L_177 = ((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)1));
uint32_t L_178 = (L_175)->GetAt(static_cast<il2cpp_array_size_t>(L_177));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_166, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_167<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_168>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_169&(int32_t)L_170))|(int32_t)((int32_t)((int32_t)L_171&(int32_t)L_172))))|(int32_t)((int32_t)((int32_t)L_173&(int32_t)L_174)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_178))));
uint32_t L_179 = V_0;
uint32_t L_180 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_179<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_180>>2))));
uint32_t L_181 = V_2;
uint32_t L_182 = V_3;
uint32_t L_183 = V_3;
uint32_t L_184 = V_4;
uint32_t L_185 = V_0;
uint32_t L_186 = V_4;
uint32_t L_187 = V_1;
uint32_t L_188 = V_0;
uint32_t L_189 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_190 = V_6;
int32_t L_191 = V_7;
NullCheck(L_190);
int32_t L_192 = ((int32_t)il2cpp_codegen_add((int32_t)L_191, (int32_t)2));
uint32_t L_193 = (L_190)->GetAt(static_cast<il2cpp_array_size_t>(L_192));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_181, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_182<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_183>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_184&(int32_t)L_185))|(int32_t)((int32_t)((int32_t)L_186&(int32_t)L_187))))|(int32_t)((int32_t)((int32_t)L_188&(int32_t)L_189)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_193))));
uint32_t L_194 = V_4;
uint32_t L_195 = V_4;
V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_194<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_195>>2))));
uint32_t L_196 = V_1;
uint32_t L_197 = V_2;
uint32_t L_198 = V_2;
uint32_t L_199 = V_3;
uint32_t L_200 = V_4;
uint32_t L_201 = V_3;
uint32_t L_202 = V_0;
uint32_t L_203 = V_4;
uint32_t L_204 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_205 = V_6;
int32_t L_206 = V_7;
NullCheck(L_205);
int32_t L_207 = ((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)3));
uint32_t L_208 = (L_205)->GetAt(static_cast<il2cpp_array_size_t>(L_207));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_196, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_197<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_198>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_199&(int32_t)L_200))|(int32_t)((int32_t)((int32_t)L_201&(int32_t)L_202))))|(int32_t)((int32_t)((int32_t)L_203&(int32_t)L_204)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_208))));
uint32_t L_209 = V_3;
uint32_t L_210 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_209<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_210>>2))));
uint32_t L_211 = V_0;
uint32_t L_212 = V_1;
uint32_t L_213 = V_1;
uint32_t L_214 = V_2;
uint32_t L_215 = V_3;
uint32_t L_216 = V_2;
uint32_t L_217 = V_4;
uint32_t L_218 = V_3;
uint32_t L_219 = V_4;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_220 = V_6;
int32_t L_221 = V_7;
NullCheck(L_220);
int32_t L_222 = ((int32_t)il2cpp_codegen_add((int32_t)L_221, (int32_t)4));
uint32_t L_223 = (L_220)->GetAt(static_cast<il2cpp_array_size_t>(L_222));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_212<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_213>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_214&(int32_t)L_215))|(int32_t)((int32_t)((int32_t)L_216&(int32_t)L_217))))|(int32_t)((int32_t)((int32_t)L_218&(int32_t)L_219)))))), (int32_t)((int32_t)-1894007588))), (int32_t)L_223))));
uint32_t L_224 = V_2;
uint32_t L_225 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_224<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_225>>2))));
int32_t L_226 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_226, (int32_t)5));
}
IL_031c:
{
int32_t L_227 = V_7;
if ((((int32_t)L_227) < ((int32_t)((int32_t)60))))
{
goto IL_0225;
}
}
{
goto IL_0400;
}
IL_032a:
{
uint32_t L_228 = V_4;
uint32_t L_229 = V_0;
uint32_t L_230 = V_0;
uint32_t L_231 = V_1;
uint32_t L_232 = V_2;
uint32_t L_233 = V_3;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_234 = V_6;
int32_t L_235 = V_7;
NullCheck(L_234);
int32_t L_236 = L_235;
uint32_t L_237 = (L_234)->GetAt(static_cast<il2cpp_array_size_t>(L_236));
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_228, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_229<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_230>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_231^(int32_t)L_232))^(int32_t)L_233)))), (int32_t)((int32_t)-899497514))), (int32_t)L_237))));
uint32_t L_238 = V_1;
uint32_t L_239 = V_1;
V_1 = ((int32_t)((int32_t)((int32_t)((int32_t)L_238<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_239>>2))));
uint32_t L_240 = V_3;
uint32_t L_241 = V_4;
uint32_t L_242 = V_4;
uint32_t L_243 = V_0;
uint32_t L_244 = V_1;
uint32_t L_245 = V_2;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_246 = V_6;
int32_t L_247 = V_7;
NullCheck(L_246);
int32_t L_248 = ((int32_t)il2cpp_codegen_add((int32_t)L_247, (int32_t)1));
uint32_t L_249 = (L_246)->GetAt(static_cast<il2cpp_array_size_t>(L_248));
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_240, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_241<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_242>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_243^(int32_t)L_244))^(int32_t)L_245)))), (int32_t)((int32_t)-899497514))), (int32_t)L_249))));
uint32_t L_250 = V_0;
uint32_t L_251 = V_0;
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_250<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_251>>2))));
uint32_t L_252 = V_2;
uint32_t L_253 = V_3;
uint32_t L_254 = V_3;
uint32_t L_255 = V_4;
uint32_t L_256 = V_0;
uint32_t L_257 = V_1;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_258 = V_6;
int32_t L_259 = V_7;
NullCheck(L_258);
int32_t L_260 = ((int32_t)il2cpp_codegen_add((int32_t)L_259, (int32_t)2));
uint32_t L_261 = (L_258)->GetAt(static_cast<il2cpp_array_size_t>(L_260));
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_252, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_253<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_254>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_255^(int32_t)L_256))^(int32_t)L_257)))), (int32_t)((int32_t)-899497514))), (int32_t)L_261))));
uint32_t L_262 = V_4;
uint32_t L_263 = V_4;
V_4 = ((int32_t)((int32_t)((int32_t)((int32_t)L_262<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_263>>2))));
uint32_t L_264 = V_1;
uint32_t L_265 = V_2;
uint32_t L_266 = V_2;
uint32_t L_267 = V_3;
uint32_t L_268 = V_4;
uint32_t L_269 = V_0;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_270 = V_6;
int32_t L_271 = V_7;
NullCheck(L_270);
int32_t L_272 = ((int32_t)il2cpp_codegen_add((int32_t)L_271, (int32_t)3));
uint32_t L_273 = (L_270)->GetAt(static_cast<il2cpp_array_size_t>(L_272));
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_264, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_265<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_266>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_267^(int32_t)L_268))^(int32_t)L_269)))), (int32_t)((int32_t)-899497514))), (int32_t)L_273))));
uint32_t L_274 = V_3;
uint32_t L_275 = V_3;
V_3 = ((int32_t)((int32_t)((int32_t)((int32_t)L_274<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_275>>2))));
uint32_t L_276 = V_0;
uint32_t L_277 = V_1;
uint32_t L_278 = V_1;
uint32_t L_279 = V_2;
uint32_t L_280 = V_3;
uint32_t L_281 = V_4;
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_282 = V_6;
int32_t L_283 = V_7;
NullCheck(L_282);
int32_t L_284 = ((int32_t)il2cpp_codegen_add((int32_t)L_283, (int32_t)4));
uint32_t L_285 = (L_282)->GetAt(static_cast<il2cpp_array_size_t>(L_284));
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_276, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_277<<(int32_t)5))|(int32_t)((int32_t)((uint32_t)L_278>>((int32_t)27))))), (int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_279^(int32_t)L_280))^(int32_t)L_281)))), (int32_t)((int32_t)-899497514))), (int32_t)L_285))));
uint32_t L_286 = V_2;
uint32_t L_287 = V_2;
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_286<<(int32_t)((int32_t)30)))|(int32_t)((int32_t)((uint32_t)L_287>>2))));
int32_t L_288 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_288, (int32_t)5));
}
IL_0400:
{
int32_t L_289 = V_7;
if ((((int32_t)L_289) < ((int32_t)((int32_t)80))))
{
goto IL_032a;
}
}
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_290 = V_5;
NullCheck(L_290);
uint32_t* L_291 = ((L_290)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)));
int32_t L_292 = *((uint32_t*)L_291);
uint32_t L_293 = V_0;
*((int32_t*)L_291) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_292, (int32_t)L_293));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_294 = V_5;
NullCheck(L_294);
uint32_t* L_295 = ((L_294)->GetAddressAt(static_cast<il2cpp_array_size_t>(1)));
int32_t L_296 = *((uint32_t*)L_295);
uint32_t L_297 = V_1;
*((int32_t*)L_295) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_296, (int32_t)L_297));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_298 = V_5;
NullCheck(L_298);
uint32_t* L_299 = ((L_298)->GetAddressAt(static_cast<il2cpp_array_size_t>(2)));
int32_t L_300 = *((uint32_t*)L_299);
uint32_t L_301 = V_2;
*((int32_t*)L_299) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_300, (int32_t)L_301));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_302 = V_5;
NullCheck(L_302);
uint32_t* L_303 = ((L_302)->GetAddressAt(static_cast<il2cpp_array_size_t>(3)));
int32_t L_304 = *((uint32_t*)L_303);
uint32_t L_305 = V_3;
*((int32_t*)L_303) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_304, (int32_t)L_305));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_306 = V_5;
NullCheck(L_306);
uint32_t* L_307 = ((L_306)->GetAddressAt(static_cast<il2cpp_array_size_t>(4)));
int32_t L_308 = *((uint32_t*)L_307);
uint32_t L_309 = V_4;
*((int32_t*)L_307) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_308, (int32_t)L_309));
return;
}
}
// System.Void System.Security.Cryptography.SHA1Internal::InitialiseBuff(System.UInt32[],System.Byte[],System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_InitialiseBuff_m33C43145BF7D653E1DA6862C63F231D6F2A5F4B9 (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___buff0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input1, uint32_t ___inputOffset2, const RuntimeMethod* method)
{
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___input1;
uint32_t L_2 = ___inputOffset2;
NullCheck(L_1);
uint32_t L_3 = L_2;
uint8_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___input1;
uint32_t L_6 = ___inputOffset2;
NullCheck(L_5);
int32_t L_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
uint8_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___input1;
uint32_t L_10 = ___inputOffset2;
NullCheck(L_9);
int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)2));
uint8_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___input1;
uint32_t L_14 = ___inputOffset2;
NullCheck(L_13);
int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3));
uint8_t L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_4<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_12<<(int32_t)8))))|(int32_t)L_16)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_17 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___input1;
uint32_t L_19 = ___inputOffset2;
NullCheck(L_18);
int32_t L_20 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)4));
uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___input1;
uint32_t L_23 = ___inputOffset2;
NullCheck(L_22);
int32_t L_24 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)5));
uint8_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___input1;
uint32_t L_27 = ___inputOffset2;
NullCheck(L_26);
int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)6));
uint8_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___input1;
uint32_t L_31 = ___inputOffset2;
NullCheck(L_30);
int32_t L_32 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)7));
uint8_t L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_21<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_25<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_29<<(int32_t)8))))|(int32_t)L_33)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_34 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ___input1;
uint32_t L_36 = ___inputOffset2;
NullCheck(L_35);
int32_t L_37 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)8));
uint8_t L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = ___input1;
uint32_t L_40 = ___inputOffset2;
NullCheck(L_39);
int32_t L_41 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)9)));
uint8_t L_42 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_41));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = ___input1;
uint32_t L_44 = ___inputOffset2;
NullCheck(L_43);
int32_t L_45 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)((int32_t)10)));
uint8_t L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = ___input1;
uint32_t L_48 = ___inputOffset2;
NullCheck(L_47);
int32_t L_49 = ((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)((int32_t)11)));
uint8_t L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
NullCheck(L_34);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_42<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_46<<(int32_t)8))))|(int32_t)L_50)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_51 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = ___input1;
uint32_t L_53 = ___inputOffset2;
NullCheck(L_52);
int32_t L_54 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)((int32_t)12)));
uint8_t L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = ___input1;
uint32_t L_57 = ___inputOffset2;
NullCheck(L_56);
int32_t L_58 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)((int32_t)13)));
uint8_t L_59 = (L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_60 = ___input1;
uint32_t L_61 = ___inputOffset2;
NullCheck(L_60);
int32_t L_62 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)((int32_t)14)));
uint8_t L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = ___input1;
uint32_t L_65 = ___inputOffset2;
NullCheck(L_64);
int32_t L_66 = ((int32_t)il2cpp_codegen_add((int32_t)L_65, (int32_t)((int32_t)15)));
uint8_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
NullCheck(L_51);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_55<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_59<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_63<<(int32_t)8))))|(int32_t)L_67)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_68 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_69 = ___input1;
uint32_t L_70 = ___inputOffset2;
NullCheck(L_69);
int32_t L_71 = ((int32_t)il2cpp_codegen_add((int32_t)L_70, (int32_t)((int32_t)16)));
uint8_t L_72 = (L_69)->GetAt(static_cast<il2cpp_array_size_t>(L_71));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = ___input1;
uint32_t L_74 = ___inputOffset2;
NullCheck(L_73);
int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)((int32_t)17)));
uint8_t L_76 = (L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_77 = ___input1;
uint32_t L_78 = ___inputOffset2;
NullCheck(L_77);
int32_t L_79 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)((int32_t)18)));
uint8_t L_80 = (L_77)->GetAt(static_cast<il2cpp_array_size_t>(L_79));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_81 = ___input1;
uint32_t L_82 = ___inputOffset2;
NullCheck(L_81);
int32_t L_83 = ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)((int32_t)19)));
uint8_t L_84 = (L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_83));
NullCheck(L_68);
(L_68)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_72<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_76<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_80<<(int32_t)8))))|(int32_t)L_84)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_85 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = ___input1;
uint32_t L_87 = ___inputOffset2;
NullCheck(L_86);
int32_t L_88 = ((int32_t)il2cpp_codegen_add((int32_t)L_87, (int32_t)((int32_t)20)));
uint8_t L_89 = (L_86)->GetAt(static_cast<il2cpp_array_size_t>(L_88));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_90 = ___input1;
uint32_t L_91 = ___inputOffset2;
NullCheck(L_90);
int32_t L_92 = ((int32_t)il2cpp_codegen_add((int32_t)L_91, (int32_t)((int32_t)21)));
uint8_t L_93 = (L_90)->GetAt(static_cast<il2cpp_array_size_t>(L_92));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_94 = ___input1;
uint32_t L_95 = ___inputOffset2;
NullCheck(L_94);
int32_t L_96 = ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)((int32_t)22)));
uint8_t L_97 = (L_94)->GetAt(static_cast<il2cpp_array_size_t>(L_96));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_98 = ___input1;
uint32_t L_99 = ___inputOffset2;
NullCheck(L_98);
int32_t L_100 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)((int32_t)23)));
uint8_t L_101 = (L_98)->GetAt(static_cast<il2cpp_array_size_t>(L_100));
NullCheck(L_85);
(L_85)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_89<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_93<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_97<<(int32_t)8))))|(int32_t)L_101)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_102 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_103 = ___input1;
uint32_t L_104 = ___inputOffset2;
NullCheck(L_103);
int32_t L_105 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)((int32_t)24)));
uint8_t L_106 = (L_103)->GetAt(static_cast<il2cpp_array_size_t>(L_105));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_107 = ___input1;
uint32_t L_108 = ___inputOffset2;
NullCheck(L_107);
int32_t L_109 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)((int32_t)25)));
uint8_t L_110 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_111 = ___input1;
uint32_t L_112 = ___inputOffset2;
NullCheck(L_111);
int32_t L_113 = ((int32_t)il2cpp_codegen_add((int32_t)L_112, (int32_t)((int32_t)26)));
uint8_t L_114 = (L_111)->GetAt(static_cast<il2cpp_array_size_t>(L_113));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_115 = ___input1;
uint32_t L_116 = ___inputOffset2;
NullCheck(L_115);
int32_t L_117 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)((int32_t)27)));
uint8_t L_118 = (L_115)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
NullCheck(L_102);
(L_102)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_106<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_110<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_114<<(int32_t)8))))|(int32_t)L_118)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_119 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_120 = ___input1;
uint32_t L_121 = ___inputOffset2;
NullCheck(L_120);
int32_t L_122 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)((int32_t)28)));
uint8_t L_123 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_124 = ___input1;
uint32_t L_125 = ___inputOffset2;
NullCheck(L_124);
int32_t L_126 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)((int32_t)29)));
uint8_t L_127 = (L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_126));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_128 = ___input1;
uint32_t L_129 = ___inputOffset2;
NullCheck(L_128);
int32_t L_130 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)((int32_t)30)));
uint8_t L_131 = (L_128)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_132 = ___input1;
uint32_t L_133 = ___inputOffset2;
NullCheck(L_132);
int32_t L_134 = ((int32_t)il2cpp_codegen_add((int32_t)L_133, (int32_t)((int32_t)31)));
uint8_t L_135 = (L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_134));
NullCheck(L_119);
(L_119)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_123<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_127<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_131<<(int32_t)8))))|(int32_t)L_135)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_136 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_137 = ___input1;
uint32_t L_138 = ___inputOffset2;
NullCheck(L_137);
int32_t L_139 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)((int32_t)32)));
uint8_t L_140 = (L_137)->GetAt(static_cast<il2cpp_array_size_t>(L_139));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_141 = ___input1;
uint32_t L_142 = ___inputOffset2;
NullCheck(L_141);
int32_t L_143 = ((int32_t)il2cpp_codegen_add((int32_t)L_142, (int32_t)((int32_t)33)));
uint8_t L_144 = (L_141)->GetAt(static_cast<il2cpp_array_size_t>(L_143));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_145 = ___input1;
uint32_t L_146 = ___inputOffset2;
NullCheck(L_145);
int32_t L_147 = ((int32_t)il2cpp_codegen_add((int32_t)L_146, (int32_t)((int32_t)34)));
uint8_t L_148 = (L_145)->GetAt(static_cast<il2cpp_array_size_t>(L_147));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_149 = ___input1;
uint32_t L_150 = ___inputOffset2;
NullCheck(L_149);
int32_t L_151 = ((int32_t)il2cpp_codegen_add((int32_t)L_150, (int32_t)((int32_t)35)));
uint8_t L_152 = (L_149)->GetAt(static_cast<il2cpp_array_size_t>(L_151));
NullCheck(L_136);
(L_136)->SetAt(static_cast<il2cpp_array_size_t>(8), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_140<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_144<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_148<<(int32_t)8))))|(int32_t)L_152)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_153 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_154 = ___input1;
uint32_t L_155 = ___inputOffset2;
NullCheck(L_154);
int32_t L_156 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)((int32_t)36)));
uint8_t L_157 = (L_154)->GetAt(static_cast<il2cpp_array_size_t>(L_156));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_158 = ___input1;
uint32_t L_159 = ___inputOffset2;
NullCheck(L_158);
int32_t L_160 = ((int32_t)il2cpp_codegen_add((int32_t)L_159, (int32_t)((int32_t)37)));
uint8_t L_161 = (L_158)->GetAt(static_cast<il2cpp_array_size_t>(L_160));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_162 = ___input1;
uint32_t L_163 = ___inputOffset2;
NullCheck(L_162);
int32_t L_164 = ((int32_t)il2cpp_codegen_add((int32_t)L_163, (int32_t)((int32_t)38)));
uint8_t L_165 = (L_162)->GetAt(static_cast<il2cpp_array_size_t>(L_164));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_166 = ___input1;
uint32_t L_167 = ___inputOffset2;
NullCheck(L_166);
int32_t L_168 = ((int32_t)il2cpp_codegen_add((int32_t)L_167, (int32_t)((int32_t)39)));
uint8_t L_169 = (L_166)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
NullCheck(L_153);
(L_153)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_157<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_161<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_165<<(int32_t)8))))|(int32_t)L_169)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_170 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_171 = ___input1;
uint32_t L_172 = ___inputOffset2;
NullCheck(L_171);
int32_t L_173 = ((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)((int32_t)40)));
uint8_t L_174 = (L_171)->GetAt(static_cast<il2cpp_array_size_t>(L_173));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_175 = ___input1;
uint32_t L_176 = ___inputOffset2;
NullCheck(L_175);
int32_t L_177 = ((int32_t)il2cpp_codegen_add((int32_t)L_176, (int32_t)((int32_t)41)));
uint8_t L_178 = (L_175)->GetAt(static_cast<il2cpp_array_size_t>(L_177));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_179 = ___input1;
uint32_t L_180 = ___inputOffset2;
NullCheck(L_179);
int32_t L_181 = ((int32_t)il2cpp_codegen_add((int32_t)L_180, (int32_t)((int32_t)42)));
uint8_t L_182 = (L_179)->GetAt(static_cast<il2cpp_array_size_t>(L_181));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_183 = ___input1;
uint32_t L_184 = ___inputOffset2;
NullCheck(L_183);
int32_t L_185 = ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)((int32_t)43)));
uint8_t L_186 = (L_183)->GetAt(static_cast<il2cpp_array_size_t>(L_185));
NullCheck(L_170);
(L_170)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_174<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_178<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_182<<(int32_t)8))))|(int32_t)L_186)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_187 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_188 = ___input1;
uint32_t L_189 = ___inputOffset2;
NullCheck(L_188);
int32_t L_190 = ((int32_t)il2cpp_codegen_add((int32_t)L_189, (int32_t)((int32_t)44)));
uint8_t L_191 = (L_188)->GetAt(static_cast<il2cpp_array_size_t>(L_190));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_192 = ___input1;
uint32_t L_193 = ___inputOffset2;
NullCheck(L_192);
int32_t L_194 = ((int32_t)il2cpp_codegen_add((int32_t)L_193, (int32_t)((int32_t)45)));
uint8_t L_195 = (L_192)->GetAt(static_cast<il2cpp_array_size_t>(L_194));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_196 = ___input1;
uint32_t L_197 = ___inputOffset2;
NullCheck(L_196);
int32_t L_198 = ((int32_t)il2cpp_codegen_add((int32_t)L_197, (int32_t)((int32_t)46)));
uint8_t L_199 = (L_196)->GetAt(static_cast<il2cpp_array_size_t>(L_198));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_200 = ___input1;
uint32_t L_201 = ___inputOffset2;
NullCheck(L_200);
int32_t L_202 = ((int32_t)il2cpp_codegen_add((int32_t)L_201, (int32_t)((int32_t)47)));
uint8_t L_203 = (L_200)->GetAt(static_cast<il2cpp_array_size_t>(L_202));
NullCheck(L_187);
(L_187)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_191<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_195<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_199<<(int32_t)8))))|(int32_t)L_203)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_204 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_205 = ___input1;
uint32_t L_206 = ___inputOffset2;
NullCheck(L_205);
int32_t L_207 = ((int32_t)il2cpp_codegen_add((int32_t)L_206, (int32_t)((int32_t)48)));
uint8_t L_208 = (L_205)->GetAt(static_cast<il2cpp_array_size_t>(L_207));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_209 = ___input1;
uint32_t L_210 = ___inputOffset2;
NullCheck(L_209);
int32_t L_211 = ((int32_t)il2cpp_codegen_add((int32_t)L_210, (int32_t)((int32_t)49)));
uint8_t L_212 = (L_209)->GetAt(static_cast<il2cpp_array_size_t>(L_211));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_213 = ___input1;
uint32_t L_214 = ___inputOffset2;
NullCheck(L_213);
int32_t L_215 = ((int32_t)il2cpp_codegen_add((int32_t)L_214, (int32_t)((int32_t)50)));
uint8_t L_216 = (L_213)->GetAt(static_cast<il2cpp_array_size_t>(L_215));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_217 = ___input1;
uint32_t L_218 = ___inputOffset2;
NullCheck(L_217);
int32_t L_219 = ((int32_t)il2cpp_codegen_add((int32_t)L_218, (int32_t)((int32_t)51)));
uint8_t L_220 = (L_217)->GetAt(static_cast<il2cpp_array_size_t>(L_219));
NullCheck(L_204);
(L_204)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_208<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_212<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_216<<(int32_t)8))))|(int32_t)L_220)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_221 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_222 = ___input1;
uint32_t L_223 = ___inputOffset2;
NullCheck(L_222);
int32_t L_224 = ((int32_t)il2cpp_codegen_add((int32_t)L_223, (int32_t)((int32_t)52)));
uint8_t L_225 = (L_222)->GetAt(static_cast<il2cpp_array_size_t>(L_224));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_226 = ___input1;
uint32_t L_227 = ___inputOffset2;
NullCheck(L_226);
int32_t L_228 = ((int32_t)il2cpp_codegen_add((int32_t)L_227, (int32_t)((int32_t)53)));
uint8_t L_229 = (L_226)->GetAt(static_cast<il2cpp_array_size_t>(L_228));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_230 = ___input1;
uint32_t L_231 = ___inputOffset2;
NullCheck(L_230);
int32_t L_232 = ((int32_t)il2cpp_codegen_add((int32_t)L_231, (int32_t)((int32_t)54)));
uint8_t L_233 = (L_230)->GetAt(static_cast<il2cpp_array_size_t>(L_232));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_234 = ___input1;
uint32_t L_235 = ___inputOffset2;
NullCheck(L_234);
int32_t L_236 = ((int32_t)il2cpp_codegen_add((int32_t)L_235, (int32_t)((int32_t)55)));
uint8_t L_237 = (L_234)->GetAt(static_cast<il2cpp_array_size_t>(L_236));
NullCheck(L_221);
(L_221)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_225<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_229<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_233<<(int32_t)8))))|(int32_t)L_237)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_238 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_239 = ___input1;
uint32_t L_240 = ___inputOffset2;
NullCheck(L_239);
int32_t L_241 = ((int32_t)il2cpp_codegen_add((int32_t)L_240, (int32_t)((int32_t)56)));
uint8_t L_242 = (L_239)->GetAt(static_cast<il2cpp_array_size_t>(L_241));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_243 = ___input1;
uint32_t L_244 = ___inputOffset2;
NullCheck(L_243);
int32_t L_245 = ((int32_t)il2cpp_codegen_add((int32_t)L_244, (int32_t)((int32_t)57)));
uint8_t L_246 = (L_243)->GetAt(static_cast<il2cpp_array_size_t>(L_245));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_247 = ___input1;
uint32_t L_248 = ___inputOffset2;
NullCheck(L_247);
int32_t L_249 = ((int32_t)il2cpp_codegen_add((int32_t)L_248, (int32_t)((int32_t)58)));
uint8_t L_250 = (L_247)->GetAt(static_cast<il2cpp_array_size_t>(L_249));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_251 = ___input1;
uint32_t L_252 = ___inputOffset2;
NullCheck(L_251);
int32_t L_253 = ((int32_t)il2cpp_codegen_add((int32_t)L_252, (int32_t)((int32_t)59)));
uint8_t L_254 = (L_251)->GetAt(static_cast<il2cpp_array_size_t>(L_253));
NullCheck(L_238);
(L_238)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_242<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_246<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_250<<(int32_t)8))))|(int32_t)L_254)));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_255 = ___buff0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_256 = ___input1;
uint32_t L_257 = ___inputOffset2;
NullCheck(L_256);
int32_t L_258 = ((int32_t)il2cpp_codegen_add((int32_t)L_257, (int32_t)((int32_t)60)));
uint8_t L_259 = (L_256)->GetAt(static_cast<il2cpp_array_size_t>(L_258));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_260 = ___input1;
uint32_t L_261 = ___inputOffset2;
NullCheck(L_260);
int32_t L_262 = ((int32_t)il2cpp_codegen_add((int32_t)L_261, (int32_t)((int32_t)61)));
uint8_t L_263 = (L_260)->GetAt(static_cast<il2cpp_array_size_t>(L_262));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_264 = ___input1;
uint32_t L_265 = ___inputOffset2;
NullCheck(L_264);
int32_t L_266 = ((int32_t)il2cpp_codegen_add((int32_t)L_265, (int32_t)((int32_t)62)));
uint8_t L_267 = (L_264)->GetAt(static_cast<il2cpp_array_size_t>(L_266));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_268 = ___input1;
uint32_t L_269 = ___inputOffset2;
NullCheck(L_268);
int32_t L_270 = ((int32_t)il2cpp_codegen_add((int32_t)L_269, (int32_t)((int32_t)63)));
uint8_t L_271 = (L_268)->GetAt(static_cast<il2cpp_array_size_t>(L_270));
NullCheck(L_255);
(L_255)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_259<<(int32_t)((int32_t)24)))|(int32_t)((int32_t)((int32_t)L_263<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_267<<(int32_t)8))))|(int32_t)L_271)));
return;
}
}
// System.Void System.Security.Cryptography.SHA1Internal::FillBuff(System.UInt32[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_FillBuff_m89617E6F772A48B783C252E2B13CF7EC332D47A5 (UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___buff0, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
int32_t V_1 = 0;
{
V_1 = ((int32_t)16);
goto IL_013e;
}
IL_0008:
{
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_0 = ___buff0;
int32_t L_1 = V_1;
NullCheck(L_0);
int32_t L_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)3));
uint32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_4 = ___buff0;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)8));
uint32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_8 = ___buff0;
int32_t L_9 = V_1;
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)((int32_t)14)));
uint32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_12 = ___buff0;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)16)));
uint32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_7))^(int32_t)L_11))^(int32_t)L_15));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_16 = ___buff0;
int32_t L_17 = V_1;
uint32_t L_18 = V_0;
uint32_t L_19 = V_0;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_18<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_19>>((int32_t)31))))));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_20 = ___buff0;
int32_t L_21 = V_1;
NullCheck(L_20);
int32_t L_22 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)2));
uint32_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_24 = ___buff0;
int32_t L_25 = V_1;
NullCheck(L_24);
int32_t L_26 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)7));
uint32_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_28 = ___buff0;
int32_t L_29 = V_1;
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)((int32_t)13)));
uint32_t L_31 = (L_28)->GetAt(static_cast<il2cpp_array_size_t>(L_30));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_32 = ___buff0;
int32_t L_33 = V_1;
NullCheck(L_32);
int32_t L_34 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)((int32_t)15)));
uint32_t L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_23^(int32_t)L_27))^(int32_t)L_31))^(int32_t)L_35));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_36 = ___buff0;
int32_t L_37 = V_1;
uint32_t L_38 = V_0;
uint32_t L_39 = V_0;
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_38<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_39>>((int32_t)31))))));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_40 = ___buff0;
int32_t L_41 = V_1;
NullCheck(L_40);
int32_t L_42 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1));
uint32_t L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_44 = ___buff0;
int32_t L_45 = V_1;
NullCheck(L_44);
int32_t L_46 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)6));
uint32_t L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_48 = ___buff0;
int32_t L_49 = V_1;
NullCheck(L_48);
int32_t L_50 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)((int32_t)12)));
uint32_t L_51 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_50));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_52 = ___buff0;
int32_t L_53 = V_1;
NullCheck(L_52);
int32_t L_54 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)((int32_t)14)));
uint32_t L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_43^(int32_t)L_47))^(int32_t)L_51))^(int32_t)L_55));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_56 = ___buff0;
int32_t L_57 = V_1;
uint32_t L_58 = V_0;
uint32_t L_59 = V_0;
NullCheck(L_56);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)2))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_58<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_59>>((int32_t)31))))));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_60 = ___buff0;
int32_t L_61 = V_1;
NullCheck(L_60);
int32_t L_62 = L_61;
uint32_t L_63 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_64 = ___buff0;
int32_t L_65 = V_1;
NullCheck(L_64);
int32_t L_66 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)5));
uint32_t L_67 = (L_64)->GetAt(static_cast<il2cpp_array_size_t>(L_66));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_68 = ___buff0;
int32_t L_69 = V_1;
NullCheck(L_68);
int32_t L_70 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)((int32_t)11)));
uint32_t L_71 = (L_68)->GetAt(static_cast<il2cpp_array_size_t>(L_70));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_72 = ___buff0;
int32_t L_73 = V_1;
NullCheck(L_72);
int32_t L_74 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)((int32_t)13)));
uint32_t L_75 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_63^(int32_t)L_67))^(int32_t)L_71))^(int32_t)L_75));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_76 = ___buff0;
int32_t L_77 = V_1;
uint32_t L_78 = V_0;
uint32_t L_79 = V_0;
NullCheck(L_76);
(L_76)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)3))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_78<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_79>>((int32_t)31))))));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_80 = ___buff0;
int32_t L_81 = V_1;
NullCheck(L_80);
int32_t L_82 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1));
uint32_t L_83 = (L_80)->GetAt(static_cast<il2cpp_array_size_t>(L_82));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_84 = ___buff0;
int32_t L_85 = V_1;
NullCheck(L_84);
int32_t L_86 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)4));
uint32_t L_87 = (L_84)->GetAt(static_cast<il2cpp_array_size_t>(L_86));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_88 = ___buff0;
int32_t L_89 = V_1;
NullCheck(L_88);
int32_t L_90 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)((int32_t)10)));
uint32_t L_91 = (L_88)->GetAt(static_cast<il2cpp_array_size_t>(L_90));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_92 = ___buff0;
int32_t L_93 = V_1;
NullCheck(L_92);
int32_t L_94 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_93, (int32_t)((int32_t)12)));
uint32_t L_95 = (L_92)->GetAt(static_cast<il2cpp_array_size_t>(L_94));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_83^(int32_t)L_87))^(int32_t)L_91))^(int32_t)L_95));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_96 = ___buff0;
int32_t L_97 = V_1;
uint32_t L_98 = V_0;
uint32_t L_99 = V_0;
NullCheck(L_96);
(L_96)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_97, (int32_t)4))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_98<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_99>>((int32_t)31))))));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_100 = ___buff0;
int32_t L_101 = V_1;
NullCheck(L_100);
int32_t L_102 = ((int32_t)il2cpp_codegen_add((int32_t)L_101, (int32_t)2));
uint32_t L_103 = (L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_104 = ___buff0;
int32_t L_105 = V_1;
NullCheck(L_104);
int32_t L_106 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)3));
uint32_t L_107 = (L_104)->GetAt(static_cast<il2cpp_array_size_t>(L_106));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_108 = ___buff0;
int32_t L_109 = V_1;
NullCheck(L_108);
int32_t L_110 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_109, (int32_t)((int32_t)9)));
uint32_t L_111 = (L_108)->GetAt(static_cast<il2cpp_array_size_t>(L_110));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_112 = ___buff0;
int32_t L_113 = V_1;
NullCheck(L_112);
int32_t L_114 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_113, (int32_t)((int32_t)11)));
uint32_t L_115 = (L_112)->GetAt(static_cast<il2cpp_array_size_t>(L_114));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_103^(int32_t)L_107))^(int32_t)L_111))^(int32_t)L_115));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_116 = ___buff0;
int32_t L_117 = V_1;
uint32_t L_118 = V_0;
uint32_t L_119 = V_0;
NullCheck(L_116);
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_117, (int32_t)5))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_118<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_119>>((int32_t)31))))));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_120 = ___buff0;
int32_t L_121 = V_1;
NullCheck(L_120);
int32_t L_122 = ((int32_t)il2cpp_codegen_add((int32_t)L_121, (int32_t)3));
uint32_t L_123 = (L_120)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_124 = ___buff0;
int32_t L_125 = V_1;
NullCheck(L_124);
int32_t L_126 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_125, (int32_t)2));
uint32_t L_127 = (L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_126));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_128 = ___buff0;
int32_t L_129 = V_1;
NullCheck(L_128);
int32_t L_130 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)8));
uint32_t L_131 = (L_128)->GetAt(static_cast<il2cpp_array_size_t>(L_130));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_132 = ___buff0;
int32_t L_133 = V_1;
NullCheck(L_132);
int32_t L_134 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_133, (int32_t)((int32_t)10)));
uint32_t L_135 = (L_132)->GetAt(static_cast<il2cpp_array_size_t>(L_134));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_123^(int32_t)L_127))^(int32_t)L_131))^(int32_t)L_135));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_136 = ___buff0;
int32_t L_137 = V_1;
uint32_t L_138 = V_0;
uint32_t L_139 = V_0;
NullCheck(L_136);
(L_136)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_137, (int32_t)6))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_138<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_139>>((int32_t)31))))));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_140 = ___buff0;
int32_t L_141 = V_1;
NullCheck(L_140);
int32_t L_142 = ((int32_t)il2cpp_codegen_add((int32_t)L_141, (int32_t)4));
uint32_t L_143 = (L_140)->GetAt(static_cast<il2cpp_array_size_t>(L_142));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_144 = ___buff0;
int32_t L_145 = V_1;
NullCheck(L_144);
int32_t L_146 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_145, (int32_t)1));
uint32_t L_147 = (L_144)->GetAt(static_cast<il2cpp_array_size_t>(L_146));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_148 = ___buff0;
int32_t L_149 = V_1;
NullCheck(L_148);
int32_t L_150 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_149, (int32_t)7));
uint32_t L_151 = (L_148)->GetAt(static_cast<il2cpp_array_size_t>(L_150));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_152 = ___buff0;
int32_t L_153 = V_1;
NullCheck(L_152);
int32_t L_154 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_153, (int32_t)((int32_t)9)));
uint32_t L_155 = (L_152)->GetAt(static_cast<il2cpp_array_size_t>(L_154));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_143^(int32_t)L_147))^(int32_t)L_151))^(int32_t)L_155));
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* L_156 = ___buff0;
int32_t L_157 = V_1;
uint32_t L_158 = V_0;
uint32_t L_159 = V_0;
NullCheck(L_156);
(L_156)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_157, (int32_t)7))), (uint32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_158<<(int32_t)1))|(int32_t)((int32_t)((uint32_t)L_159>>((int32_t)31))))));
int32_t L_160 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_160, (int32_t)8));
}
IL_013e:
{
int32_t L_161 = V_1;
if ((((int32_t)L_161) < ((int32_t)((int32_t)80))))
{
goto IL_0008;
}
}
{
return;
}
}
// System.Void System.Security.Cryptography.SHA1Internal::ProcessFinalBlock(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_ProcessFinalBlock_mBF97ABC1C27E7C6067DBC3D982F71A47BFCBCC55 (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inputBuffer0, int32_t ___inputOffset1, int32_t ___inputCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SHA1Internal_ProcessFinalBlock_mBF97ABC1C27E7C6067DBC3D982F71A47BFCBCC55_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint64_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
uint64_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B5_0 = NULL;
{
uint64_t L_0 = __this->get_count_1();
int32_t L_1 = ___inputCount2;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_0, (int64_t)(((int64_t)((int64_t)L_1)))));
uint64_t L_2 = V_0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)56), (int32_t)(((int32_t)((int32_t)((int64_t)((uint64_t)(int64_t)L_2%(uint64_t)(int64_t)(((int64_t)((int64_t)((int32_t)64)))))))))));
int32_t L_3 = V_1;
if ((((int32_t)L_3) >= ((int32_t)1)))
{
goto IL_001d;
}
}
{
int32_t L_4 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)((int32_t)64)));
}
IL_001d:
{
int32_t L_5 = ___inputCount2;
int32_t L_6 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), (int32_t)8));
int32_t L_7 = V_2;
if ((((int32_t)L_7) == ((int32_t)((int32_t)64))))
{
goto IL_0030;
}
}
{
int32_t L_8 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_8);
G_B5_0 = L_9;
goto IL_0036;
}
IL_0030:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__ProcessingBuffer_2();
G_B5_0 = L_10;
}
IL_0036:
{
V_3 = G_B5_0;
V_5 = 0;
goto IL_004c;
}
IL_003c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_3;
int32_t L_12 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___inputBuffer0;
int32_t L_14 = V_5;
int32_t L_15 = ___inputOffset1;
NullCheck(L_13);
int32_t L_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15));
uint8_t L_17 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (uint8_t)L_17);
int32_t L_18 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_004c:
{
int32_t L_19 = V_5;
int32_t L_20 = ___inputCount2;
if ((((int32_t)L_19) < ((int32_t)L_20)))
{
goto IL_003c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_3;
int32_t L_22 = ___inputCount2;
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (uint8_t)((int32_t)128));
int32_t L_23 = ___inputCount2;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
goto IL_006b;
}
IL_0060:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = V_3;
int32_t L_25 = V_6;
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_25), (uint8_t)0);
int32_t L_26 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_006b:
{
int32_t L_27 = V_6;
int32_t L_28 = ___inputCount2;
int32_t L_29 = V_1;
if ((((int32_t)L_27) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)))))
{
goto IL_0060;
}
}
{
uint64_t L_30 = V_0;
V_4 = ((int64_t)((int64_t)L_30<<(int32_t)3));
uint64_t L_31 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_3;
int32_t L_33 = ___inputCount2;
int32_t L_34 = V_1;
SHA1Internal_AddLength_mF753A968068F3E32B94624249E572656FFF505DC(__this, L_31, L_32, ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)L_34)), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = V_3;
SHA1Internal_ProcessBlock_m1FBBBCA38EF1958B6315161EFA1981101B3C7DC8(__this, L_35, 0, /*hidden argument*/NULL);
int32_t L_36 = V_2;
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)128)))))
{
goto IL_009c;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = V_3;
SHA1Internal_ProcessBlock_m1FBBBCA38EF1958B6315161EFA1981101B3C7DC8(__this, L_37, ((int32_t)64), /*hidden argument*/NULL);
}
IL_009c:
{
return;
}
}
// System.Void System.Security.Cryptography.SHA1Internal::AddLength(System.UInt64,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SHA1Internal_AddLength_mF753A968068F3E32B94624249E572656FFF505DC (SHA1Internal_tD24028EB5FF6AAA8B128158A3EFDCCA6F4E14BF8 * __this, uint64_t ___length0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___position2, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer1;
int32_t L_1 = ___position2;
int32_t L_2 = L_1;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
uint64_t L_3 = ___length0;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_3>>((int32_t)56)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer1;
int32_t L_5 = ___position2;
int32_t L_6 = L_5;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
uint64_t L_7 = ___length0;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_7>>((int32_t)48)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___buffer1;
int32_t L_9 = ___position2;
int32_t L_10 = L_9;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
uint64_t L_11 = ___length0;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_11>>((int32_t)40)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___buffer1;
int32_t L_13 = ___position2;
int32_t L_14 = L_13;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
uint64_t L_15 = ___length0;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_15>>((int32_t)32)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___buffer1;
int32_t L_17 = ___position2;
int32_t L_18 = L_17;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
uint64_t L_19 = ___length0;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_19>>((int32_t)24)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___buffer1;
int32_t L_21 = ___position2;
int32_t L_22 = L_21;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
uint64_t L_23 = ___length0;
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_22), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_23>>((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ___buffer1;
int32_t L_25 = ___position2;
int32_t L_26 = L_25;
___position2 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
uint64_t L_27 = ___length0;
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(L_26), (uint8_t)(((int32_t)((uint8_t)((int64_t)((uint64_t)L_27>>8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___buffer1;
int32_t L_29 = ___position2;
uint64_t L_30 = ___length0;
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (uint8_t)(((int32_t)((uint8_t)L_30))));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Policy.Evidence::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Evidence__ctor_mF2BFE39AA27373124E9DE283733ACF3C52BB7392 (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Security.Policy.Evidence::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Evidence_get_Count_m6BEA32B3B94D8EDCD21A040DA69D69F3D34B0513 (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_hostEvidenceList_1();
if (!L_0)
{
goto IL_0018;
}
}
{
int32_t L_1 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get_hostEvidenceList_1();
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_3));
}
IL_0018:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_assemblyEvidenceList_2();
if (!L_4)
{
goto IL_002e;
}
}
{
int32_t L_5 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = __this->get_assemblyEvidenceList_2();
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7));
}
IL_002e:
{
int32_t L_8 = V_0;
return L_8;
}
}
// System.Void System.Security.Policy.Evidence::CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Evidence_CopyTo_m1450F3905052BFEBD0F9CED1B855EB81CC867356 (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_hostEvidenceList_1();
if (!L_0)
{
goto IL_0027;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get_hostEvidenceList_1();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1);
V_0 = L_2;
int32_t L_3 = V_0;
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0027;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_hostEvidenceList_1();
RuntimeArray * L_5 = ___array0;
int32_t L_6 = ___index1;
NullCheck(L_4);
VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(29 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_4, L_5, L_6);
}
IL_0027:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = __this->get_assemblyEvidenceList_2();
if (!L_7)
{
goto IL_004c;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = __this->get_assemblyEvidenceList_2();
NullCheck(L_8);
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8);
if ((((int32_t)L_9) <= ((int32_t)0)))
{
goto IL_004c;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_10 = __this->get_assemblyEvidenceList_2();
RuntimeArray * L_11 = ___array0;
int32_t L_12 = ___index1;
int32_t L_13 = V_0;
NullCheck(L_10);
VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(29 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_10, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13)));
}
IL_004c:
{
return;
}
}
// System.Collections.IEnumerator System.Security.Policy.Evidence::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Evidence_GetEnumerator_m03EB4131E670C6BAFA8C155ABCD98637699AA43E (Evidence_t58C8D73D9B4FC7DD3BDDEE37E3C283678BFDC307 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Evidence_GetEnumerator_m03EB4131E670C6BAFA8C155ABCD98637699AA43E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
V_0 = (RuntimeObject*)NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_hostEvidenceList_1();
if (!L_0)
{
goto IL_0016;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get_hostEvidenceList_1();
NullCheck(L_1);
RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1);
V_0 = L_2;
}
IL_0016:
{
V_1 = (RuntimeObject*)NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = __this->get_assemblyEvidenceList_2();
if (!L_3)
{
goto IL_002c;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_assemblyEvidenceList_2();
NullCheck(L_4);
RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4);
V_1 = L_5;
}
IL_002c:
{
RuntimeObject* L_6 = V_0;
RuntimeObject* L_7 = V_1;
EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * L_8 = (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 *)il2cpp_codegen_object_new(EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3_il2cpp_TypeInfo_var);
EvidenceEnumerator__ctor_mD4153081415054237617C4E5AFAA036445E6A43B(L_8, L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
}
#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.Security.Policy.Evidence_EvidenceEnumerator::.ctor(System.Collections.IEnumerator,System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EvidenceEnumerator__ctor_mD4153081415054237617C4E5AFAA036445E6A43B (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * __this, RuntimeObject* ___hostenum0, RuntimeObject* ___assemblyenum1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___hostenum0;
__this->set_hostEnum_1(L_0);
RuntimeObject* L_1 = ___assemblyenum1;
__this->set_assemblyEnum_2(L_1);
RuntimeObject* L_2 = __this->get_hostEnum_1();
__this->set_currentEnum_0(L_2);
return;
}
}
// System.Boolean System.Security.Policy.Evidence_EvidenceEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EvidenceEnumerator_MoveNext_mC9D2715D6026F22D7A0CE13DB1EC9E1EBAFFC0A6 (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EvidenceEnumerator_MoveNext_mC9D2715D6026F22D7A0CE13DB1EC9E1EBAFFC0A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
RuntimeObject* L_0 = __this->get_currentEnum_0();
if (L_0)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
RuntimeObject* L_1 = __this->get_currentEnum_0();
NullCheck(L_1);
bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_1);
V_0 = L_2;
bool L_3 = V_0;
if (L_3)
{
goto IL_0047;
}
}
{
RuntimeObject* L_4 = __this->get_hostEnum_1();
RuntimeObject* L_5 = __this->get_currentEnum_0();
if ((!(((RuntimeObject*)(RuntimeObject*)L_4) == ((RuntimeObject*)(RuntimeObject*)L_5))))
{
goto IL_0047;
}
}
{
RuntimeObject* L_6 = __this->get_assemblyEnum_2();
if (!L_6)
{
goto IL_0047;
}
}
{
RuntimeObject* L_7 = __this->get_assemblyEnum_2();
__this->set_currentEnum_0(L_7);
RuntimeObject* L_8 = __this->get_assemblyEnum_2();
NullCheck(L_8);
bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_8);
V_0 = L_9;
}
IL_0047:
{
bool L_10 = V_0;
return L_10;
}
}
// System.Void System.Security.Policy.Evidence_EvidenceEnumerator::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EvidenceEnumerator_Reset_m7C34F282CC975B8A002C37B26605B31997CEA37C (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EvidenceEnumerator_Reset_m7C34F282CC975B8A002C37B26605B31997CEA37C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_hostEnum_1();
if (!L_0)
{
goto IL_0021;
}
}
{
RuntimeObject* L_1 = __this->get_hostEnum_1();
NullCheck(L_1);
InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_1);
RuntimeObject* L_2 = __this->get_hostEnum_1();
__this->set_currentEnum_0(L_2);
goto IL_002d;
}
IL_0021:
{
RuntimeObject* L_3 = __this->get_assemblyEnum_2();
__this->set_currentEnum_0(L_3);
}
IL_002d:
{
RuntimeObject* L_4 = __this->get_assemblyEnum_2();
if (!L_4)
{
goto IL_0040;
}
}
{
RuntimeObject* L_5 = __this->get_assemblyEnum_2();
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_5);
}
IL_0040:
{
return;
}
}
// System.Object System.Security.Policy.Evidence_EvidenceEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * EvidenceEnumerator_get_Current_m375A68A8EB0A859A10B82241A0A12BDD1904432B (EvidenceEnumerator_t6E9E6856C90081E4B1A731097D6FE1D14EC680B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EvidenceEnumerator_get_Current_m375A68A8EB0A859A10B82241A0A12BDD1904432B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_currentEnum_0();
NullCheck(L_0);
RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
#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.Security.SecurityElement::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_m888B01153F0CC19DA06717EBB2E55240669304C6 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___tag0;
SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.SecurityElement::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___tag0, String_t* ___text1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___tag0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5E9B60F69165F32F8930843CA718E10FDEE30C52, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA_RuntimeMethod_var);
}
IL_0014:
{
String_t* L_2 = ___tag0;
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
bool L_3 = SecurityElement_IsValidTag_m7BE8436536B0DC06BA6D524C6332DA972390B644(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0037;
}
}
{
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralAD0E6BED8D1803B5C19513166F422BB6363C840E, /*hidden argument*/NULL);
String_t* L_5 = ___tag0;
String_t* L_6 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_4, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_5, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, SecurityElement__ctor_mAFE29568F4B8B5605AAD1A6915B480D8BCABC2CA_RuntimeMethod_var);
}
IL_0037:
{
String_t* L_8 = ___tag0;
__this->set_tag_1(L_8);
String_t* L_9 = ___text1;
SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E(__this, L_9, /*hidden argument*/NULL);
return;
}
}
// System.Collections.Hashtable System.Security.SecurityElement::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * SecurityElement_get_Attributes_mFAF9CA16843D86E8186088D143D27A176296A656 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_get_Attributes_mFAF9CA16843D86E8186088D143D27A176296A656_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_0 = NULL;
RuntimeObject* V_1 = NULL;
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * V_2 = NULL;
RuntimeObject* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_attributes_2();
if (L_0)
{
goto IL_000a;
}
}
{
return (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)NULL;
}
IL_000a:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get_attributes_2();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_1);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_mAAFFE0698C829CFAFE176BD4A6C5DDA07A8ABDA9(L_3, L_2, /*hidden argument*/NULL);
V_0 = L_3;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_attributes_2();
NullCheck(L_4);
RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4);
V_1 = L_5;
}
IL_0027:
try
{ // begin try (depth: 1)
{
goto IL_0047;
}
IL_0029:
{
RuntimeObject* L_6 = V_1;
NullCheck(L_6);
RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_6);
V_2 = ((SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A *)CastclassClass((RuntimeObject*)L_7, SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A_il2cpp_TypeInfo_var));
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = V_0;
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_9 = V_2;
NullCheck(L_9);
String_t* L_10 = SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16_inline(L_9, /*hidden argument*/NULL);
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_11 = V_2;
NullCheck(L_11);
String_t* L_12 = SecurityAttribute_get_Value_m688A5CF9C4976D8823B4A3BE394F8F19D5AE7985_inline(L_11, /*hidden argument*/NULL);
NullCheck(L_8);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(14 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_8, L_10, L_12);
}
IL_0047:
{
RuntimeObject* L_13 = V_1;
NullCheck(L_13);
bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_13);
if (L_14)
{
goto IL_0029;
}
}
IL_004f:
{
IL2CPP_LEAVE(0x62, FINALLY_0051);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0051;
}
FINALLY_0051:
{ // begin finally (depth: 1)
{
RuntimeObject* L_15 = V_1;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_16 = V_3;
if (!L_16)
{
goto IL_0061;
}
}
IL_005b:
{
RuntimeObject* L_17 = V_3;
NullCheck(L_17);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_17);
}
IL_0061:
{
IL2CPP_END_FINALLY(81)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(81)
{
IL2CPP_JUMP_TBL(0x62, IL_0062)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0062:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_18 = V_0;
return L_18;
}
}
// System.Collections.ArrayList System.Security.SecurityElement::get_Children()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * SecurityElement_get_Children_m4387717E982DBB2DF3E967287F126D4FB72EB924 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_children_3();
return L_0;
}
}
// System.String System.Security.SecurityElement::get_Tag()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Tag_mB83E85CF85B42D13B4B93640E2859EEA583F3708 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_tag_1();
return L_0;
}
}
// System.String System.Security.SecurityElement::get_Text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_get_Text_m80A035D1A853AAC6EDD85F50057B9D7FFA4423C7 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_text_0();
return L_0;
}
}
// System.Void System.Security.SecurityElement::set_Text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (!L_0)
{
goto IL_0026;
}
}
{
String_t* L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
bool L_2 = SecurityElement_IsValidText_m24B5BCD8748ED728FF28BD2B576CBE0CA69AA6A8(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0026;
}
}
{
String_t* L_3 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralAD0E6BED8D1803B5C19513166F422BB6363C840E, /*hidden argument*/NULL);
String_t* L_4 = ___value0;
String_t* L_5 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_3, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_4, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, SecurityElement_set_Text_mD45FBD1B76BB6D3FF38CD493E43C3B4558A7A86E_RuntimeMethod_var);
}
IL_0026:
{
String_t* L_7 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
String_t* L_8 = SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E(L_7, /*hidden argument*/NULL);
__this->set_text_0(L_8);
return;
}
}
// System.Void System.Security.SecurityElement::AddAttribute(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___value1;
if (L_2)
{
goto IL_001c;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_RuntimeMethod_var);
}
IL_001c:
{
String_t* L_4 = ___name0;
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_5 = SecurityElement_GetAttribute_m3804598A273DE130113F280A0932F40117FD826A(__this, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_003b;
}
}
{
String_t* L_6 = ___name0;
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral12920A6DEFA3B28C3DCA98A403DE3B913EAD85E2, L_6, /*hidden argument*/NULL);
String_t* L_8 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(L_7, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, SecurityElement_AddAttribute_m169BDD8B4746C6074924239147E90537CF4C441B_RuntimeMethod_var);
}
IL_003b:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_10 = __this->get_attributes_2();
if (L_10)
{
goto IL_004e;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_11 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_11, /*hidden argument*/NULL);
__this->set_attributes_2(L_11);
}
IL_004e:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_12 = __this->get_attributes_2();
String_t* L_13 = ___name0;
String_t* L_14 = ___value1;
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_15 = (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A *)il2cpp_codegen_object_new(SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A_il2cpp_TypeInfo_var);
SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833(L_15, L_13, L_14, /*hidden argument*/NULL);
NullCheck(L_12);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_15);
return;
}
}
// System.Void System.Security.SecurityElement::AddChild(System.Security.SecurityElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * ___child0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_0 = ___child0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0E93069C40111CD62DAC2CD02CD71DAFFDB01CC0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecurityElement_AddChild_m02EE2E9A11B4CD23CBE38A5A7F8D54783EF89AFB_RuntimeMethod_var);
}
IL_000e:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get_children_3();
if (L_2)
{
goto IL_0021;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_3, /*hidden argument*/NULL);
__this->set_children_3(L_3);
}
IL_0021:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_children_3();
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_5 = ___child0;
NullCheck(L_4);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(24 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5);
return;
}
}
// System.String System.Security.SecurityElement::Escape(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
{
String_t* L_0 = ___str0;
if (L_0)
{
goto IL_0005;
}
}
{
return (String_t*)NULL;
}
IL_0005:
{
String_t* L_1 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->get_invalid_chars_8();
NullCheck(L_1);
int32_t L_3 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_1, L_2, /*hidden argument*/NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
{
goto IL_0015;
}
}
{
String_t* L_4 = ___str0;
return L_4;
}
IL_0015:
{
StringBuilder_t * L_5 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_5, /*hidden argument*/NULL);
V_0 = L_5;
String_t* L_6 = ___str0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
V_1 = L_7;
V_2 = 0;
goto IL_00a2;
}
IL_0026:
{
String_t* L_8 = ___str0;
int32_t L_9 = V_2;
NullCheck(L_8);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
V_3 = L_10;
Il2CppChar L_11 = V_3;
if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)38)))))
{
goto IL_003f;
}
}
{
Il2CppChar L_12 = V_3;
if ((((int32_t)L_12) == ((int32_t)((int32_t)34))))
{
goto IL_006c;
}
}
{
Il2CppChar L_13 = V_3;
if ((((int32_t)L_13) == ((int32_t)((int32_t)38))))
{
goto IL_0088;
}
}
{
goto IL_0096;
}
IL_003f:
{
Il2CppChar L_14 = V_3;
if ((((int32_t)L_14) == ((int32_t)((int32_t)39))))
{
goto IL_007a;
}
}
{
Il2CppChar L_15 = V_3;
if ((((int32_t)L_15) == ((int32_t)((int32_t)60))))
{
goto IL_0050;
}
}
{
Il2CppChar L_16 = V_3;
if ((((int32_t)L_16) == ((int32_t)((int32_t)62))))
{
goto IL_005e;
}
}
{
goto IL_0096;
}
IL_0050:
{
StringBuilder_t * L_17 = V_0;
NullCheck(L_17);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, _stringLiteral5D2C1A80D8C17E5A143AEE09C29A86838F18AB02, /*hidden argument*/NULL);
goto IL_009e;
}
IL_005e:
{
StringBuilder_t * L_18 = V_0;
NullCheck(L_18);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, _stringLiteral03C7B3D3B9655EACE132158A150DCD952FEB9A0A, /*hidden argument*/NULL);
goto IL_009e;
}
IL_006c:
{
StringBuilder_t * L_19 = V_0;
NullCheck(L_19);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteralE2BBF209AE0E6210387A30E3ED477444BDA8FE6E, /*hidden argument*/NULL);
goto IL_009e;
}
IL_007a:
{
StringBuilder_t * L_20 = V_0;
NullCheck(L_20);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, _stringLiteral95521D9D0C3E39CEABCC90300C04F03585598066, /*hidden argument*/NULL);
goto IL_009e;
}
IL_0088:
{
StringBuilder_t * L_21 = V_0;
NullCheck(L_21);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_21, _stringLiteral54F697A1FF421E46F37022813A88D0937A82090C, /*hidden argument*/NULL);
goto IL_009e;
}
IL_0096:
{
StringBuilder_t * L_22 = V_0;
Il2CppChar L_23 = V_3;
NullCheck(L_22);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_22, L_23, /*hidden argument*/NULL);
}
IL_009e:
{
int32_t L_24 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_00a2:
{
int32_t L_25 = V_2;
int32_t L_26 = V_1;
if ((((int32_t)L_25) < ((int32_t)L_26)))
{
goto IL_0026;
}
}
{
StringBuilder_t * L_27 = V_0;
NullCheck(L_27);
String_t* L_28 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_27);
return L_28;
}
}
// System.String System.Security.SecurityElement::Unescape(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___str0;
if (L_0)
{
goto IL_0005;
}
}
{
return (String_t*)NULL;
}
IL_0005:
{
String_t* L_1 = ___str0;
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_2, L_1, /*hidden argument*/NULL);
StringBuilder_t * L_3 = L_2;
NullCheck(L_3);
StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113(L_3, _stringLiteral5D2C1A80D8C17E5A143AEE09C29A86838F18AB02, _stringLiteralC4DD3C8CDD8D7C95603DD67F1CD873D5F9148B29, /*hidden argument*/NULL);
StringBuilder_t * L_4 = L_3;
NullCheck(L_4);
StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113(L_4, _stringLiteral03C7B3D3B9655EACE132158A150DCD952FEB9A0A, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL);
StringBuilder_t * L_5 = L_4;
NullCheck(L_5);
StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113(L_5, _stringLiteral54F697A1FF421E46F37022813A88D0937A82090C, _stringLiteral7C4D33785DAA5C2370201FFA236B427AA37C9996, /*hidden argument*/NULL);
StringBuilder_t * L_6 = L_5;
NullCheck(L_6);
StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113(L_6, _stringLiteralE2BBF209AE0E6210387A30E3ED477444BDA8FE6E, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
StringBuilder_t * L_7 = L_6;
NullCheck(L_7);
StringBuilder_Replace_m8A5E9D9860AB7D0D4E4FFFE729469DB1A0DD0113(L_7, _stringLiteral95521D9D0C3E39CEABCC90300C04F03585598066, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
return L_8;
}
}
// System.Security.SecurityElement System.Security.SecurityElement::FromString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9 (String_t* ___xml0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * V_0 = NULL;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = ___xml0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___xml0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0026;
}
}
{
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralE5867BF7A0DCC4C65ADB837B9323DD8D74C9E17C, /*hidden argument*/NULL);
XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_5 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var);
XmlSyntaxException__ctor_mFB9E715E2AE5453ADD332D0F4AF60BA33919301F(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_RuntimeMethod_var);
}
IL_0026:
{
}
IL_0027:
try
{ // begin try (depth: 1)
SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * L_6 = (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 *)il2cpp_codegen_object_new(SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714_il2cpp_TypeInfo_var);
SecurityParser__ctor_m46A21D62E80E1A94877CC4CFD2FFF313EF6E3E06(L_6, /*hidden argument*/NULL);
SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * L_7 = L_6;
String_t* L_8 = ___xml0;
NullCheck(L_7);
SecurityParser_LoadXml_mC52937EF26E02DC2EEA05716D4CC4B5B6E2D124C(L_7, L_8, /*hidden argument*/NULL);
NullCheck(L_7);
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_9 = SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline(L_7, /*hidden argument*/NULL);
V_0 = L_9;
goto IL_004d;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003b;
throw e;
}
CATCH_003b:
{ // begin catch(System.Exception)
V_1 = ((Exception_t *)__exception_local);
String_t* L_10 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral61704373A947495A11FBA6387E0414334D9508DF, /*hidden argument*/NULL);
Exception_t * L_11 = V_1;
XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * L_12 = (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 *)il2cpp_codegen_object_new(XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7_il2cpp_TypeInfo_var);
XmlSyntaxException__ctor_mF167AF5652F9FB7A1ED9C8F6082367C339634175(L_12, L_10, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, SecurityElement_FromString_m07EA8AEA09583663AA62C6545644CE60ABF461F9_RuntimeMethod_var);
} // end catch (depth: 1)
IL_004d:
{
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_13 = V_0;
return L_13;
}
}
// System.Boolean System.Security.SecurityElement::IsValidAttributeName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeName_mB2931DE1E6F81B307D10B7EA7EF7D82FF006968A (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_IsValidAttributeName_mB2931DE1E6F81B307D10B7EA7EF7D82FF006968A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
if (!L_0)
{
goto IL_0012;
}
}
{
String_t* L_1 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->get_invalid_attr_name_chars_6();
NullCheck(L_1);
int32_t L_3 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_1, L_2, /*hidden argument*/NULL);
return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.Boolean System.Security.SecurityElement::IsValidAttributeValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidAttributeValue_m51DB156F9ACB51CC51E3C8C316FAAD8A17A74E89 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_IsValidAttributeValue_m51DB156F9ACB51CC51E3C8C316FAAD8A17A74E89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (!L_0)
{
goto IL_0012;
}
}
{
String_t* L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->get_invalid_attr_value_chars_7();
NullCheck(L_1);
int32_t L_3 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_1, L_2, /*hidden argument*/NULL);
return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.Boolean System.Security.SecurityElement::IsValidTag(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidTag_m7BE8436536B0DC06BA6D524C6332DA972390B644 (String_t* ___tag0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_IsValidTag_m7BE8436536B0DC06BA6D524C6332DA972390B644_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___tag0;
if (!L_0)
{
goto IL_0012;
}
}
{
String_t* L_1 = ___tag0;
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->get_invalid_tag_chars_4();
NullCheck(L_1);
int32_t L_3 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_1, L_2, /*hidden argument*/NULL);
return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.Boolean System.Security.SecurityElement::IsValidText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityElement_IsValidText_m24B5BCD8748ED728FF28BD2B576CBE0CA69AA6A8 (String_t* ___text0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_IsValidText_m24B5BCD8748ED728FF28BD2B576CBE0CA69AA6A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___text0;
if (!L_0)
{
goto IL_0012;
}
}
{
String_t* L_1 = ___text0;
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->get_invalid_text_chars_5();
NullCheck(L_1);
int32_t L_3 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_1, L_2, /*hidden argument*/NULL);
return (bool)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.String System.Security.SecurityElement::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityElement_ToString_m0EF441D0CDAEFFDFA59C787AC22DA2D62A0308B6 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_ToString_m0EF441D0CDAEFFDFA59C787AC22DA2D62A0308B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
{
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58(__this, (StringBuilder_t **)(&V_0), 0, /*hidden argument*/NULL);
StringBuilder_t * L_1 = V_0;
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
return L_2;
}
}
// System.Void System.Security.SecurityElement::ToXml(System.Text.StringBuilder&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58 (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, StringBuilder_t ** ___s0, int32_t ___level1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
StringBuilder_t ** L_0 = ___s0;
StringBuilder_t * L_1 = *((StringBuilder_t **)L_0);
NullCheck(L_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, _stringLiteralC4DD3C8CDD8D7C95603DD67F1CD873D5F9148B29, /*hidden argument*/NULL);
StringBuilder_t ** L_2 = ___s0;
StringBuilder_t * L_3 = *((StringBuilder_t **)L_2);
String_t* L_4 = __this->get_tag_1();
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, L_4, /*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = __this->get_attributes_2();
if (!L_5)
{
goto IL_00aa;
}
}
{
StringBuilder_t ** L_6 = ___s0;
StringBuilder_t * L_7 = *((StringBuilder_t **)L_6);
NullCheck(L_7);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_7, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
V_0 = 0;
goto IL_009c;
}
IL_0037:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = __this->get_attributes_2();
int32_t L_9 = V_0;
NullCheck(L_8);
RuntimeObject * L_10 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(22 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9);
V_1 = ((SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A *)CastclassClass((RuntimeObject*)L_10, SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A_il2cpp_TypeInfo_var));
StringBuilder_t ** L_11 = ___s0;
StringBuilder_t * L_12 = *((StringBuilder_t **)L_11);
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_13 = V_1;
NullCheck(L_13);
String_t* L_14 = SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
StringBuilder_t * L_15 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_14, /*hidden argument*/NULL);
NullCheck(L_15);
StringBuilder_t * L_16 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, _stringLiteralC26F404BD297B248425BB88D6EF16BE5FAAA148F, /*hidden argument*/NULL);
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_17 = V_1;
NullCheck(L_17);
String_t* L_18 = SecurityAttribute_get_Value_m688A5CF9C4976D8823B4A3BE394F8F19D5AE7985_inline(L_17, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
String_t* L_19 = SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7(L_18, /*hidden argument*/NULL);
NullCheck(L_16);
StringBuilder_t * L_20 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_16, L_19, /*hidden argument*/NULL);
NullCheck(L_20);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
int32_t L_21 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_22 = __this->get_attributes_2();
NullCheck(L_22);
int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_22);
if ((((int32_t)L_21) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_23, (int32_t)1)))))
{
goto IL_0098;
}
}
{
StringBuilder_t ** L_24 = ___s0;
StringBuilder_t * L_25 = *((StringBuilder_t **)L_24);
String_t* L_26 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_25);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_25, L_26, /*hidden argument*/NULL);
}
IL_0098:
{
int32_t L_27 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_009c:
{
int32_t L_28 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_29 = __this->get_attributes_2();
NullCheck(L_29);
int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29);
if ((((int32_t)L_28) < ((int32_t)L_30)))
{
goto IL_0037;
}
}
IL_00aa:
{
String_t* L_31 = __this->get_text_0();
if (!L_31)
{
goto IL_00c4;
}
}
{
String_t* L_32 = __this->get_text_0();
String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_34 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_32, L_33, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_00f1;
}
}
IL_00c4:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_35 = __this->get_children_3();
if (!L_35)
{
goto IL_00d9;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_36 = __this->get_children_3();
NullCheck(L_36);
int32_t L_37 = VirtFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_36);
if (L_37)
{
goto IL_00f1;
}
}
IL_00d9:
{
StringBuilder_t ** L_38 = ___s0;
StringBuilder_t * L_39 = *((StringBuilder_t **)L_38);
NullCheck(L_39);
StringBuilder_t * L_40 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_39, _stringLiteral537FA6E787490E9ECBA018A19D88D636EEE975E6, /*hidden argument*/NULL);
String_t* L_41 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_40);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_40, L_41, /*hidden argument*/NULL);
return;
}
IL_00f1:
{
StringBuilder_t ** L_42 = ___s0;
StringBuilder_t * L_43 = *((StringBuilder_t **)L_42);
NullCheck(L_43);
StringBuilder_t * L_44 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_43, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL);
String_t* L_45 = __this->get_text_0();
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
String_t* L_46 = SecurityElement_Escape_m0EB8C4C11D70CAC5588F8DB79811B1BD1092B6F7(L_45, /*hidden argument*/NULL);
NullCheck(L_44);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_44, L_46, /*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_47 = __this->get_children_3();
if (!L_47)
{
goto IL_0160;
}
}
{
StringBuilder_t ** L_48 = ___s0;
StringBuilder_t * L_49 = *((StringBuilder_t **)L_48);
String_t* L_50 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_49);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_49, L_50, /*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_51 = __this->get_children_3();
NullCheck(L_51);
RuntimeObject* L_52 = VirtFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_51);
V_2 = L_52;
}
IL_012f:
try
{ // begin try (depth: 1)
{
goto IL_0145;
}
IL_0131:
{
RuntimeObject* L_53 = V_2;
NullCheck(L_53);
RuntimeObject * L_54 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_53);
StringBuilder_t ** L_55 = ___s0;
int32_t L_56 = ___level1;
NullCheck(((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_54, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var)));
SecurityElement_ToXml_m6907AA32DCB10BB2CCED763935BFC95E0F1EEF58(((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 *)CastclassSealed((RuntimeObject*)L_54, SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var)), (StringBuilder_t **)L_55, ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)), /*hidden argument*/NULL);
}
IL_0145:
{
RuntimeObject* L_57 = V_2;
NullCheck(L_57);
bool L_58 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_57);
if (L_58)
{
goto IL_0131;
}
}
IL_014d:
{
IL2CPP_LEAVE(0x160, FINALLY_014f);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_014f;
}
FINALLY_014f:
{ // begin finally (depth: 1)
{
RuntimeObject* L_59 = V_2;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_59, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_60 = V_3;
if (!L_60)
{
goto IL_015f;
}
}
IL_0159:
{
RuntimeObject* L_61 = V_3;
NullCheck(L_61);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_61);
}
IL_015f:
{
IL2CPP_END_FINALLY(335)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(335)
{
IL2CPP_JUMP_TBL(0x160, IL_0160)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0160:
{
StringBuilder_t ** L_62 = ___s0;
StringBuilder_t * L_63 = *((StringBuilder_t **)L_62);
NullCheck(L_63);
StringBuilder_t * L_64 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_63, _stringLiteral148AD7EB924EA204A6D3EA8E34EF9AAD04C02287, /*hidden argument*/NULL);
String_t* L_65 = __this->get_tag_1();
NullCheck(L_64);
StringBuilder_t * L_66 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_64, L_65, /*hidden argument*/NULL);
NullCheck(L_66);
StringBuilder_t * L_67 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_66, _stringLiteral091385BE99B45F459A231582D583EC9F3FA3D194, /*hidden argument*/NULL);
String_t* L_68 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_67);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_67, L_68, /*hidden argument*/NULL);
return;
}
}
// System.Security.SecurityElement_SecurityAttribute System.Security.SecurityElement::GetAttribute(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * SecurityElement_GetAttribute_m3804598A273DE130113F280A0932F40117FD826A (SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement_GetAttribute_m3804598A273DE130113F280A0932F40117FD826A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * V_1 = NULL;
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * V_2 = NULL;
RuntimeObject* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_attributes_2();
if (!L_0)
{
goto IL_004f;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get_attributes_2();
NullCheck(L_1);
RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1);
V_0 = L_2;
}
IL_0014:
try
{ // begin try (depth: 1)
{
goto IL_0034;
}
IL_0016:
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3);
V_1 = ((SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A *)CastclassClass((RuntimeObject*)L_4, SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A_il2cpp_TypeInfo_var));
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_5 = V_1;
NullCheck(L_5);
String_t* L_6 = SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16_inline(L_5, /*hidden argument*/NULL);
String_t* L_7 = ___name0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0034;
}
}
IL_0030:
{
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_9 = V_1;
V_2 = L_9;
IL2CPP_LEAVE(0x51, FINALLY_003e);
}
IL_0034:
{
RuntimeObject* L_10 = V_0;
NullCheck(L_10);
bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_10);
if (L_11)
{
goto IL_0016;
}
}
IL_003c:
{
IL2CPP_LEAVE(0x4F, FINALLY_003e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003e;
}
FINALLY_003e:
{ // begin finally (depth: 1)
{
RuntimeObject* L_12 = V_0;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_13 = V_3;
if (!L_13)
{
goto IL_004e;
}
}
IL_0048:
{
RuntimeObject* L_14 = V_3;
NullCheck(L_14);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_14);
}
IL_004e:
{
IL2CPP_END_FINALLY(62)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(62)
{
IL2CPP_JUMP_TBL(0x51, IL_0051)
IL2CPP_JUMP_TBL(0x4F, IL_004f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_004f:
{
return (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A *)NULL;
}
IL_0051:
{
SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * L_15 = V_2;
return L_15;
}
}
// System.Void System.Security.SecurityElement::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityElement__cctor_m73BC115B56BEF73389E481A1287484C40117EF07 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityElement__cctor_m73BC115B56BEF73389E481A1287484C40117EF07_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____CE93C35B755802BC4B3D180716B048FC61701EF7_83_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->set_invalid_tag_chars_4(L_1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)60));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4;
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)62));
((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->set_invalid_text_chars_5(L_5);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = L_6;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_8 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____CE93C35B755802BC4B3D180716B048FC61701EF7_83_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_7, L_8, /*hidden argument*/NULL);
((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->set_invalid_attr_name_chars_6(L_7);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_11 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____BF5EB60806ECB74EE484105DD9D6F463BF994867_79_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_10, L_11, /*hidden argument*/NULL);
((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->set_invalid_attr_value_chars_7(L_10);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)5);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = L_12;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_14 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____399BD13E240F33F808CA7940293D6EC4E6FD5A00_17_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_13, L_14, /*hidden argument*/NULL);
((SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_StaticFields*)il2cpp_codegen_static_fields_for(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var))->set_invalid_chars_8(L_13);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.SecurityElement_SecurityAttribute::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833 (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
bool L_1 = SecurityElement_IsValidAttributeName_mB2931DE1E6F81B307D10B7EA7EF7D82FF006968A(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0029;
}
}
{
String_t* L_2 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral696483704D16DC0D0AA02D381DB140459DD7C00F, /*hidden argument*/NULL);
String_t* L_3 = ___name0;
String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_3, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833_RuntimeMethod_var);
}
IL_0029:
{
String_t* L_6 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
bool L_7 = SecurityElement_IsValidAttributeValue_m51DB156F9ACB51CC51E3C8C316FAAD8A17A74E89(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_004c;
}
}
{
String_t* L_8 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral90FE2EFBF2212023D446C732AD2C985C10D4AD16, /*hidden argument*/NULL);
String_t* L_9 = ___value1;
String_t* L_10 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_8, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_9, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, SecurityAttribute__ctor_m5E0BE88BC648CA3F10B585D7A10D6BFDC6A70833_RuntimeMethod_var);
}
IL_004c:
{
String_t* L_12 = ___name0;
__this->set__name_0(L_12);
String_t* L_13 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7_il2cpp_TypeInfo_var);
String_t* L_14 = SecurityElement_Unescape_m29A13127422E5C6E4D624F063AB71E121E27D83E(L_13, /*hidden argument*/NULL);
__this->set__value_1(L_14);
return;
}
}
// System.String System.Security.SecurityElement_SecurityAttribute::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16 (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__name_0();
return L_0;
}
}
// System.String System.Security.SecurityElement_SecurityAttribute::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Value_m688A5CF9C4976D8823B4A3BE394F8F19D5AE7985 (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__value_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.SecurityException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m15CEFB154F8D6C32067CCBC746282B5480EB84B8 (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityException__ctor_m15CEFB154F8D6C32067CCBC746282B5480EB84B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralB8FE738136DDF0DA763B4C61CD03CB1E5226AE3C, /*hidden argument*/NULL);
SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.SecurityException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m69B689A29B9D73495C42E126036A601EA7048FEE (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline(__this, ((int32_t)-2146233078), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.SecurityException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_mEBE03529D39567ED8B8BF4B34D85B28059699578 (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityException__ctor_mEBE03529D39567ED8B8BF4B34D85B28059699578_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * V_0 = NULL;
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline(__this, ((int32_t)-2146233078), /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
NullCheck(L_2);
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_3 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_0040;
}
IL_001c:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_4 = V_0;
NullCheck(L_4);
String_t* L_5 = SerializationInfoEnumerator_get_Name_m925E3C668A70982F88C8EBEEB86BA0D45B71857E(L_4, /*hidden argument*/NULL);
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral752DC7B690A17845DFFF515D1665F8F3DA8F6A97, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0040;
}
}
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_7 = V_0;
NullCheck(L_7);
RuntimeObject * L_8 = SerializationInfoEnumerator_get_Value_m90F91B3AFD43BA00E4A69FC0954761CFD9C55AE1(L_7, /*hidden argument*/NULL);
__this->set_permissionState_17(((String_t*)CastclassSealed((RuntimeObject*)L_8, String_t_il2cpp_TypeInfo_var)));
return;
}
IL_0040:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_9 = V_0;
NullCheck(L_9);
bool L_10 = SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_001c;
}
}
{
return;
}
}
// System.Void System.Security.SecurityException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException__ctor_m61D11E2EB029D2370BC107EC550683AEE5BF6E1D (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___inner1;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL);
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline(__this, ((int32_t)-2146233078), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.SecurityException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityException_GetObjectData_mEAB86180524C1C84B15DB460E99280223DE39264 (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecurityException_GetObjectData_mEAB86180524C1C84B15DB460E99280223DE39264_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL);
}
IL_0008:
try
{ // begin try (depth: 1)
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
String_t* L_3 = __this->get_permissionState_17();
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral752DC7B690A17845DFFF515D1665F8F3DA8F6A97, L_3, /*hidden argument*/NULL);
goto IL_001e;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_001b;
throw e;
}
CATCH_001b:
{ // begin catch(System.Security.SecurityException)
goto IL_001e;
} // end catch (depth: 1)
IL_001e:
{
return;
}
}
// System.String System.Security.SecurityException::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecurityException_ToString_mA21167B13E9F941C89020E44FDCBC5C370990EFD (SecurityException_tBB116BA16A419AB19A4F7DEEF43A3FC2A638E8D5 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = Exception_ToString_m403BC2DBD48C830789D6270B4E917AB2D5E88183(__this, /*hidden argument*/NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Security.SecurityManager::CheckElevatedPermissions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecurityManager_CheckElevatedPermissions_mC3323475F1FDB37C20D9DA45F54EAD827AB7EE9E (const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void System.Security.SecurityManager::EnsureElevatedPermissions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecurityManager_EnsureElevatedPermissions_m4169B183D4094E3E840DC0942FBCBDB3E0F127A6 (const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.XmlSyntaxException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m20E2E8C67553CC64883064B74FF5E52277F08397 (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, const RuntimeMethod* method)
{
{
SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.XmlSyntaxException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_mFB9E715E2AE5453ADD332D0F4AF60BA33919301F (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.XmlSyntaxException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_mF167AF5652F9FB7A1ED9C8F6082367C339634175 (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___inner1;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.XmlSyntaxException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSyntaxException__ctor_m2F4BB4D4DB46F4593EAFB342BBF9809014E1BFA5 (XmlSyntaxException_tA9978BD14BB712CD2B7B33BA18D0616E2A0185A7 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.SerializableAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializableAttribute__ctor_m2EEE0A59C8AE32A075D806DDBB0D41EB85F049E8 (SerializableAttribute_t2522EA746802F84F4805F489ECE9CFAC1A817F0F * __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m45CAD4B01265CC84CC5A84F62EE2DBE85DE89EC0(__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.Boolean System.Single::IsInfinity(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsInfinity_m811B198540AB538C4FE145F7C0303C4AD772988B (float ___f0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int32_t*)(((uintptr_t)(&___f0))));
return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL)))) == ((int32_t)((int32_t)2139095040)))? 1 : 0);
}
}
// System.Boolean System.Single::IsNaN(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB (float ___f0, const RuntimeMethod* method)
{
{
int32_t L_0 = *((int32_t*)(((uintptr_t)(&___f0))));
return (bool)((((int32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL)))) > ((int32_t)((int32_t)2139095040)))? 1 : 0);
}
}
// System.Int32 System.Single::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915 (float* __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
RuntimeObject * L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return 1;
}
IL_0005:
{
RuntimeObject * L_1 = ___value0;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_1, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))
{
goto IL_0040;
}
}
{
RuntimeObject * L_2 = ___value0;
V_0 = ((*(float*)((float*)UnBox(L_2, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
float L_3 = *((float*)__this);
float L_4 = V_0;
if ((!(((float)L_3) < ((float)L_4))))
{
goto IL_001b;
}
}
{
return (-1);
}
IL_001b:
{
float L_5 = *((float*)__this);
float L_6 = V_0;
if ((!(((float)L_5) > ((float)L_6))))
{
goto IL_0022;
}
}
{
return 1;
}
IL_0022:
{
float L_7 = *((float*)__this);
float L_8 = V_0;
if ((!(((float)L_7) == ((float)L_8))))
{
goto IL_0029;
}
}
{
return 0;
}
IL_0029:
{
float L_9 = *((float*)__this);
bool L_10 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_003e;
}
}
{
float L_11 = V_0;
bool L_12 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_003c;
}
}
{
return (-1);
}
IL_003c:
{
return 0;
}
IL_003e:
{
return 1;
}
IL_0040:
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral3444544653349475D68381021F02AE9EECD2961E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915_RuntimeMethod_var);
}
}
IL2CPP_EXTERN_C int32_t Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_CompareTo_mC662267F0912CCC19395FD60E0DD4C69572C8915(_thisAdjusted, ___value0, method);
}
// System.Int32 System.Single::CompareTo(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC (float* __this, float ___value0, const RuntimeMethod* method)
{
{
float L_0 = *((float*)__this);
float L_1 = ___value0;
if ((!(((float)L_0) < ((float)L_1))))
{
goto IL_0007;
}
}
{
return (-1);
}
IL_0007:
{
float L_2 = *((float*)__this);
float L_3 = ___value0;
if ((!(((float)L_2) > ((float)L_3))))
{
goto IL_000e;
}
}
{
return 1;
}
IL_000e:
{
float L_4 = *((float*)__this);
float L_5 = ___value0;
if ((!(((float)L_4) == ((float)L_5))))
{
goto IL_0015;
}
}
{
return 0;
}
IL_0015:
{
float L_6 = *((float*)__this);
bool L_7 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_002a;
}
}
{
float L_8 = ___value0;
bool L_9 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0028;
}
}
{
return (-1);
}
IL_0028:
{
return 0;
}
IL_002a:
{
return 1;
}
}
IL2CPP_EXTERN_C int32_t Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC(_thisAdjusted, ___value0, method);
}
// System.Boolean System.Single::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16 (float* __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
RuntimeObject * L_0 = ___obj0;
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
RuntimeObject * L_1 = ___obj0;
V_0 = ((*(float*)((float*)UnBox(L_1, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
float L_2 = V_0;
float L_3 = *((float*)__this);
if ((!(((float)L_2) == ((float)L_3))))
{
goto IL_0018;
}
}
{
return (bool)1;
}
IL_0018:
{
float L_4 = V_0;
bool L_5 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0028;
}
}
{
float L_6 = *((float*)__this);
bool L_7 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0028:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_Equals_mF4C7AEA9D216B3C9CB735BF327D07BF50F101A16(_thisAdjusted, ___obj0, method);
}
// System.Boolean System.Single::Equals(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7 (float* __this, float ___obj0, const RuntimeMethod* method)
{
{
float L_0 = ___obj0;
float L_1 = *((float*)__this);
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_0007;
}
}
{
return (bool)1;
}
IL_0007:
{
float L_2 = ___obj0;
bool L_3 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0017;
}
}
{
float L_4 = *((float*)__this);
bool L_5 = Single_IsNaN_m1ACB82FA5DC805F0F5015A1DA6B3DC447C963AFB(L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0017:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7_AdjustorThunk (RuntimeObject * __this, float ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7(_thisAdjusted, ___obj0, method);
}
// System.Int32 System.Single::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0 (float* __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
float L_0 = *((float*)__this);
V_0 = L_0;
float L_1 = V_0;
if ((!(((float)L_1) == ((float)(0.0f)))))
{
goto IL_000d;
}
}
{
return 0;
}
IL_000d:
{
int32_t L_2 = *((int32_t*)(((uintptr_t)(&V_0))));
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_GetHashCode_m1BC0733E0C3851ED9D1B6C9C0B243BB88BE77AD0(_thisAdjusted, method);
}
// System.String System.Single::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m2B1556CFBBD088D285A0B0EA280F82D3A4344DC3 (float* __this, const RuntimeMethod* method)
{
{
float L_0 = *((float*)__this);
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_CurrentInfo_m595DF03E32E0C5B01F1EC45F7264B2BD09BA61C9(/*hidden argument*/NULL);
String_t* L_2 = Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256(L_0, (String_t*)NULL, L_1, /*hidden argument*/NULL);
return L_2;
}
}
IL2CPP_EXTERN_C String_t* Single_ToString_m2B1556CFBBD088D285A0B0EA280F82D3A4344DC3_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_ToString_m2B1556CFBBD088D285A0B0EA280F82D3A4344DC3(_thisAdjusted, method);
}
// System.String System.Single::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m578EAE7D490B9ACEF7116E4E824DC2F1E8F25A2F (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
float L_0 = *((float*)__this);
RuntimeObject* L_1 = ___provider0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
String_t* L_3 = Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256(L_0, (String_t*)NULL, L_2, /*hidden argument*/NULL);
return L_3;
}
}
IL2CPP_EXTERN_C String_t* Single_ToString_m578EAE7D490B9ACEF7116E4E824DC2F1E8F25A2F_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_ToString_m578EAE7D490B9ACEF7116E4E824DC2F1E8F25A2F(_thisAdjusted, ___provider0, method);
}
// System.String System.Single::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756 (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
float L_0 = *((float*)__this);
String_t* L_1 = ___format0;
RuntimeObject* L_2 = ___provider1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_2, /*hidden argument*/NULL);
String_t* L_4 = Number_FormatSingle_m323E2B56236A6DAA51251B75618122C0A58F5256(L_0, L_1, L_3, /*hidden argument*/NULL);
return L_4;
}
}
IL2CPP_EXTERN_C String_t* Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756_AdjustorThunk (RuntimeObject * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756(_thisAdjusted, ___format0, ___provider1, method);
}
// System.Single System.Single::Parse(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m341EA42F7782B136FA7335771DA3C6C96AF6BD86 (String_t* ___s0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
RuntimeObject* L_1 = ___provider1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_1, /*hidden argument*/NULL);
float L_3 = Single_Parse_mAACB78E5DB76B756AA541CE1FD79F915FC66D1D8(L_0, ((int32_t)231), L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m6D591682F5EF2ED4D1CEADF65728E965A739AE74 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___style1;
NumberFormatInfo_ValidateParseStyleFloatingPoint_mEC705C72BC013FB4A554725339A2617D9B4ECC07(L_0, /*hidden argument*/NULL);
String_t* L_1 = ___s0;
int32_t L_2 = ___style1;
RuntimeObject* L_3 = ___provider2;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_GetInstance_m713D298B436F3765F059FEA6C446F0A6ABF0A89A(L_3, /*hidden argument*/NULL);
float L_5 = Single_Parse_mAACB78E5DB76B756AA541CE1FD79F915FC66D1D8(L_1, L_2, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.Globalization.NumberFormatInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_mAACB78E5DB76B756AA541CE1FD79F915FC66D1D8 (String_t* ___s0, int32_t ___style1, NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___info2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
int32_t L_1 = ___style1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_2 = ___info2;
float L_3 = Number_ParseSingle_mF8DD4A8C88973C759A7700C1A9B126566AFAFC4B(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.TypeCode System.Single::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_GetTypeCode_m3AED7A651BCA30B93CADE00BD3873A20F516158F (float* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)13));
}
}
IL2CPP_EXTERN_C int32_t Single_GetTypeCode_m3AED7A651BCA30B93CADE00BD3873A20F516158F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_GetTypeCode_m3AED7A651BCA30B93CADE00BD3873A20F516158F(_thisAdjusted, method);
}
// System.Boolean System.Single::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
bool L_1 = Convert_ToBoolean_mC00CC1575D48C5527CFADA8E1B2328E88341F86A(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C bool Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToBoolean_m010C755076291EE3AF73DC3E84B8820A71CFA0B5(_thisAdjusted, ___provider0, method);
}
// System.Char System.Single::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E_RuntimeMethod_var);
}
}
IL2CPP_EXTERN_C Il2CppChar Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToChar_m6D629585D88FD4C0CE758F576BE354A2CF1CFE3E(_thisAdjusted, ___provider0, method);
}
// System.SByte System.Single::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int8_t L_1 = Convert_ToSByte_mFFC0642A84BC819A5DED67F18AD2ED18A8F80CD1(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int8_t Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToSByte_m29ECA5B04A75734F279D572C7A3858533EA34A68(_thisAdjusted, ___provider0, method);
}
// System.Byte System.Single::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_1 = Convert_ToByte_mBF7D0A7CFDAB28F8B3D979168CFE7A6404A2A606(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint8_t Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToByte_m70C0F71576659E8BD0BB8A2FC6F4C4908073F268(_thisAdjusted, ___provider0, method);
}
// System.Int16 System.Single::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int16_t L_1 = Convert_ToInt16_m7F87DC717F07D47C104372D55D3E72FBE26CF2CC(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int16_t Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToInt16_m987F6E4D845FD612E22DF9A92272B2F33B903E4D(_thisAdjusted, ___provider0, method);
}
// System.UInt16 System.Single::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint16_t L_1 = Convert_ToUInt16_m13E0B382AD753A7931E9583BDF9091719617F70C(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint16_t Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToUInt16_mFC9469194A954AAE7422C86D16F3D7B78125C7B6(_thisAdjusted, ___provider0, method);
}
// System.Int32 System.Single::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_1 = Convert_ToInt32_mA9271FF590B90ADF4072A0FBF2C7F59874FA5EC4(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToInt32_mD3C0B44FC0283D5128B231D4A61D355E6B20FBBE(_thisAdjusted, ___provider0, method);
}
// System.UInt32 System.Single::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint32_t L_1 = Convert_ToUInt32_mE576F9C14D9BA51A0E3471521033BF798781CCE7(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint32_t Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToUInt32_m488BC73FC42851E40650927E1E62B1FEB1B3A1E3(_thisAdjusted, ___provider0, method);
}
// System.Int64 System.Single::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int64_t L_1 = Convert_ToInt64_m6963E5AB9C468141588B8BE08A9F2454A066D3CA(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int64_t Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToInt64_m0D22E33D684DDF1A27341CF096C21A394F199DA7(_thisAdjusted, ___provider0, method);
}
// System.UInt64 System.Single::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint64_t L_1 = Convert_ToUInt64_mC9816AF80E8B2471627DB2BE1E4A02160D8BAFF3(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C uint64_t Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToUInt64_m5282F936DED3E9C69D2521BE304E01C447EB6E65(_thisAdjusted, ___provider0, method);
}
// System.Single System.Single::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_System_IConvertible_ToSingle_m79DC4741AD4AF15F327C5FC4B495E3E848B39A4D (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
float L_0 = *((float*)__this);
return L_0;
}
}
IL2CPP_EXTERN_C float Single_System_IConvertible_ToSingle_m79DC4741AD4AF15F327C5FC4B495E3E848B39A4D_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToSingle_m79DC4741AD4AF15F327C5FC4B495E3E848B39A4D(_thisAdjusted, ___provider0, method);
}
// System.Double System.Single::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
double L_1 = Convert_ToDouble_m80148DF46C72C989F186F0616EDE71A34BA3A967(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C double Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToDouble_m43D0256E523ED392884C9DE2E7926067BE4667C5(_thisAdjusted, ___provider0, method);
}
// System.Decimal System.Single::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Convert_ToDecimal_m0723C02BC98733C38A826B8BBF2C4AE24B7CB557(L_0, /*hidden argument*/NULL);
return L_1;
}
}
IL2CPP_EXTERN_C Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToDecimal_mEE82FA27089AA92C6A0A7D5CAA1D707D26ED6898(_thisAdjusted, ___provider0, method);
}
// System.DateTime System.Single::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1 (float* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF1E5BAF5ECC3589631088C40CBDD43061976ED8F);
String_t* L_3 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE5559C91F3F57F398B8B547CA356C67FFA1F6497, L_2, /*hidden argument*/NULL);
InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA * L_4 = (InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA *)il2cpp_codegen_object_new(InvalidCastException_t91DF9E7D7FCCDA6C562CB4A9A18903E016680FDA_il2cpp_TypeInfo_var);
InvalidCastException__ctor_m3795145150387C6C362DA693613505C604AB8812(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1_RuntimeMethod_var);
}
}
IL2CPP_EXTERN_C DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1_AdjustorThunk (RuntimeObject * __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToDateTime_m9B933F0BF5525156FDF2100D37843C4A24F019A1(_thisAdjusted, ___provider0, method);
}
// System.Object System.Single::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC (float* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = *((float*)__this);
float L_1 = L_0;
RuntimeObject * L_2 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1);
Type_t * L_3 = ___type0;
RuntimeObject* L_4 = ___provider1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeObject * L_5 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3((RuntimeObject*)L_2, L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
IL2CPP_EXTERN_C RuntimeObject * Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC_AdjustorThunk (RuntimeObject * __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
int32_t _offset = 1;
float* _thisAdjusted = reinterpret_cast<float*>(__this + _offset);
return Single_System_IConvertible_ToType_mF7580516A3EBBE7ECCD84D585A3D3244F564DBEC(_thisAdjusted, ___type0, ___provider1, 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
#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.StackOverflowException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackOverflowException__ctor_m6E35C3E04549895450B929D4F111AAA25841C921 (StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StackOverflowException__ctor_m6E35C3E04549895450B929D4F111AAA25841C921_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral76ACCB4BD9C3BCE8D4A5747CAD7261F2CA45B960, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147023895), /*hidden argument*/NULL);
return;
}
}
// System.Void System.StackOverflowException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackOverflowException__ctor_m270AB3745844A1081C6DB2720A525DB8A50093AE (StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147023895), /*hidden argument*/NULL);
return;
}
}
// System.Void System.StackOverflowException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StackOverflowException__ctor_m05362A8E29A352F1130A5B61F8C0814060BC3363 (StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*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.String System.String::Join(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4 (String_t* ___separator0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___value1;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___separator0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___value1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___value1;
NullCheck(L_4);
String_t* L_5 = String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF(L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), /*hidden argument*/NULL);
return L_5;
}
}
// System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF (String_t* ___separator0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value1, int32_t ___startIndex2, int32_t ___count3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
int32_t V_3 = 0;
Il2CppChar* V_4 = NULL;
Il2CppChar* V_5 = NULL;
UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C V_6;
memset((&V_6), 0, sizeof(V_6));
int32_t V_7 = 0;
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___value1;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___startIndex2;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_5 = ___count3;
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_0040;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var);
}
IL_0040:
{
int32_t L_8 = ___startIndex2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = ___value1;
NullCheck(L_9);
int32_t L_10 = ___count3;
if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10)))))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var);
}
IL_005d:
{
String_t* L_13 = ___separator0;
if (L_13)
{
goto IL_0067;
}
}
{
String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___separator0 = L_14;
}
IL_0067:
{
int32_t L_15 = ___count3;
if (L_15)
{
goto IL_0070;
}
}
{
String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_16;
}
IL_0070:
{
V_0 = 0;
int32_t L_17 = ___startIndex2;
int32_t L_18 = ___count3;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_18)), (int32_t)1));
int32_t L_19 = ___startIndex2;
V_3 = L_19;
goto IL_0090;
}
IL_007c:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = ___value1;
int32_t L_21 = V_3;
NullCheck(L_20);
int32_t L_22 = L_21;
String_t* L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
if (!L_23)
{
goto IL_008c;
}
}
{
int32_t L_24 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = ___value1;
int32_t L_26 = V_3;
NullCheck(L_25);
int32_t L_27 = L_26;
String_t* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
NullCheck(L_28);
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)L_29));
}
IL_008c:
{
int32_t L_30 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_0090:
{
int32_t L_31 = V_3;
int32_t L_32 = V_1;
if ((((int32_t)L_31) <= ((int32_t)L_32)))
{
goto IL_007c;
}
}
{
int32_t L_33 = V_0;
int32_t L_34 = ___count3;
String_t* L_35 = ___separator0;
NullCheck(L_35);
int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_35, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)), (int32_t)L_36))));
int32_t L_37 = V_0;
if ((((int32_t)L_37) < ((int32_t)0)))
{
goto IL_00ab;
}
}
{
int32_t L_38 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1))) >= ((int32_t)0)))
{
goto IL_00b1;
}
}
IL_00ab:
{
OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * L_39 = (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)il2cpp_codegen_object_new(OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var);
OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB(L_39, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF_RuntimeMethod_var);
}
IL_00b1:
{
int32_t L_40 = V_0;
if (L_40)
{
goto IL_00ba;
}
}
{
String_t* L_41 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_41;
}
IL_00ba:
{
int32_t L_42 = V_0;
String_t* L_43 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_42, /*hidden argument*/NULL);
V_2 = L_43;
String_t* L_44 = V_2;
NullCheck(L_44);
Il2CppChar* L_45 = L_44->get_address_of_m_firstChar_1();
V_5 = (Il2CppChar*)L_45;
Il2CppChar* L_46 = V_5;
V_4 = (Il2CppChar*)(((uintptr_t)L_46));
Il2CppChar* L_47 = V_4;
int32_t L_48 = V_0;
UnSafeCharBuffer__ctor_mF7AA675CC9B4BF79D4A8FD4EB7146CFFECEEB14D((UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C *)(&V_6), (Il2CppChar*)(Il2CppChar*)L_47, L_48, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_49 = ___value1;
int32_t L_50 = ___startIndex2;
NullCheck(L_49);
int32_t L_51 = L_50;
String_t* L_52 = (L_49)->GetAt(static_cast<il2cpp_array_size_t>(L_51));
UnSafeCharBuffer_AppendString_m1E2967E285FC06FDE141B90EF186745D5D2814FE((UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C *)(&V_6), L_52, /*hidden argument*/NULL);
int32_t L_53 = ___startIndex2;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1));
goto IL_0102;
}
IL_00e9:
{
String_t* L_54 = ___separator0;
UnSafeCharBuffer_AppendString_m1E2967E285FC06FDE141B90EF186745D5D2814FE((UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C *)(&V_6), L_54, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_55 = ___value1;
int32_t L_56 = V_7;
NullCheck(L_55);
int32_t L_57 = L_56;
String_t* L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
UnSafeCharBuffer_AppendString_m1E2967E285FC06FDE141B90EF186745D5D2814FE((UnSafeCharBuffer_t99F0962CE65E71C4BA612D5434276C51AC33AF0C *)(&V_6), L_58, /*hidden argument*/NULL);
int32_t L_59 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1));
}
IL_0102:
{
int32_t L_60 = V_7;
int32_t L_61 = V_1;
if ((((int32_t)L_60) <= ((int32_t)L_61)))
{
goto IL_00e9;
}
}
{
V_5 = (Il2CppChar*)(((uintptr_t)0));
String_t* L_62 = V_2;
return L_62;
}
}
// System.Int32 System.String::CompareOrdinalIgnoreCaseHelper(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
Il2CppChar* V_4 = NULL;
Il2CppChar* V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
{
String_t* L_0 = ___strA0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
String_t* L_2 = ___strB1;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_4 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_1, L_3, /*hidden argument*/NULL);
V_0 = L_4;
String_t* L_5 = ___strA0;
NullCheck(L_5);
Il2CppChar* L_6 = L_5->get_address_of_m_firstChar_1();
V_2 = (Il2CppChar*)L_6;
Il2CppChar* L_7 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_7));
String_t* L_8 = ___strB1;
NullCheck(L_8);
Il2CppChar* L_9 = L_8->get_address_of_m_firstChar_1();
V_3 = (Il2CppChar*)L_9;
Il2CppChar* L_10 = V_3;
Il2CppChar* L_11 = V_1;
V_4 = (Il2CppChar*)L_11;
V_5 = (Il2CppChar*)(((uintptr_t)L_10));
goto IL_0072;
}
IL_002c:
{
Il2CppChar* L_12 = V_4;
int32_t L_13 = *((uint16_t*)L_12);
V_6 = L_13;
Il2CppChar* L_14 = V_5;
int32_t L_15 = *((uint16_t*)L_14);
V_7 = L_15;
int32_t L_16 = V_6;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)((int32_t)97)))) <= ((uint32_t)((int32_t)25)))))
{
goto IL_0046;
}
}
{
int32_t L_17 = V_6;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)32)));
}
IL_0046:
{
int32_t L_18 = V_7;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)((int32_t)97)))) <= ((uint32_t)((int32_t)25)))))
{
goto IL_0056;
}
}
{
int32_t L_19 = V_7;
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)((int32_t)32)));
}
IL_0056:
{
int32_t L_20 = V_6;
int32_t L_21 = V_7;
if ((((int32_t)L_20) == ((int32_t)L_21)))
{
goto IL_0062;
}
}
{
int32_t L_22 = V_6;
int32_t L_23 = V_7;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23));
}
IL_0062:
{
Il2CppChar* L_24 = V_4;
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)2));
Il2CppChar* L_25 = V_5;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)2));
int32_t L_26 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)1));
}
IL_0072:
{
int32_t L_27 = V_0;
if (L_27)
{
goto IL_002c;
}
}
{
String_t* L_28 = ___strA0;
NullCheck(L_28);
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL);
String_t* L_30 = ___strB1;
NullCheck(L_30);
int32_t L_31 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_30, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31));
}
}
// System.Boolean System.String::EqualsHelper(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
Il2CppChar* V_4 = NULL;
Il2CppChar* V_5 = NULL;
{
String_t* L_0 = ___strA0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = ___strA0;
NullCheck(L_2);
Il2CppChar* L_3 = L_2->get_address_of_m_firstChar_1();
V_2 = (Il2CppChar*)L_3;
Il2CppChar* L_4 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_4));
String_t* L_5 = ___strB1;
NullCheck(L_5);
Il2CppChar* L_6 = L_5->get_address_of_m_firstChar_1();
V_3 = (Il2CppChar*)L_6;
Il2CppChar* L_7 = V_3;
Il2CppChar* L_8 = V_1;
V_4 = (Il2CppChar*)L_8;
V_5 = (Il2CppChar*)(((uintptr_t)L_7));
bool L_9 = Environment_get_Is64BitProcess_mEEAFF56728363604DEE63AFBDFE97E54A251AEB1(/*hidden argument*/NULL);
if (!L_9)
{
goto IL_00f3;
}
}
{
goto IL_0076;
}
IL_002b:
{
Il2CppChar* L_10 = V_4;
int64_t L_11 = *((int64_t*)L_10);
Il2CppChar* L_12 = V_5;
int64_t L_13 = *((int64_t*)L_12);
if ((((int64_t)L_11) == ((int64_t)L_13)))
{
goto IL_0035;
}
}
{
return (bool)0;
}
IL_0035:
{
Il2CppChar* L_14 = V_4;
int64_t L_15 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
Il2CppChar* L_16 = V_5;
int64_t L_17 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
if ((((int64_t)L_15) == ((int64_t)L_17)))
{
goto IL_0049;
}
}
{
return (bool)0;
}
IL_0049:
{
Il2CppChar* L_18 = V_4;
int64_t L_19 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2)))));
Il2CppChar* L_20 = V_5;
int64_t L_21 = *((int64_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2)))));
if ((((int64_t)L_19) == ((int64_t)L_21)))
{
goto IL_005d;
}
}
{
return (bool)0;
}
IL_005d:
{
Il2CppChar* L_22 = V_4;
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)12))), (int32_t)2))));
Il2CppChar* L_23 = V_5;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)12))), (int32_t)2))));
int32_t L_24 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)((int32_t)12)));
}
IL_0076:
{
int32_t L_25 = V_0;
if ((((int32_t)L_25) >= ((int32_t)((int32_t)12))))
{
goto IL_002b;
}
}
{
goto IL_0118;
}
IL_0080:
{
Il2CppChar* L_26 = V_4;
int32_t L_27 = *((int32_t*)L_26);
Il2CppChar* L_28 = V_5;
int32_t L_29 = *((int32_t*)L_28);
if ((((int32_t)L_27) == ((int32_t)L_29)))
{
goto IL_008a;
}
}
{
return (bool)0;
}
IL_008a:
{
Il2CppChar* L_30 = V_4;
int32_t L_31 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))));
Il2CppChar* L_32 = V_5;
int32_t L_33 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))));
if ((((int32_t)L_31) == ((int32_t)L_33)))
{
goto IL_009e;
}
}
{
return (bool)0;
}
IL_009e:
{
Il2CppChar* L_34 = V_4;
int32_t L_35 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
Il2CppChar* L_36 = V_5;
int32_t L_37 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
if ((((int32_t)L_35) == ((int32_t)L_37)))
{
goto IL_00b2;
}
}
{
return (bool)0;
}
IL_00b2:
{
Il2CppChar* L_38 = V_4;
int32_t L_39 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_38, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2)))));
Il2CppChar* L_40 = V_5;
int32_t L_41 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2)))));
if ((((int32_t)L_39) == ((int32_t)L_41)))
{
goto IL_00c6;
}
}
{
return (bool)0;
}
IL_00c6:
{
Il2CppChar* L_42 = V_4;
int32_t L_43 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2)))));
Il2CppChar* L_44 = V_5;
int32_t L_45 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2)))));
if ((((int32_t)L_43) == ((int32_t)L_45)))
{
goto IL_00da;
}
}
{
return (bool)0;
}
IL_00da:
{
Il2CppChar* L_46 = V_4;
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)10))), (int32_t)2))));
Il2CppChar* L_47 = V_5;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)10))), (int32_t)2))));
int32_t L_48 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)((int32_t)10)));
}
IL_00f3:
{
int32_t L_49 = V_0;
if ((((int32_t)L_49) >= ((int32_t)((int32_t)10))))
{
goto IL_0080;
}
}
{
goto IL_0118;
}
IL_00fa:
{
Il2CppChar* L_50 = V_4;
int32_t L_51 = *((int32_t*)L_50);
Il2CppChar* L_52 = V_5;
int32_t L_53 = *((int32_t*)L_52);
if ((!(((uint32_t)L_51) == ((uint32_t)L_53))))
{
goto IL_011c;
}
}
{
Il2CppChar* L_54 = V_4;
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_54, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))));
Il2CppChar* L_55 = V_5;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))));
int32_t L_56 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)2));
}
IL_0118:
{
int32_t L_57 = V_0;
if ((((int32_t)L_57) > ((int32_t)0)))
{
goto IL_00fa;
}
}
IL_011c:
{
int32_t L_58 = V_0;
return (bool)((((int32_t)((((int32_t)L_58) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Int32 System.String::CompareOrdinalHelper(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
Il2CppChar* V_4 = NULL;
Il2CppChar* V_5 = NULL;
Il2CppChar* V_6 = NULL;
int32_t V_7 = 0;
int32_t V_8 = 0;
{
String_t* L_0 = ___strA0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
String_t* L_2 = ___strB1;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_4 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_1, L_3, /*hidden argument*/NULL);
V_0 = L_4;
V_1 = (-1);
String_t* L_5 = ___strA0;
NullCheck(L_5);
Il2CppChar* L_6 = L_5->get_address_of_m_firstChar_1();
V_3 = (Il2CppChar*)L_6;
Il2CppChar* L_7 = V_3;
V_2 = (Il2CppChar*)(((uintptr_t)L_7));
String_t* L_8 = ___strB1;
NullCheck(L_8);
Il2CppChar* L_9 = L_8->get_address_of_m_firstChar_1();
V_4 = (Il2CppChar*)L_9;
Il2CppChar* L_10 = V_4;
Il2CppChar* L_11 = V_2;
V_5 = (Il2CppChar*)L_11;
V_6 = (Il2CppChar*)(((uintptr_t)L_10));
goto IL_00ad;
}
IL_0030:
{
Il2CppChar* L_12 = V_5;
int32_t L_13 = *((int32_t*)L_12);
Il2CppChar* L_14 = V_6;
int32_t L_15 = *((int32_t*)L_14);
if ((((int32_t)L_13) == ((int32_t)L_15)))
{
goto IL_003c;
}
}
{
V_1 = 0;
goto IL_00b5;
}
IL_003c:
{
Il2CppChar* L_16 = V_5;
int32_t L_17 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))));
Il2CppChar* L_18 = V_6;
int32_t L_19 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))));
if ((((int32_t)L_17) == ((int32_t)L_19)))
{
goto IL_0052;
}
}
{
V_1 = 2;
goto IL_00b5;
}
IL_0052:
{
Il2CppChar* L_20 = V_5;
int32_t L_21 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
Il2CppChar* L_22 = V_6;
int32_t L_23 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
if ((((int32_t)L_21) == ((int32_t)L_23)))
{
goto IL_0068;
}
}
{
V_1 = 4;
goto IL_00b5;
}
IL_0068:
{
Il2CppChar* L_24 = V_5;
int32_t L_25 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2)))));
Il2CppChar* L_26 = V_6;
int32_t L_27 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2)))));
if ((((int32_t)L_25) == ((int32_t)L_27)))
{
goto IL_007e;
}
}
{
V_1 = 6;
goto IL_00b5;
}
IL_007e:
{
Il2CppChar* L_28 = V_5;
int32_t L_29 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2)))));
Il2CppChar* L_30 = V_6;
int32_t L_31 = *((int32_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2)))));
if ((((int32_t)L_29) == ((int32_t)L_31)))
{
goto IL_0094;
}
}
{
V_1 = 8;
goto IL_00b5;
}
IL_0094:
{
Il2CppChar* L_32 = V_5;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)10))), (int32_t)2))));
Il2CppChar* L_33 = V_6;
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)10))), (int32_t)2))));
int32_t L_34 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)10)));
}
IL_00ad:
{
int32_t L_35 = V_0;
if ((((int32_t)L_35) >= ((int32_t)((int32_t)10))))
{
goto IL_0030;
}
}
IL_00b5:
{
int32_t L_36 = V_1;
if ((((int32_t)L_36) == ((int32_t)(-1))))
{
goto IL_0104;
}
}
{
Il2CppChar* L_37 = V_5;
int32_t L_38 = V_1;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_38)), (int32_t)2))));
Il2CppChar* L_39 = V_6;
int32_t L_40 = V_1;
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_40)), (int32_t)2))));
Il2CppChar* L_41 = V_5;
int32_t L_42 = *((uint16_t*)L_41);
Il2CppChar* L_43 = V_6;
int32_t L_44 = *((uint16_t*)L_43);
int32_t L_45 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44));
V_7 = L_45;
if (!L_45)
{
goto IL_00da;
}
}
{
int32_t L_46 = V_7;
return L_46;
}
IL_00da:
{
Il2CppChar* L_47 = V_5;
int32_t L_48 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)2)));
Il2CppChar* L_49 = V_6;
int32_t L_50 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (int32_t)2)));
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_50));
}
IL_00e6:
{
Il2CppChar* L_51 = V_5;
int32_t L_52 = *((int32_t*)L_51);
Il2CppChar* L_53 = V_6;
int32_t L_54 = *((int32_t*)L_53);
if ((!(((uint32_t)L_52) == ((uint32_t)L_54))))
{
goto IL_0108;
}
}
{
Il2CppChar* L_55 = V_5;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))));
Il2CppChar* L_56 = V_6;
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))));
int32_t L_57 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)2));
}
IL_0104:
{
int32_t L_58 = V_0;
if ((((int32_t)L_58) > ((int32_t)0)))
{
goto IL_00e6;
}
}
IL_0108:
{
int32_t L_59 = V_0;
if ((((int32_t)L_59) <= ((int32_t)0)))
{
goto IL_0127;
}
}
{
Il2CppChar* L_60 = V_5;
int32_t L_61 = *((uint16_t*)L_60);
Il2CppChar* L_62 = V_6;
int32_t L_63 = *((uint16_t*)L_62);
int32_t L_64 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_61, (int32_t)L_63));
V_8 = L_64;
if (!L_64)
{
goto IL_011b;
}
}
{
int32_t L_65 = V_8;
return L_65;
}
IL_011b:
{
Il2CppChar* L_66 = V_5;
int32_t L_67 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_66, (int32_t)2)));
Il2CppChar* L_68 = V_6;
int32_t L_69 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_68, (int32_t)2)));
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_69));
}
IL_0127:
{
String_t* L_70 = ___strA0;
NullCheck(L_70);
int32_t L_71 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_70, /*hidden argument*/NULL);
String_t* L_72 = ___strB1;
NullCheck(L_72);
int32_t L_73 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_72, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_71, (int32_t)L_73));
}
}
// System.Boolean System.String::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m7BBE7A1ED81F0337837B3EC5531B052F6F01AA21 (String_t* __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Equals_m7BBE7A1ED81F0337837B3EC5531B052F6F01AA21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
if (__this)
{
goto IL_0009;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_0 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, String_Equals_m7BBE7A1ED81F0337837B3EC5531B052F6F01AA21_RuntimeMethod_var);
}
IL_0009:
{
RuntimeObject * L_1 = ___obj0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var));
String_t* L_2 = V_0;
if (L_2)
{
goto IL_0015;
}
}
{
return (bool)0;
}
IL_0015:
{
RuntimeObject * L_3 = ___obj0;
if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(RuntimeObject *)L_3))))
{
goto IL_001b;
}
}
{
return (bool)1;
}
IL_001b:
{
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
String_t* L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)L_6)))
{
goto IL_002b;
}
}
{
return (bool)0;
}
IL_002b:
{
String_t* L_7 = V_0;
bool L_8 = String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E(__this, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
if (__this)
{
goto IL_0009;
}
}
{
NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC * L_0 = (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC *)il2cpp_codegen_object_new(NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var);
NullReferenceException__ctor_m7D46E331C349DD29CBA488C9B6A950A3E7DD5CAE(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1_RuntimeMethod_var);
}
IL_0009:
{
String_t* L_1 = ___value0;
if (L_1)
{
goto IL_000e;
}
}
{
return (bool)0;
}
IL_000e:
{
String_t* L_2 = ___value0;
if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_2))))
{
goto IL_0014;
}
}
{
return (bool)1;
}
IL_0014:
{
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
String_t* L_4 = ___value0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)L_5)))
{
goto IL_0024;
}
}
{
return (bool)0;
}
IL_0024:
{
String_t* L_6 = ___value0;
bool L_7 = String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E(__this, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Boolean System.String::Equals(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___comparisonType1;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___comparisonType1;
if ((((int32_t)L_1) <= ((int32_t)5)))
{
goto IL_001d;
}
}
IL_0008:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84_RuntimeMethod_var);
}
IL_001d:
{
String_t* L_4 = ___value0;
if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_4))))
{
goto IL_0023;
}
}
{
return (bool)1;
}
IL_0023:
{
String_t* L_5 = ___value0;
if (L_5)
{
goto IL_0028;
}
}
{
return (bool)0;
}
IL_0028:
{
int32_t L_6 = ___comparisonType1;
switch (L_6)
{
case 0:
{
goto IL_004b;
}
case 1:
{
goto IL_0061;
}
case 2:
{
goto IL_0077;
}
case 3:
{
goto IL_008d;
}
case 4:
{
goto IL_00a3;
}
case 5:
{
goto IL_00bb;
}
}
}
{
goto IL_00f1;
}
IL_004b:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_7);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_8 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_7);
String_t* L_9 = ___value0;
NullCheck(L_8);
int32_t L_10 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_8, __this, L_9, 0);
return (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
}
IL_0061:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_11 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_11);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_12 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_11);
String_t* L_13 = ___value0;
NullCheck(L_12);
int32_t L_14 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_12, __this, L_13, 1);
return (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
}
IL_0077:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_15);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_16 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_15);
String_t* L_17 = ___value0;
NullCheck(L_16);
int32_t L_18 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_16, __this, L_17, 0);
return (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
}
IL_008d:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_19);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_20 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_19);
String_t* L_21 = ___value0;
NullCheck(L_20);
int32_t L_22 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_20, __this, L_21, 1);
return (bool)((((int32_t)L_22) == ((int32_t)0))? 1 : 0);
}
IL_00a3:
{
int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
String_t* L_24 = ___value0;
NullCheck(L_24);
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
if ((((int32_t)L_23) == ((int32_t)L_25)))
{
goto IL_00b3;
}
}
{
return (bool)0;
}
IL_00b3:
{
String_t* L_26 = ___value0;
bool L_27 = String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E(__this, L_26, /*hidden argument*/NULL);
return L_27;
}
IL_00bb:
{
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
String_t* L_29 = ___value0;
NullCheck(L_29);
int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_29, /*hidden argument*/NULL);
if ((((int32_t)L_28) == ((int32_t)L_30)))
{
goto IL_00cb;
}
}
{
return (bool)0;
}
IL_00cb:
{
bool L_31 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(__this, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_00e6;
}
}
{
String_t* L_32 = ___value0;
NullCheck(L_32);
bool L_33 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_32, /*hidden argument*/NULL);
if (!L_33)
{
goto IL_00e6;
}
}
{
String_t* L_34 = ___value0;
int32_t L_35 = String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74(__this, L_34, /*hidden argument*/NULL);
return (bool)((((int32_t)L_35) == ((int32_t)0))? 1 : 0);
}
IL_00e6:
{
String_t* L_36 = ___value0;
int32_t L_37 = TextInfo_CompareOrdinalIgnoreCase_m00078A91A70F945CB20012CBBAD38ACA7256A479(__this, L_36, /*hidden argument*/NULL);
return (bool)((((int32_t)L_37) == ((int32_t)0))? 1 : 0);
}
IL_00f1:
{
String_t* L_38 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_39 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_39, L_38, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, String_Equals_mB42D01789A129C548840C18E9065ACF9412F1F84_RuntimeMethod_var);
}
}
// System.Boolean System.String::Equals(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___a0;
String_t* L_1 = ___b1;
if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
String_t* L_2 = ___a0;
if (!L_2)
{
goto IL_000c;
}
}
{
String_t* L_3 = ___b1;
if (L_3)
{
goto IL_000e;
}
}
IL_000c:
{
return (bool)0;
}
IL_000e:
{
String_t* L_4 = ___a0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
String_t* L_6 = ___b1;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)L_7)))
{
goto IL_001e;
}
}
{
return (bool)0;
}
IL_001e:
{
String_t* L_8 = ___a0;
String_t* L_9 = ___b1;
bool L_10 = String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E(L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___comparisonType2;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0008;
}
}
{
int32_t L_1 = ___comparisonType2;
if ((((int32_t)L_1) <= ((int32_t)5)))
{
goto IL_001d;
}
}
IL_0008:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43_RuntimeMethod_var);
}
IL_001d:
{
String_t* L_4 = ___a0;
String_t* L_5 = ___b1;
if ((!(((RuntimeObject*)(String_t*)L_4) == ((RuntimeObject*)(String_t*)L_5))))
{
goto IL_0023;
}
}
{
return (bool)1;
}
IL_0023:
{
String_t* L_6 = ___a0;
if (!L_6)
{
goto IL_0029;
}
}
{
String_t* L_7 = ___b1;
if (L_7)
{
goto IL_002b;
}
}
IL_0029:
{
return (bool)0;
}
IL_002b:
{
int32_t L_8 = ___comparisonType2;
switch (L_8)
{
case 0:
{
goto IL_004e;
}
case 1:
{
goto IL_0064;
}
case 2:
{
goto IL_007a;
}
case 3:
{
goto IL_0090;
}
case 4:
{
goto IL_00a6;
}
case 5:
{
goto IL_00be;
}
}
}
{
goto IL_00f4;
}
IL_004e:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_9 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_9);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_10 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_9);
String_t* L_11 = ___a0;
String_t* L_12 = ___b1;
NullCheck(L_10);
int32_t L_13 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_10, L_11, L_12, 0);
return (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0);
}
IL_0064:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_14);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_15 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_14);
String_t* L_16 = ___a0;
String_t* L_17 = ___b1;
NullCheck(L_15);
int32_t L_18 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_15, L_16, L_17, 1);
return (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
}
IL_007a:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_19 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_19);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_20 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_19);
String_t* L_21 = ___a0;
String_t* L_22 = ___b1;
NullCheck(L_20);
int32_t L_23 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_20, L_21, L_22, 0);
return (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0);
}
IL_0090:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_24 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_24);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_25 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_24);
String_t* L_26 = ___a0;
String_t* L_27 = ___b1;
NullCheck(L_25);
int32_t L_28 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_25, L_26, L_27, 1);
return (bool)((((int32_t)L_28) == ((int32_t)0))? 1 : 0);
}
IL_00a6:
{
String_t* L_29 = ___a0;
NullCheck(L_29);
int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_29, /*hidden argument*/NULL);
String_t* L_31 = ___b1;
NullCheck(L_31);
int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_31, /*hidden argument*/NULL);
if ((((int32_t)L_30) == ((int32_t)L_32)))
{
goto IL_00b6;
}
}
{
return (bool)0;
}
IL_00b6:
{
String_t* L_33 = ___a0;
String_t* L_34 = ___b1;
bool L_35 = String_EqualsHelper_m8D8E35C51FC9FA9B47589D27C736799F0A23DF8E(L_33, L_34, /*hidden argument*/NULL);
return L_35;
}
IL_00be:
{
String_t* L_36 = ___a0;
NullCheck(L_36);
int32_t L_37 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_36, /*hidden argument*/NULL);
String_t* L_38 = ___b1;
NullCheck(L_38);
int32_t L_39 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_38, /*hidden argument*/NULL);
if ((((int32_t)L_37) == ((int32_t)L_39)))
{
goto IL_00ce;
}
}
{
return (bool)0;
}
IL_00ce:
{
String_t* L_40 = ___a0;
NullCheck(L_40);
bool L_41 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_40, /*hidden argument*/NULL);
if (!L_41)
{
goto IL_00e9;
}
}
{
String_t* L_42 = ___b1;
NullCheck(L_42);
bool L_43 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_00e9;
}
}
{
String_t* L_44 = ___a0;
String_t* L_45 = ___b1;
int32_t L_46 = String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74(L_44, L_45, /*hidden argument*/NULL);
return (bool)((((int32_t)L_46) == ((int32_t)0))? 1 : 0);
}
IL_00e9:
{
String_t* L_47 = ___a0;
String_t* L_48 = ___b1;
int32_t L_49 = TextInfo_CompareOrdinalIgnoreCase_m00078A91A70F945CB20012CBBAD38ACA7256A479(L_47, L_48, /*hidden argument*/NULL);
return (bool)((((int32_t)L_49) == ((int32_t)0))? 1 : 0);
}
IL_00f4:
{
String_t* L_50 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_51 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_51, L_50, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43_RuntimeMethod_var);
}
}
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___a0;
String_t* L_1 = ___b1;
bool L_2 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___a0;
String_t* L_1 = ___b1;
bool L_2 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(L_0, L_1, /*hidden argument*/NULL);
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
}
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
{
int32_t L_0 = ___index0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000d;
}
}
{
int32_t L_1 = ___index0;
int32_t L_2 = __this->get_m_stringLength_0();
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_0013;
}
}
IL_000d:
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_3 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var);
IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1(L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96_RuntimeMethod_var);
}
IL_0013:
{
Il2CppChar* L_4 = __this->get_address_of_m_firstChar_1();
V_0 = (Il2CppChar*)L_4;
Il2CppChar* L_5 = V_0;
int32_t L_6 = ___index0;
int32_t L_7 = *((uint16_t*)((intptr_t)il2cpp_codegen_add((intptr_t)(((uintptr_t)L_5)), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_6)), (int32_t)2)))));
return L_7;
}
}
// System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___destination1;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0CF1BC84BB8BACA804F9015A158E88642D415FFA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___count3;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0028;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var);
}
IL_0028:
{
int32_t L_5 = ___sourceIndex0;
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_0041;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteralCAEEAB05C2A175307D7167265BB744072B8D72BE, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var);
}
IL_0041:
{
int32_t L_8 = ___count3;
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_10 = ___sourceIndex0;
if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)))))
{
goto IL_0062;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralCAEEAB05C2A175307D7167265BB744072B8D72BE, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var);
}
IL_0062:
{
int32_t L_13 = ___destinationIndex2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = ___destination1;
NullCheck(L_14);
int32_t L_15 = ___count3;
if ((((int32_t)L_13) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))), (int32_t)L_15)))))
{
goto IL_006f;
}
}
{
int32_t L_16 = ___destinationIndex2;
if ((((int32_t)L_16) >= ((int32_t)0)))
{
goto IL_0084;
}
}
IL_006f:
{
String_t* L_17 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_18 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_18, _stringLiteralCA96269491D1B54BAE78372F8D395C9208E1C361, L_17, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661_RuntimeMethod_var);
}
IL_0084:
{
int32_t L_19 = ___count3;
if ((((int32_t)L_19) <= ((int32_t)0)))
{
goto IL_00c3;
}
}
{
Il2CppChar* L_20 = __this->get_address_of_m_firstChar_1();
V_1 = (Il2CppChar*)L_20;
Il2CppChar* L_21 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_21));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = ___destination1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = L_22;
V_3 = L_23;
if (!L_23)
{
goto IL_009d;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_3;
NullCheck(L_24);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))
{
goto IL_00a2;
}
}
IL_009d:
{
V_2 = (Il2CppChar*)(((uintptr_t)0));
goto IL_00ab;
}
IL_00a2:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = V_3;
NullCheck(L_25);
V_2 = (Il2CppChar*)(((uintptr_t)((L_25)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00ab:
{
Il2CppChar* L_26 = V_2;
int32_t L_27 = ___destinationIndex2;
Il2CppChar* L_28 = V_0;
int32_t L_29 = ___sourceIndex0;
int32_t L_30 = ___count3;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_29)), (int32_t)2)))), L_30, /*hidden argument*/NULL);
V_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
V_1 = (Il2CppChar*)(((uintptr_t)0));
}
IL_00c3:
{
return;
}
}
// System.Char[] System.String::ToCharArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6 (String_t* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
Il2CppChar* V_4 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_5 = NULL;
{
int32_t L_0 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_1 = L_2;
int32_t L_3 = V_0;
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0048;
}
}
{
Il2CppChar* L_4 = __this->get_address_of_m_firstChar_1();
V_3 = (Il2CppChar*)L_4;
Il2CppChar* L_5 = V_3;
V_2 = (Il2CppChar*)(((uintptr_t)L_5));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = L_6;
V_5 = L_7;
if (!L_7)
{
goto IL_0028;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = V_5;
NullCheck(L_8);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))
{
goto IL_002e;
}
}
IL_0028:
{
V_4 = (Il2CppChar*)(((uintptr_t)0));
goto IL_0039;
}
IL_002e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = V_5;
NullCheck(L_9);
V_4 = (Il2CppChar*)(((uintptr_t)((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0039:
{
Il2CppChar* L_10 = V_4;
Il2CppChar* L_11 = V_2;
int32_t L_12 = V_0;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_10, (Il2CppChar*)(Il2CppChar*)L_11, L_12, /*hidden argument*/NULL);
V_5 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
V_3 = (Il2CppChar*)(((uintptr_t)0));
}
IL_0048:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = V_1;
return L_13;
}
}
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
if (!L_0)
{
goto IL_000d;
}
}
{
String_t* L_1 = ___value0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
IL_000d:
{
return (bool)1;
}
}
// System.Boolean System.String::IsNullOrWhiteSpace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrWhiteSpace_m62102CA65546AE151DC8254B72110F4AA48E2135 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_IsNullOrWhiteSpace_m62102CA65546AE151DC8254B72110F4AA48E2135_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)1;
}
IL_0005:
{
V_0 = 0;
goto IL_001d;
}
IL_0009:
{
String_t* L_1 = ___value0;
int32_t L_2 = V_0;
NullCheck(L_1);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_4 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0019;
}
}
{
return (bool)0;
}
IL_0019:
{
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_001d:
{
int32_t L_6 = V_0;
String_t* L_7 = ___value0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_0009;
}
}
{
return (bool)1;
}
}
// System.Int32 System.String::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_GetHashCode_mEF6D30DBB66FE05F54D216B2AFECA1B63E5B964D (String_t* __this, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
Il2CppChar* V_5 = NULL;
{
V_1 = __this;
String_t* L_0 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_0));
Il2CppChar* L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
Il2CppChar* L_2 = V_0;
int32_t L_3 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)L_3));
}
IL_0010:
{
V_2 = ((int32_t)5381);
int32_t L_4 = V_2;
V_3 = L_4;
Il2CppChar* L_5 = V_0;
V_5 = (Il2CppChar*)L_5;
goto IL_0043;
}
IL_001d:
{
int32_t L_6 = V_2;
int32_t L_7 = V_2;
int32_t L_8 = V_4;
V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_6<<(int32_t)5)), (int32_t)L_7))^(int32_t)L_8));
Il2CppChar* L_9 = V_5;
int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2)));
V_4 = L_10;
int32_t L_11 = V_4;
if (!L_11)
{
goto IL_004b;
}
}
{
int32_t L_12 = V_3;
int32_t L_13 = V_3;
int32_t L_14 = V_4;
V_3 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_12<<(int32_t)5)), (int32_t)L_13))^(int32_t)L_14));
Il2CppChar* L_15 = V_5;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))));
}
IL_0043:
{
Il2CppChar* L_16 = V_5;
int32_t L_17 = *((uint16_t*)L_16);
int32_t L_18 = L_17;
V_4 = L_18;
if (L_18)
{
goto IL_001d;
}
}
IL_004b:
{
int32_t L_19 = V_2;
int32_t L_20 = V_3;
return ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)1566083941)))));
}
}
// System.Int32 System.String::GetLegacyNonRandomizedHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_GetLegacyNonRandomizedHashCode_m9CDCA17EB090873E71BB87D2976233C0A9C40513 (String_t* __this, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
Il2CppChar* V_5 = NULL;
{
V_1 = __this;
String_t* L_0 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_0));
Il2CppChar* L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
Il2CppChar* L_2 = V_0;
int32_t L_3 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, (int32_t)L_3));
}
IL_0010:
{
V_2 = ((int32_t)5381);
int32_t L_4 = V_2;
V_3 = L_4;
Il2CppChar* L_5 = V_0;
V_5 = (Il2CppChar*)L_5;
goto IL_0043;
}
IL_001d:
{
int32_t L_6 = V_2;
int32_t L_7 = V_2;
int32_t L_8 = V_4;
V_2 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_6<<(int32_t)5)), (int32_t)L_7))^(int32_t)L_8));
Il2CppChar* L_9 = V_5;
int32_t L_10 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2)));
V_4 = L_10;
int32_t L_11 = V_4;
if (!L_11)
{
goto IL_004b;
}
}
{
int32_t L_12 = V_3;
int32_t L_13 = V_3;
int32_t L_14 = V_4;
V_3 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_12<<(int32_t)5)), (int32_t)L_13))^(int32_t)L_14));
Il2CppChar* L_15 = V_5;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))));
}
IL_0043:
{
Il2CppChar* L_16 = V_5;
int32_t L_17 = *((uint16_t*)L_16);
int32_t L_18 = L_17;
V_4 = L_18;
if (L_18)
{
goto IL_001d;
}
}
IL_004b:
{
int32_t L_19 = V_2;
int32_t L_20 = V_3;
return ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)1566083941)))));
}
}
// System.String[] System.String::Split(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___separator0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE(__this, L_0, ((int32_t)2147483647LL), 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String[] System.String::Split(System.Char[],System.StringSplitOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___options1, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___separator0;
int32_t L_1 = ___options1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE(__this, L_0, ((int32_t)2147483647LL), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.String[] System.String::SplitInternal(System.Char[],System.Int32,System.StringSplitOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___count1, int32_t ___options2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_1 = NULL;
int32_t V_2 = 0;
{
int32_t L_0 = ___count1;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___options2;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0021;
}
}
{
int32_t L_4 = ___options2;
if ((((int32_t)L_4) <= ((int32_t)1)))
{
goto IL_0040;
}
}
IL_0021:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
int32_t L_7 = ___options2;
int32_t L_8 = L_7;
RuntimeObject * L_9 = Box(StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487_il2cpp_TypeInfo_var, &L_8);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_9);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_9);
String_t* L_10 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralA581992EF2214628320EFA402E984AF6E5EA8654, L_6, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, String_SplitInternal_m237DA5C7F3990502AF435882805ADDE9491E60BE_RuntimeMethod_var);
}
IL_0040:
{
int32_t L_12 = ___options2;
V_0 = (bool)((((int32_t)L_12) == ((int32_t)1))? 1 : 0);
int32_t L_13 = ___count1;
if (!L_13)
{
goto IL_0053;
}
}
{
bool L_14 = V_0;
if (!L_14)
{
goto IL_005a;
}
}
{
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if (L_15)
{
goto IL_005a;
}
}
IL_0053:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)0);
return L_16;
}
IL_005a:
{
int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)L_17);
V_1 = L_18;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = ___separator0;
int32_t L_20 = String_MakeSeparatorList_m6EA6F39936E968C633834628C3B7A4E4D5058527(__this, L_19, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)(&V_1), /*hidden argument*/NULL);
V_2 = L_20;
int32_t L_21 = V_2;
if (!L_21)
{
goto IL_0077;
}
}
{
int32_t L_22 = ___count1;
if ((!(((uint32_t)L_22) == ((uint32_t)1))))
{
goto IL_0082;
}
}
IL_0077:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = L_23;
NullCheck(L_24);
ArrayElementTypeCheck (L_24, __this);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)__this);
return L_24;
}
IL_0082:
{
bool L_25 = V_0;
if (!L_25)
{
goto IL_0090;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = V_1;
int32_t L_27 = V_2;
int32_t L_28 = ___count1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = String_InternalSplitOmitEmptyEntries_mEEA7D613F4E40CBB33800ECED50C1D9047F6B65F(__this, L_26, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL, L_27, L_28, /*hidden argument*/NULL);
return L_29;
}
IL_0090:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_30 = V_1;
int32_t L_31 = V_2;
int32_t L_32 = ___count1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = String_InternalSplitKeepEmptyEntries_mD4C51D03E2B4F96B5DFD8F3853EB64AFDE89CE3F(__this, L_30, (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)NULL, L_31, L_32, /*hidden argument*/NULL);
return L_33;
}
}
// System.String[] System.String::InternalSplitKeepEmptyEntries(System.Int32[],System.Int32[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_InternalSplitKeepEmptyEntries_mD4C51D03E2B4F96B5DFD8F3853EB64AFDE89CE3F (String_t* __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sepList0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthList1, int32_t ___numReplaces2, int32_t ___count3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_InternalSplitKeepEmptyEntries_mD4C51D03E2B4F96B5DFD8F3853EB64AFDE89CE3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_3 = NULL;
int32_t V_4 = 0;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B7_1 = 0;
{
V_0 = 0;
V_1 = 0;
int32_t L_0 = ___count3;
___count3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1));
int32_t L_1 = ___numReplaces2;
int32_t L_2 = ___count3;
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_0013;
}
}
{
int32_t L_3 = ___count3;
G_B3_0 = L_3;
goto IL_0014;
}
IL_0013:
{
int32_t L_4 = ___numReplaces2;
G_B3_0 = L_4;
}
IL_0014:
{
V_2 = G_B3_0;
int32_t L_5 = V_2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)));
V_3 = L_6;
V_4 = 0;
goto IL_004d;
}
IL_0023:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_3;
int32_t L_8 = V_1;
int32_t L_9 = L_8;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
int32_t L_10 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_11 = ___sepList0;
int32_t L_12 = V_4;
NullCheck(L_11);
int32_t L_13 = L_12;
int32_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
int32_t L_15 = V_0;
String_t* L_16 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(__this, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_16);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (String_t*)L_16);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = ___sepList0;
int32_t L_18 = V_4;
NullCheck(L_17);
int32_t L_19 = L_18;
int32_t L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = ___lengthList1;
G_B5_0 = L_20;
if (!L_21)
{
G_B6_0 = L_20;
goto IL_0044;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_22 = ___lengthList1;
int32_t L_23 = V_4;
NullCheck(L_22);
int32_t L_24 = L_23;
int32_t L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
G_B7_0 = L_25;
G_B7_1 = G_B5_0;
goto IL_0045;
}
IL_0044:
{
G_B7_0 = 1;
G_B7_1 = G_B6_0;
}
IL_0045:
{
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)G_B7_1, (int32_t)G_B7_0));
int32_t L_26 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_004d:
{
int32_t L_27 = V_4;
int32_t L_28 = V_2;
if ((((int32_t)L_27) >= ((int32_t)L_28)))
{
goto IL_005b;
}
}
{
int32_t L_29 = V_0;
int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_29) < ((int32_t)L_30)))
{
goto IL_0023;
}
}
IL_005b:
{
int32_t L_31 = V_0;
int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_31) >= ((int32_t)L_32)))
{
goto IL_0074;
}
}
{
int32_t L_33 = V_2;
if ((((int32_t)L_33) < ((int32_t)0)))
{
goto IL_0074;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = V_3;
int32_t L_35 = V_1;
int32_t L_36 = V_0;
String_t* L_37 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(__this, L_36, /*hidden argument*/NULL);
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_37);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(L_35), (String_t*)L_37);
goto IL_0080;
}
IL_0074:
{
int32_t L_38 = V_1;
int32_t L_39 = V_2;
if ((!(((uint32_t)L_38) == ((uint32_t)L_39))))
{
goto IL_0080;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = V_3;
int32_t L_41 = V_1;
String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_40);
ArrayElementTypeCheck (L_40, L_42);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(L_41), (String_t*)L_42);
}
IL_0080:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_43 = V_3;
return L_43;
}
}
// System.String[] System.String::InternalSplitOmitEmptyEntries(System.Int32[],System.Int32[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_InternalSplitOmitEmptyEntries_mEEA7D613F4E40CBB33800ECED50C1D9047F6B65F (String_t* __this, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___sepList0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___lengthList1, int32_t ___numReplaces2, int32_t ___count3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_InternalSplitOmitEmptyEntries_mEEA7D613F4E40CBB33800ECED50C1D9047F6B65F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
int32_t G_B13_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B14_0 = 0;
int32_t G_B14_1 = 0;
{
int32_t L_0 = ___numReplaces2;
int32_t L_1 = ___count3;
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_0009;
}
}
{
int32_t L_2 = ___count3;
G_B3_0 = L_2;
goto IL_000c;
}
IL_0009:
{
int32_t L_3 = ___numReplaces2;
G_B3_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
}
IL_000c:
{
V_0 = G_B3_0;
int32_t L_4 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_1 = L_5;
V_2 = 0;
V_3 = 0;
V_5 = 0;
goto IL_007b;
}
IL_001d:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = ___sepList0;
int32_t L_7 = V_5;
NullCheck(L_6);
int32_t L_8 = L_7;
int32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
int32_t L_10 = V_2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10))) <= ((int32_t)0)))
{
goto IL_003a;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_1;
int32_t L_12 = V_3;
int32_t L_13 = L_12;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
int32_t L_14 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = ___sepList0;
int32_t L_16 = V_5;
NullCheck(L_15);
int32_t L_17 = L_16;
int32_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
int32_t L_19 = V_2;
String_t* L_20 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(__this, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_20);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (String_t*)L_20);
}
IL_003a:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_21 = ___sepList0;
int32_t L_22 = V_5;
NullCheck(L_21);
int32_t L_23 = L_22;
int32_t L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = ___lengthList1;
G_B7_0 = L_24;
if (!L_25)
{
G_B8_0 = L_24;
goto IL_0047;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_26 = ___lengthList1;
int32_t L_27 = V_5;
NullCheck(L_26);
int32_t L_28 = L_27;
int32_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
G_B9_0 = L_29;
G_B9_1 = G_B7_0;
goto IL_0048;
}
IL_0047:
{
G_B9_0 = 1;
G_B9_1 = G_B8_0;
}
IL_0048:
{
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)G_B9_1, (int32_t)G_B9_0));
int32_t L_30 = V_3;
int32_t L_31 = ___count3;
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1))))))
{
goto IL_0075;
}
}
{
goto IL_0060;
}
IL_0053:
{
int32_t L_32 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_33 = ___lengthList1;
G_B12_0 = L_32;
if (!L_33)
{
G_B13_0 = L_32;
goto IL_005d;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_34 = ___lengthList1;
int32_t L_35 = V_5;
NullCheck(L_34);
int32_t L_36 = L_35;
int32_t L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
G_B14_0 = L_37;
G_B14_1 = G_B12_0;
goto IL_005e;
}
IL_005d:
{
G_B14_0 = 1;
G_B14_1 = G_B13_0;
}
IL_005e:
{
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)G_B14_1, (int32_t)G_B14_0));
}
IL_0060:
{
int32_t L_38 = V_5;
int32_t L_39 = ___numReplaces2;
if ((((int32_t)L_38) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)1)))))
{
goto IL_0089;
}
}
{
int32_t L_40 = V_2;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_41 = ___sepList0;
int32_t L_42 = V_5;
int32_t L_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
V_5 = L_43;
NullCheck(L_41);
int32_t L_44 = L_43;
int32_t L_45 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
if ((((int32_t)L_40) == ((int32_t)L_45)))
{
goto IL_0053;
}
}
{
goto IL_0089;
}
IL_0075:
{
int32_t L_46 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
}
IL_007b:
{
int32_t L_47 = V_5;
int32_t L_48 = ___numReplaces2;
if ((((int32_t)L_47) >= ((int32_t)L_48)))
{
goto IL_0089;
}
}
{
int32_t L_49 = V_2;
int32_t L_50 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_49) < ((int32_t)L_50)))
{
goto IL_001d;
}
}
IL_0089:
{
int32_t L_51 = V_2;
int32_t L_52 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_51) >= ((int32_t)L_52)))
{
goto IL_00a0;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_53 = V_1;
int32_t L_54 = V_3;
int32_t L_55 = L_54;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
int32_t L_56 = V_2;
String_t* L_57 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(__this, L_56, /*hidden argument*/NULL);
NullCheck(L_53);
ArrayElementTypeCheck (L_53, L_57);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(L_55), (String_t*)L_57);
}
IL_00a0:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_58 = V_1;
V_4 = L_58;
int32_t L_59 = V_3;
int32_t L_60 = V_0;
if ((((int32_t)L_59) == ((int32_t)L_60)))
{
goto IL_00c8;
}
}
{
int32_t L_61 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_62 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_61);
V_4 = L_62;
V_6 = 0;
goto IL_00c3;
}
IL_00b4:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_63 = V_4;
int32_t L_64 = V_6;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_65 = V_1;
int32_t L_66 = V_6;
NullCheck(L_65);
int32_t L_67 = L_66;
String_t* L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
NullCheck(L_63);
ArrayElementTypeCheck (L_63, L_68);
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(L_64), (String_t*)L_68);
int32_t L_69 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
}
IL_00c3:
{
int32_t L_70 = V_6;
int32_t L_71 = V_3;
if ((((int32_t)L_70) < ((int32_t)L_71)))
{
goto IL_00b4;
}
}
IL_00c8:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_72 = V_4;
return L_72;
}
}
// System.Int32 System.String::MakeSeparatorList(System.Char[],System.Int32[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_MakeSeparatorList_m6EA6F39936E968C633834628C3B7A4E4D5058527 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** ___sepList1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_MakeSeparatorList_m6EA6F39936E968C633834628C3B7A4E4D5058527_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
Il2CppChar* V_6 = NULL;
Il2CppChar* V_7 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_8 = NULL;
int32_t V_9 = 0;
Il2CppChar* V_10 = NULL;
int32_t V_11 = 0;
{
V_0 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___separator0;
if (!L_0)
{
goto IL_0009;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___separator0;
NullCheck(L_1);
if ((((RuntimeArray*)L_1)->max_length))
{
goto IL_004a;
}
}
IL_0009:
{
Il2CppChar* L_2 = __this->get_address_of_m_firstChar_1();
V_2 = (Il2CppChar*)L_2;
Il2CppChar* L_3 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_3));
V_3 = 0;
goto IL_0032;
}
IL_0017:
{
Il2CppChar* L_4 = V_1;
int32_t L_5 = V_3;
int32_t L_6 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_5)), (int32_t)2)))));
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_7 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_002e;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_8 = ___sepList1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_9 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_8);
int32_t L_10 = V_0;
int32_t L_11 = L_10;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
int32_t L_12 = V_3;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (int32_t)L_12);
}
IL_002e:
{
int32_t L_13 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0032:
{
int32_t L_14 = V_3;
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_14) >= ((int32_t)L_15)))
{
goto IL_0042;
}
}
{
int32_t L_16 = V_0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_17 = ___sepList1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_17);
NullCheck(L_18);
if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))))
{
goto IL_0017;
}
}
IL_0042:
{
V_2 = (Il2CppChar*)(((uintptr_t)0));
goto IL_00d2;
}
IL_004a:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_19 = ___sepList1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_20 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_19);
NullCheck(L_20);
V_4 = (((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___separator0;
NullCheck(L_21);
V_5 = (((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))));
Il2CppChar* L_22 = __this->get_address_of_m_firstChar_1();
V_2 = (Il2CppChar*)L_22;
Il2CppChar* L_23 = V_2;
V_6 = (Il2CppChar*)(((uintptr_t)L_23));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = ___separator0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = L_24;
V_8 = L_25;
if (!L_25)
{
goto IL_006c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = V_8;
NullCheck(L_26);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))
{
goto IL_0072;
}
}
IL_006c:
{
V_7 = (Il2CppChar*)(((uintptr_t)0));
goto IL_007d;
}
IL_0072:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = V_8;
NullCheck(L_27);
V_7 = (Il2CppChar*)(((uintptr_t)((L_27)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_007d:
{
V_9 = 0;
goto IL_00bd;
}
IL_0082:
{
Il2CppChar* L_28 = V_7;
V_10 = (Il2CppChar*)L_28;
V_11 = 0;
goto IL_00b1;
}
IL_008b:
{
Il2CppChar* L_29 = V_6;
int32_t L_30 = V_9;
int32_t L_31 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_30)), (int32_t)2)))));
Il2CppChar* L_32 = V_10;
int32_t L_33 = *((uint16_t*)L_32);
if ((!(((uint32_t)L_31) == ((uint32_t)L_33))))
{
goto IL_00a5;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** L_34 = ___sepList1;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_35 = *((Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83**)L_34);
int32_t L_36 = V_0;
int32_t L_37 = L_36;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
int32_t L_38 = V_9;
NullCheck(L_35);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(L_37), (int32_t)L_38);
goto IL_00b7;
}
IL_00a5:
{
int32_t L_39 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)1));
Il2CppChar* L_40 = V_10;
V_10 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_40, (int32_t)2));
}
IL_00b1:
{
int32_t L_41 = V_11;
int32_t L_42 = V_5;
if ((((int32_t)L_41) < ((int32_t)L_42)))
{
goto IL_008b;
}
}
IL_00b7:
{
int32_t L_43 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
}
IL_00bd:
{
int32_t L_44 = V_9;
int32_t L_45 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_44) >= ((int32_t)L_45)))
{
goto IL_00cc;
}
}
{
int32_t L_46 = V_0;
int32_t L_47 = V_4;
if ((((int32_t)L_46) < ((int32_t)L_47)))
{
goto IL_0082;
}
}
IL_00cc:
{
V_2 = (Il2CppChar*)(((uintptr_t)0));
V_8 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
}
IL_00d2:
{
int32_t L_48 = V_0;
return L_48;
}
}
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___startIndex0;
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_2 = ___startIndex0;
String_t* L_3 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(__this, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)), /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___startIndex0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___startIndex0;
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0037;
}
}
{
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral0498E94C4956DFAA08F19AE2A65E26A19A16C9A9, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_RuntimeMethod_var);
}
IL_0037:
{
int32_t L_7 = ___length1;
if ((((int32_t)L_7) >= ((int32_t)0)))
{
goto IL_0050;
}
}
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_RuntimeMethod_var);
}
IL_0050:
{
int32_t L_10 = ___startIndex0;
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_12 = ___length1;
if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)))))
{
goto IL_0070;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral046490AF8515A05693281DF74BD30B0BD06C83E0, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB_RuntimeMethod_var);
}
IL_0070:
{
int32_t L_15 = ___length1;
if (L_15)
{
goto IL_0079;
}
}
{
String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_16;
}
IL_0079:
{
int32_t L_17 = ___startIndex0;
if (L_17)
{
goto IL_0087;
}
}
{
int32_t L_18 = ___length1;
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_18) == ((uint32_t)L_19))))
{
goto IL_0087;
}
}
{
return __this;
}
IL_0087:
{
int32_t L_20 = ___startIndex0;
int32_t L_21 = ___length1;
String_t* L_22 = String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70(__this, L_20, L_21, /*hidden argument*/NULL);
return L_22;
}
}
// System.String System.String::InternalSubString(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70 (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
{
int32_t L_0 = ___length1;
String_t* L_1 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_0, /*hidden argument*/NULL);
String_t* L_2 = L_1;
NullCheck(L_2);
Il2CppChar* L_3 = L_2->get_address_of_m_firstChar_1();
V_0 = (Il2CppChar*)L_3;
Il2CppChar* L_4 = V_0;
Il2CppChar* L_5 = __this->get_address_of_m_firstChar_1();
V_2 = (Il2CppChar*)L_5;
Il2CppChar* L_6 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_6));
Il2CppChar* L_7 = V_1;
int32_t L_8 = ___startIndex0;
int32_t L_9 = ___length1;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)(((uintptr_t)L_4)), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_8)), (int32_t)2)))), L_9, /*hidden argument*/NULL);
V_2 = (Il2CppChar*)(((uintptr_t)0));
V_0 = (Il2CppChar*)(((uintptr_t)0));
return L_2;
}
}
// System.String System.String::Trim(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___trimChars0;
if (!L_0)
{
goto IL_0007;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___trimChars0;
NullCheck(L_1);
if ((((RuntimeArray*)L_1)->max_length))
{
goto IL_000f;
}
}
IL_0007:
{
String_t* L_2 = String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5(__this, 2, /*hidden argument*/NULL);
return L_2;
}
IL_000f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___trimChars0;
String_t* L_4 = String_TrimHelper_m65502EC4F1142618D6943439EA6E2923BF129C68(__this, L_3, 2, /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.String::TrimEnd(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_m8D4905B71A4AEBF9D0BC36C6003FC9A5AD630403 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___trimChars0;
if (!L_0)
{
goto IL_0007;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___trimChars0;
NullCheck(L_1);
if ((((RuntimeArray*)L_1)->max_length))
{
goto IL_000f;
}
}
IL_0007:
{
String_t* L_2 = String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5(__this, 1, /*hidden argument*/NULL);
return L_2;
}
IL_000f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___trimChars0;
String_t* L_4 = String_TrimHelper_m65502EC4F1142618D6943439EA6E2923BF129C68(__this, L_3, 1, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void System.String::.ctor(System.Char*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m32CF9C47D46962617FB89C42F5178AC27287DBF9 (String_t* __this, Il2CppChar* ___value0, const RuntimeMethod* method)
{
typedef void (*String__ctor_m32CF9C47D46962617FB89C42F5178AC27287DBF9_ftn) (String_t*, Il2CppChar*);
using namespace il2cpp::icalls;
((String__ctor_m32CF9C47D46962617FB89C42F5178AC27287DBF9_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0);
}
// System.Void System.String::.ctor(System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m42BCB56D30ED97F7FD8D2C509514B5DFEB82851E (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
typedef void (*String__ctor_m42BCB56D30ED97F7FD8D2C509514B5DFEB82851E_ftn) (String_t*, Il2CppChar*, int32_t, int32_t);
using namespace il2cpp::icalls;
((String__ctor_m42BCB56D30ED97F7FD8D2C509514B5DFEB82851E_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2);
}
// System.Void System.String::.ctor(System.SByte*,System.Int32,System.Int32,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_mD1B9E880AEA5E278337EB47CE6E39EC0B62B10B3 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc3, const RuntimeMethod* method)
{
typedef void (*String__ctor_mD1B9E880AEA5E278337EB47CE6E39EC0B62B10B3_ftn) (String_t*, int8_t*, int32_t, int32_t, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *);
using namespace il2cpp::icalls;
((String__ctor_mD1B9E880AEA5E278337EB47CE6E39EC0B62B10B3_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2, ___enc3);
}
// System.String System.String::CreateStringFromEncoding(System.Byte*,System.Int32,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99 (uint8_t* ___bytes0, int32_t ___byteLength1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding2;
uint8_t* L_1 = ___bytes0;
int32_t L_2 = ___byteLength1;
NullCheck(L_0);
int32_t L_3 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(23 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, L_0, (uint8_t*)(uint8_t*)L_1, L_2, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
V_0 = L_3;
int32_t L_4 = V_0;
if (L_4)
{
goto IL_0013;
}
}
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_5;
}
IL_0013:
{
int32_t L_6 = V_0;
String_t* L_7 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_6, /*hidden argument*/NULL);
String_t* L_8 = L_7;
NullCheck(L_8);
Il2CppChar* L_9 = L_8->get_address_of_m_firstChar_1();
V_2 = (Il2CppChar*)L_9;
Il2CppChar* L_10 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_10));
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = ___encoding2;
uint8_t* L_12 = ___bytes0;
int32_t L_13 = ___byteLength1;
Il2CppChar* L_14 = V_1;
int32_t L_15 = V_0;
NullCheck(L_11);
VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(27 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, L_11, (uint8_t*)(uint8_t*)L_12, L_13, (Il2CppChar*)(Il2CppChar*)L_14, L_15, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
V_2 = (Il2CppChar*)(((uintptr_t)0));
return L_8;
}
}
// System.String System.String::Normalize(System.Text.NormalizationForm)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6 (String_t* __this, int32_t ___normalizationForm0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Normalize_m331F324C5A5E95FF79E2AB44A0C454324E91F7C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_001a;
}
}
{
int32_t L_1 = ___normalizationForm0;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0018;
}
}
{
int32_t L_2 = ___normalizationForm0;
if ((((int32_t)L_2) == ((int32_t)5)))
{
goto IL_0018;
}
}
{
int32_t L_3 = ___normalizationForm0;
if ((((int32_t)L_3) == ((int32_t)2)))
{
goto IL_0018;
}
}
{
int32_t L_4 = ___normalizationForm0;
if ((!(((uint32_t)L_4) == ((uint32_t)6))))
{
goto IL_001a;
}
}
IL_0018:
{
return __this;
}
IL_001a:
{
int32_t L_5 = ___normalizationForm0;
IL2CPP_RUNTIME_CLASS_INIT(Normalization_t5DC806A630757AD1E908576E8B2EEB2A77BEC22E_il2cpp_TypeInfo_var);
String_t* L_6 = Normalization_Normalize_mF3A284956561BA6BACEBCA2D28419DF54BBE279E(__this, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.String System.String::FastAllocateString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C (int32_t ___length0, const RuntimeMethod* method)
{
typedef String_t* (*String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C_ftn) (int32_t);
using namespace il2cpp::icalls;
return ((String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C_ftn)mscorlib::System::String::FastAllocateString) (___length0);
}
// System.Void System.String::FillStringChecked(System.String,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288 (String_t* ___dest0, int32_t ___destPos1, String_t* ___src2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
{
String_t* L_0 = ___src2;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
String_t* L_2 = ___dest0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
int32_t L_4 = ___destPos1;
if ((((int32_t)L_1) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_4)))))
{
goto IL_0016;
}
}
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_5 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var);
IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1(L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288_RuntimeMethod_var);
}
IL_0016:
{
String_t* L_6 = ___dest0;
NullCheck(L_6);
Il2CppChar* L_7 = L_6->get_address_of_m_firstChar_1();
V_0 = (Il2CppChar*)L_7;
Il2CppChar* L_8 = V_0;
String_t* L_9 = ___src2;
NullCheck(L_9);
Il2CppChar* L_10 = L_9->get_address_of_m_firstChar_1();
V_2 = (Il2CppChar*)L_10;
Il2CppChar* L_11 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_11));
int32_t L_12 = ___destPos1;
Il2CppChar* L_13 = V_1;
String_t* L_14 = ___src2;
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)(((uintptr_t)L_8)), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_12)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_13, L_15, /*hidden argument*/NULL);
V_2 = (Il2CppChar*)(((uintptr_t)0));
V_0 = (Il2CppChar*)(((uintptr_t)0));
return;
}
}
// System.Void System.String::.ctor(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m0FB237E8244792AED55714D9F72FB148CED93783 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
typedef void (*String__ctor_m0FB237E8244792AED55714D9F72FB148CED93783_ftn) (String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t);
using namespace il2cpp::icalls;
((String__ctor_m0FB237E8244792AED55714D9F72FB148CED93783_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0, ___startIndex1, ___length2);
}
// System.Void System.String::.ctor(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_mA5D44A0033F3B28475AC1AC2F0A6BB9CC259295C (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method)
{
typedef void (*String__ctor_mA5D44A0033F3B28475AC1AC2F0A6BB9CC259295C_ftn) (String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*);
using namespace il2cpp::icalls;
((String__ctor_mA5D44A0033F3B28475AC1AC2F0A6BB9CC259295C_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___value0);
}
// System.Void System.String::wstrcpy(System.Char*,System.Char*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497 (Il2CppChar* ___dmem0, Il2CppChar* ___smem1, int32_t ___charCount2, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___dmem0;
Il2CppChar* L_1 = ___smem1;
int32_t L_2 = ___charCount2;
Buffer_Memcpy_m4D475106A101E5ED38EB22776EAAFB6D02F63678((uint8_t*)(uint8_t*)L_0, (uint8_t*)(uint8_t*)L_1, ((int32_t)il2cpp_codegen_multiply((int32_t)L_2, (int32_t)2)), /*hidden argument*/NULL);
return;
}
}
// System.String System.String::CtorCharArray(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharArray_mBD09735176A649FE5E708C756882D6A2F2D330EB (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CtorCharArray_mBD09735176A649FE5E708C756882D6A2F2D330EB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
String_t* V_2 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL;
String_t* G_B4_0 = NULL;
String_t* G_B3_0 = NULL;
String_t* G_B6_0 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B7_0 = NULL;
String_t* G_B8_0 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___value0;
if (!L_0)
{
goto IL_0046;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___value0;
NullCheck(L_1);
if (!(((RuntimeArray*)L_1)->max_length))
{
goto IL_0046;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___value0;
NullCheck(L_2);
String_t* L_3 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C((((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), /*hidden argument*/NULL);
String_t* L_4 = L_3;
V_2 = L_4;
String_t* L_5 = V_2;
V_0 = (Il2CppChar*)(((uintptr_t)L_5));
Il2CppChar* L_6 = V_0;
G_B3_0 = L_4;
if (!L_6)
{
G_B4_0 = L_4;
goto IL_001f;
}
}
{
Il2CppChar* L_7 = V_0;
int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)L_8));
G_B4_0 = G_B3_0;
}
IL_001f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___value0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9;
V_3 = L_10;
G_B5_0 = G_B4_0;
if (!L_10)
{
G_B6_0 = G_B4_0;
goto IL_0029;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_3;
NullCheck(L_11);
G_B6_0 = G_B5_0;
if ((((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))
{
G_B7_0 = G_B5_0;
goto IL_002e;
}
}
IL_0029:
{
V_1 = (Il2CppChar*)(((uintptr_t)0));
G_B8_0 = G_B6_0;
goto IL_0037;
}
IL_002e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_3;
NullCheck(L_12);
V_1 = (Il2CppChar*)(((uintptr_t)((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
G_B8_0 = G_B7_0;
}
IL_0037:
{
Il2CppChar* L_13 = V_0;
Il2CppChar* L_14 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = ___value0;
NullCheck(L_15);
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_13, (Il2CppChar*)(Il2CppChar*)L_14, (((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))), /*hidden argument*/NULL);
V_2 = (String_t*)NULL;
V_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
return G_B8_0;
}
IL_0046:
{
String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_16;
}
}
// System.String System.String::CtorCharArrayStartLength(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
String_t* V_2 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL;
String_t* G_B11_0 = NULL;
String_t* G_B10_0 = NULL;
String_t* G_B13_0 = NULL;
String_t* G_B12_0 = NULL;
String_t* G_B14_0 = NULL;
String_t* G_B15_0 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___startIndex1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0027;
}
}
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_5 = ___length2;
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_0040;
}
}
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_RuntimeMethod_var);
}
IL_0040:
{
int32_t L_8 = ___startIndex1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___value0;
NullCheck(L_9);
int32_t L_10 = ___length2;
if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))), (int32_t)L_10)))))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10_RuntimeMethod_var);
}
IL_005d:
{
int32_t L_13 = ___length2;
if ((((int32_t)L_13) <= ((int32_t)0)))
{
goto IL_00a1;
}
}
{
int32_t L_14 = ___length2;
String_t* L_15 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_14, /*hidden argument*/NULL);
String_t* L_16 = L_15;
V_2 = L_16;
String_t* L_17 = V_2;
V_0 = (Il2CppChar*)(((uintptr_t)L_17));
Il2CppChar* L_18 = V_0;
G_B10_0 = L_16;
if (!L_18)
{
G_B11_0 = L_16;
goto IL_0077;
}
}
{
Il2CppChar* L_19 = V_0;
int32_t L_20 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20));
G_B11_0 = G_B10_0;
}
IL_0077:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___value0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = L_21;
V_3 = L_22;
G_B12_0 = G_B11_0;
if (!L_22)
{
G_B13_0 = G_B11_0;
goto IL_0081;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = V_3;
NullCheck(L_23);
G_B13_0 = G_B12_0;
if ((((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))
{
G_B14_0 = G_B12_0;
goto IL_0086;
}
}
IL_0081:
{
V_1 = (Il2CppChar*)(((uintptr_t)0));
G_B15_0 = G_B13_0;
goto IL_008f;
}
IL_0086:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_3;
NullCheck(L_24);
V_1 = (Il2CppChar*)(((uintptr_t)((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
G_B15_0 = G_B14_0;
}
IL_008f:
{
Il2CppChar* L_25 = V_0;
Il2CppChar* L_26 = V_1;
int32_t L_27 = ___startIndex1;
int32_t L_28 = ___length2;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_25, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)2)))), L_28, /*hidden argument*/NULL);
V_2 = (String_t*)NULL;
V_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
return G_B15_0;
}
IL_00a1:
{
String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_29;
}
}
// System.Int32 System.String::wcslen(System.Char*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_wcslen_mBED74B6C4C92D46814E5F7294E4D06F1928E27D6 (Il2CppChar* ___ptr0, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
{
Il2CppChar* L_0 = ___ptr0;
V_0 = (Il2CppChar*)L_0;
goto IL_0008;
}
IL_0004:
{
Il2CppChar* L_1 = V_0;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, (int32_t)2));
}
IL_0008:
{
Il2CppChar* L_2 = V_0;
if (!((int32_t)((int32_t)(((int32_t)((uint32_t)(intptr_t)L_2)))&(int32_t)3)))
{
goto IL_0012;
}
}
{
Il2CppChar* L_3 = V_0;
int32_t L_4 = *((uint16_t*)L_3);
if (L_4)
{
goto IL_0004;
}
}
IL_0012:
{
Il2CppChar* L_5 = V_0;
int32_t L_6 = *((uint16_t*)L_5);
if (!L_6)
{
goto IL_0038;
}
}
{
goto IL_001f;
}
IL_0018:
{
Il2CppChar* L_7 = V_0;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2))));
}
IL_001f:
{
Il2CppChar* L_8 = V_0;
int32_t L_9 = *((uint16_t*)L_8);
Il2CppChar* L_10 = V_0;
int32_t L_11 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)2)));
if (((int32_t)((int32_t)L_9&(int32_t)L_11)))
{
goto IL_0018;
}
}
{
Il2CppChar* L_12 = V_0;
int32_t L_13 = *((uint16_t*)L_12);
if (!L_13)
{
goto IL_0038;
}
}
{
Il2CppChar* L_14 = V_0;
int32_t L_15 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)2)));
if (L_15)
{
goto IL_0018;
}
}
{
goto IL_0038;
}
IL_0034:
{
Il2CppChar* L_16 = V_0;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2));
}
IL_0038:
{
Il2CppChar* L_17 = V_0;
int32_t L_18 = *((uint16_t*)L_17);
if (L_18)
{
goto IL_0034;
}
}
{
Il2CppChar* L_19 = V_0;
Il2CppChar* L_20 = ___ptr0;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_19, (intptr_t)L_20))/(int32_t)2))))))));
}
}
// System.String System.String::CtorCharPtr(System.Char*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8 (String_t* __this, Il2CppChar* ___ptr0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
Il2CppChar* V_3 = NULL;
String_t* V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
Il2CppChar* L_0 = ___ptr0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_000b;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_000b:
{
}
IL_000c:
try
{ // begin try (depth: 1)
{
Il2CppChar* L_2 = ___ptr0;
int32_t L_3 = String_wcslen_mBED74B6C4C92D46814E5F7294E4D06F1928E27D6((Il2CppChar*)(Il2CppChar*)L_2, /*hidden argument*/NULL);
V_0 = L_3;
int32_t L_4 = V_0;
if (L_4)
{
goto IL_001e;
}
}
IL_0016:
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_2 = L_5;
goto IL_005f;
}
IL_001e:
{
int32_t L_6 = V_0;
String_t* L_7 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_6, /*hidden argument*/NULL);
V_1 = L_7;
}
IL_0025:
try
{ // begin try (depth: 2)
{
String_t* L_8 = V_1;
V_4 = L_8;
String_t* L_9 = V_4;
V_3 = (Il2CppChar*)(((uintptr_t)L_9));
Il2CppChar* L_10 = V_3;
if (!L_10)
{
goto IL_0037;
}
}
IL_002f:
{
Il2CppChar* L_11 = V_3;
int32_t L_12 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_12));
}
IL_0037:
{
Il2CppChar* L_13 = V_3;
Il2CppChar* L_14 = ___ptr0;
int32_t L_15 = V_0;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_13, (Il2CppChar*)(Il2CppChar*)L_14, L_15, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x45, FINALLY_0041);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0041;
}
FINALLY_0041:
{ // begin finally (depth: 2)
V_4 = (String_t*)NULL;
IL2CPP_END_FINALLY(65)
} // end finally (depth: 2)
IL2CPP_CLEANUP(65)
{
IL2CPP_JUMP_TBL(0x45, IL_0045)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0045:
{
String_t* L_16 = V_1;
V_2 = L_16;
goto IL_005f;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0049;
throw e;
}
CATCH_0049:
{ // begin catch(System.NullReferenceException)
String_t* L_17 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6A4893C4EEAE8700C862720AB59471FECE1A9373, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_18 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_18, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, L_17, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8_RuntimeMethod_var);
} // end catch (depth: 1)
IL_005f:
{
String_t* L_19 = V_2;
return L_19;
}
}
// System.String System.String::CtorCharPtrStartLength(System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101 (String_t* __this, Il2CppChar* ___ptr0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
Il2CppChar* V_2 = NULL;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
int32_t L_0 = ___length2;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___startIndex1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0032;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_RuntimeMethod_var);
}
IL_0032:
{
Il2CppChar* L_6 = ___ptr0;
int32_t L_7 = ___startIndex1;
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_7)), (int32_t)2))));
Il2CppChar* L_8 = V_0;
Il2CppChar* L_9 = ___ptr0;
if ((!(((uintptr_t)L_8) < ((uintptr_t)L_9))))
{
goto IL_0052;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6A4893C4EEAE8700C862720AB59471FECE1A9373, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_RuntimeMethod_var);
}
IL_0052:
{
int32_t L_12 = ___length2;
if (L_12)
{
goto IL_005b;
}
}
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_13;
}
IL_005b:
{
int32_t L_14 = ___length2;
String_t* L_15 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_14, /*hidden argument*/NULL);
V_1 = L_15;
}
IL_0062:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
{
String_t* L_16 = V_1;
V_3 = L_16;
String_t* L_17 = V_3;
V_2 = (Il2CppChar*)(((uintptr_t)L_17));
Il2CppChar* L_18 = V_2;
if (!L_18)
{
goto IL_0072;
}
}
IL_006a:
{
Il2CppChar* L_19 = V_2;
int32_t L_20 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20));
}
IL_0072:
{
Il2CppChar* L_21 = V_2;
Il2CppChar* L_22 = V_0;
int32_t L_23 = ___length2;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_21, (Il2CppChar*)(Il2CppChar*)L_22, L_23, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x7F, FINALLY_007c);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007c;
}
FINALLY_007c:
{ // begin finally (depth: 2)
V_3 = (String_t*)NULL;
IL2CPP_END_FINALLY(124)
} // end finally (depth: 2)
IL2CPP_CLEANUP(124)
{
IL2CPP_JUMP_TBL(0x7F, IL_007f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_007f:
{
String_t* L_24 = V_1;
V_4 = L_24;
goto IL_009a;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0084;
throw e;
}
CATCH_0084:
{ // begin catch(System.NullReferenceException)
String_t* L_25 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral6A4893C4EEAE8700C862720AB59471FECE1A9373, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_26 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_26, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, L_25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101_RuntimeMethod_var);
} // end catch (depth: 1)
IL_009a:
{
String_t* L_27 = V_4;
return L_27;
}
}
// System.Void System.String::.ctor(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String__ctor_m01C9E09E55DA2B52B91C166217F2506AE433AB4B (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method)
{
typedef void (*String__ctor_m01C9E09E55DA2B52B91C166217F2506AE433AB4B_ftn) (String_t*, Il2CppChar, int32_t);
using namespace il2cpp::icalls;
((String__ctor_m01C9E09E55DA2B52B91C166217F2506AE433AB4B_ftn)mscorlib::System::String::RedirectToCreateString) (__this, ___c0, ___count1);
}
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___comparisonType2;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)0))) > ((uint32_t)5))))
{
goto IL_001b;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_2, L_1, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442_RuntimeMethod_var);
}
IL_001b:
{
String_t* L_3 = ___strA0;
String_t* L_4 = ___strB1;
if ((!(((RuntimeObject*)(String_t*)L_3) == ((RuntimeObject*)(String_t*)L_4))))
{
goto IL_0021;
}
}
{
return 0;
}
IL_0021:
{
String_t* L_5 = ___strA0;
if (L_5)
{
goto IL_0026;
}
}
{
return (-1);
}
IL_0026:
{
String_t* L_6 = ___strB1;
if (L_6)
{
goto IL_002b;
}
}
{
return 1;
}
IL_002b:
{
int32_t L_7 = ___comparisonType2;
switch (L_7)
{
case 0:
{
goto IL_004e;
}
case 1:
{
goto IL_0061;
}
case 2:
{
goto IL_0074;
}
case 3:
{
goto IL_0087;
}
case 4:
{
goto IL_009a;
}
case 5:
{
goto IL_00bf;
}
}
}
{
goto IL_00df;
}
IL_004e:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_8);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_9 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_8);
String_t* L_10 = ___strA0;
String_t* L_11 = ___strB1;
NullCheck(L_9);
int32_t L_12 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_9, L_10, L_11, 0);
return L_12;
}
IL_0061:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_13 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_13);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_14 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_13);
String_t* L_15 = ___strA0;
String_t* L_16 = ___strB1;
NullCheck(L_14);
int32_t L_17 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_14, L_15, L_16, 1);
return L_17;
}
IL_0074:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_18);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_19 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_18);
String_t* L_20 = ___strA0;
String_t* L_21 = ___strB1;
NullCheck(L_19);
int32_t L_22 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_19, L_20, L_21, 0);
return L_22;
}
IL_0087:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_23 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_23);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_24 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_23);
String_t* L_25 = ___strA0;
String_t* L_26 = ___strB1;
NullCheck(L_24);
int32_t L_27 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_24, L_25, L_26, 1);
return L_27;
}
IL_009a:
{
String_t* L_28 = ___strA0;
NullCheck(L_28);
Il2CppChar L_29 = L_28->get_m_firstChar_1();
String_t* L_30 = ___strB1;
NullCheck(L_30);
Il2CppChar L_31 = L_30->get_m_firstChar_1();
if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31)))
{
goto IL_00b7;
}
}
{
String_t* L_32 = ___strA0;
NullCheck(L_32);
Il2CppChar L_33 = L_32->get_m_firstChar_1();
String_t* L_34 = ___strB1;
NullCheck(L_34);
Il2CppChar L_35 = L_34->get_m_firstChar_1();
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_35));
}
IL_00b7:
{
String_t* L_36 = ___strA0;
String_t* L_37 = ___strB1;
int32_t L_38 = String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C(L_36, L_37, /*hidden argument*/NULL);
return L_38;
}
IL_00bf:
{
String_t* L_39 = ___strA0;
NullCheck(L_39);
bool L_40 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_39, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_00d7;
}
}
{
String_t* L_41 = ___strB1;
NullCheck(L_41);
bool L_42 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_41, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_00d7;
}
}
{
String_t* L_43 = ___strA0;
String_t* L_44 = ___strB1;
int32_t L_45 = String_CompareOrdinalIgnoreCaseHelper_mDEF4C17B43B7581D0EC38A8B69DC4CDB927E6E74(L_43, L_44, /*hidden argument*/NULL);
return L_45;
}
IL_00d7:
{
String_t* L_46 = ___strA0;
String_t* L_47 = ___strB1;
int32_t L_48 = TextInfo_CompareOrdinalIgnoreCase_m00078A91A70F945CB20012CBBAD38ACA7256A479(L_46, L_47, /*hidden argument*/NULL);
return L_48;
}
IL_00df:
{
String_t* L_49 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_50 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_50, L_49, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442_RuntimeMethod_var);
}
}
// System.Int32 System.String::Compare(System.String,System.String,System.Boolean,System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9 (String_t* ___strA0, String_t* ___strB1, bool ___ignoreCase2, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture3;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Compare_mA1D43767F882FE677F238637A8785FCCEE7173D9_RuntimeMethod_var);
}
IL_000e:
{
bool L_2 = ___ignoreCase2;
if (!L_2)
{
goto IL_0020;
}
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_3 = ___culture3;
NullCheck(L_3);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_4 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_3);
String_t* L_5 = ___strA0;
String_t* L_6 = ___strB1;
NullCheck(L_4);
int32_t L_7 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_4, L_5, L_6, 1);
return L_7;
}
IL_0020:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_8 = ___culture3;
NullCheck(L_8);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_9 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_8);
String_t* L_10 = ___strA0;
String_t* L_11 = ___strB1;
NullCheck(L_9);
int32_t L_12 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_9, L_10, L_11, 0);
return L_12;
}
}
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m99CC35260CCF4E79928E1769863EBA747B44530B (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Compare_m99CC35260CCF4E79928E1769863EBA747B44530B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = ___length4;
V_0 = L_0;
int32_t L_1 = ___length4;
V_1 = L_1;
String_t* L_2 = ___strA0;
if (!L_2)
{
goto IL_001d;
}
}
{
String_t* L_3 = ___strA0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
int32_t L_5 = ___indexA1;
int32_t L_6 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_5))) >= ((int32_t)L_6)))
{
goto IL_001d;
}
}
{
String_t* L_7 = ___strA0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
int32_t L_9 = ___indexA1;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9));
}
IL_001d:
{
String_t* L_10 = ___strB2;
if (!L_10)
{
goto IL_0034;
}
}
{
String_t* L_11 = ___strB2;
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL);
int32_t L_13 = ___indexB3;
int32_t L_14 = V_1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_13))) >= ((int32_t)L_14)))
{
goto IL_0034;
}
}
{
String_t* L_15 = ___strB2;
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
int32_t L_17 = ___indexB3;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17));
}
IL_0034:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_18);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_19 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_18);
String_t* L_20 = ___strA0;
int32_t L_21 = ___indexA1;
int32_t L_22 = V_0;
String_t* L_23 = ___strB2;
int32_t L_24 = ___indexB3;
int32_t L_25 = V_1;
NullCheck(L_19);
int32_t L_26 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_19, L_20, L_21, L_22, L_23, L_24, L_25, 0);
return L_26;
}
}
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CultureInfo,System.Globalization.CompareOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m4F7827906BB2FD00745D6A962DB23A7FF58BEB47 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture5, int32_t ___options6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Compare_m4F7827906BB2FD00745D6A962DB23A7FF58BEB47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture5;
if (L_0)
{
goto IL_000f;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Compare_m4F7827906BB2FD00745D6A962DB23A7FF58BEB47_RuntimeMethod_var);
}
IL_000f:
{
int32_t L_2 = ___length4;
V_0 = L_2;
int32_t L_3 = ___length4;
V_1 = L_3;
String_t* L_4 = ___strA0;
if (!L_4)
{
goto IL_002c;
}
}
{
String_t* L_5 = ___strA0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
int32_t L_7 = ___indexA1;
int32_t L_8 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)L_7))) >= ((int32_t)L_8)))
{
goto IL_002c;
}
}
{
String_t* L_9 = ___strA0;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
int32_t L_11 = ___indexA1;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11));
}
IL_002c:
{
String_t* L_12 = ___strB2;
if (!L_12)
{
goto IL_0043;
}
}
{
String_t* L_13 = ___strB2;
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL);
int32_t L_15 = ___indexB3;
int32_t L_16 = V_1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15))) >= ((int32_t)L_16)))
{
goto IL_0043;
}
}
{
String_t* L_17 = ___strB2;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
int32_t L_19 = ___indexB3;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19));
}
IL_0043:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = ___culture5;
NullCheck(L_20);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_21 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_20);
String_t* L_22 = ___strA0;
int32_t L_23 = ___indexA1;
int32_t L_24 = V_0;
String_t* L_25 = ___strB2;
int32_t L_26 = ___indexB3;
int32_t L_27 = V_1;
int32_t L_28 = ___options6;
NullCheck(L_21);
int32_t L_29 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_21, L_22, L_23, L_24, L_25, L_26, L_27, L_28);
return L_29;
}
}
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = ___comparisonType5;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000a;
}
}
{
int32_t L_1 = ___comparisonType5;
if ((((int32_t)L_1) <= ((int32_t)5)))
{
goto IL_001f;
}
}
IL_000a:
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var);
}
IL_001f:
{
String_t* L_4 = ___strA0;
if (!L_4)
{
goto IL_0025;
}
}
{
String_t* L_5 = ___strB2;
if (L_5)
{
goto IL_0032;
}
}
IL_0025:
{
String_t* L_6 = ___strA0;
String_t* L_7 = ___strB2;
if ((!(((RuntimeObject*)(String_t*)L_6) == ((RuntimeObject*)(String_t*)L_7))))
{
goto IL_002b;
}
}
{
return 0;
}
IL_002b:
{
String_t* L_8 = ___strA0;
if (!L_8)
{
goto IL_0030;
}
}
{
return 1;
}
IL_0030:
{
return (-1);
}
IL_0032:
{
int32_t L_9 = ___length4;
if ((((int32_t)L_9) >= ((int32_t)0)))
{
goto IL_004c;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral63592CD10F546568A06AF3B6CC9D1156A52DACE5, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var);
}
IL_004c:
{
int32_t L_12 = ___indexA1;
if ((((int32_t)L_12) >= ((int32_t)0)))
{
goto IL_0065;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralB5F1095D9FEAB4C396657DBBFDF81773A1BA825E, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var);
}
IL_0065:
{
int32_t L_15 = ___indexB3;
if ((((int32_t)L_15) >= ((int32_t)0)))
{
goto IL_007e;
}
}
{
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_17 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_17, _stringLiteralF092009901AC717F956650D1166FD67D49ED3A81, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var);
}
IL_007e:
{
String_t* L_18 = ___strA0;
NullCheck(L_18);
int32_t L_19 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_18, /*hidden argument*/NULL);
int32_t L_20 = ___indexA1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20))) >= ((int32_t)0)))
{
goto IL_009e;
}
}
{
String_t* L_21 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_22 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_22, _stringLiteralB5F1095D9FEAB4C396657DBBFDF81773A1BA825E, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var);
}
IL_009e:
{
String_t* L_23 = ___strB2;
NullCheck(L_23);
int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_23, /*hidden argument*/NULL);
int32_t L_25 = ___indexB3;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25))) >= ((int32_t)0)))
{
goto IL_00be;
}
}
{
String_t* L_26 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_27 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_27, _stringLiteralF092009901AC717F956650D1166FD67D49ED3A81, L_26, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var);
}
IL_00be:
{
int32_t L_28 = ___length4;
if (!L_28)
{
goto IL_00cf;
}
}
{
String_t* L_29 = ___strA0;
String_t* L_30 = ___strB2;
bool L_31 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_29, L_30, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_00d1;
}
}
{
int32_t L_32 = ___indexA1;
int32_t L_33 = ___indexB3;
if ((!(((uint32_t)L_32) == ((uint32_t)L_33))))
{
goto IL_00d1;
}
}
IL_00cf:
{
return 0;
}
IL_00d1:
{
int32_t L_34 = ___length4;
V_0 = L_34;
int32_t L_35 = ___length4;
V_1 = L_35;
String_t* L_36 = ___strA0;
if (!L_36)
{
goto IL_00ee;
}
}
{
String_t* L_37 = ___strA0;
NullCheck(L_37);
int32_t L_38 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_37, /*hidden argument*/NULL);
int32_t L_39 = ___indexA1;
int32_t L_40 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39))) >= ((int32_t)L_40)))
{
goto IL_00ee;
}
}
{
String_t* L_41 = ___strA0;
NullCheck(L_41);
int32_t L_42 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_41, /*hidden argument*/NULL);
int32_t L_43 = ___indexA1;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_43));
}
IL_00ee:
{
String_t* L_44 = ___strB2;
if (!L_44)
{
goto IL_0105;
}
}
{
String_t* L_45 = ___strB2;
NullCheck(L_45);
int32_t L_46 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_45, /*hidden argument*/NULL);
int32_t L_47 = ___indexB3;
int32_t L_48 = V_1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_46, (int32_t)L_47))) >= ((int32_t)L_48)))
{
goto IL_0105;
}
}
{
String_t* L_49 = ___strB2;
NullCheck(L_49);
int32_t L_50 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_49, /*hidden argument*/NULL);
int32_t L_51 = ___indexB3;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_50, (int32_t)L_51));
}
IL_0105:
{
int32_t L_52 = ___comparisonType5;
switch (L_52)
{
case 0:
{
goto IL_0126;
}
case 1:
{
goto IL_013d;
}
case 2:
{
goto IL_0154;
}
case 3:
{
goto IL_016b;
}
case 4:
{
goto IL_0182;
}
case 5:
{
goto IL_018e;
}
}
}
{
goto IL_019a;
}
IL_0126:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_53 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_53);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_54 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_53);
String_t* L_55 = ___strA0;
int32_t L_56 = ___indexA1;
int32_t L_57 = V_0;
String_t* L_58 = ___strB2;
int32_t L_59 = ___indexB3;
int32_t L_60 = V_1;
NullCheck(L_54);
int32_t L_61 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_54, L_55, L_56, L_57, L_58, L_59, L_60, 0);
return L_61;
}
IL_013d:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_62 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_62);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_63 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_62);
String_t* L_64 = ___strA0;
int32_t L_65 = ___indexA1;
int32_t L_66 = V_0;
String_t* L_67 = ___strB2;
int32_t L_68 = ___indexB3;
int32_t L_69 = V_1;
NullCheck(L_63);
int32_t L_70 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_63, L_64, L_65, L_66, L_67, L_68, L_69, 1);
return L_70;
}
IL_0154:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_71 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_71);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_72 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_71);
String_t* L_73 = ___strA0;
int32_t L_74 = ___indexA1;
int32_t L_75 = V_0;
String_t* L_76 = ___strB2;
int32_t L_77 = ___indexB3;
int32_t L_78 = V_1;
NullCheck(L_72);
int32_t L_79 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_72, L_73, L_74, L_75, L_76, L_77, L_78, 0);
return L_79;
}
IL_016b:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_80 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_80);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_81 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_80);
String_t* L_82 = ___strA0;
int32_t L_83 = ___indexA1;
int32_t L_84 = V_0;
String_t* L_85 = ___strB2;
int32_t L_86 = ___indexB3;
int32_t L_87 = V_1;
NullCheck(L_81);
int32_t L_88 = VirtFuncInvoker7< int32_t, String_t*, int32_t, int32_t, String_t*, int32_t, int32_t, int32_t >::Invoke(8 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_81, L_82, L_83, L_84, L_85, L_86, L_87, 1);
return L_88;
}
IL_0182:
{
String_t* L_89 = ___strA0;
int32_t L_90 = ___indexA1;
String_t* L_91 = ___strB2;
int32_t L_92 = ___indexB3;
int32_t L_93 = ___length4;
int32_t L_94 = String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840(L_89, L_90, L_91, L_92, L_93, /*hidden argument*/NULL);
return L_94;
}
IL_018e:
{
String_t* L_95 = ___strA0;
int32_t L_96 = ___indexA1;
String_t* L_97 = ___strB2;
int32_t L_98 = ___indexB3;
int32_t L_99 = V_0;
int32_t L_100 = V_1;
int32_t L_101 = TextInfo_CompareOrdinalIgnoreCaseEx_m04AE7677F2D60422720474C755C31B2818655F42(L_95, L_96, L_97, L_98, L_99, L_100, /*hidden argument*/NULL);
return L_101;
}
IL_019a:
{
String_t* L_102 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_103 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_103, L_102, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_103, String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064_RuntimeMethod_var);
}
}
// System.Int32 System.String::CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareTo_mC250D5F34FBB95D3F4BDFA96BE88D1C611913ACA (String_t* __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CompareTo_mC250D5F34FBB95D3F4BDFA96BE88D1C611913ACA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (L_0)
{
goto IL_0005;
}
}
{
return 1;
}
IL_0005:
{
RuntimeObject * L_1 = ___value0;
if (((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)))
{
goto IL_001d;
}
}
{
String_t* L_2 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral280507135B35508066C53B22AF4306EE338E7C60, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_CompareTo_mC250D5F34FBB95D3F4BDFA96BE88D1C611913ACA_RuntimeMethod_var);
}
IL_001d:
{
RuntimeObject * L_4 = ___value0;
int32_t L_5 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var)), 0, /*hidden argument*/NULL);
return L_5;
}
}
// System.Int32 System.String::CompareTo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareTo_m9FAB33E920810E148EDAA4F64E37F231412312AB (String_t* __this, String_t* ___strB0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CompareTo_m9FAB33E920810E148EDAA4F64E37F231412312AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___strB0;
if (L_0)
{
goto IL_0005;
}
}
{
return 1;
}
IL_0005:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_1 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_1);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_2 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_1);
String_t* L_3 = ___strB0;
NullCheck(L_2);
int32_t L_4 = VirtFuncInvoker3< int32_t, String_t*, String_t*, int32_t >::Invoke(7 /* System.Int32 System.Globalization.CompareInfo::Compare(System.String,System.String,System.Globalization.CompareOptions) */, L_2, __this, L_3, 0);
return L_4;
}
}
// System.Int32 System.String::CompareOrdinal(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___strA0;
String_t* L_1 = ___strB1;
if ((!(((RuntimeObject*)(String_t*)L_0) == ((RuntimeObject*)(String_t*)L_1))))
{
goto IL_0006;
}
}
{
return 0;
}
IL_0006:
{
String_t* L_2 = ___strA0;
if (L_2)
{
goto IL_000b;
}
}
{
return (-1);
}
IL_000b:
{
String_t* L_3 = ___strB1;
if (L_3)
{
goto IL_0010;
}
}
{
return 1;
}
IL_0010:
{
String_t* L_4 = ___strA0;
NullCheck(L_4);
Il2CppChar L_5 = L_4->get_m_firstChar_1();
String_t* L_6 = ___strB1;
NullCheck(L_6);
Il2CppChar L_7 = L_6->get_m_firstChar_1();
if (!((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_7)))
{
goto IL_002d;
}
}
{
String_t* L_8 = ___strA0;
NullCheck(L_8);
Il2CppChar L_9 = L_8->get_m_firstChar_1();
String_t* L_10 = ___strB1;
NullCheck(L_10);
Il2CppChar L_11 = L_10->get_m_firstChar_1();
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_11));
}
IL_002d:
{
String_t* L_12 = ___strA0;
String_t* L_13 = ___strB1;
int32_t L_14 = String_CompareOrdinalHelper_m8CF6B70AB35A10B3DA4A6A03D396D42B07F4CF0C(L_12, L_13, /*hidden argument*/NULL);
return L_14;
}
}
// System.Int32 System.String::CompareOrdinal(System.String,System.Int32,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m3DE819A1E2FB2B4992CFF04CA36921B77A3FC387 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, const RuntimeMethod* method)
{
{
String_t* L_0 = ___strA0;
if (!L_0)
{
goto IL_0006;
}
}
{
String_t* L_1 = ___strB2;
if (L_1)
{
goto IL_0013;
}
}
IL_0006:
{
String_t* L_2 = ___strA0;
String_t* L_3 = ___strB2;
if ((!(((RuntimeObject*)(String_t*)L_2) == ((RuntimeObject*)(String_t*)L_3))))
{
goto IL_000c;
}
}
{
return 0;
}
IL_000c:
{
String_t* L_4 = ___strA0;
if (!L_4)
{
goto IL_0011;
}
}
{
return 1;
}
IL_0011:
{
return (-1);
}
IL_0013:
{
String_t* L_5 = ___strA0;
int32_t L_6 = ___indexA1;
String_t* L_7 = ___strB2;
int32_t L_8 = ___indexB3;
int32_t L_9 = ___length4;
int32_t L_10 = String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840(L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Boolean System.String::Contains(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
int32_t L_1 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(__this, L_0, 4, /*hidden argument*/NULL);
return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.String::EndsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
bool L_1 = String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811(__this, L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.String::EndsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___comparisonType1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0016;
}
}
{
int32_t L_3 = ___comparisonType1;
if ((((int32_t)L_3) <= ((int32_t)5)))
{
goto IL_002b;
}
}
IL_0016:
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, L_4, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_RuntimeMethod_var);
}
IL_002b:
{
String_t* L_6 = ___value0;
if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_6))))
{
goto IL_0031;
}
}
{
return (bool)1;
}
IL_0031:
{
String_t* L_7 = ___value0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_003b;
}
}
{
return (bool)1;
}
IL_003b:
{
int32_t L_9 = ___comparisonType1;
switch (L_9)
{
case 0:
{
goto IL_005e;
}
case 1:
{
goto IL_0071;
}
case 2:
{
goto IL_0084;
}
case 3:
{
goto IL_0097;
}
case 4:
{
goto IL_00aa;
}
case 5:
{
goto IL_00d9;
}
}
}
{
goto IL_010e;
}
IL_005e:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_10);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_11 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_10);
String_t* L_12 = ___value0;
NullCheck(L_11);
bool L_13 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_11, __this, L_12, 0);
return L_13;
}
IL_0071:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_14);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_15 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_14);
String_t* L_16 = ___value0;
NullCheck(L_15);
bool L_17 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_15, __this, L_16, 1);
return L_17;
}
IL_0084:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_18);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_19 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_18);
String_t* L_20 = ___value0;
NullCheck(L_19);
bool L_21 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_19, __this, L_20, 0);
return L_21;
}
IL_0097:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_22);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_23 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_22);
String_t* L_24 = ___value0;
NullCheck(L_23);
bool L_25 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(10 /* System.Boolean System.Globalization.CompareInfo::IsSuffix(System.String,System.String,System.Globalization.CompareOptions) */, L_23, __this, L_24, 1);
return L_25;
}
IL_00aa:
{
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
String_t* L_27 = ___value0;
NullCheck(L_27);
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
if ((((int32_t)L_26) < ((int32_t)L_28)))
{
goto IL_00d7;
}
}
{
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
String_t* L_30 = ___value0;
NullCheck(L_30);
int32_t L_31 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_30, /*hidden argument*/NULL);
String_t* L_32 = ___value0;
String_t* L_33 = ___value0;
NullCheck(L_33);
int32_t L_34 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_33, /*hidden argument*/NULL);
int32_t L_35 = String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31)), L_32, 0, L_34, /*hidden argument*/NULL);
return (bool)((((int32_t)L_35) == ((int32_t)0))? 1 : 0);
}
IL_00d7:
{
return (bool)0;
}
IL_00d9:
{
int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
String_t* L_37 = ___value0;
NullCheck(L_37);
int32_t L_38 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_37, /*hidden argument*/NULL);
if ((((int32_t)L_36) < ((int32_t)L_38)))
{
goto IL_010c;
}
}
{
int32_t L_39 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
String_t* L_40 = ___value0;
NullCheck(L_40);
int32_t L_41 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_40, /*hidden argument*/NULL);
String_t* L_42 = ___value0;
String_t* L_43 = ___value0;
NullCheck(L_43);
int32_t L_44 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_43, /*hidden argument*/NULL);
String_t* L_45 = ___value0;
NullCheck(L_45);
int32_t L_46 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_45, /*hidden argument*/NULL);
int32_t L_47 = TextInfo_CompareOrdinalIgnoreCaseEx_m04AE7677F2D60422720474C755C31B2818655F42(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_41)), L_42, 0, L_44, L_46, /*hidden argument*/NULL);
return (bool)((((int32_t)L_47) == ((int32_t)0))? 1 : 0);
}
IL_010c:
{
return (bool)0;
}
IL_010e:
{
String_t* L_48 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_49 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_49, L_48, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, String_EndsWith_m80B198568050D692B70AD8949AC6EDC3044ED811_RuntimeMethod_var);
}
}
// System.Boolean System.String::EndsWith(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_m2281A2B36765C493DEDB28A9B0E22BEFFE2E9AC1 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0018;
}
}
{
int32_t L_2 = V_0;
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL);
Il2CppChar L_4 = ___value0;
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
{
goto IL_0018;
}
}
{
return (bool)1;
}
IL_0018:
{
return (bool)0;
}
}
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___value0;
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_2 = String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB(__this, L_0, 0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___value0;
int32_t L_1 = ___startIndex1;
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_3 = ___startIndex1;
int32_t L_4 = String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL);
return L_4;
}
}
// System.Int32 System.String::IndexOfAny(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0;
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_2 = String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495(__this, L_0, 0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Int32 System.String::IndexOfAny(System.Char[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m30470EE6951771AE5E897773C8FC233DADBAE301 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0;
int32_t L_1 = ___startIndex1;
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_3 = ___startIndex1;
int32_t L_4 = String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495(__this, L_0, L_1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)), /*hidden argument*/NULL);
return L_4;
}
}
// System.Int32 System.String::IndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
int32_t L_1 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(__this, L_0, 0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_2 = ___comparisonType1;
int32_t L_3 = String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC(__this, L_0, 0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.String::IndexOf(System.String,System.Int32,System.Int32,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___startIndex1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_001b;
}
}
{
int32_t L_3 = ___startIndex1;
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0030;
}
}
IL_001b:
{
String_t* L_5 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_RuntimeMethod_var);
}
IL_0030:
{
int32_t L_7 = ___count2;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
int32_t L_8 = ___startIndex1;
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_10 = ___count2;
if ((((int32_t)L_8) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)))))
{
goto IL_0054;
}
}
IL_003f:
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_RuntimeMethod_var);
}
IL_0054:
{
int32_t L_13 = ___comparisonType3;
switch (L_13)
{
case 0:
{
goto IL_0078;
}
case 1:
{
goto IL_008d;
}
case 2:
{
goto IL_00a2;
}
case 3:
{
goto IL_00b7;
}
case 4:
{
goto IL_00cc;
}
case 5:
{
goto IL_00e5;
}
}
}
{
goto IL_0114;
}
IL_0078:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_14);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_15 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_14);
String_t* L_16 = ___value0;
int32_t L_17 = ___startIndex1;
int32_t L_18 = ___count2;
NullCheck(L_15);
int32_t L_19 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_15, __this, L_16, L_17, L_18, 0);
return L_19;
}
IL_008d:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_20 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_20);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_21 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_20);
String_t* L_22 = ___value0;
int32_t L_23 = ___startIndex1;
int32_t L_24 = ___count2;
NullCheck(L_21);
int32_t L_25 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_21, __this, L_22, L_23, L_24, 1);
return L_25;
}
IL_00a2:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_26 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_26);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_27 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_26);
String_t* L_28 = ___value0;
int32_t L_29 = ___startIndex1;
int32_t L_30 = ___count2;
NullCheck(L_27);
int32_t L_31 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_27, __this, L_28, L_29, L_30, 0);
return L_31;
}
IL_00b7:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_32 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_32);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_33 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_32);
String_t* L_34 = ___value0;
int32_t L_35 = ___startIndex1;
int32_t L_36 = ___count2;
NullCheck(L_33);
int32_t L_37 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_33, __this, L_34, L_35, L_36, 1);
return L_37;
}
IL_00cc:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_38 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_38);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_39 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_38);
String_t* L_40 = ___value0;
int32_t L_41 = ___startIndex1;
int32_t L_42 = ___count2;
NullCheck(L_39);
int32_t L_43 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_39, __this, L_40, L_41, L_42, ((int32_t)1073741824));
return L_43;
}
IL_00e5:
{
String_t* L_44 = ___value0;
NullCheck(L_44);
bool L_45 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_44, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_010a;
}
}
{
bool L_46 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(__this, /*hidden argument*/NULL);
if (!L_46)
{
goto IL_010a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_47 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_47);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_48 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_47);
String_t* L_49 = ___value0;
int32_t L_50 = ___startIndex1;
int32_t L_51 = ___count2;
NullCheck(L_48);
int32_t L_52 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(11 /* System.Int32 System.Globalization.CompareInfo::IndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_48, __this, L_49, L_50, L_51, 1);
return L_52;
}
IL_010a:
{
String_t* L_53 = ___value0;
int32_t L_54 = ___startIndex1;
int32_t L_55 = ___count2;
int32_t L_56 = TextInfo_IndexOfStringOrdinalIgnoreCase_m1F4AC35CE82DF83705DB79D666032200DE48F002(__this, L_53, L_54, L_55, /*hidden argument*/NULL);
return L_56;
}
IL_0114:
{
String_t* L_57 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_58 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_58, L_57, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, String_IndexOf_mDACE3FE07E6B127A9E01E6F0DB10C288AB49CEEC_RuntimeMethod_var);
}
}
// System.Int32 System.String::LastIndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59 (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___value0;
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_3 = String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD(__this, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.String::LastIndexOf(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___value0;
int32_t L_1 = ___startIndex1;
int32_t L_2 = ___startIndex1;
int32_t L_3 = String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD(__this, L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.String::LastIndexOfAny(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_mF16934C2FD438FE77DEF59BF748E438675844892 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0;
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_3 = String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4(__this, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.String::LastIndexOfAny(System.Char[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_mF62DEBFAAA527076E8B6FA4225F58767BA5DC792 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0;
int32_t L_1 = ___startIndex1;
int32_t L_2 = ___startIndex1;
int32_t L_3 = String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4(__this, L_0, L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)), /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.String::LastIndexOf(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mA235A9DBC602A4C97D8708F51720E0BAE3CD7D84 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_3 = ___comparisonType1;
int32_t L_4 = String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7(__this, L_0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)), L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Int32 System.String::LastIndexOf(System.String,System.Int32,System.Int32,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, int32_t ___comparisonType3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0029;
}
}
{
int32_t L_3 = ___startIndex1;
if ((((int32_t)L_3) == ((int32_t)(-1))))
{
goto IL_001d;
}
}
{
int32_t L_4 = ___startIndex1;
if (L_4)
{
goto IL_0029;
}
}
IL_001d:
{
String_t* L_5 = ___value0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0027;
}
}
{
return (-1);
}
IL_0027:
{
return 0;
}
IL_0029:
{
int32_t L_7 = ___startIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0036;
}
}
{
int32_t L_8 = ___startIndex1;
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_8) <= ((int32_t)L_9)))
{
goto IL_004b;
}
}
IL_0036:
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_RuntimeMethod_var);
}
IL_004b:
{
int32_t L_12 = ___startIndex1;
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
{
goto IL_0078;
}
}
{
int32_t L_14 = ___startIndex1;
___startIndex1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1));
int32_t L_15 = ___count2;
if ((((int32_t)L_15) <= ((int32_t)0)))
{
goto IL_0062;
}
}
{
int32_t L_16 = ___count2;
___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1));
}
IL_0062:
{
String_t* L_17 = ___value0;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_0078;
}
}
{
int32_t L_19 = ___count2;
if ((((int32_t)L_19) < ((int32_t)0)))
{
goto IL_0078;
}
}
{
int32_t L_20 = ___startIndex1;
int32_t L_21 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), (int32_t)1))) < ((int32_t)0)))
{
goto IL_0078;
}
}
{
int32_t L_22 = ___startIndex1;
return L_22;
}
IL_0078:
{
int32_t L_23 = ___count2;
if ((((int32_t)L_23) < ((int32_t)0)))
{
goto IL_0084;
}
}
{
int32_t L_24 = ___startIndex1;
int32_t L_25 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)L_25)), (int32_t)1))) >= ((int32_t)0)))
{
goto IL_0099;
}
}
IL_0084:
{
String_t* L_26 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral4DDC7DDA06EC167A4193D5F00C1F56AF6DF241EC, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_27 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_27, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_26, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_RuntimeMethod_var);
}
IL_0099:
{
int32_t L_28 = ___comparisonType3;
switch (L_28)
{
case 0:
{
goto IL_00bd;
}
case 1:
{
goto IL_00d2;
}
case 2:
{
goto IL_00e7;
}
case 3:
{
goto IL_00fc;
}
case 4:
{
goto IL_0111;
}
case 5:
{
goto IL_012a;
}
}
}
{
goto IL_0159;
}
IL_00bd:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_29 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_29);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_30 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_29);
String_t* L_31 = ___value0;
int32_t L_32 = ___startIndex1;
int32_t L_33 = ___count2;
NullCheck(L_30);
int32_t L_34 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_30, __this, L_31, L_32, L_33, 0);
return L_34;
}
IL_00d2:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_35 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_35);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_36 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_35);
String_t* L_37 = ___value0;
int32_t L_38 = ___startIndex1;
int32_t L_39 = ___count2;
NullCheck(L_36);
int32_t L_40 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_36, __this, L_37, L_38, L_39, 1);
return L_40;
}
IL_00e7:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_41 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_41);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_42 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_41);
String_t* L_43 = ___value0;
int32_t L_44 = ___startIndex1;
int32_t L_45 = ___count2;
NullCheck(L_42);
int32_t L_46 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_42, __this, L_43, L_44, L_45, 0);
return L_46;
}
IL_00fc:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_47 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_47);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_48 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_47);
String_t* L_49 = ___value0;
int32_t L_50 = ___startIndex1;
int32_t L_51 = ___count2;
NullCheck(L_48);
int32_t L_52 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_48, __this, L_49, L_50, L_51, 1);
return L_52;
}
IL_0111:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_53 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_53);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_54 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_53);
String_t* L_55 = ___value0;
int32_t L_56 = ___startIndex1;
int32_t L_57 = ___count2;
NullCheck(L_54);
int32_t L_58 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_54, __this, L_55, L_56, L_57, ((int32_t)1073741824));
return L_58;
}
IL_012a:
{
String_t* L_59 = ___value0;
NullCheck(L_59);
bool L_60 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(L_59, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_014f;
}
}
{
bool L_61 = String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9(__this, /*hidden argument*/NULL);
if (!L_61)
{
goto IL_014f;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_62 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_62);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_63 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_62);
String_t* L_64 = ___value0;
int32_t L_65 = ___startIndex1;
int32_t L_66 = ___count2;
NullCheck(L_63);
int32_t L_67 = VirtFuncInvoker5< int32_t, String_t*, String_t*, int32_t, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Globalization.CompareInfo::LastIndexOf(System.String,System.String,System.Int32,System.Int32,System.Globalization.CompareOptions) */, L_63, __this, L_64, L_65, L_66, 1);
return L_67;
}
IL_014f:
{
String_t* L_68 = ___value0;
int32_t L_69 = ___startIndex1;
int32_t L_70 = ___count2;
int32_t L_71 = TextInfo_LastIndexOfStringOrdinalIgnoreCase_m59CC3DF1E61C2A06B9AD1071C3B9EE1C073B5C22(__this, L_68, L_69, L_70, /*hidden argument*/NULL);
return L_71;
}
IL_0159:
{
String_t* L_72 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_73 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_73, L_72, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, String_LastIndexOf_m074A70E0C63246B664CC26F4D0B5203424B2BCF7_RuntimeMethod_var);
}
}
// System.String System.String::PadRight(System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadRight_mDC890E71A75C12F96DC1430CF94B1B7C1ED839B0 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___totalWidth0;
Il2CppChar L_1 = ___paddingChar1;
String_t* L_2 = String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___value0;
bool L_3 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(__this, L_2, 0, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.String::StartsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___comparisonType1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0016;
}
}
{
int32_t L_3 = ___comparisonType1;
if ((((int32_t)L_3) <= ((int32_t)5)))
{
goto IL_002b;
}
}
IL_0016:
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, L_4, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_RuntimeMethod_var);
}
IL_002b:
{
String_t* L_6 = ___value0;
if ((!(((RuntimeObject*)(String_t*)__this) == ((RuntimeObject*)(String_t*)L_6))))
{
goto IL_0031;
}
}
{
return (bool)1;
}
IL_0031:
{
String_t* L_7 = ___value0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_003b;
}
}
{
return (bool)1;
}
IL_003b:
{
int32_t L_9 = ___comparisonType1;
switch (L_9)
{
case 0:
{
goto IL_005e;
}
case 1:
{
goto IL_0071;
}
case 2:
{
goto IL_0084;
}
case 3:
{
goto IL_0097;
}
case 4:
{
goto IL_00aa;
}
case 5:
{
goto IL_00cd;
}
}
}
{
goto IL_00f6;
}
IL_005e:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_10 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_10);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_11 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_10);
String_t* L_12 = ___value0;
NullCheck(L_11);
bool L_13 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_11, __this, L_12, 0);
return L_13;
}
IL_0071:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_14 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
NullCheck(L_14);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_15 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_14);
String_t* L_16 = ___value0;
NullCheck(L_15);
bool L_17 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_15, __this, L_16, 1);
return L_17;
}
IL_0084:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_18 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_18);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_19 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_18);
String_t* L_20 = ___value0;
NullCheck(L_19);
bool L_21 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_19, __this, L_20, 0);
return L_21;
}
IL_0097:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_22 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_22);
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * L_23 = VirtFuncInvoker0< CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * >::Invoke(12 /* System.Globalization.CompareInfo System.Globalization.CultureInfo::get_CompareInfo() */, L_22);
String_t* L_24 = ___value0;
NullCheck(L_23);
bool L_25 = VirtFuncInvoker3< bool, String_t*, String_t*, int32_t >::Invoke(9 /* System.Boolean System.Globalization.CompareInfo::IsPrefix(System.String,System.String,System.Globalization.CompareOptions) */, L_23, __this, L_24, 1);
return L_25;
}
IL_00aa:
{
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
String_t* L_27 = ___value0;
NullCheck(L_27);
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
if ((((int32_t)L_26) >= ((int32_t)L_28)))
{
goto IL_00ba;
}
}
{
return (bool)0;
}
IL_00ba:
{
String_t* L_29 = ___value0;
String_t* L_30 = ___value0;
NullCheck(L_30);
int32_t L_31 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_30, /*hidden argument*/NULL);
int32_t L_32 = String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840(__this, 0, L_29, 0, L_31, /*hidden argument*/NULL);
return (bool)((((int32_t)L_32) == ((int32_t)0))? 1 : 0);
}
IL_00cd:
{
int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
String_t* L_34 = ___value0;
NullCheck(L_34);
int32_t L_35 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_34, /*hidden argument*/NULL);
if ((((int32_t)L_33) >= ((int32_t)L_35)))
{
goto IL_00dd;
}
}
{
return (bool)0;
}
IL_00dd:
{
String_t* L_36 = ___value0;
String_t* L_37 = ___value0;
NullCheck(L_37);
int32_t L_38 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_37, /*hidden argument*/NULL);
String_t* L_39 = ___value0;
NullCheck(L_39);
int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_39, /*hidden argument*/NULL);
int32_t L_41 = TextInfo_CompareOrdinalIgnoreCaseEx_m04AE7677F2D60422720474C755C31B2818655F42(__this, 0, L_36, 0, L_38, L_40, /*hidden argument*/NULL);
return (bool)((((int32_t)L_41) == ((int32_t)0))? 1 : 0);
}
IL_00f6:
{
String_t* L_42 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC5A371F60ED5AEBB13475AF936FBB6A7DC2C7A9E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_43 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_43, L_42, _stringLiteral7DEC5F1BC71D813CF58E7D08EE4570CECADCB5BE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49_RuntimeMethod_var);
}
}
// System.String System.String::ToLower()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_1 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.String::ToLower(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5_RuntimeMethod_var);
}
IL_000e:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = ___culture0;
NullCheck(L_2);
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_3 = VirtFuncInvoker0< TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_2);
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(8 /* System.String System.Globalization.TextInfo::ToLower(System.String) */, L_3, __this);
return L_4;
}
}
// System.String System.String::ToLowerInvariant()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_1 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.String::ToUpper()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2 (String_t* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_1 = String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.String::ToUpper(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = ___culture0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral8F2E7CD784967D6A79ABD59093146FB1F82E336D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293_RuntimeMethod_var);
}
IL_000e:
{
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = ___culture0;
NullCheck(L_2);
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * L_3 = VirtFuncInvoker0< TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * >::Invoke(10 /* System.Globalization.TextInfo System.Globalization.CultureInfo::get_TextInfo() */, L_2);
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(10 /* System.String System.Globalization.TextInfo::ToUpper(System.String) */, L_3, __this);
return L_4;
}
}
// System.String System.String::ToUpperInvariant()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpperInvariant_m0AA42416F4CACA4D0E3B89D97E534D88AB136338 (String_t* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_ToUpperInvariant_m0AA42416F4CACA4D0E3B89D97E534D88AB136338_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_1 = String_ToUpper_m8C69D974350ABA8BA0BC3A66996004CCEFD64293(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.String::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToString_mD872639AEB18C990136FAE8F32245EECC5AA27BE (String_t* __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.String System.String::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToString_m5B63D09179CB03AA27A564D0D49F65B2FA2728D0 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Object System.String::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * String_Clone_m349B701D5D4BD0C801FB9B7F40A792604EA4025D (String_t* __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Boolean System.String::IsBOMWhitespace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsBOMWhitespace_m42CA9021A7D8836FE850226BC89BE7B80C3BF2F5 (Il2CppChar ___c0, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5(__this, 2, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.String::TrimHelper(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5 (String_t* __this, int32_t ___trimType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_TrimHelper_mFF43B4D2958E901A84AE0885BC308A61E88339A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1));
V_1 = 0;
int32_t L_1 = ___trimType0;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_003c;
}
}
{
V_1 = 0;
goto IL_0033;
}
IL_0013:
{
int32_t L_2 = V_1;
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_4 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002f;
}
}
{
int32_t L_5 = V_1;
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_5, /*hidden argument*/NULL);
bool L_7 = String_IsBOMWhitespace_m42CA9021A7D8836FE850226BC89BE7B80C3BF2F5(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_003c;
}
}
IL_002f:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0033:
{
int32_t L_9 = V_1;
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_0013;
}
}
IL_003c:
{
int32_t L_11 = ___trimType0;
if (!L_11)
{
goto IL_006e;
}
}
{
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1));
goto IL_006a;
}
IL_004a:
{
int32_t L_13 = V_0;
Il2CppChar L_14 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_13, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_15 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_0066;
}
}
{
int32_t L_16 = V_1;
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_16, /*hidden argument*/NULL);
bool L_18 = String_IsBOMWhitespace_m42CA9021A7D8836FE850226BC89BE7B80C3BF2F5(L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_006e;
}
}
IL_0066:
{
int32_t L_19 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1));
}
IL_006a:
{
int32_t L_20 = V_0;
int32_t L_21 = V_1;
if ((((int32_t)L_20) >= ((int32_t)L_21)))
{
goto IL_004a;
}
}
IL_006e:
{
int32_t L_22 = V_1;
int32_t L_23 = V_0;
String_t* L_24 = String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849(__this, L_22, L_23, /*hidden argument*/NULL);
return L_24;
}
}
// System.String System.String::TrimHelper(System.Char[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimHelper_m65502EC4F1142618D6943439EA6E2923BF129C68 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, int32_t ___trimType1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
{
int32_t L_0 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)1));
V_1 = 0;
int32_t L_1 = ___trimType1;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0044;
}
}
{
V_1 = 0;
goto IL_003b;
}
IL_0013:
{
V_2 = 0;
int32_t L_2 = V_1;
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_2, /*hidden argument*/NULL);
V_3 = L_3;
V_2 = 0;
goto IL_002b;
}
IL_0021:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = ___trimChars0;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
Il2CppChar L_8 = V_3;
if ((((int32_t)L_7) == ((int32_t)L_8)))
{
goto IL_0031;
}
}
{
int32_t L_9 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_002b:
{
int32_t L_10 = V_2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = ___trimChars0;
NullCheck(L_11);
if ((((int32_t)L_10) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))))
{
goto IL_0021;
}
}
IL_0031:
{
int32_t L_12 = V_2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___trimChars0;
NullCheck(L_13);
if ((((int32_t)L_12) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))))
{
goto IL_0044;
}
}
{
int32_t L_14 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_003b:
{
int32_t L_15 = V_1;
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_0013;
}
}
IL_0044:
{
int32_t L_17 = ___trimType1;
if (!L_17)
{
goto IL_0087;
}
}
{
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1));
goto IL_0083;
}
IL_0052:
{
V_4 = 0;
int32_t L_19 = V_0;
Il2CppChar L_20 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(__this, L_19, /*hidden argument*/NULL);
V_5 = L_20;
V_4 = 0;
goto IL_0071;
}
IL_0063:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___trimChars0;
int32_t L_22 = V_4;
NullCheck(L_21);
int32_t L_23 = L_22;
uint16_t L_24 = (uint16_t)(L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
Il2CppChar L_25 = V_5;
if ((((int32_t)L_24) == ((int32_t)L_25)))
{
goto IL_0078;
}
}
{
int32_t L_26 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
}
IL_0071:
{
int32_t L_27 = V_4;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = ___trimChars0;
NullCheck(L_28);
if ((((int32_t)L_27) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))))
{
goto IL_0063;
}
}
IL_0078:
{
int32_t L_29 = V_4;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___trimChars0;
NullCheck(L_30);
if ((((int32_t)L_29) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_30)->max_length)))))))
{
goto IL_0087;
}
}
{
int32_t L_31 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)1));
}
IL_0083:
{
int32_t L_32 = V_0;
int32_t L_33 = V_1;
if ((((int32_t)L_32) >= ((int32_t)L_33)))
{
goto IL_0052;
}
}
IL_0087:
{
int32_t L_34 = V_1;
int32_t L_35 = V_0;
String_t* L_36 = String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849(__this, L_34, L_35, /*hidden argument*/NULL);
return L_36;
}
}
// System.String System.String::CreateTrimmedString(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849 (String_t* __this, int32_t ___start0, int32_t ___end1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CreateTrimmedString_m1CF351677D2B273E735F3BEDF0F7067970799849_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___end1;
int32_t L_1 = ___start0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1)), (int32_t)1));
int32_t L_2 = V_0;
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)L_3))))
{
goto IL_0011;
}
}
{
return __this;
}
IL_0011:
{
int32_t L_4 = V_0;
if (L_4)
{
goto IL_001a;
}
}
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_5;
}
IL_001a:
{
int32_t L_6 = ___start0;
int32_t L_7 = V_0;
String_t* L_8 = String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70(__this, L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.String System.String::Insert(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749 (String_t* __this, int32_t ___startIndex0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar* V_3 = NULL;
Il2CppChar* V_4 = NULL;
Il2CppChar* V_5 = NULL;
Il2CppChar* V_6 = NULL;
Il2CppChar* V_7 = NULL;
{
String_t* L_0 = ___value1;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___startIndex0;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_001b;
}
}
{
int32_t L_3 = ___startIndex0;
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0026;
}
}
IL_001b:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_5, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
V_0 = L_6;
String_t* L_7 = ___value1;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
V_1 = L_8;
int32_t L_9 = V_0;
int32_t L_10 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10));
int32_t L_11 = V_2;
if (L_11)
{
goto IL_0041;
}
}
{
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_12;
}
IL_0041:
{
int32_t L_13 = V_2;
String_t* L_14 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_13, /*hidden argument*/NULL);
Il2CppChar* L_15 = __this->get_address_of_m_firstChar_1();
V_4 = (Il2CppChar*)L_15;
Il2CppChar* L_16 = V_4;
V_3 = (Il2CppChar*)(((uintptr_t)L_16));
String_t* L_17 = ___value1;
NullCheck(L_17);
Il2CppChar* L_18 = L_17->get_address_of_m_firstChar_1();
V_6 = (Il2CppChar*)L_18;
Il2CppChar* L_19 = V_6;
V_5 = (Il2CppChar*)(((uintptr_t)L_19));
String_t* L_20 = L_14;
NullCheck(L_20);
Il2CppChar* L_21 = L_20->get_address_of_m_firstChar_1();
V_7 = (Il2CppChar*)L_21;
Il2CppChar* L_22 = V_7;
uintptr_t L_23 = (((uintptr_t)L_22));
Il2CppChar* L_24 = V_3;
int32_t L_25 = ___startIndex0;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_23, (Il2CppChar*)(Il2CppChar*)L_24, L_25, /*hidden argument*/NULL);
uintptr_t L_26 = L_23;
int32_t L_27 = ___startIndex0;
Il2CppChar* L_28 = V_5;
int32_t L_29 = V_1;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_28, L_29, /*hidden argument*/NULL);
int32_t L_30 = ___startIndex0;
int32_t L_31 = V_1;
Il2CppChar* L_32 = V_3;
int32_t L_33 = ___startIndex0;
int32_t L_34 = V_0;
int32_t L_35 = ___startIndex0;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)((intptr_t)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_30)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_31)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_33)), (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35)), /*hidden argument*/NULL);
V_7 = (Il2CppChar*)(((uintptr_t)0));
V_6 = (Il2CppChar*)(((uintptr_t)0));
V_4 = (Il2CppChar*)(((uintptr_t)0));
return L_20;
}
}
// System.String System.String::Replace(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___oldChar0;
Il2CppChar L_1 = ___newChar1;
String_t* L_2 = String_ReplaceInternal_m528FB3D9FB23C0811997ADF2FC41D1C3775A94E1(__this, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.String::Replace(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___oldValue0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5333C95EEF3653ADA7FB3938F954312C6198A976, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___oldValue0;
String_t* L_3 = ___newValue1;
String_t* L_4 = String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66(__this, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.String::Remove(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
{
int32_t L_0 = ___startIndex0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral99DD65011324D0DDDAE2BC2BE40CEFC52DC334BE, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0032;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_RuntimeMethod_var);
}
IL_0032:
{
int32_t L_6 = ___count1;
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_8 = ___startIndex0;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)))))
{
goto IL_0052;
}
}
{
String_t* L_9 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF_RuntimeMethod_var);
}
IL_0052:
{
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
int32_t L_12 = ___count1;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12));
int32_t L_13 = V_0;
if (L_13)
{
goto IL_0064;
}
}
{
String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_14;
}
IL_0064:
{
int32_t L_15 = V_0;
String_t* L_16 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_15, /*hidden argument*/NULL);
Il2CppChar* L_17 = __this->get_address_of_m_firstChar_1();
V_2 = (Il2CppChar*)L_17;
Il2CppChar* L_18 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_18));
String_t* L_19 = L_16;
NullCheck(L_19);
Il2CppChar* L_20 = L_19->get_address_of_m_firstChar_1();
V_3 = (Il2CppChar*)L_20;
Il2CppChar* L_21 = V_3;
uintptr_t L_22 = (((uintptr_t)L_21));
Il2CppChar* L_23 = V_1;
int32_t L_24 = ___startIndex0;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)L_22, (Il2CppChar*)(Il2CppChar*)L_23, L_24, /*hidden argument*/NULL);
int32_t L_25 = ___startIndex0;
Il2CppChar* L_26 = V_1;
int32_t L_27 = ___startIndex0;
int32_t L_28 = ___count1;
int32_t L_29 = V_0;
int32_t L_30 = ___startIndex0;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_25)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_28)), (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_30)), /*hidden argument*/NULL);
V_3 = (Il2CppChar*)(((uintptr_t)0));
V_2 = (Il2CppChar*)(((uintptr_t)0));
return L_19;
}
}
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method)
{
{
String_t* L_0 = ___format0;
RuntimeObject * L_1 = ___arg01;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_2;
memset((&L_2), 0, sizeof(L_2));
ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC((&L_2), L_1, /*hidden argument*/NULL);
String_t* L_3 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF((RuntimeObject*)NULL, L_0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method)
{
{
String_t* L_0 = ___format0;
RuntimeObject * L_1 = ___arg01;
RuntimeObject * L_2 = ___arg12;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_3;
memset((&L_3), 0, sizeof(L_3));
ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED((&L_3), L_1, L_2, /*hidden argument*/NULL);
String_t* L_4 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF((RuntimeObject*)NULL, L_0, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method)
{
{
String_t* L_0 = ___format0;
RuntimeObject * L_1 = ___arg01;
RuntimeObject * L_2 = ___arg12;
RuntimeObject * L_3 = ___arg23;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_4;
memset((&L_4), 0, sizeof(L_4));
ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5((&L_4), L_1, L_2, L_3, /*hidden argument*/NULL);
String_t* L_5 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF((RuntimeObject*)NULL, L_0, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.String System.String::Format(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865 (String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B4_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args1;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = ___format0;
if (!L_1)
{
goto IL_000d;
}
}
{
G_B4_0 = _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976;
goto IL_0012;
}
IL_000d:
{
G_B4_0 = _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433;
}
IL_0012:
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, G_B4_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Format_mA3AC3FE7B23D97F3A5BAA082D25B0E01B341A865_RuntimeMethod_var);
}
IL_0018:
{
String_t* L_3 = ___format0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___args1;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_5;
memset((&L_5), 0, sizeof(L_5));
ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095((&L_5), L_4, /*hidden argument*/NULL);
String_t* L_6 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF((RuntimeObject*)NULL, L_3, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___provider0;
String_t* L_1 = ___format1;
RuntimeObject * L_2 = ___arg02;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_3;
memset((&L_3), 0, sizeof(L_3));
ParamsArray__ctor_m0D8F266A2B3C18237146F56FB97A4E4879394DAC((&L_3), L_2, /*hidden argument*/NULL);
String_t* L_4 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF(L_0, L_1, L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m453C2840536781B718FF4D0F5C7EEC8E5481C435 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___provider0;
String_t* L_1 = ___format1;
RuntimeObject * L_2 = ___arg02;
RuntimeObject * L_3 = ___arg13;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_4;
memset((&L_4), 0, sizeof(L_4));
ParamsArray__ctor_mD3CEC74447BC27952EBAF3F12C2C71751B7B28ED((&L_4), L_2, L_3, /*hidden argument*/NULL);
String_t* L_5 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF(L_0, L_1, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mCE84582533EA9934933F3F1496451F3D9DA652A4 (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, RuntimeObject * ___arg24, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___provider0;
String_t* L_1 = ___format1;
RuntimeObject * L_2 = ___arg02;
RuntimeObject * L_3 = ___arg13;
RuntimeObject * L_4 = ___arg24;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_5;
memset((&L_5), 0, sizeof(L_5));
ParamsArray__ctor_m06BE403346707F40BDEA07C60B4BB507B171EAC5((&L_5), L_2, L_3, L_4, /*hidden argument*/NULL);
String_t* L_6 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF(L_0, L_1, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD (RuntimeObject* ___provider0, String_t* ___format1, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B4_0 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args2;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = ___format1;
if (!L_1)
{
goto IL_000d;
}
}
{
G_B4_0 = _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976;
goto IL_0012;
}
IL_000d:
{
G_B4_0 = _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433;
}
IL_0012:
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, G_B4_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_Format_mF68EE0DEC1AA5ADE9DFEF9AE0508E428FBB10EFD_RuntimeMethod_var);
}
IL_0018:
{
RuntimeObject* L_3 = ___provider0;
String_t* L_4 = ___format1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = ___args2;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_6;
memset((&L_6), 0, sizeof(L_6));
ParamsArray__ctor_mB32D7182BA1AC40D1DB522D6F548FA26E0129095((&L_6), L_5, /*hidden argument*/NULL);
String_t* L_7 = String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF(L_3, L_4, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.String System.String::FormatHelper(System.IFormatProvider,System.String,System.ParamsArray)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF (RuntimeObject* ___provider0, String_t* ___format1, ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 ___args2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___format1;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral785987648F85190CFDE9EADC69FC7C46FE8A7433, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_FormatHelper_mF910F2322BDBD29A89808776BC82F438022953DF_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___format1;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
int32_t L_4 = ParamsArray_get_Length_mF99DE09934408DBB8C5CBFA185F71E5E34045240((ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 *)(&___args2), /*hidden argument*/NULL);
StringBuilder_t * L_5 = StringBuilderCache_Acquire_mCA3DDB17F0BFEF32DA9B4D7E8501D5705890557D(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)8)))), /*hidden argument*/NULL);
RuntimeObject* L_6 = ___provider0;
String_t* L_7 = ___format1;
ParamsArray_t2DD480A5C806C0920DC218523EF3673332A68023 L_8 = ___args2;
NullCheck(L_5);
StringBuilder_t * L_9 = StringBuilder_AppendFormatHelper_m3A655B006797788D89C813CEE20A1D32B95AF273(L_5, L_6, L_7, L_8, /*hidden argument*/NULL);
String_t* L_10 = StringBuilderCache_GetStringAndRelease_mDD5B8378FE9378CACF8660EB460E0CE545F215F7(L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.String System.String::Copy(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Copy_m521EF2A77A1F54EFAB52903A780485ECD171EFA7 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Copy_m521EF2A77A1F54EFAB52903A780485ECD171EFA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
{
String_t* L_0 = ___str0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3442496B96DD01591A8CD44B1EEC1368AB728ABA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Copy_m521EF2A77A1F54EFAB52903A780485ECD171EFA7_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___str0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
V_0 = L_3;
int32_t L_4 = V_0;
String_t* L_5 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_4, /*hidden argument*/NULL);
String_t* L_6 = L_5;
NullCheck(L_6);
Il2CppChar* L_7 = L_6->get_address_of_m_firstChar_1();
V_1 = (Il2CppChar*)L_7;
Il2CppChar* L_8 = V_1;
String_t* L_9 = ___str0;
NullCheck(L_9);
Il2CppChar* L_10 = L_9->get_address_of_m_firstChar_1();
V_3 = (Il2CppChar*)L_10;
Il2CppChar* L_11 = V_3;
V_2 = (Il2CppChar*)(((uintptr_t)L_11));
Il2CppChar* L_12 = V_2;
int32_t L_13 = V_0;
String_wstrcpy_mB7E74A0E59AA0E5901F2A7C9012A11E03FFBA497((Il2CppChar*)(Il2CppChar*)(((uintptr_t)L_8)), (Il2CppChar*)(Il2CppChar*)L_12, L_13, /*hidden argument*/NULL);
V_3 = (Il2CppChar*)(((uintptr_t)0));
V_1 = (Il2CppChar*)(((uintptr_t)0));
return L_6;
}
}
// System.String System.String::Concat(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1 (RuntimeObject * ___arg00, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___arg00;
if (L_0)
{
goto IL_0009;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_0009:
{
RuntimeObject * L_2 = ___arg00;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
return L_3;
}
}
// System.String System.String::Concat(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___arg00;
if (L_0)
{
goto IL_000a;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___arg00 = L_1;
}
IL_000a:
{
RuntimeObject * L_2 = ___arg11;
if (L_2)
{
goto IL_0014;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___arg11 = L_3;
}
IL_0014:
{
RuntimeObject * L_4 = ___arg00;
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
RuntimeObject * L_6 = ___arg11;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_5, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.String System.String::Concat(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___arg00;
if (L_0)
{
goto IL_000a;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___arg00 = L_1;
}
IL_000a:
{
RuntimeObject * L_2 = ___arg11;
if (L_2)
{
goto IL_0014;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___arg11 = L_3;
}
IL_0014:
{
RuntimeObject * L_4 = ___arg22;
if (L_4)
{
goto IL_001e;
}
}
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___arg22 = L_5;
}
IL_001e:
{
RuntimeObject * L_6 = ___arg00;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
RuntimeObject * L_8 = ___arg11;
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8);
RuntimeObject * L_10 = ___arg22;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
String_t* L_12 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_7, L_9, L_11, /*hidden argument*/NULL);
return L_12;
}
}
// System.String System.String::Concat(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
RuntimeObject * V_3 = NULL;
int32_t G_B5_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_1 = NULL;
int32_t G_B4_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_1 = NULL;
String_t* G_B6_0 = NULL;
int32_t G_B6_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B6_2 = NULL;
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ___args0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07_RuntimeMethod_var);
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = ___args0;
NullCheck(L_2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))));
V_0 = L_3;
V_1 = 0;
V_2 = 0;
goto IL_005a;
}
IL_001d:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = ___args0;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
RuntimeObject * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_3 = L_7;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_0;
int32_t L_9 = V_2;
RuntimeObject * L_10 = V_3;
G_B4_0 = L_9;
G_B4_1 = L_8;
if (!L_10)
{
G_B5_0 = L_9;
G_B5_1 = L_8;
goto IL_002e;
}
}
{
RuntimeObject * L_11 = V_3;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
G_B6_0 = L_12;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
goto IL_0033;
}
IL_002e:
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B6_0 = L_13;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
}
IL_0033:
{
NullCheck(G_B6_2);
ArrayElementTypeCheck (G_B6_2, G_B6_0);
(G_B6_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B6_1), (String_t*)G_B6_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_0;
int32_t L_15 = V_2;
NullCheck(L_14);
int32_t L_16 = L_15;
String_t* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
if (L_17)
{
goto IL_0041;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = V_0;
int32_t L_19 = V_2;
String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_20);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_19), (String_t*)L_20);
}
IL_0041:
{
int32_t L_21 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = V_0;
int32_t L_23 = V_2;
NullCheck(L_22);
int32_t L_24 = L_23;
String_t* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
NullCheck(L_25);
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_26));
int32_t L_27 = V_1;
if ((((int32_t)L_27) >= ((int32_t)0)))
{
goto IL_0056;
}
}
{
OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * L_28 = (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)il2cpp_codegen_object_new(OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var);
OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB(L_28, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07_RuntimeMethod_var);
}
IL_0056:
{
int32_t L_29 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
}
IL_005a:
{
int32_t L_30 = V_2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = ___args0;
NullCheck(L_31);
if ((((int32_t)L_30) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))))
{
goto IL_001d;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = V_0;
int32_t L_33 = V_1;
String_t* L_34 = String_ConcatArray_m7F589A262DDCADFE5A6ED74EB911B8FBC54BA148(L_32, L_33, /*hidden argument*/NULL);
return L_34;
}
}
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___str00;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0018;
}
}
{
String_t* L_2 = ___str11;
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0016;
}
}
{
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_4;
}
IL_0016:
{
String_t* L_5 = ___str11;
return L_5;
}
IL_0018:
{
String_t* L_6 = ___str11;
bool L_7 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0022;
}
}
{
String_t* L_8 = ___str00;
return L_8;
}
IL_0022:
{
String_t* L_9 = ___str00;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
V_0 = L_10;
int32_t L_11 = V_0;
String_t* L_12 = ___str11;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
String_t* L_14 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_13)), /*hidden argument*/NULL);
String_t* L_15 = L_14;
String_t* L_16 = ___str00;
String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_15, 0, L_16, /*hidden argument*/NULL);
String_t* L_17 = L_15;
int32_t L_18 = V_0;
String_t* L_19 = ___str11;
String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_17, L_18, L_19, /*hidden argument*/NULL);
return L_17;
}
}
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Concat_mF4626905368D6558695A823466A1AF65EADB9923_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___str00;
if (L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = ___str11;
if (L_1)
{
goto IL_000f;
}
}
{
String_t* L_2 = ___str22;
if (L_2)
{
goto IL_000f;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_3;
}
IL_000f:
{
String_t* L_4 = ___str00;
if (L_4)
{
goto IL_0019;
}
}
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___str00 = L_5;
}
IL_0019:
{
String_t* L_6 = ___str11;
if (L_6)
{
goto IL_0023;
}
}
{
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___str11 = L_7;
}
IL_0023:
{
String_t* L_8 = ___str22;
if (L_8)
{
goto IL_002d;
}
}
{
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___str22 = L_9;
}
IL_002d:
{
String_t* L_10 = ___str00;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
String_t* L_12 = ___str11;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
String_t* L_14 = ___str22;
NullCheck(L_14);
int32_t L_15 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_14, /*hidden argument*/NULL);
String_t* L_16 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_13)), (int32_t)L_15)), /*hidden argument*/NULL);
String_t* L_17 = L_16;
String_t* L_18 = ___str00;
String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_17, 0, L_18, /*hidden argument*/NULL);
String_t* L_19 = L_17;
String_t* L_20 = ___str00;
NullCheck(L_20);
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL);
String_t* L_22 = ___str11;
String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_19, L_21, L_22, /*hidden argument*/NULL);
String_t* L_23 = L_19;
String_t* L_24 = ___str00;
NullCheck(L_24);
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
String_t* L_26 = ___str11;
NullCheck(L_26);
int32_t L_27 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_26, /*hidden argument*/NULL);
String_t* L_28 = ___str22;
String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_23, ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_27)), L_28, /*hidden argument*/NULL);
return L_23;
}
}
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___str00;
if (L_0)
{
goto IL_0012;
}
}
{
String_t* L_1 = ___str11;
if (L_1)
{
goto IL_0012;
}
}
{
String_t* L_2 = ___str22;
if (L_2)
{
goto IL_0012;
}
}
{
String_t* L_3 = ___str33;
if (L_3)
{
goto IL_0012;
}
}
{
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_4;
}
IL_0012:
{
String_t* L_5 = ___str00;
if (L_5)
{
goto IL_001c;
}
}
{
String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___str00 = L_6;
}
IL_001c:
{
String_t* L_7 = ___str11;
if (L_7)
{
goto IL_0026;
}
}
{
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___str11 = L_8;
}
IL_0026:
{
String_t* L_9 = ___str22;
if (L_9)
{
goto IL_0030;
}
}
{
String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___str22 = L_10;
}
IL_0030:
{
String_t* L_11 = ___str33;
if (L_11)
{
goto IL_003a;
}
}
{
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___str33 = L_12;
}
IL_003a:
{
String_t* L_13 = ___str00;
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL);
String_t* L_15 = ___str11;
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
String_t* L_17 = ___str22;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
String_t* L_19 = ___str33;
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL);
String_t* L_21 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_16)), (int32_t)L_18)), (int32_t)L_20)), /*hidden argument*/NULL);
String_t* L_22 = L_21;
String_t* L_23 = ___str00;
String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_22, 0, L_23, /*hidden argument*/NULL);
String_t* L_24 = L_22;
String_t* L_25 = ___str00;
NullCheck(L_25);
int32_t L_26 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_25, /*hidden argument*/NULL);
String_t* L_27 = ___str11;
String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_24, L_26, L_27, /*hidden argument*/NULL);
String_t* L_28 = L_24;
String_t* L_29 = ___str00;
NullCheck(L_29);
int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_29, /*hidden argument*/NULL);
String_t* L_31 = ___str11;
NullCheck(L_31);
int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_31, /*hidden argument*/NULL);
String_t* L_33 = ___str22;
String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_28, ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_32)), L_33, /*hidden argument*/NULL);
String_t* L_34 = L_28;
String_t* L_35 = ___str00;
NullCheck(L_35);
int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_35, /*hidden argument*/NULL);
String_t* L_37 = ___str11;
NullCheck(L_37);
int32_t L_38 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_37, /*hidden argument*/NULL);
String_t* L_39 = ___str22;
NullCheck(L_39);
int32_t L_40 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_39, /*hidden argument*/NULL);
String_t* L_41 = ___str33;
String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_34, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)L_38)), (int32_t)L_40)), L_41, /*hidden argument*/NULL);
return L_34;
}
}
// System.String System.String::ConcatArray(System.String[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ConcatArray_m7F589A262DDCADFE5A6ED74EB911B8FBC54BA148 (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, int32_t ___totalLength1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___totalLength1;
String_t* L_1 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_0, /*hidden argument*/NULL);
V_0 = L_1;
V_1 = 0;
V_2 = 0;
goto IL_0026;
}
IL_000d:
{
String_t* L_2 = V_0;
int32_t L_3 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___values0;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
String_FillStringChecked_m6DE00C159B144A23A3D57CDE3F53D46CBAD6B288(L_2, L_3, L_7, /*hidden argument*/NULL);
int32_t L_8 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = ___values0;
int32_t L_10 = V_2;
NullCheck(L_9);
int32_t L_11 = L_10;
String_t* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_13));
int32_t L_14 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0026:
{
int32_t L_15 = V_2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = ___values0;
NullCheck(L_16);
if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
{
goto IL_000d;
}
}
{
String_t* L_17 = V_0;
return L_17;
}
}
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
int32_t G_B5_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_1 = NULL;
int32_t G_B4_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_1 = NULL;
String_t* G_B6_0 = NULL;
int32_t G_B6_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B6_2 = NULL;
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___values0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral048B0CB1B94379C74E7E8C8EDE496E3EDBEA3386, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B_RuntimeMethod_var);
}
IL_000e:
{
V_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___values0;
NullCheck(L_2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))));
V_1 = L_3;
V_2 = 0;
goto IL_0048;
}
IL_001d:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ___values0;
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = L_5;
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_3 = L_7;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_1;
int32_t L_9 = V_2;
String_t* L_10 = V_3;
G_B4_0 = L_9;
G_B4_1 = L_8;
if (!L_10)
{
G_B5_0 = L_9;
G_B5_1 = L_8;
goto IL_0029;
}
}
{
String_t* L_11 = V_3;
G_B6_0 = L_11;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
goto IL_002e;
}
IL_0029:
{
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B6_0 = L_12;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
}
IL_002e:
{
NullCheck(G_B6_2);
ArrayElementTypeCheck (G_B6_2, G_B6_0);
(G_B6_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B6_1), (String_t*)G_B6_0);
int32_t L_13 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_1;
int32_t L_15 = V_2;
NullCheck(L_14);
int32_t L_16 = L_15;
String_t* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_18));
int32_t L_19 = V_0;
if ((((int32_t)L_19) >= ((int32_t)0)))
{
goto IL_0044;
}
}
{
OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * L_20 = (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)il2cpp_codegen_object_new(OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var);
OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB(L_20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B_RuntimeMethod_var);
}
IL_0044:
{
int32_t L_21 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_0048:
{
int32_t L_22 = V_2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = ___values0;
NullCheck(L_23);
if ((((int32_t)L_22) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))))
{
goto IL_001d;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = V_1;
int32_t L_25 = V_0;
String_t* L_26 = String_ConcatArray_m7F589A262DDCADFE5A6ED74EB911B8FBC54BA148(L_24, L_25, /*hidden argument*/NULL);
return L_26;
}
}
// System.TypeCode System.String::GetTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_GetTypeCode_m8BD19241519EB5EA26438DE4BD5FF05C592221B5 (String_t* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)18));
}
}
// System.Boolean System.String::System.IConvertible.ToBoolean(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_System_IConvertible_ToBoolean_mE36F34F95A18C3078E943BC4727E283A28DBBE89 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToBoolean_mE36F34F95A18C3078E943BC4727E283A28DBBE89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
bool L_1 = Convert_ToBoolean_mB50CA6A7A647629B5CCC6BA10A06903B1912AF40(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Char System.String::System.IConvertible.ToChar(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_System_IConvertible_ToChar_mBD28D7765FB9C78EE2E9E69989587317DFE1EAA8 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToChar_mBD28D7765FB9C78EE2E9E69989587317DFE1EAA8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Il2CppChar L_1 = Convert_ToChar_mA5935B08EA798B0EFFE6EA960B9F23B43F8F44AF(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.SByte System.String::System.IConvertible.ToSByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t String_System_IConvertible_ToSByte_mC1DCC6BA1FCCF3799F2C21D7AB94124A391F5092 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToSByte_mC1DCC6BA1FCCF3799F2C21D7AB94124A391F5092_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int8_t L_1 = Convert_ToSByte_m99276268DD000617F23A0B3445C4CA2A8B2BD275(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Byte System.String::System.IConvertible.ToByte(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t String_System_IConvertible_ToByte_mE7937CD4967ACB421A978C7110F3607F6E01A161 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToByte_mE7937CD4967ACB421A978C7110F3607F6E01A161_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_1 = Convert_ToByte_mD97407CDB2EE7955D3079D19DA2BD731F83920B7(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int16 System.String::System.IConvertible.ToInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t String_System_IConvertible_ToInt16_mE00E8A34440C13A60F9E718F0EDDFCC5CFEE067C (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt16_mE00E8A34440C13A60F9E718F0EDDFCC5CFEE067C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int16_t L_1 = Convert_ToInt16_m4EE0839C08F0FDFBB7719B316D962B043F55589B(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.UInt16 System.String::System.IConvertible.ToUInt16(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t String_System_IConvertible_ToUInt16_m2329E9D6B71E5D1972595D776C2A791CED97BEE7 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt16_m2329E9D6B71E5D1972595D776C2A791CED97BEE7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint16_t L_1 = Convert_ToUInt16_mB588DD91980D07B2021231090F8C3EE517DDFFA1(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.String::System.IConvertible.ToInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_System_IConvertible_ToInt32_mE4E920B6694149FB1A8E0E0272A41B541AE0C5B2 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt32_mE4E920B6694149FB1A8E0E0272A41B541AE0C5B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_1 = Convert_ToInt32_mB68D58347DE1545BF338A8435E2567C9EAB5905E(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.UInt32 System.String::System.IConvertible.ToUInt32(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t String_System_IConvertible_ToUInt32_mC139B2D574E260C3C6A0C091CC589DF24FE2BEEB (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt32_mC139B2D574E260C3C6A0C091CC589DF24FE2BEEB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint32_t L_1 = Convert_ToUInt32_mC50B44F279840348382A3715A480F4502464F20B(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int64 System.String::System.IConvertible.ToInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t String_System_IConvertible_ToInt64_mF8064D76889FEE2D890C113D096D0248438D1D4D (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToInt64_mF8064D76889FEE2D890C113D096D0248438D1D4D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int64_t L_1 = Convert_ToInt64_m4D2C0087ADC13CEFB913E2E071E486EF9077A452(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.UInt64 System.String::System.IConvertible.ToUInt64(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t String_System_IConvertible_ToUInt64_m3A22744149E45E4F483728D5D4E8B7474FC26DCC (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToUInt64_m3A22744149E45E4F483728D5D4E8B7474FC26DCC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint64_t L_1 = Convert_ToUInt64_m638AC1F743BB4D9617FF085EF7EB8E23BCA7B3C6(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Single System.String::System.IConvertible.ToSingle(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float String_System_IConvertible_ToSingle_m29249DC1EFE90655718E3967FAC11CEB532DD027 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToSingle_m29249DC1EFE90655718E3967FAC11CEB532DD027_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
float L_1 = Convert_ToSingle_m5F3E5F42FE95CB24ADF3164009FF7136DB1CE888(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Double System.String::System.IConvertible.ToDouble(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double String_System_IConvertible_ToDouble_m0F0101D6CCB15FF4B5E157C8D77958BAD9F7245F (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToDouble_m0F0101D6CCB15FF4B5E157C8D77958BAD9F7245F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
double L_1 = Convert_ToDouble_m8EAF69AB183D6DF604898A3EDE5A27A4AFBFF1D8(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Decimal System.String::System.IConvertible.ToDecimal(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 String_System_IConvertible_ToDecimal_m1644F7D87A13AA3E6879E0E15694731FDAB15B65 (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToDecimal_m1644F7D87A13AA3E6879E0E15694731FDAB15B65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_1 = Convert_ToDecimal_m80616EA9DCA3177D13755D16D12FE16F7EF93D6B(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.DateTime System.String::System.IConvertible.ToDateTime(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 String_System_IConvertible_ToDateTime_m54994E27EC68FC4A1A5862CD73EEDD34B376C14A (String_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToDateTime_m54994E27EC68FC4A1A5862CD73EEDD34B376C14A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___provider0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = Convert_ToDateTime_m57803D920D7F8261F00652A19DD01E530A530795(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Object System.String::System.IConvertible.ToType(System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * String_System_IConvertible_ToType_mABFC10EEF12F462FAAEE8779E62533DA348CD43A (String_t* __this, Type_t * ___type0, RuntimeObject* ___provider1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_IConvertible_ToType_mABFC10EEF12F462FAAEE8779E62533DA348CD43A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Type_t * L_0 = ___type0;
RuntimeObject* L_1 = ___provider1;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
RuntimeObject * L_2 = Convert_DefaultToType_m899D5F6B9FE3E8B878BC56172C6BFE788B6C1BE3(__this, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Collections.Generic.IEnumerator`1<System.Char> System.String::System.Collections.Generic.IEnumerable<System.Char>.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* String_System_Collections_Generic_IEnumerableU3CSystem_CharU3E_GetEnumerator_mCCA9FB17E5DF531285AD2F35B6C7715072C201CF (String_t* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_Collections_Generic_IEnumerableU3CSystem_CharU3E_GetEnumerator_mCCA9FB17E5DF531285AD2F35B6C7715072C201CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 * L_0 = (CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 *)il2cpp_codegen_object_new(CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244_il2cpp_TypeInfo_var);
CharEnumerator__ctor_mF290FC81A2221C77C971AF8896279ED4ECB8DFFD(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Collections.IEnumerator System.String::System.Collections.IEnumerable.GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* String_System_Collections_IEnumerable_GetEnumerator_mB1587886EA519A21EF4833A08FF1AF715497C1BF (String_t* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_System_Collections_IEnumerable_GetEnumerator_mB1587886EA519A21EF4833A08FF1AF715497C1BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 * L_0 = (CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244 *)il2cpp_codegen_object_new(CharEnumerator_t2EA2A40D79D38A2498DA996D174FD1DE79CD5244_il2cpp_TypeInfo_var);
CharEnumerator__ctor_mF290FC81A2221C77C971AF8896279ED4ECB8DFFD(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
// System.Int32 System.String::CompareOrdinalUnchecked(System.String,System.Int32,System.Int32,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A (String_t* ___strA0, int32_t ___indexA1, int32_t ___lenA2, String_t* ___strB3, int32_t ___indexB4, int32_t ___lenB5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
Il2CppChar* V_6 = NULL;
Il2CppChar* V_7 = NULL;
Il2CppChar* V_8 = NULL;
{
String_t* L_0 = ___strA0;
if (L_0)
{
goto IL_000a;
}
}
{
String_t* L_1 = ___strB3;
if (!L_1)
{
goto IL_0008;
}
}
{
return (-1);
}
IL_0008:
{
return 0;
}
IL_000a:
{
String_t* L_2 = ___strB3;
if (L_2)
{
goto IL_000f;
}
}
{
return 1;
}
IL_000f:
{
int32_t L_3 = ___lenA2;
String_t* L_4 = ___strA0;
NullCheck(L_4);
int32_t L_5 = L_4->get_m_stringLength_0();
int32_t L_6 = ___indexA1;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_7 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_3, ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL);
V_0 = L_7;
int32_t L_8 = ___lenB5;
String_t* L_9 = ___strB3;
NullCheck(L_9);
int32_t L_10 = L_9->get_m_stringLength_0();
int32_t L_11 = ___indexB4;
int32_t L_12 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL);
V_1 = L_12;
int32_t L_13 = V_0;
int32_t L_14 = V_1;
if ((!(((uint32_t)L_13) == ((uint32_t)L_14))))
{
goto IL_003e;
}
}
{
int32_t L_15 = ___indexA1;
int32_t L_16 = ___indexB4;
if ((!(((uint32_t)L_15) == ((uint32_t)L_16))))
{
goto IL_003e;
}
}
{
String_t* L_17 = ___strA0;
String_t* L_18 = ___strB3;
if ((!(((RuntimeObject*)(String_t*)L_17) == ((RuntimeObject*)(String_t*)L_18))))
{
goto IL_003e;
}
}
{
return 0;
}
IL_003e:
{
String_t* L_19 = ___strA0;
V_4 = L_19;
String_t* L_20 = V_4;
V_2 = (Il2CppChar*)(((uintptr_t)L_20));
Il2CppChar* L_21 = V_2;
if (!L_21)
{
goto IL_0050;
}
}
{
Il2CppChar* L_22 = V_2;
int32_t L_23 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)L_23));
}
IL_0050:
{
String_t* L_24 = ___strB3;
V_5 = L_24;
String_t* L_25 = V_5;
V_3 = (Il2CppChar*)(((uintptr_t)L_25));
Il2CppChar* L_26 = V_3;
if (!L_26)
{
goto IL_0062;
}
}
{
Il2CppChar* L_27 = V_3;
int32_t L_28 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (int32_t)L_28));
}
IL_0062:
{
Il2CppChar* L_29 = V_2;
int32_t L_30 = ___indexA1;
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_30)), (int32_t)2))));
Il2CppChar* L_31 = V_6;
int32_t L_32 = V_0;
int32_t L_33 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_34 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_32, L_33, /*hidden argument*/NULL);
V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2))));
Il2CppChar* L_35 = V_3;
int32_t L_36 = ___indexB4;
V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_36)), (int32_t)2))));
goto IL_00a0;
}
IL_0084:
{
Il2CppChar* L_37 = V_6;
int32_t L_38 = *((uint16_t*)L_37);
Il2CppChar* L_39 = V_8;
int32_t L_40 = *((uint16_t*)L_39);
if ((((int32_t)L_38) == ((int32_t)L_40)))
{
goto IL_0094;
}
}
{
Il2CppChar* L_41 = V_6;
int32_t L_42 = *((uint16_t*)L_41);
Il2CppChar* L_43 = V_8;
int32_t L_44 = *((uint16_t*)L_43);
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44));
}
IL_0094:
{
Il2CppChar* L_45 = V_6;
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_45, (int32_t)2));
Il2CppChar* L_46 = V_8;
V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, (int32_t)2));
}
IL_00a0:
{
Il2CppChar* L_47 = V_6;
Il2CppChar* L_48 = V_7;
if ((!(((uintptr_t)L_47) >= ((uintptr_t)L_48))))
{
goto IL_0084;
}
}
{
int32_t L_49 = V_0;
int32_t L_50 = V_1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_49, (int32_t)L_50));
}
}
// System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___startIndex1;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000d;
}
}
{
int32_t L_1 = ___startIndex1;
int32_t L_2 = __this->get_m_stringLength_0();
if ((((int32_t)L_1) <= ((int32_t)L_2)))
{
goto IL_001d;
}
}
IL_000d:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, _stringLiteral7548027B0C55CC29D2F1F0D65A912FA6AF849839, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_RuntimeMethod_var);
}
IL_001d:
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0031;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralDAA58D8010113F4E181D2FE5796A123551AAA764, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_6 = ___startIndex1;
int32_t L_7 = __this->get_m_stringLength_0();
int32_t L_8 = ___count2;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)))))
{
goto IL_004c;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteral623648DF740187B2846C252CA97CC3429873E5D5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB_RuntimeMethod_var);
}
IL_004c:
{
int32_t L_10 = ___startIndex1;
if (L_10)
{
goto IL_0057;
}
}
{
int32_t L_11 = __this->get_m_stringLength_0();
if (!L_11)
{
goto IL_0063;
}
}
IL_0057:
{
int32_t L_12 = ___startIndex1;
int32_t L_13 = __this->get_m_stringLength_0();
if ((((int32_t)L_12) == ((int32_t)L_13)))
{
goto IL_0063;
}
}
{
int32_t L_14 = ___count2;
if (L_14)
{
goto IL_0065;
}
}
IL_0063:
{
return (-1);
}
IL_0065:
{
Il2CppChar L_15 = ___value0;
int32_t L_16 = ___startIndex1;
int32_t L_17 = ___count2;
int32_t L_18 = String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C(__this, L_15, L_16, L_17, /*hidden argument*/NULL);
return L_18;
}
}
// System.Int32 System.String::IndexOfUnchecked(System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
Il2CppChar* V_4 = NULL;
{
Il2CppChar L_0 = ___value0;
V_0 = L_0;
Il2CppChar* L_1 = __this->get_address_of_m_firstChar_1();
V_2 = (Il2CppChar*)L_1;
Il2CppChar* L_2 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_2));
Il2CppChar* L_3 = V_1;
int32_t L_4 = ___startIndex1;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_4)), (int32_t)2))));
Il2CppChar* L_5 = V_3;
int32_t L_6 = ___count2;
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)3))<<(int32_t)3)))), (int32_t)2))));
goto IL_00c8;
}
IL_0024:
{
Il2CppChar* L_7 = V_3;
int32_t L_8 = *((uint16_t*)L_7);
int32_t L_9 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
{
goto IL_0031;
}
}
{
Il2CppChar* L_10 = V_3;
Il2CppChar* L_11 = V_1;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_10, (intptr_t)L_11))/(int32_t)2))))))));
}
IL_0031:
{
Il2CppChar* L_12 = V_3;
int32_t L_13 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)2)));
int32_t L_14 = V_0;
if ((!(((uint32_t)L_13) == ((uint32_t)L_14))))
{
goto IL_0043;
}
}
{
Il2CppChar* L_15 = V_3;
Il2CppChar* L_16 = V_1;
return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, (intptr_t)L_16))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)1))))))));
}
IL_0043:
{
Il2CppChar* L_17 = V_3;
int32_t L_18 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)2)))));
int32_t L_19 = V_0;
if ((!(((uint32_t)L_18) == ((uint32_t)L_19))))
{
goto IL_0058;
}
}
{
Il2CppChar* L_20 = V_3;
Il2CppChar* L_21 = V_1;
return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)2))))))));
}
IL_0058:
{
Il2CppChar* L_22 = V_3;
int32_t L_23 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)2)))));
int32_t L_24 = V_0;
if ((!(((uint32_t)L_23) == ((uint32_t)L_24))))
{
goto IL_006d;
}
}
{
Il2CppChar* L_25 = V_3;
Il2CppChar* L_26 = V_1;
return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_25, (intptr_t)L_26))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)3))))))));
}
IL_006d:
{
Il2CppChar* L_27 = V_3;
int32_t L_28 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)4)), (int32_t)2)))));
int32_t L_29 = V_0;
if ((!(((uint32_t)L_28) == ((uint32_t)L_29))))
{
goto IL_0082;
}
}
{
Il2CppChar* L_30 = V_3;
Il2CppChar* L_31 = V_1;
return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_30, (intptr_t)L_31))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)4))))))));
}
IL_0082:
{
Il2CppChar* L_32 = V_3;
int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)5)), (int32_t)2)))));
int32_t L_34 = V_0;
if ((!(((uint32_t)L_33) == ((uint32_t)L_34))))
{
goto IL_0097;
}
}
{
Il2CppChar* L_35 = V_3;
Il2CppChar* L_36 = V_1;
return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_35, (intptr_t)L_36))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)5))))))));
}
IL_0097:
{
Il2CppChar* L_37 = V_3;
int32_t L_38 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)6)), (int32_t)2)))));
int32_t L_39 = V_0;
if ((!(((uint32_t)L_38) == ((uint32_t)L_39))))
{
goto IL_00ac;
}
}
{
Il2CppChar* L_40 = V_3;
Il2CppChar* L_41 = V_1;
return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_40, (intptr_t)L_41))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)6))))))));
}
IL_00ac:
{
Il2CppChar* L_42 = V_3;
int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)7)), (int32_t)2)))));
int32_t L_44 = V_0;
if ((!(((uint32_t)L_43) == ((uint32_t)L_44))))
{
goto IL_00c1;
}
}
{
Il2CppChar* L_45 = V_3;
Il2CppChar* L_46 = V_1;
return (((int32_t)((int32_t)((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (intptr_t)L_46))/(int32_t)2))))), (int64_t)(((int64_t)((int64_t)7))))))));
}
IL_00c1:
{
Il2CppChar* L_47 = V_3;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2))));
}
IL_00c8:
{
Il2CppChar* L_48 = V_3;
Il2CppChar* L_49 = V_4;
if ((!(((uintptr_t)L_48) == ((uintptr_t)L_49))))
{
goto IL_0024;
}
}
{
Il2CppChar* L_50 = V_4;
int32_t L_51 = ___count2;
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_50, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)L_51&(int32_t)7)))), (int32_t)2))));
goto IL_00ee;
}
IL_00dd:
{
Il2CppChar* L_52 = V_3;
int32_t L_53 = *((uint16_t*)L_52);
int32_t L_54 = V_0;
if ((!(((uint32_t)L_53) == ((uint32_t)L_54))))
{
goto IL_00ea;
}
}
{
Il2CppChar* L_55 = V_3;
Il2CppChar* L_56 = V_1;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_55, (intptr_t)L_56))/(int32_t)2))))))));
}
IL_00ea:
{
Il2CppChar* L_57 = V_3;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, (int32_t)2));
}
IL_00ee:
{
Il2CppChar* L_58 = V_3;
Il2CppChar* L_59 = V_4;
if ((!(((uintptr_t)L_58) == ((uintptr_t)L_59))))
{
goto IL_00dd;
}
}
{
return (-1);
}
}
// System.Int32 System.String::IndexOfUnchecked(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfUnchecked_m372BBB8A4722BFDE7CF4856F0EE0B4A197C5AFB0 (String_t* __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
String_t* V_4 = NULL;
Il2CppChar* V_5 = NULL;
Il2CppChar* V_6 = NULL;
int32_t V_7 = 0;
{
String_t* L_0 = ___value0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = ___count2;
int32_t L_3 = V_0;
if ((((int32_t)L_2) >= ((int32_t)L_3)))
{
goto IL_000d;
}
}
{
return (-1);
}
IL_000d:
{
int32_t L_4 = V_0;
if ((((int32_t)L_4) > ((int32_t)1)))
{
goto IL_0027;
}
}
{
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
{
goto IL_0025;
}
}
{
String_t* L_6 = ___value0;
NullCheck(L_6);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, 0, /*hidden argument*/NULL);
int32_t L_8 = ___startIndex1;
int32_t L_9 = ___count2;
int32_t L_10 = String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C(__this, L_7, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
IL_0025:
{
int32_t L_11 = ___startIndex1;
return L_11;
}
IL_0027:
{
Il2CppChar* L_12 = __this->get_address_of_m_firstChar_1();
V_3 = (Il2CppChar*)L_12;
Il2CppChar* L_13 = V_3;
V_1 = (Il2CppChar*)(((uintptr_t)L_13));
String_t* L_14 = ___value0;
V_4 = L_14;
String_t* L_15 = V_4;
V_2 = (Il2CppChar*)(((uintptr_t)L_15));
Il2CppChar* L_16 = V_2;
if (!L_16)
{
goto IL_0043;
}
}
{
Il2CppChar* L_17 = V_2;
int32_t L_18 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (int32_t)L_18));
}
IL_0043:
{
Il2CppChar* L_19 = V_1;
int32_t L_20 = ___startIndex1;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_20)), (int32_t)2))));
Il2CppChar* L_21 = V_5;
int32_t L_22 = ___count2;
int32_t L_23 = V_0;
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_22)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_23)), (int32_t)2)))), (int32_t)2));
goto IL_0096;
}
IL_005d:
{
Il2CppChar* L_24 = V_5;
int32_t L_25 = *((uint16_t*)L_24);
Il2CppChar* L_26 = V_2;
int32_t L_27 = *((uint16_t*)L_26);
if ((!(((uint32_t)L_25) == ((uint32_t)L_27))))
{
goto IL_0090;
}
}
{
V_7 = 1;
goto IL_0082;
}
IL_0069:
{
Il2CppChar* L_28 = V_5;
int32_t L_29 = V_7;
int32_t L_30 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_29)), (int32_t)2)))));
Il2CppChar* L_31 = V_2;
int32_t L_32 = V_7;
int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_32)), (int32_t)2)))));
if ((!(((uint32_t)L_30) == ((uint32_t)L_33))))
{
goto IL_0090;
}
}
{
int32_t L_34 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
}
IL_0082:
{
int32_t L_35 = V_7;
int32_t L_36 = V_0;
if ((((int32_t)L_35) < ((int32_t)L_36)))
{
goto IL_0069;
}
}
{
Il2CppChar* L_37 = V_5;
Il2CppChar* L_38 = V_1;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_37, (intptr_t)L_38))/(int32_t)2))))))));
}
IL_0090:
{
Il2CppChar* L_39 = V_5;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)2));
}
IL_0096:
{
Il2CppChar* L_40 = V_5;
Il2CppChar* L_41 = V_6;
if ((!(((uintptr_t)L_40) == ((uintptr_t)L_41))))
{
goto IL_005d;
}
}
{
V_3 = (Il2CppChar*)(((uintptr_t)0));
V_4 = (String_t*)NULL;
return (-1);
}
}
// System.Int32 System.String::IndexOfAny(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_RuntimeMethod_var);
}
IL_0009:
{
int32_t L_2 = ___startIndex1;
if ((((int32_t)L_2) < ((int32_t)0)))
{
goto IL_0016;
}
}
{
int32_t L_3 = ___startIndex1;
int32_t L_4 = __this->get_m_stringLength_0();
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_001c;
}
}
IL_0016:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m215F35137EDD190A037E2E9BDA3BF5DC056FD7C3(L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_RuntimeMethod_var);
}
IL_001c:
{
int32_t L_6 = ___count2;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
int32_t L_7 = ___startIndex1;
int32_t L_8 = __this->get_m_stringLength_0();
int32_t L_9 = ___count2;
if ((((int32_t)L_7) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)L_9)))))
{
goto IL_003b;
}
}
IL_002b:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteral96B0870F426F870B79B5128A4DEB01F78BEE8AE3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, String_IndexOfAny_mB7D79AEF460C7C8B3B0CCC573191FA0E339DD495_RuntimeMethod_var);
}
IL_003b:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = ___anyOf0;
int32_t L_12 = ___startIndex1;
int32_t L_13 = ___count2;
int32_t L_14 = String_IndexOfAnyUnchecked_m4DA36F19710FB050E85B18CB57AE730A5A011ECC(__this, L_11, L_12, L_13, /*hidden argument*/NULL);
return L_14;
}
}
// System.Int32 System.String::IndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAnyUnchecked_m4DA36F19710FB050E85B18CB57AE730A5A011ECC (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
Il2CppChar* V_4 = NULL;
Il2CppChar* V_5 = NULL;
Il2CppChar* V_6 = NULL;
Il2CppChar* V_7 = NULL;
Il2CppChar* V_8 = NULL;
Il2CppChar* V_9 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0;
NullCheck(L_0);
if ((((RuntimeArray*)L_0)->max_length))
{
goto IL_0006;
}
}
{
return (-1);
}
IL_0006:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___anyOf0;
NullCheck(L_1);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length))))) == ((uint32_t)1))))
{
goto IL_0018;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___anyOf0;
NullCheck(L_2);
int32_t L_3 = 0;
uint16_t L_4 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
int32_t L_5 = ___startIndex1;
int32_t L_6 = ___count2;
int32_t L_7 = String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C(__this, L_4, L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0018:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___anyOf0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = L_8;
V_1 = L_9;
if (!L_9)
{
goto IL_0022;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = V_1;
NullCheck(L_10);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
{
goto IL_0027;
}
}
IL_0022:
{
V_0 = (Il2CppChar*)(((uintptr_t)0));
goto IL_0030;
}
IL_0027:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_1;
NullCheck(L_11);
V_0 = (Il2CppChar*)(((uintptr_t)((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0030:
{
Il2CppChar* L_12 = V_0;
int32_t L_13 = *((uint16_t*)L_12);
V_2 = L_13;
Il2CppChar* L_14 = V_0;
int32_t L_15 = *((uint16_t*)L_14);
V_3 = L_15;
Il2CppChar* L_16 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___anyOf0;
NullCheck(L_17);
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))), (int32_t)2))));
Il2CppChar* L_18 = V_0;
V_5 = (Il2CppChar*)L_18;
goto IL_005b;
}
IL_0045:
{
Il2CppChar* L_19 = V_5;
int32_t L_20 = *((uint16_t*)L_19);
int32_t L_21 = V_2;
if ((((int32_t)L_20) <= ((int32_t)L_21)))
{
goto IL_0051;
}
}
{
Il2CppChar* L_22 = V_5;
int32_t L_23 = *((uint16_t*)L_22);
V_2 = L_23;
goto IL_005b;
}
IL_0051:
{
Il2CppChar* L_24 = V_5;
int32_t L_25 = *((uint16_t*)L_24);
int32_t L_26 = V_3;
if ((((int32_t)L_25) >= ((int32_t)L_26)))
{
goto IL_005b;
}
}
{
Il2CppChar* L_27 = V_5;
int32_t L_28 = *((uint16_t*)L_27);
V_3 = L_28;
}
IL_005b:
{
Il2CppChar* L_29 = V_5;
Il2CppChar* L_30 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)2));
V_5 = (Il2CppChar*)L_30;
Il2CppChar* L_31 = V_4;
if ((!(((uintptr_t)L_30) == ((uintptr_t)L_31))))
{
goto IL_0045;
}
}
{
Il2CppChar* L_32 = __this->get_address_of_m_firstChar_1();
V_7 = (Il2CppChar*)L_32;
Il2CppChar* L_33 = V_7;
V_6 = (Il2CppChar*)(((uintptr_t)L_33));
Il2CppChar* L_34 = V_6;
int32_t L_35 = ___startIndex1;
V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2))));
Il2CppChar* L_36 = V_8;
int32_t L_37 = ___count2;
V_9 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2))));
goto IL_00d4;
}
IL_0087:
{
Il2CppChar* L_38 = V_8;
int32_t L_39 = *((uint16_t*)L_38);
int32_t L_40 = V_2;
if ((((int32_t)L_39) > ((int32_t)L_40)))
{
goto IL_0093;
}
}
{
Il2CppChar* L_41 = V_8;
int32_t L_42 = *((uint16_t*)L_41);
int32_t L_43 = V_3;
if ((((int32_t)L_42) >= ((int32_t)L_43)))
{
goto IL_009b;
}
}
IL_0093:
{
Il2CppChar* L_44 = V_8;
V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, (int32_t)2));
goto IL_00d4;
}
IL_009b:
{
Il2CppChar* L_45 = V_8;
int32_t L_46 = *((uint16_t*)L_45);
Il2CppChar* L_47 = V_0;
int32_t L_48 = *((uint16_t*)L_47);
if ((!(((uint32_t)L_46) == ((uint32_t)L_48))))
{
goto IL_00ac;
}
}
{
Il2CppChar* L_49 = V_8;
Il2CppChar* L_50 = V_6;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_49, (intptr_t)L_50))/(int32_t)2))))))));
}
IL_00ac:
{
Il2CppChar* L_51 = V_0;
V_5 = (Il2CppChar*)L_51;
goto IL_00c3;
}
IL_00b1:
{
Il2CppChar* L_52 = V_8;
int32_t L_53 = *((uint16_t*)L_52);
Il2CppChar* L_54 = V_5;
int32_t L_55 = *((uint16_t*)L_54);
if ((!(((uint32_t)L_53) == ((uint32_t)L_55))))
{
goto IL_00c3;
}
}
{
Il2CppChar* L_56 = V_8;
Il2CppChar* L_57 = V_6;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_56, (intptr_t)L_57))/(int32_t)2))))))));
}
IL_00c3:
{
Il2CppChar* L_58 = V_5;
Il2CppChar* L_59 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, (int32_t)2));
V_5 = (Il2CppChar*)L_59;
Il2CppChar* L_60 = V_4;
if ((!(((uintptr_t)L_59) == ((uintptr_t)L_60))))
{
goto IL_00b1;
}
}
{
Il2CppChar* L_61 = V_8;
V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, (int32_t)2));
}
IL_00d4:
{
Il2CppChar* L_62 = V_8;
Il2CppChar* L_63 = V_9;
if ((!(((uintptr_t)L_62) == ((uintptr_t)L_63))))
{
goto IL_0087;
}
}
{
V_7 = (Il2CppChar*)(((uintptr_t)0));
V_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL;
return (-1);
}
}
// System.Int32 System.String::LastIndexOf(System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_m_stringLength_0();
if (L_0)
{
goto IL_000a;
}
}
{
return (-1);
}
IL_000a:
{
int32_t L_1 = ___startIndex1;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0017;
}
}
{
int32_t L_2 = ___startIndex1;
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_2) < ((int32_t)L_3)))
{
goto IL_0027;
}
}
IL_0017:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, _stringLiteral2B39DE99D21C8630A2990E84BE2F7222699275A1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_5 = ___count2;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___count2;
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_6) <= ((int32_t)L_7)))
{
goto IL_0044;
}
}
IL_0034:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralCF9FC0C2AB5E8591105D8AA81820AAC4B1AE2B7C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_RuntimeMethod_var);
}
IL_0044:
{
int32_t L_9 = ___startIndex1;
int32_t L_10 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), (int32_t)1))) >= ((int32_t)0)))
{
goto IL_0057;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_11, _stringLiteralCC6D272281C04D5B801101D3BEA324D4B5545C50, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, String_LastIndexOf_mDF56BBDC42F73974249076AC735626C00C5FD6AD_RuntimeMethod_var);
}
IL_0057:
{
Il2CppChar L_12 = ___value0;
int32_t L_13 = ___startIndex1;
int32_t L_14 = ___count2;
int32_t L_15 = String_LastIndexOfUnchecked_m7593A36970F2640F8CD07CAD1C86CF889C269918(__this, L_12, L_13, L_14, /*hidden argument*/NULL);
return L_15;
}
}
// System.Int32 System.String::LastIndexOfUnchecked(System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfUnchecked_m7593A36970F2640F8CD07CAD1C86CF889C269918 (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
Il2CppChar* V_4 = NULL;
{
Il2CppChar L_0 = ___value0;
V_0 = L_0;
Il2CppChar* L_1 = __this->get_address_of_m_firstChar_1();
V_2 = (Il2CppChar*)L_1;
Il2CppChar* L_2 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_2));
Il2CppChar* L_3 = V_1;
int32_t L_4 = ___startIndex1;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_4)), (int32_t)2))));
Il2CppChar* L_5 = V_3;
int32_t L_6 = ___count2;
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_5, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6>>(int32_t)3))<<(int32_t)3)))), (int32_t)2))));
goto IL_00ca;
}
IL_0024:
{
Il2CppChar* L_7 = V_3;
int32_t L_8 = *((uint16_t*)L_7);
int32_t L_9 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
{
goto IL_0031;
}
}
{
Il2CppChar* L_10 = V_3;
Il2CppChar* L_11 = V_1;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_10, (intptr_t)L_11))/(int32_t)2))))))));
}
IL_0031:
{
Il2CppChar* L_12 = V_3;
int32_t L_13 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)(-1))), (int32_t)2)))));
int32_t L_14 = V_0;
if ((!(((uint32_t)L_13) == ((uint32_t)L_14))))
{
goto IL_0045;
}
}
{
Il2CppChar* L_15 = V_3;
Il2CppChar* L_16 = V_1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, (intptr_t)L_16))/(int32_t)2)))))))), (int32_t)1));
}
IL_0045:
{
Il2CppChar* L_17 = V_3;
int32_t L_18 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-2))), (int32_t)2)))));
int32_t L_19 = V_0;
if ((!(((uint32_t)L_18) == ((uint32_t)L_19))))
{
goto IL_005a;
}
}
{
Il2CppChar* L_20 = V_3;
Il2CppChar* L_21 = V_1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/(int32_t)2)))))))), (int32_t)2));
}
IL_005a:
{
Il2CppChar* L_22 = V_3;
int32_t L_23 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-3))), (int32_t)2)))));
int32_t L_24 = V_0;
if ((!(((uint32_t)L_23) == ((uint32_t)L_24))))
{
goto IL_006f;
}
}
{
Il2CppChar* L_25 = V_3;
Il2CppChar* L_26 = V_1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_25, (intptr_t)L_26))/(int32_t)2)))))))), (int32_t)3));
}
IL_006f:
{
Il2CppChar* L_27 = V_3;
int32_t L_28 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-4))), (int32_t)2)))));
int32_t L_29 = V_0;
if ((!(((uint32_t)L_28) == ((uint32_t)L_29))))
{
goto IL_0084;
}
}
{
Il2CppChar* L_30 = V_3;
Il2CppChar* L_31 = V_1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_30, (intptr_t)L_31))/(int32_t)2)))))))), (int32_t)4));
}
IL_0084:
{
Il2CppChar* L_32 = V_3;
int32_t L_33 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_32, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-5))), (int32_t)2)))));
int32_t L_34 = V_0;
if ((!(((uint32_t)L_33) == ((uint32_t)L_34))))
{
goto IL_0099;
}
}
{
Il2CppChar* L_35 = V_3;
Il2CppChar* L_36 = V_1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_35, (intptr_t)L_36))/(int32_t)2)))))))), (int32_t)5));
}
IL_0099:
{
Il2CppChar* L_37 = V_3;
int32_t L_38 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-6))), (int32_t)2)))));
int32_t L_39 = V_0;
if ((!(((uint32_t)L_38) == ((uint32_t)L_39))))
{
goto IL_00ae;
}
}
{
Il2CppChar* L_40 = V_3;
Il2CppChar* L_41 = V_1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_40, (intptr_t)L_41))/(int32_t)2)))))))), (int32_t)6));
}
IL_00ae:
{
Il2CppChar* L_42 = V_3;
int32_t L_43 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)-7))), (int32_t)2)))));
int32_t L_44 = V_0;
if ((!(((uint32_t)L_43) == ((uint32_t)L_44))))
{
goto IL_00c3;
}
}
{
Il2CppChar* L_45 = V_3;
Il2CppChar* L_46 = V_1;
return ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (intptr_t)L_46))/(int32_t)2)))))))), (int32_t)7));
}
IL_00c3:
{
Il2CppChar* L_47 = V_3;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_47, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)8)), (int32_t)2))));
}
IL_00ca:
{
Il2CppChar* L_48 = V_3;
Il2CppChar* L_49 = V_4;
if ((!(((uintptr_t)L_48) == ((uintptr_t)L_49))))
{
goto IL_0024;
}
}
{
Il2CppChar* L_50 = V_4;
int32_t L_51 = ___count2;
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_50, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)((int32_t)((int32_t)L_51&(int32_t)7)))), (int32_t)2))));
goto IL_00f0;
}
IL_00df:
{
Il2CppChar* L_52 = V_3;
int32_t L_53 = *((uint16_t*)L_52);
int32_t L_54 = V_0;
if ((!(((uint32_t)L_53) == ((uint32_t)L_54))))
{
goto IL_00ec;
}
}
{
Il2CppChar* L_55 = V_3;
Il2CppChar* L_56 = V_1;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_55, (intptr_t)L_56))/(int32_t)2))))))));
}
IL_00ec:
{
Il2CppChar* L_57 = V_3;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_57, (int32_t)2));
}
IL_00f0:
{
Il2CppChar* L_58 = V_3;
Il2CppChar* L_59 = V_4;
if ((!(((uintptr_t)L_58) == ((uintptr_t)L_59))))
{
goto IL_00df;
}
}
{
return (-1);
}
}
// System.Int32 System.String::LastIndexOfAny(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0;
if (L_0)
{
goto IL_0009;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_RuntimeMethod_var);
}
IL_0009:
{
int32_t L_2 = __this->get_m_stringLength_0();
if (L_2)
{
goto IL_0013;
}
}
{
return (-1);
}
IL_0013:
{
int32_t L_3 = ___startIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___startIndex1;
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_4) < ((int32_t)L_5)))
{
goto IL_0030;
}
}
IL_0020:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, _stringLiteralCF9FC0C2AB5E8591105D8AA81820AAC4B1AE2B7C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_RuntimeMethod_var);
}
IL_0030:
{
int32_t L_7 = ___count2;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003d;
}
}
{
int32_t L_8 = ___count2;
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_8) <= ((int32_t)L_9)))
{
goto IL_004d;
}
}
IL_003d:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, _stringLiteralCF9FC0C2AB5E8591105D8AA81820AAC4B1AE2B7C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_RuntimeMethod_var);
}
IL_004d:
{
int32_t L_11 = ___startIndex1;
int32_t L_12 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), (int32_t)1))) >= ((int32_t)0)))
{
goto IL_0060;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_13 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_13, _stringLiteralCC6D272281C04D5B801101D3BEA324D4B5545C50, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, String_LastIndexOfAny_m9B9377146D8647E41FD5FEF9FBFD4E3D1B494DA4_RuntimeMethod_var);
}
IL_0060:
{
int32_t L_14 = __this->get_m_stringLength_0();
if (L_14)
{
goto IL_006a;
}
}
{
return (-1);
}
IL_006a:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = ___anyOf0;
int32_t L_16 = ___startIndex1;
int32_t L_17 = ___count2;
int32_t L_18 = String_LastIndexOfAnyUnchecked_mA3A1DC659A0EE64BB09329716FB2F9C13AA5C405(__this, L_15, L_16, L_17, /*hidden argument*/NULL);
return L_18;
}
}
// System.Int32 System.String::LastIndexOfAnyUnchecked(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOfAnyUnchecked_mA3A1DC659A0EE64BB09329716FB2F9C13AA5C405 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL;
Il2CppChar* V_4 = NULL;
Il2CppChar* V_5 = NULL;
Il2CppChar* V_6 = NULL;
Il2CppChar* V_7 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___anyOf0;
NullCheck(L_0);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))))) == ((uint32_t)1))))
{
goto IL_0012;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___anyOf0;
NullCheck(L_1);
int32_t L_2 = 0;
uint16_t L_3 = (uint16_t)(L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
int32_t L_4 = ___startIndex1;
int32_t L_5 = ___count2;
int32_t L_6 = String_LastIndexOfUnchecked_m7593A36970F2640F8CD07CAD1C86CF889C269918(__this, L_3, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0012:
{
Il2CppChar* L_7 = __this->get_address_of_m_firstChar_1();
V_2 = (Il2CppChar*)L_7;
Il2CppChar* L_8 = V_2;
V_0 = (Il2CppChar*)(((uintptr_t)L_8));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = ___anyOf0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9;
V_3 = L_10;
if (!L_10)
{
goto IL_0026;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_3;
NullCheck(L_11);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))
{
goto IL_002b;
}
}
IL_0026:
{
V_1 = (Il2CppChar*)(((uintptr_t)0));
goto IL_0034;
}
IL_002b:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_3;
NullCheck(L_12);
V_1 = (Il2CppChar*)(((uintptr_t)((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0034:
{
Il2CppChar* L_13 = V_0;
int32_t L_14 = ___startIndex1;
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_14)), (int32_t)2))));
Il2CppChar* L_15 = V_4;
int32_t L_16 = ___count2;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_15, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_16)), (int32_t)2))));
Il2CppChar* L_17 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = ___anyOf0;
NullCheck(L_18);
V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))), (int32_t)2))));
goto IL_0079;
}
IL_0051:
{
Il2CppChar* L_19 = V_1;
V_6 = (Il2CppChar*)L_19;
goto IL_006d;
}
IL_0056:
{
Il2CppChar* L_20 = V_6;
int32_t L_21 = *((uint16_t*)L_20);
Il2CppChar* L_22 = V_4;
int32_t L_23 = *((uint16_t*)L_22);
if ((!(((uint32_t)L_21) == ((uint32_t)L_23))))
{
goto IL_0067;
}
}
{
Il2CppChar* L_24 = V_4;
Il2CppChar* L_25 = V_0;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_24, (intptr_t)L_25))/(int32_t)2))))))));
}
IL_0067:
{
Il2CppChar* L_26 = V_6;
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_26, (int32_t)2));
}
IL_006d:
{
Il2CppChar* L_27 = V_6;
Il2CppChar* L_28 = V_7;
if ((!(((uintptr_t)L_27) == ((uintptr_t)L_28))))
{
goto IL_0056;
}
}
{
Il2CppChar* L_29 = V_4;
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_29, (int32_t)2));
}
IL_0079:
{
Il2CppChar* L_30 = V_4;
Il2CppChar* L_31 = V_5;
if ((!(((uintptr_t)L_30) == ((uintptr_t)L_31))))
{
goto IL_0051;
}
}
{
return (-1);
}
}
// System.Int32 System.String::nativeCompareOrdinalEx(System.String,System.Int32,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___count4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___count4;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralB6CE7B15183720AAC274771B6CD7214E241A3BFB, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___indexA1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0027;
}
}
{
int32_t L_4 = ___indexA1;
String_t* L_5 = ___strA0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_4) <= ((int32_t)L_6)))
{
goto IL_003c;
}
}
IL_0027:
{
String_t* L_7 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralB5F1095D9FEAB4C396657DBBFDF81773A1BA825E, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_RuntimeMethod_var);
}
IL_003c:
{
int32_t L_9 = ___indexB3;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0049;
}
}
{
int32_t L_10 = ___indexB3;
String_t* L_11 = ___strB2;
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL);
if ((((int32_t)L_10) <= ((int32_t)L_12)))
{
goto IL_005e;
}
}
IL_0049:
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralF092009901AC717F956650D1166FD67D49ED3A81, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, String_nativeCompareOrdinalEx_m64305A55855E6959DFCE962955C9874927D22840_RuntimeMethod_var);
}
IL_005e:
{
String_t* L_15 = ___strA0;
int32_t L_16 = ___indexA1;
int32_t L_17 = ___count4;
String_t* L_18 = ___strB2;
int32_t L_19 = ___indexB3;
int32_t L_20 = ___count4;
int32_t L_21 = String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A(L_15, L_16, L_17, L_18, L_19, L_20, /*hidden argument*/NULL);
return L_21;
}
}
// System.String System.String::ReplaceInternal(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceInternal_m528FB3D9FB23C0811997ADF2FC41D1C3775A94E1 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
String_t* V_1 = NULL;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
String_t* V_4 = NULL;
Il2CppChar* V_5 = NULL;
Il2CppChar* V_6 = NULL;
Il2CppChar* V_7 = NULL;
Il2CppChar* V_8 = NULL;
{
int32_t L_0 = __this->get_m_stringLength_0();
if (!L_0)
{
goto IL_000c;
}
}
{
Il2CppChar L_1 = ___oldChar0;
Il2CppChar L_2 = ___newChar1;
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
{
goto IL_000e;
}
}
IL_000c:
{
return __this;
}
IL_000e:
{
Il2CppChar L_3 = ___oldChar0;
int32_t L_4 = __this->get_m_stringLength_0();
int32_t L_5 = String_IndexOfUnchecked_m1B69D687A6456ED8FB3BA94BF00E5471DB8B9B3C(__this, L_3, 0, L_4, /*hidden argument*/NULL);
V_0 = L_5;
int32_t L_6 = V_0;
if ((!(((uint32_t)L_6) == ((uint32_t)(-1)))))
{
goto IL_0023;
}
}
{
return __this;
}
IL_0023:
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) >= ((int32_t)4)))
{
goto IL_0029;
}
}
{
V_0 = 0;
}
IL_0029:
{
int32_t L_8 = __this->get_m_stringLength_0();
String_t* L_9 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_8, /*hidden argument*/NULL);
V_1 = L_9;
String_t* L_10 = V_1;
V_4 = L_10;
String_t* L_11 = V_4;
V_2 = (Il2CppChar*)(((uintptr_t)L_11));
Il2CppChar* L_12 = V_2;
if (!L_12)
{
goto IL_0047;
}
}
{
Il2CppChar* L_13 = V_2;
int32_t L_14 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (int32_t)L_14));
}
IL_0047:
{
Il2CppChar* L_15 = __this->get_address_of_m_firstChar_1();
V_5 = (Il2CppChar*)L_15;
Il2CppChar* L_16 = V_5;
V_3 = (Il2CppChar*)(((uintptr_t)L_16));
int32_t L_17 = V_0;
if (!L_17)
{
goto IL_005e;
}
}
{
Il2CppChar* L_18 = V_2;
Il2CppChar* L_19 = V_3;
int32_t L_20 = V_0;
String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)L_18, (Il2CppChar*)(Il2CppChar*)L_19, L_20, /*hidden argument*/NULL);
}
IL_005e:
{
Il2CppChar* L_21 = V_2;
int32_t L_22 = __this->get_m_stringLength_0();
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_21, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_22)), (int32_t)2))));
Il2CppChar* L_23 = V_2;
int32_t L_24 = V_0;
V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_24)), (int32_t)2))));
Il2CppChar* L_25 = V_3;
int32_t L_26 = V_0;
V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_26)), (int32_t)2))));
goto IL_009b;
}
IL_007d:
{
Il2CppChar* L_27 = V_8;
int32_t L_28 = *((uint16_t*)L_27);
Il2CppChar L_29 = ___oldChar0;
if ((!(((uint32_t)L_28) == ((uint32_t)L_29))))
{
goto IL_0089;
}
}
{
Il2CppChar* L_30 = V_7;
Il2CppChar L_31 = ___newChar1;
*((int16_t*)L_30) = (int16_t)L_31;
goto IL_008f;
}
IL_0089:
{
Il2CppChar* L_32 = V_7;
Il2CppChar* L_33 = V_8;
int32_t L_34 = *((uint16_t*)L_33);
*((int16_t*)L_32) = (int16_t)L_34;
}
IL_008f:
{
Il2CppChar* L_35 = V_8;
V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_35, (int32_t)2));
Il2CppChar* L_36 = V_7;
V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)2));
}
IL_009b:
{
Il2CppChar* L_37 = V_7;
Il2CppChar* L_38 = V_6;
if ((!(((uintptr_t)L_37) == ((uintptr_t)L_38))))
{
goto IL_007d;
}
}
{
V_4 = (String_t*)NULL;
V_5 = (Il2CppChar*)(((uintptr_t)0));
String_t* L_39 = V_1;
return L_39;
}
}
// System.String System.String::ReplaceInternal(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___oldValue0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral5333C95EEF3653ADA7FB3938F954312C6198A976, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___oldValue0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0021;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral5A0234F3919ECC6048578D5EE0BAF79692EF12EC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, String_ReplaceInternal_mEE1BFD12B1668AFABA8B7B004BB86546AE7ADF66_RuntimeMethod_var);
}
IL_0021:
{
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(__this, /*hidden argument*/NULL);
if (L_5)
{
goto IL_002b;
}
}
{
return __this;
}
IL_002b:
{
String_t* L_6 = ___newValue1;
if (L_6)
{
goto IL_0035;
}
}
{
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___newValue1 = L_7;
}
IL_0035:
{
String_t* L_8 = ___oldValue0;
String_t* L_9 = ___newValue1;
String_t* L_10 = String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7(__this, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.String System.String::ReplaceUnchecked(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t* V_0 = NULL;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
Il2CppChar* V_3 = NULL;
String_t* V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
int32_t V_7 = 0;
String_t* V_8 = NULL;
int32_t V_9 = 0;
int32_t V_10 = 0;
int32_t V_11 = 0;
Il2CppChar* V_12 = NULL;
String_t* V_13 = NULL;
int32_t V_14 = 0;
int32_t V_15 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = ___oldValue0;
NullCheck(L_0);
int32_t L_1 = L_0->get_m_stringLength_0();
int32_t L_2 = __this->get_m_stringLength_0();
if ((((int32_t)L_1) <= ((int32_t)L_2)))
{
goto IL_0010;
}
}
{
return __this;
}
IL_0010:
{
String_t* L_3 = ___oldValue0;
NullCheck(L_3);
int32_t L_4 = L_3->get_m_stringLength_0();
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_0037;
}
}
{
String_t* L_5 = ___newValue1;
NullCheck(L_5);
int32_t L_6 = L_5->get_m_stringLength_0();
if ((!(((uint32_t)L_6) == ((uint32_t)1))))
{
goto IL_0037;
}
}
{
String_t* L_7 = ___oldValue0;
NullCheck(L_7);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, 0, /*hidden argument*/NULL);
String_t* L_9 = ___newValue1;
NullCheck(L_9);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, 0, /*hidden argument*/NULL);
String_t* L_11 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(__this, L_8, L_10, /*hidden argument*/NULL);
return L_11;
}
IL_0037:
{
int8_t* L_12 = (int8_t*) alloca((((uintptr_t)((int32_t)800))));
memset(L_12, 0, (((uintptr_t)((int32_t)800))));
V_0 = (int32_t*)(L_12);
Il2CppChar* L_13 = __this->get_address_of_m_firstChar_1();
V_3 = (Il2CppChar*)L_13;
Il2CppChar* L_14 = V_3;
V_1 = (Il2CppChar*)(((uintptr_t)L_14));
String_t* L_15 = ___newValue1;
V_4 = L_15;
String_t* L_16 = V_4;
V_2 = (Il2CppChar*)(((uintptr_t)L_16));
Il2CppChar* L_17 = V_2;
if (!L_17)
{
goto IL_005c;
}
}
{
Il2CppChar* L_18 = V_2;
int32_t L_19 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)L_19));
}
IL_005c:
{
V_5 = 0;
V_6 = 0;
goto IL_00b0;
}
IL_0064:
{
String_t* L_20 = ___oldValue0;
int32_t L_21 = V_5;
int32_t L_22 = __this->get_m_stringLength_0();
int32_t L_23 = V_5;
int32_t L_24 = String_IndexOfUnchecked_m372BBB8A4722BFDE7CF4856F0EE0B4A197C5AFB0(__this, L_20, L_21, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL);
V_11 = L_24;
int32_t L_25 = V_11;
if ((((int32_t)L_25) < ((int32_t)0)))
{
goto IL_00ba;
}
}
{
int32_t L_26 = V_6;
if ((((int32_t)L_26) >= ((int32_t)((int32_t)200))))
{
goto IL_0097;
}
}
{
int32_t* L_27 = V_0;
int32_t L_28 = V_6;
int32_t L_29 = L_28;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
int32_t L_30 = V_11;
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_29)), (int32_t)4))))) = (int32_t)L_30;
goto IL_00a5;
}
IL_0097:
{
String_t* L_31 = ___oldValue0;
String_t* L_32 = ___newValue1;
String_t* L_33 = String_ReplaceFallback_mF545C150D8BF525B3DDD730ED351B69D0956C52D(__this, L_31, L_32, ((int32_t)200), /*hidden argument*/NULL);
return L_33;
}
IL_00a5:
{
int32_t L_34 = V_11;
String_t* L_35 = ___oldValue0;
NullCheck(L_35);
int32_t L_36 = L_35->get_m_stringLength_0();
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_36));
}
IL_00b0:
{
int32_t L_37 = V_5;
int32_t L_38 = __this->get_m_stringLength_0();
if ((((int32_t)L_37) < ((int32_t)L_38)))
{
goto IL_0064;
}
}
IL_00ba:
{
int32_t L_39 = V_6;
if (L_39)
{
goto IL_00c0;
}
}
{
return __this;
}
IL_00c0:
{
V_7 = 0;
}
IL_00c3:
try
{ // begin try (depth: 1)
int32_t L_40 = __this->get_m_stringLength_0();
String_t* L_41 = ___newValue1;
NullCheck(L_41);
int32_t L_42 = L_41->get_m_stringLength_0();
String_t* L_43 = ___oldValue0;
NullCheck(L_43);
int32_t L_44 = L_43->get_m_stringLength_0();
if (((int64_t)L_42 - (int64_t)L_44 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_42 - (int64_t)L_44 > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_RuntimeMethod_var);
int32_t L_45 = V_6;
if (((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)) * (int64_t)L_45 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)) * (int64_t)L_45 > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_RuntimeMethod_var);
if (((int64_t)L_40 + (int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)), (int32_t)L_45)) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_40 + (int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)), (int32_t)L_45)) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_RuntimeMethod_var);
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_40, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)L_44)), (int32_t)L_45))));
goto IL_00e5;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00de;
throw e;
}
CATCH_00de:
{ // begin catch(System.OverflowException)
OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 * L_46 = (OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)il2cpp_codegen_object_new(OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var);
OutOfMemoryException__ctor_m4ED0B5B3F91BAF66BDF69E09EF6DC74777FE8DEB(L_46, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, String_ReplaceUnchecked_mA5FBEF3953C9BE9A458963DBAA648373F9E0C5D7_RuntimeMethod_var);
} // end catch (depth: 1)
IL_00e5:
{
int32_t L_47 = V_7;
String_t* L_48 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_47, /*hidden argument*/NULL);
V_8 = L_48;
V_9 = 0;
V_10 = 0;
String_t* L_49 = V_8;
V_13 = L_49;
String_t* L_50 = V_13;
V_12 = (Il2CppChar*)(((uintptr_t)L_50));
Il2CppChar* L_51 = V_12;
if (!L_51)
{
goto IL_010b;
}
}
{
Il2CppChar* L_52 = V_12;
int32_t L_53 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_12 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_52, (int32_t)L_53));
}
IL_010b:
{
V_14 = 0;
goto IL_0170;
}
IL_0110:
{
int32_t* L_54 = V_0;
int32_t L_55 = V_14;
int32_t L_56 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_54, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_55)), (int32_t)4)))));
int32_t L_57 = V_10;
V_15 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)L_57));
Il2CppChar* L_58 = V_12;
int32_t L_59 = V_9;
Il2CppChar* L_60 = V_1;
int32_t L_61 = V_10;
int32_t L_62 = V_15;
String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_59)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_60, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_61)), (int32_t)2)))), L_62, /*hidden argument*/NULL);
int32_t L_63 = V_9;
int32_t L_64 = V_15;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_63, (int32_t)L_64));
int32_t* L_65 = V_0;
int32_t L_66 = V_14;
int32_t L_67 = *((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_65, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_66)), (int32_t)4)))));
String_t* L_68 = ___oldValue0;
NullCheck(L_68);
int32_t L_69 = L_68->get_m_stringLength_0();
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_69));
Il2CppChar* L_70 = V_12;
int32_t L_71 = V_9;
Il2CppChar* L_72 = V_2;
String_t* L_73 = ___newValue1;
NullCheck(L_73);
int32_t L_74 = L_73->get_m_stringLength_0();
String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_70, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_71)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_72, L_74, /*hidden argument*/NULL);
int32_t L_75 = V_9;
String_t* L_76 = ___newValue1;
NullCheck(L_76);
int32_t L_77 = L_76->get_m_stringLength_0();
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)L_77));
int32_t L_78 = V_14;
V_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)1));
}
IL_0170:
{
int32_t L_79 = V_14;
int32_t L_80 = V_6;
if ((((int32_t)L_79) < ((int32_t)L_80)))
{
goto IL_0110;
}
}
{
Il2CppChar* L_81 = V_12;
int32_t L_82 = V_9;
Il2CppChar* L_83 = V_1;
int32_t L_84 = V_10;
int32_t L_85 = __this->get_m_stringLength_0();
int32_t L_86 = V_10;
String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_81, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_82)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_83, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_84)), (int32_t)2)))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_86)), /*hidden argument*/NULL);
V_13 = (String_t*)NULL;
String_t* L_87 = V_8;
return L_87;
}
}
// System.String System.String::ReplaceFallback(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ReplaceFallback_mF545C150D8BF525B3DDD730ED351B69D0956C52D (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, int32_t ___testedCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_ReplaceFallback_mF545C150D8BF525B3DDD730ED351B69D0956C52D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = __this->get_m_stringLength_0();
String_t* L_1 = ___newValue1;
NullCheck(L_1);
int32_t L_2 = L_1->get_m_stringLength_0();
String_t* L_3 = ___oldValue0;
NullCheck(L_3);
int32_t L_4 = L_3->get_m_stringLength_0();
int32_t L_5 = ___testedCount2;
StringBuilder_t * L_6 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_4)), (int32_t)L_5)))), /*hidden argument*/NULL);
V_0 = L_6;
V_1 = 0;
goto IL_006f;
}
IL_0020:
{
String_t* L_7 = ___oldValue0;
int32_t L_8 = V_1;
int32_t L_9 = __this->get_m_stringLength_0();
int32_t L_10 = V_1;
int32_t L_11 = String_IndexOfUnchecked_m372BBB8A4722BFDE7CF4856F0EE0B4A197C5AFB0(__this, L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL);
V_2 = L_11;
int32_t L_12 = V_2;
if ((((int32_t)L_12) >= ((int32_t)0)))
{
goto IL_004d;
}
}
{
StringBuilder_t * L_13 = V_0;
int32_t L_14 = V_1;
int32_t L_15 = __this->get_m_stringLength_0();
int32_t L_16 = V_1;
String_t* L_17 = String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70(__this, L_14, ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), /*hidden argument*/NULL);
NullCheck(L_13);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_13, L_17, /*hidden argument*/NULL);
goto IL_0078;
}
IL_004d:
{
StringBuilder_t * L_18 = V_0;
int32_t L_19 = V_1;
int32_t L_20 = V_2;
int32_t L_21 = V_1;
String_t* L_22 = String_InternalSubString_m25D6800EDE68EF93F03E24F039C0CC1378AE3C70(__this, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL);
NullCheck(L_18);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, L_22, /*hidden argument*/NULL);
StringBuilder_t * L_23 = V_0;
String_t* L_24 = ___newValue1;
NullCheck(L_23);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, L_24, /*hidden argument*/NULL);
int32_t L_25 = V_2;
String_t* L_26 = ___oldValue0;
NullCheck(L_26);
int32_t L_27 = L_26->get_m_stringLength_0();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_27));
}
IL_006f:
{
int32_t L_28 = V_1;
int32_t L_29 = __this->get_m_stringLength_0();
if ((((int32_t)L_28) < ((int32_t)L_29)))
{
goto IL_0020;
}
}
IL_0078:
{
StringBuilder_t * L_30 = V_0;
NullCheck(L_30);
String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30);
return L_31;
}
}
// System.String System.String::PadHelper(System.Int32,System.Char,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, bool ___isRightPadded2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
String_t* V_3 = NULL;
Il2CppChar* V_4 = NULL;
Il2CppChar* V_5 = NULL;
Il2CppChar* V_6 = NULL;
Il2CppChar* V_7 = NULL;
Il2CppChar* V_8 = NULL;
{
int32_t L_0 = ___totalWidth0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_1, _stringLiteral16EB8777E959D7B27E2B789B3CA1ACBE67DA94BD, _stringLiteral47CD4F69F5982DAD8A76E172330DF0DF3975E470, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_PadHelper_m305F79FF4A52536857473BE831FF880AE58F9F85_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_2 = ___totalWidth0;
int32_t L_3 = __this->get_m_stringLength_0();
if ((((int32_t)L_2) > ((int32_t)L_3)))
{
goto IL_001f;
}
}
{
return __this;
}
IL_001f:
{
int32_t L_4 = ___totalWidth0;
String_t* L_5 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_4, /*hidden argument*/NULL);
V_0 = L_5;
String_t* L_6 = V_0;
V_3 = L_6;
String_t* L_7 = V_3;
V_1 = (Il2CppChar*)(((uintptr_t)L_7));
Il2CppChar* L_8 = V_1;
if (!L_8)
{
goto IL_0036;
}
}
{
Il2CppChar* L_9 = V_1;
int32_t L_10 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10));
}
IL_0036:
{
Il2CppChar* L_11 = __this->get_address_of_m_firstChar_1();
V_4 = (Il2CppChar*)L_11;
Il2CppChar* L_12 = V_4;
V_2 = (Il2CppChar*)(((uintptr_t)L_12));
bool L_13 = ___isRightPadded2;
if (!L_13)
{
goto IL_007a;
}
}
{
Il2CppChar* L_14 = V_1;
Il2CppChar* L_15 = V_2;
int32_t L_16 = __this->get_m_stringLength_0();
String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)L_14, (Il2CppChar*)(Il2CppChar*)L_15, L_16, /*hidden argument*/NULL);
Il2CppChar* L_17 = V_1;
int32_t L_18 = ___totalWidth0;
V_5 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_18)), (int32_t)2))));
Il2CppChar* L_19 = V_1;
int32_t L_20 = __this->get_m_stringLength_0();
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_20)), (int32_t)2))));
goto IL_0072;
}
IL_0069:
{
Il2CppChar* L_21 = V_6;
Il2CppChar* L_22 = (Il2CppChar*)L_21;
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, (int32_t)2));
Il2CppChar L_23 = ___paddingChar1;
*((int16_t*)L_22) = (int16_t)L_23;
}
IL_0072:
{
Il2CppChar* L_24 = V_6;
Il2CppChar* L_25 = V_5;
if ((!(((uintptr_t)L_24) >= ((uintptr_t)L_25))))
{
goto IL_0069;
}
}
{
goto IL_00af;
}
IL_007a:
{
Il2CppChar* L_26 = V_1;
V_7 = (Il2CppChar*)L_26;
Il2CppChar* L_27 = V_7;
int32_t L_28 = ___totalWidth0;
int32_t L_29 = __this->get_m_stringLength_0();
V_8 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_28)), (int32_t)2)))), (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_29)), (int32_t)2))));
goto IL_009b;
}
IL_0092:
{
Il2CppChar* L_30 = V_7;
Il2CppChar* L_31 = (Il2CppChar*)L_30;
V_7 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_31, (int32_t)2));
Il2CppChar L_32 = ___paddingChar1;
*((int16_t*)L_31) = (int16_t)L_32;
}
IL_009b:
{
Il2CppChar* L_33 = V_7;
Il2CppChar* L_34 = V_8;
if ((!(((uintptr_t)L_33) >= ((uintptr_t)L_34))))
{
goto IL_0092;
}
}
{
Il2CppChar* L_35 = V_7;
Il2CppChar* L_36 = V_2;
int32_t L_37 = __this->get_m_stringLength_0();
String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A((Il2CppChar*)(Il2CppChar*)L_35, (Il2CppChar*)(Il2CppChar*)L_36, L_37, /*hidden argument*/NULL);
}
IL_00af:
{
V_3 = (String_t*)NULL;
V_4 = (Il2CppChar*)(((uintptr_t)0));
String_t* L_38 = V_0;
return L_38;
}
}
// System.Boolean System.String::StartsWithOrdinalUnchecked(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWithOrdinalUnchecked_mC028BA12B4C1D3EA141134DD13C9DB2F1350CC4B (String_t* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
String_t* L_1 = ___value0;
NullCheck(L_1);
int32_t L_2 = L_1->get_m_stringLength_0();
if ((((int32_t)L_0) < ((int32_t)L_2)))
{
goto IL_0027;
}
}
{
String_t* L_3 = ___value0;
NullCheck(L_3);
int32_t L_4 = L_3->get_m_stringLength_0();
String_t* L_5 = ___value0;
String_t* L_6 = ___value0;
NullCheck(L_6);
int32_t L_7 = L_6->get_m_stringLength_0();
int32_t L_8 = String_CompareOrdinalUnchecked_mBE67C2F917AD4DB0F4BF71D50728038F84C03F6A(__this, 0, L_4, L_5, 0, L_7, /*hidden argument*/NULL);
return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
}
IL_0027:
{
return (bool)0;
}
}
// System.Boolean System.String::IsAscii()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsAscii_m5C4AA0931EC5E967EED8E9BA02F4CF10C50A78A9 (String_t* __this, const RuntimeMethod* method)
{
Il2CppChar* V_0 = NULL;
Il2CppChar* V_1 = NULL;
Il2CppChar* V_2 = NULL;
{
Il2CppChar* L_0 = __this->get_address_of_m_firstChar_1();
V_0 = (Il2CppChar*)L_0;
Il2CppChar* L_1 = V_0;
uintptr_t L_2 = (((uintptr_t)L_1));
int32_t L_3 = __this->get_m_stringLength_0();
V_1 = (Il2CppChar*)((intptr_t)il2cpp_codegen_add((intptr_t)L_2, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_3)), (int32_t)2))));
V_2 = (Il2CppChar*)L_2;
goto IL_0027;
}
IL_0018:
{
Il2CppChar* L_4 = V_2;
int32_t L_5 = *((uint16_t*)L_4);
if ((((int32_t)L_5) < ((int32_t)((int32_t)128))))
{
goto IL_0023;
}
}
{
return (bool)0;
}
IL_0023:
{
Il2CppChar* L_6 = V_2;
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, (int32_t)2));
}
IL_0027:
{
Il2CppChar* L_7 = V_2;
Il2CppChar* L_8 = V_1;
if ((!(((uintptr_t)L_7) == ((uintptr_t)L_8))))
{
goto IL_0018;
}
}
{
V_0 = (Il2CppChar*)(((uintptr_t)0));
return (bool)1;
}
}
// System.Void System.String::CharCopy(System.Char*,System.Char*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CharCopy_m9C765555741AA1DD59062ED13B0A7FB4BEFA1C4A (Il2CppChar* ___dest0, Il2CppChar* ___src1, int32_t ___count2, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___dest0;
Il2CppChar* L_1 = ___src1;
if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_0)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_1)))))&(int32_t)3)))
{
goto IL_0040;
}
}
{
Il2CppChar* L_2 = ___dest0;
if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_2)))&(int32_t)2)))
{
goto IL_002c;
}
}
{
Il2CppChar* L_3 = ___src1;
if (!((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_3)))&(int32_t)2)))
{
goto IL_002c;
}
}
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_002c;
}
}
{
Il2CppChar* L_5 = ___dest0;
Il2CppChar* L_6 = ___src1;
int32_t L_7 = *((int16_t*)L_6);
*((int16_t*)L_5) = (int16_t)L_7;
Il2CppChar* L_8 = ___dest0;
___dest0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)2));
Il2CppChar* L_9 = ___src1;
___src1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)2));
int32_t L_10 = ___count2;
___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1));
}
IL_002c:
{
Il2CppChar* L_11 = ___dest0;
Il2CppChar* L_12 = ___src1;
if (!((int32_t)((int32_t)((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_11)))|(int32_t)(((int32_t)((int32_t)(intptr_t)L_12)))))&(int32_t)2)))
{
goto IL_0040;
}
}
{
Il2CppChar* L_13 = ___dest0;
Il2CppChar* L_14 = ___src1;
int32_t L_15 = ___count2;
Buffer_memcpy2_mAA37EECC87926D9B7F5CBE42C84A7AA6F2E5306E((uint8_t*)(uint8_t*)L_13, (uint8_t*)(uint8_t*)L_14, ((int32_t)il2cpp_codegen_multiply((int32_t)L_15, (int32_t)2)), /*hidden argument*/NULL);
return;
}
IL_0040:
{
Il2CppChar* L_16 = ___dest0;
Il2CppChar* L_17 = ___src1;
int32_t L_18 = ___count2;
Buffer_memcpy4_mDA39112959C9161FBC66E893A249B2A7F06EF771((uint8_t*)(uint8_t*)L_16, (uint8_t*)(uint8_t*)L_17, ((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)), /*hidden argument*/NULL);
return;
}
}
// System.Void System.String::memset(System.Byte*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memset_mA4C22BA755FA7B7CDD0B96E9CE375A78355C0881 (uint8_t* ___dest0, int32_t ___val1, int32_t ___len2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = ___len2;
if ((((int32_t)L_0) >= ((int32_t)8)))
{
goto IL_0018;
}
}
{
goto IL_0014;
}
IL_0006:
{
uint8_t* L_1 = ___dest0;
int32_t L_2 = ___val1;
*((int8_t*)L_1) = (int8_t)(((int32_t)((uint8_t)L_2)));
uint8_t* L_3 = ___dest0;
___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_3, (int32_t)1));
int32_t L_4 = ___len2;
___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
}
IL_0014:
{
int32_t L_5 = ___len2;
if (L_5)
{
goto IL_0006;
}
}
{
return;
}
IL_0018:
{
int32_t L_6 = ___val1;
if (!L_6)
{
goto IL_002a;
}
}
{
int32_t L_7 = ___val1;
int32_t L_8 = ___val1;
___val1 = ((int32_t)((int32_t)L_7|(int32_t)((int32_t)((int32_t)L_8<<(int32_t)8))));
int32_t L_9 = ___val1;
int32_t L_10 = ___val1;
___val1 = ((int32_t)((int32_t)L_9|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)((int32_t)16)))));
}
IL_002a:
{
uint8_t* L_11 = ___dest0;
V_0 = ((int32_t)((int32_t)(((int32_t)((int32_t)(intptr_t)L_11)))&(int32_t)3));
int32_t L_12 = V_0;
if (!L_12)
{
goto IL_0071;
}
}
{
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)4, (int32_t)L_13));
int32_t L_14 = ___len2;
int32_t L_15 = V_0;
___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15));
}
IL_003b:
{
uint8_t* L_16 = ___dest0;
int32_t L_17 = ___val1;
*((int8_t*)L_16) = (int8_t)(((int32_t)((uint8_t)L_17)));
uint8_t* L_18 = ___dest0;
___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)1));
int32_t L_19 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1));
int32_t L_20 = V_0;
if (L_20)
{
goto IL_003b;
}
}
{
goto IL_0071;
}
IL_004d:
{
uint8_t* L_21 = ___dest0;
int32_t L_22 = ___val1;
*((int32_t*)L_21) = (int32_t)L_22;
uint8_t* L_23 = ___dest0;
int32_t L_24 = ___val1;
*((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_23, (int32_t)4))) = (int32_t)L_24;
uint8_t* L_25 = ___dest0;
int32_t L_26 = ___val1;
*((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_25, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)2)), (int32_t)4))))) = (int32_t)L_26;
uint8_t* L_27 = ___dest0;
int32_t L_28 = ___val1;
*((int32_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)3)), (int32_t)4))))) = (int32_t)L_28;
uint8_t* L_29 = ___dest0;
___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_29, (int32_t)((int32_t)16)));
int32_t L_30 = ___len2;
___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)((int32_t)16)));
}
IL_0071:
{
int32_t L_31 = ___len2;
if ((((int32_t)L_31) >= ((int32_t)((int32_t)16))))
{
goto IL_004d;
}
}
{
goto IL_0085;
}
IL_0078:
{
uint8_t* L_32 = ___dest0;
int32_t L_33 = ___val1;
*((int32_t*)L_32) = (int32_t)L_33;
uint8_t* L_34 = ___dest0;
___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)4));
int32_t L_35 = ___len2;
___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)4));
}
IL_0085:
{
int32_t L_36 = ___len2;
if ((((int32_t)L_36) >= ((int32_t)4)))
{
goto IL_0078;
}
}
{
goto IL_0099;
}
IL_008b:
{
uint8_t* L_37 = ___dest0;
int32_t L_38 = ___val1;
*((int8_t*)L_37) = (int8_t)(((int32_t)((uint8_t)L_38)));
uint8_t* L_39 = ___dest0;
___dest0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_39, (int32_t)1));
int32_t L_40 = ___len2;
___len2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1));
}
IL_0099:
{
int32_t L_41 = ___len2;
if ((((int32_t)L_41) > ((int32_t)0)))
{
goto IL_008b;
}
}
{
return;
}
}
// System.Void System.String::memcpy(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_m6F1F0AAF1191249910AC2650A85B8BC6F99E0210 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___dest0;
uint8_t* L_1 = ___src1;
int32_t L_2 = ___size2;
Buffer_Memcpy_m4D475106A101E5ED38EB22776EAAFB6D02F63678((uint8_t*)(uint8_t*)L_0, (uint8_t*)(uint8_t*)L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.String::bzero(System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_mF72B932D7140B8D2FF2DC7E0E6BD475015DB41A8 (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___dest0;
int32_t L_1 = ___len1;
String_memset_mA4C22BA755FA7B7CDD0B96E9CE375A78355C0881((uint8_t*)(uint8_t*)L_0, 0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.String::bzero_aligned_1(System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_1_m51BEB54F4B06B12514FD1662F72C3220B896E5D6 (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___dest0;
*((int8_t*)L_0) = (int8_t)0;
return;
}
}
// System.Void System.String::bzero_aligned_2(System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_2_m14A7F16C79BFAA23C83200BEA047AE0AE41A0DB4 (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___dest0;
*((int16_t*)L_0) = (int16_t)0;
return;
}
}
// System.Void System.String::bzero_aligned_4(System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_4_mAA0385AC97BD6A2AE55E0FB05EBD279FCEBEB698 (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___dest0;
*((int32_t*)L_0) = (int32_t)0;
return;
}
}
// System.Void System.String::bzero_aligned_8(System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_bzero_aligned_8_m06CEACDD5A7F83AE67BDC8749DAFF8D874A760CD (uint8_t* ___dest0, int32_t ___len1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___dest0;
*((int64_t*)L_0) = (int64_t)(((int64_t)((int64_t)0)));
return;
}
}
// System.Void System.String::memcpy_aligned_1(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_1_mB66023E41065555A5998BC9B5256360C72CD26AD (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___dest0;
uint8_t* L_1 = ___src1;
int32_t L_2 = *((uint8_t*)L_1);
*((int8_t*)L_0) = (int8_t)L_2;
return;
}
}
// System.Void System.String::memcpy_aligned_2(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_2_m3DD6866545593348938969545EE867989AF4448A (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___dest0;
uint8_t* L_1 = ___src1;
int32_t L_2 = *((int16_t*)L_1);
*((int16_t*)L_0) = (int16_t)L_2;
return;
}
}
// System.Void System.String::memcpy_aligned_4(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_4_m62E60A7DE603B6FA7A7407EC0FA46F3A5ECEDE17 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___dest0;
uint8_t* L_1 = ___src1;
int32_t L_2 = *((int32_t*)L_1);
*((int32_t*)L_0) = (int32_t)L_2;
return;
}
}
// System.Void System.String::memcpy_aligned_8(System.Byte*,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_memcpy_aligned_8_mFF83F60414085FFFE06E9AB5DB69FDDC77B5B254 (uint8_t* ___dest0, uint8_t* ___src1, int32_t ___size2, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___dest0;
uint8_t* L_1 = ___src1;
int64_t L_2 = *((int64_t*)L_1);
*((int64_t*)L_0) = (int64_t)L_2;
return;
}
}
// System.String System.String::CreateString(System.SByte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mA910CA1C39D592A88E1215305942812EA0B892AB (String_t* __this, int8_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CreateString_mA910CA1C39D592A88E1215305942812EA0B892AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
int32_t V_1 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
int8_t* L_0 = ___value0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_000b;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_000b:
{
int8_t* L_2 = ___value0;
V_0 = (uint8_t*)L_2;
V_1 = 0;
}
IL_000f:
try
{ // begin try (depth: 1)
{
goto IL_0015;
}
IL_0011:
{
int32_t L_3 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
}
IL_0015:
{
uint8_t* L_4 = V_0;
uint8_t* L_5 = (uint8_t*)L_4;
V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)1));
int32_t L_6 = *((uint8_t*)L_5);
if (L_6)
{
goto IL_0011;
}
}
IL_001d:
{
goto IL_0030;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_001f;
throw e;
}
CATCH_001f:
{ // begin catch(System.NullReferenceException)
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, _stringLiteral6981EC6BB13A643A39ED7DD35F3DD6650620238F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, String_CreateString_mA910CA1C39D592A88E1215305942812EA0B892AB_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0030:
{
int8_t* L_8 = ___value0;
int32_t L_9 = V_1;
String_t* L_10 = String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401(__this, (int8_t*)(int8_t*)L_8, 0, L_9, (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL, /*hidden argument*/NULL);
return L_10;
}
}
// System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m3EA76497FA998B5C8899D01EB6B85B55ED942376 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
{
int8_t* L_0 = ___value0;
int32_t L_1 = ___startIndex1;
int32_t L_2 = ___length2;
String_t* L_3 = String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401(__this, (int8_t*)(int8_t*)L_0, L_1, L_2, (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.String::CreateString(System.Char*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m81EC77200D75146384415713DE908296720CFD95 (String_t* __this, Il2CppChar* ___value0, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___value0;
String_t* L_1 = String_CtorCharPtr_m8673F31D7A1ADC848362702CDE84A1E4343D67A8(__this, (Il2CppChar*)(Il2CppChar*)L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.String::CreateString(System.Char*,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
{
Il2CppChar* L_0 = ___value0;
int32_t L_1 = ___startIndex1;
int32_t L_2 = ___length2;
String_t* L_3 = String_CtorCharPtrStartLength_mACF658363A566925DAEBADFE5B44ABBCB4227101(__this, (Il2CppChar*)(Il2CppChar*)L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___val0;
int32_t L_1 = ___startIndex1;
int32_t L_2 = ___length2;
String_t* L_3 = String_CtorCharArrayStartLength_m20C739C1BA077DF4056DC39A7632700A63ED7F10(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.String::CreateString(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___val0;
String_t* L_1 = String_CtorCharArray_mBD09735176A649FE5E708C756882D6A2F2D330EB(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.String::CreateString(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93 (String_t* __this, Il2CppChar ___c0, int32_t ___count1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
Il2CppChar* V_1 = NULL;
String_t* V_2 = NULL;
Il2CppChar* V_3 = NULL;
Il2CppChar* V_4 = NULL;
{
int32_t L_0 = ___count1;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000f;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_CreateString_m0E7BBCE09E386877E2B63BF7FA36B956BF221C93_RuntimeMethod_var);
}
IL_000f:
{
int32_t L_2 = ___count1;
if (L_2)
{
goto IL_0018;
}
}
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_3;
}
IL_0018:
{
int32_t L_4 = ___count1;
String_t* L_5 = String_FastAllocateString_m41FF9F02E99463841990C6971132D4D9E320914C(L_4, /*hidden argument*/NULL);
V_0 = L_5;
String_t* L_6 = V_0;
V_2 = L_6;
String_t* L_7 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_7));
Il2CppChar* L_8 = V_1;
if (!L_8)
{
goto IL_002f;
}
}
{
Il2CppChar* L_9 = V_1;
int32_t L_10 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10));
}
IL_002f:
{
Il2CppChar* L_11 = V_1;
V_3 = (Il2CppChar*)L_11;
Il2CppChar* L_12 = V_3;
int32_t L_13 = ___count1;
V_4 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_13)), (int32_t)2))));
goto IL_0042;
}
IL_003b:
{
Il2CppChar* L_14 = V_3;
Il2CppChar L_15 = ___c0;
*((int16_t*)L_14) = (int16_t)L_15;
Il2CppChar* L_16 = V_3;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, (int32_t)2));
}
IL_0042:
{
Il2CppChar* L_17 = V_3;
Il2CppChar* L_18 = V_4;
if ((!(((uintptr_t)L_17) >= ((uintptr_t)L_18))))
{
goto IL_003b;
}
}
{
V_2 = (String_t*)NULL;
String_t* L_19 = V_0;
return L_19;
}
}
// System.String System.String::CreateString(System.SByte*,System.Int32,System.Int32,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401 (String_t* __this, int8_t* ___value0, int32_t ___startIndex1, int32_t ___length2, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___enc3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
uint8_t* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
int32_t L_0 = ___length2;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_1, _stringLiteral3D54973F528B01019A58A52D34D518405A01B891, _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_2 = ___startIndex1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0028;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_3, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, _stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var);
}
IL_0028:
{
int8_t* L_4 = ___value0;
int32_t L_5 = ___startIndex1;
int8_t* L_6 = ___value0;
if ((!(((uintptr_t)((int8_t*)il2cpp_codegen_add((intptr_t)L_4, (int32_t)L_5))) < ((uintptr_t)L_6))))
{
goto IL_003e;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral8972561214BDFD4779823E480036EAF0853E3C56, _stringLiteral9F95E42A9F11709CE7A563982187B0A24E21DADA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var);
}
IL_003e:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = ___enc3;
if (L_8)
{
goto IL_0062;
}
}
{
int8_t* L_9 = ___value0;
if ((!(((uintptr_t)L_9) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_0052;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_10 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_10, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var);
}
IL_0052:
{
int32_t L_11 = ___length2;
if (L_11)
{
goto IL_005b;
}
}
{
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_12;
}
IL_005b:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2(/*hidden argument*/NULL);
___enc3 = L_13;
}
IL_0062:
{
int32_t L_14 = ___length2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_14);
V_0 = L_15;
int32_t L_16 = ___length2;
if (!L_16)
{
goto IL_00b9;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = L_17;
V_2 = L_18;
if (!L_18)
{
goto IL_0076;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_2;
NullCheck(L_19);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))
{
goto IL_007b;
}
}
IL_0076:
{
V_1 = (uint8_t*)(((uintptr_t)0));
goto IL_0084;
}
IL_007b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = V_2;
NullCheck(L_20);
V_1 = (uint8_t*)(((uintptr_t)((L_20)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0084:
{
}
IL_0085:
try
{ // begin try (depth: 1)
{
int8_t* L_21 = ___value0;
if ((!(((uintptr_t)L_21) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_009a;
}
}
IL_008a:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_22 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_22, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, _stringLiteral9F95E42A9F11709CE7A563982187B0A24E21DADA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var);
}
IL_009a:
{
uint8_t* L_23 = V_1;
int8_t* L_24 = ___value0;
int32_t L_25 = ___startIndex1;
int32_t L_26 = ___length2;
String_memcpy_m6F1F0AAF1191249910AC2650A85B8BC6F99E0210((uint8_t*)(uint8_t*)L_23, (uint8_t*)(uint8_t*)((int8_t*)il2cpp_codegen_add((intptr_t)L_24, (int32_t)L_25)), L_26, /*hidden argument*/NULL);
goto IL_00b7;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (NullReferenceException_t204B194BC4DDA3259AF5A8633EA248AE5977ABDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00a6;
throw e;
}
CATCH_00a6:
{ // begin catch(System.NullReferenceException)
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_27 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_27, _stringLiteralDAF4A923626420FA50E11CDF1F69B7AC3A91A362, _stringLiteral9F95E42A9F11709CE7A563982187B0A24E21DADA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, String_CreateString_m66F478C9C9C828AAC6036513F7FE7C3C2D799401_RuntimeMethod_var);
} // end catch (depth: 1)
IL_00b7:
{
V_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_00b9:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_28 = ___enc3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_0;
NullCheck(L_28);
String_t* L_30 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(33 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_28, L_29);
return L_30;
}
}
#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.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__invariantCultureIgnoreCase_1();
return L_0;
}
}
// System.StringComparer System.StringComparer::get_CurrentCultureIgnoreCase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_CurrentCultureIgnoreCase_m1900DE3D696056A54A108E11FE8991A677305F60 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_CurrentCultureIgnoreCase_m1900DE3D696056A54A108E11FE8991A677305F60_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_1 = (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 *)il2cpp_codegen_object_new(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var);
CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28(L_1, L_0, (bool)1, /*hidden argument*/NULL);
return L_1;
}
}
// System.StringComparer System.StringComparer::get_Ordinal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_Ordinal_m1F38FBAB170DF80D33FE2A849D30FF2E314D9FDB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__ordinal_2();
return L_0;
}
}
// System.StringComparer System.StringComparer::get_OrdinalIgnoreCase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__ordinalIgnoreCase_3();
return L_0;
}
}
// System.Int32 System.StringComparer::Compare(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7 (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
RuntimeObject* V_1 = NULL;
String_t* V_2 = NULL;
{
RuntimeObject * L_0 = ___x0;
RuntimeObject * L_1 = ___y1;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))))
{
goto IL_0006;
}
}
{
return 0;
}
IL_0006:
{
RuntimeObject * L_2 = ___x0;
if (L_2)
{
goto IL_000b;
}
}
{
return (-1);
}
IL_000b:
{
RuntimeObject * L_3 = ___y1;
if (L_3)
{
goto IL_0010;
}
}
{
return 1;
}
IL_0010:
{
RuntimeObject * L_4 = ___x0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
String_t* L_5 = V_0;
if (!L_5)
{
goto IL_002d;
}
}
{
RuntimeObject * L_6 = ___y1;
V_2 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var));
String_t* L_7 = V_2;
if (!L_7)
{
goto IL_002d;
}
}
{
String_t* L_8 = V_0;
String_t* L_9 = V_2;
int32_t L_10 = VirtFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(10 /* System.Int32 System.StringComparer::Compare(System.String,System.String) */, __this, L_8, L_9);
return L_10;
}
IL_002d:
{
RuntimeObject * L_11 = ___x0;
V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var));
RuntimeObject* L_12 = V_1;
if (!L_12)
{
goto IL_003f;
}
}
{
RuntimeObject* L_13 = V_1;
RuntimeObject * L_14 = ___y1;
NullCheck(L_13);
int32_t L_15 = InterfaceFuncInvoker1< int32_t, RuntimeObject * >::Invoke(0 /* System.Int32 System.IComparable::CompareTo(System.Object) */, IComparable_tF58875555EC83AB78FA9E958C48803C6AF9FB5D9_il2cpp_TypeInfo_var, L_13, L_14);
return L_15;
}
IL_003f:
{
String_t* L_16 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral463C9ACFFA099CA60B83F74DD23B2E4DE31E298B, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, StringComparer_Compare_mF6C220BCB2FF779530CC3B9E724CAC82738E6EE7_RuntimeMethod_var);
}
}
// System.Boolean System.StringComparer::Equals(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringComparer_Equals_mEDC0D576089BB102F6DDA35963406B5C3B9AD97D (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, RuntimeObject * ___x0, RuntimeObject * ___y1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_Equals_mEDC0D576089BB102F6DDA35963406B5C3B9AD97D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
RuntimeObject * L_0 = ___x0;
RuntimeObject * L_1 = ___y1;
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)L_1))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_2 = ___x0;
if (!L_2)
{
goto IL_000c;
}
}
{
RuntimeObject * L_3 = ___y1;
if (L_3)
{
goto IL_000e;
}
}
IL_000c:
{
return (bool)0;
}
IL_000e:
{
RuntimeObject * L_4 = ___x0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var));
String_t* L_5 = V_0;
if (!L_5)
{
goto IL_002b;
}
}
{
RuntimeObject * L_6 = ___y1;
V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var));
String_t* L_7 = V_1;
if (!L_7)
{
goto IL_002b;
}
}
{
String_t* L_8 = V_0;
String_t* L_9 = V_1;
bool L_10 = VirtFuncInvoker2< bool, String_t*, String_t* >::Invoke(11 /* System.Boolean System.StringComparer::Equals(System.String,System.String) */, __this, L_8, L_9);
return L_10;
}
IL_002b:
{
RuntimeObject * L_11 = ___x0;
RuntimeObject * L_12 = ___y1;
NullCheck(L_11);
bool L_13 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_11, L_12);
return L_13;
}
}
// System.Int32 System.StringComparer::GetHashCode(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, StringComparer_GetHashCode_mD70D6D3EFB36ED208E77AD17BDD7E809B593500F_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___obj0;
V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var));
String_t* L_3 = V_0;
if (!L_3)
{
goto IL_0020;
}
}
{
String_t* L_4 = V_0;
int32_t L_5 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* System.Int32 System.StringComparer::GetHashCode(System.String) */, __this, L_4);
return L_5;
}
IL_0020:
{
RuntimeObject * L_6 = ___obj0;
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6);
return L_7;
}
}
// System.Void System.StringComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringComparer__ctor_mB32547253FAD35661634154EE51010A1BFA84142 (StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.StringComparer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringComparer__cctor_m5F31EE210A599E85AE825C7E0A9231D7FD21AD65 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer__cctor_m5F31EE210A599E85AE825C7E0A9231D7FD21AD65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_1 = (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 *)il2cpp_codegen_object_new(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var);
CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28(L_1, L_0, (bool)0, /*hidden argument*/NULL);
((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__invariantCulture_0(L_1);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_2 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 * L_3 = (CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058 *)il2cpp_codegen_object_new(CultureAwareComparer_tFCEC16B02A638A8DFF49C7C8C507A6A889C8E058_il2cpp_TypeInfo_var);
CultureAwareComparer__ctor_m932FEC0DC86BAD111BC13357F712B51262F4EB28(L_3, L_2, (bool)1, /*hidden argument*/NULL);
((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__invariantCultureIgnoreCase_1(L_3);
OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * L_4 = (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A *)il2cpp_codegen_object_new(OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_il2cpp_TypeInfo_var);
OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881(L_4, (bool)0, /*hidden argument*/NULL);
((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__ordinal_2(L_4);
OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A * L_5 = (OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A *)il2cpp_codegen_object_new(OrdinalComparer_tF6BA53365493F2DF0E4DA7C73C4094D1E35F240A_il2cpp_TypeInfo_var);
OrdinalComparer__ctor_m03DBF62ADAE2F1E022590631377D136E44129881(L_5, (bool)1, /*hidden argument*/NULL);
((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->set__ordinalIgnoreCase_3(L_5);
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
// System.Void System.SystemException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral44B87FDC3140E2D8517F78B55C3F2FDA0B683070, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233087), /*hidden argument*/NULL);
return;
}
}
// System.Void System.SystemException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233087), /*hidden argument*/NULL);
return;
}
}
// System.Void System.SystemException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m62590BC1925B7B354EBFD852E162CD170FEB861D(__this, L_0, L_1, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2146233087), /*hidden argument*/NULL);
return;
}
}
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_mBFF5996A1B65FCEEE0054A95A652BA3DD6366618(__this, L_0, L_1, /*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.String System.TermInfoDriver::TryTermInfoDir(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F (String_t* ___dir0, String_t* ___term1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ___dir0;
String_t* L_1 = ___term1;
NullCheck(L_1);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, 0, /*hidden argument*/NULL);
int32_t L_3 = ((int32_t)L_2);
RuntimeObject * L_4 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_3);
String_t* L_5 = ___term1;
String_t* L_6 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteralCCF15D90534EF306CC485DF0BB7E5C6AB6214C2A, L_0, L_4, L_5, /*hidden argument*/NULL);
V_0 = L_6;
String_t* L_7 = V_0;
bool L_8 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0023;
}
}
{
String_t* L_9 = V_0;
return L_9;
}
IL_0023:
{
String_t* L_10 = ___dir0;
String_t* L_11 = ___term1;
NullCheck(L_11);
String_t* L_12 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_11, 0, 1, /*hidden argument*/NULL);
String_t* L_13 = ___term1;
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_14 = Path_Combine_mAB92AD33FF91D3550E1683D5E732895A08B758DA(L_10, L_12, L_13, /*hidden argument*/NULL);
V_0 = L_14;
String_t* L_15 = V_0;
bool L_16 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_003d;
}
}
{
String_t* L_17 = V_0;
return L_17;
}
IL_003d:
{
return (String_t*)NULL;
}
}
// System.String System.TermInfoDriver::SearchTerminfo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3 (String_t* ___term0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
int32_t V_3 = 0;
String_t* V_4 = NULL;
{
String_t* L_0 = ___term0;
if (!L_0)
{
goto IL_0010;
}
}
{
String_t* L_1 = ___term0;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0012;
}
}
IL_0010:
{
return (String_t*)NULL;
}
IL_0012:
{
String_t* L_4 = Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185(_stringLiteral5CFB387F58D99E3322C5AF64AC12951CCEB68B00, /*hidden argument*/NULL);
V_1 = L_4;
String_t* L_5 = V_1;
if (!L_5)
{
goto IL_0035;
}
}
{
String_t* L_6 = V_1;
bool L_7 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0035;
}
}
{
String_t* L_8 = V_1;
String_t* L_9 = ___term0;
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
String_t* L_10 = TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F(L_8, L_9, /*hidden argument*/NULL);
V_0 = L_10;
String_t* L_11 = V_0;
if (!L_11)
{
goto IL_0035;
}
}
{
String_t* L_12 = V_0;
return L_12;
}
IL_0035:
{
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_locations_2();
V_2 = L_13;
V_3 = 0;
goto IL_005f;
}
IL_003f:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_2;
int32_t L_15 = V_3;
NullCheck(L_14);
int32_t L_16 = L_15;
String_t* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
V_4 = L_17;
String_t* L_18 = V_4;
bool L_19 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_005b;
}
}
{
String_t* L_20 = V_4;
String_t* L_21 = ___term0;
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
String_t* L_22 = TermInfoDriver_TryTermInfoDir_mB77251F46AC79569CE18F4AE20F130453912A47F(L_20, L_21, /*hidden argument*/NULL);
V_0 = L_22;
String_t* L_23 = V_0;
if (!L_23)
{
goto IL_005b;
}
}
{
String_t* L_24 = V_0;
return L_24;
}
IL_005b:
{
int32_t L_25 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_005f:
{
int32_t L_26 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = V_2;
NullCheck(L_27);
if ((((int32_t)L_26) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))))
{
goto IL_003f;
}
}
{
return (String_t*)NULL;
}
}
// System.Void System.TermInfoDriver::WriteConsole(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, String_t* ___str0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___str0;
if (L_0)
{
goto IL_0004;
}
}
{
return;
}
IL_0004:
{
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_1 = __this->get_stdout_15();
String_t* L_2 = ___str0;
NullCheck(L_1);
CStreamWriter_InternalWriteString_mEA79EB02E28ADA9D81053766AD523E4C0CFC6CDA(L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.TermInfoDriver::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver__ctor_mDBF60028AEDAE114F1EC4FA8538F29B49AB11EF2 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, String_t* ___term0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver__ctor_mDBF60028AEDAE114F1EC4FA8538F29B49AB11EF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_title_6(L_0);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_titleFormat_7(L_1);
__this->set_cursorVisible_8((bool)1);
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
__this->set_initLock_26(L_2);
__this->set_fgcolor_31(((int32_t)15));
__this->set_rl_startx_38((-1));
__this->set_rl_starty_39((-1));
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_3 = ___term0;
__this->set_term_13(L_3);
String_t* L_4 = ___term0;
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
String_t* L_5 = TermInfoDriver_SearchTerminfo_m7D2A02B1FBA3D8F66256E53D28264D4A0B7550A3(L_4, /*hidden argument*/NULL);
V_0 = L_5;
String_t* L_6 = V_0;
if (!L_6)
{
goto IL_0064;
}
}
{
String_t* L_7 = ___term0;
String_t* L_8 = V_0;
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_9 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var);
TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D(L_9, L_7, L_8, /*hidden argument*/NULL);
__this->set_reader_3(L_9);
goto IL_00a2;
}
IL_0064:
{
String_t* L_10 = ___term0;
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, _stringLiteralE2E28A8EB171E8219151A13B9466DAFC7AF786C2, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0084;
}
}
{
String_t* L_12 = ___term0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = KnownTerminals_get_xterm_mA890BFD590F820BBB23B219E1AD1C8BCD3DFA345(/*hidden argument*/NULL);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_14 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var);
TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6(L_14, L_12, L_13, /*hidden argument*/NULL);
__this->set_reader_3(L_14);
goto IL_00a2;
}
IL_0084:
{
String_t* L_15 = ___term0;
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteralBA324CA7B1C77FC20BB970D5AFF6EEA9377918A5, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_00a2;
}
}
{
String_t* L_17 = ___term0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = KnownTerminals_get_linux_m9A34213D8DB968ED3864B4E321BA4B71DB7E8B95(/*hidden argument*/NULL);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_19 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var);
TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6(L_19, L_17, L_18, /*hidden argument*/NULL);
__this->set_reader_3(L_19);
}
IL_00a2:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_20 = __this->get_reader_3();
if (L_20)
{
goto IL_00bb;
}
}
{
String_t* L_21 = ___term0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = KnownTerminals_get_ansi_m2ECEBC902EBB68D9A849ED1B76F8008918BEBB4D(/*hidden argument*/NULL);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_23 = (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C *)il2cpp_codegen_object_new(TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C_il2cpp_TypeInfo_var);
TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6(L_23, L_21, L_22, /*hidden argument*/NULL);
__this->set_reader_3(L_23);
}
IL_00bb:
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_24 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_stdout_0();
if (((CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 *)IsInstClass((RuntimeObject*)L_24, CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var)))
{
goto IL_00eb;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_25 = Console_OpenStandardOutput_m9C602CA7C2D5E989D45913987E2E581481EC9823(0, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_26 = Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647_inline(/*hidden argument*/NULL);
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_27 = (CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 *)il2cpp_codegen_object_new(CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var);
CStreamWriter__ctor_m967462FE0368BE80A448F0082E70B326088E2E95(L_27, L_25, L_26, (bool)0, /*hidden argument*/NULL);
__this->set_stdout_15(L_27);
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_28 = __this->get_stdout_15();
NullCheck(L_28);
VirtActionInvoker1< bool >::Invoke(20 /* System.Void System.IO.StreamWriter::set_AutoFlush(System.Boolean) */, L_28, (bool)1);
return;
}
IL_00eb:
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
TextWriter_t92451D929322093838C41489883D5B2D7ABAF3F0 * L_29 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_stdout_0();
__this->set_stdout_15(((CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 *)CastclassClass((RuntimeObject*)L_29, CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450_il2cpp_TypeInfo_var)));
return;
}
}
// System.Boolean System.TermInfoDriver::get_Initialized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_get_Initialized_m69E45B090B62E63F7F47592C7613900166BD26DD (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_inited_25();
return L_0;
}
}
// System.Void System.TermInfoDriver::Init()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
String_t* G_B13_0 = NULL;
{
bool L_0 = __this->get_inited_25();
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
RuntimeObject * L_1 = __this->get_initLock_26();
V_0 = L_1;
V_1 = (bool)0;
}
IL_0012:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
bool L_3 = __this->get_inited_25();
if (!L_3)
{
goto IL_0027;
}
}
IL_0022:
{
IL2CPP_LEAVE(0x310, FINALLY_0306);
}
IL_0027:
{
__this->set_inited_25((bool)1);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
bool L_4 = ConsoleDriver_get_IsConsole_m0C19F307DCAEDCC678CF0ABA69F8EF083090C731(/*hidden argument*/NULL);
if (L_4)
{
goto IL_0040;
}
}
IL_0035:
{
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_5 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_5, _stringLiteral78D43FCD0BE7330E253C74120B80646111D6B9EE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569_RuntimeMethod_var);
}
IL_0040:
{
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
ConsoleDriver_SetEcho_m7A27E092D9D79ED1033ACA3E033CAAEEA3E2B869((bool)0, /*hidden argument*/NULL);
V_2 = (String_t*)NULL;
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_6 = __this->get_reader_3();
NullCheck(L_6);
String_t* L_7 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_6, ((int32_t)89), /*hidden argument*/NULL);
__this->set_keypadXmit_23(L_7);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_8 = __this->get_reader_3();
NullCheck(L_8);
String_t* L_9 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_8, ((int32_t)88), /*hidden argument*/NULL);
__this->set_keypadLocal_24(L_9);
String_t* L_10 = __this->get_keypadXmit_23();
if (!L_10)
{
goto IL_0098;
}
}
IL_0077:
{
String_t* L_11 = __this->get_keypadXmit_23();
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_11, /*hidden argument*/NULL);
String_t* L_12 = __this->get_keypadLocal_24();
if (!L_12)
{
goto IL_0098;
}
}
IL_008b:
{
String_t* L_13 = V_2;
String_t* L_14 = __this->get_keypadLocal_24();
String_t* L_15 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_13, L_14, /*hidden argument*/NULL);
V_2 = L_15;
}
IL_0098:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_16 = __this->get_reader_3();
NullCheck(L_16);
String_t* L_17 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_16, ((int32_t)297), /*hidden argument*/NULL);
__this->set_origPair_28(L_17);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_18 = __this->get_reader_3();
NullCheck(L_18);
String_t* L_19 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_18, ((int32_t)298), /*hidden argument*/NULL);
__this->set_origColors_29(L_19);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_20 = __this->get_reader_3();
NullCheck(L_20);
String_t* L_21 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_20, ((int32_t)359), /*hidden argument*/NULL);
__this->set_setfgcolor_32(L_21);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_22 = __this->get_reader_3();
NullCheck(L_22);
String_t* L_23 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_22, ((int32_t)360), /*hidden argument*/NULL);
__this->set_setbgcolor_33(L_23);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_24 = __this->get_reader_3();
NullCheck(L_24);
int32_t L_25 = TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD(L_24, ((int32_t)13), /*hidden argument*/NULL);
__this->set_maxColors_34(L_25);
int32_t L_26 = __this->get_maxColors_34();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_27 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_26, ((int32_t)16), /*hidden argument*/NULL);
int32_t L_28 = Math_Max_mA99E48BB021F2E4B62D4EA9F52EA6928EED618A2(L_27, 1, /*hidden argument*/NULL);
__this->set_maxColors_34(L_28);
String_t* L_29 = __this->get_origColors_29();
if (!L_29)
{
goto IL_012c;
}
}
IL_0124:
{
String_t* L_30 = __this->get_origColors_29();
G_B13_0 = L_30;
goto IL_0132;
}
IL_012c:
{
String_t* L_31 = __this->get_origPair_28();
G_B13_0 = L_31;
}
IL_0132:
{
V_3 = G_B13_0;
String_t* L_32 = V_3;
if (!L_32)
{
goto IL_013e;
}
}
IL_0136:
{
String_t* L_33 = V_2;
String_t* L_34 = V_3;
String_t* L_35 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_33, L_34, /*hidden argument*/NULL);
V_2 = L_35;
}
IL_013e:
{
String_t* L_36 = __this->get_keypadXmit_23();
String_t* L_37 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_38 = __this->get_address_of_control_characters_40();
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
bool L_39 = ConsoleDriver_TtySetup_m39158C369CFA6D426B61D89621BC077B4BB62A49(L_36, L_37, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)L_38, (int32_t**)(((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_address_of_native_terminal_size_0()), /*hidden argument*/NULL);
if (L_39)
{
goto IL_016b;
}
}
IL_0157:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17));
__this->set_control_characters_40(L_40);
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set_native_terminal_size_0((int32_t*)(((uintptr_t)0)));
}
IL_016b:
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_41 = Console_OpenStandardInput_m70507BD4CEF7AAFB01030995036454D9D6F4BC98(0, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_42 = Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FE_inline(/*hidden argument*/NULL);
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_43 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var);
StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC(L_43, L_41, L_42, /*hidden argument*/NULL);
__this->set_stdin_14(L_43);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_44 = __this->get_reader_3();
NullCheck(L_44);
String_t* L_45 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_44, 5, /*hidden argument*/NULL);
__this->set_clear_11(L_45);
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_46 = __this->get_reader_3();
NullCheck(L_46);
String_t* L_47 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_46, 1, /*hidden argument*/NULL);
__this->set_bell_12(L_47);
String_t* L_48 = __this->get_clear_11();
if (L_48)
{
goto IL_01dd;
}
}
IL_01ad:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_49 = __this->get_reader_3();
NullCheck(L_49);
String_t* L_50 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_49, ((int32_t)12), /*hidden argument*/NULL);
__this->set_clear_11(L_50);
String_t* L_51 = __this->get_clear_11();
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_52 = __this->get_reader_3();
NullCheck(L_52);
String_t* L_53 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_52, 7, /*hidden argument*/NULL);
String_t* L_54 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_51, L_53, /*hidden argument*/NULL);
__this->set_clear_11(L_54);
}
IL_01dd:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_55 = __this->get_reader_3();
NullCheck(L_55);
String_t* L_56 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_55, ((int32_t)16), /*hidden argument*/NULL);
__this->set_csrVisible_9(L_56);
String_t* L_57 = __this->get_csrVisible_9();
if (L_57)
{
goto IL_020b;
}
}
IL_01f8:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_58 = __this->get_reader_3();
NullCheck(L_58);
String_t* L_59 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_58, ((int32_t)20), /*hidden argument*/NULL);
__this->set_csrVisible_9(L_59);
}
IL_020b:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_60 = __this->get_reader_3();
NullCheck(L_60);
String_t* L_61 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_60, ((int32_t)13), /*hidden argument*/NULL);
__this->set_csrInvisible_10(L_61);
String_t* L_62 = __this->get_term_13();
bool L_63 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_62, _stringLiteralB798D5ED9F6178D7BD39C0CC2EEBE6889DD57698, /*hidden argument*/NULL);
if (L_63)
{
goto IL_0280;
}
}
IL_0230:
{
String_t* L_64 = __this->get_term_13();
bool L_65 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_64, _stringLiteralBA324CA7B1C77FC20BB970D5AFF6EEA9377918A5, /*hidden argument*/NULL);
if (L_65)
{
goto IL_0280;
}
}
IL_0242:
{
String_t* L_66 = __this->get_term_13();
if (!L_66)
{
goto IL_025c;
}
}
IL_024a:
{
String_t* L_67 = __this->get_term_13();
NullCheck(L_67);
bool L_68 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_67, _stringLiteralE2E28A8EB171E8219151A13B9466DAFC7AF786C2, /*hidden argument*/NULL);
if (L_68)
{
goto IL_0280;
}
}
IL_025c:
{
String_t* L_69 = __this->get_term_13();
bool L_70 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_69, _stringLiteral5AB326B7D63281F2A5AF4CE86B94441661DA24E8, /*hidden argument*/NULL);
if (L_70)
{
goto IL_0280;
}
}
IL_026e:
{
String_t* L_71 = __this->get_term_13();
bool L_72 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_71, _stringLiteral08538A1A7BAEAE9E6D01BC0A536BDD942B56B316, /*hidden argument*/NULL);
if (!L_72)
{
goto IL_028d;
}
}
IL_0280:
{
__this->set_titleFormat_7(_stringLiteral16A2FC77086B1F5E4B5D8B40D2BDA0C400F720EC);
goto IL_02c9;
}
IL_028d:
{
String_t* L_73 = __this->get_term_13();
bool L_74 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_73, _stringLiteral33B5FF620EE9A16D40627E9D0C64AAB763B1328C, /*hidden argument*/NULL);
if (!L_74)
{
goto IL_02ac;
}
}
IL_029f:
{
__this->set_titleFormat_7(_stringLiteralB92BB037F637B193034E7C85B31D5A17CCE2C2D7);
goto IL_02c9;
}
IL_02ac:
{
String_t* L_75 = __this->get_term_13();
bool L_76 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_75, _stringLiteral98826DAD5AB0C67046AE6B485440620CBBED7CAA, /*hidden argument*/NULL);
if (!L_76)
{
goto IL_02c9;
}
}
IL_02be:
{
__this->set_titleFormat_7(_stringLiteralA0D3EF0EBD76BE50BFA0338604860AC9D82E6789);
}
IL_02c9:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_77 = __this->get_reader_3();
NullCheck(L_77);
String_t* L_78 = TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814(L_77, ((int32_t)10), /*hidden argument*/NULL);
__this->set_cursorAddress_30(L_78);
TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF(__this, /*hidden argument*/NULL);
bool L_79 = __this->get_noGetPosition_35();
if (!L_79)
{
goto IL_0304;
}
}
IL_02ea:
{
String_t* L_80 = __this->get_clear_11();
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_80, /*hidden argument*/NULL);
__this->set_cursorLeft_4(0);
__this->set_cursorTop_5(0);
}
IL_0304:
{
IL2CPP_LEAVE(0x310, FINALLY_0306);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0306;
}
FINALLY_0306:
{ // begin finally (depth: 1)
{
bool L_81 = V_1;
if (!L_81)
{
goto IL_030f;
}
}
IL_0309:
{
RuntimeObject * L_82 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_82, /*hidden argument*/NULL);
}
IL_030f:
{
IL2CPP_END_FINALLY(774)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(774)
{
IL2CPP_JUMP_TBL(0x310, IL_0310)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0310:
{
return;
}
}
// System.Void System.TermInfoDriver::IncrementX()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_cursorLeft_4();
__this->set_cursorLeft_4(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
int32_t L_1 = __this->get_cursorLeft_4();
int32_t L_2 = TermInfoDriver_get_WindowWidth_m8F6C505545EF0542719721E74D3C065D0C132951(__this, /*hidden argument*/NULL);
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_0064;
}
}
{
int32_t L_3 = __this->get_cursorTop_5();
__this->set_cursorTop_5(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
__this->set_cursorLeft_4(0);
int32_t L_4 = __this->get_cursorTop_5();
int32_t L_5 = TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42(__this, /*hidden argument*/NULL);
if ((((int32_t)L_4) < ((int32_t)L_5)))
{
goto IL_0064;
}
}
{
int32_t L_6 = __this->get_rl_starty_39();
if ((((int32_t)L_6) == ((int32_t)(-1))))
{
goto IL_0056;
}
}
{
int32_t L_7 = __this->get_rl_starty_39();
__this->set_rl_starty_39(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)));
}
IL_0056:
{
int32_t L_8 = __this->get_cursorTop_5();
__this->set_cursorTop_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)));
}
IL_0064:
{
return;
}
}
// System.Void System.TermInfoDriver::WriteSpecialKey(System.ConsoleKeyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&___key0), /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)8)))
{
case 0:
{
goto IL_0029;
}
case 1:
{
goto IL_0092;
}
case 2:
{
goto IL_00d5;
}
case 3:
{
goto IL_00d5;
}
case 4:
{
goto IL_00bb;
}
case 5:
{
goto IL_00d5;
}
}
}
{
return;
}
IL_0029:
{
int32_t L_2 = __this->get_cursorLeft_4();
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_00d5;
}
}
{
int32_t L_3 = __this->get_cursorLeft_4();
int32_t L_4 = __this->get_rl_startx_38();
if ((((int32_t)L_3) > ((int32_t)L_4)))
{
goto IL_0054;
}
}
{
int32_t L_5 = __this->get_cursorTop_5();
int32_t L_6 = __this->get_rl_starty_39();
if ((((int32_t)L_5) == ((int32_t)L_6)))
{
goto IL_00d5;
}
}
IL_0054:
{
int32_t L_7 = __this->get_cursorLeft_4();
__this->set_cursorLeft_4(((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)));
int32_t L_8 = __this->get_cursorLeft_4();
int32_t L_9 = __this->get_cursorTop_5();
TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED(__this, L_8, L_9, /*hidden argument*/NULL);
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
int32_t L_10 = __this->get_cursorLeft_4();
int32_t L_11 = __this->get_cursorTop_5();
TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED(__this, L_10, L_11, /*hidden argument*/NULL);
return;
}
IL_0092:
{
int32_t L_12 = __this->get_cursorLeft_4();
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)8, (int32_t)((int32_t)((int32_t)L_12%(int32_t)8))));
V_2 = 0;
goto IL_00ab;
}
IL_00a1:
{
TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF(__this, /*hidden argument*/NULL);
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_00ab:
{
int32_t L_14 = V_2;
int32_t L_15 = V_1;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_00a1;
}
}
{
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, _stringLiteralAC9231DA4082430AFE8F4D40127814C613648D8E, /*hidden argument*/NULL);
return;
}
IL_00bb:
{
String_t* L_16 = __this->get_clear_11();
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_16, /*hidden argument*/NULL);
__this->set_cursorLeft_4(0);
__this->set_cursorTop_5(0);
}
IL_00d5:
{
return;
}
}
// System.Void System.TermInfoDriver::WriteSpecialKey(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_WriteSpecialKey_m8B7DD094550DB4CF53A524EA5CDEE74EB61DE674 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___c0;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_1 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_0, (bool)0, /*hidden argument*/NULL);
TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.TermInfoDriver::IsSpecialKey(System.ConsoleKeyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
int32_t L_1 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&___key0), /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)8)))
{
case 0:
{
goto IL_0034;
}
case 1:
{
goto IL_0036;
}
case 2:
{
goto IL_006d;
}
case 3:
{
goto IL_006d;
}
case 4:
{
goto IL_0038;
}
case 5:
{
goto IL_003a;
}
}
}
{
goto IL_006d;
}
IL_0034:
{
return (bool)1;
}
IL_0036:
{
return (bool)1;
}
IL_0038:
{
return (bool)1;
}
IL_003a:
{
__this->set_cursorLeft_4(0);
int32_t L_3 = __this->get_cursorTop_5();
__this->set_cursorTop_5(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
int32_t L_4 = __this->get_cursorTop_5();
int32_t L_5 = TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42(__this, /*hidden argument*/NULL);
if ((((int32_t)L_4) < ((int32_t)L_5)))
{
goto IL_006b;
}
}
{
int32_t L_6 = __this->get_cursorTop_5();
__this->set_cursorTop_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)));
}
IL_006b:
{
return (bool)0;
}
IL_006d:
{
TermInfoDriver_IncrementX_m85DFCF13DC093059F9BE6B74A17D904E768CE4AF(__this, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Boolean System.TermInfoDriver::IsSpecialKey(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_IsSpecialKey_m15DED4CF35F3E44E8B1265350BEF4CD382D9166B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___c0;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_1 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_0, (bool)0, /*hidden argument*/NULL);
bool L_2 = TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955(__this, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.TermInfoDriver::GetCursorPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
V_0 = 0;
V_1 = 0;
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
int32_t L_0 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(0, /*hidden argument*/NULL);
V_3 = L_0;
goto IL_0020;
}
IL_000d:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_1 = __this->get_stdin_14();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_1);
V_2 = L_2;
int32_t L_3 = V_2;
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_3, /*hidden argument*/NULL);
}
IL_0020:
{
int32_t L_4 = V_3;
int32_t L_5 = L_4;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1));
if ((((int32_t)L_5) > ((int32_t)0)))
{
goto IL_000d;
}
}
{
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, _stringLiteralA68739B8146CBEEFB78C59E616CD7CAE3AAB0FD0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
int32_t L_6 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(((int32_t)1000), /*hidden argument*/NULL);
if ((((int32_t)L_6) > ((int32_t)0)))
{
goto IL_0048;
}
}
{
__this->set_noGetPosition_35((bool)1);
return;
}
IL_0048:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_7 = __this->get_stdin_14();
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_7);
V_2 = L_8;
goto IL_0074;
}
IL_0056:
{
int32_t L_9 = V_2;
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_9, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
int32_t L_10 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(((int32_t)100), /*hidden argument*/NULL);
if ((((int32_t)L_10) > ((int32_t)0)))
{
goto IL_0068;
}
}
{
return;
}
IL_0068:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_11 = __this->get_stdin_14();
NullCheck(L_11);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_11);
V_2 = L_12;
}
IL_0074:
{
int32_t L_13 = V_2;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)27)))))
{
goto IL_0056;
}
}
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_14 = __this->get_stdin_14();
NullCheck(L_14);
int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_14);
V_2 = L_15;
int32_t L_16 = V_2;
if ((((int32_t)L_16) == ((int32_t)((int32_t)91))))
{
goto IL_009a;
}
}
{
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, ((int32_t)27), /*hidden argument*/NULL);
int32_t L_17 = V_2;
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_17, /*hidden argument*/NULL);
return;
}
IL_009a:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_18 = __this->get_stdin_14();
NullCheck(L_18);
int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_18);
V_2 = L_19;
int32_t L_20 = V_2;
if ((((int32_t)L_20) == ((int32_t)((int32_t)59))))
{
goto IL_00e2;
}
}
{
int32_t L_21 = V_2;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)((int32_t)48)));
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_22 = __this->get_stdin_14();
NullCheck(L_22);
int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_22);
V_2 = L_23;
goto IL_00d4;
}
IL_00be:
{
int32_t L_24 = V_0;
int32_t L_25 = V_2;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)10))), (int32_t)L_25)), (int32_t)((int32_t)48)));
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_26 = __this->get_stdin_14();
NullCheck(L_26);
int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_26);
V_2 = L_27;
}
IL_00d4:
{
int32_t L_28 = V_2;
if ((((int32_t)L_28) < ((int32_t)((int32_t)48))))
{
goto IL_00de;
}
}
{
int32_t L_29 = V_2;
if ((((int32_t)L_29) <= ((int32_t)((int32_t)57))))
{
goto IL_00be;
}
}
IL_00de:
{
int32_t L_30 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1));
}
IL_00e2:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_31 = __this->get_stdin_14();
NullCheck(L_31);
int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_31);
V_2 = L_32;
int32_t L_33 = V_2;
if ((((int32_t)L_33) == ((int32_t)((int32_t)82))))
{
goto IL_012a;
}
}
{
int32_t L_34 = V_2;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)((int32_t)48)));
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_35 = __this->get_stdin_14();
NullCheck(L_35);
int32_t L_36 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_35);
V_2 = L_36;
goto IL_011c;
}
IL_0106:
{
int32_t L_37 = V_1;
int32_t L_38 = V_2;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_37, (int32_t)((int32_t)10))), (int32_t)L_38)), (int32_t)((int32_t)48)));
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_39 = __this->get_stdin_14();
NullCheck(L_39);
int32_t L_40 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_39);
V_2 = L_40;
}
IL_011c:
{
int32_t L_41 = V_2;
if ((((int32_t)L_41) < ((int32_t)((int32_t)48))))
{
goto IL_0126;
}
}
{
int32_t L_42 = V_2;
if ((((int32_t)L_42) <= ((int32_t)((int32_t)57))))
{
goto IL_0106;
}
}
IL_0126:
{
int32_t L_43 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)1));
}
IL_012a:
{
int32_t L_44 = V_1;
__this->set_cursorLeft_4(L_44);
int32_t L_45 = V_0;
__this->set_cursorTop_5(L_45);
return;
}
}
// System.Void System.TermInfoDriver::CheckWindowDimensions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
int32_t* L_0 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0();
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
int32_t L_1 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_terminal_size_1();
int32_t* L_2 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0();
int32_t L_3 = *((int32_t*)L_2);
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
{
goto IL_0017;
}
}
IL_0016:
{
return;
}
IL_0017:
{
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
int32_t* L_4 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0();
int32_t L_5 = *((int32_t*)L_4);
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
{
goto IL_0050;
}
}
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_6 = __this->get_reader_3();
NullCheck(L_6);
int32_t L_7 = TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD(L_6, 0, /*hidden argument*/NULL);
V_0 = L_7;
int32_t L_8 = V_0;
if (!L_8)
{
goto IL_0037;
}
}
{
int32_t L_9 = V_0;
__this->set_windowWidth_16(L_9);
}
IL_0037:
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_10 = __this->get_reader_3();
NullCheck(L_10);
int32_t L_11 = TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD(L_10, 2, /*hidden argument*/NULL);
V_0 = L_11;
int32_t L_12 = V_0;
if (!L_12)
{
goto IL_007a;
}
}
{
int32_t L_13 = V_0;
__this->set_windowHeight_17(L_13);
goto IL_007a;
}
IL_0050:
{
IL2CPP_RUNTIME_CLASS_INIT(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var);
int32_t* L_14 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_native_terminal_size_0();
int32_t L_15 = *((int32_t*)L_14);
((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set_terminal_size_1(L_15);
int32_t L_16 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_terminal_size_1();
__this->set_windowWidth_16(((int32_t)((int32_t)L_16>>(int32_t)((int32_t)16))));
int32_t L_17 = ((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->get_terminal_size_1();
__this->set_windowHeight_17(((int32_t)((int32_t)L_17&(int32_t)((int32_t)65535))));
}
IL_007a:
{
int32_t L_18 = __this->get_windowHeight_17();
__this->set_bufferHeight_18(L_18);
int32_t L_19 = __this->get_windowWidth_16();
__this->set_bufferWidth_19(L_19);
return;
}
}
// System.Int32 System.TermInfoDriver::get_WindowHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowHeight_m086EBD5BEC3CBFECFD5AA186BE69FCE6FB812A42 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000e;
}
}
{
TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL);
}
IL_000e:
{
TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B(__this, /*hidden argument*/NULL);
int32_t L_1 = __this->get_windowHeight_17();
return L_1;
}
}
// System.Int32 System.TermInfoDriver::get_WindowWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_get_WindowWidth_m8F6C505545EF0542719721E74D3C065D0C132951 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000e;
}
}
{
TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL);
}
IL_000e:
{
TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B(__this, /*hidden argument*/NULL);
int32_t L_1 = __this->get_windowWidth_16();
return L_1;
}
}
// System.Void System.TermInfoDriver::AddToBuffer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___b0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_0 = NULL;
int32_t V_1 = 0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_buffer_20();
if (L_0)
{
goto IL_001a;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024));
__this->set_buffer_20(L_1);
goto IL_0057;
}
IL_001a:
{
int32_t L_2 = __this->get_writepos_22();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = __this->get_buffer_20();
NullCheck(L_3);
if ((((int32_t)L_2) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))))
{
goto IL_0057;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = __this->get_buffer_20();
NullCheck(L_4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)2)));
V_0 = L_5;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = __this->get_buffer_20();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = __this->get_buffer_20();
NullCheck(L_8);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = V_0;
__this->set_buffer_20(L_9);
}
IL_0057:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = __this->get_buffer_20();
int32_t L_11 = __this->get_writepos_22();
V_1 = L_11;
int32_t L_12 = V_1;
__this->set_writepos_22(((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)));
int32_t L_13 = V_1;
int32_t L_14 = ___b0;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (Il2CppChar)(((int32_t)((uint16_t)L_14))));
return;
}
}
// System.Void System.TermInfoDriver::AdjustBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_readpos_21();
int32_t L_1 = __this->get_writepos_22();
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_001e;
}
}
{
int32_t L_2 = 0;
V_0 = L_2;
__this->set_writepos_22(L_2);
int32_t L_3 = V_0;
__this->set_readpos_21(L_3);
}
IL_001e:
{
return;
}
}
// System.ConsoleKeyInfo System.TermInfoDriver::CreateKeyInfoFromInt(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___n0, bool ___alt1, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
{
int32_t L_0 = ___n0;
V_0 = (((int32_t)((uint16_t)L_0)));
int32_t L_1 = ___n0;
V_1 = L_1;
V_2 = (bool)0;
V_3 = (bool)0;
int32_t L_2 = ___n0;
if ((((int32_t)L_2) > ((int32_t)((int32_t)19))))
{
goto IL_0038;
}
}
{
int32_t L_3 = ___n0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)8)))
{
case 0:
{
goto IL_00c7;
}
case 1:
{
goto IL_00c7;
}
case 2:
{
goto IL_0065;
}
case 3:
{
goto IL_0088;
}
case 4:
{
goto IL_00c7;
}
case 5:
{
goto IL_00c7;
}
}
}
{
int32_t L_4 = ___n0;
if ((((int32_t)L_4) == ((int32_t)((int32_t)19))))
{
goto IL_00c7;
}
}
{
goto IL_0088;
}
IL_0038:
{
int32_t L_5 = ___n0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)27))))
{
goto IL_0083;
}
}
{
int32_t L_6 = ___n0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)32))))
{
goto IL_006a;
}
}
{
int32_t L_7 = ___n0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)((int32_t)42))))
{
case 0:
{
goto IL_007e;
}
case 1:
{
goto IL_0074;
}
case 2:
{
goto IL_0088;
}
case 3:
{
goto IL_006f;
}
case 4:
{
goto IL_0088;
}
case 5:
{
goto IL_0079;
}
}
}
{
goto IL_0088;
}
IL_0065:
{
V_1 = ((int32_t)13);
goto IL_00c7;
}
IL_006a:
{
V_1 = ((int32_t)32);
goto IL_00c7;
}
IL_006f:
{
V_1 = ((int32_t)109);
goto IL_00c7;
}
IL_0074:
{
V_1 = ((int32_t)107);
goto IL_00c7;
}
IL_0079:
{
V_1 = ((int32_t)111);
goto IL_00c7;
}
IL_007e:
{
V_1 = ((int32_t)106);
goto IL_00c7;
}
IL_0083:
{
V_1 = ((int32_t)27);
goto IL_00c7;
}
IL_0088:
{
int32_t L_8 = ___n0;
if ((((int32_t)L_8) < ((int32_t)1)))
{
goto IL_009c;
}
}
{
int32_t L_9 = ___n0;
if ((((int32_t)L_9) > ((int32_t)((int32_t)26))))
{
goto IL_009c;
}
}
{
V_3 = (bool)1;
int32_t L_10 = ___n0;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)65), (int32_t)L_10)), (int32_t)1));
goto IL_00c7;
}
IL_009c:
{
int32_t L_11 = ___n0;
if ((((int32_t)L_11) < ((int32_t)((int32_t)97))))
{
goto IL_00ad;
}
}
{
int32_t L_12 = ___n0;
if ((((int32_t)L_12) > ((int32_t)((int32_t)122))))
{
goto IL_00ad;
}
}
{
int32_t L_13 = ___n0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)-32), (int32_t)L_13));
goto IL_00c7;
}
IL_00ad:
{
int32_t L_14 = ___n0;
if ((((int32_t)L_14) < ((int32_t)((int32_t)65))))
{
goto IL_00bb;
}
}
{
int32_t L_15 = ___n0;
if ((((int32_t)L_15) > ((int32_t)((int32_t)90))))
{
goto IL_00bb;
}
}
{
V_2 = (bool)1;
goto IL_00c7;
}
IL_00bb:
{
int32_t L_16 = ___n0;
if ((((int32_t)L_16) < ((int32_t)((int32_t)48))))
{
goto IL_00c5;
}
}
{
int32_t L_17 = ___n0;
if ((((int32_t)L_17) <= ((int32_t)((int32_t)57))))
{
goto IL_00c7;
}
}
IL_00c5:
{
V_1 = 0;
}
IL_00c7:
{
Il2CppChar L_18 = V_0;
int32_t L_19 = V_1;
bool L_20 = V_2;
bool L_21 = ___alt1;
bool L_22 = V_3;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_23;
memset((&L_23), 0, sizeof(L_23));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_23), L_18, L_19, L_20, L_21, L_22, /*hidden argument*/NULL);
return L_23;
}
}
// System.Object System.TermInfoDriver::GetKeyFromBuffer(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___cooked0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_3;
memset((&V_3), 0, sizeof(V_3));
{
int32_t L_0 = __this->get_readpos_21();
int32_t L_1 = __this->get_writepos_22();
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_0010;
}
}
{
return NULL;
}
IL_0010:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_buffer_20();
int32_t L_3 = __this->get_readpos_21();
NullCheck(L_2);
int32_t L_4 = L_3;
uint16_t L_5 = (uint16_t)(L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_0 = L_5;
bool L_6 = ___cooked0;
if (!L_6)
{
goto IL_002f;
}
}
{
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_7 = __this->get_rootmap_37();
int32_t L_8 = V_0;
NullCheck(L_7);
bool L_9 = ByteMatcher_StartsWith_mE7DCC79999EE153E06F1230A98D1D2CA20D1D4A5(L_7, L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0051;
}
}
IL_002f:
{
int32_t L_10 = __this->get_readpos_21();
__this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL);
int32_t L_11 = V_0;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_12 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_11, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_13 = L_12;
RuntimeObject * L_14 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_13);
return L_14;
}
IL_0051:
{
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_15 = __this->get_rootmap_37();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = __this->get_buffer_20();
int32_t L_17 = __this->get_readpos_21();
int32_t L_18 = __this->get_writepos_22();
int32_t L_19 = __this->get_readpos_21();
NullCheck(L_15);
int32_t L_20 = ByteMatcher_Match_mF9866E6C6F2FEC09034695FBED166744F65BA931(L_15, L_16, L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), (int32_t*)(&V_1), /*hidden argument*/NULL);
V_2 = L_20;
int32_t L_21 = V_2;
if ((!(((uint32_t)L_21) == ((uint32_t)(-1)))))
{
goto IL_00f2;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = __this->get_buffer_20();
int32_t L_23 = __this->get_readpos_21();
NullCheck(L_22);
int32_t L_24 = L_23;
uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)27)))))
{
goto IL_00f0;
}
}
{
int32_t L_26 = __this->get_writepos_22();
int32_t L_27 = __this->get_readpos_21();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27))) < ((int32_t)2)))
{
goto IL_00f0;
}
}
{
int32_t L_28 = __this->get_readpos_21();
__this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)2)));
TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = __this->get_buffer_20();
int32_t L_30 = __this->get_readpos_21();
NullCheck(L_29);
int32_t L_31 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
uint16_t L_32 = (uint16_t)(L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)127)))))
{
goto IL_00d4;
}
}
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_33;
memset((&L_33), 0, sizeof(L_33));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_33), 8, 8, (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_34 = L_33;
RuntimeObject * L_35 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_34);
return L_35;
}
IL_00d4:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_36 = __this->get_buffer_20();
int32_t L_37 = __this->get_readpos_21();
NullCheck(L_36);
int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_40 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_39, (bool)1, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_41 = L_40;
RuntimeObject * L_42 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_41);
return L_42;
}
IL_00f0:
{
return NULL;
}
IL_00f2:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_43 = __this->get_keymap_36();
int32_t L_44 = V_2;
int32_t L_45 = L_44;
RuntimeObject * L_46 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_45);
NullCheck(L_43);
RuntimeObject * L_47 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_43, L_46);
if (!L_47)
{
goto IL_011e;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_48 = __this->get_keymap_36();
int32_t L_49 = V_2;
int32_t L_50 = L_49;
RuntimeObject * L_51 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_50);
NullCheck(L_48);
RuntimeObject * L_52 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(20 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_48, L_51);
V_3 = ((*(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)UnBox(L_52, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var))));
goto IL_0140;
}
IL_011e:
{
int32_t L_53 = __this->get_readpos_21();
__this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1)));
TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL);
int32_t L_54 = V_0;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_55 = TermInfoDriver_CreateKeyInfoFromInt_m2C4CDCCB10F427AC9A4D12FDFD15FADBDD8EEDCE(__this, L_54, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_56 = L_55;
RuntimeObject * L_57 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_56);
return L_57;
}
IL_0140:
{
int32_t L_58 = __this->get_readpos_21();
int32_t L_59 = V_1;
__this->set_readpos_21(((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59)));
TermInfoDriver_AdjustBuffer_m6C594DD7010792FC07083EE1F0DFF5FF8DA490F9(__this, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_60 = V_3;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_61 = L_60;
RuntimeObject * L_62 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_61);
return L_62;
}
}
// System.ConsoleKeyInfo System.TermInfoDriver::ReadKeyInternal(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool* ___fresh0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000e;
}
}
{
TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL);
}
IL_000e:
{
TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB(__this, /*hidden argument*/NULL);
RuntimeObject * L_1 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)1, /*hidden argument*/NULL);
RuntimeObject * L_2 = L_1;
V_0 = L_2;
if (L_2)
{
goto IL_00a4;
}
}
IL_0022:
{
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
int32_t L_3 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(((int32_t)150), /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_004b;
}
}
IL_002f:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_4 = __this->get_stdin_14();
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_4);
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ConsoleDriver_t4F24DB42600CA82912181D5D312902B8BEFEE101_il2cpp_TypeInfo_var);
int32_t L_6 = ConsoleDriver_InternalKeyAvailable_m4A48787A04F55E95C2EFD79A4727132C4B5B3468(0, /*hidden argument*/NULL);
if ((((int32_t)L_6) > ((int32_t)0)))
{
goto IL_002f;
}
}
{
goto IL_0094;
}
IL_004b:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_7 = __this->get_stdin_14();
NullCheck(L_7);
bool L_8 = StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0078;
}
}
IL_0058:
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_9 = __this->get_stdin_14();
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_9);
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_10, /*hidden argument*/NULL);
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_11 = __this->get_stdin_14();
NullCheck(L_11);
bool L_12 = StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_0058;
}
}
{
goto IL_0094;
}
IL_0078:
{
RuntimeObject * L_13 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)0, /*hidden argument*/NULL);
RuntimeObject * L_14 = L_13;
V_0 = L_14;
if (L_14)
{
goto IL_009f;
}
}
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_15 = __this->get_stdin_14();
NullCheck(L_15);
int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_15);
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_16, /*hidden argument*/NULL);
}
IL_0094:
{
RuntimeObject * L_17 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)1, /*hidden argument*/NULL);
V_0 = L_17;
RuntimeObject * L_18 = V_0;
if (!L_18)
{
goto IL_0022;
}
}
IL_009f:
{
bool* L_19 = ___fresh0;
*((int8_t*)L_19) = (int8_t)1;
goto IL_00a7;
}
IL_00a4:
{
bool* L_20 = ___fresh0;
*((int8_t*)L_20) = (int8_t)0;
}
IL_00a7:
{
RuntimeObject * L_21 = V_0;
return ((*(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)UnBox(L_21, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var))));
}
}
// System.Boolean System.TermInfoDriver::InputPending()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TermInfoDriver_InputPending_mAA41251F9BE9308ED170869BB1A739676B1B0EAF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_readpos_21();
int32_t L_1 = __this->get_writepos_22();
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_001a;
}
}
{
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_2 = __this->get_stdin_14();
NullCheck(L_2);
bool L_3 = StreamReader_DataAvailable_m1B8832D71BF98C38A5520CDFFC64684716F87863(L_2, /*hidden argument*/NULL);
return L_3;
}
IL_001a:
{
return (bool)1;
}
}
// System.Void System.TermInfoDriver::QueueEcho(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, Il2CppChar ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = __this->get_echobuf_42();
if (L_0)
{
goto IL_0018;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024));
__this->set_echobuf_42(L_1);
}
IL_0018:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_echobuf_42();
int32_t L_3 = __this->get_echon_43();
V_0 = L_3;
int32_t L_4 = V_0;
__this->set_echon_43(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
int32_t L_5 = V_0;
Il2CppChar L_6 = ___c0;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_5), (Il2CppChar)L_6);
int32_t L_7 = __this->get_echon_43();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = __this->get_echobuf_42();
NullCheck(L_8);
if ((((int32_t)L_7) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))))
{
goto IL_0049;
}
}
{
bool L_9 = TermInfoDriver_InputPending_mAA41251F9BE9308ED170869BB1A739676B1B0EAF(__this, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0067;
}
}
IL_0049:
{
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_10 = __this->get_stdout_15();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = __this->get_echobuf_42();
int32_t L_12 = __this->get_echon_43();
NullCheck(L_10);
CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709(L_10, L_11, L_12, /*hidden argument*/NULL);
__this->set_echon_43(0);
}
IL_0067:
{
return;
}
}
// System.Void System.TermInfoDriver::Echo(System.ConsoleKeyInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 ___key0, const RuntimeMethod* method)
{
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_0 = ___key0;
bool L_1 = TermInfoDriver_IsSpecialKey_m90029957DF9A323BDF709BE801753EC8589AE955(__this, L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0017;
}
}
{
Il2CppChar L_2 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&___key0), /*hidden argument*/NULL);
TermInfoDriver_QueueEcho_m0E4C2A73AFF680E59B7C572BD6361A1A024A4F9A(__this, L_2, /*hidden argument*/NULL);
return;
}
IL_0017:
{
TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_3 = ___key0;
TermInfoDriver_WriteSpecialKey_m76A0A1AD8A1280927C8A75DA4AEEC8B85B5210E3(__this, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.TermInfoDriver::EchoFlush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_echon_43();
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
CStreamWriter_t6B662CA496662AF63D81722DCA99094893C80450 * L_1 = __this->get_stdout_15();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_echobuf_42();
int32_t L_3 = __this->get_echon_43();
NullCheck(L_1);
CStreamWriter_InternalWriteChars_mBB886C93661A30F21149EA8DE4493C69A7A2D709(L_1, L_2, L_3, /*hidden argument*/NULL);
__this->set_echon_43(0);
return;
}
}
// System.Int32 System.TermInfoDriver::Read(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoDriver_Read_mA572BAC79A02463FDDF358F11155C02BE16D17A1 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dest0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_Read_mA572BAC79A02463FDDF358F11155C02BE16D17A1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
StringBuilder_t * V_2 = NULL;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
RuntimeObject * V_5 = NULL;
Il2CppChar V_6 = 0x0;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
{
V_1 = (bool)0;
V_4 = 0;
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_2 = L_0;
}
IL_000b:
{
RuntimeObject * L_1 = TermInfoDriver_GetKeyFromBuffer_m27FF9AA28768AEE2B2AFFF6E959EF3F67FED092E(__this, (bool)1, /*hidden argument*/NULL);
RuntimeObject * L_2 = L_1;
V_5 = L_2;
if (!L_2)
{
goto IL_006e;
}
}
{
RuntimeObject * L_3 = V_5;
V_3 = ((*(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)UnBox(L_3, ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var))));
Il2CppChar L_4 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
V_6 = L_4;
int32_t L_5 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)8)))
{
goto IL_0050;
}
}
{
int32_t L_6 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)13)))))
{
goto IL_0045;
}
}
{
StringBuilder_t * L_7 = V_2;
NullCheck(L_7);
int32_t L_8 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_7, /*hidden argument*/NULL);
V_4 = L_8;
}
IL_0045:
{
StringBuilder_t * L_9 = V_2;
Il2CppChar L_10 = V_6;
NullCheck(L_9);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_9, L_10, /*hidden argument*/NULL);
goto IL_000b;
}
IL_0050:
{
StringBuilder_t * L_11 = V_2;
NullCheck(L_11);
int32_t L_12 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_11, /*hidden argument*/NULL);
int32_t L_13 = V_4;
if ((((int32_t)L_12) <= ((int32_t)L_13)))
{
goto IL_000b;
}
}
{
StringBuilder_t * L_14 = V_2;
StringBuilder_t * L_15 = L_14;
NullCheck(L_15);
int32_t L_16 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_15, /*hidden argument*/NULL);
V_8 = L_16;
int32_t L_17 = V_8;
NullCheck(L_15);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_15, ((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)1)), /*hidden argument*/NULL);
goto IL_000b;
}
IL_006e:
{
int32_t L_18 = __this->get_cursorLeft_4();
__this->set_rl_startx_38(L_18);
int32_t L_19 = __this->get_cursorTop_5();
__this->set_rl_starty_39(L_19);
}
IL_0086:
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_20 = TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D(__this, (bool*)(&V_0), /*hidden argument*/NULL);
V_3 = L_20;
bool L_21 = V_1;
bool L_22 = V_0;
V_1 = (bool)((int32_t)((int32_t)L_21|(int32_t)L_22));
Il2CppChar L_23 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
V_6 = L_23;
int32_t L_24 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
if ((((int32_t)L_24) == ((int32_t)8)))
{
goto IL_00c4;
}
}
{
int32_t L_25 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)13)))))
{
goto IL_00b9;
}
}
{
StringBuilder_t * L_26 = V_2;
NullCheck(L_26);
int32_t L_27 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_26, /*hidden argument*/NULL);
V_4 = L_27;
}
IL_00b9:
{
StringBuilder_t * L_28 = V_2;
Il2CppChar L_29 = V_6;
NullCheck(L_28);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_28, L_29, /*hidden argument*/NULL);
goto IL_00e0;
}
IL_00c4:
{
StringBuilder_t * L_30 = V_2;
NullCheck(L_30);
int32_t L_31 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_30, /*hidden argument*/NULL);
int32_t L_32 = V_4;
if ((((int32_t)L_31) <= ((int32_t)L_32)))
{
goto IL_00ea;
}
}
{
StringBuilder_t * L_33 = V_2;
StringBuilder_t * L_34 = L_33;
NullCheck(L_34);
int32_t L_35 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_34, /*hidden argument*/NULL);
V_8 = L_35;
int32_t L_36 = V_8;
NullCheck(L_34);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_34, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)), /*hidden argument*/NULL);
}
IL_00e0:
{
bool L_37 = V_1;
if (!L_37)
{
goto IL_00ea;
}
}
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_38 = V_3;
TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551(__this, L_38, /*hidden argument*/NULL);
}
IL_00ea:
{
int32_t L_39 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)13)))))
{
goto IL_0086;
}
}
{
TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL);
__this->set_rl_startx_38((-1));
__this->set_rl_starty_39((-1));
V_7 = 0;
goto IL_0127;
}
IL_010e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = ___dest0;
int32_t L_41 = ___index1;
int32_t L_42 = V_7;
StringBuilder_t * L_43 = V_2;
int32_t L_44 = V_7;
NullCheck(L_43);
Il2CppChar L_45 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_43, L_44, /*hidden argument*/NULL);
NullCheck(L_40);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_42))), (Il2CppChar)L_45);
int32_t L_46 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
int32_t L_47 = ___count2;
___count2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)1));
}
IL_0127:
{
int32_t L_48 = ___count2;
if ((((int32_t)L_48) <= ((int32_t)0)))
{
goto IL_0135;
}
}
{
int32_t L_49 = V_7;
StringBuilder_t * L_50 = V_2;
NullCheck(L_50);
int32_t L_51 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_50, /*hidden argument*/NULL);
if ((((int32_t)L_49) < ((int32_t)L_51)))
{
goto IL_010e;
}
}
IL_0135:
{
int32_t L_52 = V_7;
V_9 = L_52;
goto IL_014f;
}
IL_013b:
{
StringBuilder_t * L_53 = V_2;
int32_t L_54 = V_9;
NullCheck(L_53);
Il2CppChar L_55 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_53, L_54, /*hidden argument*/NULL);
TermInfoDriver_AddToBuffer_mBFD0A5D22191513A7B1739ED80455D642110C49B(__this, L_55, /*hidden argument*/NULL);
int32_t L_56 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
}
IL_014f:
{
int32_t L_57 = V_9;
StringBuilder_t * L_58 = V_2;
NullCheck(L_58);
int32_t L_59 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_58, /*hidden argument*/NULL);
if ((((int32_t)L_57) < ((int32_t)L_59)))
{
goto IL_013b;
}
}
{
int32_t L_60 = V_7;
return L_60;
}
}
// System.ConsoleKeyInfo System.TermInfoDriver::ReadKey(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 TermInfoDriver_ReadKey_m7C122EF6DD6C7A354E5B1FDC3DBE2D51A33F9785 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___intercept0, const RuntimeMethod* method)
{
bool V_0 = false;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_1;
memset((&V_1), 0, sizeof(V_1));
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_0 = TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D(__this, (bool*)(&V_0), /*hidden argument*/NULL);
V_1 = L_0;
bool L_1 = ___intercept0;
bool L_2 = V_0;
if (!((int32_t)((int32_t)((((int32_t)L_1) == ((int32_t)0))? 1 : 0)&(int32_t)L_2)))
{
goto IL_001e;
}
}
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_3 = V_1;
TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551(__this, L_3, /*hidden argument*/NULL);
TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL);
}
IL_001e:
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_4 = V_1;
return L_4;
}
}
// System.String System.TermInfoDriver::ReadLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadLine_m78467BC7110A388B0B3110938EACB1884E14510F (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB(__this, (bool)1, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.TermInfoDriver::ReadToEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadToEnd_m697572077763E29F1FACE78552838636D7044BBF (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB(__this, (bool)0, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.TermInfoDriver::ReadUntilConditionInternal(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, bool ___haltOnNewLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_ReadUntilConditionInternal_m872444B3E39D297C33CB5A615FCE3775CE7D2CDB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 V_3;
memset((&V_3), 0, sizeof(V_3));
Il2CppChar V_4 = 0x0;
Il2CppChar V_5 = 0x0;
int32_t V_6 = 0;
int32_t G_B10_0 = 0;
int32_t G_B15_0 = 0;
int32_t G_B11_0 = 0;
int32_t G_B13_0 = 0;
int32_t G_B12_0 = 0;
int32_t G_B17_0 = 0;
int32_t G_B14_0 = 0;
int32_t G_B16_0 = 0;
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000e;
}
}
{
TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL);
}
IL_000e:
{
TermInfoDriver_GetCursorPosition_mC6D63B8C54851DE5CCE4294A0386AA69BEDD55AF(__this, /*hidden argument*/NULL);
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_1, /*hidden argument*/NULL);
V_0 = L_1;
V_2 = (bool)0;
int32_t L_2 = __this->get_cursorLeft_4();
__this->set_rl_startx_38(L_2);
int32_t L_3 = __this->get_cursorTop_5();
__this->set_rl_starty_39(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_control_characters_40();
NullCheck(L_4);
int32_t L_5 = 4;
uint8_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_5 = L_6;
}
IL_003e:
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_7 = TermInfoDriver_ReadKeyInternal_mE2B30F995CCA46F324E112B530324C63AF5A6C7D(__this, (bool*)(&V_1), /*hidden argument*/NULL);
V_3 = L_7;
bool L_8 = V_2;
bool L_9 = V_1;
V_2 = (bool)((int32_t)((int32_t)L_8|(int32_t)L_9));
Il2CppChar L_10 = ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
V_4 = L_10;
Il2CppChar L_11 = V_4;
Il2CppChar L_12 = V_5;
if ((!(((uint32_t)L_11) == ((uint32_t)L_12))))
{
goto IL_0068;
}
}
{
Il2CppChar L_13 = V_4;
if (!L_13)
{
goto IL_0068;
}
}
{
StringBuilder_t * L_14 = V_0;
NullCheck(L_14);
int32_t L_15 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_0068;
}
}
{
return (String_t*)NULL;
}
IL_0068:
{
bool L_16 = ___haltOnNewLine0;
if (!L_16)
{
goto IL_0078;
}
}
{
int32_t L_17 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
G_B10_0 = ((((int32_t)L_17) == ((int32_t)((int32_t)13)))? 1 : 0);
goto IL_0079;
}
IL_0078:
{
G_B10_0 = 0;
}
IL_0079:
{
int32_t L_18 = G_B10_0;
G_B11_0 = L_18;
if (L_18)
{
G_B15_0 = L_18;
goto IL_00ac;
}
}
{
int32_t L_19 = ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline((ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 *)(&V_3), /*hidden argument*/NULL);
G_B12_0 = G_B11_0;
if ((((int32_t)L_19) == ((int32_t)8)))
{
G_B13_0 = G_B11_0;
goto IL_0091;
}
}
{
StringBuilder_t * L_20 = V_0;
Il2CppChar L_21 = V_4;
NullCheck(L_20);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_20, L_21, /*hidden argument*/NULL);
G_B15_0 = G_B12_0;
goto IL_00ac;
}
IL_0091:
{
StringBuilder_t * L_22 = V_0;
NullCheck(L_22);
int32_t L_23 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_22, /*hidden argument*/NULL);
G_B14_0 = G_B13_0;
if ((((int32_t)L_23) <= ((int32_t)0)))
{
G_B17_0 = G_B13_0;
goto IL_00b6;
}
}
{
StringBuilder_t * L_24 = V_0;
StringBuilder_t * L_25 = L_24;
NullCheck(L_25);
int32_t L_26 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_25, /*hidden argument*/NULL);
V_6 = L_26;
int32_t L_27 = V_6;
NullCheck(L_25);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL);
G_B15_0 = G_B14_0;
}
IL_00ac:
{
bool L_28 = V_2;
G_B16_0 = G_B15_0;
if (!L_28)
{
G_B17_0 = G_B15_0;
goto IL_00b6;
}
}
{
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_29 = V_3;
TermInfoDriver_Echo_m0BDD3AED410D2EA5EAFBCC68892043A302127551(__this, L_29, /*hidden argument*/NULL);
G_B17_0 = G_B16_0;
}
IL_00b6:
{
if (!G_B17_0)
{
goto IL_003e;
}
}
{
TermInfoDriver_EchoFlush_m97CC1A347D6D0BBE86611C997DD629D2688DB022(__this, /*hidden argument*/NULL);
__this->set_rl_startx_38((-1));
__this->set_rl_starty_39((-1));
StringBuilder_t * L_30 = V_0;
NullCheck(L_30);
String_t* L_31 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_30);
return L_31;
}
}
// System.Void System.TermInfoDriver::SetCursorPosition(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___left0, int32_t ___top1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_inited_25();
if (L_0)
{
goto IL_000e;
}
}
{
TermInfoDriver_Init_mAA7BB4F7D9EDADAC2AE0A864410D4F062FA8E569(__this, /*hidden argument*/NULL);
}
IL_000e:
{
TermInfoDriver_CheckWindowDimensions_mA57D80C0BDCF89FBE6616495887AF3B3F3D3D35B(__this, /*hidden argument*/NULL);
int32_t L_1 = ___left0;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0021;
}
}
{
int32_t L_2 = ___left0;
int32_t L_3 = __this->get_bufferWidth_19();
if ((((int32_t)L_2) < ((int32_t)L_3)))
{
goto IL_0031;
}
}
IL_0021:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral12C0F1FBADC4046B5F2BB9E063B227EF8750D9D6, _stringLiteral4507298CF6128B9A09326DBFCBA2EC4E9985BB1E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var);
}
IL_0031:
{
int32_t L_5 = ___top1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_003e;
}
}
{
int32_t L_6 = ___top1;
int32_t L_7 = __this->get_bufferHeight_18();
if ((((int32_t)L_6) < ((int32_t)L_7)))
{
goto IL_004e;
}
}
IL_003e:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_8, _stringLiteralAF2C7B4CA07AE6C74D261BC745E174DF8AB3FFEF, _stringLiteralDDAEDD97AB3AA9648C164027570374EE027A98F2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var);
}
IL_004e:
{
String_t* L_9 = __this->get_cursorAddress_30();
if (L_9)
{
goto IL_0061;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_10 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_10, _stringLiteralD4705645F35332D972A6E70EF167CD075AD82BCC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, TermInfoDriver_SetCursorPosition_mDBD339CD6F48B285AF40411BB572D4565F7118ED_RuntimeMethod_var);
}
IL_0061:
{
String_t* L_11 = __this->get_cursorAddress_30();
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_12 = (FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5*)SZArrayNew(FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5_il2cpp_TypeInfo_var, (uint32_t)2);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_13 = L_12;
int32_t L_14 = ___top1;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_15 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(L_14, /*hidden argument*/NULL);
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 )L_15);
FormatParamU5BU5D_t2F95A3C5AF726E75A42BC28843BAD579B62199B5* L_16 = L_13;
int32_t L_17 = ___left0;
FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 L_18 = FormatParam_op_Implicit_m3D272BDCB32F2BC451BA599EF1571E6719E97DF0(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(1), (FormatParam_t1901DD0E7CD1B3A17B09040A6E2FCA5307328800 )L_18);
String_t* L_19 = ParameterizedStrings_Evaluate_mF75E575BBEEF102F653314A027E2E9409BE55DAF(L_11, L_16, /*hidden argument*/NULL);
TermInfoDriver_WriteConsole_mA33045BAA05976FE867CAA78B79B63A1E58FAF38(__this, L_19, /*hidden argument*/NULL);
int32_t L_20 = ___left0;
__this->set_cursorLeft_4(L_20);
int32_t L_21 = ___top1;
__this->set_cursorTop_5(L_21);
return;
}
}
// System.Void System.TermInfoDriver::CreateKeyMap()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
__this->set_keymap_36(L_0);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = __this->get_keymap_36();
int32_t L_2 = ((int32_t)((int32_t)55));
RuntimeObject * L_3 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_2);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_4;
memset((&L_4), 0, sizeof(L_4));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_4), 0, 8, (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_5 = L_4;
RuntimeObject * L_6 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_5);
NullCheck(L_1);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_1, L_3, L_6);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = __this->get_keymap_36();
int32_t L_8 = ((int32_t)((int32_t)57));
RuntimeObject * L_9 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_8);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_10;
memset((&L_10), 0, sizeof(L_10));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_10), 0, ((int32_t)12), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_11 = L_10;
RuntimeObject * L_12 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_11);
NullCheck(L_7);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_7, L_9, L_12);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_13 = __this->get_keymap_36();
int32_t L_14 = ((int32_t)((int32_t)61));
RuntimeObject * L_15 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_14);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_16;
memset((&L_16), 0, sizeof(L_16));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_16), 0, ((int32_t)40), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_17 = L_16;
RuntimeObject * L_18 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_17);
NullCheck(L_13);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_13, L_15, L_18);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_19 = __this->get_keymap_36();
int32_t L_20 = ((int32_t)((int32_t)66));
RuntimeObject * L_21 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_20);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_22;
memset((&L_22), 0, sizeof(L_22));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_22), 0, ((int32_t)112), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_23 = L_22;
RuntimeObject * L_24 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_23);
NullCheck(L_19);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_19, L_21, L_24);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_25 = __this->get_keymap_36();
int32_t L_26 = ((int32_t)((int32_t)67));
RuntimeObject * L_27 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_26);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_28;
memset((&L_28), 0, sizeof(L_28));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_28), 0, ((int32_t)121), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_29 = L_28;
RuntimeObject * L_30 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_29);
NullCheck(L_25);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_25, L_27, L_30);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_31 = __this->get_keymap_36();
int32_t L_32 = ((int32_t)((int32_t)68));
RuntimeObject * L_33 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_32);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_34;
memset((&L_34), 0, sizeof(L_34));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_34), 0, ((int32_t)113), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_35 = L_34;
RuntimeObject * L_36 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_35);
NullCheck(L_31);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_31, L_33, L_36);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_37 = __this->get_keymap_36();
int32_t L_38 = ((int32_t)((int32_t)69));
RuntimeObject * L_39 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_38);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_40;
memset((&L_40), 0, sizeof(L_40));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_40), 0, ((int32_t)114), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_41 = L_40;
RuntimeObject * L_42 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_41);
NullCheck(L_37);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_37, L_39, L_42);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_43 = __this->get_keymap_36();
int32_t L_44 = ((int32_t)((int32_t)70));
RuntimeObject * L_45 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_44);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_46;
memset((&L_46), 0, sizeof(L_46));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_46), 0, ((int32_t)115), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_47 = L_46;
RuntimeObject * L_48 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_47);
NullCheck(L_43);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_43, L_45, L_48);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_49 = __this->get_keymap_36();
int32_t L_50 = ((int32_t)((int32_t)71));
RuntimeObject * L_51 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_50);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_52;
memset((&L_52), 0, sizeof(L_52));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_52), 0, ((int32_t)116), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_53 = L_52;
RuntimeObject * L_54 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_53);
NullCheck(L_49);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_49, L_51, L_54);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_55 = __this->get_keymap_36();
int32_t L_56 = ((int32_t)((int32_t)72));
RuntimeObject * L_57 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_56);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_58;
memset((&L_58), 0, sizeof(L_58));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_58), 0, ((int32_t)117), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_59 = L_58;
RuntimeObject * L_60 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_59);
NullCheck(L_55);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_55, L_57, L_60);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_61 = __this->get_keymap_36();
int32_t L_62 = ((int32_t)((int32_t)73));
RuntimeObject * L_63 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_62);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_64;
memset((&L_64), 0, sizeof(L_64));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_64), 0, ((int32_t)118), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_65 = L_64;
RuntimeObject * L_66 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_65);
NullCheck(L_61);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_61, L_63, L_66);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_67 = __this->get_keymap_36();
int32_t L_68 = ((int32_t)((int32_t)74));
RuntimeObject * L_69 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_68);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_70;
memset((&L_70), 0, sizeof(L_70));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_70), 0, ((int32_t)119), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_71 = L_70;
RuntimeObject * L_72 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_71);
NullCheck(L_67);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_67, L_69, L_72);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_73 = __this->get_keymap_36();
int32_t L_74 = ((int32_t)((int32_t)75));
RuntimeObject * L_75 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_74);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_76;
memset((&L_76), 0, sizeof(L_76));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_76), 0, ((int32_t)120), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_77 = L_76;
RuntimeObject * L_78 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_77);
NullCheck(L_73);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_73, L_75, L_78);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_79 = __this->get_keymap_36();
int32_t L_80 = ((int32_t)((int32_t)76));
RuntimeObject * L_81 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_80);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_82;
memset((&L_82), 0, sizeof(L_82));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_82), 0, ((int32_t)36), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_83 = L_82;
RuntimeObject * L_84 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_83);
NullCheck(L_79);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_79, L_81, L_84);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_85 = __this->get_keymap_36();
int32_t L_86 = ((int32_t)((int32_t)79));
RuntimeObject * L_87 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_86);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_88;
memset((&L_88), 0, sizeof(L_88));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_88), 0, ((int32_t)37), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_89 = L_88;
RuntimeObject * L_90 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_89);
NullCheck(L_85);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_85, L_87, L_90);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_91 = __this->get_keymap_36();
int32_t L_92 = ((int32_t)((int32_t)80));
RuntimeObject * L_93 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_92);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_94;
memset((&L_94), 0, sizeof(L_94));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_94), 0, ((int32_t)97), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_95 = L_94;
RuntimeObject * L_96 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_95);
NullCheck(L_91);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_91, L_93, L_96);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_97 = __this->get_keymap_36();
int32_t L_98 = ((int32_t)((int32_t)81));
RuntimeObject * L_99 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_98);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_100;
memset((&L_100), 0, sizeof(L_100));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_100), 0, ((int32_t)34), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_101 = L_100;
RuntimeObject * L_102 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_101);
NullCheck(L_97);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_97, L_99, L_102);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_103 = __this->get_keymap_36();
int32_t L_104 = ((int32_t)((int32_t)82));
RuntimeObject * L_105 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_104);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_106;
memset((&L_106), 0, sizeof(L_106));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_106), 0, ((int32_t)33), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_107 = L_106;
RuntimeObject * L_108 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_107);
NullCheck(L_103);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_103, L_105, L_108);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_109 = __this->get_keymap_36();
int32_t L_110 = ((int32_t)((int32_t)83));
RuntimeObject * L_111 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_110);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_112;
memset((&L_112), 0, sizeof(L_112));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_112), 0, ((int32_t)39), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_113 = L_112;
RuntimeObject * L_114 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_113);
NullCheck(L_109);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_109, L_111, L_114);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_115 = __this->get_keymap_36();
int32_t L_116 = ((int32_t)((int32_t)84));
RuntimeObject * L_117 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_116);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_118;
memset((&L_118), 0, sizeof(L_118));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_118), 0, ((int32_t)34), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_119 = L_118;
RuntimeObject * L_120 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_119);
NullCheck(L_115);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_115, L_117, L_120);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_121 = __this->get_keymap_36();
int32_t L_122 = ((int32_t)((int32_t)85));
RuntimeObject * L_123 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_122);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_124;
memset((&L_124), 0, sizeof(L_124));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_124), 0, ((int32_t)33), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_125 = L_124;
RuntimeObject * L_126 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_125);
NullCheck(L_121);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_121, L_123, L_126);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_127 = __this->get_keymap_36();
int32_t L_128 = ((int32_t)((int32_t)87));
RuntimeObject * L_129 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_128);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_130;
memset((&L_130), 0, sizeof(L_130));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_130), 0, ((int32_t)38), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_131 = L_130;
RuntimeObject * L_132 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_131);
NullCheck(L_127);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_127, L_129, L_132);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_133 = __this->get_keymap_36();
int32_t L_134 = ((int32_t)((int32_t)139));
RuntimeObject * L_135 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_134);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_136;
memset((&L_136), 0, sizeof(L_136));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_136), 0, ((int32_t)103), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_137 = L_136;
RuntimeObject * L_138 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_137);
NullCheck(L_133);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_133, L_135, L_138);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_139 = __this->get_keymap_36();
int32_t L_140 = ((int32_t)((int32_t)140));
RuntimeObject * L_141 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_140);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_142;
memset((&L_142), 0, sizeof(L_142));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_142), 0, ((int32_t)105), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_143 = L_142;
RuntimeObject * L_144 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_143);
NullCheck(L_139);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_139, L_141, L_144);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_145 = __this->get_keymap_36();
int32_t L_146 = ((int32_t)((int32_t)141));
RuntimeObject * L_147 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_146);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_148;
memset((&L_148), 0, sizeof(L_148));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_148), 0, ((int32_t)101), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_149 = L_148;
RuntimeObject * L_150 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_149);
NullCheck(L_145);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_145, L_147, L_150);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_151 = __this->get_keymap_36();
int32_t L_152 = ((int32_t)((int32_t)142));
RuntimeObject * L_153 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_152);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_154;
memset((&L_154), 0, sizeof(L_154));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_154), 0, ((int32_t)97), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_155 = L_154;
RuntimeObject * L_156 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_155);
NullCheck(L_151);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_151, L_153, L_156);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_157 = __this->get_keymap_36();
int32_t L_158 = ((int32_t)((int32_t)143));
RuntimeObject * L_159 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_158);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_160;
memset((&L_160), 0, sizeof(L_160));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_160), 0, ((int32_t)99), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_161 = L_160;
RuntimeObject * L_162 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_161);
NullCheck(L_157);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_157, L_159, L_162);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_163 = __this->get_keymap_36();
int32_t L_164 = ((int32_t)((int32_t)148));
RuntimeObject * L_165 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_164);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_166;
memset((&L_166), 0, sizeof(L_166));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_166), 0, ((int32_t)9), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_167 = L_166;
RuntimeObject * L_168 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_167);
NullCheck(L_163);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_163, L_165, L_168);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_169 = __this->get_keymap_36();
int32_t L_170 = ((int32_t)((int32_t)158));
RuntimeObject * L_171 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_170);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_172;
memset((&L_172), 0, sizeof(L_172));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_172), 0, ((int32_t)36), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_173 = L_172;
RuntimeObject * L_174 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_173);
NullCheck(L_169);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_169, L_171, L_174);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_175 = __this->get_keymap_36();
int32_t L_176 = ((int32_t)((int32_t)162));
RuntimeObject * L_177 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_176);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_178;
memset((&L_178), 0, sizeof(L_178));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_178), ((int32_t)67), ((int32_t)67), (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_179 = L_178;
RuntimeObject * L_180 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_179);
NullCheck(L_175);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_175, L_177, L_180);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_181 = __this->get_keymap_36();
int32_t L_182 = ((int32_t)((int32_t)164));
RuntimeObject * L_183 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_182);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_184;
memset((&L_184), 0, sizeof(L_184));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_184), 0, ((int32_t)35), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_185 = L_184;
RuntimeObject * L_186 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_185);
NullCheck(L_181);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_181, L_183, L_186);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_187 = __this->get_keymap_36();
int32_t L_188 = ((int32_t)((int32_t)165));
RuntimeObject * L_189 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_188);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_190;
memset((&L_190), 0, sizeof(L_190));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_190), ((int32_t)10), ((int32_t)13), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_191 = L_190;
RuntimeObject * L_192 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_191);
NullCheck(L_187);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_187, L_189, L_192);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_193 = __this->get_keymap_36();
int32_t L_194 = ((int32_t)((int32_t)168));
RuntimeObject * L_195 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_194);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_196;
memset((&L_196), 0, sizeof(L_196));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_196), 0, ((int32_t)47), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_197 = L_196;
RuntimeObject * L_198 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_197);
NullCheck(L_193);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_193, L_195, L_198);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_199 = __this->get_keymap_36();
int32_t L_200 = ((int32_t)((int32_t)176));
RuntimeObject * L_201 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_200);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_202;
memset((&L_202), 0, sizeof(L_202));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_202), 0, ((int32_t)42), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_203 = L_202;
RuntimeObject * L_204 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_203);
NullCheck(L_199);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_199, L_201, L_204);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_205 = __this->get_keymap_36();
int32_t L_206 = ((int32_t)((int32_t)185));
RuntimeObject * L_207 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_206);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_208;
memset((&L_208), 0, sizeof(L_208));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_208), ((int32_t)90), ((int32_t)90), (bool)0, (bool)1, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_209 = L_208;
RuntimeObject * L_210 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_209);
NullCheck(L_205);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_205, L_207, L_210);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_211 = __this->get_keymap_36();
int32_t L_212 = ((int32_t)((int32_t)186));
RuntimeObject * L_213 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_212);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_214;
memset((&L_214), 0, sizeof(L_214));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_214), 0, ((int32_t)36), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_215 = L_214;
RuntimeObject * L_216 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_215);
NullCheck(L_211);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_211, L_213, L_216);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_217 = __this->get_keymap_36();
int32_t L_218 = ((int32_t)((int32_t)189));
RuntimeObject * L_219 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_218);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_220;
memset((&L_220), 0, sizeof(L_220));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_220), ((int32_t)67), ((int32_t)67), (bool)1, (bool)1, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_221 = L_220;
RuntimeObject * L_222 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_221);
NullCheck(L_217);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_217, L_219, L_222);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_223 = __this->get_keymap_36();
int32_t L_224 = ((int32_t)((int32_t)191));
RuntimeObject * L_225 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_224);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_226;
memset((&L_226), 0, sizeof(L_226));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_226), ((int32_t)9), ((int32_t)46), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_227 = L_226;
RuntimeObject * L_228 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_227);
NullCheck(L_223);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_223, L_225, L_228);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_229 = __this->get_keymap_36();
int32_t L_230 = ((int32_t)((int32_t)198));
RuntimeObject * L_231 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_230);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_232;
memset((&L_232), 0, sizeof(L_232));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_232), 0, ((int32_t)47), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_233 = L_232;
RuntimeObject * L_234 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_233);
NullCheck(L_229);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_229, L_231, L_234);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_235 = __this->get_keymap_36();
int32_t L_236 = ((int32_t)((int32_t)199));
RuntimeObject * L_237 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_236);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_238;
memset((&L_238), 0, sizeof(L_238));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_238), 0, ((int32_t)36), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_239 = L_238;
RuntimeObject * L_240 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_239);
NullCheck(L_235);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_235, L_237, L_240);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_241 = __this->get_keymap_36();
int32_t L_242 = ((int32_t)((int32_t)201));
RuntimeObject * L_243 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_242);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_244;
memset((&L_244), 0, sizeof(L_244));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_244), 0, ((int32_t)37), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_245 = L_244;
RuntimeObject * L_246 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_245);
NullCheck(L_241);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_241, L_243, L_246);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_247 = __this->get_keymap_36();
int32_t L_248 = ((int32_t)((int32_t)207));
RuntimeObject * L_249 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_248);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_250;
memset((&L_250), 0, sizeof(L_250));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_250), 0, ((int32_t)42), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_251 = L_250;
RuntimeObject * L_252 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_251);
NullCheck(L_247);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_247, L_249, L_252);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_253 = __this->get_keymap_36();
int32_t L_254 = ((int32_t)((int32_t)210));
RuntimeObject * L_255 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_254);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_256;
memset((&L_256), 0, sizeof(L_256));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_256), 0, ((int32_t)39), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_257 = L_256;
RuntimeObject * L_258 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_257);
NullCheck(L_253);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_253, L_255, L_258);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_259 = __this->get_keymap_36();
int32_t L_260 = ((int32_t)((int32_t)214));
RuntimeObject * L_261 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_260);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_262;
memset((&L_262), 0, sizeof(L_262));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_262), ((int32_t)90), ((int32_t)90), (bool)1, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_263 = L_262;
RuntimeObject * L_264 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_263);
NullCheck(L_259);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_259, L_261, L_264);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_265 = __this->get_keymap_36();
int32_t L_266 = ((int32_t)((int32_t)216));
RuntimeObject * L_267 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_266);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_268;
memset((&L_268), 0, sizeof(L_268));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_268), 0, ((int32_t)122), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_269 = L_268;
RuntimeObject * L_270 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_269);
NullCheck(L_265);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_265, L_267, L_270);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_271 = __this->get_keymap_36();
int32_t L_272 = ((int32_t)((int32_t)217));
RuntimeObject * L_273 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_272);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_274;
memset((&L_274), 0, sizeof(L_274));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_274), 0, ((int32_t)123), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_275 = L_274;
RuntimeObject * L_276 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_275);
NullCheck(L_271);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_271, L_273, L_276);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_277 = __this->get_keymap_36();
int32_t L_278 = ((int32_t)((int32_t)218));
RuntimeObject * L_279 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_278);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_280;
memset((&L_280), 0, sizeof(L_280));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_280), 0, ((int32_t)124), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_281 = L_280;
RuntimeObject * L_282 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_281);
NullCheck(L_277);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_277, L_279, L_282);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_283 = __this->get_keymap_36();
int32_t L_284 = ((int32_t)((int32_t)219));
RuntimeObject * L_285 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_284);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_286;
memset((&L_286), 0, sizeof(L_286));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_286), 0, ((int32_t)125), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_287 = L_286;
RuntimeObject * L_288 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_287);
NullCheck(L_283);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_283, L_285, L_288);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_289 = __this->get_keymap_36();
int32_t L_290 = ((int32_t)((int32_t)220));
RuntimeObject * L_291 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_290);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_292;
memset((&L_292), 0, sizeof(L_292));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_292), 0, ((int32_t)126), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_293 = L_292;
RuntimeObject * L_294 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_293);
NullCheck(L_289);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_289, L_291, L_294);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_295 = __this->get_keymap_36();
int32_t L_296 = ((int32_t)((int32_t)221));
RuntimeObject * L_297 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_296);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_298;
memset((&L_298), 0, sizeof(L_298));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_298), 0, ((int32_t)127), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_299 = L_298;
RuntimeObject * L_300 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_299);
NullCheck(L_295);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_295, L_297, L_300);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_301 = __this->get_keymap_36();
int32_t L_302 = ((int32_t)((int32_t)222));
RuntimeObject * L_303 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_302);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_304;
memset((&L_304), 0, sizeof(L_304));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_304), 0, ((int32_t)128), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_305 = L_304;
RuntimeObject * L_306 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_305);
NullCheck(L_301);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_301, L_303, L_306);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_307 = __this->get_keymap_36();
int32_t L_308 = ((int32_t)((int32_t)223));
RuntimeObject * L_309 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_308);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_310;
memset((&L_310), 0, sizeof(L_310));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_310), 0, ((int32_t)129), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_311 = L_310;
RuntimeObject * L_312 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_311);
NullCheck(L_307);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_307, L_309, L_312);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_313 = __this->get_keymap_36();
int32_t L_314 = ((int32_t)((int32_t)224));
RuntimeObject * L_315 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_314);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_316;
memset((&L_316), 0, sizeof(L_316));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_316), 0, ((int32_t)130), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_317 = L_316;
RuntimeObject * L_318 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_317);
NullCheck(L_313);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_313, L_315, L_318);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_319 = __this->get_keymap_36();
int32_t L_320 = ((int32_t)((int32_t)225));
RuntimeObject * L_321 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_320);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_322;
memset((&L_322), 0, sizeof(L_322));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_322), 0, ((int32_t)131), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_323 = L_322;
RuntimeObject * L_324 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_323);
NullCheck(L_319);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_319, L_321, L_324);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_325 = __this->get_keymap_36();
int32_t L_326 = ((int32_t)((int32_t)226));
RuntimeObject * L_327 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_326);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_328;
memset((&L_328), 0, sizeof(L_328));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_328), 0, ((int32_t)132), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_329 = L_328;
RuntimeObject * L_330 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_329);
NullCheck(L_325);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_325, L_327, L_330);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_331 = __this->get_keymap_36();
int32_t L_332 = ((int32_t)((int32_t)227));
RuntimeObject * L_333 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_332);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_334;
memset((&L_334), 0, sizeof(L_334));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_334), 0, ((int32_t)133), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_335 = L_334;
RuntimeObject * L_336 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_335);
NullCheck(L_331);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_331, L_333, L_336);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_337 = __this->get_keymap_36();
int32_t L_338 = ((int32_t)((int32_t)228));
RuntimeObject * L_339 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_338);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_340;
memset((&L_340), 0, sizeof(L_340));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_340), 0, ((int32_t)134), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_341 = L_340;
RuntimeObject * L_342 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_341);
NullCheck(L_337);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_337, L_339, L_342);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_343 = __this->get_keymap_36();
int32_t L_344 = ((int32_t)((int32_t)229));
RuntimeObject * L_345 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_344);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_346;
memset((&L_346), 0, sizeof(L_346));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_346), 0, ((int32_t)135), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_347 = L_346;
RuntimeObject * L_348 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_347);
NullCheck(L_343);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_343, L_345, L_348);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_349 = __this->get_keymap_36();
int32_t L_350 = ((int32_t)((int32_t)59));
RuntimeObject * L_351 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_350);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_352;
memset((&L_352), 0, sizeof(L_352));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_352), 0, ((int32_t)46), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_353 = L_352;
RuntimeObject * L_354 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_353);
NullCheck(L_349);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_349, L_351, L_354);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_355 = __this->get_keymap_36();
int32_t L_356 = ((int32_t)((int32_t)77));
RuntimeObject * L_357 = Box(TermInfoStrings_tA50FD6AB2B4EFB66E90CD563942E0A664FD6022F_il2cpp_TypeInfo_var, &L_356);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_358;
memset((&L_358), 0, sizeof(L_358));
ConsoleKeyInfo__ctor_mF5F427F75CCD5D4BCAADCE6AE31F61D70BD95B98((&L_358), 0, ((int32_t)45), (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 L_359 = L_358;
RuntimeObject * L_360 = Box(ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768_il2cpp_TypeInfo_var, &L_359);
NullCheck(L_355);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(21 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_355, L_357, L_360);
return;
}
}
// System.Void System.TermInfoDriver::InitKeys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver_InitKeys_m3C4D9CA6DE9CEA5F50BDBCB72BF7975F4F1758CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
bool L_0 = __this->get_initKeys_27();
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
TermInfoDriver_CreateKeyMap_mC802A816F3EAEA7343B627FA9DCC0A69E54F491A(__this, /*hidden argument*/NULL);
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_1 = (ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC *)il2cpp_codegen_object_new(ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC_il2cpp_TypeInfo_var);
ByteMatcher__ctor_m5F4DEDA840BDF53D47E1A9C3267442295F928144(L_1, /*hidden argument*/NULL);
__this->set_rootmap_37(L_1);
TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_2 = (TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2*)(TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2*)SZArrayNew(TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)60));
TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_3 = L_2;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_4 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____121EC59E23F7559B28D338D562528F6299C2DE22_2_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_3, L_4, /*hidden argument*/NULL);
V_0 = L_3;
V_1 = 0;
goto IL_0040;
}
IL_0031:
{
TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_5 = V_0;
int32_t L_6 = V_1;
NullCheck(L_5);
int32_t L_7 = L_6;
int32_t L_8 = (int32_t)(L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_2 = L_8;
int32_t L_9 = V_2;
TermInfoDriver_AddStringMapping_mE7AD22D560E11207EF8025643765C2859CB54BD5(__this, L_9, /*hidden argument*/NULL);
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0040:
{
int32_t L_11 = V_1;
TermInfoStringsU5BU5D_t734604FFAFCF8B18CFD63C5901E11EA6C13F23F2* L_12 = V_0;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
{
goto IL_0031;
}
}
{
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_13 = __this->get_rootmap_37();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_control_characters_40();
NullCheck(L_16);
int32_t L_17 = 2;
uint8_t L_18 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_18);
NullCheck(L_13);
ByteMatcher_AddMapping_m6F17EE5B94E56935034142A2847A83F5E099B708(L_13, ((int32_t)55), L_15, /*hidden argument*/NULL);
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_19 = __this->get_rootmap_37();
NullCheck(L_19);
ByteMatcher_Sort_mCA31E5D0C950F75E86DC00A106D3BB6219D29C4F(L_19, /*hidden argument*/NULL);
__this->set_initKeys_27((bool)1);
return;
}
}
// System.Void System.TermInfoDriver::AddStringMapping(System.TermInfoStrings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver_AddStringMapping_mE7AD22D560E11207EF8025643765C2859CB54BD5 (TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653 * __this, int32_t ___s0, const RuntimeMethod* method)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * L_0 = __this->get_reader_3();
int32_t L_1 = ___s0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = TermInfoReader_GetStringBytes_mD2FD6A1D2FC6D7F3C3DC6EC8254A13A4C1114B06(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
if (L_3)
{
goto IL_0011;
}
}
{
return;
}
IL_0011:
{
ByteMatcher_tB199BDD35E2575B84D9FDED34954705653D241DC * L_4 = __this->get_rootmap_37();
int32_t L_5 = ___s0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0;
NullCheck(L_4);
ByteMatcher_AddMapping_m6F17EE5B94E56935034142A2847A83F5E099B708(L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.TermInfoDriver::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoDriver__cctor_mF220800F6331B2ACF39830BF3DFF392B3E774D5B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoDriver__cctor_mF220800F6331B2ACF39830BF3DFF392B3E774D5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)4);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral757F441946A7036BA1BAA4B622FCDD632D09B0E5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral757F441946A7036BA1BAA4B622FCDD632D09B0E5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralB45CC055589AB275C804327AFE30E301E7882B22);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralB45CC055589AB275C804327AFE30E301E7882B22);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteralB0F0917F282BE2B990029398FE6CFE349F5CB5BC);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralB0F0917F282BE2B990029398FE6CFE349F5CB5BC);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteral9426F59FD8300D3D352341F3919A203E22AB9915);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral9426F59FD8300D3D352341F3919A203E22AB9915);
((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set_locations_2(L_4);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_5 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_6 = L_5;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_7 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t5BA0C21499B7A4F7CBCB87805E61EF52DF22771A____EBF68F411848D603D059DFDEA2321C5A5EA78044_93_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_6, L_7, /*hidden argument*/NULL);
((TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_StaticFields*)il2cpp_codegen_static_fields_for(TermInfoDriver_t9D1F8B74E923C24C63FBE861B6DDCE7CF05A3653_il2cpp_TypeInfo_var))->set__consoleColorToAnsiCode_41(L_6);
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
// System.Void System.TermInfoReader::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, String_t* ___filename1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * V_0 = NULL;
int64_t V_1 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___filename1;
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_1 = File_OpenRead_m3B2974AB5AA8011E587AC834BE71862BF77C2129(L_0, /*hidden argument*/NULL);
V_0 = L_1;
}
IL_000d:
try
{ // begin try (depth: 1)
{
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_2 = V_0;
NullCheck(L_2);
int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_2);
V_1 = L_3;
int64_t L_4 = V_1;
if ((((int64_t)L_4) <= ((int64_t)(((int64_t)((int64_t)((int32_t)4096)))))))
{
goto IL_0028;
}
}
IL_001d:
{
Exception_t * L_5 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_5, _stringLiteral3F1A0D1D0F6B2DF6299555699EA20A335495FD6A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_RuntimeMethod_var);
}
IL_0028:
{
int64_t L_6 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)L_6))));
__this->set_buffer_3(L_7);
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_8 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_buffer_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_buffer_3();
NullCheck(L_10);
NullCheck(L_8);
int32_t L_11 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(21 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = __this->get_buffer_3();
NullCheck(L_12);
if ((((int32_t)L_11) == ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
{
goto IL_005f;
}
}
IL_0054:
{
Exception_t * L_13 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_13, _stringLiteral048251B7F14BEBC4F04C6E75383D0CCE50A9CC5A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, TermInfoReader__ctor_mDC681850346716B16DF3EC44DCF1DA6F2A754B7D_RuntimeMethod_var);
}
IL_005f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_buffer_3();
int32_t* L_15 = __this->get_address_of_booleansOffset_4();
TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124(__this, L_14, (int32_t*)L_15, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_buffer_3();
int32_t* L_17 = __this->get_address_of_booleansOffset_4();
TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147(__this, L_16, (int32_t*)L_17, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x8F, FINALLY_0085);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0085;
}
FINALLY_0085:
{ // begin finally (depth: 1)
{
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_18 = V_0;
if (!L_18)
{
goto IL_008e;
}
}
IL_0088:
{
FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * L_19 = V_0;
NullCheck(L_19);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_19);
}
IL_008e:
{
IL2CPP_END_FINALLY(133)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(133)
{
IL2CPP_JUMP_TBL(0x8F, IL_008f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_008f:
{
return;
}
}
// System.Void System.TermInfoReader::.ctor(System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, String_t* ___term0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer1;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, TermInfoReader__ctor_mB414A3E5B0CA1C42E830F8221DCC6DAD579055A6_RuntimeMethod_var);
}
IL_0014:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer1;
__this->set_buffer_3(L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer1;
int32_t* L_4 = __this->get_address_of_booleansOffset_4();
TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124(__this, L_3, (int32_t*)L_4, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___buffer1;
int32_t* L_6 = __this->get_address_of_booleansOffset_4();
TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147(__this, L_5, (int32_t*)L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.TermInfoReader::ReadHeader(System.Byte[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int16_t V_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t* L_1 = ___position1;
int32_t L_2 = *((int32_t*)L_1);
int16_t L_3 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_0, L_2, /*hidden argument*/NULL);
V_0 = L_3;
int32_t* L_4 = ___position1;
int32_t* L_5 = ___position1;
int32_t L_6 = *((int32_t*)L_5);
*((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)2));
int16_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)282))))
{
goto IL_002e;
}
}
{
int16_t L_8 = V_0;
int16_t L_9 = L_8;
RuntimeObject * L_10 = Box(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D_il2cpp_TypeInfo_var, &L_9);
String_t* L_11 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral23C470084C11AED675C34B4BA1F2522082975AF1, L_10, /*hidden argument*/NULL);
Exception_t * L_12 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, TermInfoReader_ReadHeader_m6809956ED26CFF90923FF7E3B4DB6733828FB124_RuntimeMethod_var);
}
IL_002e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___buffer0;
int32_t* L_14 = ___position1;
int32_t L_15 = *((int32_t*)L_14);
TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_13, L_15, /*hidden argument*/NULL);
int32_t* L_16 = ___position1;
int32_t* L_17 = ___position1;
int32_t L_18 = *((int32_t*)L_17);
*((int32_t*)L_16) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___buffer0;
int32_t* L_20 = ___position1;
int32_t L_21 = *((int32_t*)L_20);
int16_t L_22 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_19, L_21, /*hidden argument*/NULL);
__this->set_boolSize_0(L_22);
int32_t* L_23 = ___position1;
int32_t* L_24 = ___position1;
int32_t L_25 = *((int32_t*)L_24);
*((int32_t*)L_23) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0;
int32_t* L_27 = ___position1;
int32_t L_28 = *((int32_t*)L_27);
int16_t L_29 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_26, L_28, /*hidden argument*/NULL);
__this->set_numSize_1(L_29);
int32_t* L_30 = ___position1;
int32_t* L_31 = ___position1;
int32_t L_32 = *((int32_t*)L_31);
*((int32_t*)L_30) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ___buffer0;
int32_t* L_34 = ___position1;
int32_t L_35 = *((int32_t*)L_34);
int16_t L_36 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_33, L_35, /*hidden argument*/NULL);
__this->set_strOffsets_2(L_36);
int32_t* L_37 = ___position1;
int32_t* L_38 = ___position1;
int32_t L_39 = *((int32_t*)L_38);
*((int32_t*)L_37) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_39, (int32_t)2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = ___buffer0;
int32_t* L_41 = ___position1;
int32_t L_42 = *((int32_t*)L_41);
TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_40, L_42, /*hidden argument*/NULL);
int32_t* L_43 = ___position1;
int32_t* L_44 = ___position1;
int32_t L_45 = *((int32_t*)L_44);
*((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)2));
return;
}
}
// System.Void System.TermInfoReader::ReadNames(System.Byte[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TermInfoReader_ReadNames_m071D18738A2D0CEEE12B76CBF64302062C76E147 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___position1, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t* L_1 = ___position1;
int32_t L_2 = *((int32_t*)L_1);
String_t* L_3 = TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1(__this, L_0, L_2, /*hidden argument*/NULL);
V_0 = L_3;
int32_t* L_4 = ___position1;
int32_t* L_5 = ___position1;
int32_t L_6 = *((int32_t*)L_5);
String_t* L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
*((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1))));
return;
}
}
// System.Int32 System.TermInfoReader::Get(System.TermInfoNumbers)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TermInfoReader_Get_mBE8AB84A3B00855DF6CFBEEDAF0B7A9DD35D1DCD (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___number0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = ___number0;
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0014;
}
}
{
int32_t L_2 = ___number0;
if ((((int32_t)L_2) >= ((int32_t)((int32_t)33))))
{
goto IL_0014;
}
}
{
int32_t L_3 = V_0;
int16_t L_4 = __this->get_numSize_1();
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0016;
}
}
IL_0014:
{
return (-1);
}
IL_0016:
{
int32_t L_5 = __this->get_booleansOffset_4();
int16_t L_6 = __this->get_boolSize_0();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6));
int32_t L_7 = V_1;
if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1))))
{
goto IL_002e;
}
}
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002e:
{
int32_t L_9 = V_1;
int32_t L_10 = ___number0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_buffer_3();
int32_t L_12 = V_1;
int16_t L_13 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_11, L_12, /*hidden argument*/NULL);
return L_13;
}
}
// System.String System.TermInfoReader::Get(System.TermInfoStrings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_Get_m302D06F261F21E95F43DC0D052FFD370B5BC9814 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___tstr0;
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0017;
}
}
{
int32_t L_2 = ___tstr0;
if ((((int32_t)L_2) >= ((int32_t)((int32_t)394))))
{
goto IL_0017;
}
}
{
int32_t L_3 = V_0;
int16_t L_4 = __this->get_strOffsets_2();
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0019;
}
}
IL_0017:
{
return (String_t*)NULL;
}
IL_0019:
{
int32_t L_5 = __this->get_booleansOffset_4();
int16_t L_6 = __this->get_boolSize_0();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6));
int32_t L_7 = V_1;
if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1))))
{
goto IL_0031;
}
}
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0031:
{
int32_t L_9 = V_1;
int16_t L_10 = __this->get_numSize_1();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_buffer_3();
int32_t L_12 = V_1;
int32_t L_13 = ___tstr0;
int16_t L_14 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2)))), /*hidden argument*/NULL);
V_2 = L_14;
int32_t L_15 = V_2;
if ((!(((uint32_t)L_15) == ((uint32_t)(-1)))))
{
goto IL_0054;
}
}
{
return (String_t*)NULL;
}
IL_0054:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_buffer_3();
int32_t L_17 = V_1;
int16_t L_18 = __this->get_strOffsets_2();
int32_t L_19 = V_2;
String_t* L_20 = TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1(__this, L_16, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)))), (int32_t)L_19)), /*hidden argument*/NULL);
return L_20;
}
}
// System.Byte[] System.TermInfoReader::GetStringBytes(System.TermInfoStrings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_mD2FD6A1D2FC6D7F3C3DC6EC8254A13A4C1114B06 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, int32_t ___tstr0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = ___tstr0;
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) < ((int32_t)0)))
{
goto IL_0017;
}
}
{
int32_t L_2 = ___tstr0;
if ((((int32_t)L_2) >= ((int32_t)((int32_t)394))))
{
goto IL_0017;
}
}
{
int32_t L_3 = V_0;
int16_t L_4 = __this->get_strOffsets_2();
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0019;
}
}
IL_0017:
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_0019:
{
int32_t L_5 = __this->get_booleansOffset_4();
int16_t L_6 = __this->get_boolSize_0();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6));
int32_t L_7 = V_1;
if ((!(((uint32_t)((int32_t)((int32_t)L_7%(int32_t)2))) == ((uint32_t)1))))
{
goto IL_0031;
}
}
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0031:
{
int32_t L_9 = V_1;
int16_t L_10 = __this->get_numSize_1();
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_10, (int32_t)2))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_buffer_3();
int32_t L_12 = V_1;
int32_t L_13 = ___tstr0;
int16_t L_14 = TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A(__this, L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2)))), /*hidden argument*/NULL);
V_2 = L_14;
int32_t L_15 = V_2;
if ((!(((uint32_t)L_15) == ((uint32_t)(-1)))))
{
goto IL_0054;
}
}
{
return (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
}
IL_0054:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_buffer_3();
int32_t L_17 = V_1;
int16_t L_18 = __this->get_strOffsets_2();
int32_t L_19 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F(__this, L_16, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_18, (int32_t)2)))), (int32_t)L_19)), /*hidden argument*/NULL);
return L_20;
}
}
// System.Int16 System.TermInfoReader::GetInt16(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t TermInfoReader_GetInt16_m38F5BB51A12E99E08212EB68C8C717D3C799518A (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
NullCheck(L_0);
int32_t L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_0 = L_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
int32_t L_5 = ___offset1;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_1 = L_7;
int32_t L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)255)))))
{
goto IL_001c;
}
}
{
int32_t L_9 = V_1;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)255)))))
{
goto IL_001c;
}
}
{
return (int16_t)(-1);
}
IL_001c:
{
int32_t L_10 = V_0;
int32_t L_11 = V_1;
return (((int16_t)((int16_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)((int32_t)256))))))));
}
}
// System.String System.TermInfoReader::GetString(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TermInfoReader_GetString_mD60F86AEAFF20399149D21B28D7911D442E52AA1 (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
int32_t L_0 = ___offset1;
V_1 = L_0;
goto IL_000a;
}
IL_0006:
{
int32_t L_1 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1));
}
IL_000a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
int32_t L_3 = V_1;
int32_t L_4 = L_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
NullCheck(L_2);
int32_t L_5 = L_4;
uint8_t L_6 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if (L_6)
{
goto IL_0006;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___buffer0;
int32_t L_9 = ___offset1;
int32_t L_10 = V_0;
NullCheck(L_7);
String_t* L_11 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(34 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, L_7, L_8, L_9, L_10);
return L_11;
}
}
// System.Byte[] System.TermInfoReader::GetStringBytes(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F (TermInfoReader_tCAABF3484E6F0AA298F809766C52CA9DC4E6C55C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TermInfoReader_GetStringBytes_m05CD4F9BF52C817DCAB7EFD34FC74D62D7C6118F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
{
V_0 = 0;
int32_t L_0 = ___offset1;
V_1 = L_0;
goto IL_000a;
}
IL_0006:
{
int32_t L_1 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1));
}
IL_000a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
int32_t L_3 = V_1;
int32_t L_4 = L_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
NullCheck(L_2);
int32_t L_5 = L_4;
uint8_t L_6 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if (L_6)
{
goto IL_0006;
}
}
{
int32_t L_7 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_2 = L_8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
int32_t L_10 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = V_2;
int32_t L_12 = V_0;
Buffer_InternalBlockCopy_m80AEF70443EFBB84D8CCC36D477B8E17A8814FC2((RuntimeArray *)(RuntimeArray *)L_9, L_10, (RuntimeArray *)(RuntimeArray *)L_11, 0, L_12, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_2;
return L_13;
}
}
#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.Text.ASCIIEncoding::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASCIIEncoding__ctor_mC9D110516677AC1FAA80B3790BDDD1150A1779C4 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method)
{
{
Encoding__ctor_m25E853E4AF252CA29A3295065E83BA2C7B1416D5(__this, ((int32_t)20127), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.ASCIIEncoding::SetDefaultFallbacks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ASCIIEncoding_SetDefaultFallbacks_m09B0AB1D08BFB07480F213DE80F77343DB07931B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method)
{
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = EncoderFallback_get_ReplacementFallback_m3FF44931084C980CD4AC9773A73D74302EB37139(/*hidden argument*/NULL);
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_encoderFallback_59(L_0);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_1 = DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA(/*hidden argument*/NULL);
((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->set_decoderFallback_60(L_1);
return;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___index1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___index1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var);
}
IL_0040:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = ___chars0;
NullCheck(L_8);
int32_t L_9 = ___index1;
int32_t L_10 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ASCIIEncoding_GetByteCount_mF02988E1FF13778A0944D3DEB99624C4DDF2AA94_RuntimeMethod_var);
}
IL_005d:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ___chars0;
NullCheck(L_13);
if ((((RuntimeArray*)L_13)->max_length))
{
goto IL_0063;
}
}
{
return 0;
}
IL_0063:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = ___chars0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_15 = L_14;
V_1 = L_15;
if (!L_15)
{
goto IL_006d;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = V_1;
NullCheck(L_16);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))
{
goto IL_0072;
}
}
IL_006d:
{
V_0 = (Il2CppChar*)(((uintptr_t)0));
goto IL_007b;
}
IL_0072:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = V_1;
NullCheck(L_17);
V_0 = (Il2CppChar*)(((uintptr_t)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_007b:
{
Il2CppChar* L_18 = V_0;
int32_t L_19 = ___index1;
int32_t L_20 = ___count2;
int32_t L_21 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2)))), L_20, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_21;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, String_t* ___chars0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
{
String_t* L_0 = ___chars0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ASCIIEncoding_GetByteCount_mA03F9C5663D28CBAAE58E400075A8B5E6A36AB2E_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___chars0;
V_1 = L_2;
String_t* L_3 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_3));
Il2CppChar* L_4 = V_0;
if (!L_4)
{
goto IL_001e;
}
}
{
Il2CppChar* L_5 = V_0;
int32_t L_6 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, (int32_t)L_6));
}
IL_001e:
{
Il2CppChar* L_7 = V_0;
String_t* L_8 = ___chars0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
int32_t L_10 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_7, L_9, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_10;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.Char*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___count1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar* L_0 = ___chars0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ASCIIEncoding_GetByteCount_m0EBF48239C83BCE7F55A487C91F8920E3CE35172_RuntimeMethod_var);
}
IL_0033:
{
Il2CppChar* L_6 = ___chars0;
int32_t L_7 = ___count1;
int32_t L_8 = VirtFuncInvoker3< int32_t, Il2CppChar*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(14 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_6, L_7, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_8;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, String_t* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
String_t* V_2 = NULL;
uint8_t* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
String_t* L_0 = ___chars0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
String_t* L_2 = ___chars0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___charIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___charCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___charIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var);
}
IL_004e:
{
String_t* L_10 = ___chars0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
int32_t L_12 = ___charIndex1;
int32_t L_13 = ___charCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12))) >= ((int32_t)L_13)))
{
goto IL_006e;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral62836465B297BA5E6273FE13E6F591F548238688, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_15 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_15, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var);
}
IL_006e:
{
int32_t L_16 = ___byteIndex4;
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_007b;
}
}
{
int32_t L_17 = ___byteIndex4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___bytes3;
NullCheck(L_18);
if ((((int32_t)L_17) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))))
{
goto IL_0090;
}
}
IL_007b:
{
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_20, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ASCIIEncoding_GetBytes_m3FB919272A2EB423271380898B8722DB838C2E9F_RuntimeMethod_var);
}
IL_0090:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3;
NullCheck(L_21);
int32_t L_22 = ___byteIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3;
NullCheck(L_23);
if ((((RuntimeArray*)L_23)->max_length))
{
goto IL_00a5;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes3 = L_24;
}
IL_00a5:
{
String_t* L_25 = ___chars0;
V_2 = L_25;
String_t* L_26 = V_2;
V_1 = (Il2CppChar*)(((uintptr_t)L_26));
Il2CppChar* L_27 = V_1;
if (!L_27)
{
goto IL_00b5;
}
}
{
Il2CppChar* L_28 = V_1;
int32_t L_29 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)L_29));
}
IL_00b5:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___bytes3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_30;
V_4 = L_31;
if (!L_31)
{
goto IL_00c2;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4;
NullCheck(L_32);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))
{
goto IL_00c7;
}
}
IL_00c2:
{
V_3 = (uint8_t*)(((uintptr_t)0));
goto IL_00d1;
}
IL_00c7:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = V_4;
NullCheck(L_33);
V_3 = (uint8_t*)(((uintptr_t)((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00d1:
{
Il2CppChar* L_34 = V_1;
int32_t L_35 = ___charIndex1;
int32_t L_36 = ___charCount2;
uint8_t* L_37 = V_3;
int32_t L_38 = ___byteIndex4;
int32_t L_39 = V_0;
int32_t L_40 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(19 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2)))), L_36, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_37, (int32_t)L_38)), L_39, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_40;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___charIndex1, int32_t ___charCount2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar* V_1 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
uint8_t* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___chars0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___charIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___charCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___charIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var);
}
IL_004e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ___chars0;
NullCheck(L_10);
int32_t L_11 = ___charIndex1;
int32_t L_12 = ___charCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_006b;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var);
}
IL_006b:
{
int32_t L_15 = ___byteIndex4;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_0078;
}
}
{
int32_t L_16 = ___byteIndex4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ___bytes3;
NullCheck(L_17);
if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))))
{
goto IL_008d;
}
}
IL_0078:
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ASCIIEncoding_GetBytes_m643A7F0333C3A7FD043E55BDC2FDBEF45C70E5BC_RuntimeMethod_var);
}
IL_008d:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = ___chars0;
NullCheck(L_20);
if ((((RuntimeArray*)L_20)->max_length))
{
goto IL_0093;
}
}
{
return 0;
}
IL_0093:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___bytes3;
NullCheck(L_21);
int32_t L_22 = ___byteIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytes3;
NullCheck(L_23);
if ((((RuntimeArray*)L_23)->max_length))
{
goto IL_00a8;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes3 = L_24;
}
IL_00a8:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = ___chars0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = L_25;
V_2 = L_26;
if (!L_26)
{
goto IL_00b2;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = V_2;
NullCheck(L_27);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))
{
goto IL_00b7;
}
}
IL_00b2:
{
V_1 = (Il2CppChar*)(((uintptr_t)0));
goto IL_00c0;
}
IL_00b7:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_2;
NullCheck(L_28);
V_1 = (Il2CppChar*)(((uintptr_t)((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00c0:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = ___bytes3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = L_29;
V_4 = L_30;
if (!L_30)
{
goto IL_00cd;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_4;
NullCheck(L_31);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))
{
goto IL_00d2;
}
}
IL_00cd:
{
V_3 = (uint8_t*)(((uintptr_t)0));
goto IL_00dc;
}
IL_00d2:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_4;
NullCheck(L_32);
V_3 = (uint8_t*)(((uintptr_t)((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00dc:
{
Il2CppChar* L_33 = V_1;
int32_t L_34 = ___charIndex1;
int32_t L_35 = ___charCount2;
uint8_t* L_36 = V_3;
int32_t L_37 = ___byteIndex4;
int32_t L_38 = V_0;
int32_t L_39 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(19 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_34)), (int32_t)2)))), L_35, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_36, (int32_t)L_37)), L_38, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_39;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
uint8_t* L_0 = ___bytes2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
Il2CppChar* L_1 = ___chars0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
uint8_t* L_2 = ___bytes2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___charCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___byteCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___charCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ASCIIEncoding_GetBytes_mAF2946450CA684818B24CF83EA281D6897174B2C_RuntimeMethod_var);
}
IL_0054:
{
Il2CppChar* L_10 = ___chars0;
int32_t L_11 = ___charCount1;
uint8_t* L_12 = ___bytes2;
int32_t L_13 = ___byteCount3;
int32_t L_14 = VirtFuncInvoker5< int32_t, Il2CppChar*, int32_t, uint8_t*, int32_t, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * >::Invoke(19 /* System.Int32 System.Text.Encoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS) */, __this, (Il2CppChar*)(Il2CppChar*)L_10, L_11, (uint8_t*)(uint8_t*)L_12, L_13, (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)NULL);
return L_14;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetCharCount(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___index1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___index1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var);
}
IL_0040:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
NullCheck(L_8);
int32_t L_9 = ___index1;
int32_t L_10 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ASCIIEncoding_GetCharCount_mB774D2B6BB467C3BF43F854C3F8D242DD3C10C2E_RuntimeMethod_var);
}
IL_005d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0;
NullCheck(L_13);
if ((((RuntimeArray*)L_13)->max_length))
{
goto IL_0063;
}
}
{
return 0;
}
IL_0063:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = L_14;
V_1 = L_15;
if (!L_15)
{
goto IL_006d;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1;
NullCheck(L_16);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))
{
goto IL_0072;
}
}
IL_006d:
{
V_0 = (uint8_t*)(((uintptr_t)0));
goto IL_007b;
}
IL_0072:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1;
NullCheck(L_17);
V_0 = (uint8_t*)(((uintptr_t)((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_007b:
{
uint8_t* L_18 = V_0;
int32_t L_19 = ___index1;
int32_t L_20 = ___count2;
int32_t L_21 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(23 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)L_19)), L_20, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_21;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetCharCount(System.Byte*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___count1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint8_t* L_0 = ___bytes0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ASCIIEncoding_GetCharCount_m5DB65EF0AEBBC846017E148137D8891EE48EE8AA_RuntimeMethod_var);
}
IL_0033:
{
uint8_t* L_6 = ___bytes0;
int32_t L_7 = ___count1;
int32_t L_8 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(23 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_6, L_7, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_8;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
Il2CppChar* V_3 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (!L_0)
{
goto IL_0007;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bytes0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___byteIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___byteCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___byteIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var);
}
IL_004e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___bytes0;
NullCheck(L_10);
int32_t L_11 = ___byteIndex1;
int32_t L_12 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_006b;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var);
}
IL_006b:
{
int32_t L_15 = ___charIndex4;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_0078;
}
}
{
int32_t L_16 = ___charIndex4;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___chars3;
NullCheck(L_17);
if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))))
{
goto IL_008d;
}
}
IL_0078:
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ASCIIEncoding_GetChars_mAB7F53CB636A467D19340EFDA64F634CA7258B0B_RuntimeMethod_var);
}
IL_008d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___bytes0;
NullCheck(L_20);
if ((((RuntimeArray*)L_20)->max_length))
{
goto IL_0093;
}
}
{
return 0;
}
IL_0093:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = ___chars3;
NullCheck(L_21);
int32_t L_22 = ___charIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))), (int32_t)L_22));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = ___chars3;
NullCheck(L_23);
if ((((RuntimeArray*)L_23)->max_length))
{
goto IL_00a8;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
___chars3 = L_24;
}
IL_00a8:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = L_25;
V_2 = L_26;
if (!L_26)
{
goto IL_00b2;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_2;
NullCheck(L_27);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))
{
goto IL_00b7;
}
}
IL_00b2:
{
V_1 = (uint8_t*)(((uintptr_t)0));
goto IL_00c0;
}
IL_00b7:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2;
NullCheck(L_28);
V_1 = (uint8_t*)(((uintptr_t)((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00c0:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = ___chars3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = L_29;
V_4 = L_30;
if (!L_30)
{
goto IL_00cd;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = V_4;
NullCheck(L_31);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_31)->max_length)))))
{
goto IL_00d2;
}
}
IL_00cd:
{
V_3 = (Il2CppChar*)(((uintptr_t)0));
goto IL_00dc;
}
IL_00d2:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_4;
NullCheck(L_32);
V_3 = (Il2CppChar*)(((uintptr_t)((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00dc:
{
uint8_t* L_33 = V_1;
int32_t L_34 = ___byteIndex1;
int32_t L_35 = ___byteCount2;
Il2CppChar* L_36 = V_3;
int32_t L_37 = ___charIndex4;
int32_t L_38 = V_0;
int32_t L_39 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(27 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_33, (int32_t)L_34)), L_35, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_36, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_37)), (int32_t)2)))), L_38, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_39;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
uint8_t* L_0 = ___bytes0;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
Il2CppChar* L_1 = ___chars2;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
uint8_t* L_2 = ___bytes0;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___charCount3;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___byteCount1;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0055;
}
}
IL_0034:
{
int32_t L_7 = ___charCount3;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0040;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_0045;
}
IL_0040:
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
}
IL_0045:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ASCIIEncoding_GetChars_m43F8992D9915D6A35CFD22CDE2256F5F32975EB3_RuntimeMethod_var);
}
IL_0055:
{
uint8_t* L_10 = ___bytes0;
int32_t L_11 = ___byteCount1;
Il2CppChar* L_12 = ___chars2;
int32_t L_13 = ___charCount3;
int32_t L_14 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(27 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, __this, (uint8_t*)(uint8_t*)L_10, L_11, (Il2CppChar*)(Il2CppChar*)L_12, L_13, (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)NULL);
return L_14;
}
}
// System.String System.Text.ASCIIEncoding::GetString(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___byteIndex1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___byteCount2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___byteIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var);
}
IL_0040:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
NullCheck(L_8);
int32_t L_9 = ___byteIndex1;
int32_t L_10 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ASCIIEncoding_GetString_m5EDDED54D91906259EC8CFABF0450194427EC01B_RuntimeMethod_var);
}
IL_005d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0;
NullCheck(L_13);
if ((((RuntimeArray*)L_13)->max_length))
{
goto IL_0067;
}
}
{
String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_14;
}
IL_0067:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15;
V_1 = L_16;
if (!L_16)
{
goto IL_0071;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1;
NullCheck(L_17);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
{
goto IL_0076;
}
}
IL_0071:
{
V_0 = (uint8_t*)(((uintptr_t)0));
goto IL_007f;
}
IL_0076:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_1;
NullCheck(L_18);
V_0 = (uint8_t*)(((uintptr_t)((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_007f:
{
uint8_t* L_19 = V_0;
int32_t L_20 = ___byteIndex1;
int32_t L_21 = ___byteCount2;
String_t* L_22 = String_CreateStringFromEncoding_m05572A060148F853D4AD4D275D432DFF261ABF99((uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20)), L_21, __this, /*hidden argument*/NULL);
return L_22;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetByteCount(System.Char*,System.Int32,System.Text.EncoderNLS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * V_1 = NULL;
Il2CppChar* V_2 = NULL;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_3 = NULL;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
int32_t G_B27_0 = 0;
{
V_0 = 0;
V_1 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)NULL;
Il2CppChar* L_0 = ___chars0;
int32_t L_1 = ___charCount1;
V_2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2))));
V_3 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_2 = ___encoder2;
if (!L_2)
{
goto IL_007c;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_3 = ___encoder2;
NullCheck(L_3);
Il2CppChar L_4 = L_3->get_charLeftOver_2();
V_0 = L_4;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_5 = ___encoder2;
NullCheck(L_5);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_6 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_5, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_6, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_7 = ___encoder2;
NullCheck(L_7);
bool L_8 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0088;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_9 = ___encoder2;
NullCheck(L_9);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_10 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_9, /*hidden argument*/NULL);
V_3 = L_10;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_11 = V_3;
NullCheck(L_11);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_11);
if ((((int32_t)L_12) <= ((int32_t)0)))
{
goto IL_0070;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_13 = ___encoder2;
NullCheck(L_13);
bool L_14 = L_13->get_m_throwOnOverflow_5();
if (!L_14)
{
goto IL_0070;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_17);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_16;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_19 = ___encoder2;
NullCheck(L_19);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_20 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_19, /*hidden argument*/NULL);
NullCheck(L_20);
Type_t * L_21 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_20, /*hidden argument*/NULL);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_21);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_21);
String_t* L_22 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_18, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_23 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ASCIIEncoding_GetByteCount_m2CF471788E518B359D80A15ABE6DB588BE7A6DC2_RuntimeMethod_var);
}
IL_0070:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_24 = V_3;
Il2CppChar* L_25 = ___chars0;
Il2CppChar* L_26 = V_2;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_27 = ___encoder2;
NullCheck(L_24);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_24, (Il2CppChar*)(Il2CppChar*)L_25, (Il2CppChar*)(Il2CppChar*)L_26, L_27, (bool)0, /*hidden argument*/NULL);
goto IL_0088;
}
IL_007c:
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_28 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_28, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
}
IL_0088:
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_29 = V_1;
if (!L_29)
{
goto IL_009f;
}
}
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_30 = V_1;
NullCheck(L_30);
int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_30);
if ((!(((uint32_t)L_31) == ((uint32_t)1))))
{
goto IL_009f;
}
}
{
Il2CppChar L_32 = V_0;
if ((((int32_t)L_32) <= ((int32_t)0)))
{
goto IL_009d;
}
}
{
int32_t L_33 = ___charCount1;
___charCount1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_009d:
{
int32_t L_34 = ___charCount1;
return L_34;
}
IL_009f:
{
V_4 = 0;
Il2CppChar L_35 = V_0;
if ((((int32_t)L_35) <= ((int32_t)0)))
{
goto IL_0113;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_36 = ___encoder2;
NullCheck(L_36);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_37 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_36, /*hidden argument*/NULL);
V_3 = L_37;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_38 = V_3;
Il2CppChar* L_39 = ___chars0;
Il2CppChar* L_40 = V_2;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_41 = ___encoder2;
NullCheck(L_38);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_38, (Il2CppChar*)(Il2CppChar*)L_39, (Il2CppChar*)(Il2CppChar*)L_40, L_41, (bool)0, /*hidden argument*/NULL);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_42 = V_3;
Il2CppChar L_43 = V_0;
NullCheck(L_42);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_42, L_43, (Il2CppChar**)(&___chars0));
goto IL_0113;
}
IL_00c3:
{
Il2CppChar L_44 = V_5;
if (L_44)
{
goto IL_00d0;
}
}
{
Il2CppChar* L_45 = ___chars0;
int32_t L_46 = *((uint16_t*)L_45);
V_5 = L_46;
Il2CppChar* L_47 = ___chars0;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, (int32_t)2));
}
IL_00d0:
{
Il2CppChar L_48 = V_5;
if ((((int32_t)L_48) <= ((int32_t)((int32_t)127))))
{
goto IL_010d;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_49 = V_3;
if (L_49)
{
goto IL_0100;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_50 = ___encoder2;
if (L_50)
{
goto IL_00ea;
}
}
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_51 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59();
NullCheck(L_51);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_52 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_51);
V_3 = L_52;
goto IL_00f1;
}
IL_00ea:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_53 = ___encoder2;
NullCheck(L_53);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_54 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_53, /*hidden argument*/NULL);
V_3 = L_54;
}
IL_00f1:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_55 = V_3;
Il2CppChar* L_56 = V_2;
int32_t L_57 = ___charCount1;
Il2CppChar* L_58 = V_2;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_59 = ___encoder2;
NullCheck(L_55);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_55, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_56, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_57)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_58, L_59, (bool)0, /*hidden argument*/NULL);
}
IL_0100:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_60 = V_3;
Il2CppChar L_61 = V_5;
NullCheck(L_60);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_60, L_61, (Il2CppChar**)(&___chars0));
goto IL_0113;
}
IL_010d:
{
int32_t L_62 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1));
}
IL_0113:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_63 = V_3;
if (!L_63)
{
goto IL_011e;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_64 = V_3;
NullCheck(L_64);
Il2CppChar L_65 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_64, /*hidden argument*/NULL);
G_B27_0 = ((int32_t)(L_65));
goto IL_011f;
}
IL_011e:
{
G_B27_0 = 0;
}
IL_011f:
{
int32_t L_66 = G_B27_0;
V_5 = L_66;
if (L_66)
{
goto IL_00c3;
}
}
{
Il2CppChar* L_67 = ___chars0;
Il2CppChar* L_68 = V_2;
if ((!(((uintptr_t)L_67) >= ((uintptr_t)L_68))))
{
goto IL_00c3;
}
}
{
int32_t L_69 = V_4;
return L_69;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetBytes(System.Char*,System.Int32,System.Byte*,System.Int32,System.Text.EncoderNLS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, Il2CppChar* ___chars0, int32_t ___charCount1, uint8_t* ___bytes2, int32_t ___byteCount3, EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * ___encoder4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * V_1 = NULL;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * V_2 = NULL;
Il2CppChar* V_3 = NULL;
uint8_t* V_4 = NULL;
Il2CppChar* V_5 = NULL;
uint8_t* V_6 = NULL;
Il2CppChar V_7 = 0x0;
Il2CppChar V_8 = 0x0;
Il2CppChar V_9 = 0x0;
int32_t G_B44_0 = 0;
{
V_0 = 0;
V_1 = (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)NULL;
V_2 = (EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C *)NULL;
Il2CppChar* L_0 = ___chars0;
int32_t L_1 = ___charCount1;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_0, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_1)), (int32_t)2))));
uint8_t* L_2 = ___bytes2;
V_4 = (uint8_t*)L_2;
Il2CppChar* L_3 = ___chars0;
V_5 = (Il2CppChar*)L_3;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_4 = ___encoder4;
if (!L_4)
{
goto IL_008b;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_5 = ___encoder4;
NullCheck(L_5);
Il2CppChar L_6 = L_5->get_charLeftOver_2();
V_0 = L_6;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_7 = ___encoder4;
NullCheck(L_7);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_8 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_7, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_8, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_9 = ___encoder4;
NullCheck(L_9);
bool L_10 = Encoder_get_InternalHasFallbackBuffer_m4064B8A9FEB64FFED4D963FB92E0F31612F63033(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0097;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_11 = ___encoder4;
NullCheck(L_11);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_12 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_11, /*hidden argument*/NULL);
V_2 = L_12;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_13 = V_2;
NullCheck(L_13);
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Text.EncoderFallbackBuffer::get_Remaining() */, L_13);
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_007d;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_15 = ___encoder4;
NullCheck(L_15);
bool L_16 = L_15->get_m_throwOnOverflow_5();
if (!L_16)
{
goto IL_007d;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17;
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Text.Encoding::get_EncodingName() */, __this);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_19);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_18;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_21 = ___encoder4;
NullCheck(L_21);
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_22 = Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline(L_21, /*hidden argument*/NULL);
NullCheck(L_22);
Type_t * L_23 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_22, /*hidden argument*/NULL);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_23);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_23);
String_t* L_24 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteral5E582BBCB7C3EEF516ECF2B6FE525CF94E83D018, L_20, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_25 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_25, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ASCIIEncoding_GetBytes_mE712EF78C9190829051F38DEEDAF0EAFA5EACAEF_RuntimeMethod_var);
}
IL_007d:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_26 = V_2;
Il2CppChar* L_27 = V_5;
Il2CppChar* L_28 = V_3;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_29 = ___encoder4;
NullCheck(L_26);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_26, (Il2CppChar*)(Il2CppChar*)L_27, (Il2CppChar*)(Il2CppChar*)L_28, L_29, (bool)1, /*hidden argument*/NULL);
goto IL_0097;
}
IL_008b:
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_30 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL);
V_1 = ((EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 *)IsInstSealed((RuntimeObject*)L_30, EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998_il2cpp_TypeInfo_var));
}
IL_0097:
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_31 = V_1;
if (!L_31)
{
goto IL_014d;
}
}
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_32 = V_1;
NullCheck(L_32);
int32_t L_33 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_32);
if ((!(((uint32_t)L_33) == ((uint32_t)1))))
{
goto IL_014d;
}
}
{
EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * L_34 = V_1;
NullCheck(L_34);
String_t* L_35 = EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0_inline(L_34, /*hidden argument*/NULL);
NullCheck(L_35);
Il2CppChar L_36 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_35, 0, /*hidden argument*/NULL);
V_8 = L_36;
Il2CppChar L_37 = V_8;
if ((((int32_t)L_37) > ((int32_t)((int32_t)127))))
{
goto IL_014d;
}
}
{
Il2CppChar L_38 = V_0;
if ((((int32_t)L_38) <= ((int32_t)0)))
{
goto IL_00e1;
}
}
{
int32_t L_39 = ___byteCount3;
if (L_39)
{
goto IL_00d1;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_40 = ___encoder4;
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_40, (bool)1, /*hidden argument*/NULL);
}
IL_00d1:
{
uint8_t* L_41 = ___bytes2;
uint8_t* L_42 = (uint8_t*)L_41;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_42, (int32_t)1));
Il2CppChar L_43 = V_8;
*((int8_t*)L_42) = (int8_t)(((int32_t)((uint8_t)L_43)));
int32_t L_44 = ___byteCount3;
___byteCount3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)1));
}
IL_00e1:
{
int32_t L_45 = ___byteCount3;
int32_t L_46 = ___charCount1;
if ((((int32_t)L_45) >= ((int32_t)L_46)))
{
goto IL_0125;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_47 = ___encoder4;
int32_t L_48 = ___byteCount3;
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_47, (bool)((((int32_t)L_48) < ((int32_t)1))? 1 : 0), /*hidden argument*/NULL);
Il2CppChar* L_49 = ___chars0;
int32_t L_50 = ___byteCount3;
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_50)), (int32_t)2))));
goto IL_0125;
}
IL_00fd:
{
Il2CppChar* L_51 = ___chars0;
Il2CppChar* L_52 = (Il2CppChar*)L_51;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_52, (int32_t)2));
int32_t L_53 = *((uint16_t*)L_52);
V_9 = L_53;
Il2CppChar L_54 = V_9;
if ((((int32_t)L_54) < ((int32_t)((int32_t)128))))
{
goto IL_011b;
}
}
{
uint8_t* L_55 = ___bytes2;
uint8_t* L_56 = (uint8_t*)L_55;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_56, (int32_t)1));
Il2CppChar L_57 = V_8;
*((int8_t*)L_56) = (int8_t)(((int32_t)((uint8_t)L_57)));
goto IL_0125;
}
IL_011b:
{
uint8_t* L_58 = ___bytes2;
uint8_t* L_59 = (uint8_t*)L_58;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_59, (int32_t)1));
Il2CppChar L_60 = V_9;
*((int8_t*)L_59) = (int8_t)(((int32_t)((uint8_t)L_60)));
}
IL_0125:
{
Il2CppChar* L_61 = ___chars0;
Il2CppChar* L_62 = V_3;
if ((!(((uintptr_t)L_61) >= ((uintptr_t)L_62))))
{
goto IL_00fd;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_63 = ___encoder4;
if (!L_63)
{
goto IL_0144;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_64 = ___encoder4;
NullCheck(L_64);
L_64->set_charLeftOver_2(0);
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_65 = ___encoder4;
Il2CppChar* L_66 = ___chars0;
Il2CppChar* L_67 = V_5;
NullCheck(L_65);
L_65->set_m_charsUsed_6((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_66, (intptr_t)L_67))/(int32_t)2)))))))));
}
IL_0144:
{
uint8_t* L_68 = ___bytes2;
uint8_t* L_69 = V_4;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_68, (intptr_t)L_69))/(int32_t)1))))))));
}
IL_014d:
{
uint8_t* L_70 = ___bytes2;
int32_t L_71 = ___byteCount3;
V_6 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_70, (int32_t)L_71));
Il2CppChar L_72 = V_0;
if ((((int32_t)L_72) <= ((int32_t)0)))
{
goto IL_0200;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_73 = ___encoder4;
NullCheck(L_73);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_74 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_73, /*hidden argument*/NULL);
V_2 = L_74;
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_75 = V_2;
Il2CppChar* L_76 = ___chars0;
Il2CppChar* L_77 = V_3;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_78 = ___encoder4;
NullCheck(L_75);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_75, (Il2CppChar*)(Il2CppChar*)L_76, (Il2CppChar*)(Il2CppChar*)L_77, L_78, (bool)1, /*hidden argument*/NULL);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_79 = V_2;
Il2CppChar L_80 = V_0;
NullCheck(L_79);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_79, L_80, (Il2CppChar**)(&___chars0));
goto IL_0200;
}
IL_017c:
{
Il2CppChar L_81 = V_7;
if (L_81)
{
goto IL_0189;
}
}
{
Il2CppChar* L_82 = ___chars0;
int32_t L_83 = *((uint16_t*)L_82);
V_7 = L_83;
Il2CppChar* L_84 = ___chars0;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, (int32_t)2));
}
IL_0189:
{
Il2CppChar L_85 = V_7;
if ((((int32_t)L_85) <= ((int32_t)((int32_t)127))))
{
goto IL_01c9;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_86 = V_2;
if (L_86)
{
goto IL_01bc;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_87 = ___encoder4;
if (L_87)
{
goto IL_01a4;
}
}
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_88 = ((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)__this)->get_encoderFallback_59();
NullCheck(L_88);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_89 = VirtFuncInvoker0< EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * >::Invoke(4 /* System.Text.EncoderFallbackBuffer System.Text.EncoderFallback::CreateFallbackBuffer() */, L_88);
V_2 = L_89;
goto IL_01ac;
}
IL_01a4:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_90 = ___encoder4;
NullCheck(L_90);
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_91 = Encoder_get_FallbackBuffer_m8E15109A9E24221308BA3C7BFEB622C417696445(L_90, /*hidden argument*/NULL);
V_2 = L_91;
}
IL_01ac:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_92 = V_2;
Il2CppChar* L_93 = V_3;
int32_t L_94 = ___charCount1;
Il2CppChar* L_95 = V_3;
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_96 = ___encoder4;
NullCheck(L_92);
EncoderFallbackBuffer_InternalInitialize_m177C2BFBE6958ABCC948A279D30E398911C18E66(L_92, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_93, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_94)), (int32_t)2)))), (Il2CppChar*)(Il2CppChar*)L_95, L_96, (bool)1, /*hidden argument*/NULL);
}
IL_01bc:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_97 = V_2;
Il2CppChar L_98 = V_7;
NullCheck(L_97);
VirtFuncInvoker2< bool, Il2CppChar, Il2CppChar** >::Invoke(10 /* System.Boolean System.Text.EncoderFallbackBuffer::InternalFallback(System.Char,System.Char*&) */, L_97, L_98, (Il2CppChar**)(&___chars0));
goto IL_0200;
}
IL_01c9:
{
uint8_t* L_99 = ___bytes2;
uint8_t* L_100 = V_6;
if ((!(((uintptr_t)L_99) >= ((uintptr_t)L_100))))
{
goto IL_01f6;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_101 = V_2;
if (!L_101)
{
goto IL_01d9;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_102 = V_2;
NullCheck(L_102);
bool L_103 = L_102->get_bFallingBack_5();
if (L_103)
{
goto IL_01e0;
}
}
IL_01d9:
{
Il2CppChar* L_104 = ___chars0;
___chars0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_104, (int32_t)2));
goto IL_01e7;
}
IL_01e0:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_105 = V_2;
NullCheck(L_105);
VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Text.EncoderFallbackBuffer::MovePrevious() */, L_105);
}
IL_01e7:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_106 = ___encoder4;
uint8_t* L_107 = ___bytes2;
uint8_t* L_108 = V_4;
Encoding_ThrowBytesOverflow_m5682F2E9AE50908018D6991C8764D4DB065092C2(__this, L_106, (bool)((((intptr_t)L_107) == ((intptr_t)L_108))? 1 : 0), /*hidden argument*/NULL);
goto IL_021b;
}
IL_01f6:
{
uint8_t* L_109 = ___bytes2;
Il2CppChar L_110 = V_7;
*((int8_t*)L_109) = (int8_t)(((int32_t)((uint8_t)L_110)));
uint8_t* L_111 = ___bytes2;
___bytes2 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_111, (int32_t)1));
}
IL_0200:
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_112 = V_2;
if (!L_112)
{
goto IL_020b;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_113 = V_2;
NullCheck(L_113);
Il2CppChar L_114 = EncoderFallbackBuffer_InternalGetNextChar_mC1D11F50B25566F6B87974A3BCF1066C025A8CAF(L_113, /*hidden argument*/NULL);
G_B44_0 = ((int32_t)(L_114));
goto IL_020c;
}
IL_020b:
{
G_B44_0 = 0;
}
IL_020c:
{
int32_t L_115 = G_B44_0;
V_7 = L_115;
if (L_115)
{
goto IL_017c;
}
}
{
Il2CppChar* L_116 = ___chars0;
Il2CppChar* L_117 = V_3;
if ((!(((uintptr_t)L_116) >= ((uintptr_t)L_117))))
{
goto IL_017c;
}
}
IL_021b:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_118 = ___encoder4;
if (!L_118)
{
goto IL_0241;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_119 = V_2;
if (!L_119)
{
goto IL_0232;
}
}
{
EncoderFallbackBuffer_tE878BFB956A0F4A1D630C08CA42B170534A3FD5C * L_120 = V_2;
NullCheck(L_120);
bool L_121 = L_120->get_bUsedEncoder_4();
if (L_121)
{
goto IL_0232;
}
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_122 = ___encoder4;
NullCheck(L_122);
L_122->set_charLeftOver_2(0);
}
IL_0232:
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_123 = ___encoder4;
Il2CppChar* L_124 = ___chars0;
Il2CppChar* L_125 = V_5;
NullCheck(L_123);
L_123->set_m_charsUsed_6((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_124, (intptr_t)L_125))/(int32_t)2)))))))));
}
IL_0241:
{
uint8_t* L_126 = ___bytes2;
uint8_t* L_127 = V_4;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_126, (intptr_t)L_127))/(int32_t)1))))))));
}
}
// System.Int32 System.Text.ASCIIEncoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetCharCount_mED75ADEB6196257F57CFC35A1FAADEE163E0BCBA (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___count1, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetCharCount_mED75ADEB6196257F57CFC35A1FAADEE163E0BCBA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * V_0 = NULL;
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_1 = NULL;
int32_t V_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
uint8_t* V_4 = NULL;
uint8_t V_5 = 0x0;
{
V_0 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)NULL;
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = ___decoder2;
if (L_0)
{
goto IL_0013;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_1 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL);
V_0 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_1, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var));
goto IL_001f;
}
IL_0013:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_2 = ___decoder2;
NullCheck(L_2);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_3 = Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE_inline(L_2, /*hidden argument*/NULL);
V_0 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_3, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var));
}
IL_001f:
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_4 = V_0;
if (!L_4)
{
goto IL_002d;
}
}
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_5);
if ((!(((uint32_t)L_6) == ((uint32_t)1))))
{
goto IL_002d;
}
}
{
int32_t L_7 = ___count1;
return L_7;
}
IL_002d:
{
V_1 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL;
int32_t L_8 = ___count1;
V_2 = L_8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
V_3 = L_9;
uint8_t* L_10 = ___bytes0;
int32_t L_11 = ___count1;
V_4 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11));
goto IL_008c;
}
IL_003f:
{
uint8_t* L_12 = ___bytes0;
int32_t L_13 = *((uint8_t*)L_12);
V_5 = (uint8_t)L_13;
uint8_t* L_14 = ___bytes0;
___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)1));
uint8_t L_15 = V_5;
if ((((int32_t)L_15) < ((int32_t)((int32_t)128))))
{
goto IL_008c;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_16 = V_1;
if (L_16)
{
goto IL_0078;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_17 = ___decoder2;
if (L_17)
{
goto IL_0065;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_18 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL);
NullCheck(L_18);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_19 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_18);
V_1 = L_19;
goto IL_006c;
}
IL_0065:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_20 = ___decoder2;
NullCheck(L_20);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_21 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_20, /*hidden argument*/NULL);
V_1 = L_21;
}
IL_006c:
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_22 = V_1;
uint8_t* L_23 = V_4;
int32_t L_24 = ___count1;
NullCheck(L_22);
DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_22, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_23, (int32_t)L_24)), (Il2CppChar*)(Il2CppChar*)(((uintptr_t)0)), /*hidden argument*/NULL);
}
IL_0078:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_3;
uint8_t L_26 = V_5;
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_26);
int32_t L_27 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)1));
int32_t L_28 = V_2;
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_29 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = V_3;
uint8_t* L_31 = ___bytes0;
NullCheck(L_29);
int32_t L_32 = VirtFuncInvoker2< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t* >::Invoke(8 /* System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*) */, L_29, L_30, (uint8_t*)(uint8_t*)L_31);
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_32));
}
IL_008c:
{
uint8_t* L_33 = ___bytes0;
uint8_t* L_34 = V_4;
if ((!(((uintptr_t)L_33) >= ((uintptr_t)L_34))))
{
goto IL_003f;
}
}
{
int32_t L_35 = V_2;
return L_35;
}
}
// System.Int32 System.Text.ASCIIEncoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetChars_mEA0193EB61743E9975F884599BF36E6C257B27BE (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * ___decoder4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetChars_mEA0193EB61743E9975F884599BF36E6C257B27BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
uint8_t* V_1 = NULL;
Il2CppChar* V_2 = NULL;
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * V_3 = NULL;
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * V_4 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
Il2CppChar* V_6 = NULL;
Il2CppChar V_7 = 0x0;
uint8_t V_8 = 0x0;
uint8_t V_9 = 0x0;
{
uint8_t* L_0 = ___bytes0;
int32_t L_1 = ___byteCount1;
V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, (int32_t)L_1));
uint8_t* L_2 = ___bytes0;
V_1 = (uint8_t*)L_2;
Il2CppChar* L_3 = ___chars2;
V_2 = (Il2CppChar*)L_3;
V_3 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)NULL;
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_4 = ___decoder4;
if (L_4)
{
goto IL_001c;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_5 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL);
V_3 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_5, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var));
goto IL_0029;
}
IL_001c:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_6 = ___decoder4;
NullCheck(L_6);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE_inline(L_6, /*hidden argument*/NULL);
V_3 = ((DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)IsInstSealed((RuntimeObject*)L_7, DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var));
}
IL_0029:
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_8 = V_3;
if (!L_8)
{
goto IL_00a0;
}
}
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_9 = V_3;
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_9);
if ((!(((uint32_t)L_10) == ((uint32_t)1))))
{
goto IL_00a0;
}
}
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_11 = V_3;
NullCheck(L_11);
String_t* L_12 = DecoderReplacementFallback_get_DefaultString_m7ED43521155BA25273CD47953D2AB0E0033066D3_inline(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, 0, /*hidden argument*/NULL);
V_7 = L_13;
int32_t L_14 = ___charCount3;
int32_t L_15 = ___byteCount1;
if ((((int32_t)L_14) >= ((int32_t)L_15)))
{
goto IL_0082;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_16 = ___decoder4;
int32_t L_17 = ___charCount3;
Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_16, (bool)((((int32_t)L_17) < ((int32_t)1))? 1 : 0), /*hidden argument*/NULL);
uint8_t* L_18 = ___bytes0;
int32_t L_19 = ___charCount3;
V_0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_18, (int32_t)L_19));
goto IL_0082;
}
IL_005c:
{
uint8_t* L_20 = ___bytes0;
uint8_t* L_21 = (uint8_t*)L_20;
___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_21, (int32_t)1));
int32_t L_22 = *((uint8_t*)L_21);
V_8 = (uint8_t)L_22;
uint8_t L_23 = V_8;
if ((((int32_t)L_23) < ((int32_t)((int32_t)128))))
{
goto IL_0079;
}
}
{
Il2CppChar* L_24 = ___chars2;
Il2CppChar* L_25 = (Il2CppChar*)L_24;
___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, (int32_t)2));
Il2CppChar L_26 = V_7;
*((int16_t*)L_25) = (int16_t)L_26;
goto IL_0082;
}
IL_0079:
{
Il2CppChar* L_27 = ___chars2;
Il2CppChar* L_28 = (Il2CppChar*)L_27;
___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, (int32_t)2));
uint8_t L_29 = V_8;
*((int16_t*)L_28) = (int16_t)L_29;
}
IL_0082:
{
uint8_t* L_30 = ___bytes0;
uint8_t* L_31 = V_0;
if ((!(((uintptr_t)L_30) >= ((uintptr_t)L_31))))
{
goto IL_005c;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_32 = ___decoder4;
if (!L_32)
{
goto IL_0098;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_33 = ___decoder4;
uint8_t* L_34 = ___bytes0;
uint8_t* L_35 = V_1;
NullCheck(L_33);
L_33->set_m_bytesUsed_5((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_34, (intptr_t)L_35))/(int32_t)1)))))))));
}
IL_0098:
{
Il2CppChar* L_36 = ___chars2;
Il2CppChar* L_37 = V_2;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)L_37))/(int32_t)2))))))));
}
IL_00a0:
{
V_4 = (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
V_5 = L_38;
Il2CppChar* L_39 = ___chars2;
int32_t L_40 = ___charCount3;
V_6 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_40)), (int32_t)2))));
goto IL_0146;
}
IL_00b9:
{
uint8_t* L_41 = ___bytes0;
int32_t L_42 = *((uint8_t*)L_41);
V_9 = (uint8_t)L_42;
uint8_t* L_43 = ___bytes0;
___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_43, (int32_t)1));
uint8_t L_44 = V_9;
if ((((int32_t)L_44) < ((int32_t)((int32_t)128))))
{
goto IL_0125;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_45 = V_4;
if (L_45)
{
goto IL_00f7;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_46 = ___decoder4;
if (L_46)
{
goto IL_00e2;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_47 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL);
NullCheck(L_47);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_48 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_47);
V_4 = L_48;
goto IL_00eb;
}
IL_00e2:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_49 = ___decoder4;
NullCheck(L_49);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_50 = Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20(L_49, /*hidden argument*/NULL);
V_4 = L_50;
}
IL_00eb:
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_51 = V_4;
uint8_t* L_52 = V_0;
int32_t L_53 = ___byteCount1;
Il2CppChar* L_54 = V_6;
NullCheck(L_51);
DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7(L_51, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_52, (int32_t)L_53)), (Il2CppChar*)(Il2CppChar*)L_54, /*hidden argument*/NULL);
}
IL_00f7:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_5;
uint8_t L_56 = V_9;
NullCheck(L_55);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)L_56);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_57 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = V_5;
uint8_t* L_59 = ___bytes0;
NullCheck(L_57);
bool L_60 = VirtFuncInvoker3< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t*, Il2CppChar** >::Invoke(7 /* System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&) */, L_57, L_58, (uint8_t*)(uint8_t*)L_59, (Il2CppChar**)(&___chars2));
if (L_60)
{
goto IL_0146;
}
}
{
uint8_t* L_61 = ___bytes0;
___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_61, (int32_t)1));
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_62 = V_4;
NullCheck(L_62);
DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33(L_62, /*hidden argument*/NULL);
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_63 = ___decoder4;
Il2CppChar* L_64 = ___chars2;
Il2CppChar* L_65 = V_2;
Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_63, (bool)((((intptr_t)L_64) == ((intptr_t)L_65))? 1 : 0), /*hidden argument*/NULL);
goto IL_014d;
}
IL_0125:
{
Il2CppChar* L_66 = ___chars2;
Il2CppChar* L_67 = V_6;
if ((!(((uintptr_t)L_66) >= ((uintptr_t)L_67))))
{
goto IL_013d;
}
}
{
uint8_t* L_68 = ___bytes0;
___bytes0 = (uint8_t*)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_68, (int32_t)1));
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_69 = ___decoder4;
Il2CppChar* L_70 = ___chars2;
Il2CppChar* L_71 = V_2;
Encoding_ThrowCharsOverflow_m1D3B8B6DE4989398B02A75269278927A0A219CAC(__this, L_69, (bool)((((intptr_t)L_70) == ((intptr_t)L_71))? 1 : 0), /*hidden argument*/NULL);
goto IL_014d;
}
IL_013d:
{
Il2CppChar* L_72 = ___chars2;
uint8_t L_73 = V_9;
*((int16_t*)L_72) = (int16_t)L_73;
Il2CppChar* L_74 = ___chars2;
___chars2 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, (int32_t)2));
}
IL_0146:
{
uint8_t* L_75 = ___bytes0;
uint8_t* L_76 = V_0;
if ((!(((uintptr_t)L_75) >= ((uintptr_t)L_76))))
{
goto IL_00b9;
}
}
IL_014d:
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_77 = ___decoder4;
if (!L_77)
{
goto IL_015f;
}
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_78 = ___decoder4;
uint8_t* L_79 = ___bytes0;
uint8_t* L_80 = V_1;
NullCheck(L_78);
L_78->set_m_bytesUsed_5((((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_79, (intptr_t)L_80))/(int32_t)1)))))))));
}
IL_015f:
{
Il2CppChar* L_81 = ___chars2;
Il2CppChar* L_82 = V_2;
return (((int32_t)((int32_t)(((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_81, (intptr_t)L_82))/(int32_t)2))))))));
}
}
// System.Int32 System.Text.ASCIIEncoding::GetMaxByteCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, int32_t ___charCount0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int32_t L_0 = ___charCount0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___charCount0;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)(((int64_t)((int64_t)L_3))), (int64_t)(((int64_t)((int64_t)1)))));
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_4 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_4);
if ((((int32_t)L_5) <= ((int32_t)1)))
{
goto IL_003c;
}
}
{
int64_t L_6 = V_0;
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_7 = Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.EncoderFallback::get_MaxCharCount() */, L_7);
V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)(((int64_t)((int64_t)L_8)))));
}
IL_003c:
{
int64_t L_9 = V_0;
if ((((int64_t)L_9) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_005a;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral7C919B509EED4EF0BA0127F8EC8FE088356687B3, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ASCIIEncoding_GetMaxByteCount_m3E3C11035D964A46F26D24DB47893A731FE72598_RuntimeMethod_var);
}
IL_005a:
{
int64_t L_12 = V_0;
return (((int32_t)((int32_t)L_12)));
}
}
// System.Int32 System.Text.ASCIIEncoding::GetMaxCharCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, int32_t ___byteCount0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int32_t L_0 = ___byteCount0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = ___byteCount0;
V_0 = (((int64_t)((int64_t)L_3)));
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_4 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_4);
if ((((int32_t)L_5) <= ((int32_t)1)))
{
goto IL_0039;
}
}
{
int64_t L_6 = V_0;
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 System.Text.DecoderFallback::get_MaxCharCount() */, L_7);
V_0 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_6, (int64_t)(((int64_t)((int64_t)L_8)))));
}
IL_0039:
{
int64_t L_9 = V_0;
if ((((int64_t)L_9) <= ((int64_t)(((int64_t)((int64_t)((int32_t)2147483647LL)))))))
{
goto IL_0057;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralC94AEC48B21CADC5BB8B140753EE1FF89E29C7BC, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ASCIIEncoding_GetMaxCharCount_m828DD0F81FA2A3F84D9105199D12D30D04C0E3D3_RuntimeMethod_var);
}
IL_0057:
{
int64_t L_12 = V_0;
return (((int32_t)((int32_t)L_12)));
}
}
// System.Text.Decoder System.Text.ASCIIEncoding::GetDecoder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ASCIIEncoding_GetDecoder_mA934F385E4E41AF1ECFAA91CC04F1587FF87878B (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetDecoder_mA934F385E4E41AF1ECFAA91CC04F1587FF87878B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * L_0 = (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD *)il2cpp_codegen_object_new(DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD_il2cpp_TypeInfo_var);
DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Text.Encoder System.Text.ASCIIEncoding::GetEncoder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * ASCIIEncoding_GetEncoder_mDE0D289734DC7259779BBEC3267084DF3FFA87E8 (ASCIIEncoding_t3A4744E997A7BE0CEF1D5AE3A35EFC4DFFDDC6B9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ASCIIEncoding_GetEncoder_mDE0D289734DC7259779BBEC3267084DF3FFA87E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 * L_0 = (EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8 *)il2cpp_codegen_object_new(EncoderNLS_t47EFB0F5A59F41C429930063F966A68F8D394DF8_il2cpp_TypeInfo_var);
EncoderNLS__ctor_m3F11286A48DC8DEB96AB6B98EC9A1C0F79A11051(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.Decoder::SerializeDecoder(System.Runtime.Serialization.SerializationInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder_SerializeDecoder_m9581A0FC542BF413F536FEE49E8973E88D3B840E (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Decoder_SerializeDecoder_m9581A0FC542BF413F536FEE49E8973E88D3B840E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_1 = __this->get_m_fallback_0();
NullCheck(L_0);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_0, _stringLiteralD72E5435917F6F46D498A64D5E536D56DC28C0FC, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.Decoder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Text.DecoderFallback System.Text.Decoder::get_Fallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method)
{
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = __this->get_m_fallback_0();
return L_0;
}
}
// System.Text.DecoderFallbackBuffer System.Text.Decoder::get_FallbackBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * Decoder_get_FallbackBuffer_m2DBBD556551E9AE334B288AE83F72E69A7C4DA20 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method)
{
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_0 = __this->get_m_fallbackBuffer_1();
if (L_0)
{
goto IL_0033;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_1 = __this->get_m_fallback_0();
if (!L_1)
{
goto IL_0023;
}
}
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_2 = __this->get_m_fallback_0();
NullCheck(L_2);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_3 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_2);
__this->set_m_fallbackBuffer_1(L_3);
goto IL_0033;
}
IL_0023:
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_4 = DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA(/*hidden argument*/NULL);
NullCheck(L_4);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_5 = VirtFuncInvoker0< DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * >::Invoke(4 /* System.Text.DecoderFallbackBuffer System.Text.DecoderFallback::CreateFallbackBuffer() */, L_4);
__this->set_m_fallbackBuffer_1(L_5);
}
IL_0033:
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_6 = __this->get_m_fallbackBuffer_1();
return L_6;
}
}
// System.Boolean System.Text.Decoder::get_InternalHasFallbackBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decoder_get_InternalHasFallbackBuffer_m02F2ED8893F9E6DFBEDBC299829552C35D627156 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method)
{
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_0 = __this->get_m_fallbackBuffer_1();
return (bool)((!(((RuntimeObject*)(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void System.Text.Decoder::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder_Reset_m51BD73696D6661DD77D15393D545739011F67C9F (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Decoder_Reset_m51BD73696D6661DD77D15393D545739011F67C9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
V_0 = L_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = V_0;
int32_t L_2 = VirtFuncInvoker4< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, bool >::Invoke(6 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) */, __this, L_1, 0, 0, (bool)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_2);
V_1 = L_3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = V_1;
VirtFuncInvoker6< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, bool >::Invoke(9 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean) */, __this, L_4, 0, 0, L_5, 0, (bool)1);
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_6 = __this->get_m_fallbackBuffer_1();
if (!L_6)
{
goto IL_0037;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_7 = __this->get_m_fallbackBuffer_1();
NullCheck(L_7);
VirtActionInvoker0::Invoke(6 /* System.Void System.Text.DecoderFallbackBuffer::Reset() */, L_7);
}
IL_0037:
{
return;
}
}
// System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decoder_GetCharCount_mEA2849F389B9E57690FEC2FB84662C38CA6532F7 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, bool ___flush3, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___index1;
int32_t L_2 = ___count2;
int32_t L_3 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2);
return L_3;
}
}
// System.Int32 System.Text.Decoder::GetCharCount(System.Byte*,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, uint8_t* ___bytes0, int32_t ___count1, bool ___flush2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
{
uint8_t* L_0 = ___bytes0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, Decoder_GetCharCount_m659CAE5416F76D73505156C24769C51221CECBC8_RuntimeMethod_var);
}
IL_0033:
{
int32_t L_6 = ___count1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_0 = L_7;
V_1 = 0;
goto IL_0049;
}
IL_003e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
int32_t L_9 = V_1;
uint8_t* L_10 = ___bytes0;
int32_t L_11 = V_1;
int32_t L_12 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_10, (int32_t)L_11)));
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(L_9), (uint8_t)L_12);
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0049:
{
int32_t L_14 = V_1;
int32_t L_15 = ___count1;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_003e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_0;
int32_t L_17 = ___count1;
int32_t L_18 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) */, __this, L_16, 0, L_17);
return L_18;
}
}
// System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decoder_GetChars_mEFDD1B24B4B4A0D6D86E848FBF26B6EFBF96B082 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, bool ___flush5, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___byteIndex1;
int32_t L_2 = ___byteCount2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___chars3;
int32_t L_4 = ___charIndex4;
int32_t L_5 = VirtFuncInvoker5< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_0, L_1, L_2, L_3, L_4);
return L_5;
}
}
// System.Int32 System.Text.Decoder::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1 (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, bool ___flush4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
int32_t V_3 = 0;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
Il2CppChar* L_0 = ___chars2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
uint8_t* L_1 = ___bytes0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
Il2CppChar* L_2 = ___chars2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___byteCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___charCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___byteCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Decoder_GetChars_m6FDAB407BC990656BCB7C8B21420C8BE461112E1_RuntimeMethod_var);
}
IL_0054:
{
int32_t L_10 = ___byteCount1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_10);
V_0 = L_11;
V_1 = 0;
goto IL_006a;
}
IL_005f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0;
int32_t L_13 = V_1;
uint8_t* L_14 = ___bytes0;
int32_t L_15 = V_1;
int32_t L_16 = *((uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)L_15)));
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (uint8_t)L_16);
int32_t L_17 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_006a:
{
int32_t L_18 = V_1;
int32_t L_19 = ___byteCount1;
if ((((int32_t)L_18) < ((int32_t)L_19)))
{
goto IL_005f;
}
}
{
int32_t L_20 = ___charCount3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_20);
V_2 = L_21;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = V_0;
int32_t L_23 = ___byteCount1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_2;
bool L_25 = ___flush4;
int32_t L_26 = VirtFuncInvoker6< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, bool >::Invoke(9 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean) */, __this, L_22, 0, L_23, L_24, 0, L_25);
V_3 = L_26;
int32_t L_27 = V_3;
int32_t L_28 = ___charCount3;
if ((((int32_t)L_27) >= ((int32_t)L_28)))
{
goto IL_008c;
}
}
{
int32_t L_29 = V_3;
___charCount3 = L_29;
}
IL_008c:
{
V_1 = 0;
goto IL_009e;
}
IL_0090:
{
Il2CppChar* L_30 = ___chars2;
int32_t L_31 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_2;
int32_t L_33 = V_1;
NullCheck(L_32);
int32_t L_34 = L_33;
uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_31)), (int32_t)2))))) = (int16_t)L_35;
int32_t L_36 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
}
IL_009e:
{
int32_t L_37 = V_1;
int32_t L_38 = ___charCount3;
if ((((int32_t)L_37) < ((int32_t)L_38)))
{
goto IL_0090;
}
}
{
int32_t L_39 = ___charCount3;
return L_39;
}
}
#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.Text.DecoderExceptionFallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderExceptionFallback__ctor_mB1650642BDE4E7B6AEE8A5652723DAEEC6214DC2 (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, const RuntimeMethod* method)
{
{
DecoderFallback__ctor_m54A9DF12218E6A07D4316D7FDE75FDFA216C9437(__this, /*hidden argument*/NULL);
return;
}
}
// System.Text.DecoderFallbackBuffer System.Text.DecoderExceptionFallback::CreateFallbackBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * DecoderExceptionFallback_CreateFallbackBuffer_mE3BE00683390C7D05D5983DBA429DAAC4574B3DC (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderExceptionFallback_CreateFallbackBuffer_mE3BE00683390C7D05D5983DBA429DAAC4574B3DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * L_0 = (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA *)il2cpp_codegen_object_new(DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA_il2cpp_TypeInfo_var);
DecoderExceptionFallbackBuffer__ctor_m1D8FAD2C79007A64085B660CEB39712370BF16A0(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Text.DecoderExceptionFallback::get_MaxCharCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderExceptionFallback_get_MaxCharCount_mB92053E6895BC4263A1F89B49A4B0D06C29195F8 (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Boolean System.Text.DecoderExceptionFallback::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecoderExceptionFallback_Equals_m15BE9998BC3E5F04585744BD138062F1CA65B830 (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, RuntimeObject * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderExceptionFallback_Equals_m15BE9998BC3E5F04585744BD138062F1CA65B830_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___value0;
if (!((DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 *)IsInstSealed((RuntimeObject*)L_0, DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
return (bool)0;
}
}
// System.Int32 System.Text.DecoderExceptionFallback::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderExceptionFallback_GetHashCode_m97EDF543DC06F137CC26D0F300F7311630743951 (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * __this, const RuntimeMethod* method)
{
{
return ((int32_t)879);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Text.DecoderExceptionFallbackBuffer::Fallback(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecoderExceptionFallbackBuffer_Fallback_m623223D482C6878D0A51BE99CAA3755065162AD0 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, int32_t ___index1, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytesUnknown0;
int32_t L_1 = ___index1;
DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462(__this, L_0, L_1, /*hidden argument*/NULL);
return (bool)1;
}
}
// System.Char System.Text.DecoderExceptionFallbackBuffer::GetNextChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar DecoderExceptionFallbackBuffer_GetNextChar_mFFA3B8806E52A68969B874B61AE25E6BBB8447A1 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Void System.Text.DecoderExceptionFallbackBuffer::Throw(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytesUnknown0;
NullCheck(L_0);
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_1, ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))), (int32_t)3)), /*hidden argument*/NULL);
V_0 = L_1;
V_1 = 0;
goto IL_0048;
}
IL_000f:
{
StringBuilder_t * L_2 = V_0;
NullCheck(L_2);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_2, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441, /*hidden argument*/NULL);
StringBuilder_t * L_3 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytesUnknown0;
int32_t L_5 = V_1;
NullCheck(L_4);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_7 = Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25((uint8_t*)((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5))), _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313, L_6, /*hidden argument*/NULL);
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, L_7, /*hidden argument*/NULL);
StringBuilder_t * L_8 = V_0;
NullCheck(L_8);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0048:
{
int32_t L_10 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___bytesUnknown0;
NullCheck(L_11);
if ((((int32_t)L_10) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))))
{
goto IL_0053;
}
}
{
int32_t L_12 = V_1;
if ((((int32_t)L_12) < ((int32_t)((int32_t)20))))
{
goto IL_000f;
}
}
IL_0053:
{
int32_t L_13 = V_1;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)20)))))
{
goto IL_0064;
}
}
{
StringBuilder_t * L_14 = V_0;
NullCheck(L_14);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, _stringLiteral41ACFBBE0BF9743D4D3DB3BED46D472A616254EF, /*hidden argument*/NULL);
}
IL_0064:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
StringBuilder_t * L_17 = V_0;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_17);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_16;
int32_t L_19 = ___index1;
int32_t L_20 = L_19;
RuntimeObject * L_21 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_20);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_21);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_21);
String_t* L_22 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralFE33A7567702B746D875A97C59E45B51214D3B20, L_18, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = ___bytesUnknown0;
int32_t L_24 = ___index1;
DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A * L_25 = (DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A *)il2cpp_codegen_object_new(DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A_il2cpp_TypeInfo_var);
DecoderFallbackException__ctor_m6F2DB8FEA829AF4ECF009AC7800207B9CA520CD2(L_25, L_22, L_23, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, DecoderExceptionFallbackBuffer_Throw_m2BCDB8F40B14EE1BFD9EA52D428586D55AC38462_RuntimeMethod_var);
}
}
// System.Void System.Text.DecoderExceptionFallbackBuffer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderExceptionFallbackBuffer__ctor_m1D8FAD2C79007A64085B660CEB39712370BF16A0 (DecoderExceptionFallbackBuffer_t1E27F547826A8F4F4CCDA2CB51E232EFB64000EA * __this, const RuntimeMethod* method)
{
{
DecoderFallbackBuffer__ctor_mD3BD448C945CFCFD5ECB5D3F774D156A340F1046(__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.Object System.Text.DecoderFallback::get_InternalSyncObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
RuntimeObject * L_0 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_3();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = V_0;
InterlockedCompareExchangeImpl<RuntimeObject *>((RuntimeObject **)(((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_address_of_s_InternalSyncObject_3()), L_2, NULL);
}
IL_001a:
{
RuntimeObject * L_3 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_3();
return L_3;
}
}
// System.Text.DecoderFallback System.Text.DecoderFallback::get_ReplacementFallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallback_get_ReplacementFallback_m25F035A7268BAE39E55F606D2735A386DCB3D8EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_replacementFallback_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_003a;
}
}
{
RuntimeObject * L_1 = DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE(/*hidden argument*/NULL);
V_0 = L_1;
V_1 = (bool)0;
}
IL_0011:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_3 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_replacementFallback_1();
il2cpp_codegen_memory_barrier();
if (L_3)
{
goto IL_002e;
}
}
IL_0022:
{
DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * L_4 = (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 *)il2cpp_codegen_object_new(DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742_il2cpp_TypeInfo_var);
DecoderReplacementFallback__ctor_m078EB13AB10F7A933588BFADECA3C81C058ED231(L_4, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->set_replacementFallback_1(L_4);
}
IL_002e:
{
IL2CPP_LEAVE(0x3A, FINALLY_0030);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0030;
}
FINALLY_0030:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0039;
}
}
IL_0033:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0039:
{
IL2CPP_END_FINALLY(48)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(48)
{
IL2CPP_JUMP_TBL(0x3A, IL_003a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003a:
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_replacementFallback_1();
il2cpp_codegen_memory_barrier();
return L_7;
}
}
// System.Text.DecoderFallback System.Text.DecoderFallback::get_ExceptionFallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallback_get_ExceptionFallback_mAE7F326600DFAA0FAAD6D9053C771FF8EE99B40B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_exceptionFallback_2();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_003a;
}
}
{
RuntimeObject * L_1 = DecoderFallback_get_InternalSyncObject_m18A79E25704EB01D64E1651DB4E97F1FB80EFEFE(/*hidden argument*/NULL);
V_0 = L_1;
V_1 = (bool)0;
}
IL_0011:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_3 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_exceptionFallback_2();
il2cpp_codegen_memory_barrier();
if (L_3)
{
goto IL_002e;
}
}
IL_0022:
{
DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 * L_4 = (DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9 *)il2cpp_codegen_object_new(DecoderExceptionFallback_tF6CA264320D5F576FED0265DBEC89C1F5759C8C9_il2cpp_TypeInfo_var);
DecoderExceptionFallback__ctor_mB1650642BDE4E7B6AEE8A5652723DAEEC6214DC2(L_4, /*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->set_exceptionFallback_2(L_4);
}
IL_002e:
{
IL2CPP_LEAVE(0x3A, FINALLY_0030);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0030;
}
FINALLY_0030:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0039;
}
}
IL_0033:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0039:
{
IL2CPP_END_FINALLY(48)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(48)
{
IL2CPP_JUMP_TBL(0x3A, IL_003a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003a:
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_7 = ((DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_StaticFields*)il2cpp_codegen_static_fields_for(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60_il2cpp_TypeInfo_var))->get_exceptionFallback_2();
il2cpp_codegen_memory_barrier();
return L_7;
}
}
// System.Void System.Text.DecoderFallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallback__ctor_m54A9DF12218E6A07D4316D7FDE75FDFA216C9437 (DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.DecoderFallbackBuffer::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_Reset_mCBF61F49CB9FB877D640A0C8541DA09C7561AABE (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method)
{
IL_0000:
{
Il2CppChar L_0 = VirtFuncInvoker0< Il2CppChar >::Invoke(5 /* System.Char System.Text.DecoderFallbackBuffer::GetNextChar() */, __this);
if (L_0)
{
goto IL_0000;
}
}
{
return;
}
}
// System.Void System.Text.DecoderFallbackBuffer::InternalReset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalReset_mAA3A04B329865E28A746D984381B9A45C4123B33 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method)
{
{
__this->set_byteStart_0((uint8_t*)(((uintptr_t)0)));
VirtActionInvoker0::Invoke(6 /* System.Void System.Text.DecoderFallbackBuffer::Reset() */, __this);
return;
}
}
// System.Void System.Text.DecoderFallbackBuffer::InternalInitialize(System.Byte*,System.Char*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_InternalInitialize_m251EB4670E9C98584BA6CB032F9109C1956DE0D7 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, uint8_t* ___byteStart0, Il2CppChar* ___charEnd1, const RuntimeMethod* method)
{
{
uint8_t* L_0 = ___byteStart0;
__this->set_byteStart_0((uint8_t*)L_0);
Il2CppChar* L_1 = ___charEnd1;
__this->set_charEnd_1((Il2CppChar*)L_1);
return;
}
}
// System.Boolean System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*,System.Char*&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, uint8_t* ___pBytes1, Il2CppChar** ___chars2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
Il2CppChar* V_1 = NULL;
bool V_2 = false;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
uint8_t* L_1 = ___pBytes1;
uint8_t* L_2 = __this->get_byteStart_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___bytes0;
NullCheck(L_3);
bool L_4 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Boolean System.Text.DecoderFallbackBuffer::Fallback(System.Byte[],System.Int32) */, __this, L_0, (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_1, (intptr_t)L_2))/(int32_t)1))))), (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))))))))));
if (!L_4)
{
goto IL_008f;
}
}
{
Il2CppChar** L_5 = ___chars2;
V_1 = (Il2CppChar*)(*((intptr_t*)L_5));
V_2 = (bool)0;
goto IL_006f;
}
IL_0021:
{
Il2CppChar L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_7 = Char_IsSurrogate_m464F9F75070ACD88165EE4734D617622A6667CB1(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_005d;
}
}
{
Il2CppChar L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_9 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0048;
}
}
{
bool L_10 = V_2;
if (!L_10)
{
goto IL_0044;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_12 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_RuntimeMethod_var);
}
IL_0044:
{
V_2 = (bool)1;
goto IL_005d;
}
IL_0048:
{
bool L_13 = V_2;
if (L_13)
{
goto IL_005b;
}
}
{
String_t* L_14 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_15 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_RuntimeMethod_var);
}
IL_005b:
{
V_2 = (bool)0;
}
IL_005d:
{
Il2CppChar* L_16 = V_1;
Il2CppChar* L_17 = __this->get_charEnd_1();
if ((!(((uintptr_t)L_16) >= ((uintptr_t)L_17))))
{
goto IL_0068;
}
}
{
return (bool)0;
}
IL_0068:
{
Il2CppChar* L_18 = V_1;
Il2CppChar* L_19 = (Il2CppChar*)L_18;
V_1 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)2));
Il2CppChar L_20 = V_0;
*((int16_t*)L_19) = (int16_t)L_20;
}
IL_006f:
{
Il2CppChar L_21 = VirtFuncInvoker0< Il2CppChar >::Invoke(5 /* System.Char System.Text.DecoderFallbackBuffer::GetNextChar() */, __this);
Il2CppChar L_22 = L_21;
V_0 = L_22;
if (L_22)
{
goto IL_0021;
}
}
{
bool L_23 = V_2;
if (!L_23)
{
goto IL_008c;
}
}
{
String_t* L_24 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_25 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_25, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, DecoderFallbackBuffer_InternalFallback_m53D020473CB1701FDFDDBCC042AAED2473A39869_RuntimeMethod_var);
}
IL_008c:
{
Il2CppChar** L_26 = ___chars2;
Il2CppChar* L_27 = V_1;
*((intptr_t*)L_26) = (intptr_t)L_27;
}
IL_008f:
{
return (bool)1;
}
}
// System.Int32 System.Text.DecoderFallbackBuffer::InternalFallback(System.Byte[],System.Byte*)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, uint8_t* ___pBytes1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
bool V_2 = false;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
uint8_t* L_1 = ___pBytes1;
uint8_t* L_2 = __this->get_byteStart_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___bytes0;
NullCheck(L_3);
bool L_4 = VirtFuncInvoker2< bool, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t >::Invoke(4 /* System.Boolean System.Text.DecoderFallbackBuffer::Fallback(System.Byte[],System.Int32) */, __this, L_0, (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)(((int64_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_1, (intptr_t)L_2))/(int32_t)1))))), (int64_t)(((int64_t)((int64_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))))))))));
if (!L_4)
{
goto IL_007f;
}
}
{
V_0 = 0;
V_2 = (bool)0;
goto IL_0060;
}
IL_0020:
{
Il2CppChar L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_6 = Char_IsSurrogate_m464F9F75070ACD88165EE4734D617622A6667CB1(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_005c;
}
}
{
Il2CppChar L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_8 = Char_IsHighSurrogate_m64C60C09A8561520E43C8527D3DC38FF97E6274D(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0047;
}
}
{
bool L_9 = V_2;
if (!L_9)
{
goto IL_0043;
}
}
{
String_t* L_10 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_RuntimeMethod_var);
}
IL_0043:
{
V_2 = (bool)1;
goto IL_005c;
}
IL_0047:
{
bool L_12 = V_2;
if (L_12)
{
goto IL_005a;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_14 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_RuntimeMethod_var);
}
IL_005a:
{
V_2 = (bool)0;
}
IL_005c:
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0060:
{
Il2CppChar L_16 = VirtFuncInvoker0< Il2CppChar >::Invoke(5 /* System.Char System.Text.DecoderFallbackBuffer::GetNextChar() */, __this);
Il2CppChar L_17 = L_16;
V_1 = L_17;
if (L_17)
{
goto IL_0020;
}
}
{
bool L_18 = V_2;
if (!L_18)
{
goto IL_007d;
}
}
{
String_t* L_19 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral27461778DEE27391FA6989DD3BF8A0988F190F59, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_20 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, DecoderFallbackBuffer_InternalFallback_mDDF4B0A298A13A463E53ABEEF76C02C0406FA414_RuntimeMethod_var);
}
IL_007d:
{
int32_t L_21 = V_0;
return L_21;
}
IL_007f:
{
return 0;
}
}
// System.Void System.Text.DecoderFallbackBuffer::ThrowLastBytesRecursive(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytesUnknown0;
NullCheck(L_0);
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_1, ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))), (int32_t)3)), /*hidden argument*/NULL);
V_0 = L_1;
V_1 = 0;
goto IL_0046;
}
IL_000f:
{
StringBuilder_t * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0024;
}
}
{
StringBuilder_t * L_4 = V_0;
NullCheck(L_4);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
}
IL_0024:
{
StringBuilder_t * L_5 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___bytesUnknown0;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
uint8_t L_11 = L_10;
RuntimeObject * L_12 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_11);
String_t* L_13 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_6, _stringLiteral7ACCA304FE963539CFDDCF6B8196F086F19C0105, L_12, /*hidden argument*/NULL);
NullCheck(L_5);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, L_13, /*hidden argument*/NULL);
int32_t L_14 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0046:
{
int32_t L_15 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___bytesUnknown0;
NullCheck(L_16);
if ((((int32_t)L_15) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
{
goto IL_0051;
}
}
{
int32_t L_17 = V_1;
if ((((int32_t)L_17) < ((int32_t)((int32_t)20))))
{
goto IL_000f;
}
}
IL_0051:
{
int32_t L_18 = V_1;
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)20)))))
{
goto IL_0062;
}
}
{
StringBuilder_t * L_19 = V_0;
NullCheck(L_19);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteral41ACFBBE0BF9743D4D3DB3BED46D472A616254EF, /*hidden argument*/NULL);
}
IL_0062:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
StringBuilder_t * L_22 = V_0;
NullCheck(L_22);
String_t* L_23 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_23);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_23);
String_t* L_24 = Environment_GetResourceString_m7389941B4C0688D875CC647D99A739DA2F907ADB(_stringLiteralE7C5CD57248F4E07626424CDD3264DE81ED7158F, L_21, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_25 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_25, L_24, _stringLiteralAA446C31061E98A887E43DF65EBA2E37EDA483E8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, DecoderFallbackBuffer_ThrowLastBytesRecursive_mC2C38567BFC28253161CE100AC68FB8325AE753C_RuntimeMethod_var);
}
}
// System.Void System.Text.DecoderFallbackBuffer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackBuffer__ctor_mD3BD448C945CFCFD5ECB5D3F774D156A340F1046 (DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.DecoderFallbackException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackException__ctor_m3E5F0BA9CF3234B979CE2F3D55A406E8275B2142 (DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderFallbackException__ctor_m3E5F0BA9CF3234B979CE2F3D55A406E8275B2142_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteralF7623357202A0F46697BF67CA5E89239746A567B, /*hidden argument*/NULL);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(__this, L_0, /*hidden argument*/NULL);
Exception_SetErrorCode_m742C1E687C82E56F445893685007EF4FC017F4A7(__this, ((int32_t)-2147024809), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.DecoderFallbackException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackException__ctor_mF3083013935E6ADBB5F0C6C6BF3C38FF34B5AB0D (DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
ArgumentException__ctor_m33453ED48103C3A4893FBE06039DF7473FBAD7E6(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.DecoderFallbackException::.ctor(System.String,System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderFallbackException__ctor_m6F2DB8FEA829AF4ECF009AC7800207B9CA520CD2 (DecoderFallbackException_t600999E267866BD2B6A47BF1E525E779171FD41A * __this, String_t* ___message0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytesUnknown1, int32_t ___index2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(__this, L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytesUnknown1;
__this->set_bytesUnknown_18(L_1);
int32_t L_2 = ___index2;
__this->set_index_19(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Text.DecoderNLS::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderNLS__ctor_mEAB8ADBF0F5D28F34EC3CD08F91BBFA39622CB04 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS__ctor_mEAB8ADBF0F5D28F34EC3CD08F91BBFA39622CB04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_0 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral12B316FD412591B95637D99714DDDBD3638B2D91, /*hidden argument*/NULL);
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
String_t* L_3 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_0, L_1, L_2, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DecoderNLS__ctor_mEAB8ADBF0F5D28F34EC3CD08F91BBFA39622CB04_RuntimeMethod_var);
}
}
// System.Void System.Text.DecoderNLS::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderNLS_System_Runtime_Serialization_ISerializable_GetObjectData_m04F06981D68559C6FC26C8CFD4E3B34BE4DC45EF (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_System_Runtime_Serialization_ISerializable_GetObjectData_m04F06981D68559C6FC26C8CFD4E3B34BE4DC45EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
Decoder_SerializeDecoder_m9581A0FC542BF413F536FEE49E8973E88D3B840E(__this, L_0, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = ___info0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = __this->get_m_encoding_2();
NullCheck(L_1);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_1, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, L_2, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (DefaultDecoder_t3872BD77BDC12EB0F34D0DEE8E34D7A1FE49F91C_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
SerializationInfo_SetType_m3F30AFEB3555E20E995D31713C0604E26B2CF784(L_3, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Text.DecoderNLS::.ctor(System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderNLS__ctor_m7909804265A4B50D45020D604E0802C278297E67 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method)
{
{
Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2(__this, /*hidden argument*/NULL);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding0;
__this->set_m_encoding_2(L_0);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = __this->get_m_encoding_2();
NullCheck(L_1);
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_2 = Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline(L_1, /*hidden argument*/NULL);
((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->set_m_fallback_0(L_2);
VirtActionInvoker0::Invoke(4 /* System.Void System.Text.Decoder::Reset() */, __this);
return;
}
}
// System.Void System.Text.DecoderNLS::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderNLS__ctor_mC984F2089D25CDC9625B6DC33CB330337182C4C9 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method)
{
{
Decoder__ctor_m45B7A36C197C57ED0DF4F982C280603E2C8CC2A2(__this, /*hidden argument*/NULL);
__this->set_m_encoding_2((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL);
VirtActionInvoker0::Invoke(4 /* System.Void System.Text.Decoder::Reset() */, __this);
return;
}
}
// System.Void System.Text.DecoderNLS::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderNLS_Reset_m3BB024B2AC139675FA5A51657F2436174496A9C7 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method)
{
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_0 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1();
if (!L_0)
{
goto IL_0013;
}
}
{
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * L_1 = ((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)__this)->get_m_fallbackBuffer_1();
NullCheck(L_1);
VirtActionInvoker0::Invoke(6 /* System.Void System.Text.DecoderFallbackBuffer::Reset() */, L_1);
}
IL_0013:
{
return;
}
}
// System.Int32 System.Text.DecoderNLS::GetCharCount(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetCharCount_mB8945B8AB2836A4A8D56791DC6A8904A1A78E374 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___index1;
int32_t L_2 = ___count2;
int32_t L_3 = VirtFuncInvoker4< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, bool >::Invoke(6 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) */, __this, L_0, L_1, L_2, (bool)0);
return L_3;
}
}
// System.Int32 System.Text.DecoderNLS::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___index1, int32_t ___count2, bool ___flush3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint8_t* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
String_t* G_B7_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___index1;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_4 = ___count2;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_0040;
}
}
IL_0020:
{
int32_t L_5 = ___index1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002b;
}
}
{
G_B7_0 = _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556;
goto IL_0030;
}
IL_002b:
{
G_B7_0 = _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
}
IL_0030:
{
String_t* L_6 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, G_B7_0, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_RuntimeMethod_var);
}
IL_0040:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes0;
NullCheck(L_8);
int32_t L_9 = ___index1;
int32_t L_10 = ___count2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), (int32_t)L_9))) >= ((int32_t)L_10)))
{
goto IL_005d;
}
}
{
String_t* L_11 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_12, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, DecoderNLS_GetCharCount_m6DC2F90BD86F62E37617DE12F658DB14D3DC7848_RuntimeMethod_var);
}
IL_005d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0;
NullCheck(L_13);
if ((((RuntimeArray*)L_13)->max_length))
{
goto IL_0069;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes0 = L_14;
}
IL_0069:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = L_15;
V_1 = L_16;
if (!L_16)
{
goto IL_0073;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1;
NullCheck(L_17);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
{
goto IL_0078;
}
}
IL_0073:
{
V_0 = (uint8_t*)(((uintptr_t)0));
goto IL_0081;
}
IL_0078:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = V_1;
NullCheck(L_18);
V_0 = (uint8_t*)(((uintptr_t)((L_18)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0081:
{
uint8_t* L_19 = V_0;
int32_t L_20 = ___index1;
int32_t L_21 = ___count2;
bool L_22 = ___flush3;
int32_t L_23 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, bool >::Invoke(7 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte*,System.Int32,System.Boolean) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_19, (int32_t)L_20)), L_21, L_22);
return L_23;
}
}
// System.Int32 System.Text.DecoderNLS::GetCharCount(System.Byte*,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, uint8_t* ___bytes0, int32_t ___count1, bool ___flush2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint8_t* L_0 = ___bytes0;
if ((!(((uintptr_t)L_0) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_2, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA_RuntimeMethod_var);
}
IL_001a:
{
int32_t L_3 = ___count1;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0033;
}
}
{
String_t* L_4 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_5 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_5, _stringLiteralEE9F38E186BA06F57B7B74D7E626B94E13CE2556, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, DecoderNLS_GetCharCount_m3C0DAE26FA13646A53CE6F9FD084361E68EB61CA_RuntimeMethod_var);
}
IL_0033:
{
bool L_6 = ___flush2;
__this->set_m_mustFlush_3(L_6);
__this->set_m_throwOnOverflow_4((bool)1);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = __this->get_m_encoding_2();
uint8_t* L_8 = ___bytes0;
int32_t L_9 = ___count1;
NullCheck(L_7);
int32_t L_10 = VirtFuncInvoker3< int32_t, uint8_t*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(23 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte*,System.Int32,System.Text.DecoderNLS) */, L_7, (uint8_t*)(uint8_t*)L_8, L_9, __this);
return L_10;
}
}
// System.Int32 System.Text.DecoderNLS::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetChars_mC3FFCF594D6BACE7175F00DC61D0007C2CAEFC93 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
int32_t L_1 = ___byteIndex1;
int32_t L_2 = ___byteCount2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = ___chars3;
int32_t L_4 = ___charIndex4;
int32_t L_5 = VirtFuncInvoker6< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, bool >::Invoke(9 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean) */, __this, L_0, L_1, L_2, L_3, L_4, (bool)0);
return L_5;
}
}
// System.Int32 System.Text.DecoderNLS::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, int32_t ___byteIndex1, int32_t ___byteCount2, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars3, int32_t ___charIndex4, bool ___flush5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
Il2CppChar* V_3 = NULL;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_4 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___bytes0;
if (!L_0)
{
goto IL_0007;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars3;
if (L_1)
{
goto IL_0026;
}
}
IL_0007:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___bytes0;
if (!L_2)
{
goto IL_0011;
}
}
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
goto IL_0016;
}
IL_0011:
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
}
IL_0016:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_RuntimeMethod_var);
}
IL_0026:
{
int32_t L_5 = ___byteIndex1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002e;
}
}
{
int32_t L_6 = ___byteCount2;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_004e;
}
}
IL_002e:
{
int32_t L_7 = ___byteIndex1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_0039;
}
}
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
goto IL_003e;
}
IL_0039:
{
G_B11_0 = _stringLiteralB95EFA8990E2BB5BCCEF52DF47A31FC66F723D4B;
}
IL_003e:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_RuntimeMethod_var);
}
IL_004e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___bytes0;
NullCheck(L_10);
int32_t L_11 = ___byteIndex1;
int32_t L_12 = ___byteCount2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_006b;
}
}
{
String_t* L_13 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral58DB15989CC5229A62FDAD47E614D05B051584E7, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_14 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_14, _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_RuntimeMethod_var);
}
IL_006b:
{
int32_t L_15 = ___charIndex4;
if ((((int32_t)L_15) < ((int32_t)0)))
{
goto IL_0078;
}
}
{
int32_t L_16 = ___charIndex4;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ___chars3;
NullCheck(L_17);
if ((((int32_t)L_16) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))))
{
goto IL_008d;
}
}
IL_0078:
{
String_t* L_18 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_19 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_19, _stringLiteral74EBCD92BCF0C393F47C1A4EEA9851BB06BCEF0C, L_18, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, DecoderNLS_GetChars_m31A09AA57B8581993774E6829C4108CD7405E835_RuntimeMethod_var);
}
IL_008d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ___bytes0;
NullCheck(L_20);
if ((((RuntimeArray*)L_20)->max_length))
{
goto IL_0099;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
___bytes0 = L_21;
}
IL_0099:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = ___chars3;
NullCheck(L_22);
int32_t L_23 = ___charIndex4;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))), (int32_t)L_23));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = ___chars3;
NullCheck(L_24);
if ((((RuntimeArray*)L_24)->max_length))
{
goto IL_00ae;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
___chars3 = L_25;
}
IL_00ae:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___bytes0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = L_26;
V_2 = L_27;
if (!L_27)
{
goto IL_00b8;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_2;
NullCheck(L_28);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_28)->max_length)))))
{
goto IL_00bd;
}
}
IL_00b8:
{
V_1 = (uint8_t*)(((uintptr_t)0));
goto IL_00c6;
}
IL_00bd:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = V_2;
NullCheck(L_29);
V_1 = (uint8_t*)(((uintptr_t)((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00c6:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_30 = ___chars3;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = L_30;
V_4 = L_31;
if (!L_31)
{
goto IL_00d3;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_4;
NullCheck(L_32);
if ((((int32_t)((int32_t)(((RuntimeArray*)L_32)->max_length)))))
{
goto IL_00d8;
}
}
IL_00d3:
{
V_3 = (Il2CppChar*)(((uintptr_t)0));
goto IL_00e2;
}
IL_00d8:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = V_4;
NullCheck(L_33);
V_3 = (Il2CppChar*)(((uintptr_t)((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_00e2:
{
uint8_t* L_34 = V_1;
int32_t L_35 = ___byteIndex1;
int32_t L_36 = ___byteCount2;
Il2CppChar* L_37 = V_3;
int32_t L_38 = ___charIndex4;
int32_t L_39 = V_0;
bool L_40 = ___flush5;
int32_t L_41 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, bool >::Invoke(10 /* System.Int32 System.Text.Decoder::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean) */, __this, (uint8_t*)(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_34, (int32_t)L_35)), L_36, (Il2CppChar*)(Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_38)), (int32_t)2)))), L_39, L_40);
return L_41;
}
}
// System.Int32 System.Text.DecoderNLS::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, uint8_t* ___bytes0, int32_t ___byteCount1, Il2CppChar* ___chars2, int32_t ___charCount3, bool ___flush4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B11_0 = NULL;
{
Il2CppChar* L_0 = ___chars2;
if ((((intptr_t)L_0) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_000a;
}
}
{
uint8_t* L_1 = ___bytes0;
if ((!(((uintptr_t)L_1) == ((uintptr_t)(((uintptr_t)0))))))
{
goto IL_002b;
}
}
IL_000a:
{
Il2CppChar* L_2 = ___chars2;
if ((((intptr_t)L_2) == ((intptr_t)(((uintptr_t)0)))))
{
goto IL_0016;
}
}
{
G_B5_0 = _stringLiteralDAF529A73101C2BE626B99FC6938163E7A27620B;
goto IL_001b;
}
IL_0016:
{
G_B5_0 = _stringLiteral76A91D6CE24FCC03EC2ECBB19E3012B5D5D40E2B;
}
IL_001b:
{
String_t* L_3 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral867AD8C2544ED5D38EC2B4986A28AA22B284F710, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_4 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_4, G_B5_0, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC_RuntimeMethod_var);
}
IL_002b:
{
int32_t L_5 = ___byteCount1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_6 = ___charCount3;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_0054;
}
}
IL_0034:
{
int32_t L_7 = ___byteCount1;
if ((((int32_t)L_7) < ((int32_t)0)))
{
goto IL_003f;
}
}
{
G_B11_0 = _stringLiteralAB1A79FB2CBABAF9BE681B601509BD40528C11D8;
goto IL_0044;
}
IL_003f:
{
G_B11_0 = _stringLiteral278316CA5ED0FC3A0A92ED4DC8DA6CA9FB56DEBA;
}
IL_0044:
{
String_t* L_8 = Environment_GetResourceString_m2C75C2AF268F01E2BF34AD1C2E1352CF4BA51AD9(_stringLiteral314A883D61C1D386E61BE443EB9D3B50BA3FF07D, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, G_B11_0, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, DecoderNLS_GetChars_m39499B8C3394B70BF6BBDEC1B140D364E29C31CC_RuntimeMethod_var);
}
IL_0054:
{
bool L_10 = ___flush4;
__this->set_m_mustFlush_3(L_10);
__this->set_m_throwOnOverflow_4((bool)1);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = __this->get_m_encoding_2();
uint8_t* L_12 = ___bytes0;
int32_t L_13 = ___byteCount1;
Il2CppChar* L_14 = ___chars2;
int32_t L_15 = ___charCount3;
NullCheck(L_11);
int32_t L_16 = VirtFuncInvoker5< int32_t, uint8_t*, int32_t, Il2CppChar*, int32_t, DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * >::Invoke(27 /* System.Int32 System.Text.Encoding::GetChars(System.Byte*,System.Int32,System.Char*,System.Int32,System.Text.DecoderNLS) */, L_11, (uint8_t*)(uint8_t*)L_12, L_13, (Il2CppChar*)(Il2CppChar*)L_14, L_15, __this);
return L_16;
}
}
// System.Boolean System.Text.DecoderNLS::get_MustFlush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecoderNLS_get_MustFlush_m0C8DCAF42B8FE1A1C39E68C06A5D681A0DA1C552 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_mustFlush_3();
return L_0;
}
}
// System.Boolean System.Text.DecoderNLS::get_HasState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecoderNLS_get_HasState_m4159ABA2BBF62E4D8AA045D8E9B877F7F0ACB4C1 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Void System.Text.DecoderNLS::ClearMustFlush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecoderNLS_ClearMustFlush_m345839D32E273BAE8CDFCD4EA624AA82C8A474C8 (DecoderNLS_tCDF0A810A2E2B738728A98BBB49F792E66BDF6CD * __this, const RuntimeMethod* method)
{
{
__this->set_m_mustFlush_3((bool)0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Name_mBAFBB58BAF8A0B554279065786A5920E3CDFEB16_inline (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__name_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SecurityAttribute_get_Value_m688A5CF9C4976D8823B4A3BE394F8F19D5AE7985_inline (SecurityAttribute_tA4AF573AA9168C8A6D37C81C536B30A381EB2A1A * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * SecurityParser_ToXml_m200668D8B0CA2E947D3F6EDEF2A41FCA886AE160_inline (SecurityParser_tDD88805E4F1292A4379D568A1F3521396A351714 * __this, const RuntimeMethod* method)
{
{
SecurityElement_t6C5746EF572788E5111C20BA18526087574CCDD7 * L_0 = __this->get_root_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set__HResult_11(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_get_OutputEncoding_mA23798B6CE69F59EAA00C8206EF8552196120647mscorlib13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_outputEncoding_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FE_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Console_get_InputEncoding_m60EAA2E167A0C8C681997B998E851D8CD6C954FEmscorlib13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ((Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_StaticFields*)il2cpp_codegen_static_fields_for(Console_t5C8E87BA271B0DECA837A3BF9093AC3560DB3D5D_il2cpp_TypeInfo_var))->get_inputEncoding_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ConsoleKeyInfo_get_Key_m36CD740D4C51FB4F4277AC7E6CD24D79DF5C8AC5_inline (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__key_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Il2CppChar ConsoleKeyInfo_get_KeyChar_m6B17C3F0DF650E04D7C0C081E063AE31E8C14509_inline (ConsoleKeyInfo_t5BE3CE05E8258CDB5404256E96AF7C22BC5DE768 * __this, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = __this->get__keyChar_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoder_get_Fallback_m8DB0FF2836429351EC5645B2B007982CE458632A_inline (Encoder_t29B2697B0B775EABC52EBFB914F327BE9B1A3464 * __this, const RuntimeMethod* method)
{
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = __this->get_m_fallback_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * Encoding_get_EncoderFallback_m56A241904105944473545473FA20E07BF52B1885_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * L_0 = __this->get_encoderFallback_59();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* EncoderReplacementFallback_get_DefaultString_m309F22B8DC7DFCFA07DB9B21498454B935B2BBB0_inline (EncoderReplacementFallback_tC2E8A94C82BBF7A4CFC8E3FDBA8A381DCF29F998 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDefault_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Encoding_get_DecoderFallback_m237581892E1C081234AFD800FCBC321C911EB657_inline (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * __this, const RuntimeMethod* method)
{
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = __this->get_decoderFallback_60();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * Decoder_get_Fallback_m9F1A02991ED3FD31BEAC0499EC7978CE386D03AE_inline (Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * __this, const RuntimeMethod* method)
{
{
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * L_0 = __this->get_m_fallback_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* DecoderReplacementFallback_get_DefaultString_m7ED43521155BA25273CD47953D2AB0E0033066D3_inline (DecoderReplacementFallback_t8CF74B2DAE2A08AEA7DF6366778D2E3EA75FC742 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDefault_4();
return L_0;
}
}
| [
"uguraltas@hotmail.com"
] | uguraltas@hotmail.com |
95603eb5d738d1fed5968e17e32ea531edaeaab0 | 0be8d071cce00455611d3c99f447a673a439e8ae | /olcEditor/cLayerPropertiesEditor.cpp | 9857a7e0f330710fd6fc174c2a2dd2314ef206ca | [] | no_license | n8behavior/olcEditor | 29ef0e164a4b74f5f50531414962d7dfc3d38f41 | 7d4bd0856f992538977e40b1d3b829d5163065aa | refs/heads/master | 2022-09-28T12:25:40.605323 | 2020-05-26T16:52:00 | 2020-05-26T16:52:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,580 | cpp | #include "cLayerPropertiesEditor.h"
cLayerPropertiesEditor::cLayerPropertiesEditor(wxWindow* parent, std::shared_ptr<cLayer> layer) : LayerPropertiesBase(parent)
{
m_layer = layer;
if (m_layer)
{
m_sliderLineOpacity->SetValue(uint8_t(m_layer->GetLineOpacity() * 255));
m_sliderFillOpacity->SetValue(uint8_t(m_layer->GetFillOpacity() * 255));
m_txtFriendlyName->SetValue(m_layer->GetName());
m_cbVisible->SetValue(m_layer->IsVisible());
m_cbLocked->SetValue(m_layer->IsLocked());
m_tileWidth->SetValue(m_layer->GetUnitSize().x);
m_tileHeight->SetValue(m_layer->GetUnitSize().y);
m_layerWidth->SetValue(m_layer->GetLayerSize().x);
m_layerHeight->SetValue(m_layer->GetLayerSize().y);
}
}
cLayerPropertiesEditor::~cLayerPropertiesEditor()
{
}
void cLayerPropertiesEditor::OnGridUpdate(wxSpinEvent& evt)
{
}
void cLayerPropertiesEditor::OnButtonCancel(wxCommandEvent& evt)
{
EndModal(wxID_CANCEL);
}
void cLayerPropertiesEditor::OnButtonOK(wxCommandEvent& evt)
{
if (m_layer)
{
m_layer->SetName(m_txtFriendlyName->GetValue().ToStdString());
m_layer->SetLineOpacity(float(m_sliderLineOpacity->GetValue()) / 255.0f);
m_layer->SetFillOpacity(float(m_sliderFillOpacity->GetValue()) / 255.0f);
m_layer->SetVisible(m_cbVisible->GetValue());
m_layer->SetLocked(m_cbLocked->GetValue());
m_layer->SetUnitSize({ m_tileWidth->GetValue(), m_tileHeight->GetValue() });
m_layer->SetLayerSize({ m_layerWidth->GetValue(), m_layerHeight->GetValue() });
}
EndModal(wxID_OK);
}
void cLayerPropertiesEditor::OnTintChanged(wxColourPickerEvent& evt)
{
}
| [
"25419386+OneLoneCoder@users.noreply.github.com"
] | 25419386+OneLoneCoder@users.noreply.github.com |
83e814406161af8028d32545e94fcd15e16eddf7 | c4d40845fa4bbcf6fd06ea3315fcaf81663be57a | /ken3/scope_exit.hpp | 6fe9b4982746fa0c6c1b5884c4f7b669ef53dddb | [
"MIT"
] | permissive | suomesta/ken3 | bc9502244007c2e784312526116126a13d344259 | edac96489d5b638dc4eff25454fcca1307ca86e9 | refs/heads/master | 2021-12-23T19:24:14.104448 | 2021-09-15T15:24:22 | 2021-09-15T15:24:22 | 121,021,811 | 0 | 0 | null | 2018-02-11T03:22:37 | 2018-02-10T14:23:39 | C++ | UTF-8 | C++ | false | false | 1,802 | hpp | /**
* @file ken3/scope_exit.hpp
* @brief Implementation of scope_exit class.
* scope_exit instance calls registered function in destructor.
* It is useful to do exit operation certaily.
* @author toda
* @date 2021-09-15
* @version 0.1.0
* @remark the target is C++11 or more.
*
* @note
* One useful example is;
* FILE* fp = fopen('filename', 'r');
* {
* scope_exit close_file(
* [=]() {
* if (fp != nullptr) {
* fclose(fp);
* fp = nullptr;
* }
* }
* );
*
* ; // do something
*
* } // when exiting scope, call registered lambda and close fp cetainly
*/
#ifndef INCLUDE_GUARD_KEN3_SCOPE_EXIT_HPP
#define INCLUDE_GUARD_KEN3_SCOPE_EXIT_HPP
#include <functional>
namespace ken3 {
/**
* @class scope_exit
* @brief scope_exit class holds a function and calls it in its destructor.
*/
class scope_exit
{
private:
// type definitions
using func = std::function<void()>;
/////////////////////////////////////////////////////////////////////////////
public:
/**
* @brief constructor with one argument. registers a function
* @param[in] func_in: a function to be registered
*/
explicit scope_exit(func func_in);
/////////////////////////////////////////////////////////////////////////////
/**
* @brief destructor. calls registered function
*/
~scope_exit();
/////////////////////////////////////////////////////////////////////////////
private:
func f_; // registered function
};
/////////////////////////////////////////////////////////////////////////////
} // namespace ken3 {
#endif // #ifndef INCLUDE_GUARD_KEN3_SCOPE_EXIT_HPP
| [
"shawn316michaels@gmail.com"
] | shawn316michaels@gmail.com |
87bbb7d90eca21025318d661935e2f64d0d4c944 | 5779994976e855058a70eaeef14a38b6aeeb9437 | /src/operator.h | 84d654b878813fbe9ea60622404e6023d01b0649 | [] | no_license | wtzhuque/alita | dd58631188eeee3ff51c651314c65106bc5ce652 | 28a6e24125975ea11825f75317b5cbd8298f8a22 | refs/heads/master | 2020-04-25T11:24:28.149059 | 2019-03-06T13:22:11 | 2019-03-06T13:22:11 | 172,743,403 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 438 | h | //**********************************************************
// File: operator.h
// Author: wtzhuque@163.com
// Description: Operator
//**********************************************************
#pragma once
namespace alita {
class Operator : public Object {
public:
Operator() {}
virtual ~Operator() {}
bool Run();
}; // class Operator
} // namespace alita
| [
"wtzhuque@163.com"
] | wtzhuque@163.com |
7bbba88c37fea40257ac1e17a261e0791f253d4b | 8f61307486b0ac9ef7ee0a9c8f7f75ea87a67434 | /workbench/ax-servo/OpenServo.cpp | 660ccdf571861c0b0bc73b35ee2c47e9dec0e933 | [] | no_license | Doom4535/OpenServo | fde3e02b9d36538c22531d25cf82b7c3af255d46 | 56d9fb6fd99f7d8bdc72bd1399fe077ef975f5e5 | refs/heads/master | 2021-06-13T20:41:22.365691 | 2017-04-22T04:47:41 | 2017-04-22T04:47:41 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,973 | cpp | // Servo-base.cpp : Implementation of COpenServo
#include "stdafx.h"
#include "OpenServo.h"
#include "RegisterSet.h"
// COpenServo
STDMETHODIMP COpenServo::Detect()
{
return S_OK;
}
STDMETHODIMP COpenServo::get_typeName(BSTR* pVal)
{
_bstr_t v(L"OpenServo");
*pVal = v.Detach();
return S_OK;
}
STDMETHODIMP COpenServo::get_address(USHORT* pVal)
{
*pVal = m_address;
return S_OK;
}
STDMETHODIMP COpenServo::get_position(LONG* pVal)
{
return get_currentPosition(pVal);
}
STDMETHODIMP COpenServo::put_position(LONG newVal)
{
return put_targetPosition(newVal);
}
STDMETHODIMP COpenServo::get_targetPosition(LONG* pVal)
{
return ReadRegister( 0x60, 1, pVal);
}
STDMETHODIMP COpenServo::put_targetPosition(LONG newVal)
{
if(newVal>0x03ff)
return E_FAIL;
return WriteRegister(0x60, 1, newVal);
}
STDMETHODIMP COpenServo::get_currentPosition(LONG* pVal)
{
return ReadRegister( 0x61, 1, pVal);
}
STDMETHODIMP COpenServo::get_current(LONG* pVal)
{
return ReadRegister( 0x63, 1, pVal);
}
STDMETHODIMP COpenServo::get_speed(LONG* pVal)
{
return ReadRegister( 0x62, 1, pVal);
}
STDMETHODIMP COpenServo::put_speed(LONG newVal)
{
if(newVal>0xff)
return E_FAIL;
return WriteRegister(0x62, 1, newVal);
}
STDMETHODIMP COpenServo::ScanRegisters(IRegisterSet* registerSet)
{
LONG count;
HRESULT hr;
if(FAILED( hr=registerSet->get_count(&count) ))
return hr;
for(int i=0; i<count; i++) {
IRegister* pregister;
if(FAILED( hr = registerSet->get_byIndex(i, &pregister) ))
return hr;
LONG address;
LONG value;
if(SUCCEEDED( hr = pregister->get_address(&address) )) {
switch( address ) {
case 0x64: // status
if(SUCCEEDED( hr = ReadRegister( (BYTE)address, 1, &value )))
value = (value & 0x04) ? TRUE : FALSE;
break;
/* two byte registers */
case 0x67: // overruns
case 0x69: // iterations
hr = ReadRegister( (BYTE)address, 2, &value );
break;
default:
hr = ReadRegister( (BYTE)address, 1, &value );
break;
}
_variant_t v( value );
pregister->put_value( v );
}
}
return S_OK;
}
HRESULT COpenServo::ReadRegister(BYTE address, BYTE length, LONG* pval)
{
if(length>4) return 0;
USHORT maddr = 0x0100 | address;
DWORD data = 0;
LPBYTE pdata = (LPBYTE)&data; // + 4 - length;
HRESULT hr;
if( SUCCEEDED( hr = m_pcontroller->Read( m_address, (BYTE*)&maddr, 2, pdata, length)) ) {
*pval = data;
return S_OK;
} else
return hr;
}
HRESULT COpenServo::WriteRegister(BYTE address, BYTE length, LONG pval)
{
if(length>4) return 0;
BYTE maddr = 0x0100 | address;
return m_pcontroller->Write( m_address, &address, 2, (LPBYTE)&pval, length);
}
STDMETHODIMP COpenServo::get_registers(IRegisterSet** pVal)
{
IRegisterSet* pset;
if(FAILED( CoCreateInstance(__uuidof(CRegisterSet), NULL, CLSCTX_ALL, __uuidof(IRegisterSet), (void**)&pset) ))
return E_FAIL;
BSTR cat_servo(L"Servo"), cat_pid(L"PID Controller"), cat_system(L"System");
DEVICE_REGMAP_ADD( pset, 0x61, Position, RD_IN, cat_servo, L"The current position of the servo.");
DEVICE_REGMAP_ADD( pset, 0x60, Target, RD_BOTH, cat_servo, L"The desired position of the servo.");
DEVICE_REGMAP_ADD( pset, 0x62, Speed, RD_BOTH, cat_servo, L"The maximum speed limit of the servo.");
DEVICE_REGMAP_ADD( pset, 0x63, Current, RD_IN, cat_servo, L"The current the motor is drawing to move to or to maintain the position.");
DEVICE_REGMAP_ADD( pset, 0x64, Enabled, RD_BOTH, cat_servo, L"True if the servo is enabled.");
DEVICE_REGMAP_ADD( pset, 0x65, E, RD_IN, cat_pid, L"The servo Error (E), where E = Target - Position, during the last iteration..");
DEVICE_REGMAP_ADD( pset, 0x24, P, RD_IN, cat_pid, L"The Proportional Error component of the PID algorithm during the last iteration..");
DEVICE_REGMAP_ADD( pset, 0x25, I, RD_IN, cat_pid, L"The Integral component of the PID algorithm during the last iteration..");
DEVICE_REGMAP_ADD( pset, 0x26, D, RD_IN, cat_pid, L"The Derivitive component of the PID algorithm during the last iteration..");
DEVICE_REGMAP_ADD( pset, 0x27, PID, RD_BOTH, cat_pid, L"The output of the PID algorithm during the last iteration.");
DEVICE_REGMAP_ADD( pset, 0x20, Kp, RD_BOTH, cat_pid, L"The coefficient used to scale the P component.");
DEVICE_REGMAP_ADD( pset, 0x21, Ki, RD_BOTH, cat_pid, L"The coefficient used to scale the I component.");
DEVICE_REGMAP_ADD( pset, 0x22, Kd, RD_BOTH, cat_pid, L"The coefficient used to scale the D component.");
DEVICE_REGMAP_ADD( pset, 0x23, Kpid, RD_BOTH, cat_pid, L"The coefficient used to scale the output.");
DEVICE_REGMAP_ADD( pset, 0x6c, Address, RD_BOTH, cat_system, L"The I2C address of the servo, requires power recylce to take effect.");
DEVICE_REGMAP_ADD( pset, 0x66, Options, RD_BOTH, cat_system, L"Options enabled on the servo.");
DEVICE_REGMAP_ADD( pset, 0x6b, Bandwidth, RD_BOTH, cat_system, L"The bandwidth of the servo, this value has an upper limit.");
DEVICE_REGMAP_ADD( pset, 0x67, Overruns, RD_IN, cat_system, L"A rolling performance counter of the number of overruns due to the PID loop taking too long to calculate. If enabled, the bandwidth will be reduced to compensate.");
DEVICE_REGMAP_ADD( pset, 0x69, Iterations, RD_IN, cat_system, L"A rolling performance counter that incriments every iteration of the PID loop.");
*pVal = pset;
return S_OK;
}
STDMETHODIMP COpenServo::get_name(BSTR* pVal)
{
_bstr_t v( (BSTR)m_name, true );
*pVal = v.Detach();
return S_OK;
}
STDMETHODIMP COpenServo::put_name(BSTR newVal)
{
m_name = newVal;
return S_OK;
}
STDMETHODIMP COpenServo::get_enabled(VARIANT_BOOL* pVal)
{
USHORT maddr = 0x0164;
BYTE data;
if( SUCCEEDED(m_pcontroller->Read( m_address, (BYTE*)&maddr, 2, &data, 1)) ) {
*pVal = (data & 0x04) ? TRUE : FALSE;
return S_OK;
} else
return E_FAIL;
}
STDMETHODIMP COpenServo::put_enabled(VARIANT_BOOL newVal)
{
BYTE data = (BYTE)(newVal ? 0x16 : 0x17 );
return m_pcontroller->Write( m_address, NULL, 0, &data, 1);
}
| [
""
] | |
d2c41b3b3a10be3ab38eeef705e8c5b3e145f0cb | 178eb45b2c785f63dcea797085cf7bd27386112f | /110-balanced-binary-tree.cpp | f88080116fe1822325bac59102f231f39698e017 | [] | no_license | duxins/leetcode | e506f184bd9940e9f954363b61496d5bfb309672 | e4fbb80aef6e9156d53dcd98cda6ee4392d14af1 | refs/heads/master | 2020-04-12T09:36:15.603171 | 2017-07-12T08:50:23 | 2017-07-12T08:50:23 | 53,240,661 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,700 | cpp | // 110. Balanced Binary Tree
//
// Given a binary tree, determine if it is height-balanced.
// For this problem, a height-balanced binary tree is defined as a binary tree in which the depth of the two subtrees of every node never differ by more than 1.
// Subscribe to see which companies asked this question
//
// Tags: Tree, Depth-first Search
//
// https://leetcode.com/problems/balanced-binary-tree/
#include <iostream>
#include <gtest/gtest.h>
#include <tree/tree.h>
using namespace std;
class Solution {
public:
bool isBalanced(TreeNode* root) {
if(root == NULL) return true;
return abs(height(root->left) - height(root->right)) <= 1 && isBalanced(root->left) && isBalanced(root->right);
}
int height(TreeNode *root){
if(root == NULL) return 0;
return max(height(root->left), height(root->right)) + 1;
}
};
TEST(leetcode_110_balanced_binary_tree, Basic)
{
Solution *solution = new Solution();
EXPECT_TRUE(solution->isBalanced(tree_init({"1"})));
EXPECT_TRUE(solution->isBalanced(tree_init({"1", "2", "3"})));
// 1
// / \
// 2 3
// \
// 4
EXPECT_TRUE(solution->isBalanced(tree_init({"1", "2", "3", "#", "#", "#", "4"})));
// 1
// / \
// 2 3
// / \
// 4 5
// /
// 6
EXPECT_FALSE(solution->isBalanced(tree_init({"1", "2", "3", "#", "#", "4", "5", "6"})));
// 1
// / \
// 2 3
// \
// 4
// \
// 5
EXPECT_FALSE(solution->isBalanced(tree_init({"1", "2", "3", "#", "#", "#", "4", "#", "5"})));
}
int main(int argc, char *argv[]) {
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
| [
"duxins@gmail.com"
] | duxins@gmail.com |
9c7812028c3b82078b9a04b01db30c17e4170046 | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/godot/2017/12/animation_editor.h | 8a89dc1a1c18e3ef5c0a5c696c9e850798e335fb | [
"MIT"
] | permissive | rosoareslv/SED99 | d8b2ff5811e7f0ffc59be066a5a0349a92cbb845 | a062c118f12b93172e31e8ca115ce3f871b64461 | refs/heads/main | 2023-02-22T21:59:02.703005 | 2021-01-28T19:40:51 | 2021-01-28T19:40:51 | 306,497,459 | 1 | 1 | null | 2020-11-24T20:56:18 | 2020-10-23T01:18:07 | null | UTF-8 | C++ | false | false | 8,771 | h | /*************************************************************************/
/* animation_editor.h */
/*************************************************************************/
/* This file is part of: */
/* GODOT ENGINE */
/* https://godotengine.org */
/*************************************************************************/
/* Copyright (c) 2007-2017 Juan Linietsky, Ariel Manzur. */
/* Copyright (c) 2014-2017 Godot Engine contributors (cf. AUTHORS.md) */
/* */
/* 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 ANIMATION_EDITOR_H
#define ANIMATION_EDITOR_H
#include "scene/gui/control.h"
#include "scene/gui/file_dialog.h"
#include "scene/gui/menu_button.h"
#include "scene/gui/scroll_bar.h"
#include "scene/gui/slider.h"
#include "scene/gui/spin_box.h"
#include "scene/gui/tab_container.h"
#include "scene/gui/texture_rect.h"
#include "scene/gui/tool_button.h"
#include "editor_data.h"
#include "property_editor.h"
#include "scene/animation/animation_cache.h"
#include "scene/resources/animation.h"
#include "scene_tree_editor.h"
class AnimationKeyEdit;
class AnimationCurveEdit;
class AnimationKeyEditor : public VBoxContainer {
GDCLASS(AnimationKeyEditor, VBoxContainer);
/*
enum {
MENU_NEW_ANIMATION,
MENU_OPEN_ANIMATION,
MENU_EDIT_ANIMATION,
MENU_CLOSE_ANIMATION,
MENU_KEYING_ACTIVE,
MENU_SET_ROOT_NODE,
MENU_SYNC_TO_PLAYER,
MENU_ANIM_BASE=100,
};
*/
enum {
ADD_TRACK_MENU_ADD_VALUE_TRACK,
ADD_TRACK_MENU_ADD_TRANSFORM_TRACK,
ADD_TRACK_MENU_ADD_CALL_TRACK,
TRACK_MENU_SCALE,
TRACK_MENU_SCALE_PIVOT,
TRACK_MENU_MOVE_UP,
TRACK_MENU_MOVE_DOWN,
TRACK_MENU_REMOVE,
TRACK_MENU_DUPLICATE,
TRACK_MENU_DUPLICATE_TRANSPOSE,
TRACK_MENU_SET_ALL_TRANS_LINEAR,
TRACK_MENU_SET_ALL_TRANS_CONSTANT,
TRACK_MENU_SET_ALL_TRANS_OUT,
TRACK_MENU_SET_ALL_TRANS_IN,
TRACK_MENU_SET_ALL_TRANS_INOUT,
TRACK_MENU_SET_ALL_TRANS_OUTIN,
TRACK_MENU_NEXT_STEP,
TRACK_MENU_PREV_STEP,
TRACK_MENU_OPTIMIZE,
TRACK_MENU_CLEAN_UP,
TRACK_MENU_CLEAN_UP_CONFIRM,
CURVE_SET_LINEAR,
CURVE_SET_IN,
CURVE_SET_OUT,
CURVE_SET_INOUT,
CURVE_SET_OUTIN,
CURVE_SET_CONSTANT
};
enum {
RIGHT_MENU_DUPLICATE,
RIGHT_MENU_DUPLICATE_TRANSPOSE,
RIGHT_MENU_REMOVE
};
struct MouseOver {
enum Over {
OVER_NONE,
OVER_NAME,
OVER_KEY,
OVER_VALUE,
OVER_INTERP,
OVER_WRAP,
OVER_UP,
OVER_DOWN,
OVER_REMOVE,
OVER_ADD_KEY,
};
Over over;
int track;
int over_key;
} mouse_over;
struct SelectedKey {
int track;
int key;
bool operator<(const SelectedKey &p_key) const { return track == p_key.track ? key < p_key.key : track < p_key.track; };
};
struct KeyInfo {
float pos;
};
Map<SelectedKey, KeyInfo> selection;
struct ClickOver {
enum Click {
CLICK_NONE,
CLICK_RESIZE_NAMES,
CLICK_DRAG_TIMELINE,
CLICK_MOVE_KEYS,
CLICK_SELECT_KEYS
};
SelectedKey selk;
bool shift;
Click click;
Point2 at;
Point2 to;
} click;
float timeline_pos;
float name_column_ratio;
int track_name_editing;
int interp_editing;
int cont_editing;
int wrap_editing;
int selected_track;
int track_ofs[5];
int last_menu_track_opt;
LineEdit *track_name;
PopupMenu *track_menu;
PopupMenu *type_menu;
Control *ec;
TextureRect *zoomicon;
HSlider *zoom;
//MenuButton *menu;
SpinBox *length;
Button *loop;
bool keying;
ToolButton *edit_button;
ToolButton *move_up_button;
ToolButton *move_down_button;
ToolButton *remove_button;
ToolButton *curve_linear;
ToolButton *curve_in;
ToolButton *curve_out;
ToolButton *curve_inout;
ToolButton *curve_outin;
ToolButton *curve_constant;
ConfirmationDialog *optimize_dialog;
SpinBox *optimize_linear_error;
SpinBox *optimize_angular_error;
SpinBox *optimize_max_angle;
ConfirmationDialog *cleanup_dialog;
CheckButton *cleanup_keys;
CheckButton *cleanup_tracks;
CheckButton *cleanup_all;
SpinBox *step;
MenuButton *menu_add_track;
MenuButton *menu_track;
HScrollBar *h_scroll;
VScrollBar *v_scroll;
Control *track_editor;
Control *track_pos;
TabContainer *key_editor_tab;
ConfirmationDialog *scale_dialog;
SpinBox *scale;
PropertyEditor *key_editor;
SceneTreeDialog *call_select;
Ref<Animation> animation;
void _update_paths();
int last_idx;
Node *root;
UndoRedo *undo_redo;
EditorHistory *history;
ConfirmationDialog *insert_confirm;
AnimationKeyEdit *key_edit;
AnimationCurveEdit *curve_edit;
bool inserting;
bool updating;
bool te_drawing;
void _animation_len_changed(float p_len);
void _animation_loop_changed();
void _step_changed(float p_len);
struct InsertData {
Animation::TrackType type;
NodePath path;
int track_idx;
Variant value;
String query;
bool advance;
}; /* insert_data;*/
bool insert_query;
List<InsertData> insert_data;
uint64_t insert_frame;
int cvi_track;
float cvi_pos;
int right_data_size_cache;
EditorSelection *editor_selection;
Label *select_anim_warning;
float _get_zoom_scale() const;
void _track_editor_draw();
void _track_editor_gui_input(const Ref<InputEvent> &p_input);
void _track_position_draw();
void _track_name_changed(const String &p_name);
void _track_menu_selected(int p_idx);
void _confirm_insert_list();
int _confirm_insert(InsertData p_id, int p_last_track = -1);
void _query_insert(const InsertData &p_id);
void _update_menu();
bool insert_queue;
void _insert_delay();
void _scale();
void _clear_selection();
//void _browse_path();
StringName alc;
void _animation_changed();
void _animation_optimize();
void _cleanup_animation(Ref<Animation> p_animation);
void _scroll_changed(double);
void _menu_add_track(int p_type);
void _menu_track(int p_type);
void _clear_selection_for_anim(const Ref<Animation> &p_anim);
void _select_at_anim(const Ref<Animation> &p_anim, int p_track, float p_pos);
void _curve_transition_changed(float p_what);
PropertyInfo _find_hint_for_track(int p_idx, NodePath &r_base_path);
void _create_value_item(int p_type);
void _pane_drag(const Point2 &p_delta);
bool _edit_if_single_selection();
void _toggle_edit_curves();
void _animation_len_update();
void _add_call_track(const NodePath &p_base);
void _anim_duplicate_keys(bool transpose = false);
void _anim_delete_keys();
void _root_removed();
protected:
void _notification(int p_what);
static void _bind_methods();
public:
void set_animation(const Ref<Animation> &p_anim);
Ref<Animation> get_current_animation() const;
void set_root(Node *p_root);
Node *get_root() const;
void update_keying();
bool has_keying() const;
void cleanup();
void set_anim_pos(float p_pos);
void insert_node_value_key(Node *p_node, const String &p_property, const Variant &p_value, bool p_only_if_exists = false);
void insert_value_key(const String &p_property, const Variant &p_value, bool p_advance);
void insert_transform_key(Spatial *p_node, const String &p_sub, const Transform &p_xform);
void show_select_node_warning(bool p_show) { select_anim_warning->set_visible(p_show); }
AnimationKeyEditor();
~AnimationKeyEditor();
};
#endif // ANIMATION_EDITOR_H
| [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
f7801de2bc660c637119d5bf37fc4ff2e4576e00 | 02d9ea3dddc1b14b69d06c67f5973b98772fbcdc | /Legolas/BlockMatrix/Structures/Sparse/SparseBootsProfileGaussSeidelSolver.cxx | c2d36b14a392ec51a2510b50f41f2951098095a5 | [
"MIT"
] | permissive | LaurentPlagne/Legolas | 6c656e4e7dd478a77a62fc76f7c1c9101f48f61c | fdf533528baf7ab5fcb1db15d95d2387b3e3723c | refs/heads/master | 2023-03-05T07:19:43.167114 | 2020-01-26T13:44:05 | 2020-01-26T13:44:05 | 338,055,388 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,685 | cxx | #include "Legolas/BlockMatrix/Structures/Sparse/SparseBlockMatrix.hxx"
#include "Legolas/BlockMatrix/Structures/Sparse/SparseBootsProfileGaussSeidelSolver.hxx"
namespace Legolas{
SparseBootsProfileGaussSeidelSolver::SparseBootsProfileGaussSeidelSolver( void ):accumulatorPtr_(0){}
SparseBootsProfileGaussSeidelSolver::SparseBootsProfileGaussSeidelSolver(const SparseBootsProfileGaussSeidelSolver & source):accumulatorPtr_(){
}
SparseBootsProfileGaussSeidelSolver::~SparseBootsProfileGaussSeidelSolver( void ){
if (accumulatorPtr_){
delete accumulatorPtr_;
accumulatorPtr_=0;
}
}
void SparseBootsProfileGaussSeidelSolver::solve(const SparseVirtualBlockMatrix & A, const VirtualVector & B, VirtualVector & X){
MESSAGE("Entering SparseBootsProfileGaussSeidelSolver::solve for the matrix :"<<A.name());
//LP: The aim is to determine ic a row index defined by
//LP: forall i1<ic :
//LP: forall i2>i1 A(g1,g2)=0.
//LP: With this definition, the GS algorithm can only iterate other the
//LP: row's indexes i>ic.
this->iterationControler().initialize(A,X);
const VirtualVector & B0=B.getElement(0);
VirtualVector & accumulator=VirtualVector::getClone(accumulatorPtr_,B0);
int ic=-1;
bool found=false;
for (int i=A.beginRow() ; i < A.endRow() ; i++ ){
int jmax=0;
for (int j=A.beginColInRow(i) ; j < A.endColInRow(i) ; j=A.nextColInRow(i,j) ){
jmax=j;
}
if ( (!found) && (jmax<=i) ){
ic=i;
}
else{
found=true;
}
}
// INFOS("ic="<<ic);
for (int i=A.beginRow() ; i <= ic ; i++ ){
accumulator.copy(B.getElement(i));
for (int j=A.beginColInRow(i) ; j < A.endColInRow(i) ; j=A.nextColInRow(i,j) ){
if (i!=j){
A.sparseGetElement(i,j).addMult(-1.0,X.getElement(j),accumulator);
}
}
// A.sparseGetElement(i,i).modifyEpsilon(this->iterationControler().epsilon());
for (int ig=0 ; ig<this->iterationControler().maxIteration() ; ig++){
A.sparseGetElement(i,i).solve(accumulator,X.getElement(i));
}
}
do {
for (int i=A.beginRow() ; i < A.endRow() ; i++ ){
if (i>ic){
accumulator.copy(B.getElement(i));
for (int j=A.beginColInRow(i) ; j < A.endColInRow(i) ; j=A.nextColInRow(i,j) ){
if (i!=j){
A.sparseGetElement(i,j).addMult(-1.0,X.getElement(j),accumulator);
}
}
// A.sparseGetElement(i,i).modifyEpsilon(this->iterationControler().epsilon());
A.sparseGetElement(i,i).solve(accumulator,X.getElement(i));
}
}
}while(!this->iterationControler().end(X));
}
}
| [
"laurent.plagne@gmail.com"
] | laurent.plagne@gmail.com |
651f19b54012ebf12cb44a840292b6aafed4fed3 | 1fd8dd9e187a7236ed66e256bae79eead130f6d1 | /src/Robot.cpp | 7da692fdbf7fae36732024d5ded9ec5755efa5b7 | [] | no_license | zackeryf/RobotBase | 27f7d4150fa4394feee1972dafee33e89eade33f | f3e6c1c2ac0ca532bf1d6f659334ff019dd9955b | refs/heads/master | 2022-12-24T02:21:41.180175 | 2020-09-23T20:14:53 | 2020-09-23T20:14:53 | 6,036,488 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 82 | cpp | #include "Robot.h"
Robot::Robot()
{
//ctor
}
Robot::~Robot()
{
//dtor
}
| [
"zfredenburg@hotmail.com"
] | zfredenburg@hotmail.com |
14310f2f67c2aebd9219c0f89280bd5df4d2dbf3 | 247ec54ec61deab7c71aae979953dac077c95d0a | /StarShooter/GraphicsSettings.cpp | 6c0d09284dd338deaa249b9814be233a748a897d | [] | no_license | AlexisAubineau/StarShooter | f532659f72e54ad22c6a882b4d51103f9551273f | e5712955204fe3a22b002b1c87270c4de59822ba | refs/heads/main | 2023-05-07T13:54:51.859710 | 2021-05-16T19:55:31 | 2021-05-16T19:55:31 | 352,304,179 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,081 | cpp | #include "GraphicsSettings.h"
GraphicsSettings::GraphicsSettings()
{
//Initializer Variables
title = "DEFAULT";
resolution = sf::VideoMode::getDesktopMode();
fullscreen = false;
verticalSync = false;
frameRateLimit = 120;
contextSettings.antialiasingLevel = 0;
videoModes = sf::VideoMode::getFullscreenModes();
}
//Functions
void GraphicsSettings::saveToFile(const std::string path)
{
/*Create a SFML Window using option from a window.ini file.*/
std::ofstream ofs(path);
if (ofs.is_open())
{
ofs << resolution.width << " " << resolution.height;
ofs << fullscreen;
ofs << frameRateLimit;
ofs << verticalSync;
ofs << contextSettings.antialiasingLevel;
}
ofs.close();
}
void GraphicsSettings::loadFromFile(const std::string path)
{
/*Create a SFML Window using option from a window.ini file.*/
std::ifstream ifs(path);
if (ifs.is_open())
{
std::getline(ifs, title);
ifs >> resolution.width >> resolution.height;
ifs >> fullscreen;
ifs >> frameRateLimit;
ifs >> verticalSync;
ifs >> contextSettings.antialiasingLevel;
}
ifs.close();
}
| [
"alexis.aubineau@ynov.com"
] | alexis.aubineau@ynov.com |
9844c3a6489e56d820c8925414f1c500e0311480 | b3296e18347c48ce5b5ed788cbf6d6d2b8d28be1 | /Source/Products/Clang/StringHelper.h | a1d2b1d365cd973d4cb94947371c610e29ab2642 | [
"MIT"
] | permissive | Color-Of-Code/Clang.NET | 647ff361cffaf14d3d733762258598b57ff0e11d | 87e4153c50c1ce9d7c3d2f777d79c4d54fff767e | refs/heads/master | 2021-10-10T14:25:49.471441 | 2019-01-11T22:22:33 | 2019-01-11T22:22:33 | 2,890,913 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,327 | h | // Copyright (c) 2011 Jaap de Haan
//
// 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.
#pragma once
#include "clang-c/Index.h"
namespace Clang {
public ref class StringHelper
{
public:
static System::String^ Convert(CXString str);
static System::String^ ConvertAndDispose(CXString str);
};
}
| [
"jaap.dehaan@color-of-code.de"
] | jaap.dehaan@color-of-code.de |
4ad962e6ba22739e73995a4be97bc092f2334251 | 3a5aff403aafbac4960921dddd3b144e662bbbaf | /App/sample.cpp | dbf4732bfa52526dbf0f0b8bd18442aa3d5e03c8 | [] | no_license | shahhassansh/UCF_CDA5220_SGX_Enclave | 1eb6676d4ced500b0033c03d0f40d6f9a1d5afc8 | 40b6f0443db4401946d935f39f597351480addb2 | refs/heads/master | 2022-04-04T11:47:35.896080 | 2020-02-20T22:04:26 | 2020-02-20T22:04:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,601 | cpp | #include <string.h>
#include <assert.h>
#include <unistd.h>
#include <pwd.h>
#include <libgen.h>
#include <stdlib.h>
# define MAX_PATH FILENAME_MAX
#include <sgx_urts.h>
#include "../App/sample.h"
#include "Enclave1_u.h"
#include "Enclave2_u.h"
/* Global EID shared by multiple threads */
sgx_enclave_id_t enclave1_eid = 0;
sgx_enclave_id_t enclave2_eid = 0;
typedef struct _sgx_errlist_t {
sgx_status_t err;
const char *msg;
const char *sug; /* Suggestion */
} sgx_errlist_t;
/* Error code returned by sgx_create_enclave */
static sgx_errlist_t sgx_errlist[] = {
{
SGX_ERROR_UNEXPECTED,
"Unexpected error occurred.",
NULL
},
{
SGX_ERROR_INVALID_PARAMETER,
"Invalid parameter.",
NULL
},
{
SGX_ERROR_OUT_OF_MEMORY,
"Out of memory.",
NULL
},
{
SGX_ERROR_ENCLAVE_LOST,
"Power transition occurred.",
"Please refer to the sample \"PowerTransition\" for details."
},
{
SGX_ERROR_INVALID_ENCLAVE,
"Invalid enclave image.",
NULL
},
{
SGX_ERROR_INVALID_ENCLAVE_ID,
"Invalid enclave identification.",
NULL
},
{
SGX_ERROR_INVALID_SIGNATURE,
"Invalid enclave signature.",
NULL
},
{
SGX_ERROR_OUT_OF_EPC,
"Out of EPC memory.",
NULL
},
{
SGX_ERROR_NO_DEVICE,
"Invalid Intel(R) SGX device.",
"Please make sure Intel(R) SGX module is enabled in the BIOS, and install Intel(R) SGX driver afterwards."
},
{
SGX_ERROR_MEMORY_MAP_CONFLICT,
"Memory map conflicted.",
NULL
},
{
SGX_ERROR_INVALID_METADATA,
"Invalid enclave metadata.",
NULL
},
{
SGX_ERROR_DEVICE_BUSY,
"Intel(R) SGX device was busy.",
NULL
},
{
SGX_ERROR_INVALID_VERSION,
"Enclave version was invalid.",
NULL
},
{
SGX_ERROR_INVALID_ATTRIBUTE,
"Enclave was not authorized.",
NULL
},
{
SGX_ERROR_ENCLAVE_FILE_ACCESS,
"Can't open enclave file.",
NULL
},
};
/* Check error conditions for loading enclave */
void print_error_message(sgx_status_t ret)
{
size_t idx = 0;
size_t ttl = sizeof sgx_errlist/sizeof sgx_errlist[0];
for (idx = 0; idx < ttl; idx++) {
if(ret == sgx_errlist[idx].err) {
if(NULL != sgx_errlist[idx].sug)
printf("Info: %s\n", sgx_errlist[idx].sug);
printf("Error: %s\n", sgx_errlist[idx].msg);
break;
}
}
if (idx == ttl)
printf("Error code is 0x%X. Please refer to the \"Intel SGX SDK Developer Reference\" for more details.\n", ret);
}
/* Initialize the enclave:
* Call sgx_create_enclave to initialize an enclave instance
*/
int initialize_enclave(const char * filename, sgx_enclave_id_t* id ){
sgx_status_t ret = SGX_ERROR_UNEXPECTED;
ret = sgx_create_enclave(filename, SGX_DEBUG_FLAG, NULL, NULL, id, NULL);
if (ret != SGX_SUCCESS)
{
printf("Error code 0x%X.",ret);
return -1;
}
return 0;
}
/* OCall functions */
void ocall_Main_sample(const char *str)
{
/* Proxy/Bridge will check the length and null-terminate
* the input string to prevent buffer overflow.
*/
printf("%s", str);
}
/* Application entry */
int SGX_CDECL main(int argc, char *argv[]){
//Working With Enclave 1
if(initialize_enclave(Enclave1_FILENAME, &enclave1_eid) < 0)
return -1;
sgx_status_t ret = SGX_ERROR_UNEXPECTED;
int ecall_return = 0;
ret = Enclave1_ecall_Main_sample(enclave1_eid, &ecall_return);
if (ret != SGX_SUCCESS)
abort();
sgx_destroy_enclave(enclave1_eid);
//Working With Enclave 2
if(initialize_enclave(Enclave2_FILENAME, &enclave2_eid) < 0)
return -1;
ret = SGX_ERROR_UNEXPECTED;
ret = Enclave2_ecall_Main_sample(enclave2_eid, &ecall_return);
if (ret != SGX_SUCCESS)
abort();
sgx_destroy_enclave(enclave2_eid);
return 0;
}
| [
"shahhassan@live.com"
] | shahhassan@live.com |
6fa8b6b6609ce720bfc63f00a2298ff8e91067af | 1c40a76c800b00b08fcb317cf6edf866a0e74bdf | /Preprocess/main.cpp | d8b43f295a99a1260ab3bf4b8ee939aefc0e158f | [] | no_license | chhao91/Preprocess | d97d4dac477ff0c1423caa5d89ec513cf6d9ae85 | e61ad93590e8e05f30d4db980aef9eb9e088eda9 | refs/heads/master | 2021-01-01T06:45:33.513885 | 2015-09-02T15:04:17 | 2015-09-02T15:04:17 | 41,808,086 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 8,448 | cpp |
#include <string>
#include <vector>
#include "LandsatInfo.h"
#include "LandsatProcess.h"
#include "MODISProcess.h"
#include "GenerateInputFiles.h"
#include "GenerateQuickView.h"
#include "GetEvaluateIndexes.h"
#include "Utility.h"
/****************************************************************************************************************
* 此项目用于对MODIS的hdf数据和Landsat的解压数据进行预处理
* 对Landsat数据的预处理包括:
* a. 读取第一幅影像中的xml文件中的LE坐标、投影、条带号、行列坐标信息,像元大小;
* b. 将Landsat影像处理成.img格式、与第一幅影像相同行列数、相同的空间覆盖范围的影像;
* c. 处理后的影像统一放在指定目录的平级文件夹landsat_p中;
*
* 对MODIS数据的预处理包括:
* a. 记录Landsat影像处理中使用的投影、行列号、像元大小信息;
* b. 读取hdf文件,采用记录的信息将MODIS波段和掩模同时进行重投影、重采样和空间范围裁剪,使之与Landsat一一对应;
* c. 处理后的结果统一放在指定目录的平级文件夹modis_p中;
*
* 当前版本:v2.1
* 修改日期:20150403
*
* 当前版本:v2.0
* 创建日期:20150322
* 作者: 陈 浩
* 联系方式: chhao91@163.com
*
****************************************************************************************************************/
using namespace std ;
int ProcessMOD09GA(CLandsatinfo* pLandsatInfo, string sRoot="") ;
int ProcessMOD09A1(CLandsatinfo* pLandsatInfo, string sRoot="") ;
int ProcessLandsat(CLandsatinfo* pLandsatInfo, string sRoot="") ;
int test() ;
int main(int argc, char* argv[])
{
// 请更改目标Landsat影像信息的完整文件名
//string sPath = "J:\\fu_20150324\\landsat\\LC80350262013267-SC20150319213927\\LC80350262013267LGN00.xml" ;
//string sPath = "J:\\fu_20150324\\LC80360262013274-SC20150319213837\\LC80360262013274LGN00.xml" ;
//string sPath = "J:\\pstarfm_20150311\\landsat\\LE70370372000062-SC20150310080856\\LE70370372000062EDC00.xml" ;
//CLandsatinfo landsatInfo ;
//landsatInfo.InitializeXML(sPath) ;
// 从envi标准文件初始化CLandsatinfo
string sPath = "E:\\0\\resize.img" ;
CLandsatinfo landsatInfo ;
int stat = landsatInfo.InitializeENVI(sPath) ;
if (stat<0)
{
return -1 ;
}
//string sRoot = "J:\\pstarfm_20150330\\" ;
//ProcessLandsat(&landsatInfo, sRoot) ;
//ProcessMOD09A1(&landsatInfo, sRoot) ;
//ProcessMOD09GA(&landsatInfo, sRoot) ;
// 生成需要进行时空融合处理的头文件
//string sInputFile = "J:\\gaofeng_test_starfm_c\\InputFiles_2.txt" ;
//CGenerateInputFiles generateInputFiles ;
//generateInputFiles.Processing(sInputFile, &landsatInfo) ;
// 时间序列
//string sInputFile = "J:\\pstarfm_20150330\\input_txt3\\matchlist.txt" ;
//CGenerateInputFiles generateInputFiles ;
//generateInputFiles.Processing2(sInputFile, &landsatInfo) ;
// 生成快视图
//string sRoot = "J:\\pstarfm_20150330\\" ;
//string sInputFile = "J:\\pstarfm_20150330\\quickView\\matchlist.txt" ;
//CGenerateQuickView generateQuickView ;
//generateQuickView.Processing(sRoot, sInputFile, &landsatInfo) ;
// 计算评价指标 (还需要进行调试)
//int nvStartNums[] = {32, 40, 49, 57} ;
//string sRoot = "J:\\pstarfm_20150330\\" ;
//string sLandsatPreFolder = "J:\\pstarfm_20150330\\result_20150409\\" ;
//string sInputFile = "J:\\pstarfm_20150330\\matchlist.txt" ;
//CGetEvaluateIndexes getEvaluateIndx ;
//getEvaluateIndx.Precessing(sRoot, sLandsatPreFolder, sInputFile, &landsatInfo, nvStartNums, 4) ;
//test() ;
// 处理MOD09A1的BRDF图层(第12层,编码14)
string sRoot = "J:\\pstarfm_20150330\\" ;
ProcessMOD09A1(&landsatInfo, sRoot) ;
system("pause") ;
return 0 ;
}
int ProcessMOD09GA(CLandsatinfo* pLandsatInfo, string sRoot)
{
// 处理MOD09GA
string sRootPath, sOutputPath ;
if (sRoot.empty())
{
sRootPath = "J:\\fu_20150324\\modis\\" ;
sOutputPath = "J:\\fu_20150324\\modis_p\\";
}
else
{
sRootPath = sRoot + "modis\\" ;
sOutputPath = sRoot + "modis_p\\" ;
}
int naHdfBands[] = {11, 12, 13, 14, 15, 16, 17} ;
vector<int> nvHdfBands(naHdfBands, naHdfBands+7) ;
int naOutputBands[] = {1,2,3,4,5,6,7} ;
vector<int> nvOutputBands(naOutputBands, naOutputBands+7) ;
CMODISProcess modisProcess ;
modisProcess.Initialize(pLandsatInfo, &nvHdfBands, &nvOutputBands, 18, sRootPath, sOutputPath ) ;
modisProcess.Processing() ;
return 0 ;
}
int ProcessMOD09A1(CLandsatinfo* pLandsatInfo, string sRoot)
{
// 处理MOD09A1
string sRootPath, sOutputPath ;
if (sRoot.empty())
{
sRootPath = "J:\\pstarfm_20150311\\mod09a1\\" ;
sOutputPath = "J:\\pstarfm_20150311\\temp\\";
}
else
{
sRootPath = sRoot + "modis\\" ;
sOutputPath = sRoot + "modis_p\\" ;
}
int naHdfBands[] = {1,2, 3, 4, 5, 6, 7} ;
vector<int> nvHdfBands(naHdfBands, naHdfBands+7) ;
int naOutputBands[] = {1,2,3,4,5,6,7} ;
vector<int> nvOutputBands(naOutputBands, naOutputBands+7) ;
CMODISProcess modisProcess ;
// modisProcess.Initialize(pLandsatInfo, &nvHdfBands, &nvOutputBands, 8, sRootPath, sOutputPath ) ;
modisProcess.Initialize(pLandsatInfo, &nvHdfBands, &nvOutputBands, 12, sRootPath, sOutputPath ) ; // 处理12图层的BRDF -20150827
modisProcess.Processing() ;
return 0 ;
}
int ProcessLandsat(CLandsatinfo* pLandsatInfo, string sRoot)
{
// 处理Landsat
string sRootPath, sOutputPath ;
if (sRoot.empty())
{
sRootPath = "J:\\fu_20150324\\landsat\\" ;
sOutputPath = "J:\\fu_20150324\\landsat_p\\" ;
}
else
{
sRootPath = sRoot + "landsat\\" ;
sOutputPath = sRoot + "landsat_p\\" ;
}
CLandsatProcess landsatProcess ;
landsatProcess.Initialize( pLandsatInfo, sRootPath, sOutputPath) ; // 默认输出路径不可用,待修正
landsatProcess.Processing() ;
return 0;
}
int test()
{
//string sSrcFile = "C:\\Users\\chenhao\\Desktop\\2001MOD\\MOD09A1.A2001185.h08v05.hdf" ;
//string sFileOut = "C:\\Users\\chenhao\\Desktop\\2001MOD\\temp.img" ;
//int nBandNum = 2 * (1-1) ;
//GDALAllRegister();
//GDALDatasetH hSrcDS, hDstDS ;
//GDALDriverH hDriver ;
//int i ;
////
//GDALAllRegister();
//hSrcDS = GDALOpen( sSrcFile.c_str(), GA_ReadOnly );
//CPLAssert( hSrcDS != NULL );
//char ** papszSUBDATASETS = GDALGetMetadata( hSrcDS, "SUBDATASETS");
//std::string tmpstr = std::string(papszSUBDATASETS[nBandNum]);
//tmpstr = tmpstr.substr(tmpstr.find_first_of("=") + 1);
//const char *tmpc_str = tmpstr.c_str();
//GDALClose(hSrcDS) ;
//CPLSetConfigOption("GDAL_FILENAME_IS_UTF8","NO");
//hSrcDS = GDALOpen(tmpc_str, GA_ReadOnly);
//if (hSrcDS == NULL)
//{
// return RE_NOFILE ;
//}
//int nWidth= GDALGetRasterXSize(hSrcDS) ;
//int nHeight=GDALGetRasterXSize(hSrcDS) ;
//int nBandCount = GDALGetRasterCount(hSrcDS) ;
//GDALDataType dataType = GDALGetRasterDataType(GDALGetRasterBand(hSrcDS,1)) ;
//char *pszSrcWKT = NULL ;
//pszSrcWKT = const_cast<char *>( GDALGetProjectionRef(hSrcDS) );
//double dGeoTrans[6] ;
//GDALGetGeoTransform(hSrcDS, dGeoTrans) ;
//hDriver = GetGDALDriverManager()->GetDriverByName("ENVI") ;
//if (hDriver == NULL)
//{
// GDALClose(hSrcDS);
// return RE_PARAMERROR ;
//}
//hDstDS = GDALCreate(hDriver, sFileOut.c_str(), nWidth, nHeight, nBandCount, GDT_Byte, NULL) ;
//if (hDstDS == NULL)
//{
// GDALClose(hSrcDS);
// return RE_PARAMERROR ;
//}
//GDALSetGeoTransform(hDstDS, dGeoTrans) ;
//GDALSetProjection(hDstDS, pszSrcWKT) ;
//GDALRasterBandH hSrcRasterBand = GDALGetRasterBand(hSrcDS, 1) ;
//GDALRasterBandH hDstRasterBand = GDALGetRasterBand(hDstDS, 1) ;
//cv::Mat rowMatInt32, rowMatByte8 ;
//rowMatInt32.create(1, nWidth, CUtility::OpencvDataType(dataType)) ;
//rowMatByte8.create(1, nWidth, CV_8S) ;
//unsigned int *pValueInt32 = (unsigned int *)(rowMatInt32.data) ;
//char *pValueByte8 = (char *)(rowMatByte8.data) ;
//unsigned int codeInt32 ;
//for (i=0; i<nHeight; i++)
//{
// GDALRasterIO(hSrcRasterBand, GF_Read, 0, i, nWidth, 1, rowMatInt32.data, nWidth, 1, dataType, 0, 0) ;
// for (j=0; j<nWidth; j++)
// {
// codeInt32 = *(pValueInt32+j) ;
// *(pValueByte8+j) = Code2Mask(codeInt32) ;
// }
// GDALRasterIO(hDstRasterBand, GF_Write, 0, i, nWidth, 1, rowMatByte8.data, nWidth, 1, GDALDataType(CV_8S), 0, 0) ;
//}
//GDALClose(hSrcDS) ;
//GDALClose(hDstDS) ;
return 1 ;
}
| [
"chhao91@163.com"
] | chhao91@163.com |
6d01150d182677bc86ae69d88961f64139cdad3b | 73cfd700522885a3fec41127e1f87e1b78acd4d3 | /_Include/boost/fusion/container/generation/detail/preprocessed/map_tie.hpp | e61bf89ad42141bb9f796d2ab9e2805faacfbb8c | [
"BSL-1.0"
] | permissive | pu2oqa/muServerDeps | 88e8e92fa2053960671f9f57f4c85e062c188319 | 92fcbe082556e11587887ab9d2abc93ec40c41e4 | refs/heads/master | 2023-03-15T12:37:13.995934 | 2019-02-04T10:07:14 | 2019-02-04T10:07:14 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,355 | hpp | ////////////////////////////////////////////////////////////////////////////////
// map_tie.hpp
/*=============================================================================
Copyright (c) 2001-2011 Joel de Guzman
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
This is an auto-generated file. Do not edit!
==============================================================================*/
#if FUSION_MAX_MAP_SIZE <= 10
#include <boost/fusion/container/generation/detail/preprocessed/map_tie10.hpp>
#elif FUSION_MAX_MAP_SIZE <= 20
#include <boost/fusion/container/generation/detail/preprocessed/map_tie20.hpp>
#elif FUSION_MAX_MAP_SIZE <= 30
#include <boost/fusion/container/generation/detail/preprocessed/map_tie30.hpp>
#elif FUSION_MAX_MAP_SIZE <= 40
#include <boost/fusion/container/generation/detail/preprocessed/map_tie40.hpp>
#elif FUSION_MAX_MAP_SIZE <= 50
#include <boost/fusion/container/generation/detail/preprocessed/map_tie50.hpp>
#else
#error "FUSION_MAX_MAP_SIZE out of bounds for preprocessed headers"
#endif
/////////////////////////////////////////////////
// vnDev.Games - Trong.LIVE - DAO VAN TRONG //
////////////////////////////////////////////////////////////////////////////////
| [
"langley.joshua@gmail.com"
] | langley.joshua@gmail.com |
b25fa3a36366cc7b8831d0c9daf8d0e807f7f125 | d017b807b3753800feef6b8077d084b460027e46 | /cpp/SimpleMesh/AlignObject.h | 5c084f682464990ed3c847640050e8f752684ff2 | [] | no_license | awturner/awturner-phd | de64cc0c23e1195df59ea9ac6ebfa8e24ee55f88 | d8280b5602476565d97586854566c93fefe1d431 | refs/heads/master | 2016-09-06T04:47:14.802338 | 2011-06-02T22:33:27 | 2011-06-02T22:33:27 | 32,140,837 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,390 | h | /*
* ################################################################################
* ### MIT License
* ################################################################################
*
* Copyright (c) 2006-2011 Andy Turner
*
* 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 __ALIGNOBJECT_H__
#define __ALIGNOBJECT_H__
#include "ObjectManagement/ManagedObject.h"
#include "Mesh.h"
#include "TypeDefs.h"
#include "Search.h"
#include "Sampler.h"
namespace AWT
{
namespace SimpleMesh
{
class AlignObject : public ManagedObject
{
protected:
Mesh::P mesh;
Vector params;
Search::P searcher;
Sampler::P sampler;
PIWs samples;
const Index nsamples;
AlignObject(const Index nsamples);
public:
typedef ManagedAutoPointer<AlignObject> P;
Vector getParameters() const;
void incrementParameters(const Vector& inc);
virtual void setParameters(const Vector& params);
virtual Mesh::P getMesh();
void resample();
Index getMaxNumberOfSamples();
PIWs& getSamples();
virtual PointIndexWeights search(const Point& pnt, const Point& nml, SearchFilter::P filter) = 0;
virtual void calculateJacobian(const PointIndexWeights& p, Matrix& jac) = 0;
};
}
}
#endif // __ALIGNOBJECT_H__ | [
"andy.w.turner@gmail.com@8ccf9804-531a-5bdb-f4a8-09d094668cd7"
] | andy.w.turner@gmail.com@8ccf9804-531a-5bdb-f4a8-09d094668cd7 |
e50c0a26275ab3523361c4028e2d1a61b7182167 | 123c7e91039b278917b78b45b7dbd40de6d21f8a | /convertprocess.cpp | 02a3bc757d76ccccaa07baab826137b296f44a2e | [
"MIT"
] | permissive | OG-C/x64dbg-Plugin-Manager | 046b8230102bc10fff7a7f12c84f507cfe16e8be | c8d0dcd581729a5e1b5da5d5859c383e6eae8d1e | refs/heads/master | 2023-08-19T13:51:37.362738 | 2021-10-24T10:52:35 | 2021-10-24T10:52:35 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,296 | cpp | // Copyright (c) 2019-2021 hors<horsicq@gmail.com>
//
// 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.
//
#include "convertprocess.h"
ConvertProcess::ConvertProcess(QObject *pParent) : QObject(pParent)
{
bIsStop=false;
currentStats={};
}
void ConvertProcess::setData(Utils::MDATA *pMData, QString sDataPath)
{
this->pMData=pMData;
this->sDataPath=XBinary::convertPathName(sDataPath);
}
void ConvertProcess::stop()
{
bIsStop=true;
}
Utils::STATS ConvertProcess::getCurrentStats()
{
return currentStats;
}
void ConvertProcess::process()
{
QElapsedTimer elapsedTimer;
elapsedTimer.start();
bIsStop=false;
QString sGithubZipModulePath=Utils::getConvertModulePath(sDataPath,pMData->sName);
currentStats.nTotalModule=pMData->listConvertRecords.count();
for(int i=0;(i<currentStats.nTotalModule)&&(!bIsStop);i++)
{
Utils::HANDLE_RECORD handleRecord=pMData->listConvertRecords.at(i);
QString sFileName=Utils::getConvertDownloadFileName(sDataPath,pMData->sName,handleRecord.sPattern);
QString sPath=sGithubZipModulePath+QDir::separator()+handleRecord.sPath;
XZip zip;
// TODO errors
if(handleRecord.action==Utils::ACTION_MAKEDIRECTORY)
{
XBinary::createDirectory(sPath);
}
else if(handleRecord.action==Utils::ACTION_COPYFILE)
{
if(sFileName!="")
{
XBinary::createDirectory(QFileInfo(sPath).absolutePath());
XBinary::copyFile(sFileName,sPath);
}
// TODO errors
}
else if(handleRecord.action==Utils::ACTION_UNPACKFILE)
{
if(sFileName!="")
{
zip.decompressToFile(sFileName,handleRecord.sSrc,sPath);
}
// TODO errors
}
else if(handleRecord.action==Utils::ACTION_UNPACKDIRECTORY)
{
if(sFileName!="")
{
zip.decompressToPath(sFileName,handleRecord.sSrc,sPath);
}
// TODO errors
}
currentStats.nCurrentModule=i;
}
emit completed(elapsedTimer.elapsed());
}
| [
"horsicq@gmail.com"
] | horsicq@gmail.com |
8f292ba08687e9d89a93300b289c8d0c0319da80 | 4c25432a6d82aaebd82fd48e927317b15a6bf6ab | /data/dataset_2017/dataset_2017_8_formatted/satos/3264486_5654742835396608_satos.cpp | 5201dfc28454b254089912a3507cbe26ce505739 | [] | no_license | wzj1988tv/code-imitator | dca9fb7c2e7559007e5dbadbbc0d0f2deeb52933 | 07a461d43e5c440931b6519c8a3f62e771da2fc2 | refs/heads/master | 2020-12-09T05:33:21.473300 | 2020-01-09T15:29:24 | 2020-01-09T15:29:24 | 231,937,335 | 1 | 0 | null | 2020-01-05T15:28:38 | 2020-01-05T15:28:37 | null | UTF-8 | C++ | false | false | 1,491 | cpp | #include <algorithm>
#include <climits>
#include <cmath>
#include <cstdio>
#include <cstring>
#include <iostream>
#include <map>
#include <queue>
#include <set>
#include <string>
#include <vector>
using namespace std;
#define rep(i, n) for (int i = 0; i < ((int)(n)); i++)
#define reg(i, a, b) for (int i = ((int)(a)); i <= ((int)(b)); i++)
#define irep(i, n) for (int i = ((int)(n)) - 1; i >= 0; i--)
#define ireg(i, a, b) for (int i = ((int)(b)); i >= ((int)(a)); i--)
typedef long long int lli;
typedef pair<int, int> mp;
#define fir first
#define sec second
#define IINF INT_MAX
#define LINF LLONG_MAX
#define eprintf(...) fprintf(stderr, __VA_ARGS__)
#define pque(type) priority_queue<type, vector<type>, greater<type>>
#define memst(a, b) memset(a, b, sizeof(a))
#define iter(v, ite) for (auto ite = (v).begin(); ite != (v).end(); ite++)
#define mimunum(v, x) \
distance((v).begin(), lower_bound((v).begin(), (v).end(), x))
int n, k;
int main(void) {
int qn;
scanf("%d", &qn);
reg(qqq, 1, qn) {
scanf("%d%d", &n, &k);
priority_queue<int> que;
que.push(n);
rep(i, k - 1) {
int x = que.top();
que.pop();
x--;
if (x <= 0)
continue;
que.push(x - x / 2);
if (x / 2 > 0)
que.push(x / 2);
}
int t = que.top();
t--;
printf("Case #%d: %d %d\n", qqq, t - t / 2, t / 2);
}
return 0;
}
| [
"e.quiring@tu-bs.de"
] | e.quiring@tu-bs.de |
dbb266c295f34566c3665436ad5226b0cf24a232 | 8ec293c17d5a8635c4bf06cdd5b264429ec94d48 | /C++/Araignee/main.cpp | ac597a412a72e8241393636a513df82624f99a6e | [] | no_license | EmelineGOT/Centrale | 79636116ac18e3f5a31e67477d910edb0b105d9d | 8661f5010fbe60db3443ff0fc90e8df44d9dce4d | refs/heads/master | 2020-04-03T15:50:13.616829 | 2018-10-30T12:24:46 | 2018-10-30T12:24:46 | 155,379,782 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 563 | cpp | #include <QGuiApplication>
#include <QQmlApplicationEngine>
#include <QtQml>
#include "game.h"
#include <string>
#include <iostream>
int main(int argc, char *argv[])
{
//string eme="Emeline", elo="eloy";
QGuiApplication app(argc, argv);
game juego("joueur1","joueur2");
QQmlApplicationEngine engine;
engine.rootContext()->setContextProperty("vueGame", &juego);//on envoie vueGame pour pouvoir appeler la fonction depuis l'interface
engine.load(QUrl(QStringLiteral("qrc:/main.qml")));
return app.exec();
}
| [
"got.emeline@gmail.com"
] | got.emeline@gmail.com |
9f13f8523bdc3d9cd750c20afe376084ace73670 | e740db6eddacdcddca8bd93c6f260a6c09710986 | /thirdparty/fmidi/sources/fmidi/fmidi_player.cc | 2d42c390f2a212b7eed454ef872dfaaa1e9f0aa3 | [
"BSL-1.0"
] | permissive | jpcima/sfz-things | 0d3044d20227d4446eb1664cc92c5b71c92e33df | d5cdd0c99a32f4be1bb72b1eef7035038b18f72d | refs/heads/master | 2020-12-27T21:03:52.971222 | 2020-02-03T22:08:34 | 2020-02-03T22:14:42 | 238,053,994 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,153 | cc | // Copyright Jean Pierre Cimalando 2018.
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at
// http://www.boost.org/LICENSE_1_0.txt)
#include "fmidi.h"
#include <memory>
#include <algorithm>
#include <assert.h>
struct fmidi_player_context {
fmidi_player_t *plr;
fmidi_seq_u seq;
double timepos;
double speed;
bool have_event;
fmidi_seq_event_t sqevt;
void (*cbfn)(const fmidi_event_t *, void *);
void *cbdata;
void (*finifn)(void *);
void *finidata;
};
struct fmidi_player {
bool running;
fmidi_player_context ctx;
};
fmidi_player_t *fmidi_player_new(fmidi_smf_t *smf)
{
fmidi_player_u plr(new fmidi_player_t);
plr->running = false;
fmidi_player_context &ctx = plr->ctx;
ctx.plr = plr.get();
ctx.seq.reset(fmidi_seq_new(smf));
ctx.timepos = 0;
ctx.speed = 1;
ctx.have_event = false;
ctx.cbfn = nullptr;
ctx.cbdata = nullptr;
ctx.finifn = nullptr;
ctx.finidata = nullptr;
return plr.release();
}
void fmidi_player_tick(fmidi_player_t *plr, double delta)
{
fmidi_player_context &ctx = plr->ctx;
fmidi_seq_t &seq = *ctx.seq;
void (*cbfn)(const fmidi_event_t *, void *) = ctx.cbfn;
void *cbdata = ctx.cbdata;
double timepos = ctx.timepos;
bool have_event = ctx.have_event;
fmidi_seq_event_t &sqevt = ctx.sqevt;
timepos += ctx.speed * delta;
bool more = have_event || fmidi_seq_next_event(&seq, &sqevt);
if (more) {
have_event = true;
while (more && timepos > sqevt.time) {
const fmidi_event_t &event = *sqevt.event;
if (cbfn)
cbfn(&event, cbdata);
have_event = more = fmidi_seq_next_event(&seq, &sqevt);
}
}
ctx.have_event = have_event;
ctx.timepos = timepos;
if (!more) {
plr->running = false;
if (ctx.finifn)
ctx.finifn(ctx.finidata);
}
}
void fmidi_player_free(fmidi_player_t *plr)
{
delete plr;
}
void fmidi_player_start(fmidi_player_t *plr)
{
plr->running = true;
}
void fmidi_player_stop(fmidi_player_t *plr)
{
plr->running = false;
}
void fmidi_player_rewind(fmidi_player_t *plr)
{
fmidi_player_context &ctx = plr->ctx;
fmidi_seq_rewind(ctx.seq.get());
ctx.timepos = 0;
ctx.have_event = false;
}
bool fmidi_player_running(const fmidi_player_t *plr)
{
return plr->running;
}
double fmidi_player_current_time(const fmidi_player_t *plr)
{
return plr->ctx.timepos;
}
void fmidi_player_goto_time(fmidi_player_t *plr, double time)
{
fmidi_player_context &ctx = plr->ctx;
fmidi_seq_t &seq = *ctx.seq;
fmidi_player_rewind(plr);
if (ctx.cbfn) {
alignas(fmidi_event_t) uint8_t evtbuf[fmidi_event_sizeof(3)];
fmidi_event_t *evt = (fmidi_event_t *)evtbuf;
evt->type = fmidi_event_message;
evt->delta = 0;
for (unsigned c = 0; c < 16; ++c) {
// all sound off
evt->datalen = 3;
evt->data[0] = (0b1011 << 4) | c;
evt->data[1] = 120;
evt->data[2] = 0;
ctx.cbfn(evt, ctx.cbdata);
// reset all controllers
evt->datalen = 3;
evt->data[0] = (0b1011 << 4) | c;
evt->data[1] = 121;
evt->data[2] = 0;
ctx.cbfn(evt, ctx.cbdata);
// volume
evt->datalen = 3;
evt->data[0] = (0b1011 << 4) | c;
evt->data[1] = 7;
evt->data[2] = 100;
ctx.cbfn(evt, ctx.cbdata);
// pan
evt->datalen = 3;
evt->data[0] = (0b1011 << 4) | c;
evt->data[1] = 10;
evt->data[2] = 64;
ctx.cbfn(evt, ctx.cbdata);
// bank select
evt->datalen = 3;
evt->data[0] = (0b1011 << 4) | c;
evt->data[1] = 0;
evt->data[2] = 0;
ctx.cbfn(evt, ctx.cbdata);
evt->data[1] = 32;
ctx.cbfn(evt, ctx.cbdata);
// program change
evt->datalen = 2;
evt->data[0] = (0b1100 << 4) | c;
evt->data[1] = 0;
ctx.cbfn(evt, ctx.cbdata);
}
}
for (fmidi_seq_event_t sqevt;
fmidi_seq_peek_event(&seq, &sqevt) && sqevt.time < time;) {
const fmidi_event_t &evt = *sqevt.event;
if (ctx.cbfn)
ctx.cbfn(&evt, ctx.cbdata);
fmidi_seq_next_event(&seq, nullptr);
}
ctx.timepos = time;
}
double fmidi_player_current_speed(const fmidi_player_t *plr)
{
return plr->ctx.speed;
}
void fmidi_player_set_speed(fmidi_player_t *plr, double speed)
{
plr->ctx.speed = speed;
}
void fmidi_player_event_callback(
fmidi_player_t *plr, void (*cbfn)(const fmidi_event_t *, void *), void *cbdata)
{
fmidi_player_context &ctx = plr->ctx;
ctx.cbfn = cbfn;
ctx.cbdata = cbdata;
}
void fmidi_player_finish_callback(
fmidi_player_t *plr, void (*cbfn)(void *), void *cbdata)
{
fmidi_player_context &ctx = plr->ctx;
ctx.finifn = cbfn;
ctx.finidata = cbdata;
}
| [
"jp-dev@inbox.ru"
] | jp-dev@inbox.ru |
7066d9d5b1eb10948776705f8402a327c16d825f | afa65dbf86391a55d860b29630eddc0274bf5da9 | /CNCMain.cpp | 0c9ea691a499b1eed6df1bd8037134d80de47d22 | [] | no_license | harishmdesai/CleanCode_CNCMon | c9c4776b5b380c793246063a786f7ead4c764d5c | c05ae3b57886f738bdc424457e427ff90bfa3361 | refs/heads/master | 2023-01-19T04:15:21.403799 | 2020-11-19T05:57:57 | 2020-11-19T05:57:57 | 282,123,896 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,762 | cpp | #include "CNCValidator.hpp"
#include "CNCSelfTestValidation.hpp"
#include "CNCTempValidator.hpp"
#include "CNCDurationValidation.hpp"
#include "CNCDiamValidator.hpp"
typedef enum
{
CNC_SelfTest = 0;
CNC_TempMon,
CNC_DiamVariation,
CNC_DurationOfOper,
CNC_NoOfMon
}CNC_ListOfMOn;
typedef enum
{
CNCSelfTestAllOK,
CNCSelfTestNoData,
CNCSelfTestContBoard,
CNCSelfTestConfigData
}CNC_SelfTestStatus;
/*Just for test*/
typedef struct
{
CNC_SelfTestStatus Selfteststatus;
float tempearature;
float Diameter;
float Duration;
} CNC_CurrentValue;
static bool CNCSWInit = TRUE;
#define IsParmWithinARange(Value, Reference) (Value<Reference)
static fun_SoftwareInit()
{
g_CNCCurrentValue.Selfteststatus = CNCSelfTestAllOK;
g_CNCCurrentValue.tempearature = 26;
g_CNCCurrentValue.Diameter = 0.20;
g_CNCCurrentValue.Duration = 20;
}
typedef enum
{
CNC_MachineAllOk,
CNC_MachineFailure,
CNC_EnvironmentFailure,
CNC_EnvironmentNMachineFailure
}CNC_DiagStatus;
int main ()
{
bool IsEnvironmentFailed, IsMachineFailed;
/*SW Initialization*/
if(CNCSWInit)
{
fun_SoftwareInit();
/*SW Initialization DOne*/
CNCSWInit = FALSE;
}
/*Get the Mon data cyclically*/
Fun_GetCurrentTemp();
Fun_GetCurrentDuration();
Fun_GetCurrentDiam();
Fun_GetCurrentDiam();
/*Get the status*/
IsEnvironmentFailed = CNCEnvironmentValidate();
IsMachineFailed = CNCMachineStatusValidate();
/*Validator*/
if(IsEnvironmentFailed && IsMachineFailed)
{
return(CNC_EnvironmentNMachineFailure);
}
else if (IsEnvironmentFailed)
{
return(CNC_EnvironmentFailure);
}
else if (IsMachineFailed)
{
return(CNC_MachineFailure);
}
else
{
return(CNC_MachineAllOk);
}
}
| [
"noreply@github.com"
] | noreply@github.com |
7d3ad0573641007cc1226909846d9daf82e6acc6 | 7c5d7fb6a64df1a118a64bdf6087ecf395a3a722 | /data/final-20/sources/u8973_241_C_2483809.cpp | 2f0fd612fd42384c9de63ca708d37eb6747ed774 | [] | no_license | alexhein189/code-plagiarism-detector | e66df71c46cc5043b6825ef76a940b658c0e5015 | 68d21639d4b37bb2c801befe6f7ce0007d7eccc5 | refs/heads/master | 2023-03-18T06:02:45.508614 | 2016-05-04T14:29:57 | 2016-05-04T14:54:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,874 | cpp | #include <cstdio>
#include <iostream>
#include <vector>
#include <string>
#include <set>
#include <queue>
#include <map>
#include <algorithm>
using namespace std;
int t[2][100001] = {0};
int v[2][100001] = {0};
int solve(int h, int rem, int k, int cur){
int prev[2] = {-1, -1};
int len = 100000;
int temp = 0;
for (int j = 0; j < k; j++){
int ind = (rem * len) / h;
int ost = (rem * len) % h;
if (ost == 0){
if (t[cur][ind] != prev[cur] && t[cur][ind] != 0){
prev[cur] = t[cur][ind];
temp += v[cur][ind];
}
else{
temp = 0;
break;
}
}
else{
if (t[cur][ind] != prev[cur] && t[cur][ind] != 0 && t[cur][ind + 1] != 0){
prev[cur] = t[cur][ind];
temp += v[cur][ind];
}
else{
temp = 0;
break;
}
}
cur = 1 - cur;
rem += 100;
}
return temp;
}
int main(){
#ifndef ONLINE_JUDGE
freopen("input.txt", "rt", stdin);
freopen("output.txt", "wt", stdout);
#endif
int hl, hr, n;
cin>>hl>>hr>>n;
for (int i = 1; i <= n; i++){
int vi, ai, bi;
char ci;
cin>>vi>>ci>>ai>>bi;
int cur;
if (ci == 'T'){
cur = 0;
}
else{
cur = 1;
}
for (int j = ai; j <= bi; j++){
t[cur][j] = i;
v[cur][j] = vi;
}
}
int score = 0;
for (int i = 1; i <= 100; i++){
int h, rem, cur;
if (i & 1){
h = hl + hr + 100 * (i - 1);
rem = hl;
cur = 1;
score = max(score, solve(h, rem, i, cur));
h = 100 - hl + 100 - hr + 100 * (i - 1);
rem = 100 - hl;
cur = 0;
score = max(score, solve(h, rem, i, cur));
}
else{
h = 100 - hl + hr + 100 * (i - 1);
rem = 100 - hl;
cur = 0;
score = max(score, solve(h, rem, i, cur));
h = hl + 100 - hr + 100 * (i - 1);
rem = hl;
cur = 1;
score = max(score, solve(h, rem, i, cur));
}
}
cout<<score;
} | [
"shk.slava@gmail.com"
] | shk.slava@gmail.com |
560ecfc2681dea2624a6a9def5bc4648d8849490 | 9acd561fad28a8787f1a4e2a2c74eeec987db7c9 | /cpp/datebase/QueryRunner.cpp | 2750c350a93a99ba811b8e543789d0cce928a21e | [] | no_license | dongjiahong/documents | 9ab3ca6fc2b0309a453001de8b7c77f4882de269 | 852a48721982393373606bbe85679a36c4b66e26 | refs/heads/master | 2020-04-24T09:04:50.692828 | 2019-02-22T11:20:58 | 2019-02-22T11:20:58 | 171,851,720 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 785 | cpp | #include "QueryRunner.h"
//输入sql语句,获取查询结果
size_t QueryRunner::query(const string &sql) {
size_t row_num = 0;
try{
//建立链接
if (conn.connect(db_info.db_name.c_str(), db_info.db_host.c_str(), db_info.db_user.c_str(), db_info.db_paswd.c_str())) {
//建立查询
mysqlpp::Query query = conn.query(sql);
//获取查询结果
mysqlpp::StoreQueryResult res = query.store();
//保存查询结果
this->res = res;
row_num = res.num_rows();
}
} catch (const mysqlpp::Exception &e) {
cout << "查询失败:" << e.what() << endl;
} catch (...) {
cout << "查询失败!"<< endl;
}
return row_num;
}
//获取查询结果
mysqlpp::StoreQueryResult QueryRunner::getQueryResult() {
if (this->res){
return this->res;
}
}
| [
"dongjiahong@hotmail.com"
] | dongjiahong@hotmail.com |
01c6c40d2dfab58b6e81c7ca2e527ccfb8e4434f | 21f5c015df54ba89ccf2a1c6470eca9d816b97c0 | /IndieEngine/include/EngineGUI.hpp | 56e70fa4a44362846dcc1e9113bf03a97634ea6e | [] | no_license | Snowapril/IndieRenderer | f92b5049e060f84a83235a96429dace4f0c461ae | e0ab2b63bd7f6d032db18a563dc4d40466456f70 | refs/heads/master | 2020-03-23T02:00:31.509430 | 2018-08-08T14:34:23 | 2018-08-08T14:34:23 | 140,950,855 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 768 | hpp | /**
* @file EngineGUI.hpp
* @author Shinjihong
* @date 15 July 2018
* @version 1.0.0
* @brief GUI class for IndieEngine.
* @details user can control rendering settings through GUI.
* @see
*/
#ifndef ENGINE_GUI_HPP
#define ENGINE_GUI_HPP
struct GLFWwindow;
enum class Material : int;
enum class Model : int;
enum class Environment : int;
class EngineGUI
{
private:
int toneMappingMode;
protected:
bool isGUIOpen;
bool useReinhard;
/// will be used for tone mapping.
float exposure;
float gamma;
float rotationVelocity;
float scaleRatio;
int materialIdx;
int modelIdx;
int environmentIdx;
public:
EngineGUI();
virtual ~EngineGUI();
bool initGUI(GLFWwindow* window);
void updateGUI(float dt, float height);
void renderGUI(void) const;
};
#endif | [
"sinjihng@naver.com"
] | sinjihng@naver.com |
b30021e3f2f44f1892c47cd97633d6597daaba5b | 1afec3e10c24e43da24c77aa681e582e06f4e7d8 | /cpp/myob/ob_recent_log_cache-log-id-index.cpp | dc4df68200bf6c6337805a41d3d81a9f6d53d212 | [] | no_license | jeffreywugz/code-repository | 8ade372c334f9ce74ff927f5b9c4a8f4c7fe7deb | 163ede173179309daa3b29a81f0e93ee51da0896 | refs/heads/master | 2020-04-20T13:13:06.606368 | 2014-07-18T06:56:15 | 2014-07-18T06:56:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,927 | cpp | /*
* (C) 2007-2010 Taobao Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*
*
* Authors:
* yuanqi.xhf <yuanqi.xhf@taobao.com>
* - some work details if you want
*
*/
#include "ob_recent_log_cache.h"
#include "common/utility.h"
#include "common/ob_malloc.h"
#include "ob_ups_log_utils.h"
using namespace oceanbase::common;
namespace oceanbase
{
namespace updateserver
{
int update_log_index_in_buf(const int64_t version, ObLogPosIndex& log_index, const int64_t start_pos,
int64_t& start_id, int64_t& end_id, const char* log_data, int64_t data_len)
{
int err = OB_SUCCESS;
ObLogEntry log_entry;
int64_t pos = 0;
int64_t old_pos = 0;
start_id = 0;
end_id = 0;
while (OB_SUCCESS == err && pos < data_len)
{
old_pos = pos;
if (OB_SUCCESS != (err = log_entry.deserialize(log_data, data_len, pos)))
{
TBSYS_LOG(ERROR, "log_entry.deserialize(log_data=%p, data_len=%ld, pos=%ld)=>%d", log_data, data_len, pos, err);
}
else if (OB_SUCCESS != (err = log_entry.check_data_integrity(log_data + pos)))
{
TBSYS_LOG(ERROR, "log_entry.check_data_integrity()=>%d", err);
}
else if (OB_SUCCESS != (err = log_index.add(version, log_entry.seq_, start_pos + old_pos)))
{
TBSYS_LOG(ERROR, "log_index.add(version=%ld, log_id=%ld, pos=%ld)=>%d",
version, log_entry.seq_, start_pos + old_pos, err);
}
else
{
pos += log_entry.get_log_data_len();
end_id = log_entry.seq_ + 1;
if (0 >= start_id)
{
start_id = log_entry.seq_;
}
}
}
return err;
}
ObRecentLogCache::ObRecentLogCache(): is_inited_(false), end_id_(0)
{}
ObRecentLogCache::~ObRecentLogCache()
{}
bool ObRecentLogCache::is_inited() const
{
return is_inited_;
}
int ObRecentLogCache::check_state() const
{
int err = OB_SUCCESS;
if (!is_inited())
{
err = OB_NOT_INIT;
}
return err;
}
int ObRecentLogCache:: init(int64_t log_buf_len, int64_t n_indexes)
{
int err = OB_SUCCESS;
if (is_inited())
{
err = OB_INIT_TWICE;
TBSYS_LOG(ERROR, "ObRecentLogCache:init twice.");
}
else if (0 >= log_buf_len || 0 >= n_indexes)
{
err = OB_INVALID_ARGUMENT;
TBSYS_LOG(ERROR, "ObRecentLogCache.init(log_buf_len=[%ld], n_indexes=%ld): invalid argument",
log_buf_len, n_indexes);
}
else if (OB_SUCCESS != (err = log_buf_.init(log_buf_len)))
{
TBSYS_LOG(ERROR, "log_buf_.init(log_buf_len=%ld)=>%d", log_buf_len, err);
}
else if (OB_SUCCESS != (err = log_pos_index_.init(n_indexes)))
{
TBSYS_LOG(ERROR, "log_pos_index_.init(n_indexes=%ld)=>%d", n_indexes, err);
}
else
{
version_ = 1;
is_inited_ = true;
}
return err;
}
int ObRecentLogCache::reset()
{
int err = OB_SUCCESS;
if (OB_SUCCESS != (err = check_state()))
{
TBSYS_LOG(ERROR, "check_state()=>%d", err);
}
else
{
version_++;
}
return err;
}
int ObRecentLogCache::push_log(const int64_t start_id, const int64_t end_id,
const char* buf, const int64_t len)
{
int err = OB_SUCCESS;
int64_t real_start_id = 0;
int64_t real_end_id = 0;
if (OB_SUCCESS != (err = check_state()))
{
TBSYS_LOG(ERROR, "check_state()=>%d", err);
}
else if (NULL == buf || 0 > len || 0 >= start_id || start_id > end_id)
{
err = OB_INVALID_ARGUMENT;
TBSYS_LOG(ERROR, "push_log(range=[%ld,%ld], buf=%p[%ld]): invalid argument", start_id, end_id, buf, len);
}
else if (end_id_ > 0 && end_id_ != start_id)
{
err = OB_DISCONTINUOUS_LOG;
}
else if (OB_SUCCESS != (err = update_log_index_in_buf(version_, log_pos_index_, log_buf_.get_end_pos(),
real_start_id, real_end_id, buf, len)))
{
TBSYS_LOG(ERROR, "update_index(log_range=[%ld,%ld], buf=%p[%ld])=>%d", start_id, end_id, buf, len, err);
}
else if (len > 0 && (start_id != real_start_id || end_id != real_end_id))
{
err = OB_ERR_UNEXPECTED;
TBSYS_LOG(ERROR, "range[%ld,%ld] != real_range[%ld,%ld]", start_id, end_id, real_start_id, real_end_id);
}
else if (OB_SUCCESS != (err = log_buf_.append(log_buf_.get_end_pos(), buf, len)))
{
TBSYS_LOG(ERROR, "copy_to_ring_buf(ring_buf=%p, buf=%p[%ld])=>%d", &log_buf_, buf, len, err);
}
else
{
end_id_ = end_id;
}
return err;
}
int ObRecentLogCache::get_log(const int64_t start_id, int64_t& end_id, char* buf, const int64_t len, int64_t& read_count)
{
int err = OB_SUCCESS;
int64_t old_version = version_;
int64_t copy_count = 0;
int64_t pos = 0;
int64_t real_start_id = 0;
int64_t real_end_id = 0;
end_id = start_id;
read_count = 0;
if (OB_SUCCESS != (err = check_state()))
{
TBSYS_LOG(ERROR, "check_state()=>%d", err);
}
else if (NULL == buf || len <= 0 || 0 >= start_id)
{
err = OB_INVALID_ARGUMENT;
TBSYS_LOG(ERROR, "get_log(start_log_id=%ld, buf=%p[%ld]): invalid argument", start_id, buf, len);
}
else if (OB_SUCCESS != (err = log_pos_index_.get(old_version, start_id, pos)))
{
if (OB_ENTRY_NOT_EXIST != err)
{
TBSYS_LOG(ERROR, "log_pos_index_.get(version=%ld, start_id=%ld)=>%d", old_version, start_id, err);
}
else
{
err = OB_SUCCESS;
}
}
else if (OB_SUCCESS != (err = log_buf_.read(pos, buf, len, copy_count)))
{
TBSYS_LOG(ERROR, "log_buf.read(buf=%p[%ld], pos=%ld)=>%d", buf, len, pos, err);
}
else if (old_version != version_)
{}
else if (OB_SUCCESS != (err = trim_log_buffer(buf, copy_count, read_count, real_start_id, real_end_id)))
{
TBSYS_LOG(ERROR, "parse_log_buffer(buf=%p[%ld], start_id=%ld)=>%d",
buf, copy_count, start_id, err);
}
else if (read_count <= 0)
{} // read nothing
else if (start_id != real_start_id)
{
err = OB_ERR_UNEXPECTED;
TBSYS_LOG(ERROR, "get_log(start_id[%ld] != read_start_id[%ld])", start_id, real_start_id);
}
else
{
end_id = real_end_id;
}
return err;
}
} // end namespace updateserver
} // end namespace oceanbase
| [
"huafengxi@gmail.com"
] | huafengxi@gmail.com |
de7517ec4cc815373aee8fd16ee0f48c618ef513 | a7e85ff92670eed037df0abcb7952a0ef8523269 | /2020/C++/AdventOfCode/AdventOfCode/src/Days/Day.h | cb15846ed6d36f359a76de8d70c0f05e413904ff | [] | no_license | daanstout/AdventOfCode | a2923ed4d80cc872a172555350bea9a2ed723538 | cbb3b07956ddd92d11a660f8ec4bd4e5e4336cb0 | refs/heads/master | 2023-07-06T13:11:28.241763 | 2023-06-26T12:44:54 | 2023-06-26T12:44:54 | 160,939,134 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 533 | h | #pragma once
#include <string>
#include <vector>
#include <memory>
#include <sstream>
#include <iostream>
class Day {
protected:
Day();
public:
virtual void Calculate() = 0;
virtual void Print();
protected:
std::vector<std::string>* Split(std::stringstream& text, char splitChar);
std::vector<std::string>* Split(std::string& text, char splitChar);
std::vector<std::string>* Split(const std::string& text, const std::string& splitString);
std::vector<std::string> input;
std::string resultOne;
std::string resultTwo;
};
| [
"formaestroke@gmail.com"
] | formaestroke@gmail.com |
eafc9c4c1d91f857adaf0b3c3f1363a6b2075dd5 | b13c1318975a3531647b02c550f3199d48b895fa | /ch16/ex5/main.cpp | 613831206234ed0190a9cf820d31c9ef1f3a292b | [] | no_license | tymekm/cpp_primerPlus | 923f0a26804c654072e3994c4bf110bda8b4d3d8 | f7d511f509ea73b394577b71959db406a0154ef7 | refs/heads/master | 2020-04-06T19:03:28.823776 | 2018-11-23T16:02:48 | 2018-11-23T16:02:48 | 157,723,787 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 688 | cpp | #include <iostream>
#include <vector>
#include <iterator>
#include <set>
#include <valarray>
const int NUM = 3;
using std::cout;
template <typename T>
int reduce(T arr[], int n);
int main()
{
std::string stringArr[NUM] {"one", "one", "two"};
int result = reduce(stringArr, NUM);
std::cout << result;
std::cout << '\n';
long longArr[NUM] {5,7,5};
result = reduce(longArr, NUM);
std::cout << result;
std::cout << '\n';
return 0;
}
template <typename T>
int reduce(T arr[], int n)
{
std::vector<T> vec(arr, arr+n);
std::sort(vec.begin(), vec.end());
vec.erase( std::unique( vec.begin(), vec.end() ), vec.end() );
return vec.size();
}
| [
"tymek.m@hotmail.com"
] | tymek.m@hotmail.com |
a32dcf77504a764f347c696cc922c843ab16cb37 | d0be9a869d4631c58d09ad538b0908554d204e1c | /utf8/lib/client/kernelengine/include/CGAL3.2.1/include/CGAL/Weighted_Minkowski_distance.h | b2a1cf166c24f386c73f6c8ee24f0ae01434aa59 | [] | no_license | World3D/pap | 19ec5610393e429995f9e9b9eb8628fa597be80b | de797075062ba53037c1f68cd80ee6ab3ed55cbe | refs/heads/master | 2021-05-27T08:53:38.964500 | 2014-07-24T08:10:40 | 2014-07-24T08:10:40 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,349 | h | // Copyright (c) 2002 Utrecht University (The Netherlands).
// All rights reserved.
//
// This file is part of CGAL (www.cgal.org); you may redistribute it under
// the terms of the Q Public License version 1.0.
// See the file LICENSE.QPL distributed with CGAL.
//
// Licensees holding a valid commercial license may use this file in
// accordance with the commercial license agreement provided with the software.
//
// This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
// WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
//
// $URL: svn+ssh://scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.2-branch/Spatial_searching/include/CGAL/Weighted_Minkowski_distance.h $
// $Id: Weighted_Minkowski_distance.h 28786 2006-02-26 00:25:19Z glisse $
//
//
// Author(s) : Hans Tangelder (<hanst@cs.uu.nl>)
// Note: Use p=0 to denote the weighted Linf-distance
// For 0<p<1 Lp is not a metric
#ifndef CGAL_WEIGHTED_MINKOWSKI_DISTANCE_H
#define CGAL_WEIGHTED_MINKOWSKI_DISTANCE_H
#include <cmath>
#include <CGAL/Kd_tree_rectangle.h>
namespace CGAL {
template <class SearchTraits>
class Weighted_Minkowski_distance {
public:
typedef typename SearchTraits::Point_d Point_d;
typedef Point_d Query_item;
typedef typename SearchTraits::FT FT;
typedef std::vector<FT> Weight_vector;
private:
typedef typename SearchTraits::Cartesian_const_iterator_d Coord_iterator;
FT power;
Weight_vector the_weights;
public:
// default constructor
Weighted_Minkowski_distance()
: power(2)
{}
Weighted_Minkowski_distance(const int d)
: power(2), the_weights(d)
{
for (unsigned int i = 0; i < d; ++i) the_weights[i]=FT(1);
}
//default copy constructor and destructor
Weighted_Minkowski_distance (FT pow, int dim,
const Weight_vector& weights)
: power(pow)
{
CGAL_assertion(power >= FT(0));
CGAL_assertion(dim==weights.size());
for (unsigned int i = 0; i < weights.size(); ++i)
CGAL_assertion(weights[i]>=FT(0));
the_weights.resize(weights.size());
the_weights = weights;
}
template <class InputIterator>
Weighted_Minkowski_distance (FT pow, int dim,
InputIterator begin, InputIterator end)
: power(pow)
{
CGAL_assertion(power >= FT(0));
the_weights.resize(dim);
std::copy(begin, end, the_weights.begin());
for (int i = 0; i < dim; ++i){
the_weights[i] = *begin;
++begin;
CGAL_assertion(the_weights[i]>=FT(0));
}
CGAL_assertion(begin == end);
}
inline
FT
transformed_distance(const Query_item& q, const Point_d& p)
{
FT distance = FT(0);
typename SearchTraits::Construct_cartesian_const_iterator_d construct_it;
Coord_iterator qit = construct_it(q),
qe = construct_it(q,1),
pit = construct_it(p);
if (power == FT(0)) {
for (unsigned int i = 0; qit != qe; ++qit, ++i)
if (the_weights[i] * std::fabs((*qit) - (*pit)) > distance)
distance = the_weights[i] * std::fabs((*qit)-(*pit));
}
else
for (unsigned int i = 0; qit != qe; ++qit, ++i)
distance +=
the_weights[i] * std::pow(std::fabs((*qit)-(*pit)),power);
return distance;
}
inline
FT
min_distance_to_rectangle(const Query_item& q,
const Kd_tree_rectangle<SearchTraits>& r) const
{
FT distance = FT(0);
typename SearchTraits::Construct_cartesian_const_iterator_d construct_it;
Coord_iterator qit = construct_it(q), qe = construct_it(q,1);
if (power == FT(0))
{
for (unsigned int i = 0; qit != qe; ++qit, ++i) {
if (the_weights[i]*(r.min_coord(i) -
(*qit)) > distance)
distance = the_weights[i] * (r.min_coord(i)-
(*qit));
if (the_weights[i] * ((*qit) - r.max_coord(i)) >
distance)
distance = the_weights[i] *
((*qit)-r.max_coord(i));
}
}
else
{
for (unsigned int i = 0; qit != qe; ++qit, ++i) {
if ((*qit) < r.min_coord(i))
distance += the_weights[i] *
std::pow(r.min_coord(i)-(*qit),power);
if ((*qit) > r.max_coord(i))
distance += the_weights[i] *
std::pow((*qit)-r.max_coord(i),power);
}
};
return distance;
}
inline
FT
max_distance_to_rectangle(const Query_item& q,
const Kd_tree_rectangle<SearchTraits>& r) const {
FT distance=FT(0);
typename SearchTraits::Construct_cartesian_const_iterator_d construct_it;
Coord_iterator qit = construct_it(q), qe = construct_it(q,1);
if (power == FT(0))
{
for (unsigned int i = 0; qit != qe; ++qit, ++i) {
if ((*qit) >= (r.min_coord(i) +
r.max_coord(i))/FT(2.0))
if (the_weights[i] * ((*qit) -
r.min_coord(i)) > distance)
distance = the_weights[i] *
((*qit)-r.min_coord(i));
else
if (the_weights[i] *
(r.max_coord(i) - (*qit)) > distance)
distance = the_weights[i] *
( r.max_coord(i)-(*qit));
}
}
else
{
for (unsigned int i = 0; qit != qe; ++qit, ++i) {
if ((*qit) <= (r.min_coord(i)+r.max_coord(i))/FT(2.0))
distance += the_weights[i] * std::pow(r.max_coord(i)-(*qit),power);
else
distance += the_weights[i] * std::pow((*qit)-r.min_coord(i),power);
}
};
return distance;
}
inline
FT
new_distance(FT dist, FT old_off, FT new_off,
int cutting_dimension) const
{
FT new_dist;
if (power == FT(0))
{
if (the_weights[cutting_dimension]*std::fabs(new_off)
> dist)
new_dist=
the_weights[cutting_dimension]*std::fabs(new_off);
else new_dist=dist;
}
else
{
new_dist = dist + the_weights[cutting_dimension] *
(std::pow(std::fabs(new_off),power)-std::pow(std::fabs(old_off),power));
}
return new_dist;
}
inline
FT
transformed_distance(FT d) const
{
if (power <= FT(0)) return d;
else return std::pow(d,power);
}
inline
FT
inverse_of_transformed_distance(FT d) const
{
if (power <= FT(0)) return d;
else return std::pow(d,1/power);
}
}; // class Weighted_Minkowski_distance
} // namespace CGAL
#endif // CGAL_WEIGHTED_MINKOWSKI_DISTANCE_H
| [
"viticm@126.com"
] | viticm@126.com |
aaab9d55240150e4f18ebaf0575e99671bb1877c | f3347a321ccc508a6f0f0dafd4a8eb5d13cdb3dc | /src/profile/elf_parser.h | 383edd3c92031066c22826211b1acaa7931fd937 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | danielharvey458/profile | 03d8380093c32b0762a307c566f03c29b9ed7b8c | 36bf3f120bec0c5c3e27596649acf18207072d48 | refs/heads/master | 2021-01-09T13:00:53.950580 | 2019-09-12T05:13:39 | 2019-09-12T05:13:39 | 242,310,152 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,267 | h | /*
* Copyright 2019 Daniel Harvey
*
* 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.
*/
#ifndef PROFILE_ELF_PARSER_H
#define PROFILE_ELF_PARSER_H
#include "elf++.hh"
#include "dwarf++.hh"
#include <optional>
namespace profile
{
/*
* Try to find the address range of the function called
* @p function_name in the provided @p dwarf_info,
* returning an empty optional if no such function
* can be found.
*
* This function is highly incomplete: it doesn't
* handle overloads at all, for example, and will
* choose the first function that it finds.
*/
std::optional<std::pair<std::intptr_t, std::intptr_t>>
get_function_range (const dwarf::dwarf &dwarf_info,
const std::string &function_name);
}
#endif
| [
"danielharvey458@gmail.com"
] | danielharvey458@gmail.com |
fcd85d387e40372a1f31d9d8c8a708eca475a902 | 8d827fa780171688967d469e50461f5b96b90c67 | /C++/trik.cpp | 81b582a6ca2d43eed6c07a39ea520139f0883aa0 | [] | no_license | a-doering/kattis | d6712ae7f7b72ecf661a3b08ce7b90d08d0dcc7e | 424b354be98bfd7a9e059ae307ea46f6f0307dd7 | refs/heads/master | 2022-12-18T15:14:23.805332 | 2020-09-23T23:30:41 | 2020-09-23T23:30:41 | 250,390,040 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 693 | cpp | //kattis trik
#include <bits/stdc++.h>
using namespace std;
int main() {
char input[50];
scanf("%s", &input);
int cup [3]={1,0,0};//ball under leftmost
int temp;
int n=strlen(input);
for(int i=0; i<n; i++){
if (input[i] == 'A'){
temp= cup[0];
cup[0]= cup[1];
cup[1]=temp;
}
else if (input[i] == 'B'){
temp= cup[2];
cup[2]= cup[1];
cup[1]=temp;
}
else if (input[i] == 'C'){
temp= cup[0];
cup[0]= cup[2];
cup[2]=temp;
}
else break;
}
if(cup[0]==1)cout<<1;
else if(cup[1]==1)cout<<2;
else cout<<3;
return 0;
}
| [
"35858164+a-doering@users.noreply.github.com"
] | 35858164+a-doering@users.noreply.github.com |
29adb0300bbe0c502da06bfd022811bdeb7288e2 | 4a1b388fc7254e7f8fa2b72df9d61999bf7df341 | /ThirdParty/ros/include/shape_msgs/msg/detail/mesh__rosidl_typesupport_fastrtps_cpp.hpp | 03008aea7540c5176fcf02cc8ec8b4997e4e873b | [
"Apache-2.0"
] | permissive | rapyuta-robotics/rclUE | a2055cf772d7ca4d7c36e991ee9c8920e0475fd2 | 7613773cd4c1226957603d705d68a2d2b4a69166 | refs/heads/devel | 2023-08-19T04:06:31.306109 | 2023-07-24T15:23:29 | 2023-07-24T15:23:29 | 334,819,367 | 75 | 17 | Apache-2.0 | 2023-09-06T02:34:56 | 2021-02-01T03:29:17 | C++ | UTF-8 | C++ | false | false | 2,020 | hpp | // generated from rosidl_typesupport_fastrtps_cpp/resource/idl__rosidl_typesupport_fastrtps_cpp.hpp.em
// with input from shape_msgs:msg/Mesh.idl
// generated code does not contain a copyright notice
#ifndef SHAPE_MSGS__MSG__DETAIL__MESH__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_
#define SHAPE_MSGS__MSG__DETAIL__MESH__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_
#include "rosidl_runtime_c/message_type_support_struct.h"
#include "rosidl_typesupport_interface/macros.h"
#include "shape_msgs/msg/rosidl_typesupport_fastrtps_cpp__visibility_control.h"
#include "shape_msgs/msg/detail/mesh__struct.hpp"
#ifndef _WIN32
# pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wunused-parameter"
# ifdef __clang__
# pragma clang diagnostic ignored "-Wdeprecated-register"
# pragma clang diagnostic ignored "-Wreturn-type-c-linkage"
# endif
#endif
#ifndef _WIN32
# pragma GCC diagnostic pop
#endif
#include "fastcdr/Cdr.h"
namespace shape_msgs
{
namespace msg
{
namespace typesupport_fastrtps_cpp
{
bool
ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_shape_msgs
cdr_serialize(
const shape_msgs::msg::Mesh & ros_message,
eprosima::fastcdr::Cdr & cdr);
bool
ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_shape_msgs
cdr_deserialize(
eprosima::fastcdr::Cdr & cdr,
shape_msgs::msg::Mesh & ros_message);
size_t
ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_shape_msgs
get_serialized_size(
const shape_msgs::msg::Mesh & ros_message,
size_t current_alignment);
size_t
ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_shape_msgs
max_serialized_size_Mesh(
bool & full_bounded,
size_t current_alignment);
} // namespace typesupport_fastrtps_cpp
} // namespace msg
} // namespace shape_msgs
#ifdef __cplusplus
extern "C"
{
#endif
ROSIDL_TYPESUPPORT_FASTRTPS_CPP_PUBLIC_shape_msgs
const rosidl_message_type_support_t *
ROSIDL_TYPESUPPORT_INTERFACE__MESSAGE_SYMBOL_NAME(rosidl_typesupport_fastrtps_cpp, shape_msgs, msg, Mesh)();
#ifdef __cplusplus
}
#endif
#endif // SHAPE_MSGS__MSG__DETAIL__MESH__ROSIDL_TYPESUPPORT_FASTRTPS_CPP_HPP_
| [
"noreply@github.com"
] | noreply@github.com |
5e964c28a2e8e8c06ae6b0a47b8bdf4988ad9033 | 538fea076d76f4776f1419ffbe3b7e66b84efd50 | /leet694.cpp | 6e7191cd9b98cdc56ef7ad65369406da63391227 | [] | no_license | digression99/2017_Algorithm | 7dca19abb4c50c779457c7422de0371eb9e4252a | 744ac2acf6b28d67879277f078ccc6f59c1f03e8 | refs/heads/master | 2021-07-07T16:49:13.115651 | 2018-01-07T04:17:50 | 2018-01-07T04:17:50 | 95,961,565 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,313 | cpp | //
// leet 694. num of distinct islands
//
//
//
//
//
//
//
//
#include <iostream>
#include <algorithm>
#include <vector>
#include <queue>
#include <unordered_map>
using namespace std;
class Solution {
public:
int offset[4][2] = {
{0, 1},
{1, 0},
{0, -1},
{-1, 0},
};
int getArea(vector<vector<int> > &grid, int starti, int startj, vector<pair<int, int> > & onePos)
{
int area = 1;
queue<pair<int, int> > q;
q.push(make_pair(starti, startj));
onePos.push_back(make_pair(starti, startj));
grid[starti][startj] = 0;
while (!q.empty()) {
pair<int, int> t = q.front(); q.pop();
int nowx = t.second, nowy = t.first;
for (int i = 0; i < 4; ++i) {
int checkPosX = nowx + offset[i][0], checkPosY = nowy + offset[i][1];
if ((checkPosX >= 0 && checkPosX < grid[i].size()) && (checkPosY >= 0 && checkPosY < grid.size()) &&
grid[checkPosY][checkPosX]) {
area++; // to get the area.
grid[checkPosY][checkPosX] = 0; // check the grid.
onePos.push_back(make_pair(checkPosY, checkPosX)); // for one check.
q.push(make_pair(checkPosY, checkPosX));
}
}
}
return area;
}
bool checkAreas(vector<vector<pair<int, int> > > & islands, vector<pair<int, int> > & oneVec)
{
bool isMatched = true;
for (int i = 0; i < islands.size(); ++i) {
isMatched = true;
int offsetX = islands[i][0].second - oneVec[0].second,
offsetY = islands[i][0].first - oneVec[0].first;
// every element is oneVecs.
for (int j = 1; j < islands[i].size(); ++j) {
if (offsetX != islands[i][j].second - oneVec[j].second ||
offsetY != islands[i][j].first - oneVec[j].first) isMatched = false;
}
if (isMatched) return true;
}
return true; // true if everything is same.
}
int numDistinctIslands(vector<vector<int>>& grid) {
unordered_map<int, vector<vector<pair<int, int> > > > hasht;
int cnt = 0;
for (int i = 0; i < grid.size(); ++i) {
for (int j = 0; j < grid[i].size(); ++j) {
if (grid[i][j]) {
vector<pair<int, int> > oneVec;
int area = getArea(grid, i, j, oneVec);
if (hasht.find(area) != hasht.end()) {
// there's some islands exist with the same area.
if (!checkAreas(hasht[area], oneVec)) {
// there's no same island exists.
cnt++;
hasht[area].push_back(oneVec);
}
} else {
cnt++;
hasht[area] = vector<vector<pair<int, int> > >();
hasht[area].push_back(oneVec);
// no island exists.
}
}
}
}
return cnt;
}
};
//
//{{0,0,1,0,0,0,0,1,0,0,0,0,0},
// {0,0,0,0,0,0,0,1,1,1,0,0,0},
// {0,1,1,0,1,0,0,0,0,0,0,0,0},
// {0,1,0,0,1,1,0,0,1,0,1,0,0},
// {0,1,0,0,1,1,0,0,1,1,1,0,0},
// {0,0,0,0,0,0,0,0,0,0,1,0,0},
// {0,0,0,0,0,0,0,1,1,1,0,0,0},
// {0,0,0,0,0,0,0,1,1,0,0,0,0}}
int main()
{
Solution obj = Solution();
vector<vector<int> > grid = {
{11000},
{11000},
{00011},
{00011},
};
cout << obj.numDistinctIslands(grid) << endl;
// vector<vector<int> > grid = {{0,0,1,0,0,0,0,1,0,0,0,0,0},
// {0,0,0,0,0,0,0,1,1,1,0,0,0},
// {0,1,1,0,1,0,0,0,0,0,0,0,0},
// {0,1,0,0,1,1,0,0,1,0,1,0,0},
// {0,1,0,0,1,1,0,0,1,1,1,0,0},
// {0,0,0,0,0,0,0,0,0,0,1,0,0},
// {0,0,0,0,0,0,0,1,1,1,0,0,0},
// {0,0,0,0,0,0,0,1,1,0,0,0,0}};
//
// vector<vector<int> > grid2 = {
// {0, 1}
// };
//cout << obj.maxAreaOfIsland(grid) << endl;
//cout << obj.maxAreaOfIsland(grid2) << endl;
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
ac95b2568a8ecf52b19effecb5bdbad81f9d3211 | c075db5f8d506fd86623155502109bbf92e37afb | /125-Days-to-Expert-Coder/Week-1/2.Data_Types/first_program.cpp | 7ec666a467138173a3858e9b5422aab8eee8159c | [] | no_license | nandareddy416/Complete-Computer-Science | 4830bd5f628b4c77abe255dc56c0c1a8d2b79311 | cf2bd023b4a8fcdb0d1eed8ff9add7ecf1f7a159 | refs/heads/main | 2023-02-23T19:31:03.834700 | 2021-01-30T09:22:15 | 2021-01-30T09:22:15 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 284 | cpp | #include <iostream>
using namespace std;
int main()
{
int firstNumber, secondNumber;
int sum, t = 4;
while (t != 0)
{
cin >> firstNumber >> secondNumber;
sum = firstNumber + secondNumber;
cout << sum << endl;
t--;
}
return 0;
} | [
"vishnukumar650@gmail.com"
] | vishnukumar650@gmail.com |
ea77710a3bbe969bfc5e87c2fc72a64bc71866ff | 01fa6f43ad536f4c9656be0f2c7da69c6fc9dc1c | /FindFiles.cpp | 23cb4dd31a71090998c258856842016a9b625a58 | [] | no_license | akavel/wed-editor | 76a22b7ff1bb4b109cfe5f3cc630e18ebb91cd51 | 6a10c167e46bfcb65adb514a1278634dfcb384c1 | refs/heads/master | 2021-01-19T19:33:18.124144 | 2010-04-16T20:32:17 | 2010-04-16T20:32:17 | 10,511,499 | 1 | 0 | null | null | null | null | WINDOWS-1250 | C++ | false | false | 26,173 | cpp |
/* =====[ FindFiles.cpp ]==========================================
Description: The wed project, implementation of the FindFiles.cpp
Defines the behavior for the application.
Compiled: MS-VC 6.00
Notes: <Empty Notes>
Revisions:
REV DATE BY DESCRIPTION
---- -------- ----------- ----------------------------
0.00 1/7/2009 Peter Glen Initial version.
======================================================================= */
// FindFiles.cpp : implementation file
//
#include "stdafx.h"
#include "wed.h"
#include <malloc.h>
#include <io.h>
#include <direct.h>
#include <time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <stdio.h>
#include "FindFiles.h"
#include "mxpad.h"
#include "DlgGetPath.h" //Definition to get path
#include "RegEx.h"
#include "StringEx.h"
#include "WedDoc.h"
#include "WedView.h"
#include "misc.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
#define NORMAL_SRC 0
#define NOCASE_SRC 1
#define REGEX_SRC 2
//CStringList dirfill;
//CStringList extfill;
//CStringList pathfill;
#define MAXRECENT 12
static CString strConfig = "Remember";
//////////////////////////////////////////////////////////////////////////
//
int wildcmp(const char *string, const char *wild)
{
const char *cp = NULL, *mp = NULL;
// Scan thru initial non wild
while ((*string) && (*wild != '*'))
{
if ((*wild != *string) && (*wild != '?'))
{
// Non wild mismatch
return 0;
}
wild++; string++;
}
//
while (*string)
{
if (*wild == '*')
{
// End of wild
if (!*++wild)
{
return 1;
}
mp = wild;
cp = string+1;
}
else if ((*wild == *string) || (*wild == '?'))
{
wild++;
string++;
}
else
{
wild = mp;
string = cp++;
}
}
// Skip to end
while (*wild == '*')
{
wild++;
}
return !*wild;
}
//////////////////////////////////////////////////////////////////////////
int wildcmparr(const char *string, const char *wild)
{
// Early out
if(strchr(wild, ';') == NULL)
{
return(wildcmp( string, wild));
}
int ret = 0;
char tmp[_MAX_PATH];
const char *next = wild;
while(true)
{
char *endd = strchr(next, ';');
// Emit last one if any
if(!endd)
{
int len2 = min(strlen(next), sizeof(tmp));
strncpy(tmp, next, len2);
tmp[len2] = 0;
//P2N("Parsed- '%s'\r\n", tmp);
ret = wildcmp(string, tmp);
break;
}
// Cap it off at storage limit
int len = min(endd-next, sizeof(tmp));
strncpy(tmp, next, len );
tmp[len] = 0;
//P2N("Parsed+ '%s'\r\n", tmp);
ret = wildcmp(string, tmp);
if(ret)
break;
next = endd + 1;
if(*next == 0)
break;
}
return ret;
}
int heapcheck(const char *str, int showok)
{
CString str2 = str;
int heapstatus = _heapchk();
//if(str2 == "")
// {
// str2.Format("%s -- line :: %d ", __FILE__ , __LINE__);
// }
//P2N("Heap check ret = %d\r\n", _heapchk());
switch( heapstatus )
{
case _HEAPOK:
if(showok)
P2N("%s Heap Check -- OK - heap is fine\r\n", str2);
break;
case _HEAPEMPTY:
P2N("%s Heap Check -- OK - heap is empty\r\n", str2);
break;
case _HEAPBADBEGIN:
P2N( "%s Heap Check --ERROR - bad start of heap\r\n", str2);
break;
case _HEAPBADNODE:
P2N( "%s Heap Check --ERROR - bad node in heap\r\n", str2);
break;
default:
P2N("%s UKN - heap ret code\r\n", str2);
break;
}
return 0;
}
///////////////////////////////////////////////////////////////////////////
// YieldToWinEx
// Let every accumulated message go through
// Return 1 if ESC | Ctrl-Break pressed -- 2 if EXITING
static int YieldToWinEx()
{
int ret_val = 0;
while(TRUE)
{
MSG msg;
if(!PeekMessage(&msg, NULL, 0, 0, PM_REMOVE))
break;
// Ctrl-Break
if(msg.message == WM_KEYDOWN)
{
if(msg.wParam == VK_CANCEL)
{
ret_val = 1; break;
}
}
// Esc
if(msg.message == WM_CHAR)
{
if(msg.wParam == VK_ESCAPE)
{
ret_val = 1; break;
}
}
// App exit
if(msg.message == WM_QUIT)
{
//wait_exit = TRUE;
ret_val = 2; break;
}
// App kill
if(msg.message == WM_DESTROY)
{
//wait_exit = TRUE;
ret_val = 2; break;
}
// Every other message is processed
TranslateMessage(&msg); DispatchMessage(&msg);
}
return(ret_val);
}
/////////////////////////////////////////////////////////////////////////////
// void ShortenPath(CString &str, int len)
// Shorten path to len
static void ShortenPath(CString &str, int len)
{
int slen = str.GetLength();
// Nothing to do
if(slen <= len)
return;
CString lstr = str.Left ((len-5)/2);
CString rstr = str.Right((len-5)/2);
str = lstr + " ... " + rstr;
}
//////////////////////////////////////////////////////////////////////////
//
// Function name: IsDir
// Description: return true if it is a directory
// Return type:
// Argument: const char *str
//
//////////////////////////////////////////////////////////////////////////
int IsDir(const char *str)
{
int ret = 0; // Default to NOT
struct _stat buff;
CString str2(str);
if(str2 == "")
goto endd;
// Repair path if it ends in backslash
if(str2[str2.GetLength() - 1] == '\\')
{
if(str2[str2.GetLength() - 2] != ':')
{
//P2N("backslash on IsDir()\r\n");
str2 = str2.Mid(0, str2.GetLength() - 1);
}
}
if(_stat(str2, &buff) < 0)
{
//P2N("Not stat\r\n");
goto endd;
}
if(buff.st_mode & _S_IFDIR)
{
//P2N("Not dir\r\n");
ret = true;
}
endd:
return ret;
}
#if 0
CString indir, outdir;
if(cline != "")
{
// Parse command line:
int idx3, idx2, idx1 = cline.Find(' ');
if(idx1 >= 0)
{
indir = cline.Mid(0, idx1);
idx2 = cline.Find(' ', idx1);
if(idx2 >= 0)
{
idx3 = cline.Find(' ', idx1);
if(idx3 >= 0)
{
outdir = cline.Mid(idx2 + 1, idx3);
}
else{
outdir = cline.Mid(idx2 + 1);
}
}
}
else
{
indir = cline.Mid(0);
}
// Eval correct command line
if(outdir == "")
{
MBOX("Timedim: Cannot automate with one command argument. Use: timedim in_dir out_dir");
}
else
{
//P2N("Automating. indir='%s' outdir='%s'\r\n", indir, outdir);
}
}
else
{
//P2N("Empty command line\r\n");
}
#endif
/////////////////////////////////////////////////////////////////////////////////////
//
// This routine is a helper that finds the path to the special folder:
//
// \param SpecialFolder - an UINT-define (See #defines above or (MSDN))\n
// \param SpecialFolderString - Reference to a CString that receives the path to the special folder
//
// Returns a BOOL - Found or not \n
//
// CSIDL_APPDATA
// CSIDL_ALTSTARTUP File system directory that corresponds to the user's nonlocalized Startup program group.
// CSIDL_APPDATA File system directory that serves as a common repository for application-specific data.
// CSIDL_BITBUCKET File system directory containing file objects in the user's Recycle Bin. The location of this directory is not in the registry; it is marked with the hidden and system attributes to prevent the user from moving or deleting it.
// CSIDL_COMMON_ALTSTARTUP File system directory that corresponds to the nonlocalized Startup program group for all users.
// CSIDL_COMMON_DESKTOPDIRECTORY File system directory that contains files and folders that appear on the desktop for all users.
// CSIDL_COMMON_FAVORITES File system directory that serves as a common repository for all users' favorite items.
// CSIDL_COMMON_PROGRAMS File system directory that contains the directories for the common program groups that appear on the Start menu for all users.
// CSIDL_COMMON_STARTMENU File system directory that contains the programs and folders that appear on the Start menu for all users.
// CSIDL_COMMON_STARTUP File system directory that contains the programs that appear in the Startup folder for all users.
// CSIDL_CONTROLS Virtual folder containing icons for the Control Panel applications.
// CSIDL_COOKIES File system directory that serves as a common repository for Internet cookies.
// CSIDL_DESKTOP Windows Desktop virtual folder at the root of the namespace.
// CSIDL_DESKTOPDIRECTORY File system directory used to physically store file objects on the desktop (not to be confused with the desktop folder itself).
// CSIDL_DRIVES My Computer virtual folder containing everything on the local computer: storage devices, printers, and Control Panel. The folder may also contain mapped network drives.
// CSIDL_FAVORITES File system directory that serves as a common repository for the user's favorite items.
// CSIDL_FONTS Virtual folder containing fonts.
// CSIDL_HISTORY File system directory that serves as a common repository for Internet history items.
// CSIDL_INTERNET Virtual folder representing the Internet.
// CSIDL_INTERNET_CACHE File system directory that serves as a common repository for temporary Internet files.
// CSIDL_NETHOOD File system directory containing objects that appear in the network neighborhood.
// CSIDL_NETWORK Network Neighborhood Folder—virtual folder representing the top level of the network hierarchy.
// CSIDL_PERSONAL File system directory that serves as a common repository for documents.
// CSIDL_PRINTERS Virtual folder containing installed printers.
// CSIDL_PRINTHOOD File system directory that serves as a common repository for printer links.
// CSIDL_PROGRAMS File system directory that contains the user's program groups (which are also file system directories).
// CSIDL_RECENT File system directory that contains the user's most recently used documents.
// CSIDL_SENDTO File system directory that contains Send To menu items.
// CSIDL_STARTMENU File system directory containing Start menu items.
// CSIDL_STARTUP File system directory that corresponds to the user's Startup program group. The system starts these programs whenever any user logs onto Windows NT or starts Windows 95.
// CSIDL_TEMPLATES File system directory that serves as a common repository for document templates.
//
static BOOL GetSpecialFolder(UINT SpecialFolder, CString &SpecialFolderString)
{
HRESULT hr;
LPITEMIDLIST pidl;
hr = SHGetSpecialFolderLocation(NULL, SpecialFolder, &pidl);
if(SUCCEEDED(hr))
{
// Convert the item ID list's binary representation into a file system path
char szPath[_MAX_PATH];
if(SHGetPathFromIDList(pidl, szPath))
{
// Allocate a pointer to an IMalloc interface
LPMALLOC pMalloc;
// Get the address of our task allocator's IMalloc interface
hr = SHGetMalloc(&pMalloc);
// Free the item ID list allocated by SHGetSpecialFolderLocation
pMalloc->Free(pidl);
// Free our task allocator
pMalloc->Release();
// Work with the special folder's path (contained in szPath)
SpecialFolderString = szPath; SpecialFolderString += "\\";
return TRUE;
}
}
return FALSE;
}
//////////////////////////////////////////////////////////////////////////
//
// Function name: largeuint2double
// Description: <empty description>
// Return type:
// Argument: ULARGE_INTEGER lint
//
//////////////////////////////////////////////////////////////////////////
double largeuint2double(ULARGE_INTEGER lint)
{
double ret;
ret = ((double)lint.HighPart) * (1 << 16);
ret *= (1 << 16);
ret += lint.LowPart;
return(ret);
}
//////////////////////////////////////////////////////////////////////////
//
// Function name: uint64todouble
// Description: <empty description>
// Return type:
// Argument: __int64 int64val
//
//////////////////////////////////////////////////////////////////////////
double uint64todouble(__int64 int64val)
{
double ret = 0;
unsigned int *ptr = (unsigned int*)&int64val;
ret = *(ptr + 1);
ret *= (1 << 16); ret *= (1 << 16);
ret += *(ptr);
return(ret);
}
//////////////////////////////////////////////////////////////////////////
double GetFreeDiskSpace(const char *drv)
{
ULARGE_INTEGER FreeBytesAvailableToCaller, TotalNumberOfBytes, TotalNumberOfFreeBytes;
CString str(drv);
// Repair free space drive string
str = str.Left(3);
double freeb = 0;
BOOL ret = GetDiskFreeSpaceEx(
str,
&FreeBytesAvailableToCaller, // disk available to the caller
&TotalNumberOfBytes, // receives the number of bytes on disk
&TotalNumberOfFreeBytes // receives the free bytes on disk
);
if(ret)
{
freeb = largeuint2double(FreeBytesAvailableToCaller);
}
//P2N("Get free space %s %.0f\r\n", str, freeb);
return freeb;
}
//////////////////////////////////////////////////////////////////////////
//
// Function name: addcommas
// Description: <empty description>
// Return type:
// Argument: CString &str
//
//////////////////////////////////////////////////////////////////////////
void addcommas(CString &str)
{
CString tmp;
//P2N("addcomas() in='%s' ", str);
int len = str.GetLength();
// Reverse string, add commas
for(int loop = 0; loop < len ; loop++)
{
if(loop % 3 == 0 && loop != 0 )
tmp+= ',';
tmp += str[len - 1 - loop];
}
// Get ready to reconstruct
str = ""; len = tmp.GetLength();
// Reverse back to original
for(int loop2 = 0; loop2 < len ; loop2++)
{
str += tmp[len - 1 - loop2];
}
//P2N("out='%s'\r\n", str);
}
/////////////////////////////////////////////////////////////////////////////
// CFindFiles dialog
CFindFiles::CFindFiles(CWnd* pParent /*=NULL*/)
: CDialog(CFindFiles::IDD, pParent)
{
//{{AFX_DATA_INIT(CFindFiles)
m_comstr1 = _T("");
m_comstr4 = _T("");
m_comstr3 = _T("");
//}}AFX_DATA_INIT
stop = false;
}
void CFindFiles::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CFindFiles)
DDX_Control(pDX, IDC_COMBO4, m_com4);
DDX_Control(pDX, IDC_COMBO3, m_com3);
DDX_Control(pDX, IDC_LOGWIN, m_logwin);
DDX_Control(pDX, IDC_EDIT2, m_lab);
DDX_Control(pDX, IDC_COMBO1, m_com1);
DDX_CBString(pDX, IDC_COMBO1, m_comstr1);
DDX_CBString(pDX, IDC_COMBO4, m_comstr4);
DDX_CBString(pDX, IDC_COMBO3, m_comstr3);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CFindFiles, CDialog)
//{{AFX_MSG_MAP(CFindFiles)
ON_BN_CLICKED(IDC_BUTTON1, OnButton1)
ON_BN_CLICKED(IDC_BUTTON3, OnButton3)
ON_BN_CLICKED(IDC_BUTTON2, OnButton2)
ON_WM_SHOWWINDOW()
//}}AFX_MSG_MAP
ON_MESSAGE( WM_LOGDBL, LogDblClick )
END_MESSAGE_MAP()
//////////////////////////////////////////////////////////////////////////
//
void CFindFiles::LogDblClick(unsigned int wParam, long lParam)
{
CLogWin *logwin = (CLogWin *)lParam;
ASSERT(logwin->magic == LOGWIN_MAGIC);
CString laststr = (const char *)wParam;
//P2N("CFindFiles::LogDblClick %s\r\n", (const char *)wParam);
// Find line number:
CString num, str;
int idx1 = laststr.Find('[');
int idx2 = laststr.Find(']');
if(idx1 >= 0 && idx2 >= 0)
{
num = logwin->laststr.Mid(idx1 + 1, idx2 - (idx1 + 1));
//P2N("Line number '%s'\r\n", num);
}
// Find full name:
int prog = logwin->lastoffset;
while(true)
{
str = logwin->strlist.GetAt(logwin->strlist.FindIndex(prog));
if(str[0] != ' ')
break;
if(prog-- == 0)
break;
}
str.TrimRight();
// -------------------------------------------------------------------
// Control docs
//P2N("CFindFiles::LogDblClick LineNo: '%d' Filename = '%s'\r\n", atoi(num), str);
CWedApp *app = (CWedApp*)AfxGetApp();
CWedDoc *doc = NULL;
POSITION pos = app->pDocTemplate->GetFirstDocPosition();
int found = 0;
while(pos)
{
doc = (CWedDoc*)app->pDocTemplate->GetNextDoc(pos);
ASSERT(doc);
CString docname = doc->GetPathName();
if(docname == str)
{
found = true; break;
}
}
if(!found)
{
doc = (CWedDoc *)AfxGetApp()->OpenDocumentFile(str);
ASSERT(doc);
}
POSITION pos2 = doc->GetFirstViewPosition();
CWedView *cv = (CWedView*)doc->GetNextView(pos2);
if(num != "")
{
int idx3;
cv->row = atoi(num) - 1;
CStringEx str = doc->strlist.GetLine(cv->row);
CRegExp regex;
if(nocase == REGEX_SRC)
regex.RegComp(m_comstr1);
if(nocase == NOCASE_SRC)
idx3 = str.FindNoCase(m_comstr1);
else if(nocase == REGEX_SRC)
idx3 = regex.RegFind(m_comstr1);
else
idx3 = str.Find(m_comstr1);
if(idx3 >= 0)
cv->col = idx3;
cv->SyncCaret(2);
}
cv->GetParent()->BringWindowToTop();
cv->SetFocus();
}
/////////////////////////////////////////////////////////////////////////////
// CFindFiles message handlers
BOOL CFindFiles::OnInitDialog()
{
//P2N("CFindFiles::OnInitDialog\r\n");
CDialog::OnInitDialog();
return TRUE; // return TRUE unless you set the focus to a control
// EXCEPTION: OCX Property Pages should return FALSE
}
void CFindFiles::OnOK()
{
//P2N("CFindFiles::OnOK\r\n");
SaveData();
CDialog::OnOK();
}
void CFindFiles::OnButton1()
{
CDlgGetPath gp;
TCHAR szPath[_MAX_PATH];
VERIFY( _getdcwd( _getdrive(), szPath, _MAX_PATH ) != NULL );
gp.SetPath(szPath);
if(gp.DoModal() == IDOK)
{
UpdateData(true);
m_comstr4 = gp.GetPath();
UpdateData(false);
}
}
void CFindFiles::OnButton3()
{
UpdateData();
// Set up param vars
found = dcounter = fcounter = 0;
fonly = ((CButton*)GetDlgItem(IDC_CHECK2))->GetCheck();
if(((CButton*)GetDlgItem(IDC_RADIO4))->GetCheck())
nocase = NOCASE_SRC;
else if(((CButton*)GetDlgItem(IDC_RADIO1))->GetCheck())
nocase = REGEX_SRC;
else
nocase = NORMAL_SRC;
recur = ((CButton*)GetDlgItem(IDC_CHECK3))->GetCheck();
stop = false;
if(m_comstr1 == "")
{
AfxMessageBox("Please specify a string to search for.");
return;
}
m_logwin.Clear();
TCHAR szPath[_MAX_PATH];
VERIFY( _getdcwd( _getdrive(), szPath, _MAX_PATH ) != NULL );
ScanRecurse(m_comstr4 + "\\", m_comstr3);
_chdir(szPath);
CString tmp; tmp.Format("Scanned %d dirs %d files, found %d hits.",
dcounter, fcounter, found);
m_lab.SetWindowText(tmp);
m_logwin.SetFocus();
}
int CFindFiles::ScanRecurse(const char *src, const char *wild)
{
//P2N("CFindFiles::ScanRecurse '%s' '%s'\r\n", src, wild);
if(stop)
return 0;
if(strlen(wild) == 0)
wild = "*.cpp;*.h";
_chdir(src);
// Parse into components, reassemble
CString buffer(src), drive, dir, fname, ext;
SplitPath( buffer, drive, dir, fname, ext);
//P2N("Recursing to dir %s\r\n", drive + dir);
CString sdir(drive + dir);
ShortenPath(sdir, 44);
// Time for dir refresh?
unsigned int iclock = clock();
if(iclock > oldc + CLOCKS_PER_SEC / 4)
{
//P2N("Clock %u cps: %u\r\n", iclock, CLOCKS_PER_SEC);
oldc = iclock;
m_lab.SetWindowText("Scan Dir: " + sdir);
}
// Time for window taskbar text refresh?
SYSTEMTIME SystemTime;
GetSystemTime(&SystemTime);
if(abs(SystemTime.wSecond - old.wSecond) > 1)
{
old.wSecond = SystemTime.wSecond;
//SetWindowText(sdir);
}
struct _finddata_t c_file;
long hFile;
if( (hFile = _findfirst(drive + dir + "*.*", &c_file )) == -1L )
{
goto endd2;
}
else
{
while( _findnext( hFile, &c_file ) == 0 )
{
CString fff(c_file.name);
CString nnn = drive + dir + fff;
//CString ttt = drive2 + dir2 + fff;
CString drive3, dir3, fname3, ext3;
SplitPath( nnn, drive3, dir3, fname3, ext3);
if(fff.GetAt(0) == '.')
{
continue;
}
else if(IsDir(nnn))
{
// Do not descend on recycle bin
if(nnn.Find("\\RECYCLER\\", 2 ) >= 0)
{
//P2N("Not copying %s %x\r\n", nnn, GetFileAttributes(nnn));
}
else
{
dcounter++;
if(recur)
ScanRecurse(nnn + "\\", wild);
}
//continue;
}
else
{
int attrib = GetFileAttributes(nnn);
if(attrib & FILE_ATTRIBUTE_SYSTEM)
{
//P2N("Not copying sys file %s %x\r\n", nnn, GetFileAttributes(nnn));
}
if(attrib & FILE_ATTRIBUTE_TEMPORARY)
{
//P2N("Not copying tmp file %s %x\r\n", nnn, GetFileAttributes(nnn));
}
else
{
// is it a match?
if(wildcmparr(fff, wild))
{
//P2N("Scanning %s\r\n", nnn);
ScanFile(nnn, m_comstr1);
fcounter++;
}
}
}
YieldToWinEx();
if(stop)
break;
}
}
_findclose( hFile );
endd2:
return 0;
}
void CFindFiles::OnButton2()
{
stop = true;
YieldToWinEx();
}
//////////////////////////////////////////////////////////////////////////
void CFindFiles::ScanFile(const char *fname, const char *needle)
{
// Parse filename into components
int first = 0;
CString buffer(fname), drive, dir, name, ext;
SplitPath( buffer, drive, dir, name, ext);
YieldToWinEx();
CRegExp regex;
if(nocase == REGEX_SRC)
regex.RegComp(needle);
CFile cf;
if( cf.Open(fname, CFile::modeRead ))
{
int linenum = 0, ret;
CString tmp;
CStringEx str;
CArchive ar( &cf, CArchive::load);
while(TRUE)
{
if(stop)
break;
if(!ar.ReadString(str))
break;
if(linenum++ % 100 == 0)
YieldToWinEx();
if(nocase == NOCASE_SRC)
ret = str.FindNoCase(needle);
else if(nocase == REGEX_SRC)
ret = regex.RegFind(str);
else
ret = str.Find(needle);
if(ret >= 0)
{
if(!first)
{
first = true;
m_logwin.AddString(fname);
if(!fonly)
m_logwin.AddString("\r\n");
}
found++;
if(!fonly)
{
tmp.Format(" %s%s [%d]\t%s\r\n", name, ext, linenum, str);
m_logwin.AddString(tmp);
}
}
}
if(fonly && first)
{
tmp.Format(" %d lines match\r\n", found);
m_logwin.AddString(tmp);
}
}
}
void CFindFiles::OnCancel()
{
//P2N("CFindFiles::OnCancel\r\n");
SaveData();
CDialog::OnCancel();
}
void CFindFiles::SaveData()
{
UpdateData();
// Write it out
PersistCombo(strConfig, "RecentFind%d", &m_com1);
PersistCombo(strConfig, "RecentExt%d", &m_com3);
PersistCombo(strConfig, "RecentDir%d", &m_com4);
}
// Save combo box contents to registry.
//
// const char *reg, registry to save at
// const char *templ,
// CComboBox *box
//
void CFindFiles::PersistCombo(const char *reg, const char *templ, CComboBox *box)
{
// Write it out
CString tmp; tmp.Format(templ, 0);
box->ResetContent();
for(int loop6 = 0; loop6 < MAXRECENT; loop6++)
{
CString str;
tmp.Format(templ, loop6);
if(loop6 == 0)
{
box->GetWindowText(str);
}
else
{
// Listbox/CString asserts if invalid index passed,
// get strlen first
if(box->GetLBTextLen(loop6) > 0)
box->GetLBText(loop6, str);
}
if(str != "")
{
AfxGetApp()->WriteProfileString(reg, tmp, str);
}
}
}
void CFindFiles::LoadToCombo(const char *reg, const char *templ, CComboBox *box)
{
for(int loop7 = 0; loop7 < MAXRECENT; loop7++)
{
CString tmp; tmp.Format(templ, loop7);
CString str = AfxGetApp()->GetProfileString(strConfig, tmp, "");
if(str == "")
break;
box->AddString(str);
}
}
void CFindFiles::OnShowWindow(BOOL bShow, UINT nStatus)
{
//P2N("CFindFiles::OnShowWindow %d\r\n", bShow);
CDialog::OnShowWindow(bShow, nStatus);
if(bShow)
{
LoadToCombo(strConfig, "RecentFind%d", &m_com1);
LoadToCombo(strConfig, "RecentExt%d", &m_com3);
LoadToCombo(strConfig, "RecentDir%d", &m_com4);
if(m_com3.GetCount() == 0)
{
m_com3.AddString("*.cpp;*.h");
m_com3.AddString("*.txt");
m_com3.AddString("*.php");
m_com3.AddString("*.py");
m_com3.AddString("*.c;*.h");
m_com3.AddString("*.pl");
m_com3.AddString("*.sh");
m_com3.AddString("*.*");
}
m_comstr3 = "*.cpp;*.h";
UpdateData(false);
((CButton*)GetDlgItem(IDC_RADIO3))->SetCheck(true);
((CButton*)GetDlgItem(IDC_CHECK3))->SetCheck(true);
TCHAR szPath[_MAX_PATH];
VERIFY( _getdcwd( _getdrive(), szPath, _MAX_PATH ) != NULL );
m_comstr4 = szPath;
UpdateData(false);
}
}
| [
"none@none"
] | none@none |
482f417bc20174a63ad80a7b5ed27cd68e293e83 | 83ce5fcc6f27185481a2b4d3ed29aba7387ef7a4 | /LR_12_Zurilov/project/ConsoleApplication1/ConsoleApplication1/ConsoleApplication1.cpp | a257257cef05c34ea9b77ad73d89a1be14bef36d | [] | no_license | Take-It-Iz/Cpp-Labs | c3c0ce2c838357dbe0ad4f4c2ba287507920f52d | dd0f87b37cc650881030b2dfb91b3ec2f884822e | refs/heads/master | 2022-06-24T10:47:59.663121 | 2020-05-10T10:30:18 | 2020-05-10T10:30:18 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,682 | cpp | // ConsoleApplication1.cpp: определяет точку входа для консольного приложения.
//
#include "stdafx.h"
#include <iostream>
#include <cstdio>
struct session // Данні про сессію
{
char number[6]; // Номер групи
char SecondName[100]; // Прізвище студента
int exam[3]; // Оцінки за екзамени 1, 2, 3
};
using namespace std;
int main()
{
/*
Створити масив структур, який містить відомості про сесію.
Кожна структура містить поля - номер (наприклад ЕС-101), прізвище студента,
оцінки за трьома іспитами. Написати програму, яка видає наступну інформацію:
прізвища невстигаючих студентів групи Х, із зазначенням кількості заборгованостей;
кількість невстигаючих студентів групи Х. Найменування групи Х вводиться за запитом з клавіатури.
*/
int min_note, counterOfFails = 0; // min_note - мінімальний допустимий бал; counterOfFails - кількість заборгованостей
const int amountOfStudents = 3, n = 3; // Кількість студентів
session students[amountOfStudents] = {}; // Массив структур
cout << "Enter minimal note : ";
cin >> min_note;
cout << " " << endl;
cout << " " << endl;
for (int i = 0; i < amountOfStudents; i++) // Ввід даних про студентів / заповнення структури данними
{
cout << "Enter number of student's group : ";
cin >> students[i].number;
cout << "Enter second name : ";
cin >> students[i].SecondName;
cout << "Enter note of exam 1 : ";
cin >> students[i].exam[0];
cout << "Enter note of exam 2 : ";
cin >> students[i].exam[1];
cout << "Enter note of exam 3 : ";
cin >> students[i].exam[2];
cout << " " << endl;
cout << " " << endl;
cin.get();
}
for (int i = 0; i < amountOfStudents; i++) { // і - номер студента
for (int j = 0; j < n; j++) { // Лічильник поганих оцінок студентів
if (students[i].exam[j] < min_note) // exam[j] - бал за екзамен
{
counterOfFails++; continue;
}
}
cout << students[i].SecondName << "is a not-in-progress student \n";
cout << "Amount of fails is " << counterOfFails << "\n ";
counterOfFails = 0;
}
system("pause");
return 0;
} | [
"masterchefchinatown@gmail.com"
] | masterchefchinatown@gmail.com |
e9f7fcfeb2aa3a799fc44a247c2f87f63795e35d | e5358ad1d643e8c73d1c674153af6caa842e6554 | /backtracking.cpp | 78037bea3fbf56ce845201a48f760984eaaf02b5 | [] | no_license | DeveloperArthur/Programacao-CPP | e5c698b8d6676d2c51f473201139e861d269af5d | 16ad60bc8c7f1ad824e1c328cd10e0517e94b3d0 | refs/heads/master | 2020-05-05T04:15:38.267404 | 2019-05-09T16:59:07 | 2019-05-09T16:59:07 | 179,704,633 | 3 | 0 | null | null | null | null | ISO-8859-1 | C++ | false | false | 638 | cpp | /* Gera todas as permutações */
#include <stdio.h>
void troca(int vetor[], int i, int j)
{
int aux = vetor[i];
vetor[i] = vetor[j];
vetor[j] = aux;
}
void permuta(int vetor[], int inf, int sup)
{
if(inf == sup)
{
for(int i = 0; i <= sup; i++)
printf("%d ", vetor[i]);
printf("\n");
}
else
{
for(int i = inf; i <= sup; i++)
{
troca(vetor, inf, i);
permuta(vetor, inf + 1, sup);
troca(vetor, inf, i); // backtracking
}
}
}
int main(int argc, char *argv[])
{
int v[] = {1, 2, 3, 4};
int tam_v = sizeof(v) / sizeof(int);
permuta(v, 0, tam_v - 1);
return 0;
}
| [
"noreply@github.com"
] | noreply@github.com |
c2e241481daad7997d04cc7f348b18c0c8a9c18d | c9caaeebe04ff838f14d96cfcde5831646c9a627 | /KFingerServer/registdlg.cpp | 660cd2fab85731f19490e2455254ced8537cb10a | [] | no_license | L0phTg/qtNetTransDemo | 29493e40aab77b9f21580142494ecb45b1fb62ac | d398a4be67af06e1ae075302188791a89acbce69 | refs/heads/master | 2021-04-26T22:21:50.234474 | 2018-03-06T13:14:20 | 2018-03-06T13:14:20 | 124,078,862 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,577 | cpp | #include "registdlg.h"
#include "ui_registdlg.h"
#include <QSql>
#include <QSqlDatabase>
#include <QDebug>
#include <QSqlQuery>
#include <QMessageBox>
registDlg::registDlg(QWidget *parent) :
QDialog(parent),
ui(new Ui::registDlg)
{
ui->setupUi(this);
}
registDlg::~registDlg()
{
delete ui;
}
void registDlg::on_registBtn_clicked()
{
QSqlDatabase db = QSqlDatabase::addDatabase("QMYSQL");
db.setHostName("localhost");
db.setPort(3306);
db.setDatabaseName("qtDatabase");
db.setUserName("qtUser");
db.setPassword("qtL0phTg456");
if (!db.open())
qDebug() << "failed login mysql qtUser";
qDebug() << "open";
QSqlDatabase::database().transaction();
QSqlQuery query(db);
query.prepare("insert into user (id, userName, userPasswd, trueName, userAge) values (:id, :userName, :userPasswd, :trueName, :userAge");
query.bindValue(":userName", ui->userNameLineEdit->text());
query.bindValue(":userPasswd", ui->userPwdLabel->text());
query.bindValue(":trueName", ui->trueNameLineEdit->text());
query.bindValue(":userAge", ui->ageLineEdit->text().toInt());
// if (!query.execBatch()) {
// QMessageBox::critical(0, QObject::tr("Database Error"),
// tr("hihi"));
// }
query.exec();
qDebug() << "insert ok";
query.exec("select * from user");
while (query.next()) {
qint32 id = query.value(0).toInt();
qDebug() << id << " ";
}
QSqlDatabase::database().commit();
}
| [
"l0phTg@163.com"
] | l0phTg@163.com |
8555c8b30ea311268c235395f483b5dc48218b4f | eada88882a57dd73efa9fe66c9ad4e1be355e7ed | /threads/threads_4_join/main.cpp | cb480508845f60b56f1b04d17a7557dca3813c53 | [] | no_license | gaizoule/examples | 54b93e065d526bdfce5380cbc52da1267299d5c9 | e6328cb0525e9dfb85a3453fd4debb1bf259aa33 | refs/heads/master | 2021-01-24T21:47:32.245721 | 2016-03-09T22:01:31 | 2016-03-09T22:01:31 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,049 | cpp | /*
* File: main.cpp
* Author: Piotr Gregor peter@cf16.eu
*
* Created on June 9, 2013, 6:43 PM
*/
/*****************************************************************************
* FILE: join.c
* DESCRIPTION:
* This example demonstrates how to "wait" for thread completions by using
* the Pthread join routine. Threads are explicitly created in a joinable
* state for portability reasons. Use of the pthread_exit status argument is
* also shown. Compare to detached.c
* AUTHOR: 8/98 Blaise Barney
* LAST REVISED: 01/30/09
******************************************************************************/
#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#define NUM_THREADS 4
void *BusyWork(void *t)
{
int i;
long tid;
double result=0.0;
tid = (long)t;
printf("Thread %ld starting...\n",tid);
for (i=0; i<1000000; i++)
{
result = result + sin(i)*sin(i) + cos(i)*cos(i);
}
printf("Thread %ld done. Result = %e\n",tid, result);
pthread_exit((void*)t);
}
int main (int argc, char *argv[])
{
pthread_t thread[NUM_THREADS];
pthread_attr_t attr;
int rc;
long t;
void *status;
/* Initialize and set thread detached attribute */
pthread_attr_init(&attr);
pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_JOINABLE);
for(t=0; t<NUM_THREADS; t++) {
printf("Main: creating thread %ld\n", t);
rc = pthread_create(&thread[t], &attr, BusyWork, (void *)t);
if (rc) {
printf("ERROR; return code from pthread_create() is %d\n", rc);
exit(-1);
}
}
/* Free attribute and wait for the other threads */
pthread_attr_destroy(&attr);
for(t=0; t<NUM_THREADS; t++) {
rc = pthread_join(thread[t], &status);
if (rc) {
printf("ERROR; return code from pthread_join() is %d\n", rc);
exit(-1);
}
printf("Main: completed join with thread %ld having a status of %ld\n",t,(long)status);
}
printf("Main: program completed. Exiting.\n");
pthread_exit(NULL);
} | [
"cf16rocket@gmail.com"
] | cf16rocket@gmail.com |
f4aec57c07f0e05962c0e15232521bdc98985a9f | 66c6c2d054777c3738297e6606c1385737345b90 | /practice/mashmokhAndACM.cpp | 423f57b52d8b0903e8cb59d7a67d7113a897e5d9 | [
"MIT"
] | permissive | xenowits/cp | f4a72bea29defd77f2412d6dee47c3e17f4d4e81 | 963b3c7df65b5328d5ce5ef894a46691afefb98c | refs/heads/master | 2023-01-03T18:19:29.859876 | 2020-10-23T10:35:48 | 2020-10-23T10:35:48 | 177,056,380 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 1,236 | cpp | #include<bits/stdc++.h>
using namespace std;
#define fori(i,a,b) for (int i = a; i <= b ; ++i)
#define ford(i,a,b) for(int i = a;i >= b ; --i)
#define mk make_pair
#define mod 1000000007
#define pb push_back
#define ll long long
#define MAXN 100001
#define rnd mt19937_64 rng(chrono::high_resolution_clock::now().time_since_epoch().cnt())
#define pi pair<long long int,long long int>
#define sc second
#define fs first
int dp[2001][2001];
vector<long> divs[2001];
void construct(int n)
{
for(int i = 1; i <= n; ++i)
{
for (int p = 1; p <= (long)sqrt(i); ++p)
{
if (i%p == 0)
{
if (i/p == p)
divs[i].pb(p);
else
divs[i].pb(p), divs[i].pb(i/p);
}
}
// for(auto x : divs[i])
// cout << x << " ";
// cout << endl;
}
}
int main()
{
int n,k;
cin >> n >> k;
construct(n);
for (int i = 1; i <= k; ++i)
{
for (int j = 1; j <= n; ++j)
{
dp[i][j] = 0;
if (i == 1)
dp[i][j] = 1;
else
{
for (auto x : divs[j])
dp[i][j] = (dp[i][j] + dp[i-1][x])%mod;
}
}
}
ll ans = 0;
for (int i = 1; i <= n; ++i)
ans += dp[k][i]%mod, ans = ans%mod;
cout << ans << endl;
return 0;
}
| [
"kumar.abhishek111b@gmail.com"
] | kumar.abhishek111b@gmail.com |
87012d79692c420ba6949d8798404f68bcd303a2 | 884c5c864860e7afb59de8b8334a181cdbb9be73 | /MessengerApp_Client/Build/MessengerApp_Client_BackUpThisFolder_ButDontShipItWithYourGame/il2cppOutput/UnityEngine.UI.cpp | 153688d73f1b8f862d8e4e8d7c342f85dbd380a5 | [] | no_license | TreyDettmer/MessengerApp | 0f647cb6de07a3045544df06359aa4f2325e57fc | dc640ff1f0366260b051a7ce4a5a9805b42d4443 | refs/heads/master | 2023-01-06T18:56:02.703397 | 2020-11-09T04:31:27 | 2020-11-09T04:31:27 | 291,213,976 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,259,315 | 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"
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename 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 T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
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 T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,UnityEngine.EventSystems.PointerEventData>[]
struct EntryU5BU5D_t62D2B7328E15E3C6CB655E8604803FCCB41B41FE;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,UnityEngine.EventSystems.PointerEventData>
struct KeyCollection_t0AC4AF273FA40B66E464652F178D0425D0BA6449;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>
struct ValueCollection_tC8FF485FE99AA6E0AE36BE79A5BF0673FDEDDB12;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,UnityEngine.EventSystems.PointerEventData>
struct ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884;
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>
struct Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA;
// System.Collections.Generic.Dictionary`2<UnityEngine.UI.ICanvasElement,System.Int32>
struct Dictionary_2_tBA1C250997F9AB8158AEDC40DB4BB3A72DCD9EE0;
// System.Collections.Generic.Dictionary`2<UnityEngine.UI.IClipper,System.Int32>
struct Dictionary_2_tD9442AE4B6C9FC73279C5CE1DF8912C7DAAADD11;
// System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable>
struct HashSet_1_tAAE962DCA7E1BD56AD7B2C079CD4DBA3D0B231AD;
// System.Collections.Generic.HashSet`1<UnityEngine.UI.MaskableGraphic>
struct HashSet_1_tF035B0C2C7E1925B6966D73DB277DF70D4C48408;
// System.Collections.Generic.IComparer`1<UnityEngine.RaycastHit>
struct IComparer_1_t8908F45D47DB684C6FEF6829EF01FEF5B578E76C;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73;
// System.Collections.Generic.IEnumerable`1<UnityEngine.UI.Dropdown/OptionData>
struct IEnumerable_1_t3477ECE7F3AF5CD0C3E6A4069F0CF79EACE190D1;
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95;
// System.Collections.Generic.IList`1<UnityEngine.Transform>
struct IList_1_t12D495D4AF335010DEC3E91C58474E59EE2E50D8;
// System.Collections.Generic.List`1<System.Int32>
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// System.Collections.Generic.List`1<UnityEngine.Canvas>
struct List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2;
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup>
struct List_1_tE7746C234F913BA0579DAC892E7288A1C7664A0A;
// System.Collections.Generic.List`1<UnityEngine.Color32>
struct List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>
struct List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>
struct List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>
struct List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>
struct List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>
struct List_1_tF4A102204249A5D86BDDF4956B0F3550E341746F;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>
struct List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>
struct List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52;
// System.Collections.Generic.List`1<UnityEngine.GameObject>
struct List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B;
// System.Collections.Generic.List`1<UnityEngine.Sprite>
struct List_1_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3;
// System.Collections.Generic.List`1<UnityEngine.Transform>
struct List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91;
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>
struct List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E;
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>
struct List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94;
// System.Collections.Generic.List`1<UnityEngine.UI.Graphic>
struct List_1_t71C7E742F3D85A70FD100E1F06C226C3A36C5FD5;
// System.Collections.Generic.List`1<UnityEngine.UI.ICanvasElement>
struct List_1_t4D731E331547A2CF1CF4F62FC155A9793E163F37;
// System.Collections.Generic.List`1<UnityEngine.UI.IClipper>
struct List_1_t88109FF8FCA141D65651DC61B199ECBDC4563B6F;
// System.Collections.Generic.List`1<UnityEngine.UI.Image>
struct List_1_tA9C10612DACE8F188F3B35F6173354C7225A0883;
// System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>
struct List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4;
// System.Collections.Generic.List`1<UnityEngine.Vector2>
struct List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB;
// System.Collections.Generic.List`1<UnityEngine.Vector3>
struct List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5;
// System.Collections.Generic.List`1<UnityEngine.Vector4>
struct List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955;
// System.Collections.Generic.Stack`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>>
struct Stack_1_t653D71B3443B2073A16F05650BC52AABB537B890;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Comparison`1<System.Object>
struct Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4;
// System.Comparison`1<UnityEngine.EventSystems.RaycastResult>
struct Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13;
// System.Comparison`1<UnityEngine.UI.ICanvasElement>
struct Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Exception
struct Exception_t;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8;
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0;
// UnityEngine.Canvas
struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591;
// UnityEngine.Canvas/WillRenderCanvases
struct WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE;
// UnityEngine.CanvasGroup
struct CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90;
// UnityEngine.CanvasRenderer
struct CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72;
// UnityEngine.Canvas[]
struct CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129;
// UnityEngine.Collider
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF;
// UnityEngine.Collider2D
struct Collider2D_tD64BE58E48B95D89D349FEAB54D0FE2EEBF83379;
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621;
// UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC;
// UnityEngine.Display
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57;
// UnityEngine.Display/DisplaysUpdatedDelegate
struct DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90;
// UnityEngine.Display[]
struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9;
// UnityEngine.Event
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210;
// UnityEngine.EventSystems.AbstractEventData
struct AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6;
// UnityEngine.EventSystems.AxisEventData
struct AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442;
// UnityEngine.EventSystems.BaseEventData
struct BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5;
// UnityEngine.EventSystems.BaseInput
struct BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82;
// UnityEngine.EventSystems.BaseInputModule
struct BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939;
// UnityEngine.EventSystems.BaseInputModule[]
struct BaseInputModuleU5BU5D_t96C73D6EB068D1ED6D0BB05720B83EACFB44E115;
// UnityEngine.EventSystems.BaseInput[]
struct BaseInputU5BU5D_t8D390CDD3C58D992EDA010E5AF94B42F4C73E6E3;
// UnityEngine.EventSystems.BaseRaycaster
struct BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966;
// UnityEngine.EventSystems.BaseRaycaster[]
struct BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6;
// UnityEngine.EventSystems.EventSystem
struct EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77;
// UnityEngine.EventSystems.EventSystem[]
struct EventSystemU5BU5D_t08BD6FCD5A30D5603671D67AF878DBA41AFE9604;
// UnityEngine.EventSystems.EventTrigger
struct EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298;
// UnityEngine.EventSystems.EventTrigger/Entry
struct Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E;
// UnityEngine.EventSystems.EventTrigger/Entry[]
struct EntryU5BU5D_tB5DBEB01F3998CD9581F39203F8CAD8798FC418C;
// UnityEngine.EventSystems.EventTrigger/TriggerEvent
struct TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793;
// UnityEngine.EventSystems.ExecuteEvents/<>c
struct U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<System.Object>
struct EventFunction_1_tCDB8D379DD3CEC56B7828A86C5DCF113D208CF8D;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IBeginDragHandler>
struct EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ICancelHandler>
struct EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDeselectHandler>
struct EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDragHandler>
struct EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDropHandler>
struct EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IEndDragHandler>
struct EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IInitializePotentialDragHandler>
struct EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IMoveHandler>
struct EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerClickHandler>
struct EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerDownHandler>
struct EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerEnterHandler>
struct EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerExitHandler>
struct EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerUpHandler>
struct EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IScrollHandler>
struct EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ISelectHandler>
struct EventFunction_1_t7521247C87411935E8A2CA38683533083459473F;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ISubmitHandler>
struct EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B;
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IUpdateSelectedHandler>
struct EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173;
// UnityEngine.EventSystems.IBeginDragHandler
struct IBeginDragHandler_t5CBE3EF4B4A6303FA5E9AC40295295BBAD687BF4;
// UnityEngine.EventSystems.ICancelHandler
struct ICancelHandler_t868799EEEF8164176835C988494360950CFB75B3;
// UnityEngine.EventSystems.IDeselectHandler
struct IDeselectHandler_t7A98A4E16B7F39F827584A16F120FD4FC001997D;
// UnityEngine.EventSystems.IDragHandler
struct IDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B;
// UnityEngine.EventSystems.IDropHandler
struct IDropHandler_t617E86EDCC6B18A39D69DFF444D5358072B524C3;
// UnityEngine.EventSystems.IEndDragHandler
struct IEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070;
// UnityEngine.EventSystems.IEventSystemHandler[]
struct IEventSystemHandlerU5BU5D_tAEDE6FF8079C3638A0CD2AD1D9430AE3EC7A0AEB;
// UnityEngine.EventSystems.IInitializePotentialDragHandler
struct IInitializePotentialDragHandler_t56667A600E5BC5B8786753312DB9EDFE13455B45;
// UnityEngine.EventSystems.IMoveHandler
struct IMoveHandler_tD51D5B6A4C5B3A233263107AF0020BE185647D41;
// UnityEngine.EventSystems.IPointerClickHandler
struct IPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13;
// UnityEngine.EventSystems.IPointerDownHandler
struct IPointerDownHandler_tD9DAB9987B51AF8D4029CC24F52D17485684F4BF;
// UnityEngine.EventSystems.IPointerEnterHandler
struct IPointerEnterHandler_tD4E3109B19B18A39FE89A2386C453D3F5019026B;
// UnityEngine.EventSystems.IPointerExitHandler
struct IPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF;
// UnityEngine.EventSystems.IPointerUpHandler
struct IPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102;
// UnityEngine.EventSystems.IScrollHandler
struct IScrollHandler_t3BB7CCD821B37EBB5EA18D30D65D4075FB43198B;
// UnityEngine.EventSystems.ISelectHandler
struct ISelectHandler_t05E0943DEF2BC53023C2E4BF4C815E0EDE82C0F4;
// UnityEngine.EventSystems.ISubmitHandler
struct ISubmitHandler_tCFAD2814817B87B883DB9E7F84EE0196C9E531C5;
// UnityEngine.EventSystems.IUpdateSelectedHandler
struct IUpdateSelectedHandler_t460F9A1B3655B6DD49656995D451206631B4F4D0;
// UnityEngine.EventSystems.Physics2DRaycaster
struct Physics2DRaycaster_t5D190F0825AA5F9E76892B852D6A5437D9981972;
// UnityEngine.EventSystems.PhysicsRaycaster
struct PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C;
// UnityEngine.EventSystems.PhysicsRaycaster/RaycastHitComparer
struct RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2;
// UnityEngine.EventSystems.PointerEventData
struct PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63;
// UnityEngine.EventSystems.PointerInputModule
struct PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C;
// UnityEngine.EventSystems.PointerInputModule/ButtonState
struct ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D;
// UnityEngine.EventSystems.PointerInputModule/ButtonState[]
struct ButtonStateU5BU5D_t8F3BFDF0C2EF7E4D21E69ABBE6845C21C194E268;
// UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData
struct MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988;
// UnityEngine.EventSystems.PointerInputModule/MouseState
struct MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7;
// UnityEngine.EventSystems.RaycastResult[]
struct RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65;
// UnityEngine.EventSystems.StandaloneInputModule
struct StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5;
// UnityEngine.EventSystems.TouchInputModule
struct TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945;
// UnityEngine.EventSystems.UIBehaviour
struct UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70;
// UnityEngine.Events.InvokableCallList
struct InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F;
// UnityEngine.Events.PersistentCallGroup
struct PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F;
// UnityEngine.Events.UnityAction
struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4;
// UnityEngine.Events.UnityAction`1<System.Boolean>
struct UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC;
// UnityEngine.Events.UnityAction`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>>
struct UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD;
// UnityEngine.Events.UnityAction`1<System.Object>
struct UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9;
// UnityEngine.Events.UnityAction`1<System.Single>
struct UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9;
// UnityEngine.Events.UnityAction`1<UnityEngine.Color>
struct UnityAction_1_t8523D5D21ADA168AED3BD9CFFCED8FF87199DE9D;
// UnityEngine.Events.UnityEvent
struct UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F;
// UnityEngine.Events.UnityEvent`1<System.Boolean>
struct UnityEvent_1_tE040CE348097B63925504E9E6AFCD89D46798FE3;
// UnityEngine.Events.UnityEvent`1<System.Int32>
struct UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914;
// UnityEngine.Events.UnityEvent`1<System.Object>
struct UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D;
// UnityEngine.Events.UnityEvent`1<System.Single>
struct UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6;
// UnityEngine.Events.UnityEvent`1<UnityEngine.Color>
struct UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8;
// UnityEngine.Events.UnityEvent`1<UnityEngine.EventSystems.BaseEventData>
struct UnityEvent_1_t55DE148B605149DF84E469388B37672EE507573E;
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F;
// UnityEngine.GameObject[]
struct GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520;
// UnityEngine.Material
struct Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598;
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C;
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429;
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
// UnityEngine.RaycastHit2D[]
struct RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165;
// UnityEngine.RaycastHit[]
struct RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57;
// UnityEngine.RectTransform
struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20;
// UnityEngine.RectTransform/ReapplyDrivenProperties
struct ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D;
// UnityEngine.Renderer
struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4;
// UnityEngine.Sprite
struct Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198;
// UnityEngine.SpriteRenderer
struct SpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F;
// UnityEngine.Sprite[]
struct SpriteU5BU5D_tF94AD07E062BC08ECD019A21E7A7B861654905F7;
// UnityEngine.TextGenerator
struct TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8;
// UnityEngine.Texture2D
struct Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C;
// UnityEngine.TouchScreenKeyboard
struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90;
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA;
// UnityEngine.Transform[]
struct TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804;
// UnityEngine.UI.AnimationTriggers
struct AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5;
// UnityEngine.UI.AspectRatioFitter
struct AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6;
// UnityEngine.UI.BaseMeshEffect
struct BaseMeshEffect_t72759F31F9D204D7EFB6B45097873809D4524BA5;
// UnityEngine.UI.BaseVertexEffect
struct BaseVertexEffect_t1EF95AB1FC33A027710E7DC86D19F700156C4F6A;
// UnityEngine.UI.Button
struct Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B;
// UnityEngine.UI.Button/<OnFinishSubmit>d__9
struct U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54;
// UnityEngine.UI.Button/ButtonClickedEvent
struct ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB;
// UnityEngine.UI.CanvasScaler
struct CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564;
// UnityEngine.UI.CanvasUpdateRegistry
struct CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9;
// UnityEngine.UI.ClipperRegistry
struct ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F;
// UnityEngine.UI.Collections.IndexedSet`1<System.Object>
struct IndexedSet_1_t240606B62D2B3D9912AED248655C0479DD5BDE0C;
// UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>
struct IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61;
// UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>
struct IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A;
// UnityEngine.UI.ContentSizeFitter
struct ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8;
// UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenCallback
struct ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0;
// UnityEngine.UI.CoroutineTween.FloatTween/FloatTweenCallback
struct FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>
struct TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>
struct TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF;
// UnityEngine.UI.DefaultControls/DefaultRuntimeFactory
struct DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2;
// UnityEngine.UI.DefaultControls/IFactoryControls
struct IFactoryControls_tF346B725AD1BC6274693FDFCFD4665E01E2FC571;
// UnityEngine.UI.Dropdown
struct Dropdown_tF6331401084B1213CAB10587A6EC81461501930F;
// UnityEngine.UI.Dropdown/<>c__DisplayClass62_0
struct U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A;
// UnityEngine.UI.Dropdown/<DelayedDestroyDropdownList>d__74
struct U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69;
// UnityEngine.UI.Dropdown/DropdownEvent
struct DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306;
// UnityEngine.UI.Dropdown/DropdownItem
struct DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46;
// UnityEngine.UI.Dropdown/DropdownItem[]
struct DropdownItemU5BU5D_t42132E9435E07E2056C716E4139A76E0CC00E843;
// UnityEngine.UI.Dropdown/OptionData
struct OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831;
// UnityEngine.UI.Dropdown/OptionDataList
struct OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D;
// UnityEngine.UI.Dropdown/OptionData[]
struct OptionDataU5BU5D_t7594674D67B75BA053EC688A05603EC89B1F36A8;
// UnityEngine.UI.FontData
struct FontData_t29F4568F4FB8C463AAFE6DD21FA7A812B4FF1494;
// UnityEngine.UI.Graphic
struct Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8;
// UnityEngine.UI.GraphicRaycaster
struct GraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83;
// UnityEngine.UI.ICanvasElement
struct ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2;
// UnityEngine.UI.IClipper
struct IClipper_t548E5A5A4671DF46008ECF051372EFAEB16C867F;
// UnityEngine.UI.Image
struct Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E;
// UnityEngine.UI.InputField
struct InputField_t533609195B110760BCFF00B746C87D81969CB005;
// UnityEngine.UI.InputField/OnChangeEvent
struct OnChangeEvent_t6C3C7DD6AEA262BB97AD53B0E669EC7EC19BCC1A;
// UnityEngine.UI.InputField/OnValidateInput
struct OnValidateInput_t3E857B491A319A5B22F6AD3D02CFD22C1BBFD8D0;
// UnityEngine.UI.InputField/SubmitEvent
struct SubmitEvent_tE1EC12ACD7DE7D57B9ECBBACA05493E226E53E4A;
// UnityEngine.UI.Mask
struct Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB;
// UnityEngine.UI.MaskableGraphic/CullStateChangedEvent
struct CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4;
// UnityEngine.UI.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>>
struct ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588;
// UnityEngine.UI.ObjectPool`1<System.Object>
struct ObjectPool_1_t3EF1AC01FF09BFF602D9F00F7E9C508ED5883E9B;
// UnityEngine.UI.RectMask2D
struct RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B;
// UnityEngine.UI.RectMask2D[]
struct RectMask2DU5BU5D_t561412965D8881DE3CB36C5AF730E91188345A21;
// UnityEngine.UI.RectangularVertexClipper
struct RectangularVertexClipper_t6C47856C4F775A5799A49A100196C2BB14C5DD91;
// UnityEngine.UI.ReflectionMethodsCache
struct ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A;
// UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllCallback
struct GetRayIntersectionAllCallback_t68C2581CCF05E868297EBD3F3361274954845095;
// UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllNonAllocCallback
struct GetRayIntersectionAllNonAllocCallback_tAD7508D45DB6679B6394983579AD18D967CC2AD4;
// UnityEngine.UI.ReflectionMethodsCache/GetRaycastNonAllocCallback
struct GetRaycastNonAllocCallback_tC13D9767CFF00EAB26E9FCC4BDD505F0721A2B4D;
// UnityEngine.UI.ReflectionMethodsCache/Raycast2DCallback
struct Raycast2DCallback_tE99ABF9ABC3A380677949E8C05A3E477889B82BE;
// UnityEngine.UI.ReflectionMethodsCache/Raycast3DCallback
struct Raycast3DCallback_t83483916473C9710AEDB316A65CBE62C58935C5F;
// UnityEngine.UI.ReflectionMethodsCache/RaycastAllCallback
struct RaycastAllCallback_t751407A44270E02FAA43D0846A58EE6A8C4AE1CE;
// UnityEngine.UI.ScrollRect
struct ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51;
// UnityEngine.UI.ScrollRect/ScrollRectEvent
struct ScrollRectEvent_t8995F69D65BA823FB862144B12E6D3504236FEEB;
// UnityEngine.UI.Scrollbar
struct Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389;
// UnityEngine.UI.Scrollbar/ScrollEvent
struct ScrollEvent_t07B0FA266C69E36437A0083D5058B2952D151FF7;
// UnityEngine.UI.Selectable
struct Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A;
// UnityEngine.UI.Selectable[]
struct SelectableU5BU5D_t98F7C5A863B20CD5DBE49CE288038BA954C83F02;
// UnityEngine.UI.Slider
struct Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09;
// UnityEngine.UI.Slider/SliderEvent
struct SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C;
// UnityEngine.UI.Text
struct Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030;
// UnityEngine.UI.Toggle
struct Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106;
// UnityEngine.UI.Toggle/ToggleEvent
struct ToggleEvent_t50D925F8E220FB47DA738411CEF9C57FF7E1DC43;
// UnityEngine.UI.ToggleGroup
struct ToggleGroup_t11E2B254D3C968C7D0DA11C606CC06D7D7F0D786;
// UnityEngine.UI.VertexHelper
struct VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F;
// UnityEngine.UIVertex[]
struct UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6;
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
// UnityEngine.WaitForSecondsRealtime
struct WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739;
IL2CPP_EXTERN_C RuntimeClass* AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t7521247C87411935E8A2CA38683533083459473F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IBeginDragHandler_t5CBE3EF4B4A6303FA5E9AC40295295BBAD687BF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICancelHandler_t868799EEEF8164176835C988494360950CFB75B3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IClipper_t548E5A5A4671DF46008ECF051372EFAEB16C867F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tF650CAF1C2A8303F2BB61AC1E269EFFD71294C68_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDeselectHandler_t7A98A4E16B7F39F827584A16F120FD4FC001997D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDropHandler_t617E86EDCC6B18A39D69DFF444D5358072B524C3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IFactoryControls_tF346B725AD1BC6274693FDFCFD4665E01E2FC571_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IInitializePotentialDragHandler_t56667A600E5BC5B8786753312DB9EDFE13455B45_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IMoveHandler_tD51D5B6A4C5B3A233263107AF0020BE185647D41_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPointerDownHandler_tD9DAB9987B51AF8D4029CC24F52D17485684F4BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPointerEnterHandler_tD4E3109B19B18A39FE89A2386C453D3F5019026B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IScrollHandler_t3BB7CCD821B37EBB5EA18D30D65D4075FB43198B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISelectHandler_t05E0943DEF2BC53023C2E4BF4C815E0EDE82C0F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ISubmitHandler_tCFAD2814817B87B883DB9E7F84EE0196C9E531C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IUpdateSelectedHandler_t460F9A1B3655B6DD49656995D451206631B4F4D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LayoutRebuilder_t8D3501B43B1DE666140E2931FFA732B5B09EA5BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ListPool_1_tC8893BDDEA491654D06C2BC46017B9267D683021_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RectTransformUtility_t9B90669A72B05A33DD88BEBB817BC9CDBB614BBA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral010E6E29C1AD8B2F96ACE95AC05261B4DD7464BF;
IL2CPP_EXTERN_C String_t* _stringLiteral021205C69E7E9853CA18CEC944EBD38DE0CF1ED3;
IL2CPP_EXTERN_C String_t* _stringLiteral02869C465F7A1307EFAFE70D034A1B7E195D20C8;
IL2CPP_EXTERN_C String_t* _stringLiteral02D0D18716CB3B951810309E5A5A906EFF9A88A2;
IL2CPP_EXTERN_C String_t* _stringLiteral09E594A52BE3A0E6E14D1A2606F909F43C8B96D0;
IL2CPP_EXTERN_C String_t* _stringLiteral0D7BD1E1A6D6CC41541CAED056D3FA640CF2173A;
IL2CPP_EXTERN_C String_t* _stringLiteral143485F6AB09A04EFA8592FAF451842930E013D3;
IL2CPP_EXTERN_C String_t* _stringLiteral1A6434BFF89BE97BECFB2E7B808BB4F9E9F3F8ED;
IL2CPP_EXTERN_C String_t* _stringLiteral2552DAA6D8E7210E423D5962E63BE9B909D92A30;
IL2CPP_EXTERN_C String_t* _stringLiteral2841B878355F39CF0C546606D1CF252D22A1DAD5;
IL2CPP_EXTERN_C String_t* _stringLiteral284E12472DB8D8A36F74982258C91605C9D47A2B;
IL2CPP_EXTERN_C String_t* _stringLiteral28578FAF0062012EBA720DFDE2523B539E900054;
IL2CPP_EXTERN_C String_t* _stringLiteral2AEE32C4064725FCC569475A6985841039579F2F;
IL2CPP_EXTERN_C String_t* _stringLiteral2CA317AB11597AD5389641AFD61F772E8AD833A5;
IL2CPP_EXTERN_C String_t* _stringLiteral2DACF65959849884A011F36F76A04EEBEA94C5EA;
IL2CPP_EXTERN_C String_t* _stringLiteral2E96AA908138601585C050B5A80C0D0F5A4B18CA;
IL2CPP_EXTERN_C String_t* _stringLiteral2F0DBE96EDB83FAE28D899C9197D4DA6E4EABC5B;
IL2CPP_EXTERN_C String_t* _stringLiteral2F4BD749ECF708FF53A15E9E7904176BD92AD347;
IL2CPP_EXTERN_C String_t* _stringLiteral3005AF5906F0D0E9834355CBD9CF24C4332FFA1D;
IL2CPP_EXTERN_C String_t* _stringLiteral30E23F5B45079EDF760E25405EF8980EBB8B47EF;
IL2CPP_EXTERN_C String_t* _stringLiteral3A4758C3CC8DAC2D76026D0733816741F9B21D43;
IL2CPP_EXTERN_C String_t* _stringLiteral3EC1AE061C27325C7ECB543ADF91235E22CBC9ED;
IL2CPP_EXTERN_C String_t* _stringLiteral4031A8B2594541E21BA9E8BEA517EEEE3F1F7835;
IL2CPP_EXTERN_C String_t* _stringLiteral411E9525B9036979E55C8D646CD3061E1A7F05BF;
IL2CPP_EXTERN_C String_t* _stringLiteral44AACA94704A8DFDF396F166B996163D7D00F479;
IL2CPP_EXTERN_C String_t* _stringLiteral45E118D0563EA8581F830F46E85B60AE714FAAE4;
IL2CPP_EXTERN_C String_t* _stringLiteral46F2235B24C7F49AC8F229D2E70105DEF3C9484F;
IL2CPP_EXTERN_C String_t* _stringLiteral47FEFC2A679A931B5B0109A5DD4B8A8F0AB83F67;
IL2CPP_EXTERN_C String_t* _stringLiteral4824754A1208E36BE5BD9D7741EF31DE24A446E9;
IL2CPP_EXTERN_C String_t* _stringLiteral49E2F6FB28F86D062992BC1F71EB61C7BC53B964;
IL2CPP_EXTERN_C String_t* _stringLiteral4B937CC841D82F8936CEF1EFB88708AB5B0F1EE5;
IL2CPP_EXTERN_C String_t* _stringLiteral4F57A1CE99E68A7B05C42D0A7EA0070EAFABD31C;
IL2CPP_EXTERN_C String_t* _stringLiteral4F9BE057F0EA5D2BA72FD2C810E8D7B9AA98B469;
IL2CPP_EXTERN_C String_t* _stringLiteral50E19FDA0D5B4B74A4A1A1D584E56578693A4EA4;
IL2CPP_EXTERN_C String_t* _stringLiteral564F9BE925CC7F60130686E7C28A11036FFBEBBA;
IL2CPP_EXTERN_C String_t* _stringLiteral5A1ED5E4E065D820146BA039740194DED01DC8FD;
IL2CPP_EXTERN_C String_t* _stringLiteral5B8FC322C1D72815FAD8B0094956D17A4863C6EB;
IL2CPP_EXTERN_C String_t* _stringLiteral6410AFC3D8EAF1300CE14A4A75B1AE311B46BB3D;
IL2CPP_EXTERN_C String_t* _stringLiteral64DD60FE1A049FE6DB3EB1369DEC2E42BF428E21;
IL2CPP_EXTERN_C String_t* _stringLiteral6A3437AA2F331BB1885E8875A4E59267B93A0042;
IL2CPP_EXTERN_C String_t* _stringLiteral722FEB9F2551722C44B4FF5999B3F955FBE8CE01;
IL2CPP_EXTERN_C String_t* _stringLiteral74341E3C271DF3C784E595B804B1F90BE0F80429;
IL2CPP_EXTERN_C String_t* _stringLiteral762BA2D999A92E95CB6EC9A42B04D758AC576491;
IL2CPP_EXTERN_C String_t* _stringLiteral77DFD2135F4DB726C47299BB55BE26F7F4525A46;
IL2CPP_EXTERN_C String_t* _stringLiteral794145F030FF721599A0353A9B2E59E9A92B9BF1;
IL2CPP_EXTERN_C String_t* _stringLiteral7ADB6736CF2C9AE017B128F98738FFBAE0E58655;
IL2CPP_EXTERN_C String_t* _stringLiteral7ED53365DD1C43099B49726626A637D3E0BD800E;
IL2CPP_EXTERN_C String_t* _stringLiteral82434DCEAD715602381B1E58A901E55BFE52DDE7;
IL2CPP_EXTERN_C String_t* _stringLiteral86FCAF1AF93C617D1364DC367624A8FEB943281A;
IL2CPP_EXTERN_C String_t* _stringLiteral96D7E9F2E4825831074F9250E51D3BA8B94AF597;
IL2CPP_EXTERN_C String_t* _stringLiteral9A976FC228B6B33656174EBD6DECCA02C9068378;
IL2CPP_EXTERN_C String_t* _stringLiteral9F963877002FE8B751675B18E72CE57B05DB38A5;
IL2CPP_EXTERN_C String_t* _stringLiteralA53DA7D7D636A66DEDDF02BF5FB029B23420855D;
IL2CPP_EXTERN_C String_t* _stringLiteralA612F48B98C756C1FEAA6FC55AECCAF6E4329460;
IL2CPP_EXTERN_C String_t* _stringLiteralAA5DB7D82232EE34651EB5ADEA59B01C839EB843;
IL2CPP_EXTERN_C String_t* _stringLiteralAD737CBF90EFA86DCA21CC004A5DCE55F06D4646;
IL2CPP_EXTERN_C String_t* _stringLiteralAFB34D479A439057F4F8B32689E246CCA223FB77;
IL2CPP_EXTERN_C String_t* _stringLiteralB304892FE8DC52FEF071BBB2749D11A7C44478BC;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F69F1983924ED9EB2751F7152C86B163972C18;
IL2CPP_EXTERN_C String_t* _stringLiteralBBC3ECFBA5F94B95E90E1DB38E22C69A38723019;
IL2CPP_EXTERN_C String_t* _stringLiteralBDE4849D61262D79AEE48F2D9E10F7257C63A7CA;
IL2CPP_EXTERN_C String_t* _stringLiteralC0392B2B1C472815BA8D1A1E3B20F4A279BF6C50;
IL2CPP_EXTERN_C String_t* _stringLiteralC3328C39B0E29F78E9FF45DB674248B1D245887D;
IL2CPP_EXTERN_C String_t* _stringLiteralCAD12779BCC9AD20C6B50FEC90E3818C9473FEF6;
IL2CPP_EXTERN_C String_t* _stringLiteralCD289AA6ADCBDEB8448BBE98E9F19873F2B45B16;
IL2CPP_EXTERN_C String_t* _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77;
IL2CPP_EXTERN_C String_t* _stringLiteralCECEF0F472756FE198ACC69BD5DFC1933414FBEA;
IL2CPP_EXTERN_C String_t* _stringLiteralD183B328807554B505B1663986ABE7300574A46F;
IL2CPP_EXTERN_C String_t* _stringLiteralD5E14B063514CB6630E55F0AEB0AD3B37897EFCA;
IL2CPP_EXTERN_C String_t* _stringLiteralD5FBD98C76A709F16314AF71D2B65C99359F9B0D;
IL2CPP_EXTERN_C String_t* _stringLiteralD6A06A0B45F8310E2889D44E54EAE01DFA2767A7;
IL2CPP_EXTERN_C String_t* _stringLiteralD9F0B728F8B41C0FBCF325CDFF95574BEF3D0305;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDA4A5529E49998E18123CD19ED2CDF7D0F9FCC86;
IL2CPP_EXTERN_C String_t* _stringLiteralDA71B1E606965A288B8200FEA58E98EE18C9B14E;
IL2CPP_EXTERN_C String_t* _stringLiteralE13A74B55744F7132E82D2E2F858E909AA015BD6;
IL2CPP_EXTERN_C String_t* _stringLiteralE27F38C29D9E829679BBE04626F26354087DA51E;
IL2CPP_EXTERN_C String_t* _stringLiteralE91EE57CA5E869F09C37997152F0455B45223508;
IL2CPP_EXTERN_C String_t* _stringLiteralE977CAF15E7FB7C956766F120C920C4681ABA4A4;
IL2CPP_EXTERN_C String_t* _stringLiteralEA81BA6C8195F7C4BA52AB477DAA6FB3F054E78C;
IL2CPP_EXTERN_C String_t* _stringLiteralEBDA6601B7D5DC69F1D7C38173816D204DA06B9A;
IL2CPP_EXTERN_C String_t* _stringLiteralEC9482C230F7C1C7344A86ED0825D6F622A35F6E;
IL2CPP_EXTERN_C String_t* _stringLiteralEC9F7D96DE56795EBE514797581798242F817D49;
IL2CPP_EXTERN_C String_t* _stringLiteralECDDA59AEA5EE67D7D854C969CCF7F4F4B4A4C54;
IL2CPP_EXTERN_C String_t* _stringLiteralED212FA164B940B935EC0A25B32878A0917C7268;
IL2CPP_EXTERN_C String_t* _stringLiteralF12C9C9C288DFB90FCEBA6E6D47A236F536DED95;
IL2CPP_EXTERN_C String_t* _stringLiteralF211CC2AA8CA0E451A49A1F44483A3C0A24BCFCA;
IL2CPP_EXTERN_C String_t* _stringLiteralF35202D0911AF00D4E18E90B7CC54B66CD6BF389;
IL2CPP_EXTERN_C String_t* _stringLiteralF4F4473DF8CB59F0A369AEBEE3D1509ADC0151C6;
IL2CPP_EXTERN_C String_t* _stringLiteralF65F17E852927D59CCF5ED29D413A07B7FF6977A;
IL2CPP_EXTERN_C String_t* _stringLiteralFB64202B49F93523AA4F932B4BC04BD68BF1DC9F;
IL2CPP_EXTERN_C String_t* _stringLiteralFC2D12B944ACEBE30DD287A5A171FEECA740C24D;
IL2CPP_EXTERN_C String_t* _stringLiteralFDFE8E79983EAB6E42EC6A84923F9D664B0E9543;
IL2CPP_EXTERN_C String_t* _stringLiteralFE5D4890220D7DE3BF590AAA7D90B77F91BF18C6;
IL2CPP_EXTERN_C String_t* _stringLiteralFEACA56F70C915BCC63DA18ADA9707F8BC2618CE;
IL2CPP_EXTERN_C String_t* _stringLiteralFF690B28AEC4D9B83774DB8CF0DF55185F949A97;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m69E5373C9D2635E306F383B980CD0888D8686E75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CanvasUpdateRegistry_PerformUpdate_m394F8B8FDD92DFCDFEEF86767B7A294B04211719_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CanvasUpdateRegistry_SortLayoutList_m157F65FF5A7EB039678F6EF3B1F3B8CF355BD4EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_m359DAC7E2D9DD9F06A9784A8DBC956E450D32AB9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Comparison_1__ctor_m58BBCAFCC756545E286DDD8965F857883B8325E0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentInChildren_TisToggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_mF1F1602C88EB98A9831EEC9AFCFD142E3EE781AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mAD461B8F1BB5C616749FAA2B63155D710C3CD21C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisEventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_m72CF57F3AD96E6CADECF5DDE79D3592A4D5E09A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisGraphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_mFA58F3A4B73E992545A39ABAD4D36D0BBFAEBBAE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mEF939F54B6B56187EC11E16F51DCB12EB62C2103_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponentsInParent_TisBaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966_mA53CA3BE4D53DA7CB02AD9E8D078821E2DD8F3EB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisBaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939_m124AE591CF3C2BFBD7D7F3600078193AAA1E5E30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisBaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82_m6F23E3795BE7E17A40BCA0064E9BFA4892670874_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponents_TisBaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966_mC5D7B6F2AF3B637F8CF0F1DEF4E96FEADB5C6814_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mB39F8DB52D60D72148BEBFEBC823D9B42F5B85C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m5E134812002582F6C695F280657B0F0FB866C81D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m1C541FAF22C7EF038333DA366B4AE0ACDD66AB2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m7671548D856DFE9BA548BFEBB3BC0B373AD651C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mF17BC86A0D4820648A8622C5F3A0D0EC4EE4FD77_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mF7111B54D6541408873B092D226ACE67D76CC699_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m5DFAF423E31B2C717A7609A37B8BF9D40C37F298_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dropdown_GetOrAddComponent_TisCanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90_mC688692DBB92788BACDED774AD6D005B6EC5F838_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dropdown_GetOrAddComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m64A328B1FAA7DE95B776B343E70B913984E4BE3C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dropdown_GetOrAddComponent_TisGraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83_m9B1D258B962FAF4A5D69605ED9910224F26E7294_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dropdown_Hide_m35382248CCB9AB3A863EC390BD50BEBEC2ACC1E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dropdown_SetAlpha_mE46118E546C9444182554BD55A1352401AC8CC9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mABC1114077588D73707368D2C7E05EA9CF4DD99A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mD4C14B2F450115E24AEC05C973F48037B5747921_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m2BE5B0DF09B0748DC7BF77614E4D7B005F7C1B26_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m4752940BF82094EBB7F9499882C0F4BA41CE7654_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m6AA7A4DE9A930D4377847ECAB3FB7366445586FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mB62E0EF30EB99C5E6EED36F0B93AFDA160DA5DC4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_m0B9A05DFFE2684605CCCD336F060FAC52F011FE3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_m14C47B6D525957CCCD09A47F27682A14A0537384_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_m1C34C6D4911EFF31AA02E28BBC848724DF505F40_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_m44E736A3C215ABD0B765142EB593FAE360C44755_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_m4FB7F424208F358BCBCC2288EA656150E5AB8D19_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_m721AEE02A551A5472017C7625CA42CF210A14255_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_m7706CF15253268665865C8161112DD32A8F6FD34_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_m89EA4150AA6DA62A6983A81A1CE741AC59451496_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_m92D608308B7A6A524ABCB94143D278DEC932010B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_m9F8A370565A5F8B5B42475A4DBE87FD0B7D2ADFA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_mB71F16FB869993509538E2424D5F49C009A71B78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_mC154317E99EACC0E13227ACDE993105B5ED5DB34_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_mCFA19E1DCCC9AF942A92B2BE25D28C212E697A03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_mD02F82D146FA4426B09998CC9BE010AF5A22EEE0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_mDD1CEC3F19F9194C95C301EC7F0698321F5BB478_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_mE9D3FC96C19D7F3AE88A33CBE8D2CDE59E2476A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventFunction_1__ctor_mF197635D90663370740EB73CD048F852015374DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EventSystem_RaycastComparer_mBB4C501E79DC58EABE34056EEB4A56843DEA6AB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_ExecuteHierarchy_TisIDropHandler_t617E86EDCC6B18A39D69DFF444D5358072B524C3_m42750090DC2A40178705596286003B1346E093AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_ExecuteHierarchy_TisIPointerDownHandler_tD9DAB9987B51AF8D4029CC24F52D17485684F4BF_m7109FC139AAD566492E6FABD873264235C450706_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_ExecuteHierarchy_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mE5F3CB5276F1AB80CC2D0DD03F13BDC8998E71AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_ExecuteHierarchy_TisIScrollHandler_t3BB7CCD821B37EBB5EA18D30D65D4075FB43198B_m063662829D9B670BB6A7AC7E1E3B2E15B7B5A853_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIBeginDragHandler_t5CBE3EF4B4A6303FA5E9AC40295295BBAD687BF4_mF52BD88147F7A01FED8F60F7279FB4885C81B677_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisICancelHandler_t868799EEEF8164176835C988494360950CFB75B3_m313986EC0AE6CB7A9A2FB9F1E30A4AF0EB9C0FB5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIDeselectHandler_t7A98A4E16B7F39F827584A16F120FD4FC001997D_m9F29ABD77C7926339ED03713DFCE0C2A4F856865_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m741D6B2B38ED2B8C2F9C8E8455FC07DE85E4EFC1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_mA291A7F54310189C41491E72BA411886D4020775_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIInitializePotentialDragHandler_t56667A600E5BC5B8786753312DB9EDFE13455B45_mB7B114F04C939E04FC2CAE1AB370BBB5BC2AA895_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIMoveHandler_tD51D5B6A4C5B3A233263107AF0020BE185647D41_m9957EA9BC1F99FC78E8570C51955C24C4355905C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_mB8A59713F468FB6A061C8A5DF7FF205EE1C9A855_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIPointerEnterHandler_tD4E3109B19B18A39FE89A2386C453D3F5019026B_m6984E79BA0001DC75FE000B58D9DE374053A7311_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mB20668889389963BD43CEF5EE53F3C20967AB3AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_m5EC8537A16BC86231FBADBD3824D8BB988B2217F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisISelectHandler_t05E0943DEF2BC53023C2E4BF4C815E0EDE82C0F4_mBB74353BC9199C9CB05A6C0BD17AB89F1E06F4F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisISubmitHandler_tCFAD2814817B87B883DB9E7F84EE0196C9E531C5_m2D100BF7609D3CBEC507D47F53EEA38886C65327_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_TisIUpdateSelectedHandler_t460F9A1B3655B6DD49656995D451206631B4F4D0_m1980515F7F88328B91572847A5B88884587E876B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_m22ADACB5A0899E5FEA1846D4084F2C7F78292BC8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_m24768528CCF25F4ADB0E66538ABF950C8EE2E9B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_m31B26038791B68FE23D77DCAC81A550D53575EDA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_m43A103804A0A03E85B931F982D8B86A3B6734BC9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_m49C3D013D962BE7E16C2E92608FFCC7C9E5303F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_m6CE9E8ECBC0242714839AD54F32974AF36D273FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_m7F9A4B2EC9FA8F9F8BBF628E9C8D87587A0BEC98_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_m8C29CBED5B91CAD66E8D07CC11888DFCAFB6A8C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_m954DCF87A2B6CBF6FEB9B676500EA148F69B20FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_mA09B43D4EA5330792B77CC2B0CFBEA06A57EA489_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_mE1DC393C080EA6FC93D0D3E25217AF69FD29E26E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_mE1EDD9426C52F61B04E53838FFFC0C85ADE5832A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_mE52644D5E736A355F742C46C1C6C888559EA87D5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_mE604FE0C916D5B3418A30A7B18306DEE7DF10097_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_mF019AE64D09B592293ECE5537030CDF5961D7366_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_mF0BD313BC5A34C5BC0DB806AFA3D59F2757ADDF1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_Execute_mF6CE7B6F06A92AE4208A2E6E9B842F7A991A79A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_GetEventHandler_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m5A727D5FF70D5140242C84BF539D7BC0C4D84D99_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_GetEventHandler_TisIScrollHandler_t3BB7CCD821B37EBB5EA18D30D65D4075FB43198B_m862233B0489763DCCBC4FA2ADD82C50E3FAF6D04_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_GetEventHandler_TisISelectHandler_t05E0943DEF2BC53023C2E4BF4C815E0EDE82C0F4_mF4CBE0CD9A57B74AD0300F5CD3F0B2CD5529CFF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_ValidateEventData_TisAxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442_mBBF734D77FCE3114EB1831C662BD8FB7A9CB1505_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisBaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82_m1712CB24202FFDF87FC820B58224D773637E860A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisButton_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_m36473E834D5F26A115FB3A704AC6A86C8C95FD95_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m474E23A3E8CBCA25DD03C7614EEF1E47AD566618_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m3FC7D1DDC3117BA73A6208371C6A4896FF21FC83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_mD30135D66AFB92E25180A1358319B74A4621D79F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mBCFCAB2CB522FEE3E8160D6B53776131804C0B25_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentInChildren_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m9193A9BC92DC89CED4377A4B8719AB4F79D12E56_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisButton_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_m04725F873F765AF3EA906137A60CD58809FE1C80_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90_m1E62EC28BAFB3FD20C659FFCDADD4A12105219E0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m5EA55BE80E8E0FB0551D6C16C2BC57A726758C9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisDropdown_tF6331401084B1213CAB10587A6EC81461501930F_mCEDADB496C533D2B1022FE5C0B5D68493866A5E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisInputField_t533609195B110760BCFF00B746C87D81969CB005_mA51516D144F85CAE471A6A68DF98CFB88FCE87AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_mC09F1E3135566B979D6505E5F69268E8DDE16D47_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51_m86F516439BCE4785DEF4C19316FF222CD6DD91E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisSlider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09_m688424BCA2C09954B36F15A3C82F17CAECEB91A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisSpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F_mD25CEAAA219FA1235F8E88F914D2F8AC57303538_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisToggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_m9F98F777EFF307DC0F6FEA2C006044097874BE11_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponentsInParent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mB7F6E5B9B2A774B75A74DB3C96449C5B50D02D12_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_AddUnique_m49F4E9F9F9ED397E11B73439DB44A87C3C4221DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_AddUnique_mD5F8594FB7274B56EF1399D057C483FEBC8CB577_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_Clear_m15E37C540C28AE031F1497DD102458085E8D9F7D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_Contains_m3ACF6E1E50F670785610EDD7A4EABA1D335AB59F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_RemoveAt_m833068F05C94CC3E06C94D20998C437037F609B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_Remove_m30A0E66F4AF79BD97B7A0F94ACD66AA6B74E383E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_Remove_mB5A8F84C24AE9218D15C325DEABE7EFEB8E01B6E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_Sort_m508F37F6D9D232E45180BC5129999AA5B996C71D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1__ctor_m034E36486E0B1078F5294134682DD11F448028B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1__ctor_m988313624EBC38B9A5999C43FE32BB43B7820C3B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_get_Count_mC17606E683A6D310D5B9467C22FE99C9304686BE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_get_Item_m483F24F5AE9A4A668E215CF14829E4C323C43BE5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_ToString_m98CE0CC56179CCAAFB5D0A072A949231A3DA5D9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_mA55B20415ED8EE1E5534FF7842AA3DFAB1D71288_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m5C4F597552188FC896592B5F4C7D2562ED08D782_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListPool_1_Get_mA989CA66D2C850D3E855674932F1ADD2DBAAA35B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ListPool_1_Release_mF22BEEED9202B913F41B6C9AE9B4C5FDBEC76BD3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mC20DA39C8CDCE63A32C66C90E1BBEA5D2A6C0D9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m13BE8F842288DFE42CD77EB912E785E9A0DE0933_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m3F7B0DBB84912A2D10FB3328CF93B90917C7C687_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m473340A1650E68D51EC0977752F774D191638D21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m586D1EEB2F63DF391D45015E7D30188261F7DFB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m64E5559535DCA25613966E1213DFEAD3610A931E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA579ABF08A6C0EED48762710E8BCB68F55F8E07C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m17A48F63DE3D34232B01F1A7D55BC3FAFD2FBFFF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m4B7AF08AC7BBA143ED7EC5F528837F8212D8C422_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m52B26038C127BFB22E86E61B648D76B93879FA8D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m5A1B380174A642331CB7D6B9DAC84F13766017D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mBCE571B6C900625F3994CD3B9C7A376D3A8C64DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_mDD1394F1213F45B41A99E90D016B9FC3BB50F621_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_m34FD846CD6CDF3D25F96CD01EDA43033F0133718_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Insert_m9DB8E0D07B9410B09E1C826D8AF2C0F9BFE8F5A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m010D0866C07C620A68790CB11CA76AA915852040_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m130C96EF6C4E93D6C130933781A2CB39D4E8140A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m43B959D57F1FDDF069978C9969718E171527AE39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m6CA4A1C33BAAB4EE961EA443ECCD9972EF7274B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_mC6152B2DC8825E4F5F3AAE8C229EBC191755AA69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Sort_m30BD43C468D739533AC39043A9AFF05B168845B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0B79BD3D65106F726053853625E32CD4EB8B7751_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m23BDA1112566B2E9149D885E4061EA3063EEDA60_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2A7854D8E42C40E8A3C7E2606767C8F13F7D39BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m2AC2B6DAFC2D05EA8E9917A96E9042270CE455D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6C09F5E34A08B8F5B54D33F1F5FACA7A70542865_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m96E257B92BD6834B76890708B1B718FA5CC36FD2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA0435B4C0B6123BBB22C435040A573CA7CAE8020_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA1A5C97C3F84391F0507B0D458855A5C4AD7A37F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCE76B08F7D58C23501BA548727A5AD4E432F7C07_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1239326B0ED12B9B0BF01FB2E92BF575BF64FF59_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m168DA7AAF75C998C00442B5E32BFB956D96D5AEE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m178B4BEE5CC704EFBA5BDDCDAC1B4AEDAD99D82B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m1F183A0E2C36A7AB54555BD922CC9D8F3B4C467B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4800830435D5822F8E08F087A9EA6A207A7490D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m8CEE4B9E166541BE0F45A179C0F98197EA2393B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m9C1B1A3A565196DE22D197A9BC1F33552B7348EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD0D3353E379B18064F3FB3B70FF9E2BBB000A4C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF359AEAAF8F7D192498B9E5F3B0AAC49423CA1BE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF46FA45D9293C283707CADAB8FF0F71D3EAC7571_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m3BAB7EF069721A0F0181E41153C20AC8343C2FB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m4AF83DF4952B5005F46816EEB04BE164A4C62E09_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m4B4B96BD54C1E38C67B3621EDAEFF9B1ECDFF556_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m4BE4367E2CA938E33B77B8203FBF713259F9EE59_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m7F1EB9EBAA3429AC44F543307039106137940316_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8D4F507953F2B93EA7C0501FEC2051D4C58CF483_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m8EB234DA8AED6E033171C6C43F707C2592C145AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9E4BE7FD0C53A082090B98AF5576E94BBADA2930_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB59D528B0017953D5CB28B8B9BE96CD8EB324FB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mEFD1886711107A9D5DE286D4D89A248301EF77B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF5E71E3338CCF25A3D57841974E13DC51C8BB9E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ObjectPool_1__ctor_mE661E93AA343959DDD9C7D713348DFC1D60EECC8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m5063405ACD5422343C447BB6F01EA28525635C50_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_mC4AB712D7F18E0991E1542CE53F11385E21E7B90_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisAspectMode_t2D8C205891B8E63CA16B6AC3BA1D41320903C65A_m4B31FEDA45BE76B308ABE3CE726227DE31F41F21_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisFitMode_tBF783E77415F7063B468C18E758F738D83D60A08_m82966FBC8997BA6CE839A42F0D21C2688C77A0DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SetPropertyUtility_SetStruct_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m6B92E9DBB617F41521167EC577711373C564EDCF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TweenRunner_1_Init_m17E5E1BE0EB8226EA16AA2C2AB572E1B225BECD2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TweenRunner_1_StartTween_m1C12D6475DFCA47D74844FD2395C1057AF1CA41D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* TweenRunner_1__ctor_m3BA236F3CC80F207C28B3A6B2D5C116C483AE872_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3COnFinishSubmitU3Ed__9_System_Collections_IEnumerator_Reset_m9A8F55E44A8F5C19F6F4C1B7648F139895665425_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__79_0_mF66ED8AEFC42C39E1BD94028C7F4468AE702BBFE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass62_0_U3CShowU3Eb__0_m4658CA3C921911277414F27C3DBB031C3785EE68_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_1__ctor_m18CA7901D895C4EFF9722B01F9CCBB555B6E1165_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_1__ctor_m4A0C4C988C2B9F801D155D22295CF4DA2DBFDC0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityAction_1__ctor_mA48FF78867DBA4F400329378D2DA72CF9807E3C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_m2B3C82F28F7B39809850DE6DBF22D9751C8D6394_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_m2C8C24086598C0C84A9C4A06C17E30E42294E50A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_mD63C8616B316F25095F83F39E25D7E567AA72AB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_m0B4728DD4B5405CB467A8116AD74446AC1DEC8A1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_m6D64470308FE35C0990F9878C1E3F6735643D39E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_m79A370B4DEEE382453AA91E44FE0718B354DC759_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_Invoke_mAC9BEEF287D58E79A447A57E28D3679F9B199D70_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1__ctor_m029309819C0547BE76007CF58B8EB0BC5BB9765C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1__ctor_m7D3D9F37407C6599DAD458464F115E98A48A6C6A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1__ctor_m8B8E1D4BA8008D5CBB2C820BD15366119399C7AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m3083BA828B5A7D74B60B794E13BABECAA17F9100_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* InputField_t533609195B110760BCFF00B746C87D81969CB005_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RawImage_t68991514DB8F48442D614E7904A298C936B3C7C8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t AnimationTriggers__ctor_m11FA25E6EC5A9BA71A3F725FDBAA3F5527AF946F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AspectRatioFitter_GetParentSize_m5AA652B731F6930CA9C9B342C93354D73EFB6874_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AspectRatioFitter_OnDisable_mE231BEC53154F2BA0DD9DB6955DAF9D14460EB2C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AspectRatioFitter_UpdateRect_mF6BB81E2FBD1F500FA9B6F9412B03AA7ECC1C3F8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AspectRatioFitter_set_aspectMode_m2B9DECD0227F9EA110263C1DD914ACA721BA9FFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AspectRatioFitter_set_aspectRatio_mA2730A84D3DBECC5BD1F4312AA9AEBE0E70C09EA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AxisEventData__ctor_m6854820EBB8321AD2472069A2D55A2242D0A51B1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseInputModule_DetermineMoveDirection_mD3EE701CE69F63DEBBF2B9D3FB62F550A4DAD8D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseInputModule_FindCommonRoot_m1995190ADC1341F180811C5213F1CA522B6282A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseInputModule_FindFirstRaycast_m8688F6932686AD7A5910C912787ED4239A70CD57_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseInputModule_GetAxisEventData_m2D7FF7016AC9AA5042343C19FF2CE5A33CF351F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseInputModule_GetBaseEventData_mB945B5DF7A5C2B825C7D542D944A7795D8F5F93F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseInputModule_HandlePointerExitAndEnter_mFA61D8BA9B2377B56E3844CE8E3C15DF4C1959CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseInputModule_OnEnable_mFCB40D263C78C819D0F1A17B5679662DD31245A4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseInputModule__ctor_m8F78B6153670F05181D1B348C4259C45DCF4C231_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseMeshEffect_ModifyMesh_mFA7C06FDE36C1C1DE82D2FE6AE36031B668A74F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseMeshEffect_OnDidApplyAnimationProperties_m91A58D830823680102ABE042673306DEDDD0568C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseMeshEffect_OnDisable_m92E4E2BAB5D8D713D63A74657C630AE41F48BF7A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseMeshEffect_OnEnable_mEFEC953AFEB543E262347EFCF0FDF0ACAD8FEABC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseMeshEffect_get_graphic_mDD7D8CD6F220B9DE656145A1346EA9799255BE21_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseRaycaster_OnDisable_m83ED4E74E23400DCEE2DCEDBF85B96720725F5D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseRaycaster_OnEnable_mE000A849F5B40F1059DBFDA84C7743E9467B0ADA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseRaycaster_ToString_m96F781EB5818707A7904AC3F061E5AAFE37F7DB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BaseRaycaster_get_rootRaycaster_m4DF6B023C195A4E8E9AF8D8E411379A9052D80A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Button_OnFinishSubmit_mDDCC87F264A34E86148891F24646F655C0AF7E42_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Button_Press_m33BA6E9820146E8EED7AB489A8846D879B76CF41_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Button__ctor_mEAD32B0D4006442C955F50B4577C5DF907EBCB5B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasScaler_HandleScaleWithScreenSize_mE0E51C003AC9FAAA848D20B0C150BE48A616CE66_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasScaler_Handle_mF38FFB050D9EF070AEA7B02DA20BCC4A0B8CC1C3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasScaler_OnEnable_m13AC455B337B234EE4175EF573ED8605803493D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasScaler_set_defaultSpriteDPI_mB5AA7CA6E85A7D5D37C0B585B73F37D05FBBE1B7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasScaler_set_referenceResolution_mF84A06A5910501D88862F2A3E60C4D1C7F2366F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasScaler_set_scaleFactor_m5F0946A8D73C20E1D337ED96E16687CD9E03F64E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_CleanInvalidItems_mBCA41C6F93EA42647274051F7DA61F36D3330DA3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild_mFEFBCA741876E89C572A3BFBFD7EEC4D0FE503E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild_m1F8CC12B180B85AE9D3CA4ED52DE3A4544A9D5E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_InternalUnRegisterCanvasElementForGraphicRebuild_mCACDA2130D25B96229C3C1594D44BD9347420784_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_InternalUnRegisterCanvasElementForLayoutRebuild_m3F6811D17DFF1519E71788D368A7BEB860DCE9E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_IsRebuildingGraphics_m1C67401F44BB421AE8945B8B1B3CD2AC61B75E89_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_IsRebuildingLayout_m5720F54D56B252982240E5DF4723A3BA7B7A891B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_ObjectValidForUpdate_m2E72AF124053FD1E9003B488EC296410A74566C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_ParentCount_m198B2252296D2FE5BB5EB22EBE0FD1444B8E81A9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_PerformUpdate_m394F8B8FDD92DFCDFEEF86767B7A294B04211719_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_RegisterCanvasElementForGraphicRebuild_m0D3A7158D8301462FF18CC00909AD105FF1591AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_RegisterCanvasElementForLayoutRebuild_m97E606B5F1E848A6ACBA44ABE5E5A2A5ED99DCDA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_SortLayoutList_m157F65FF5A7EB039678F6EF3B1F3B8CF355BD4EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_TryRegisterCanvasElementForGraphicRebuild_m36405C59F3D0FA49C55737FE5481D00F5BC6350F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_TryRegisterCanvasElementForLayoutRebuild_m1AE79FC7D20A9212CB55D436BA9AE807A22E2A1F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_UnRegisterCanvasElementForRebuild_m79A4C7207CDAC083E716F9AA859F1763B8F84D84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry__cctor_m97762F83684218576BD97297F450827240460C51_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry__ctor_mA9DFE374CF59026B50EBE37E147854270730EE00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ClipperRegistry_Cull_m1ECFA826A6969A177CE2DC701056E4A5E73A4BCB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ClipperRegistry_Register_mF8163BA97EA885507238312E699186155494D4F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ClipperRegistry_Unregister_mE9C2B3D8B5C8C71FE5B888D621EABC5E7639C7A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ClipperRegistry__ctor_m7F1EE293535B9B61C281BC6CCF563051B1212A74_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ClipperRegistry_get_instance_mE4E214237577A08B2A6C8AF9DD7CDAE1B75E387B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Clipping_FindCullAndClipWorldRect_m1006EEFD92ECCD0551162A8E4D677970A00B597A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorBlock_Equals_m5F50CD8C86A89B8EFA4E878BD914656ECEB0177D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorBlock_GetHashCode_m92C2ECB5F5118D21A01C35481D8CC9A091AB6B4B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorTweenCallback__ctor_mBB57DF8BE131686390944A01A6A10A8FBC2DE005_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorTween_AddOnChangedCallback_m8B7B35D5B912C0BCEFB275B54A3A2EB8D1DD7DE8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ColorTween_TweenValue_m20FCBA50CE9328956973861A9CB0A1FD97265A58_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ContentSizeFitter_OnDisable_m500C638EBFCDA4B7B10A93A4106B49DBADCB9619_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ContentSizeFitter_SetDirty_m4830A85DEBF04D4D2523563C5E5ECE3712225080_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ContentSizeFitter_get_rectTransform_mE7FD5F977E954B6D54B9C1CCD112A4A70840CF56_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ContentSizeFitter_set_horizontalFit_mA1745A5D95BC8E08C7433D60F7C74501EEC7D232_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ContentSizeFitter_set_verticalFit_m57AFB7FD63A75442295C14BA58417B2110FE836A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateButton_m73704B2DEB6F80CF622B31A7B14BBEC3A24737C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateDropdown_m00FF9DE1B54D5EA9B22EECC23EAB2D465538C0B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateImage_m5A948ACE15B86771B6F3EB7A8A74EBE938CEB3E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateInputField_mDF85B76D7CDE06E5E49F537EA5FDD8192DA5E65A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreatePanel_m6CC4319B8D81426FC2A4E94CA836AB4F0ECA0205_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateRawImage_m3704C3F2E829FBCFEEDA34F27668000B1E6E5A02_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateScrollView_m18E2B79533E8C63917A90B112C7861D8777FAB89_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateScrollbar_m876785B77922E7A0918137096FE9CEEC4BBCA1C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateSlider_m2AF0A50D2FF4EB21A68A5DBF92076C8DB6D50C5B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateText_mB0CA319F4BF0C8EC8773075885BD67D78A4582FE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateToggle_m9F0611E37F71C5C077EB3D64D998A7117C830B7F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_SetDefaultTextValues_m79AA4B1F7A2061B259933C3F0CDBB12788BC3DFE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_SetLayerRecursively_m85578EB1E86A92ADE30289C7A9B8B937CD6933CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_SetParentAndAlign_mC0E1D3DCB97427FF74488DFED23A51047E04E925_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls__cctor_m7241DF8D34792725FB5E67F8FA801EAD9C45E2FE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_get_factory_m616056407908402EFF7E24BC02D0A1B0CDED98B2UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultControls_get_factory_m616056407908402EFF7E24BC02D0A1B0CDED98B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultRuntimeFactory_CreateGameObject_mEF7A906B56039410AAAE4F069426883DC028B7EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultRuntimeFactory__cctor_mE1EF2B3D2BB81BEC3BC4A4C058C835407C044A83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_AddItem_m5F858BC2C6F291D7E8E674A36F7036A1CA4BEAB2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_AddOptions_m9DC5D88B6326E8D1427323778484653E29E86F8E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_AddOptions_mE65624F3D156B27E80F4820012C85DBB109DD7C8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_AddOptions_mF71FBCA3EBE345DB77666E64422AA2845979604B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_AlphaFadeList_m0ECDEA6B54E8EC0ED2C4ACB016942122B6E9FB1E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_AlphaFadeList_m2B80644908D3927EEB29497DBEA5BB5B8B239316_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_Awake_m55BEE1E9BED97A6179251A5AAE9D1E734BBE4A98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_ClearOptions_mD85755513F827D82DF4A8EE04D2CEE91C4023EA0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_CreateBlocker_m036190311A5551395BC6DD3807D909F851AC8075_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_CreateDropdownList_m4C38DE76864D27BBA2033CD5DD72A88B1D2896A9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_CreateItem_m591B3B4546D13786893F9930BE702F3A9AAE3CDC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_DelayedDestroyDropdownList_mFDA7D3AEA4860DEF70F855A259A6A3F7637139CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_DestroyBlocker_m5C4902C6F0A8F48BA82286ED70CFC60F7BA19961_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_DestroyDropdownList_mD11E6DE18CA6767744F725B6B1326DB7247E2FD8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_Hide_m35382248CCB9AB3A863EC390BD50BEBEC2ACC1E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_ImmediateDestroyDropdownList_m6B7217213F4E6CC4089712453892CBEA8725E3A4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_OnDisable_m3957AFD9FF300E263AD7D406810014AB7EA07F51_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_OnSelectItem_m57F0626C9D1A326B4FA15BA4B2F20EF9D529D95B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_SetAlpha_mE46118E546C9444182554BD55A1352401AC8CC9A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_Set_m8C6D5C2E784DBA1A4F4AB73354DA8B2C1265386E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_SetupTemplate_m5CE6BC1866BDCDE6E94E367175F90E557F48E143_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_Show_mD7E5E0A23BA93F7DDCF937D487FAA4A03B810592_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown_Start_mA6A8B9D3F55B5E372C5A45C82DC632AB28136F11_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown__cctor_m3B76BCC67847B1F4704C2A91FC7BBC1991630061_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dropdown__ctor_m8333CFE620788E03D2E44CAB4AADC60FFDD7D40D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Entry__ctor_mA35142E0673AB7824813B59E527C474605E09B7C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_ChangeEventModule_m4A3010299F57C492A10AABF29568BC2CD6185DE6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_IsPointerOverGameObject_m00CDF0FF5EA712D14B7966DD8270931A13EABA91_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_OnDisable_mF4AB795E6BBF4DD6EDA359E954F04D8498B707C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_OnEnable_mB3C6CDEC37085FFB96914A768A444B2A97BC891E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_RaycastAll_mF78E1781C8161DEEF24B6B3FCCC1037787F9A439_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_RaycastComparer_mBB4C501E79DC58EABE34056EEB4A56843DEA6AB3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_SetSelectedGameObject_m3347D67C1A6386E6D7AF89773DC2960953B9C702_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_TickModules_m7C60756590E96EBA52FEA961ED6F3548E40C9231_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_ToString_m3BA75E77167F875764A87DE354FA4E7F57452F8E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_UpdateModules_mF34D9E9C84AE5FF0968292C4E3390AD0AB89DBA9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_Update_m12CAEF521A10D406D1A6EA01E00DD851683C7208_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem__cctor_mBE0C93B74BB6A494F3E0A52CF9DFA06795C04649_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem__ctor_mC74FA56B3E82BA853040EEE86272224F686C13F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_get_baseEventDataCache_m2B14076E5EF918BE1A94F16DE1A827AC1401BC89_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_get_current_m3151477735829089F66A3E46AD6DAB14CFDDE7BD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventSystem_set_current_mB077A890E5CB75D7987793733E17B95F12AF006E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EventTrigger_get_triggers_mC7BC90E3D01E4107C3BCA70DC6B1E11E5BCDBB40_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_m22ADACB5A0899E5FEA1846D4084F2C7F78292BC8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_m24768528CCF25F4ADB0E66538ABF950C8EE2E9B0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_m31B26038791B68FE23D77DCAC81A550D53575EDA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_m43A103804A0A03E85B931F982D8B86A3B6734BC9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_m49C3D013D962BE7E16C2E92608FFCC7C9E5303F0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_m6CE9E8ECBC0242714839AD54F32974AF36D273FE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_m7F9A4B2EC9FA8F9F8BBF628E9C8D87587A0BEC98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_m8C29CBED5B91CAD66E8D07CC11888DFCAFB6A8C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_m954DCF87A2B6CBF6FEB9B676500EA148F69B20FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_mA09B43D4EA5330792B77CC2B0CFBEA06A57EA489_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_mE1DC393C080EA6FC93D0D3E25217AF69FD29E26E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_mE1EDD9426C52F61B04E53838FFFC0C85ADE5832A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_mE52644D5E736A355F742C46C1C6C888559EA87D5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_mE604FE0C916D5B3418A30A7B18306DEE7DF10097_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_mF019AE64D09B592293ECE5537030CDF5961D7366_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_mF0BD313BC5A34C5BC0DB806AFA3D59F2757ADDF1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_Execute_mF6CE7B6F06A92AE4208A2E6E9B842F7A991A79A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_GetEventChain_m27DBBF6D0FE769C131AB96781E9BFFEDA545F155_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents__cctor_m1F04FDEC642AA1676F07BF0863D7F25530477378_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_beginDragHandler_m7F238765714F73899EAFDF0BA203D9A8A57AED31UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_beginDragHandler_m7F238765714F73899EAFDF0BA203D9A8A57AED31_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_cancelHandler_m5DB4A9513FB8B9248AE555F7D8E8043175B8D995UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_cancelHandler_m5DB4A9513FB8B9248AE555F7D8E8043175B8D995_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_deselectHandler_mEAA9E3701CC972EFDD20B30E9B3CD9302B2FD668UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_deselectHandler_mEAA9E3701CC972EFDD20B30E9B3CD9302B2FD668_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_dragHandler_m41B7D77771806788CD773C83C2E5A53D5ED5B179UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_dragHandler_m41B7D77771806788CD773C83C2E5A53D5ED5B179_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_dropHandler_mC2362B96C6CD3628B83722F4B7C73E707C6C1EAFUnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_dropHandler_mC2362B96C6CD3628B83722F4B7C73E707C6C1EAF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_endDragHandler_m23B60D3E3873043263069A3C3145393475690769UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_endDragHandler_m23B60D3E3873043263069A3C3145393475690769_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_initializePotentialDrag_m5B3D899EB08DA227EFBFC67778DDB98D7505C6D4UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_initializePotentialDrag_m5B3D899EB08DA227EFBFC67778DDB98D7505C6D4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_moveHandler_m113A4222FC10723B2E38398E182C02F6624D6F24UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_moveHandler_m113A4222FC10723B2E38398E182C02F6624D6F24_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_pointerClickHandler_mA657195AEC7D0A42036CBCAC9AD48F215C3C69E3UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_pointerClickHandler_mA657195AEC7D0A42036CBCAC9AD48F215C3C69E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_pointerDownHandler_m8AE9CA906C86BBBEB75BA2D05F5DAB01F62519E3UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_pointerDownHandler_m8AE9CA906C86BBBEB75BA2D05F5DAB01F62519E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_pointerEnterHandler_mFD5296E38EB1C5EB6D16CB83913430FEEBF889A5UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_pointerEnterHandler_mFD5296E38EB1C5EB6D16CB83913430FEEBF889A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_pointerExitHandler_mE5EC9537676A055EEE178A4E6B58D96F9B4AC301UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_pointerExitHandler_mE5EC9537676A055EEE178A4E6B58D96F9B4AC301_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_pointerUpHandler_m7EDDD1128DC04344CECEBCB9B6B7CD064F7FAED2UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_pointerUpHandler_m7EDDD1128DC04344CECEBCB9B6B7CD064F7FAED2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_scrollHandler_m48E5B17388986BD59EC7A7BF27E3D30A9FD057F7UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_scrollHandler_m48E5B17388986BD59EC7A7BF27E3D30A9FD057F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_selectHandler_m26186C0D78CA4A8AFA0789A09F488F7E186BE1C8UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_selectHandler_m26186C0D78CA4A8AFA0789A09F488F7E186BE1C8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_submitHandler_m734C2BE2F7CDA7F5C42897E3C8023D3C7E1EDF88UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_submitHandler_m734C2BE2F7CDA7F5C42897E3C8023D3C7E1EDF88_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_updateSelectedHandler_mE18DBB058B1EDC75D4F690A1E35003749BBC0567UnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExecuteEvents_get_updateSelectedHandler_mE18DBB058B1EDC75D4F690A1E35003749BBC0567_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FloatTweenCallback__ctor_m85BC42EE5784B9D8659BE634B8F46BFF06933EEE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FloatTween_AddOnChangedCallback_m56955D43A7CDE997CE447A1C69CA708E8190E9AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FloatTween_TweenValue_m4E4418FB7FBDC7CBF96D95518DFACF25BCBE8EB3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MouseState_AnyPressesThisFrame_m8055332F4AA44246655B6E19522E1A39CB172D95_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MouseState_AnyReleasesThisFrame_mCB786F99845E669E59BF259723A2368931A324EC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MouseState_GetButtonState_m0C2884609F720A284C72EAEF061C781F4874CCAE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MouseState__ctor_mCEC029743547501A89B66C448642D3BA8D5EB600_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Physics2DRaycaster_Raycast_m8EE96E1D1C1C118DA04FF279BC0555ED7BE29D41_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PhysicsRaycaster_ComputeRayAndDistance_m3304D9B85EDCE08A7BC0F3EF435A5A36B2AE3026_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PhysicsRaycaster_Raycast_mD390972E28043DD58583BC8B25ADC7C1BAD71CCC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PhysicsRaycaster_get_depth_mE0E914B9A592003FF8CCCC84D285AD44BA93545B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PhysicsRaycaster_get_eventCamera_mA4D0809E09657E6B635FF54EA8178CA5280C297E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PhysicsRaycaster_get_finalEventMask_m635B6C7C9CFA5B94FF623AC31044C57DDE0E6C2F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerEventData_ToString_mFFD67D75B8BC560CBFE5E4D417D7F44124493991_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerEventData__ctor_m121A903CE81C0758A49C721F7C1668362BFAE7E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerEventData_get_enterEventCamera_m4DCBA203F50F1F4D30118573061FD4634D4B4915_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerEventData_get_pressEventCamera_mC505603722C7C3CBEE8C56029C2CA6C5CC769E76_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerEventData_set_pointerPress_m053AF3BF19752D9271AAC6A633B2718C61870D33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerInputModule_ClearSelection_m90CD812546D41142C4E9C599D7DD39A887F3F5C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerInputModule_DeselectIfSelectionChanged_mD24AB70C8C12903D513ABB8BAE132E707B0F0A70_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerInputModule_GetMousePointerEventData_mA6DE4DDE2C99B16D77DB3DD2F541C1DC23A18EB4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerInputModule_GetPointerData_mF40B733CA91DCC168F7417BD9C264D21F82C2E94_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerInputModule_GetTouchPointerEventData_m27D309E699986AE28F15FF944CCADC4EA2E9BC11_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerInputModule_IsPointerOverGameObject_m559779A0E006BBB28F99A6AB59011FA397320B46_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerInputModule_ProcessDrag_m2A544286EF20A04D6E42FFCFD0F73DD89F9614A2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerInputModule_RemovePointerData_m17E63DD11FE440D4D88078B4895137C942C52C3A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerInputModule_ShouldStartDrag_mA947D41C459516DE49CD25B0E856832956AEF02F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerInputModule_ToString_mF269BDD6927D4E4F92586120C558234BACE12BF8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PointerInputModule__ctor_m05A4A9E4BF8053B1444986BF3EB27D8007AE9275_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RaycastHitComparer__cctor_mD1A6F09923FDD75B9F5D0AE505FD788507B84A40_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RaycastResult_Clear_mDC3D08DD775DA02145E5AF6FE62465EBACEB4AAB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RaycastResult_ToString_m0EE4380602D2025F27DB18ABE887E9CC7C39BB5B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RaycastResult_get_isValid_m2F2241EF619EFFC0F609FAA35D4C64455712DE47_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RaycasterManager_AddRaycaster_mE3A5D2AA12657F81E20AF477E084ED4C11E62A0F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RaycasterManager_GetRaycasters_m3088F1DFEEDD695546B8CC290E34FD6093CD264DUnityEngine_UI_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RaycasterManager_GetRaycasters_m3088F1DFEEDD695546B8CC290E34FD6093CD264D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RaycasterManager_RemoveRaycasters_mF59A19B82C1D199DB38350293C5CAD6F92EBA1EE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RaycasterManager__cctor_mA898971B12280C6EA2064755CB72B2B714E63918_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule_ActivateModule_m75B8C7CF41074D98F23DBCBADBEC12204F101F04_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule_GetRawMoveVector_m36E309DADA8C0BB4CA0710FAABE0F4E9B77C2F6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule_ProcessMouseEvent_mBC7F5E60430C4594852FB785035D8FE5EAD9FF99_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule_ProcessMousePress_mEB96E70EDB025F2AA37FEF2063CE248AC735C16F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule_ProcessTouchPress_m46FBF040EAB0A0F8D832FEB600EF0B9C48E13F61_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule_ReleaseMouse_mAB37571EEE6FE65733244890BE88FFF095DF8FED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule_SendMoveEventToSelectedObject_mBD62EF30732300D347DA3D78B7473D6DCF15BC41_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule_SendSubmitEventToSelectedObject_m29ACA510C925399B9D806ED171DA86E4F3A671E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule_SendUpdateEventToSelectedObject_m7180367BFB750772FECFBC7C621234B7FBF29C9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule_ShouldActivateModule_mEA1D4CC786377AD4A1A9EC035BCABA9AC32B48C5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule_UpdateModule_m6BE8C301BEB10BD653F0D0EEB6522E3A8F3221BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StandaloneInputModule__ctor_m53DF966585A2888088BF07BB7DDE26BA84BA67D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInputModule_FakeTouches_m660D98593231941BBFB9C9A6D52F3F68C20A1731_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInputModule_ProcessTouchPress_m82D82ECA10567F5BC60F004814EECC7A09914FD6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInputModule_ShouldActivateModule_mA6B7B00937F0100D53F9F2D8C71CE288E292E071_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInputModule_ToString_m33D845D0F7EB0AC832050B3B582010E7173741CC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TouchInputModule_UpdateModule_mCA26D9F764562DCBA511D947B1892AD93F5AF863_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t TriggerEvent__ctor_mE5A64BDC6F94313C8240612A623EAAB29F25ADAF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3COnFinishSubmitU3Ed__9_System_Collections_IEnumerator_Reset_m9A8F55E44A8F5C19F6F4C1B7648F139895665425_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CU3Ec_U3C_cctorU3Eb__79_0_mF66ED8AEFC42C39E1BD94028C7F4468AE702BBFE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__cctor_m318A0D8B2A1679122D4022E2563BA291EE812748_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UIBehaviour_IsDestroyed_mFBB1C4329F14CC34D7B0351E21D8419FFB4BA01B_MetadataUsageId;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
struct ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155;
struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9;
struct BaseInputU5BU5D_t8D390CDD3C58D992EDA010E5AF94B42F4C73E6E3;
struct BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6;
struct RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65;
struct RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165;
struct RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57;
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28;
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_t76DD45B11E728799BA16B6E93B81827DD86E5AEE
{
public:
public:
};
// System.Object
struct Il2CppArrayBounds;
// System.Array
// System.Collections.Generic.Dictionary`2_ValueCollection<System.Int32,UnityEngine.EventSystems.PointerEventData>
struct ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection::dictionary
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * ___dictionary_0;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860, ___dictionary_0)); }
inline Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>
struct Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA : 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_t62D2B7328E15E3C6CB655E8604803FCCB41B41FE* ___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_t0AC4AF273FA40B66E464652F178D0425D0BA6449 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860 * ___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_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA, ___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_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA, ___entries_1)); }
inline EntryU5BU5D_t62D2B7328E15E3C6CB655E8604803FCCB41B41FE* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t62D2B7328E15E3C6CB655E8604803FCCB41B41FE** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t62D2B7328E15E3C6CB655E8604803FCCB41B41FE* 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_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA, ___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_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA, ___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_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA, ___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_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA, ___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_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA, ___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_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA, ___keys_7)); }
inline KeyCollection_t0AC4AF273FA40B66E464652F178D0425D0BA6449 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t0AC4AF273FA40B66E464652F178D0425D0BA6449 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t0AC4AF273FA40B66E464652F178D0425D0BA6449 * 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_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA, ___values_8)); }
inline ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860 * get_values_8() const { return ___values_8; }
inline ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860 * 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_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA, ____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.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Canvas>
struct List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* ____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_t8EDDA98820A716BCFEAB0E135668381EA8B836A2, ____items_1)); }
inline CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* get__items_1() const { return ____items_1; }
inline CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* 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_t8EDDA98820A716BCFEAB0E135668381EA8B836A2, ____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_t8EDDA98820A716BCFEAB0E135668381EA8B836A2, ____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_t8EDDA98820A716BCFEAB0E135668381EA8B836A2, ____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_t8EDDA98820A716BCFEAB0E135668381EA8B836A2_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2_StaticFields, ____emptyArray_5)); }
inline CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* get__emptyArray_5() const { return ____emptyArray_5; }
inline CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(CanvasU5BU5D_t69253447FFB59DF7EE8408C1DB31C3E6CF80C129* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>
struct List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
BaseInputModuleU5BU5D_t96C73D6EB068D1ED6D0BB05720B83EACFB44E115* ____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_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26, ____items_1)); }
inline BaseInputModuleU5BU5D_t96C73D6EB068D1ED6D0BB05720B83EACFB44E115* get__items_1() const { return ____items_1; }
inline BaseInputModuleU5BU5D_t96C73D6EB068D1ED6D0BB05720B83EACFB44E115** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(BaseInputModuleU5BU5D_t96C73D6EB068D1ED6D0BB05720B83EACFB44E115* 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_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26, ____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_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26, ____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_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26, ____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_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
BaseInputModuleU5BU5D_t96C73D6EB068D1ED6D0BB05720B83EACFB44E115* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26_StaticFields, ____emptyArray_5)); }
inline BaseInputModuleU5BU5D_t96C73D6EB068D1ED6D0BB05720B83EACFB44E115* get__emptyArray_5() const { return ____emptyArray_5; }
inline BaseInputModuleU5BU5D_t96C73D6EB068D1ED6D0BB05720B83EACFB44E115** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(BaseInputModuleU5BU5D_t96C73D6EB068D1ED6D0BB05720B83EACFB44E115* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>
struct List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* ____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_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97, ____items_1)); }
inline BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* get__items_1() const { return ____items_1; }
inline BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* 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_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97, ____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_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97, ____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_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97, ____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_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97_StaticFields, ____emptyArray_5)); }
inline BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* get__emptyArray_5() const { return ____emptyArray_5; }
inline BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>
struct List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
EventSystemU5BU5D_t08BD6FCD5A30D5603671D67AF878DBA41AFE9604* ____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_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B, ____items_1)); }
inline EventSystemU5BU5D_t08BD6FCD5A30D5603671D67AF878DBA41AFE9604* get__items_1() const { return ____items_1; }
inline EventSystemU5BU5D_t08BD6FCD5A30D5603671D67AF878DBA41AFE9604** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(EventSystemU5BU5D_t08BD6FCD5A30D5603671D67AF878DBA41AFE9604* 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_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B, ____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_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B, ____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_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B, ____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_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
EventSystemU5BU5D_t08BD6FCD5A30D5603671D67AF878DBA41AFE9604* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B_StaticFields, ____emptyArray_5)); }
inline EventSystemU5BU5D_t08BD6FCD5A30D5603671D67AF878DBA41AFE9604* get__emptyArray_5() const { return ____emptyArray_5; }
inline EventSystemU5BU5D_t08BD6FCD5A30D5603671D67AF878DBA41AFE9604** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(EventSystemU5BU5D_t08BD6FCD5A30D5603671D67AF878DBA41AFE9604* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger_Entry>
struct List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
EntryU5BU5D_tB5DBEB01F3998CD9581F39203F8CAD8798FC418C* ____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_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA, ____items_1)); }
inline EntryU5BU5D_tB5DBEB01F3998CD9581F39203F8CAD8798FC418C* get__items_1() const { return ____items_1; }
inline EntryU5BU5D_tB5DBEB01F3998CD9581F39203F8CAD8798FC418C** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(EntryU5BU5D_tB5DBEB01F3998CD9581F39203F8CAD8798FC418C* 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_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA, ____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_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA, ____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_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA, ____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_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
EntryU5BU5D_tB5DBEB01F3998CD9581F39203F8CAD8798FC418C* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA_StaticFields, ____emptyArray_5)); }
inline EntryU5BU5D_tB5DBEB01F3998CD9581F39203F8CAD8798FC418C* get__emptyArray_5() const { return ____emptyArray_5; }
inline EntryU5BU5D_tB5DBEB01F3998CD9581F39203F8CAD8798FC418C** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(EntryU5BU5D_tB5DBEB01F3998CD9581F39203F8CAD8798FC418C* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>
struct List_1_tF4A102204249A5D86BDDF4956B0F3550E341746F : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
IEventSystemHandlerU5BU5D_tAEDE6FF8079C3638A0CD2AD1D9430AE3EC7A0AEB* ____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_tF4A102204249A5D86BDDF4956B0F3550E341746F, ____items_1)); }
inline IEventSystemHandlerU5BU5D_tAEDE6FF8079C3638A0CD2AD1D9430AE3EC7A0AEB* get__items_1() const { return ____items_1; }
inline IEventSystemHandlerU5BU5D_tAEDE6FF8079C3638A0CD2AD1D9430AE3EC7A0AEB** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(IEventSystemHandlerU5BU5D_tAEDE6FF8079C3638A0CD2AD1D9430AE3EC7A0AEB* 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_tF4A102204249A5D86BDDF4956B0F3550E341746F, ____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_tF4A102204249A5D86BDDF4956B0F3550E341746F, ____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_tF4A102204249A5D86BDDF4956B0F3550E341746F, ____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_tF4A102204249A5D86BDDF4956B0F3550E341746F_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
IEventSystemHandlerU5BU5D_tAEDE6FF8079C3638A0CD2AD1D9430AE3EC7A0AEB* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tF4A102204249A5D86BDDF4956B0F3550E341746F_StaticFields, ____emptyArray_5)); }
inline IEventSystemHandlerU5BU5D_tAEDE6FF8079C3638A0CD2AD1D9430AE3EC7A0AEB* get__emptyArray_5() const { return ____emptyArray_5; }
inline IEventSystemHandlerU5BU5D_tAEDE6FF8079C3638A0CD2AD1D9430AE3EC7A0AEB** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(IEventSystemHandlerU5BU5D_tAEDE6FF8079C3638A0CD2AD1D9430AE3EC7A0AEB* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule_ButtonState>
struct List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ButtonStateU5BU5D_t8F3BFDF0C2EF7E4D21E69ABBE6845C21C194E268* ____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_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA, ____items_1)); }
inline ButtonStateU5BU5D_t8F3BFDF0C2EF7E4D21E69ABBE6845C21C194E268* get__items_1() const { return ____items_1; }
inline ButtonStateU5BU5D_t8F3BFDF0C2EF7E4D21E69ABBE6845C21C194E268** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ButtonStateU5BU5D_t8F3BFDF0C2EF7E4D21E69ABBE6845C21C194E268* 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_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA, ____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_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA, ____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_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA, ____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_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ButtonStateU5BU5D_t8F3BFDF0C2EF7E4D21E69ABBE6845C21C194E268* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA_StaticFields, ____emptyArray_5)); }
inline ButtonStateU5BU5D_t8F3BFDF0C2EF7E4D21E69ABBE6845C21C194E268* get__emptyArray_5() const { return ____emptyArray_5; }
inline ButtonStateU5BU5D_t8F3BFDF0C2EF7E4D21E69ABBE6845C21C194E268** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ButtonStateU5BU5D_t8F3BFDF0C2EF7E4D21E69ABBE6845C21C194E268* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>
struct List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65* ____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_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52, ____items_1)); }
inline RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65* get__items_1() const { return ____items_1; }
inline RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65* 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_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52, ____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_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52, ____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_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52, ____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_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52_StaticFields, ____emptyArray_5)); }
inline RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65* get__emptyArray_5() const { return ____emptyArray_5; }
inline RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.GameObject>
struct List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* ____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_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B, ____items_1)); }
inline GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* get__items_1() const { return ____items_1; }
inline GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* 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_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B, ____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_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B, ____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_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B, ____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_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B_StaticFields, ____emptyArray_5)); }
inline GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* get__emptyArray_5() const { return ____emptyArray_5; }
inline GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(GameObjectU5BU5D_tBF9D474747511CF34A040A1697E34C74C19BB520* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Sprite>
struct List_1_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
SpriteU5BU5D_tF94AD07E062BC08ECD019A21E7A7B861654905F7* ____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_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3, ____items_1)); }
inline SpriteU5BU5D_tF94AD07E062BC08ECD019A21E7A7B861654905F7* get__items_1() const { return ____items_1; }
inline SpriteU5BU5D_tF94AD07E062BC08ECD019A21E7A7B861654905F7** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(SpriteU5BU5D_tF94AD07E062BC08ECD019A21E7A7B861654905F7* 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_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3, ____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_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3, ____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_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3, ____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_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
SpriteU5BU5D_tF94AD07E062BC08ECD019A21E7A7B861654905F7* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3_StaticFields, ____emptyArray_5)); }
inline SpriteU5BU5D_tF94AD07E062BC08ECD019A21E7A7B861654905F7* get__emptyArray_5() const { return ____emptyArray_5; }
inline SpriteU5BU5D_tF94AD07E062BC08ECD019A21E7A7B861654905F7** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(SpriteU5BU5D_tF94AD07E062BC08ECD019A21E7A7B861654905F7* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.Transform>
struct List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* ____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_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91, ____items_1)); }
inline TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* get__items_1() const { return ____items_1; }
inline TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* 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_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91, ____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_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91, ____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_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91, ____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_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91_StaticFields, ____emptyArray_5)); }
inline TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* get__emptyArray_5() const { return ____emptyArray_5; }
inline TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(TransformU5BU5D_t4F5A1132877D8BA66ABC0A9A7FADA4E0237A7804* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown_DropdownItem>
struct List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
DropdownItemU5BU5D_t42132E9435E07E2056C716E4139A76E0CC00E843* ____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_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E, ____items_1)); }
inline DropdownItemU5BU5D_t42132E9435E07E2056C716E4139A76E0CC00E843* get__items_1() const { return ____items_1; }
inline DropdownItemU5BU5D_t42132E9435E07E2056C716E4139A76E0CC00E843** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(DropdownItemU5BU5D_t42132E9435E07E2056C716E4139A76E0CC00E843* 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_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E, ____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_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E, ____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_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E, ____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_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
DropdownItemU5BU5D_t42132E9435E07E2056C716E4139A76E0CC00E843* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E_StaticFields, ____emptyArray_5)); }
inline DropdownItemU5BU5D_t42132E9435E07E2056C716E4139A76E0CC00E843* get__emptyArray_5() const { return ____emptyArray_5; }
inline DropdownItemU5BU5D_t42132E9435E07E2056C716E4139A76E0CC00E843** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(DropdownItemU5BU5D_t42132E9435E07E2056C716E4139A76E0CC00E843* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown_OptionData>
struct List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
OptionDataU5BU5D_t7594674D67B75BA053EC688A05603EC89B1F36A8* ____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_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94, ____items_1)); }
inline OptionDataU5BU5D_t7594674D67B75BA053EC688A05603EC89B1F36A8* get__items_1() const { return ____items_1; }
inline OptionDataU5BU5D_t7594674D67B75BA053EC688A05603EC89B1F36A8** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(OptionDataU5BU5D_t7594674D67B75BA053EC688A05603EC89B1F36A8* 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_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94, ____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_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94, ____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_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94, ____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_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
OptionDataU5BU5D_t7594674D67B75BA053EC688A05603EC89B1F36A8* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94_StaticFields, ____emptyArray_5)); }
inline OptionDataU5BU5D_t7594674D67B75BA053EC688A05603EC89B1F36A8* get__emptyArray_5() const { return ____emptyArray_5; }
inline OptionDataU5BU5D_t7594674D67B75BA053EC688A05603EC89B1F36A8** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(OptionDataU5BU5D_t7594674D67B75BA053EC688A05603EC89B1F36A8* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>
struct List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
RectMask2DU5BU5D_t561412965D8881DE3CB36C5AF730E91188345A21* ____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_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4, ____items_1)); }
inline RectMask2DU5BU5D_t561412965D8881DE3CB36C5AF730E91188345A21* get__items_1() const { return ____items_1; }
inline RectMask2DU5BU5D_t561412965D8881DE3CB36C5AF730E91188345A21** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(RectMask2DU5BU5D_t561412965D8881DE3CB36C5AF730E91188345A21* 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_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4, ____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_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4, ____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_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4, ____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_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
RectMask2DU5BU5D_t561412965D8881DE3CB36C5AF730E91188345A21* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4_StaticFields, ____emptyArray_5)); }
inline RectMask2DU5BU5D_t561412965D8881DE3CB36C5AF730E91188345A21* get__emptyArray_5() const { return ____emptyArray_5; }
inline RectMask2DU5BU5D_t561412965D8881DE3CB36C5AF730E91188345A21** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(RectMask2DU5BU5D_t561412965D8881DE3CB36C5AF730E91188345A21* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (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.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = 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
{
};
// UnityEngine.EventSystems.AbstractEventData
struct AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6 : public RuntimeObject
{
public:
// System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used
bool ___m_Used_0;
public:
inline static int32_t get_offset_of_m_Used_0() { return static_cast<int32_t>(offsetof(AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6, ___m_Used_0)); }
inline bool get_m_Used_0() const { return ___m_Used_0; }
inline bool* get_address_of_m_Used_0() { return &___m_Used_0; }
inline void set_m_Used_0(bool value)
{
___m_Used_0 = value;
}
};
// UnityEngine.EventSystems.ExecuteEvents
struct ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985 : public RuntimeObject
{
public:
public:
};
struct ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields
{
public:
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerEnterHandler> UnityEngine.EventSystems.ExecuteEvents::s_PointerEnterHandler
EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * ___s_PointerEnterHandler_0;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerExitHandler> UnityEngine.EventSystems.ExecuteEvents::s_PointerExitHandler
EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * ___s_PointerExitHandler_1;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerDownHandler> UnityEngine.EventSystems.ExecuteEvents::s_PointerDownHandler
EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * ___s_PointerDownHandler_2;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerUpHandler> UnityEngine.EventSystems.ExecuteEvents::s_PointerUpHandler
EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * ___s_PointerUpHandler_3;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerClickHandler> UnityEngine.EventSystems.ExecuteEvents::s_PointerClickHandler
EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * ___s_PointerClickHandler_4;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IInitializePotentialDragHandler> UnityEngine.EventSystems.ExecuteEvents::s_InitializePotentialDragHandler
EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * ___s_InitializePotentialDragHandler_5;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IBeginDragHandler> UnityEngine.EventSystems.ExecuteEvents::s_BeginDragHandler
EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * ___s_BeginDragHandler_6;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IDragHandler> UnityEngine.EventSystems.ExecuteEvents::s_DragHandler
EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * ___s_DragHandler_7;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IEndDragHandler> UnityEngine.EventSystems.ExecuteEvents::s_EndDragHandler
EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * ___s_EndDragHandler_8;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IDropHandler> UnityEngine.EventSystems.ExecuteEvents::s_DropHandler
EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * ___s_DropHandler_9;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IScrollHandler> UnityEngine.EventSystems.ExecuteEvents::s_ScrollHandler
EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * ___s_ScrollHandler_10;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IUpdateSelectedHandler> UnityEngine.EventSystems.ExecuteEvents::s_UpdateSelectedHandler
EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * ___s_UpdateSelectedHandler_11;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.ISelectHandler> UnityEngine.EventSystems.ExecuteEvents::s_SelectHandler
EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * ___s_SelectHandler_12;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IDeselectHandler> UnityEngine.EventSystems.ExecuteEvents::s_DeselectHandler
EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * ___s_DeselectHandler_13;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IMoveHandler> UnityEngine.EventSystems.ExecuteEvents::s_MoveHandler
EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * ___s_MoveHandler_14;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.ISubmitHandler> UnityEngine.EventSystems.ExecuteEvents::s_SubmitHandler
EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * ___s_SubmitHandler_15;
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.ICancelHandler> UnityEngine.EventSystems.ExecuteEvents::s_CancelHandler
EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * ___s_CancelHandler_16;
// UnityEngine.UI.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>> UnityEngine.EventSystems.ExecuteEvents::s_HandlerListPool
ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588 * ___s_HandlerListPool_17;
// System.Collections.Generic.List`1<UnityEngine.Transform> UnityEngine.EventSystems.ExecuteEvents::s_InternalTransformList
List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91 * ___s_InternalTransformList_18;
public:
inline static int32_t get_offset_of_s_PointerEnterHandler_0() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_PointerEnterHandler_0)); }
inline EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * get_s_PointerEnterHandler_0() const { return ___s_PointerEnterHandler_0; }
inline EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 ** get_address_of_s_PointerEnterHandler_0() { return &___s_PointerEnterHandler_0; }
inline void set_s_PointerEnterHandler_0(EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * value)
{
___s_PointerEnterHandler_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_PointerEnterHandler_0), (void*)value);
}
inline static int32_t get_offset_of_s_PointerExitHandler_1() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_PointerExitHandler_1)); }
inline EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * get_s_PointerExitHandler_1() const { return ___s_PointerExitHandler_1; }
inline EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA ** get_address_of_s_PointerExitHandler_1() { return &___s_PointerExitHandler_1; }
inline void set_s_PointerExitHandler_1(EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * value)
{
___s_PointerExitHandler_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_PointerExitHandler_1), (void*)value);
}
inline static int32_t get_offset_of_s_PointerDownHandler_2() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_PointerDownHandler_2)); }
inline EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * get_s_PointerDownHandler_2() const { return ___s_PointerDownHandler_2; }
inline EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E ** get_address_of_s_PointerDownHandler_2() { return &___s_PointerDownHandler_2; }
inline void set_s_PointerDownHandler_2(EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * value)
{
___s_PointerDownHandler_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_PointerDownHandler_2), (void*)value);
}
inline static int32_t get_offset_of_s_PointerUpHandler_3() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_PointerUpHandler_3)); }
inline EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * get_s_PointerUpHandler_3() const { return ___s_PointerUpHandler_3; }
inline EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 ** get_address_of_s_PointerUpHandler_3() { return &___s_PointerUpHandler_3; }
inline void set_s_PointerUpHandler_3(EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * value)
{
___s_PointerUpHandler_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_PointerUpHandler_3), (void*)value);
}
inline static int32_t get_offset_of_s_PointerClickHandler_4() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_PointerClickHandler_4)); }
inline EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * get_s_PointerClickHandler_4() const { return ___s_PointerClickHandler_4; }
inline EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E ** get_address_of_s_PointerClickHandler_4() { return &___s_PointerClickHandler_4; }
inline void set_s_PointerClickHandler_4(EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * value)
{
___s_PointerClickHandler_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_PointerClickHandler_4), (void*)value);
}
inline static int32_t get_offset_of_s_InitializePotentialDragHandler_5() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_InitializePotentialDragHandler_5)); }
inline EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * get_s_InitializePotentialDragHandler_5() const { return ___s_InitializePotentialDragHandler_5; }
inline EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 ** get_address_of_s_InitializePotentialDragHandler_5() { return &___s_InitializePotentialDragHandler_5; }
inline void set_s_InitializePotentialDragHandler_5(EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * value)
{
___s_InitializePotentialDragHandler_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InitializePotentialDragHandler_5), (void*)value);
}
inline static int32_t get_offset_of_s_BeginDragHandler_6() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_BeginDragHandler_6)); }
inline EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * get_s_BeginDragHandler_6() const { return ___s_BeginDragHandler_6; }
inline EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 ** get_address_of_s_BeginDragHandler_6() { return &___s_BeginDragHandler_6; }
inline void set_s_BeginDragHandler_6(EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * value)
{
___s_BeginDragHandler_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_BeginDragHandler_6), (void*)value);
}
inline static int32_t get_offset_of_s_DragHandler_7() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_DragHandler_7)); }
inline EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * get_s_DragHandler_7() const { return ___s_DragHandler_7; }
inline EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 ** get_address_of_s_DragHandler_7() { return &___s_DragHandler_7; }
inline void set_s_DragHandler_7(EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * value)
{
___s_DragHandler_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DragHandler_7), (void*)value);
}
inline static int32_t get_offset_of_s_EndDragHandler_8() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_EndDragHandler_8)); }
inline EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * get_s_EndDragHandler_8() const { return ___s_EndDragHandler_8; }
inline EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 ** get_address_of_s_EndDragHandler_8() { return &___s_EndDragHandler_8; }
inline void set_s_EndDragHandler_8(EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * value)
{
___s_EndDragHandler_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EndDragHandler_8), (void*)value);
}
inline static int32_t get_offset_of_s_DropHandler_9() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_DropHandler_9)); }
inline EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * get_s_DropHandler_9() const { return ___s_DropHandler_9; }
inline EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 ** get_address_of_s_DropHandler_9() { return &___s_DropHandler_9; }
inline void set_s_DropHandler_9(EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * value)
{
___s_DropHandler_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DropHandler_9), (void*)value);
}
inline static int32_t get_offset_of_s_ScrollHandler_10() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_ScrollHandler_10)); }
inline EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * get_s_ScrollHandler_10() const { return ___s_ScrollHandler_10; }
inline EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A ** get_address_of_s_ScrollHandler_10() { return &___s_ScrollHandler_10; }
inline void set_s_ScrollHandler_10(EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * value)
{
___s_ScrollHandler_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ScrollHandler_10), (void*)value);
}
inline static int32_t get_offset_of_s_UpdateSelectedHandler_11() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_UpdateSelectedHandler_11)); }
inline EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * get_s_UpdateSelectedHandler_11() const { return ___s_UpdateSelectedHandler_11; }
inline EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 ** get_address_of_s_UpdateSelectedHandler_11() { return &___s_UpdateSelectedHandler_11; }
inline void set_s_UpdateSelectedHandler_11(EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * value)
{
___s_UpdateSelectedHandler_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_UpdateSelectedHandler_11), (void*)value);
}
inline static int32_t get_offset_of_s_SelectHandler_12() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_SelectHandler_12)); }
inline EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * get_s_SelectHandler_12() const { return ___s_SelectHandler_12; }
inline EventFunction_1_t7521247C87411935E8A2CA38683533083459473F ** get_address_of_s_SelectHandler_12() { return &___s_SelectHandler_12; }
inline void set_s_SelectHandler_12(EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * value)
{
___s_SelectHandler_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_SelectHandler_12), (void*)value);
}
inline static int32_t get_offset_of_s_DeselectHandler_13() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_DeselectHandler_13)); }
inline EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * get_s_DeselectHandler_13() const { return ___s_DeselectHandler_13; }
inline EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 ** get_address_of_s_DeselectHandler_13() { return &___s_DeselectHandler_13; }
inline void set_s_DeselectHandler_13(EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * value)
{
___s_DeselectHandler_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DeselectHandler_13), (void*)value);
}
inline static int32_t get_offset_of_s_MoveHandler_14() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_MoveHandler_14)); }
inline EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * get_s_MoveHandler_14() const { return ___s_MoveHandler_14; }
inline EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB ** get_address_of_s_MoveHandler_14() { return &___s_MoveHandler_14; }
inline void set_s_MoveHandler_14(EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * value)
{
___s_MoveHandler_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_MoveHandler_14), (void*)value);
}
inline static int32_t get_offset_of_s_SubmitHandler_15() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_SubmitHandler_15)); }
inline EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * get_s_SubmitHandler_15() const { return ___s_SubmitHandler_15; }
inline EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B ** get_address_of_s_SubmitHandler_15() { return &___s_SubmitHandler_15; }
inline void set_s_SubmitHandler_15(EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * value)
{
___s_SubmitHandler_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_SubmitHandler_15), (void*)value);
}
inline static int32_t get_offset_of_s_CancelHandler_16() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_CancelHandler_16)); }
inline EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * get_s_CancelHandler_16() const { return ___s_CancelHandler_16; }
inline EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 ** get_address_of_s_CancelHandler_16() { return &___s_CancelHandler_16; }
inline void set_s_CancelHandler_16(EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * value)
{
___s_CancelHandler_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_CancelHandler_16), (void*)value);
}
inline static int32_t get_offset_of_s_HandlerListPool_17() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_HandlerListPool_17)); }
inline ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588 * get_s_HandlerListPool_17() const { return ___s_HandlerListPool_17; }
inline ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588 ** get_address_of_s_HandlerListPool_17() { return &___s_HandlerListPool_17; }
inline void set_s_HandlerListPool_17(ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588 * value)
{
___s_HandlerListPool_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_HandlerListPool_17), (void*)value);
}
inline static int32_t get_offset_of_s_InternalTransformList_18() { return static_cast<int32_t>(offsetof(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields, ___s_InternalTransformList_18)); }
inline List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91 * get_s_InternalTransformList_18() const { return ___s_InternalTransformList_18; }
inline List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91 ** get_address_of_s_InternalTransformList_18() { return &___s_InternalTransformList_18; }
inline void set_s_InternalTransformList_18(List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91 * value)
{
___s_InternalTransformList_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalTransformList_18), (void*)value);
}
};
// UnityEngine.EventSystems.ExecuteEvents_<>c
struct U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C : public RuntimeObject
{
public:
public:
};
struct U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C_StaticFields
{
public:
// UnityEngine.EventSystems.ExecuteEvents_<>c UnityEngine.EventSystems.ExecuteEvents_<>c::<>9
U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C * ___U3CU3E9_0;
public:
inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C_StaticFields, ___U3CU3E9_0)); }
inline U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
inline U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
inline void set_U3CU3E9_0(U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C * value)
{
___U3CU3E9_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E9_0), (void*)value);
}
};
// UnityEngine.EventSystems.PhysicsRaycaster_RaycastHitComparer
struct RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2 : public RuntimeObject
{
public:
public:
};
struct RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2_StaticFields
{
public:
// UnityEngine.EventSystems.PhysicsRaycaster_RaycastHitComparer UnityEngine.EventSystems.PhysicsRaycaster_RaycastHitComparer::instance
RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2 * ___instance_0;
public:
inline static int32_t get_offset_of_instance_0() { return static_cast<int32_t>(offsetof(RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2_StaticFields, ___instance_0)); }
inline RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2 * get_instance_0() const { return ___instance_0; }
inline RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2 ** get_address_of_instance_0() { return &___instance_0; }
inline void set_instance_0(RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2 * value)
{
___instance_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___instance_0), (void*)value);
}
};
// UnityEngine.EventSystems.PointerInputModule_MouseState
struct MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule_ButtonState> UnityEngine.EventSystems.PointerInputModule_MouseState::m_TrackedButtons
List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * ___m_TrackedButtons_0;
public:
inline static int32_t get_offset_of_m_TrackedButtons_0() { return static_cast<int32_t>(offsetof(MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7, ___m_TrackedButtons_0)); }
inline List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * get_m_TrackedButtons_0() const { return ___m_TrackedButtons_0; }
inline List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA ** get_address_of_m_TrackedButtons_0() { return &___m_TrackedButtons_0; }
inline void set_m_TrackedButtons_0(List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * value)
{
___m_TrackedButtons_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_TrackedButtons_0), (void*)value);
}
};
// UnityEngine.EventSystems.RaycasterManager
struct RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A : public RuntimeObject
{
public:
public:
};
struct RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_StaticFields
{
public:
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster> UnityEngine.EventSystems.RaycasterManager::s_Raycasters
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * ___s_Raycasters_0;
public:
inline static int32_t get_offset_of_s_Raycasters_0() { return static_cast<int32_t>(offsetof(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_StaticFields, ___s_Raycasters_0)); }
inline List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * get_s_Raycasters_0() const { return ___s_Raycasters_0; }
inline List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 ** get_address_of_s_Raycasters_0() { return &___s_Raycasters_0; }
inline void set_s_Raycasters_0(List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * value)
{
___s_Raycasters_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Raycasters_0), (void*)value);
}
};
// UnityEngine.Events.UnityEventBase
struct UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5 : public RuntimeObject
{
public:
// UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls
InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * ___m_Calls_0;
// UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls
PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * ___m_PersistentCalls_1;
// System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty
bool ___m_CallsDirty_2;
public:
inline static int32_t get_offset_of_m_Calls_0() { return static_cast<int32_t>(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_Calls_0)); }
inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * get_m_Calls_0() const { return ___m_Calls_0; }
inline InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F ** get_address_of_m_Calls_0() { return &___m_Calls_0; }
inline void set_m_Calls_0(InvokableCallList_t18AA4F473C7B295216B7D4B9723B4F3DFCCC9A3F * value)
{
___m_Calls_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Calls_0), (void*)value);
}
inline static int32_t get_offset_of_m_PersistentCalls_1() { return static_cast<int32_t>(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_PersistentCalls_1)); }
inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * get_m_PersistentCalls_1() const { return ___m_PersistentCalls_1; }
inline PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F ** get_address_of_m_PersistentCalls_1() { return &___m_PersistentCalls_1; }
inline void set_m_PersistentCalls_1(PersistentCallGroup_t6E5DF2EBDA42794B5FE0C6DAA97DF65F0BFF571F * value)
{
___m_PersistentCalls_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PersistentCalls_1), (void*)value);
}
inline static int32_t get_offset_of_m_CallsDirty_2() { return static_cast<int32_t>(offsetof(UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5, ___m_CallsDirty_2)); }
inline bool get_m_CallsDirty_2() const { return ___m_CallsDirty_2; }
inline bool* get_address_of_m_CallsDirty_2() { return &___m_CallsDirty_2; }
inline void set_m_CallsDirty_2(bool value)
{
___m_CallsDirty_2 = value;
}
};
// UnityEngine.UI.AnimationTriggers
struct AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 : public RuntimeObject
{
public:
// System.String UnityEngine.UI.AnimationTriggers::m_NormalTrigger
String_t* ___m_NormalTrigger_5;
// System.String UnityEngine.UI.AnimationTriggers::m_HighlightedTrigger
String_t* ___m_HighlightedTrigger_6;
// System.String UnityEngine.UI.AnimationTriggers::m_PressedTrigger
String_t* ___m_PressedTrigger_7;
// System.String UnityEngine.UI.AnimationTriggers::m_SelectedTrigger
String_t* ___m_SelectedTrigger_8;
// System.String UnityEngine.UI.AnimationTriggers::m_DisabledTrigger
String_t* ___m_DisabledTrigger_9;
public:
inline static int32_t get_offset_of_m_NormalTrigger_5() { return static_cast<int32_t>(offsetof(AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5, ___m_NormalTrigger_5)); }
inline String_t* get_m_NormalTrigger_5() const { return ___m_NormalTrigger_5; }
inline String_t** get_address_of_m_NormalTrigger_5() { return &___m_NormalTrigger_5; }
inline void set_m_NormalTrigger_5(String_t* value)
{
___m_NormalTrigger_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_NormalTrigger_5), (void*)value);
}
inline static int32_t get_offset_of_m_HighlightedTrigger_6() { return static_cast<int32_t>(offsetof(AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5, ___m_HighlightedTrigger_6)); }
inline String_t* get_m_HighlightedTrigger_6() const { return ___m_HighlightedTrigger_6; }
inline String_t** get_address_of_m_HighlightedTrigger_6() { return &___m_HighlightedTrigger_6; }
inline void set_m_HighlightedTrigger_6(String_t* value)
{
___m_HighlightedTrigger_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedTrigger_6), (void*)value);
}
inline static int32_t get_offset_of_m_PressedTrigger_7() { return static_cast<int32_t>(offsetof(AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5, ___m_PressedTrigger_7)); }
inline String_t* get_m_PressedTrigger_7() const { return ___m_PressedTrigger_7; }
inline String_t** get_address_of_m_PressedTrigger_7() { return &___m_PressedTrigger_7; }
inline void set_m_PressedTrigger_7(String_t* value)
{
___m_PressedTrigger_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PressedTrigger_7), (void*)value);
}
inline static int32_t get_offset_of_m_SelectedTrigger_8() { return static_cast<int32_t>(offsetof(AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5, ___m_SelectedTrigger_8)); }
inline String_t* get_m_SelectedTrigger_8() const { return ___m_SelectedTrigger_8; }
inline String_t** get_address_of_m_SelectedTrigger_8() { return &___m_SelectedTrigger_8; }
inline void set_m_SelectedTrigger_8(String_t* value)
{
___m_SelectedTrigger_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedTrigger_8), (void*)value);
}
inline static int32_t get_offset_of_m_DisabledTrigger_9() { return static_cast<int32_t>(offsetof(AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5, ___m_DisabledTrigger_9)); }
inline String_t* get_m_DisabledTrigger_9() const { return ___m_DisabledTrigger_9; }
inline String_t** get_address_of_m_DisabledTrigger_9() { return &___m_DisabledTrigger_9; }
inline void set_m_DisabledTrigger_9(String_t* value)
{
___m_DisabledTrigger_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledTrigger_9), (void*)value);
}
};
// UnityEngine.UI.BaseVertexEffect
struct BaseVertexEffect_t1EF95AB1FC33A027710E7DC86D19F700156C4F6A : public RuntimeObject
{
public:
public:
};
// UnityEngine.UI.Button_<OnFinishSubmit>d__9
struct U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54 : public RuntimeObject
{
public:
// System.Int32 UnityEngine.UI.Button_<OnFinishSubmit>d__9::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object UnityEngine.UI.Button_<OnFinishSubmit>d__9::<>2__current
RuntimeObject * ___U3CU3E2__current_1;
// UnityEngine.UI.Button UnityEngine.UI.Button_<OnFinishSubmit>d__9::<>4__this
Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * ___U3CU3E4__this_2;
// System.Single UnityEngine.UI.Button_<OnFinishSubmit>d__9::<fadeTime>5__2
float ___U3CfadeTimeU3E5__2_3;
// System.Single UnityEngine.UI.Button_<OnFinishSubmit>d__9::<elapsedTime>5__3
float ___U3CelapsedTimeU3E5__3_4;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54, ___U3CU3E2__current_1)); }
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
inline void set_U3CU3E2__current_1(RuntimeObject * value)
{
___U3CU3E2__current_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E4__this_2() { return static_cast<int32_t>(offsetof(U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54, ___U3CU3E4__this_2)); }
inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * get_U3CU3E4__this_2() const { return ___U3CU3E4__this_2; }
inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B ** get_address_of_U3CU3E4__this_2() { return &___U3CU3E4__this_2; }
inline void set_U3CU3E4__this_2(Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * value)
{
___U3CU3E4__this_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_2), (void*)value);
}
inline static int32_t get_offset_of_U3CfadeTimeU3E5__2_3() { return static_cast<int32_t>(offsetof(U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54, ___U3CfadeTimeU3E5__2_3)); }
inline float get_U3CfadeTimeU3E5__2_3() const { return ___U3CfadeTimeU3E5__2_3; }
inline float* get_address_of_U3CfadeTimeU3E5__2_3() { return &___U3CfadeTimeU3E5__2_3; }
inline void set_U3CfadeTimeU3E5__2_3(float value)
{
___U3CfadeTimeU3E5__2_3 = value;
}
inline static int32_t get_offset_of_U3CelapsedTimeU3E5__3_4() { return static_cast<int32_t>(offsetof(U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54, ___U3CelapsedTimeU3E5__3_4)); }
inline float get_U3CelapsedTimeU3E5__3_4() const { return ___U3CelapsedTimeU3E5__3_4; }
inline float* get_address_of_U3CelapsedTimeU3E5__3_4() { return &___U3CelapsedTimeU3E5__3_4; }
inline void set_U3CelapsedTimeU3E5__3_4(float value)
{
___U3CelapsedTimeU3E5__3_4 = value;
}
};
// UnityEngine.UI.CanvasUpdateRegistry
struct CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 : public RuntimeObject
{
public:
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::m_PerformingLayoutUpdate
bool ___m_PerformingLayoutUpdate_1;
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::m_PerformingGraphicUpdate
bool ___m_PerformingGraphicUpdate_2;
// System.String[] UnityEngine.UI.CanvasUpdateRegistry::m_CanvasUpdateProfilerStrings
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_CanvasUpdateProfilerStrings_3;
// UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement> UnityEngine.UI.CanvasUpdateRegistry::m_LayoutRebuildQueue
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * ___m_LayoutRebuildQueue_5;
// UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement> UnityEngine.UI.CanvasUpdateRegistry::m_GraphicRebuildQueue
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * ___m_GraphicRebuildQueue_6;
public:
inline static int32_t get_offset_of_m_PerformingLayoutUpdate_1() { return static_cast<int32_t>(offsetof(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9, ___m_PerformingLayoutUpdate_1)); }
inline bool get_m_PerformingLayoutUpdate_1() const { return ___m_PerformingLayoutUpdate_1; }
inline bool* get_address_of_m_PerformingLayoutUpdate_1() { return &___m_PerformingLayoutUpdate_1; }
inline void set_m_PerformingLayoutUpdate_1(bool value)
{
___m_PerformingLayoutUpdate_1 = value;
}
inline static int32_t get_offset_of_m_PerformingGraphicUpdate_2() { return static_cast<int32_t>(offsetof(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9, ___m_PerformingGraphicUpdate_2)); }
inline bool get_m_PerformingGraphicUpdate_2() const { return ___m_PerformingGraphicUpdate_2; }
inline bool* get_address_of_m_PerformingGraphicUpdate_2() { return &___m_PerformingGraphicUpdate_2; }
inline void set_m_PerformingGraphicUpdate_2(bool value)
{
___m_PerformingGraphicUpdate_2 = value;
}
inline static int32_t get_offset_of_m_CanvasUpdateProfilerStrings_3() { return static_cast<int32_t>(offsetof(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9, ___m_CanvasUpdateProfilerStrings_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_CanvasUpdateProfilerStrings_3() const { return ___m_CanvasUpdateProfilerStrings_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_CanvasUpdateProfilerStrings_3() { return &___m_CanvasUpdateProfilerStrings_3; }
inline void set_m_CanvasUpdateProfilerStrings_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_CanvasUpdateProfilerStrings_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasUpdateProfilerStrings_3), (void*)value);
}
inline static int32_t get_offset_of_m_LayoutRebuildQueue_5() { return static_cast<int32_t>(offsetof(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9, ___m_LayoutRebuildQueue_5)); }
inline IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * get_m_LayoutRebuildQueue_5() const { return ___m_LayoutRebuildQueue_5; }
inline IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 ** get_address_of_m_LayoutRebuildQueue_5() { return &___m_LayoutRebuildQueue_5; }
inline void set_m_LayoutRebuildQueue_5(IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * value)
{
___m_LayoutRebuildQueue_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_LayoutRebuildQueue_5), (void*)value);
}
inline static int32_t get_offset_of_m_GraphicRebuildQueue_6() { return static_cast<int32_t>(offsetof(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9, ___m_GraphicRebuildQueue_6)); }
inline IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * get_m_GraphicRebuildQueue_6() const { return ___m_GraphicRebuildQueue_6; }
inline IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 ** get_address_of_m_GraphicRebuildQueue_6() { return &___m_GraphicRebuildQueue_6; }
inline void set_m_GraphicRebuildQueue_6(IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * value)
{
___m_GraphicRebuildQueue_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_GraphicRebuildQueue_6), (void*)value);
}
};
struct CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_StaticFields
{
public:
// UnityEngine.UI.CanvasUpdateRegistry UnityEngine.UI.CanvasUpdateRegistry::s_Instance
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * ___s_Instance_0;
// System.Comparison`1<UnityEngine.UI.ICanvasElement> UnityEngine.UI.CanvasUpdateRegistry::s_SortLayoutFunction
Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E * ___s_SortLayoutFunction_7;
public:
inline static int32_t get_offset_of_s_Instance_0() { return static_cast<int32_t>(offsetof(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_StaticFields, ___s_Instance_0)); }
inline CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * get_s_Instance_0() const { return ___s_Instance_0; }
inline CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 ** get_address_of_s_Instance_0() { return &___s_Instance_0; }
inline void set_s_Instance_0(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * value)
{
___s_Instance_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value);
}
inline static int32_t get_offset_of_s_SortLayoutFunction_7() { return static_cast<int32_t>(offsetof(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_StaticFields, ___s_SortLayoutFunction_7)); }
inline Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E * get_s_SortLayoutFunction_7() const { return ___s_SortLayoutFunction_7; }
inline Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E ** get_address_of_s_SortLayoutFunction_7() { return &___s_SortLayoutFunction_7; }
inline void set_s_SortLayoutFunction_7(Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E * value)
{
___s_SortLayoutFunction_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_SortLayoutFunction_7), (void*)value);
}
};
// UnityEngine.UI.ClipperRegistry
struct ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F : public RuntimeObject
{
public:
// UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper> UnityEngine.UI.ClipperRegistry::m_Clippers
IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * ___m_Clippers_1;
public:
inline static int32_t get_offset_of_m_Clippers_1() { return static_cast<int32_t>(offsetof(ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F, ___m_Clippers_1)); }
inline IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * get_m_Clippers_1() const { return ___m_Clippers_1; }
inline IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A ** get_address_of_m_Clippers_1() { return &___m_Clippers_1; }
inline void set_m_Clippers_1(IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * value)
{
___m_Clippers_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Clippers_1), (void*)value);
}
};
struct ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F_StaticFields
{
public:
// UnityEngine.UI.ClipperRegistry UnityEngine.UI.ClipperRegistry::s_Instance
ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * ___s_Instance_0;
public:
inline static int32_t get_offset_of_s_Instance_0() { return static_cast<int32_t>(offsetof(ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F_StaticFields, ___s_Instance_0)); }
inline ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * get_s_Instance_0() const { return ___s_Instance_0; }
inline ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F ** get_address_of_s_Instance_0() { return &___s_Instance_0; }
inline void set_s_Instance_0(ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * value)
{
___s_Instance_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Instance_0), (void*)value);
}
};
// UnityEngine.UI.Clipping
struct Clipping_t54CCE61957223C3A78768A2185E906846335DE25 : public RuntimeObject
{
public:
public:
};
// UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>
struct IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<T> UnityEngine.UI.Collections.IndexedSet`1::m_List
List_1_t4D731E331547A2CF1CF4F62FC155A9793E163F37 * ___m_List_0;
// System.Collections.Generic.Dictionary`2<T,System.Int32> UnityEngine.UI.Collections.IndexedSet`1::m_Dictionary
Dictionary_2_tBA1C250997F9AB8158AEDC40DB4BB3A72DCD9EE0 * ___m_Dictionary_1;
public:
inline static int32_t get_offset_of_m_List_0() { return static_cast<int32_t>(offsetof(IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61, ___m_List_0)); }
inline List_1_t4D731E331547A2CF1CF4F62FC155A9793E163F37 * get_m_List_0() const { return ___m_List_0; }
inline List_1_t4D731E331547A2CF1CF4F62FC155A9793E163F37 ** get_address_of_m_List_0() { return &___m_List_0; }
inline void set_m_List_0(List_1_t4D731E331547A2CF1CF4F62FC155A9793E163F37 * value)
{
___m_List_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_List_0), (void*)value);
}
inline static int32_t get_offset_of_m_Dictionary_1() { return static_cast<int32_t>(offsetof(IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61, ___m_Dictionary_1)); }
inline Dictionary_2_tBA1C250997F9AB8158AEDC40DB4BB3A72DCD9EE0 * get_m_Dictionary_1() const { return ___m_Dictionary_1; }
inline Dictionary_2_tBA1C250997F9AB8158AEDC40DB4BB3A72DCD9EE0 ** get_address_of_m_Dictionary_1() { return &___m_Dictionary_1; }
inline void set_m_Dictionary_1(Dictionary_2_tBA1C250997F9AB8158AEDC40DB4BB3A72DCD9EE0 * value)
{
___m_Dictionary_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Dictionary_1), (void*)value);
}
};
// UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>
struct IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<T> UnityEngine.UI.Collections.IndexedSet`1::m_List
List_1_t88109FF8FCA141D65651DC61B199ECBDC4563B6F * ___m_List_0;
// System.Collections.Generic.Dictionary`2<T,System.Int32> UnityEngine.UI.Collections.IndexedSet`1::m_Dictionary
Dictionary_2_tD9442AE4B6C9FC73279C5CE1DF8912C7DAAADD11 * ___m_Dictionary_1;
public:
inline static int32_t get_offset_of_m_List_0() { return static_cast<int32_t>(offsetof(IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A, ___m_List_0)); }
inline List_1_t88109FF8FCA141D65651DC61B199ECBDC4563B6F * get_m_List_0() const { return ___m_List_0; }
inline List_1_t88109FF8FCA141D65651DC61B199ECBDC4563B6F ** get_address_of_m_List_0() { return &___m_List_0; }
inline void set_m_List_0(List_1_t88109FF8FCA141D65651DC61B199ECBDC4563B6F * value)
{
___m_List_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_List_0), (void*)value);
}
inline static int32_t get_offset_of_m_Dictionary_1() { return static_cast<int32_t>(offsetof(IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A, ___m_Dictionary_1)); }
inline Dictionary_2_tD9442AE4B6C9FC73279C5CE1DF8912C7DAAADD11 * get_m_Dictionary_1() const { return ___m_Dictionary_1; }
inline Dictionary_2_tD9442AE4B6C9FC73279C5CE1DF8912C7DAAADD11 ** get_address_of_m_Dictionary_1() { return &___m_Dictionary_1; }
inline void set_m_Dictionary_1(Dictionary_2_tD9442AE4B6C9FC73279C5CE1DF8912C7DAAADD11 * value)
{
___m_Dictionary_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Dictionary_1), (void*)value);
}
};
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>
struct TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF : public RuntimeObject
{
public:
// UnityEngine.MonoBehaviour UnityEngine.UI.CoroutineTween.TweenRunner`1::m_CoroutineContainer
MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * ___m_CoroutineContainer_0;
// System.Collections.IEnumerator UnityEngine.UI.CoroutineTween.TweenRunner`1::m_Tween
RuntimeObject* ___m_Tween_1;
public:
inline static int32_t get_offset_of_m_CoroutineContainer_0() { return static_cast<int32_t>(offsetof(TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF, ___m_CoroutineContainer_0)); }
inline MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * get_m_CoroutineContainer_0() const { return ___m_CoroutineContainer_0; }
inline MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 ** get_address_of_m_CoroutineContainer_0() { return &___m_CoroutineContainer_0; }
inline void set_m_CoroutineContainer_0(MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * value)
{
___m_CoroutineContainer_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CoroutineContainer_0), (void*)value);
}
inline static int32_t get_offset_of_m_Tween_1() { return static_cast<int32_t>(offsetof(TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF, ___m_Tween_1)); }
inline RuntimeObject* get_m_Tween_1() const { return ___m_Tween_1; }
inline RuntimeObject** get_address_of_m_Tween_1() { return &___m_Tween_1; }
inline void set_m_Tween_1(RuntimeObject* value)
{
___m_Tween_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Tween_1), (void*)value);
}
};
// UnityEngine.UI.DefaultControls_DefaultRuntimeFactory
struct DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2 : public RuntimeObject
{
public:
public:
};
struct DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2_StaticFields
{
public:
// UnityEngine.UI.DefaultControls_IFactoryControls UnityEngine.UI.DefaultControls_DefaultRuntimeFactory::Default
RuntimeObject* ___Default_0;
public:
inline static int32_t get_offset_of_Default_0() { return static_cast<int32_t>(offsetof(DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2_StaticFields, ___Default_0)); }
inline RuntimeObject* get_Default_0() const { return ___Default_0; }
inline RuntimeObject** get_address_of_Default_0() { return &___Default_0; }
inline void set_Default_0(RuntimeObject* value)
{
___Default_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Default_0), (void*)value);
}
};
// UnityEngine.UI.Dropdown_<>c__DisplayClass62_0
struct U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A : public RuntimeObject
{
public:
// UnityEngine.UI.Dropdown_DropdownItem UnityEngine.UI.Dropdown_<>c__DisplayClass62_0::item
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * ___item_0;
// UnityEngine.UI.Dropdown UnityEngine.UI.Dropdown_<>c__DisplayClass62_0::<>4__this
Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * ___U3CU3E4__this_1;
public:
inline static int32_t get_offset_of_item_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A, ___item_0)); }
inline DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * get_item_0() const { return ___item_0; }
inline DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 ** get_address_of_item_0() { return &___item_0; }
inline void set_item_0(DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * value)
{
___item_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___item_0), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A, ___U3CU3E4__this_1)); }
inline Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; }
inline Dropdown_tF6331401084B1213CAB10587A6EC81461501930F ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; }
inline void set_U3CU3E4__this_1(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * value)
{
___U3CU3E4__this_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value);
}
};
// UnityEngine.UI.Dropdown_<DelayedDestroyDropdownList>d__74
struct U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69 : public RuntimeObject
{
public:
// System.Int32 UnityEngine.UI.Dropdown_<DelayedDestroyDropdownList>d__74::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object UnityEngine.UI.Dropdown_<DelayedDestroyDropdownList>d__74::<>2__current
RuntimeObject * ___U3CU3E2__current_1;
// System.Single UnityEngine.UI.Dropdown_<DelayedDestroyDropdownList>d__74::delay
float ___delay_2;
// UnityEngine.UI.Dropdown UnityEngine.UI.Dropdown_<DelayedDestroyDropdownList>d__74::<>4__this
Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * ___U3CU3E4__this_3;
public:
inline static int32_t get_offset_of_U3CU3E1__state_0() { return static_cast<int32_t>(offsetof(U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69, ___U3CU3E1__state_0)); }
inline int32_t get_U3CU3E1__state_0() const { return ___U3CU3E1__state_0; }
inline int32_t* get_address_of_U3CU3E1__state_0() { return &___U3CU3E1__state_0; }
inline void set_U3CU3E1__state_0(int32_t value)
{
___U3CU3E1__state_0 = value;
}
inline static int32_t get_offset_of_U3CU3E2__current_1() { return static_cast<int32_t>(offsetof(U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69, ___U3CU3E2__current_1)); }
inline RuntimeObject * get_U3CU3E2__current_1() const { return ___U3CU3E2__current_1; }
inline RuntimeObject ** get_address_of_U3CU3E2__current_1() { return &___U3CU3E2__current_1; }
inline void set_U3CU3E2__current_1(RuntimeObject * value)
{
___U3CU3E2__current_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E2__current_1), (void*)value);
}
inline static int32_t get_offset_of_delay_2() { return static_cast<int32_t>(offsetof(U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69, ___delay_2)); }
inline float get_delay_2() const { return ___delay_2; }
inline float* get_address_of_delay_2() { return &___delay_2; }
inline void set_delay_2(float value)
{
___delay_2 = value;
}
inline static int32_t get_offset_of_U3CU3E4__this_3() { return static_cast<int32_t>(offsetof(U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69, ___U3CU3E4__this_3)); }
inline Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * get_U3CU3E4__this_3() const { return ___U3CU3E4__this_3; }
inline Dropdown_tF6331401084B1213CAB10587A6EC81461501930F ** get_address_of_U3CU3E4__this_3() { return &___U3CU3E4__this_3; }
inline void set_U3CU3E4__this_3(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * value)
{
___U3CU3E4__this_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_3), (void*)value);
}
};
// UnityEngine.UI.Dropdown_OptionData
struct OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 : public RuntimeObject
{
public:
// System.String UnityEngine.UI.Dropdown_OptionData::m_Text
String_t* ___m_Text_0;
// UnityEngine.Sprite UnityEngine.UI.Dropdown_OptionData::m_Image
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_Image_1;
public:
inline static int32_t get_offset_of_m_Text_0() { return static_cast<int32_t>(offsetof(OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831, ___m_Text_0)); }
inline String_t* get_m_Text_0() const { return ___m_Text_0; }
inline String_t** get_address_of_m_Text_0() { return &___m_Text_0; }
inline void set_m_Text_0(String_t* value)
{
___m_Text_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Text_0), (void*)value);
}
inline static int32_t get_offset_of_m_Image_1() { return static_cast<int32_t>(offsetof(OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831, ___m_Image_1)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_Image_1() const { return ___m_Image_1; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_Image_1() { return &___m_Image_1; }
inline void set_m_Image_1(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___m_Image_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Image_1), (void*)value);
}
};
// UnityEngine.UI.Dropdown_OptionDataList
struct OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown_OptionData> UnityEngine.UI.Dropdown_OptionDataList::m_Options
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * ___m_Options_0;
public:
inline static int32_t get_offset_of_m_Options_0() { return static_cast<int32_t>(offsetof(OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D, ___m_Options_0)); }
inline List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * get_m_Options_0() const { return ___m_Options_0; }
inline List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 ** get_address_of_m_Options_0() { return &___m_Options_0; }
inline void set_m_Options_0(List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * value)
{
___m_Options_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Options_0), (void*)value);
}
};
// UnityEngine.UI.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>>
struct ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588 : public RuntimeObject
{
public:
// System.Collections.Generic.Stack`1<T> UnityEngine.UI.ObjectPool`1::m_Stack
Stack_1_t653D71B3443B2073A16F05650BC52AABB537B890 * ___m_Stack_0;
// UnityEngine.Events.UnityAction`1<T> UnityEngine.UI.ObjectPool`1::m_ActionOnGet
UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD * ___m_ActionOnGet_1;
// UnityEngine.Events.UnityAction`1<T> UnityEngine.UI.ObjectPool`1::m_ActionOnRelease
UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD * ___m_ActionOnRelease_2;
// System.Int32 UnityEngine.UI.ObjectPool`1::<countAll>k__BackingField
int32_t ___U3CcountAllU3Ek__BackingField_3;
public:
inline static int32_t get_offset_of_m_Stack_0() { return static_cast<int32_t>(offsetof(ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588, ___m_Stack_0)); }
inline Stack_1_t653D71B3443B2073A16F05650BC52AABB537B890 * get_m_Stack_0() const { return ___m_Stack_0; }
inline Stack_1_t653D71B3443B2073A16F05650BC52AABB537B890 ** get_address_of_m_Stack_0() { return &___m_Stack_0; }
inline void set_m_Stack_0(Stack_1_t653D71B3443B2073A16F05650BC52AABB537B890 * value)
{
___m_Stack_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Stack_0), (void*)value);
}
inline static int32_t get_offset_of_m_ActionOnGet_1() { return static_cast<int32_t>(offsetof(ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588, ___m_ActionOnGet_1)); }
inline UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD * get_m_ActionOnGet_1() const { return ___m_ActionOnGet_1; }
inline UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD ** get_address_of_m_ActionOnGet_1() { return &___m_ActionOnGet_1; }
inline void set_m_ActionOnGet_1(UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD * value)
{
___m_ActionOnGet_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ActionOnGet_1), (void*)value);
}
inline static int32_t get_offset_of_m_ActionOnRelease_2() { return static_cast<int32_t>(offsetof(ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588, ___m_ActionOnRelease_2)); }
inline UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD * get_m_ActionOnRelease_2() const { return ___m_ActionOnRelease_2; }
inline UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD ** get_address_of_m_ActionOnRelease_2() { return &___m_ActionOnRelease_2; }
inline void set_m_ActionOnRelease_2(UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD * value)
{
___m_ActionOnRelease_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ActionOnRelease_2), (void*)value);
}
inline static int32_t get_offset_of_U3CcountAllU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588, ___U3CcountAllU3Ek__BackingField_3)); }
inline int32_t get_U3CcountAllU3Ek__BackingField_3() const { return ___U3CcountAllU3Ek__BackingField_3; }
inline int32_t* get_address_of_U3CcountAllU3Ek__BackingField_3() { return &___U3CcountAllU3Ek__BackingField_3; }
inline void set_U3CcountAllU3Ek__BackingField_3(int32_t value)
{
___U3CcountAllU3Ek__BackingField_3 = value;
}
};
// UnityEngine.UI.ReflectionMethodsCache
struct ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A : public RuntimeObject
{
public:
// UnityEngine.UI.ReflectionMethodsCache_Raycast3DCallback UnityEngine.UI.ReflectionMethodsCache::raycast3D
Raycast3DCallback_t83483916473C9710AEDB316A65CBE62C58935C5F * ___raycast3D_0;
// UnityEngine.UI.ReflectionMethodsCache_RaycastAllCallback UnityEngine.UI.ReflectionMethodsCache::raycast3DAll
RaycastAllCallback_t751407A44270E02FAA43D0846A58EE6A8C4AE1CE * ___raycast3DAll_1;
// UnityEngine.UI.ReflectionMethodsCache_GetRaycastNonAllocCallback UnityEngine.UI.ReflectionMethodsCache::getRaycastNonAlloc
GetRaycastNonAllocCallback_tC13D9767CFF00EAB26E9FCC4BDD505F0721A2B4D * ___getRaycastNonAlloc_2;
// UnityEngine.UI.ReflectionMethodsCache_Raycast2DCallback UnityEngine.UI.ReflectionMethodsCache::raycast2D
Raycast2DCallback_tE99ABF9ABC3A380677949E8C05A3E477889B82BE * ___raycast2D_3;
// UnityEngine.UI.ReflectionMethodsCache_GetRayIntersectionAllCallback UnityEngine.UI.ReflectionMethodsCache::getRayIntersectionAll
GetRayIntersectionAllCallback_t68C2581CCF05E868297EBD3F3361274954845095 * ___getRayIntersectionAll_4;
// UnityEngine.UI.ReflectionMethodsCache_GetRayIntersectionAllNonAllocCallback UnityEngine.UI.ReflectionMethodsCache::getRayIntersectionAllNonAlloc
GetRayIntersectionAllNonAllocCallback_tAD7508D45DB6679B6394983579AD18D967CC2AD4 * ___getRayIntersectionAllNonAlloc_5;
public:
inline static int32_t get_offset_of_raycast3D_0() { return static_cast<int32_t>(offsetof(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A, ___raycast3D_0)); }
inline Raycast3DCallback_t83483916473C9710AEDB316A65CBE62C58935C5F * get_raycast3D_0() const { return ___raycast3D_0; }
inline Raycast3DCallback_t83483916473C9710AEDB316A65CBE62C58935C5F ** get_address_of_raycast3D_0() { return &___raycast3D_0; }
inline void set_raycast3D_0(Raycast3DCallback_t83483916473C9710AEDB316A65CBE62C58935C5F * value)
{
___raycast3D_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___raycast3D_0), (void*)value);
}
inline static int32_t get_offset_of_raycast3DAll_1() { return static_cast<int32_t>(offsetof(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A, ___raycast3DAll_1)); }
inline RaycastAllCallback_t751407A44270E02FAA43D0846A58EE6A8C4AE1CE * get_raycast3DAll_1() const { return ___raycast3DAll_1; }
inline RaycastAllCallback_t751407A44270E02FAA43D0846A58EE6A8C4AE1CE ** get_address_of_raycast3DAll_1() { return &___raycast3DAll_1; }
inline void set_raycast3DAll_1(RaycastAllCallback_t751407A44270E02FAA43D0846A58EE6A8C4AE1CE * value)
{
___raycast3DAll_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___raycast3DAll_1), (void*)value);
}
inline static int32_t get_offset_of_getRaycastNonAlloc_2() { return static_cast<int32_t>(offsetof(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A, ___getRaycastNonAlloc_2)); }
inline GetRaycastNonAllocCallback_tC13D9767CFF00EAB26E9FCC4BDD505F0721A2B4D * get_getRaycastNonAlloc_2() const { return ___getRaycastNonAlloc_2; }
inline GetRaycastNonAllocCallback_tC13D9767CFF00EAB26E9FCC4BDD505F0721A2B4D ** get_address_of_getRaycastNonAlloc_2() { return &___getRaycastNonAlloc_2; }
inline void set_getRaycastNonAlloc_2(GetRaycastNonAllocCallback_tC13D9767CFF00EAB26E9FCC4BDD505F0721A2B4D * value)
{
___getRaycastNonAlloc_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___getRaycastNonAlloc_2), (void*)value);
}
inline static int32_t get_offset_of_raycast2D_3() { return static_cast<int32_t>(offsetof(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A, ___raycast2D_3)); }
inline Raycast2DCallback_tE99ABF9ABC3A380677949E8C05A3E477889B82BE * get_raycast2D_3() const { return ___raycast2D_3; }
inline Raycast2DCallback_tE99ABF9ABC3A380677949E8C05A3E477889B82BE ** get_address_of_raycast2D_3() { return &___raycast2D_3; }
inline void set_raycast2D_3(Raycast2DCallback_tE99ABF9ABC3A380677949E8C05A3E477889B82BE * value)
{
___raycast2D_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___raycast2D_3), (void*)value);
}
inline static int32_t get_offset_of_getRayIntersectionAll_4() { return static_cast<int32_t>(offsetof(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A, ___getRayIntersectionAll_4)); }
inline GetRayIntersectionAllCallback_t68C2581CCF05E868297EBD3F3361274954845095 * get_getRayIntersectionAll_4() const { return ___getRayIntersectionAll_4; }
inline GetRayIntersectionAllCallback_t68C2581CCF05E868297EBD3F3361274954845095 ** get_address_of_getRayIntersectionAll_4() { return &___getRayIntersectionAll_4; }
inline void set_getRayIntersectionAll_4(GetRayIntersectionAllCallback_t68C2581CCF05E868297EBD3F3361274954845095 * value)
{
___getRayIntersectionAll_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___getRayIntersectionAll_4), (void*)value);
}
inline static int32_t get_offset_of_getRayIntersectionAllNonAlloc_5() { return static_cast<int32_t>(offsetof(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A, ___getRayIntersectionAllNonAlloc_5)); }
inline GetRayIntersectionAllNonAllocCallback_tAD7508D45DB6679B6394983579AD18D967CC2AD4 * get_getRayIntersectionAllNonAlloc_5() const { return ___getRayIntersectionAllNonAlloc_5; }
inline GetRayIntersectionAllNonAllocCallback_tAD7508D45DB6679B6394983579AD18D967CC2AD4 ** get_address_of_getRayIntersectionAllNonAlloc_5() { return &___getRayIntersectionAllNonAlloc_5; }
inline void set_getRayIntersectionAllNonAlloc_5(GetRayIntersectionAllNonAllocCallback_tAD7508D45DB6679B6394983579AD18D967CC2AD4 * value)
{
___getRayIntersectionAllNonAlloc_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___getRayIntersectionAllNonAlloc_5), (void*)value);
}
};
struct ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A_StaticFields
{
public:
// UnityEngine.UI.ReflectionMethodsCache UnityEngine.UI.ReflectionMethodsCache::s_ReflectionMethodsCache
ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * ___s_ReflectionMethodsCache_6;
public:
inline static int32_t get_offset_of_s_ReflectionMethodsCache_6() { return static_cast<int32_t>(offsetof(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A_StaticFields, ___s_ReflectionMethodsCache_6)); }
inline ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * get_s_ReflectionMethodsCache_6() const { return ___s_ReflectionMethodsCache_6; }
inline ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A ** get_address_of_s_ReflectionMethodsCache_6() { return &___s_ReflectionMethodsCache_6; }
inline void set_s_ReflectionMethodsCache_6(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * value)
{
___s_ReflectionMethodsCache_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ReflectionMethodsCache_6), (void*)value);
}
};
// UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44 : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_t7F98A3A922EF4B6DA62C3CF2D4E5897EED2C26B8
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_t7F98A3A922EF4B6DA62C3CF2D4E5897EED2C26B8__padding[12];
};
public:
};
// 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.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator<System.Int32,System.Object>
struct Enumerator_tDDB96E6B07B75C58A9D02033BE058D98FED1070B
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
int32_t ___version_2;
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
RuntimeObject * ___currentValue_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tDDB96E6B07B75C58A9D02033BE058D98FED1070B, ___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_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tDDB96E6B07B75C58A9D02033BE058D98FED1070B, ___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_tDDB96E6B07B75C58A9D02033BE058D98FED1070B, ___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_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_tDDB96E6B07B75C58A9D02033BE058D98FED1070B, ___currentValue_3)); }
inline RuntimeObject * get_currentValue_3() const { return ___currentValue_3; }
inline RuntimeObject ** get_address_of_currentValue_3() { return &___currentValue_3; }
inline void set_currentValue_3(RuntimeObject * value)
{
___currentValue_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>
struct Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
int32_t ___version_2;
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___currentValue_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1, ___dictionary_0)); }
inline Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * 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_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1, ___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_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1, ___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_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1, ___currentValue_3)); }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * get_currentValue_3() const { return ___currentValue_3; }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** get_address_of_currentValue_3() { return &___currentValue_3; }
inline void set_currentValue_3(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * value)
{
___currentValue_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value);
}
};
// System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>
struct KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C
{
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_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C, ___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_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C, ___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.Int32,UnityEngine.EventSystems.PointerEventData>
struct KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC
{
public:
// TKey System.Collections.Generic.KeyValuePair`2::key
int32_t ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___value_1;
public:
inline static int32_t get_offset_of_key_0() { return static_cast<int32_t>(offsetof(KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC, ___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_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC, ___value_1)); }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * get_value_1() const { return ___value_1; }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** get_address_of_value_1() { return &___value_1; }
inline void set_value_1(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * value)
{
___value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
}
};
// 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.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.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.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// 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.DrivenRectTransformTracker
struct DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03
{
public:
union
{
struct
{
};
uint8_t DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03__padding[1];
};
public:
};
// UnityEngine.EventSystems.BaseEventData
struct BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 : public AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6
{
public:
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___m_EventSystem_1;
public:
inline static int32_t get_offset_of_m_EventSystem_1() { return static_cast<int32_t>(offsetof(BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5, ___m_EventSystem_1)); }
inline EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * get_m_EventSystem_1() const { return ___m_EventSystem_1; }
inline EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 ** get_address_of_m_EventSystem_1() { return &___m_EventSystem_1; }
inline void set_m_EventSystem_1(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * value)
{
___m_EventSystem_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_EventSystem_1), (void*)value);
}
};
// UnityEngine.Events.UnityEvent
struct UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3;
public:
inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast<int32_t>(offsetof(UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F, ___m_InvokeArray_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; }
inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value);
}
};
// UnityEngine.Events.UnityEvent`1<System.Boolean>
struct UnityEvent_1_tE040CE348097B63925504E9E6AFCD89D46798FE3 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3;
public:
inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast<int32_t>(offsetof(UnityEvent_1_tE040CE348097B63925504E9E6AFCD89D46798FE3, ___m_InvokeArray_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; }
inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value);
}
};
// UnityEngine.Events.UnityEvent`1<System.Int32>
struct UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3;
public:
inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast<int32_t>(offsetof(UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914, ___m_InvokeArray_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; }
inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value);
}
};
// UnityEngine.Events.UnityEvent`1<System.Single>
struct UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3;
public:
inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast<int32_t>(offsetof(UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6, ___m_InvokeArray_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; }
inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value);
}
};
// UnityEngine.Events.UnityEvent`1<UnityEngine.Color>
struct UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8 : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3;
public:
inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast<int32_t>(offsetof(UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8, ___m_InvokeArray_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; }
inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value);
}
};
// UnityEngine.Events.UnityEvent`1<UnityEngine.EventSystems.BaseEventData>
struct UnityEvent_1_t55DE148B605149DF84E469388B37672EE507573E : public UnityEventBase_t6E0F7823762EE94BB8489B5AE41C7802A266D3D5
{
public:
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_InvokeArray_3;
public:
inline static int32_t get_offset_of_m_InvokeArray_3() { return static_cast<int32_t>(offsetof(UnityEvent_1_t55DE148B605149DF84E469388B37672EE507573E, ___m_InvokeArray_3)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_InvokeArray_3() const { return ___m_InvokeArray_3; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_InvokeArray_3() { return &___m_InvokeArray_3; }
inline void set_m_InvokeArray_3(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_InvokeArray_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InvokeArray_3), (void*)value);
}
};
// UnityEngine.LayerMask
struct LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0
{
public:
// System.Int32 UnityEngine.LayerMask::m_Mask
int32_t ___m_Mask_0;
public:
inline static int32_t get_offset_of_m_Mask_0() { return static_cast<int32_t>(offsetof(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0, ___m_Mask_0)); }
inline int32_t get_m_Mask_0() const { return ___m_Mask_0; }
inline int32_t* get_address_of_m_Mask_0() { return &___m_Mask_0; }
inline void set_m_Mask_0(int32_t value)
{
___m_Mask_0 = value;
}
};
// UnityEngine.Rect
struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE
{
public:
// System.Single UnityEngine.Rect::m_XMin
float ___m_XMin_0;
// System.Single UnityEngine.Rect::m_YMin
float ___m_YMin_1;
// System.Single UnityEngine.Rect::m_Width
float ___m_Width_2;
// System.Single UnityEngine.Rect::m_Height
float ___m_Height_3;
public:
inline static int32_t get_offset_of_m_XMin_0() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_XMin_0)); }
inline float get_m_XMin_0() const { return ___m_XMin_0; }
inline float* get_address_of_m_XMin_0() { return &___m_XMin_0; }
inline void set_m_XMin_0(float value)
{
___m_XMin_0 = value;
}
inline static int32_t get_offset_of_m_YMin_1() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_YMin_1)); }
inline float get_m_YMin_1() const { return ___m_YMin_1; }
inline float* get_address_of_m_YMin_1() { return &___m_YMin_1; }
inline void set_m_YMin_1(float value)
{
___m_YMin_1 = value;
}
inline static int32_t get_offset_of_m_Width_2() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Width_2)); }
inline float get_m_Width_2() const { return ___m_Width_2; }
inline float* get_address_of_m_Width_2() { return &___m_Width_2; }
inline void set_m_Width_2(float value)
{
___m_Width_2 = value;
}
inline static int32_t get_offset_of_m_Height_3() { return static_cast<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___m_Height_3)); }
inline float get_m_Height_3() const { return ___m_Height_3; }
inline float* get_address_of_m_Height_3() { return &___m_Height_3; }
inline void set_m_Height_3(float value)
{
___m_Height_3 = value;
}
};
// UnityEngine.UI.CoroutineTween.FloatTween
struct FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A
{
public:
// UnityEngine.UI.CoroutineTween.FloatTween_FloatTweenCallback UnityEngine.UI.CoroutineTween.FloatTween::m_Target
FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * ___m_Target_0;
// System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_StartValue
float ___m_StartValue_1;
// System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_TargetValue
float ___m_TargetValue_2;
// System.Single UnityEngine.UI.CoroutineTween.FloatTween::m_Duration
float ___m_Duration_3;
// System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::m_IgnoreTimeScale
bool ___m_IgnoreTimeScale_4;
public:
inline static int32_t get_offset_of_m_Target_0() { return static_cast<int32_t>(offsetof(FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A, ___m_Target_0)); }
inline FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * get_m_Target_0() const { return ___m_Target_0; }
inline FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 ** get_address_of_m_Target_0() { return &___m_Target_0; }
inline void set_m_Target_0(FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * value)
{
___m_Target_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Target_0), (void*)value);
}
inline static int32_t get_offset_of_m_StartValue_1() { return static_cast<int32_t>(offsetof(FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A, ___m_StartValue_1)); }
inline float get_m_StartValue_1() const { return ___m_StartValue_1; }
inline float* get_address_of_m_StartValue_1() { return &___m_StartValue_1; }
inline void set_m_StartValue_1(float value)
{
___m_StartValue_1 = value;
}
inline static int32_t get_offset_of_m_TargetValue_2() { return static_cast<int32_t>(offsetof(FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A, ___m_TargetValue_2)); }
inline float get_m_TargetValue_2() const { return ___m_TargetValue_2; }
inline float* get_address_of_m_TargetValue_2() { return &___m_TargetValue_2; }
inline void set_m_TargetValue_2(float value)
{
___m_TargetValue_2 = value;
}
inline static int32_t get_offset_of_m_Duration_3() { return static_cast<int32_t>(offsetof(FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A, ___m_Duration_3)); }
inline float get_m_Duration_3() const { return ___m_Duration_3; }
inline float* get_address_of_m_Duration_3() { return &___m_Duration_3; }
inline void set_m_Duration_3(float value)
{
___m_Duration_3 = value;
}
inline static int32_t get_offset_of_m_IgnoreTimeScale_4() { return static_cast<int32_t>(offsetof(FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A, ___m_IgnoreTimeScale_4)); }
inline bool get_m_IgnoreTimeScale_4() const { return ___m_IgnoreTimeScale_4; }
inline bool* get_address_of_m_IgnoreTimeScale_4() { return &___m_IgnoreTimeScale_4; }
inline void set_m_IgnoreTimeScale_4(bool value)
{
___m_IgnoreTimeScale_4 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.UI.CoroutineTween.FloatTween
struct FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshaled_pinvoke
{
FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * ___m_Target_0;
float ___m_StartValue_1;
float ___m_TargetValue_2;
float ___m_Duration_3;
int32_t ___m_IgnoreTimeScale_4;
};
// Native definition for COM marshalling of UnityEngine.UI.CoroutineTween.FloatTween
struct FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshaled_com
{
FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * ___m_Target_0;
float ___m_StartValue_1;
float ___m_TargetValue_2;
float ___m_Duration_3;
int32_t ___m_IgnoreTimeScale_4;
};
// UnityEngine.UI.DefaultControls_Resources
struct Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4
{
public:
// UnityEngine.Sprite UnityEngine.UI.DefaultControls_Resources::standard
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___standard_0;
// UnityEngine.Sprite UnityEngine.UI.DefaultControls_Resources::background
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___background_1;
// UnityEngine.Sprite UnityEngine.UI.DefaultControls_Resources::inputField
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___inputField_2;
// UnityEngine.Sprite UnityEngine.UI.DefaultControls_Resources::knob
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___knob_3;
// UnityEngine.Sprite UnityEngine.UI.DefaultControls_Resources::checkmark
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___checkmark_4;
// UnityEngine.Sprite UnityEngine.UI.DefaultControls_Resources::dropdown
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___dropdown_5;
// UnityEngine.Sprite UnityEngine.UI.DefaultControls_Resources::mask
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___mask_6;
public:
inline static int32_t get_offset_of_standard_0() { return static_cast<int32_t>(offsetof(Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4, ___standard_0)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_standard_0() const { return ___standard_0; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_standard_0() { return &___standard_0; }
inline void set_standard_0(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___standard_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___standard_0), (void*)value);
}
inline static int32_t get_offset_of_background_1() { return static_cast<int32_t>(offsetof(Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4, ___background_1)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_background_1() const { return ___background_1; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_background_1() { return &___background_1; }
inline void set_background_1(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___background_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___background_1), (void*)value);
}
inline static int32_t get_offset_of_inputField_2() { return static_cast<int32_t>(offsetof(Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4, ___inputField_2)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_inputField_2() const { return ___inputField_2; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_inputField_2() { return &___inputField_2; }
inline void set_inputField_2(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___inputField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___inputField_2), (void*)value);
}
inline static int32_t get_offset_of_knob_3() { return static_cast<int32_t>(offsetof(Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4, ___knob_3)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_knob_3() const { return ___knob_3; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_knob_3() { return &___knob_3; }
inline void set_knob_3(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___knob_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___knob_3), (void*)value);
}
inline static int32_t get_offset_of_checkmark_4() { return static_cast<int32_t>(offsetof(Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4, ___checkmark_4)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_checkmark_4() const { return ___checkmark_4; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_checkmark_4() { return &___checkmark_4; }
inline void set_checkmark_4(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___checkmark_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___checkmark_4), (void*)value);
}
inline static int32_t get_offset_of_dropdown_5() { return static_cast<int32_t>(offsetof(Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4, ___dropdown_5)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_dropdown_5() const { return ___dropdown_5; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_dropdown_5() { return &___dropdown_5; }
inline void set_dropdown_5(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___dropdown_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dropdown_5), (void*)value);
}
inline static int32_t get_offset_of_mask_6() { return static_cast<int32_t>(offsetof(Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4, ___mask_6)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_mask_6() const { return ___mask_6; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_mask_6() { return &___mask_6; }
inline void set_mask_6(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___mask_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___mask_6), (void*)value);
}
};
// Native definition for P/Invoke marshalling of UnityEngine.UI.DefaultControls/Resources
struct Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshaled_pinvoke
{
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___standard_0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___background_1;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___inputField_2;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___knob_3;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___checkmark_4;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___dropdown_5;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___mask_6;
};
// Native definition for COM marshalling of UnityEngine.UI.DefaultControls/Resources
struct Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshaled_com
{
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___standard_0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___background_1;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___inputField_2;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___knob_3;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___checkmark_4;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___dropdown_5;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___mask_6;
};
// UnityEngine.UI.SpriteState
struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A
{
public:
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0;
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1;
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_SelectedSprite_2;
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_3;
public:
inline static int32_t get_offset_of_m_HighlightedSprite_0() { return static_cast<int32_t>(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_HighlightedSprite_0)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_HighlightedSprite_0() const { return ___m_HighlightedSprite_0; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_HighlightedSprite_0() { return &___m_HighlightedSprite_0; }
inline void set_m_HighlightedSprite_0(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___m_HighlightedSprite_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_HighlightedSprite_0), (void*)value);
}
inline static int32_t get_offset_of_m_PressedSprite_1() { return static_cast<int32_t>(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_PressedSprite_1)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_PressedSprite_1() const { return ___m_PressedSprite_1; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_PressedSprite_1() { return &___m_PressedSprite_1; }
inline void set_m_PressedSprite_1(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___m_PressedSprite_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PressedSprite_1), (void*)value);
}
inline static int32_t get_offset_of_m_SelectedSprite_2() { return static_cast<int32_t>(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_SelectedSprite_2)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_SelectedSprite_2() const { return ___m_SelectedSprite_2; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_SelectedSprite_2() { return &___m_SelectedSprite_2; }
inline void set_m_SelectedSprite_2(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___m_SelectedSprite_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SelectedSprite_2), (void*)value);
}
inline static int32_t get_offset_of_m_DisabledSprite_3() { return static_cast<int32_t>(offsetof(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A, ___m_DisabledSprite_3)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_DisabledSprite_3() const { return ___m_DisabledSprite_3; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_DisabledSprite_3() { return &___m_DisabledSprite_3; }
inline void set_m_DisabledSprite_3(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___m_DisabledSprite_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DisabledSprite_3), (void*)value);
}
};
// Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState
struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_marshaled_pinvoke
{
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_SelectedSprite_2;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_3;
};
// Native definition for COM marshalling of UnityEngine.UI.SpriteState
struct SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A_marshaled_com
{
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_HighlightedSprite_0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_PressedSprite_1;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_SelectedSprite_2;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_DisabledSprite_3;
};
// 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;
}
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_tC8332394FBFEEB4B73459A35E182942340DA3537 : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_tC8332394FBFEEB4B73459A35E182942340DA3537_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46
__StaticArrayInitTypeSizeU3D12_t7F98A3A922EF4B6DA62C3CF2D4E5897EED2C26B8 ___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0;
public:
inline static int32_t get_offset_of_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tC8332394FBFEEB4B73459A35E182942340DA3537_StaticFields, ___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0)); }
inline __StaticArrayInitTypeSizeU3D12_t7F98A3A922EF4B6DA62C3CF2D4E5897EED2C26B8 get_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() const { return ___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0; }
inline __StaticArrayInitTypeSizeU3D12_t7F98A3A922EF4B6DA62C3CF2D4E5897EED2C26B8 * get_address_of_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0() { return &___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0; }
inline void set_U37BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0(__StaticArrayInitTypeSizeU3D12_t7F98A3A922EF4B6DA62C3CF2D4E5897EED2C26B8 value)
{
___7BBE37982E6C057ED87163CAFC7FD6E5E42EEA46_0 = value;
}
};
// System.Collections.Generic.Dictionary`2_Enumerator<System.Int32,System.Object>
struct Enumerator_tC0410598D958D8FA61F7F1A803A0B7F242CEF1C6
{
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_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C ___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_tC0410598D958D8FA61F7F1A803A0B7F242CEF1C6, ___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_tC0410598D958D8FA61F7F1A803A0B7F242CEF1C6, ___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_tC0410598D958D8FA61F7F1A803A0B7F242CEF1C6, ___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_tC0410598D958D8FA61F7F1A803A0B7F242CEF1C6, ___current_3)); }
inline KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C get_current_3() const { return ___current_3; }
inline KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C 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_tC0410598D958D8FA61F7F1A803A0B7F242CEF1C6, ___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,UnityEngine.EventSystems.PointerEventData>
struct Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_Enumerator::dictionary
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * ___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_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC ___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_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB, ___dictionary_0)); }
inline Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * 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_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB, ___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_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB, ___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_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB, ___current_3)); }
inline KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC get_current_3() const { return ___current_3; }
inline KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC * get_address_of_current_3() { return &___current_3; }
inline void set_current_3(KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC 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_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB, ___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.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.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.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;
}
};
// UnityEngine.Bounds
struct Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890
{
public:
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Center_0;
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Extents_1;
public:
inline static int32_t get_offset_of_m_Center_0() { return static_cast<int32_t>(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Center_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Center_0() const { return ___m_Center_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Center_0() { return &___m_Center_0; }
inline void set_m_Center_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Center_0 = value;
}
inline static int32_t get_offset_of_m_Extents_1() { return static_cast<int32_t>(offsetof(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890, ___m_Extents_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Extents_1() const { return ___m_Extents_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Extents_1() { return &___m_Extents_1; }
inline void set_m_Extents_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Extents_1 = value;
}
};
// UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44
{
public:
// System.IntPtr UnityEngine.Coroutine::m_Ptr
intptr_t ___m_Ptr_0;
public:
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC, ___m_Ptr_0)); }
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
inline void set_m_Ptr_0(intptr_t value)
{
___m_Ptr_0 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_pinvoke : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Coroutine
struct Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC_marshaled_com : public YieldInstruction_t836035AC7BD07A3C7909F7AD2A5B42DE99D91C44_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.CursorLockMode
struct CursorLockMode_tF9B28266D253124BE56C232B7ED2D9F7CC3D1E38
{
public:
// System.Int32 UnityEngine.CursorLockMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CursorLockMode_tF9B28266D253124BE56C232B7ED2D9F7CC3D1E38, ___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;
}
};
// UnityEngine.Display
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 : public RuntimeObject
{
public:
// System.IntPtr UnityEngine.Display::nativeDisplay
intptr_t ___nativeDisplay_0;
public:
inline static int32_t get_offset_of_nativeDisplay_0() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57, ___nativeDisplay_0)); }
inline intptr_t get_nativeDisplay_0() const { return ___nativeDisplay_0; }
inline intptr_t* get_address_of_nativeDisplay_0() { return &___nativeDisplay_0; }
inline void set_nativeDisplay_0(intptr_t value)
{
___nativeDisplay_0 = value;
}
};
struct Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields
{
public:
// UnityEngine.Display[] UnityEngine.Display::displays
DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* ___displays_1;
// UnityEngine.Display UnityEngine.Display::_mainDisplay
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * ____mainDisplay_2;
// UnityEngine.Display_DisplaysUpdatedDelegate UnityEngine.Display::onDisplaysUpdated
DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * ___onDisplaysUpdated_3;
public:
inline static int32_t get_offset_of_displays_1() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ___displays_1)); }
inline DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* get_displays_1() const { return ___displays_1; }
inline DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9** get_address_of_displays_1() { return &___displays_1; }
inline void set_displays_1(DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* value)
{
___displays_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___displays_1), (void*)value);
}
inline static int32_t get_offset_of__mainDisplay_2() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ____mainDisplay_2)); }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * get__mainDisplay_2() const { return ____mainDisplay_2; }
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** get_address_of__mainDisplay_2() { return &____mainDisplay_2; }
inline void set__mainDisplay_2(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
____mainDisplay_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____mainDisplay_2), (void*)value);
}
inline static int32_t get_offset_of_onDisplaysUpdated_3() { return static_cast<int32_t>(offsetof(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields, ___onDisplaysUpdated_3)); }
inline DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * get_onDisplaysUpdated_3() const { return ___onDisplaysUpdated_3; }
inline DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 ** get_address_of_onDisplaysUpdated_3() { return &___onDisplaysUpdated_3; }
inline void set_onDisplaysUpdated_3(DisplaysUpdatedDelegate_t2FAF995B47D691BD7C5BBC17D533DD8B19BE9A90 * value)
{
___onDisplaysUpdated_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onDisplaysUpdated_3), (void*)value);
}
};
// UnityEngine.DrivenTransformProperties
struct DrivenTransformProperties_tE19A09F25C763B9190D4F0CD90ABC01F1C6CEC5F
{
public:
// System.Int32 UnityEngine.DrivenTransformProperties::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DrivenTransformProperties_tE19A09F25C763B9190D4F0CD90ABC01F1C6CEC5F, ___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;
}
};
// UnityEngine.EventSystems.EventHandle
struct EventHandle_tF6428A551850EC70E06F4140A2D3121C4B0DC64E
{
public:
// System.Int32 UnityEngine.EventSystems.EventHandle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EventHandle_tF6428A551850EC70E06F4140A2D3121C4B0DC64E, ___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;
}
};
// UnityEngine.EventSystems.EventTrigger_TriggerEvent
struct TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793 : public UnityEvent_1_t55DE148B605149DF84E469388B37672EE507573E
{
public:
public:
};
// UnityEngine.EventSystems.EventTriggerType
struct EventTriggerType_t1F93B498A28A60FC59EBD7B6AC28C25CABA3E0DE
{
public:
// System.Int32 UnityEngine.EventSystems.EventTriggerType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EventTriggerType_t1F93B498A28A60FC59EBD7B6AC28C25CABA3E0DE, ___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;
}
};
// UnityEngine.EventSystems.MoveDirection
struct MoveDirection_t82C25470C79BBE899C5E27B312A983D7FF457E1B
{
public:
// System.Int32 UnityEngine.EventSystems.MoveDirection::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MoveDirection_t82C25470C79BBE899C5E27B312A983D7FF457E1B, ___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;
}
};
// UnityEngine.EventSystems.PointerEventData_FramePressState
struct FramePressState_t14175B3126231E1E65C038FBC84A1C6A24E3E79E
{
public:
// System.Int32 UnityEngine.EventSystems.PointerEventData_FramePressState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FramePressState_t14175B3126231E1E65C038FBC84A1C6A24E3E79E, ___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;
}
};
// UnityEngine.EventSystems.PointerEventData_InputButton
struct InputButton_tCC7470F9FD2AFE525243394F0215B47D4BF86AB0
{
public:
// System.Int32 UnityEngine.EventSystems.PointerEventData_InputButton::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InputButton_tCC7470F9FD2AFE525243394F0215B47D4BF86AB0, ___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;
}
};
// 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.EventSystems.StandaloneInputModule_InputMode
struct InputMode_t6C81C4F84B743FC877C53380040470BE273BA79D
{
public:
// System.Int32 UnityEngine.EventSystems.StandaloneInputModule_InputMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InputMode_t6C81C4F84B743FC877C53380040470BE273BA79D, ___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;
}
};
// UnityEngine.FontStyle
struct FontStyle_t273973EBB1F40C2381F6D60AB957149DE5720CF3
{
public:
// System.Int32 UnityEngine.FontStyle::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FontStyle_t273973EBB1F40C2381F6D60AB957149DE5720CF3, ___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;
}
};
// UnityEngine.IMECompositionMode
struct IMECompositionMode_t491836CA4BD289253C9FF16B3C158744C8598CE2
{
public:
// System.Int32 UnityEngine.IMECompositionMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(IMECompositionMode_t491836CA4BD289253C9FF16B3C158744C8598CE2, ___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;
}
};
// UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : 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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// UnityEngine.OperatingSystemFamily
struct OperatingSystemFamily_tB10B95DB611852B942F4B31CCD63B9955350F2EE
{
public:
// System.Int32 UnityEngine.OperatingSystemFamily::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(OperatingSystemFamily_tB10B95DB611852B942F4B31CCD63B9955350F2EE, ___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;
}
};
// UnityEngine.Ray
struct Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2
{
public:
// UnityEngine.Vector3 UnityEngine.Ray::m_Origin
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Origin_0;
// UnityEngine.Vector3 UnityEngine.Ray::m_Direction
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___m_Direction_1;
public:
inline static int32_t get_offset_of_m_Origin_0() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Origin_0)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Origin_0() const { return ___m_Origin_0; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Origin_0() { return &___m_Origin_0; }
inline void set_m_Origin_0(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Origin_0 = value;
}
inline static int32_t get_offset_of_m_Direction_1() { return static_cast<int32_t>(offsetof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2, ___m_Direction_1)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_m_Direction_1() const { return ___m_Direction_1; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_m_Direction_1() { return &___m_Direction_1; }
inline void set_m_Direction_1(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___m_Direction_1 = 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.RaycastHit2D
struct RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE
{
public:
// UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Centroid
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Centroid_0;
// UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Point
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Point_1;
// UnityEngine.Vector2 UnityEngine.RaycastHit2D::m_Normal
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Normal_2;
// System.Single UnityEngine.RaycastHit2D::m_Distance
float ___m_Distance_3;
// System.Single UnityEngine.RaycastHit2D::m_Fraction
float ___m_Fraction_4;
// System.Int32 UnityEngine.RaycastHit2D::m_Collider
int32_t ___m_Collider_5;
public:
inline static int32_t get_offset_of_m_Centroid_0() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Centroid_0)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Centroid_0() const { return ___m_Centroid_0; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Centroid_0() { return &___m_Centroid_0; }
inline void set_m_Centroid_0(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Centroid_0 = value;
}
inline static int32_t get_offset_of_m_Point_1() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Point_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Point_1() const { return ___m_Point_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Point_1() { return &___m_Point_1; }
inline void set_m_Point_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Point_1 = value;
}
inline static int32_t get_offset_of_m_Normal_2() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Normal_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Normal_2() const { return ___m_Normal_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Normal_2() { return &___m_Normal_2; }
inline void set_m_Normal_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Normal_2 = value;
}
inline static int32_t get_offset_of_m_Distance_3() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___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_Fraction_4() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___m_Fraction_4)); }
inline float get_m_Fraction_4() const { return ___m_Fraction_4; }
inline float* get_address_of_m_Fraction_4() { return &___m_Fraction_4; }
inline void set_m_Fraction_4(float value)
{
___m_Fraction_4 = value;
}
inline static int32_t get_offset_of_m_Collider_5() { return static_cast<int32_t>(offsetof(RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE, ___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.RectTransform_Axis
struct Axis_tA0521D01CB96B1073151D89F6DB21C805556FE39
{
public:
// System.Int32 UnityEngine.RectTransform_Axis::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Axis_tA0521D01CB96B1073151D89F6DB21C805556FE39, ___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;
}
};
// UnityEngine.RenderMode
struct RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60
{
public:
// System.Int32 UnityEngine.RenderMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RenderMode_tB54632E74CDC4A990E815EB8C3CC515D3A9E2F60, ___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;
}
};
// UnityEngine.TextAnchor
struct TextAnchor_tEC19034D476659A5E05366C63564F34DD30E7C57
{
public:
// System.Int32 UnityEngine.TextAnchor::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextAnchor_tEC19034D476659A5E05366C63564F34DD30E7C57, ___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;
}
};
// UnityEngine.TouchPhase
struct TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6
{
public:
// System.Int32 UnityEngine.TouchPhase::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchPhase_t7E9CEC3DD059E32F847242513BD6CE30866AB2A6, ___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;
}
};
// UnityEngine.TouchScreenKeyboardType
struct TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602
{
public:
// System.Int32 UnityEngine.TouchScreenKeyboardType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602, ___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;
}
};
// UnityEngine.TouchType
struct TouchType_tBBD83025576FC017B10484014B5C396613A02B8E
{
public:
// System.Int32 UnityEngine.TouchType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchType_tBBD83025576FC017B10484014B5C396613A02B8E, ___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;
}
};
// UnityEngine.UI.AspectRatioFitter_AspectMode
struct AspectMode_t2D8C205891B8E63CA16B6AC3BA1D41320903C65A
{
public:
// System.Int32 UnityEngine.UI.AspectRatioFitter_AspectMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AspectMode_t2D8C205891B8E63CA16B6AC3BA1D41320903C65A, ___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;
}
};
// UnityEngine.UI.Button_ButtonClickedEvent
struct ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB : public UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F
{
public:
public:
};
// UnityEngine.UI.CanvasScaler_ScaleMode
struct ScaleMode_t38950B182EA5E1C8589AB5E02F36FEABB8A5CAA6
{
public:
// System.Int32 UnityEngine.UI.CanvasScaler_ScaleMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScaleMode_t38950B182EA5E1C8589AB5E02F36FEABB8A5CAA6, ___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;
}
};
// UnityEngine.UI.CanvasScaler_ScreenMatchMode
struct ScreenMatchMode_t61C3A62F8F54F705D47C2C37B06DC8083238C133
{
public:
// System.Int32 UnityEngine.UI.CanvasScaler_ScreenMatchMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScreenMatchMode_t61C3A62F8F54F705D47C2C37B06DC8083238C133, ___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;
}
};
// UnityEngine.UI.CanvasScaler_Unit
struct Unit_tD24A4DB24016D1A6B46579640E170359F76F8313
{
public:
// System.Int32 UnityEngine.UI.CanvasScaler_Unit::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Unit_tD24A4DB24016D1A6B46579640E170359F76F8313, ___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;
}
};
// UnityEngine.UI.CanvasUpdate
struct CanvasUpdate_t101AC9B078FFAAC6BDA703E7439B320BC19E9AF6
{
public:
// System.Int32 UnityEngine.UI.CanvasUpdate::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CanvasUpdate_t101AC9B078FFAAC6BDA703E7439B320BC19E9AF6, ___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;
}
};
// UnityEngine.UI.ColorBlock
struct ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA
{
public:
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_NormalColor_0;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_HighlightedColor_1;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_PressedColor_2;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_SelectedColor_3;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_DisabledColor_4;
// System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier
float ___m_ColorMultiplier_5;
// System.Single UnityEngine.UI.ColorBlock::m_FadeDuration
float ___m_FadeDuration_6;
public:
inline static int32_t get_offset_of_m_NormalColor_0() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_NormalColor_0)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_NormalColor_0() const { return ___m_NormalColor_0; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_NormalColor_0() { return &___m_NormalColor_0; }
inline void set_m_NormalColor_0(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_NormalColor_0 = value;
}
inline static int32_t get_offset_of_m_HighlightedColor_1() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_HighlightedColor_1)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_HighlightedColor_1() const { return ___m_HighlightedColor_1; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_HighlightedColor_1() { return &___m_HighlightedColor_1; }
inline void set_m_HighlightedColor_1(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_HighlightedColor_1 = value;
}
inline static int32_t get_offset_of_m_PressedColor_2() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_PressedColor_2)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_PressedColor_2() const { return ___m_PressedColor_2; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_PressedColor_2() { return &___m_PressedColor_2; }
inline void set_m_PressedColor_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_PressedColor_2 = value;
}
inline static int32_t get_offset_of_m_SelectedColor_3() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_SelectedColor_3)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_SelectedColor_3() const { return ___m_SelectedColor_3; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_SelectedColor_3() { return &___m_SelectedColor_3; }
inline void set_m_SelectedColor_3(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_SelectedColor_3 = value;
}
inline static int32_t get_offset_of_m_DisabledColor_4() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_DisabledColor_4)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_DisabledColor_4() const { return ___m_DisabledColor_4; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_DisabledColor_4() { return &___m_DisabledColor_4; }
inline void set_m_DisabledColor_4(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_DisabledColor_4 = value;
}
inline static int32_t get_offset_of_m_ColorMultiplier_5() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_ColorMultiplier_5)); }
inline float get_m_ColorMultiplier_5() const { return ___m_ColorMultiplier_5; }
inline float* get_address_of_m_ColorMultiplier_5() { return &___m_ColorMultiplier_5; }
inline void set_m_ColorMultiplier_5(float value)
{
___m_ColorMultiplier_5 = value;
}
inline static int32_t get_offset_of_m_FadeDuration_6() { return static_cast<int32_t>(offsetof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA, ___m_FadeDuration_6)); }
inline float get_m_FadeDuration_6() const { return ___m_FadeDuration_6; }
inline float* get_address_of_m_FadeDuration_6() { return &___m_FadeDuration_6; }
inline void set_m_FadeDuration_6(float value)
{
___m_FadeDuration_6 = value;
}
};
// UnityEngine.UI.ContentSizeFitter_FitMode
struct FitMode_tBF783E77415F7063B468C18E758F738D83D60A08
{
public:
// System.Int32 UnityEngine.UI.ContentSizeFitter_FitMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FitMode_tBF783E77415F7063B468C18E758F738D83D60A08, ___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;
}
};
// UnityEngine.UI.CoroutineTween.ColorTween_ColorTweenCallback
struct ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 : public UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8
{
public:
public:
};
// UnityEngine.UI.CoroutineTween.ColorTween_ColorTweenMode
struct ColorTweenMode_tDCE018D37330F576ACCD00D16CAF91AE55315F2F
{
public:
// System.Int32 UnityEngine.UI.CoroutineTween.ColorTween_ColorTweenMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ColorTweenMode_tDCE018D37330F576ACCD00D16CAF91AE55315F2F, ___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;
}
};
// UnityEngine.UI.CoroutineTween.FloatTween_FloatTweenCallback
struct FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 : public UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6
{
public:
public:
};
// UnityEngine.UI.DefaultControls
struct DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2 : public RuntimeObject
{
public:
public:
};
struct DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields
{
public:
// UnityEngine.UI.DefaultControls_IFactoryControls UnityEngine.UI.DefaultControls::m_CurrentFactory
RuntimeObject* ___m_CurrentFactory_0;
// UnityEngine.Vector2 UnityEngine.UI.DefaultControls::s_ThickElementSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___s_ThickElementSize_4;
// UnityEngine.Vector2 UnityEngine.UI.DefaultControls::s_ThinElementSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___s_ThinElementSize_5;
// UnityEngine.Vector2 UnityEngine.UI.DefaultControls::s_ImageElementSize
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___s_ImageElementSize_6;
// UnityEngine.Color UnityEngine.UI.DefaultControls::s_DefaultSelectableColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___s_DefaultSelectableColor_7;
// UnityEngine.Color UnityEngine.UI.DefaultControls::s_PanelColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___s_PanelColor_8;
// UnityEngine.Color UnityEngine.UI.DefaultControls::s_TextColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___s_TextColor_9;
public:
inline static int32_t get_offset_of_m_CurrentFactory_0() { return static_cast<int32_t>(offsetof(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields, ___m_CurrentFactory_0)); }
inline RuntimeObject* get_m_CurrentFactory_0() const { return ___m_CurrentFactory_0; }
inline RuntimeObject** get_address_of_m_CurrentFactory_0() { return &___m_CurrentFactory_0; }
inline void set_m_CurrentFactory_0(RuntimeObject* value)
{
___m_CurrentFactory_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentFactory_0), (void*)value);
}
inline static int32_t get_offset_of_s_ThickElementSize_4() { return static_cast<int32_t>(offsetof(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields, ___s_ThickElementSize_4)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_s_ThickElementSize_4() const { return ___s_ThickElementSize_4; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_s_ThickElementSize_4() { return &___s_ThickElementSize_4; }
inline void set_s_ThickElementSize_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___s_ThickElementSize_4 = value;
}
inline static int32_t get_offset_of_s_ThinElementSize_5() { return static_cast<int32_t>(offsetof(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields, ___s_ThinElementSize_5)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_s_ThinElementSize_5() const { return ___s_ThinElementSize_5; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_s_ThinElementSize_5() { return &___s_ThinElementSize_5; }
inline void set_s_ThinElementSize_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___s_ThinElementSize_5 = value;
}
inline static int32_t get_offset_of_s_ImageElementSize_6() { return static_cast<int32_t>(offsetof(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields, ___s_ImageElementSize_6)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_s_ImageElementSize_6() const { return ___s_ImageElementSize_6; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_s_ImageElementSize_6() { return &___s_ImageElementSize_6; }
inline void set_s_ImageElementSize_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___s_ImageElementSize_6 = value;
}
inline static int32_t get_offset_of_s_DefaultSelectableColor_7() { return static_cast<int32_t>(offsetof(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields, ___s_DefaultSelectableColor_7)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_s_DefaultSelectableColor_7() const { return ___s_DefaultSelectableColor_7; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_s_DefaultSelectableColor_7() { return &___s_DefaultSelectableColor_7; }
inline void set_s_DefaultSelectableColor_7(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___s_DefaultSelectableColor_7 = value;
}
inline static int32_t get_offset_of_s_PanelColor_8() { return static_cast<int32_t>(offsetof(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields, ___s_PanelColor_8)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_s_PanelColor_8() const { return ___s_PanelColor_8; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_s_PanelColor_8() { return &___s_PanelColor_8; }
inline void set_s_PanelColor_8(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___s_PanelColor_8 = value;
}
inline static int32_t get_offset_of_s_TextColor_9() { return static_cast<int32_t>(offsetof(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields, ___s_TextColor_9)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_s_TextColor_9() const { return ___s_TextColor_9; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_s_TextColor_9() { return &___s_TextColor_9; }
inline void set_s_TextColor_9(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___s_TextColor_9 = value;
}
};
// UnityEngine.UI.Dropdown_DropdownEvent
struct DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 : public UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914
{
public:
public:
};
// UnityEngine.UI.GraphicRaycaster_BlockingObjects
struct BlockingObjects_tFC334A7FDC8003C26A58D8FF24EDD045C49F9E23
{
public:
// System.Int32 UnityEngine.UI.GraphicRaycaster_BlockingObjects::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BlockingObjects_tFC334A7FDC8003C26A58D8FF24EDD045C49F9E23, ___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;
}
};
// UnityEngine.UI.Image_FillMethod
struct FillMethod_t0DB7332683118B7C7D2748BE74CFBF19CD19F8C5
{
public:
// System.Int32 UnityEngine.UI.Image_FillMethod::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FillMethod_t0DB7332683118B7C7D2748BE74CFBF19CD19F8C5, ___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;
}
};
// UnityEngine.UI.Image_Type
struct Type_t96B8A259B84ADA5E7D3B1F13AEAE22175937F38A
{
public:
// System.Int32 UnityEngine.UI.Image_Type::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Type_t96B8A259B84ADA5E7D3B1F13AEAE22175937F38A, ___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;
}
};
// UnityEngine.UI.InputField_CharacterValidation
struct CharacterValidation_t2661E1767E01D63D4C8CE8F95C53C617118F206E
{
public:
// System.Int32 UnityEngine.UI.InputField_CharacterValidation::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CharacterValidation_t2661E1767E01D63D4C8CE8F95C53C617118F206E, ___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;
}
};
// UnityEngine.UI.InputField_ContentType
struct ContentType_t8F7DB5382A51BC2D99814DEB6BCD904D5E5B2048
{
public:
// System.Int32 UnityEngine.UI.InputField_ContentType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ContentType_t8F7DB5382A51BC2D99814DEB6BCD904D5E5B2048, ___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;
}
};
// UnityEngine.UI.InputField_InputType
struct InputType_t1726189312457C509B0693B5ACDB9DA7387EB54A
{
public:
// System.Int32 UnityEngine.UI.InputField_InputType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(InputType_t1726189312457C509B0693B5ACDB9DA7387EB54A, ___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;
}
};
// UnityEngine.UI.InputField_LineType
struct LineType_t9C34D02DDDA75D3E914ADD9E417258B40D56DED6
{
public:
// System.Int32 UnityEngine.UI.InputField_LineType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(LineType_t9C34D02DDDA75D3E914ADD9E417258B40D56DED6, ___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;
}
};
// UnityEngine.UI.Navigation_Mode
struct Mode_t93F92BD50B147AE38D82BA33FA77FD247A59FE26
{
public:
// System.Int32 UnityEngine.UI.Navigation_Mode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Mode_t93F92BD50B147AE38D82BA33FA77FD247A59FE26, ___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;
}
};
// UnityEngine.UI.ScrollRect_MovementType
struct MovementType_t78F2436465C40CA3C70631E1E5F088EA7A15C97A
{
public:
// System.Int32 UnityEngine.UI.ScrollRect_MovementType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MovementType_t78F2436465C40CA3C70631E1E5F088EA7A15C97A, ___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;
}
};
// UnityEngine.UI.ScrollRect_ScrollbarVisibility
struct ScrollbarVisibility_t4D6A5D8EF1681A91CED9F04283D0C882DCE1531F
{
public:
// System.Int32 UnityEngine.UI.ScrollRect_ScrollbarVisibility::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ScrollbarVisibility_t4D6A5D8EF1681A91CED9F04283D0C882DCE1531F, ___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;
}
};
// UnityEngine.UI.Scrollbar_Direction
struct Direction_t7DC57FCC1DB6C12E88B2227EEEE2FCEF3F1483FF
{
public:
// System.Int32 UnityEngine.UI.Scrollbar_Direction::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Direction_t7DC57FCC1DB6C12E88B2227EEEE2FCEF3F1483FF, ___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;
}
};
// UnityEngine.UI.Selectable_SelectionState
struct SelectionState_tF089B96B46A592693753CBF23C52A3887632D210
{
public:
// System.Int32 UnityEngine.UI.Selectable_SelectionState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SelectionState_tF089B96B46A592693753CBF23C52A3887632D210, ___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;
}
};
// UnityEngine.UI.Selectable_Transition
struct Transition_tA9261C608B54C52324084A0B080E7A3E0548A181
{
public:
// System.Int32 UnityEngine.UI.Selectable_Transition::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Transition_tA9261C608B54C52324084A0B080E7A3E0548A181, ___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;
}
};
// UnityEngine.UI.Slider_Direction
struct Direction_tAAEBCB52D43F1B8F5DBB1A6F1025F9D02852B67E
{
public:
// System.Int32 UnityEngine.UI.Slider_Direction::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Direction_tAAEBCB52D43F1B8F5DBB1A6F1025F9D02852B67E, ___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;
}
};
// UnityEngine.UI.Toggle_ToggleEvent
struct ToggleEvent_t50D925F8E220FB47DA738411CEF9C57FF7E1DC43 : public UnityEvent_1_tE040CE348097B63925504E9E6AFCD89D46798FE3
{
public:
public:
};
// UnityEngine.UI.Toggle_ToggleTransition
struct ToggleTransition_t45980EB1352FF47B2D8D8EBC90385AB68939046D
{
public:
// System.Int32 UnityEngine.UI.Toggle_ToggleTransition::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ToggleTransition_t45980EB1352FF47B2D8D8EBC90385AB68939046D, ___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;
}
};
// UnityEngine.UI.VertexHelper
struct VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<UnityEngine.Vector3> UnityEngine.UI.VertexHelper::m_Positions
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___m_Positions_0;
// System.Collections.Generic.List`1<UnityEngine.Color32> UnityEngine.UI.VertexHelper::m_Colors
List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * ___m_Colors_1;
// System.Collections.Generic.List`1<UnityEngine.Vector2> UnityEngine.UI.VertexHelper::m_Uv0S
List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * ___m_Uv0S_2;
// System.Collections.Generic.List`1<UnityEngine.Vector2> UnityEngine.UI.VertexHelper::m_Uv1S
List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * ___m_Uv1S_3;
// System.Collections.Generic.List`1<UnityEngine.Vector2> UnityEngine.UI.VertexHelper::m_Uv2S
List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * ___m_Uv2S_4;
// System.Collections.Generic.List`1<UnityEngine.Vector2> UnityEngine.UI.VertexHelper::m_Uv3S
List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * ___m_Uv3S_5;
// System.Collections.Generic.List`1<UnityEngine.Vector3> UnityEngine.UI.VertexHelper::m_Normals
List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * ___m_Normals_6;
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.UI.VertexHelper::m_Tangents
List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * ___m_Tangents_7;
// System.Collections.Generic.List`1<System.Int32> UnityEngine.UI.VertexHelper::m_Indices
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * ___m_Indices_8;
// System.Boolean UnityEngine.UI.VertexHelper::m_ListsInitalized
bool ___m_ListsInitalized_11;
public:
inline static int32_t get_offset_of_m_Positions_0() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F, ___m_Positions_0)); }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get_m_Positions_0() const { return ___m_Positions_0; }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of_m_Positions_0() { return &___m_Positions_0; }
inline void set_m_Positions_0(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value)
{
___m_Positions_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Positions_0), (void*)value);
}
inline static int32_t get_offset_of_m_Colors_1() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F, ___m_Colors_1)); }
inline List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * get_m_Colors_1() const { return ___m_Colors_1; }
inline List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 ** get_address_of_m_Colors_1() { return &___m_Colors_1; }
inline void set_m_Colors_1(List_1_t749ADA5233D9B421293A000DCB83608A24C3D5D5 * value)
{
___m_Colors_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Colors_1), (void*)value);
}
inline static int32_t get_offset_of_m_Uv0S_2() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F, ___m_Uv0S_2)); }
inline List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * get_m_Uv0S_2() const { return ___m_Uv0S_2; }
inline List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB ** get_address_of_m_Uv0S_2() { return &___m_Uv0S_2; }
inline void set_m_Uv0S_2(List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * value)
{
___m_Uv0S_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Uv0S_2), (void*)value);
}
inline static int32_t get_offset_of_m_Uv1S_3() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F, ___m_Uv1S_3)); }
inline List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * get_m_Uv1S_3() const { return ___m_Uv1S_3; }
inline List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB ** get_address_of_m_Uv1S_3() { return &___m_Uv1S_3; }
inline void set_m_Uv1S_3(List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * value)
{
___m_Uv1S_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Uv1S_3), (void*)value);
}
inline static int32_t get_offset_of_m_Uv2S_4() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F, ___m_Uv2S_4)); }
inline List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * get_m_Uv2S_4() const { return ___m_Uv2S_4; }
inline List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB ** get_address_of_m_Uv2S_4() { return &___m_Uv2S_4; }
inline void set_m_Uv2S_4(List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * value)
{
___m_Uv2S_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Uv2S_4), (void*)value);
}
inline static int32_t get_offset_of_m_Uv3S_5() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F, ___m_Uv3S_5)); }
inline List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * get_m_Uv3S_5() const { return ___m_Uv3S_5; }
inline List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB ** get_address_of_m_Uv3S_5() { return &___m_Uv3S_5; }
inline void set_m_Uv3S_5(List_1_t0737D51EB43DAAA1BDC9C2B83B393A4B9B9BE8EB * value)
{
___m_Uv3S_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Uv3S_5), (void*)value);
}
inline static int32_t get_offset_of_m_Normals_6() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F, ___m_Normals_6)); }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * get_m_Normals_6() const { return ___m_Normals_6; }
inline List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 ** get_address_of_m_Normals_6() { return &___m_Normals_6; }
inline void set_m_Normals_6(List_1_tFCCBEDAA56D8F7598520FB136A9F8D713033D6B5 * value)
{
___m_Normals_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Normals_6), (void*)value);
}
inline static int32_t get_offset_of_m_Tangents_7() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F, ___m_Tangents_7)); }
inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * get_m_Tangents_7() const { return ___m_Tangents_7; }
inline List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 ** get_address_of_m_Tangents_7() { return &___m_Tangents_7; }
inline void set_m_Tangents_7(List_1_tFF4005B40E5BA433006DA11C56DB086B1E2FC955 * value)
{
___m_Tangents_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Tangents_7), (void*)value);
}
inline static int32_t get_offset_of_m_Indices_8() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F, ___m_Indices_8)); }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * get_m_Indices_8() const { return ___m_Indices_8; }
inline List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 ** get_address_of_m_Indices_8() { return &___m_Indices_8; }
inline void set_m_Indices_8(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * value)
{
___m_Indices_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Indices_8), (void*)value);
}
inline static int32_t get_offset_of_m_ListsInitalized_11() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F, ___m_ListsInitalized_11)); }
inline bool get_m_ListsInitalized_11() const { return ___m_ListsInitalized_11; }
inline bool* get_address_of_m_ListsInitalized_11() { return &___m_ListsInitalized_11; }
inline void set_m_ListsInitalized_11(bool value)
{
___m_ListsInitalized_11 = value;
}
};
struct VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F_StaticFields
{
public:
// UnityEngine.Vector4 UnityEngine.UI.VertexHelper::s_DefaultTangent
Vector4_tD148D6428C3F8FF6CD998F82090113C2B490B76E ___s_DefaultTangent_9;
// UnityEngine.Vector3 UnityEngine.UI.VertexHelper::s_DefaultNormal
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___s_DefaultNormal_10;
public:
inline static int32_t get_offset_of_s_DefaultTangent_9() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F_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_s_DefaultNormal_10() { return static_cast<int32_t>(offsetof(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F_StaticFields, ___s_DefaultNormal_10)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_s_DefaultNormal_10() const { return ___s_DefaultNormal_10; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_s_DefaultNormal_10() { return &___s_DefaultNormal_10; }
inline void set_s_DefaultNormal_10(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___s_DefaultNormal_10 = value;
}
};
// UnityEngine.UISystemProfilerApi_SampleType
struct SampleType_t2144AEAF3447ACAFCE1C13AF669F63192F8E75EC
{
public:
// System.Int32 UnityEngine.UISystemProfilerApi_SampleType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SampleType_t2144AEAF3447ACAFCE1C13AF669F63192F8E75EC, ___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.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// 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);
}
};
// UnityEngine.Component
struct Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.EventSystems.AxisEventData
struct AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 : public BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5
{
public:
// UnityEngine.Vector2 UnityEngine.EventSystems.AxisEventData::<moveVector>k__BackingField
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CmoveVectorU3Ek__BackingField_2;
// UnityEngine.EventSystems.MoveDirection UnityEngine.EventSystems.AxisEventData::<moveDir>k__BackingField
int32_t ___U3CmoveDirU3Ek__BackingField_3;
public:
inline static int32_t get_offset_of_U3CmoveVectorU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442, ___U3CmoveVectorU3Ek__BackingField_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_U3CmoveVectorU3Ek__BackingField_2() const { return ___U3CmoveVectorU3Ek__BackingField_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_U3CmoveVectorU3Ek__BackingField_2() { return &___U3CmoveVectorU3Ek__BackingField_2; }
inline void set_U3CmoveVectorU3Ek__BackingField_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___U3CmoveVectorU3Ek__BackingField_2 = value;
}
inline static int32_t get_offset_of_U3CmoveDirU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442, ___U3CmoveDirU3Ek__BackingField_3)); }
inline int32_t get_U3CmoveDirU3Ek__BackingField_3() const { return ___U3CmoveDirU3Ek__BackingField_3; }
inline int32_t* get_address_of_U3CmoveDirU3Ek__BackingField_3() { return &___U3CmoveDirU3Ek__BackingField_3; }
inline void set_U3CmoveDirU3Ek__BackingField_3(int32_t value)
{
___U3CmoveDirU3Ek__BackingField_3 = value;
}
};
// UnityEngine.EventSystems.EventTrigger_Entry
struct Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E : public RuntimeObject
{
public:
// UnityEngine.EventSystems.EventTriggerType UnityEngine.EventSystems.EventTrigger_Entry::eventID
int32_t ___eventID_0;
// UnityEngine.EventSystems.EventTrigger_TriggerEvent UnityEngine.EventSystems.EventTrigger_Entry::callback
TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793 * ___callback_1;
public:
inline static int32_t get_offset_of_eventID_0() { return static_cast<int32_t>(offsetof(Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E, ___eventID_0)); }
inline int32_t get_eventID_0() const { return ___eventID_0; }
inline int32_t* get_address_of_eventID_0() { return &___eventID_0; }
inline void set_eventID_0(int32_t value)
{
___eventID_0 = value;
}
inline static int32_t get_offset_of_callback_1() { return static_cast<int32_t>(offsetof(Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E, ___callback_1)); }
inline TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793 * get_callback_1() const { return ___callback_1; }
inline TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793 ** get_address_of_callback_1() { return &___callback_1; }
inline void set_callback_1(TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793 * value)
{
___callback_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callback_1), (void*)value);
}
};
// UnityEngine.EventSystems.PointerEventData
struct PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 : public BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5
{
public:
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerEnter>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CpointerEnterU3Ek__BackingField_2;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_PointerPress_3;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<lastPress>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3ClastPressU3Ek__BackingField_4;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<rawPointerPress>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CrawPointerPressU3Ek__BackingField_5;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerDrag>k__BackingField
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___U3CpointerDragU3Ek__BackingField_6;
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::<pointerCurrentRaycast>k__BackingField
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___U3CpointerCurrentRaycastU3Ek__BackingField_7;
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::<pointerPressRaycast>k__BackingField
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___U3CpointerPressRaycastU3Ek__BackingField_8;
// System.Collections.Generic.List`1<UnityEngine.GameObject> UnityEngine.EventSystems.PointerEventData::hovered
List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * ___hovered_9;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<eligibleForClick>k__BackingField
bool ___U3CeligibleForClickU3Ek__BackingField_10;
// System.Int32 UnityEngine.EventSystems.PointerEventData::<pointerId>k__BackingField
int32_t ___U3CpointerIdU3Ek__BackingField_11;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<position>k__BackingField
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CpositionU3Ek__BackingField_12;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<delta>k__BackingField
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CdeltaU3Ek__BackingField_13;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<pressPosition>k__BackingField
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CpressPositionU3Ek__BackingField_14;
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::<worldPosition>k__BackingField
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___U3CworldPositionU3Ek__BackingField_15;
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::<worldNormal>k__BackingField
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___U3CworldNormalU3Ek__BackingField_16;
// System.Single UnityEngine.EventSystems.PointerEventData::<clickTime>k__BackingField
float ___U3CclickTimeU3Ek__BackingField_17;
// System.Int32 UnityEngine.EventSystems.PointerEventData::<clickCount>k__BackingField
int32_t ___U3CclickCountU3Ek__BackingField_18;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<scrollDelta>k__BackingField
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___U3CscrollDeltaU3Ek__BackingField_19;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<useDragThreshold>k__BackingField
bool ___U3CuseDragThresholdU3Ek__BackingField_20;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<dragging>k__BackingField
bool ___U3CdraggingU3Ek__BackingField_21;
// UnityEngine.EventSystems.PointerEventData_InputButton UnityEngine.EventSystems.PointerEventData::<button>k__BackingField
int32_t ___U3CbuttonU3Ek__BackingField_22;
public:
inline static int32_t get_offset_of_U3CpointerEnterU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpointerEnterU3Ek__BackingField_2)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CpointerEnterU3Ek__BackingField_2() const { return ___U3CpointerEnterU3Ek__BackingField_2; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CpointerEnterU3Ek__BackingField_2() { return &___U3CpointerEnterU3Ek__BackingField_2; }
inline void set_U3CpointerEnterU3Ek__BackingField_2(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CpointerEnterU3Ek__BackingField_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpointerEnterU3Ek__BackingField_2), (void*)value);
}
inline static int32_t get_offset_of_m_PointerPress_3() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___m_PointerPress_3)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_PointerPress_3() const { return ___m_PointerPress_3; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_PointerPress_3() { return &___m_PointerPress_3; }
inline void set_m_PointerPress_3(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___m_PointerPress_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PointerPress_3), (void*)value);
}
inline static int32_t get_offset_of_U3ClastPressU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3ClastPressU3Ek__BackingField_4)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3ClastPressU3Ek__BackingField_4() const { return ___U3ClastPressU3Ek__BackingField_4; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3ClastPressU3Ek__BackingField_4() { return &___U3ClastPressU3Ek__BackingField_4; }
inline void set_U3ClastPressU3Ek__BackingField_4(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3ClastPressU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3ClastPressU3Ek__BackingField_4), (void*)value);
}
inline static int32_t get_offset_of_U3CrawPointerPressU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CrawPointerPressU3Ek__BackingField_5)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CrawPointerPressU3Ek__BackingField_5() const { return ___U3CrawPointerPressU3Ek__BackingField_5; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CrawPointerPressU3Ek__BackingField_5() { return &___U3CrawPointerPressU3Ek__BackingField_5; }
inline void set_U3CrawPointerPressU3Ek__BackingField_5(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CrawPointerPressU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CrawPointerPressU3Ek__BackingField_5), (void*)value);
}
inline static int32_t get_offset_of_U3CpointerDragU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpointerDragU3Ek__BackingField_6)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_U3CpointerDragU3Ek__BackingField_6() const { return ___U3CpointerDragU3Ek__BackingField_6; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_U3CpointerDragU3Ek__BackingField_6() { return &___U3CpointerDragU3Ek__BackingField_6; }
inline void set_U3CpointerDragU3Ek__BackingField_6(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___U3CpointerDragU3Ek__BackingField_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CpointerDragU3Ek__BackingField_6), (void*)value);
}
inline static int32_t get_offset_of_U3CpointerCurrentRaycastU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpointerCurrentRaycastU3Ek__BackingField_7)); }
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 get_U3CpointerCurrentRaycastU3Ek__BackingField_7() const { return ___U3CpointerCurrentRaycastU3Ek__BackingField_7; }
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * get_address_of_U3CpointerCurrentRaycastU3Ek__BackingField_7() { return &___U3CpointerCurrentRaycastU3Ek__BackingField_7; }
inline void set_U3CpointerCurrentRaycastU3Ek__BackingField_7(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 value)
{
___U3CpointerCurrentRaycastU3Ek__BackingField_7 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CpointerCurrentRaycastU3Ek__BackingField_7))->___m_GameObject_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CpointerCurrentRaycastU3Ek__BackingField_7))->___module_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_U3CpointerPressRaycastU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpointerPressRaycastU3Ek__BackingField_8)); }
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 get_U3CpointerPressRaycastU3Ek__BackingField_8() const { return ___U3CpointerPressRaycastU3Ek__BackingField_8; }
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * get_address_of_U3CpointerPressRaycastU3Ek__BackingField_8() { return &___U3CpointerPressRaycastU3Ek__BackingField_8; }
inline void set_U3CpointerPressRaycastU3Ek__BackingField_8(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 value)
{
___U3CpointerPressRaycastU3Ek__BackingField_8 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CpointerPressRaycastU3Ek__BackingField_8))->___m_GameObject_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___U3CpointerPressRaycastU3Ek__BackingField_8))->___module_1), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_hovered_9() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___hovered_9)); }
inline List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * get_hovered_9() const { return ___hovered_9; }
inline List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B ** get_address_of_hovered_9() { return &___hovered_9; }
inline void set_hovered_9(List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * value)
{
___hovered_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hovered_9), (void*)value);
}
inline static int32_t get_offset_of_U3CeligibleForClickU3Ek__BackingField_10() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CeligibleForClickU3Ek__BackingField_10)); }
inline bool get_U3CeligibleForClickU3Ek__BackingField_10() const { return ___U3CeligibleForClickU3Ek__BackingField_10; }
inline bool* get_address_of_U3CeligibleForClickU3Ek__BackingField_10() { return &___U3CeligibleForClickU3Ek__BackingField_10; }
inline void set_U3CeligibleForClickU3Ek__BackingField_10(bool value)
{
___U3CeligibleForClickU3Ek__BackingField_10 = value;
}
inline static int32_t get_offset_of_U3CpointerIdU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpointerIdU3Ek__BackingField_11)); }
inline int32_t get_U3CpointerIdU3Ek__BackingField_11() const { return ___U3CpointerIdU3Ek__BackingField_11; }
inline int32_t* get_address_of_U3CpointerIdU3Ek__BackingField_11() { return &___U3CpointerIdU3Ek__BackingField_11; }
inline void set_U3CpointerIdU3Ek__BackingField_11(int32_t value)
{
___U3CpointerIdU3Ek__BackingField_11 = value;
}
inline static int32_t get_offset_of_U3CpositionU3Ek__BackingField_12() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpositionU3Ek__BackingField_12)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_U3CpositionU3Ek__BackingField_12() const { return ___U3CpositionU3Ek__BackingField_12; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_U3CpositionU3Ek__BackingField_12() { return &___U3CpositionU3Ek__BackingField_12; }
inline void set_U3CpositionU3Ek__BackingField_12(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___U3CpositionU3Ek__BackingField_12 = value;
}
inline static int32_t get_offset_of_U3CdeltaU3Ek__BackingField_13() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CdeltaU3Ek__BackingField_13)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_U3CdeltaU3Ek__BackingField_13() const { return ___U3CdeltaU3Ek__BackingField_13; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_U3CdeltaU3Ek__BackingField_13() { return &___U3CdeltaU3Ek__BackingField_13; }
inline void set_U3CdeltaU3Ek__BackingField_13(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___U3CdeltaU3Ek__BackingField_13 = value;
}
inline static int32_t get_offset_of_U3CpressPositionU3Ek__BackingField_14() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CpressPositionU3Ek__BackingField_14)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_U3CpressPositionU3Ek__BackingField_14() const { return ___U3CpressPositionU3Ek__BackingField_14; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_U3CpressPositionU3Ek__BackingField_14() { return &___U3CpressPositionU3Ek__BackingField_14; }
inline void set_U3CpressPositionU3Ek__BackingField_14(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___U3CpressPositionU3Ek__BackingField_14 = value;
}
inline static int32_t get_offset_of_U3CworldPositionU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CworldPositionU3Ek__BackingField_15)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_U3CworldPositionU3Ek__BackingField_15() const { return ___U3CworldPositionU3Ek__BackingField_15; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_U3CworldPositionU3Ek__BackingField_15() { return &___U3CworldPositionU3Ek__BackingField_15; }
inline void set_U3CworldPositionU3Ek__BackingField_15(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___U3CworldPositionU3Ek__BackingField_15 = value;
}
inline static int32_t get_offset_of_U3CworldNormalU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CworldNormalU3Ek__BackingField_16)); }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 get_U3CworldNormalU3Ek__BackingField_16() const { return ___U3CworldNormalU3Ek__BackingField_16; }
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * get_address_of_U3CworldNormalU3Ek__BackingField_16() { return &___U3CworldNormalU3Ek__BackingField_16; }
inline void set_U3CworldNormalU3Ek__BackingField_16(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
___U3CworldNormalU3Ek__BackingField_16 = value;
}
inline static int32_t get_offset_of_U3CclickTimeU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CclickTimeU3Ek__BackingField_17)); }
inline float get_U3CclickTimeU3Ek__BackingField_17() const { return ___U3CclickTimeU3Ek__BackingField_17; }
inline float* get_address_of_U3CclickTimeU3Ek__BackingField_17() { return &___U3CclickTimeU3Ek__BackingField_17; }
inline void set_U3CclickTimeU3Ek__BackingField_17(float value)
{
___U3CclickTimeU3Ek__BackingField_17 = value;
}
inline static int32_t get_offset_of_U3CclickCountU3Ek__BackingField_18() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CclickCountU3Ek__BackingField_18)); }
inline int32_t get_U3CclickCountU3Ek__BackingField_18() const { return ___U3CclickCountU3Ek__BackingField_18; }
inline int32_t* get_address_of_U3CclickCountU3Ek__BackingField_18() { return &___U3CclickCountU3Ek__BackingField_18; }
inline void set_U3CclickCountU3Ek__BackingField_18(int32_t value)
{
___U3CclickCountU3Ek__BackingField_18 = value;
}
inline static int32_t get_offset_of_U3CscrollDeltaU3Ek__BackingField_19() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CscrollDeltaU3Ek__BackingField_19)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_U3CscrollDeltaU3Ek__BackingField_19() const { return ___U3CscrollDeltaU3Ek__BackingField_19; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_U3CscrollDeltaU3Ek__BackingField_19() { return &___U3CscrollDeltaU3Ek__BackingField_19; }
inline void set_U3CscrollDeltaU3Ek__BackingField_19(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___U3CscrollDeltaU3Ek__BackingField_19 = value;
}
inline static int32_t get_offset_of_U3CuseDragThresholdU3Ek__BackingField_20() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CuseDragThresholdU3Ek__BackingField_20)); }
inline bool get_U3CuseDragThresholdU3Ek__BackingField_20() const { return ___U3CuseDragThresholdU3Ek__BackingField_20; }
inline bool* get_address_of_U3CuseDragThresholdU3Ek__BackingField_20() { return &___U3CuseDragThresholdU3Ek__BackingField_20; }
inline void set_U3CuseDragThresholdU3Ek__BackingField_20(bool value)
{
___U3CuseDragThresholdU3Ek__BackingField_20 = value;
}
inline static int32_t get_offset_of_U3CdraggingU3Ek__BackingField_21() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CdraggingU3Ek__BackingField_21)); }
inline bool get_U3CdraggingU3Ek__BackingField_21() const { return ___U3CdraggingU3Ek__BackingField_21; }
inline bool* get_address_of_U3CdraggingU3Ek__BackingField_21() { return &___U3CdraggingU3Ek__BackingField_21; }
inline void set_U3CdraggingU3Ek__BackingField_21(bool value)
{
___U3CdraggingU3Ek__BackingField_21 = value;
}
inline static int32_t get_offset_of_U3CbuttonU3Ek__BackingField_22() { return static_cast<int32_t>(offsetof(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63, ___U3CbuttonU3Ek__BackingField_22)); }
inline int32_t get_U3CbuttonU3Ek__BackingField_22() const { return ___U3CbuttonU3Ek__BackingField_22; }
inline int32_t* get_address_of_U3CbuttonU3Ek__BackingField_22() { return &___U3CbuttonU3Ek__BackingField_22; }
inline void set_U3CbuttonU3Ek__BackingField_22(int32_t value)
{
___U3CbuttonU3Ek__BackingField_22 = value;
}
};
// UnityEngine.EventSystems.PointerInputModule_ButtonState
struct ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D : public RuntimeObject
{
public:
// UnityEngine.EventSystems.PointerEventData_InputButton UnityEngine.EventSystems.PointerInputModule_ButtonState::m_Button
int32_t ___m_Button_0;
// UnityEngine.EventSystems.PointerInputModule_MouseButtonEventData UnityEngine.EventSystems.PointerInputModule_ButtonState::m_EventData
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * ___m_EventData_1;
public:
inline static int32_t get_offset_of_m_Button_0() { return static_cast<int32_t>(offsetof(ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D, ___m_Button_0)); }
inline int32_t get_m_Button_0() const { return ___m_Button_0; }
inline int32_t* get_address_of_m_Button_0() { return &___m_Button_0; }
inline void set_m_Button_0(int32_t value)
{
___m_Button_0 = value;
}
inline static int32_t get_offset_of_m_EventData_1() { return static_cast<int32_t>(offsetof(ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D, ___m_EventData_1)); }
inline MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * get_m_EventData_1() const { return ___m_EventData_1; }
inline MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 ** get_address_of_m_EventData_1() { return &___m_EventData_1; }
inline void set_m_EventData_1(MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * value)
{
___m_EventData_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_EventData_1), (void*)value);
}
};
// UnityEngine.EventSystems.PointerInputModule_MouseButtonEventData
struct MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 : public RuntimeObject
{
public:
// UnityEngine.EventSystems.PointerEventData_FramePressState UnityEngine.EventSystems.PointerInputModule_MouseButtonEventData::buttonState
int32_t ___buttonState_0;
// UnityEngine.EventSystems.PointerEventData UnityEngine.EventSystems.PointerInputModule_MouseButtonEventData::buttonData
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___buttonData_1;
public:
inline static int32_t get_offset_of_buttonState_0() { return static_cast<int32_t>(offsetof(MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988, ___buttonState_0)); }
inline int32_t get_buttonState_0() const { return ___buttonState_0; }
inline int32_t* get_address_of_buttonState_0() { return &___buttonState_0; }
inline void set_buttonState_0(int32_t value)
{
___buttonState_0 = value;
}
inline static int32_t get_offset_of_buttonData_1() { return static_cast<int32_t>(offsetof(MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988, ___buttonData_1)); }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * get_buttonData_1() const { return ___buttonData_1; }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** get_address_of_buttonData_1() { return &___buttonData_1; }
inline void set_buttonData_1(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * value)
{
___buttonData_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buttonData_1), (void*)value);
}
};
// UnityEngine.GameObject
struct GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Mesh
struct Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Sprite
struct Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
{
public:
public:
};
// UnityEngine.Touch
struct Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8
{
public:
// System.Int32 UnityEngine.Touch::m_FingerId
int32_t ___m_FingerId_0;
// UnityEngine.Vector2 UnityEngine.Touch::m_Position
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Position_1;
// UnityEngine.Vector2 UnityEngine.Touch::m_RawPosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_RawPosition_2;
// UnityEngine.Vector2 UnityEngine.Touch::m_PositionDelta
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_PositionDelta_3;
// System.Single UnityEngine.Touch::m_TimeDelta
float ___m_TimeDelta_4;
// System.Int32 UnityEngine.Touch::m_TapCount
int32_t ___m_TapCount_5;
// UnityEngine.TouchPhase UnityEngine.Touch::m_Phase
int32_t ___m_Phase_6;
// UnityEngine.TouchType UnityEngine.Touch::m_Type
int32_t ___m_Type_7;
// System.Single UnityEngine.Touch::m_Pressure
float ___m_Pressure_8;
// System.Single UnityEngine.Touch::m_maximumPossiblePressure
float ___m_maximumPossiblePressure_9;
// System.Single UnityEngine.Touch::m_Radius
float ___m_Radius_10;
// System.Single UnityEngine.Touch::m_RadiusVariance
float ___m_RadiusVariance_11;
// System.Single UnityEngine.Touch::m_AltitudeAngle
float ___m_AltitudeAngle_12;
// System.Single UnityEngine.Touch::m_AzimuthAngle
float ___m_AzimuthAngle_13;
public:
inline static int32_t get_offset_of_m_FingerId_0() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_FingerId_0)); }
inline int32_t get_m_FingerId_0() const { return ___m_FingerId_0; }
inline int32_t* get_address_of_m_FingerId_0() { return &___m_FingerId_0; }
inline void set_m_FingerId_0(int32_t value)
{
___m_FingerId_0 = value;
}
inline static int32_t get_offset_of_m_Position_1() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Position_1)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Position_1() const { return ___m_Position_1; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Position_1() { return &___m_Position_1; }
inline void set_m_Position_1(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Position_1 = value;
}
inline static int32_t get_offset_of_m_RawPosition_2() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RawPosition_2)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_RawPosition_2() const { return ___m_RawPosition_2; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_RawPosition_2() { return &___m_RawPosition_2; }
inline void set_m_RawPosition_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_RawPosition_2 = value;
}
inline static int32_t get_offset_of_m_PositionDelta_3() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_PositionDelta_3)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_PositionDelta_3() const { return ___m_PositionDelta_3; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_PositionDelta_3() { return &___m_PositionDelta_3; }
inline void set_m_PositionDelta_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_PositionDelta_3 = value;
}
inline static int32_t get_offset_of_m_TimeDelta_4() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TimeDelta_4)); }
inline float get_m_TimeDelta_4() const { return ___m_TimeDelta_4; }
inline float* get_address_of_m_TimeDelta_4() { return &___m_TimeDelta_4; }
inline void set_m_TimeDelta_4(float value)
{
___m_TimeDelta_4 = value;
}
inline static int32_t get_offset_of_m_TapCount_5() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_TapCount_5)); }
inline int32_t get_m_TapCount_5() const { return ___m_TapCount_5; }
inline int32_t* get_address_of_m_TapCount_5() { return &___m_TapCount_5; }
inline void set_m_TapCount_5(int32_t value)
{
___m_TapCount_5 = value;
}
inline static int32_t get_offset_of_m_Phase_6() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Phase_6)); }
inline int32_t get_m_Phase_6() const { return ___m_Phase_6; }
inline int32_t* get_address_of_m_Phase_6() { return &___m_Phase_6; }
inline void set_m_Phase_6(int32_t value)
{
___m_Phase_6 = value;
}
inline static int32_t get_offset_of_m_Type_7() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Type_7)); }
inline int32_t get_m_Type_7() const { return ___m_Type_7; }
inline int32_t* get_address_of_m_Type_7() { return &___m_Type_7; }
inline void set_m_Type_7(int32_t value)
{
___m_Type_7 = value;
}
inline static int32_t get_offset_of_m_Pressure_8() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Pressure_8)); }
inline float get_m_Pressure_8() const { return ___m_Pressure_8; }
inline float* get_address_of_m_Pressure_8() { return &___m_Pressure_8; }
inline void set_m_Pressure_8(float value)
{
___m_Pressure_8 = value;
}
inline static int32_t get_offset_of_m_maximumPossiblePressure_9() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_maximumPossiblePressure_9)); }
inline float get_m_maximumPossiblePressure_9() const { return ___m_maximumPossiblePressure_9; }
inline float* get_address_of_m_maximumPossiblePressure_9() { return &___m_maximumPossiblePressure_9; }
inline void set_m_maximumPossiblePressure_9(float value)
{
___m_maximumPossiblePressure_9 = value;
}
inline static int32_t get_offset_of_m_Radius_10() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_Radius_10)); }
inline float get_m_Radius_10() const { return ___m_Radius_10; }
inline float* get_address_of_m_Radius_10() { return &___m_Radius_10; }
inline void set_m_Radius_10(float value)
{
___m_Radius_10 = value;
}
inline static int32_t get_offset_of_m_RadiusVariance_11() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_RadiusVariance_11)); }
inline float get_m_RadiusVariance_11() const { return ___m_RadiusVariance_11; }
inline float* get_address_of_m_RadiusVariance_11() { return &___m_RadiusVariance_11; }
inline void set_m_RadiusVariance_11(float value)
{
___m_RadiusVariance_11 = value;
}
inline static int32_t get_offset_of_m_AltitudeAngle_12() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AltitudeAngle_12)); }
inline float get_m_AltitudeAngle_12() const { return ___m_AltitudeAngle_12; }
inline float* get_address_of_m_AltitudeAngle_12() { return &___m_AltitudeAngle_12; }
inline void set_m_AltitudeAngle_12(float value)
{
___m_AltitudeAngle_12 = value;
}
inline static int32_t get_offset_of_m_AzimuthAngle_13() { return static_cast<int32_t>(offsetof(Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8, ___m_AzimuthAngle_13)); }
inline float get_m_AzimuthAngle_13() const { return ___m_AzimuthAngle_13; }
inline float* get_address_of_m_AzimuthAngle_13() { return &___m_AzimuthAngle_13; }
inline void set_m_AzimuthAngle_13(float value)
{
___m_AzimuthAngle_13 = value;
}
};
// UnityEngine.UI.CoroutineTween.ColorTween
struct ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228
{
public:
// UnityEngine.UI.CoroutineTween.ColorTween_ColorTweenCallback UnityEngine.UI.CoroutineTween.ColorTween::m_Target
ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * ___m_Target_0;
// UnityEngine.Color UnityEngine.UI.CoroutineTween.ColorTween::m_StartColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_StartColor_1;
// UnityEngine.Color UnityEngine.UI.CoroutineTween.ColorTween::m_TargetColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_TargetColor_2;
// UnityEngine.UI.CoroutineTween.ColorTween_ColorTweenMode UnityEngine.UI.CoroutineTween.ColorTween::m_TweenMode
int32_t ___m_TweenMode_3;
// System.Single UnityEngine.UI.CoroutineTween.ColorTween::m_Duration
float ___m_Duration_4;
// System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::m_IgnoreTimeScale
bool ___m_IgnoreTimeScale_5;
public:
inline static int32_t get_offset_of_m_Target_0() { return static_cast<int32_t>(offsetof(ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228, ___m_Target_0)); }
inline ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * get_m_Target_0() const { return ___m_Target_0; }
inline ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 ** get_address_of_m_Target_0() { return &___m_Target_0; }
inline void set_m_Target_0(ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * value)
{
___m_Target_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Target_0), (void*)value);
}
inline static int32_t get_offset_of_m_StartColor_1() { return static_cast<int32_t>(offsetof(ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228, ___m_StartColor_1)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_StartColor_1() const { return ___m_StartColor_1; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_StartColor_1() { return &___m_StartColor_1; }
inline void set_m_StartColor_1(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_StartColor_1 = value;
}
inline static int32_t get_offset_of_m_TargetColor_2() { return static_cast<int32_t>(offsetof(ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228, ___m_TargetColor_2)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_TargetColor_2() const { return ___m_TargetColor_2; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_TargetColor_2() { return &___m_TargetColor_2; }
inline void set_m_TargetColor_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_TargetColor_2 = value;
}
inline static int32_t get_offset_of_m_TweenMode_3() { return static_cast<int32_t>(offsetof(ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228, ___m_TweenMode_3)); }
inline int32_t get_m_TweenMode_3() const { return ___m_TweenMode_3; }
inline int32_t* get_address_of_m_TweenMode_3() { return &___m_TweenMode_3; }
inline void set_m_TweenMode_3(int32_t value)
{
___m_TweenMode_3 = value;
}
inline static int32_t get_offset_of_m_Duration_4() { return static_cast<int32_t>(offsetof(ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228, ___m_Duration_4)); }
inline float get_m_Duration_4() const { return ___m_Duration_4; }
inline float* get_address_of_m_Duration_4() { return &___m_Duration_4; }
inline void set_m_Duration_4(float value)
{
___m_Duration_4 = value;
}
inline static int32_t get_offset_of_m_IgnoreTimeScale_5() { return static_cast<int32_t>(offsetof(ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228, ___m_IgnoreTimeScale_5)); }
inline bool get_m_IgnoreTimeScale_5() const { return ___m_IgnoreTimeScale_5; }
inline bool* get_address_of_m_IgnoreTimeScale_5() { return &___m_IgnoreTimeScale_5; }
inline void set_m_IgnoreTimeScale_5(bool value)
{
___m_IgnoreTimeScale_5 = value;
}
};
// Native definition for P/Invoke marshalling of UnityEngine.UI.CoroutineTween.ColorTween
struct ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshaled_pinvoke
{
ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * ___m_Target_0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_StartColor_1;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_TargetColor_2;
int32_t ___m_TweenMode_3;
float ___m_Duration_4;
int32_t ___m_IgnoreTimeScale_5;
};
// Native definition for COM marshalling of UnityEngine.UI.CoroutineTween.ColorTween
struct ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshaled_com
{
ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * ___m_Target_0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_StartColor_1;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_TargetColor_2;
int32_t ___m_TweenMode_3;
float ___m_Duration_4;
int32_t ___m_IgnoreTimeScale_5;
};
// UnityEngine.UI.Navigation
struct Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07
{
public:
// UnityEngine.UI.Navigation_Mode UnityEngine.UI.Navigation::m_Mode
int32_t ___m_Mode_0;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnUp_1;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnDown_2;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnLeft_3;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnRight_4;
public:
inline static int32_t get_offset_of_m_Mode_0() { return static_cast<int32_t>(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_Mode_0)); }
inline int32_t get_m_Mode_0() const { return ___m_Mode_0; }
inline int32_t* get_address_of_m_Mode_0() { return &___m_Mode_0; }
inline void set_m_Mode_0(int32_t value)
{
___m_Mode_0 = value;
}
inline static int32_t get_offset_of_m_SelectOnUp_1() { return static_cast<int32_t>(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnUp_1)); }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnUp_1() const { return ___m_SelectOnUp_1; }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnUp_1() { return &___m_SelectOnUp_1; }
inline void set_m_SelectOnUp_1(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value)
{
___m_SelectOnUp_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnUp_1), (void*)value);
}
inline static int32_t get_offset_of_m_SelectOnDown_2() { return static_cast<int32_t>(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnDown_2)); }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnDown_2() const { return ___m_SelectOnDown_2; }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnDown_2() { return &___m_SelectOnDown_2; }
inline void set_m_SelectOnDown_2(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value)
{
___m_SelectOnDown_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnDown_2), (void*)value);
}
inline static int32_t get_offset_of_m_SelectOnLeft_3() { return static_cast<int32_t>(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnLeft_3)); }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnLeft_3() const { return ___m_SelectOnLeft_3; }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnLeft_3() { return &___m_SelectOnLeft_3; }
inline void set_m_SelectOnLeft_3(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value)
{
___m_SelectOnLeft_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnLeft_3), (void*)value);
}
inline static int32_t get_offset_of_m_SelectOnRight_4() { return static_cast<int32_t>(offsetof(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07, ___m_SelectOnRight_4)); }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * get_m_SelectOnRight_4() const { return ___m_SelectOnRight_4; }
inline Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A ** get_address_of_m_SelectOnRight_4() { return &___m_SelectOnRight_4; }
inline void set_m_SelectOnRight_4(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * value)
{
___m_SelectOnRight_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SelectOnRight_4), (void*)value);
}
};
// Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation
struct Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07_marshaled_pinvoke
{
int32_t ___m_Mode_0;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnUp_1;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnDown_2;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnLeft_3;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnRight_4;
};
// Native definition for COM marshalling of UnityEngine.UI.Navigation
struct Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07_marshaled_com
{
int32_t ___m_Mode_0;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnUp_1;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnDown_2;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnLeft_3;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___m_SelectOnRight_4;
};
// System.Comparison`1<UnityEngine.EventSystems.RaycastResult>
struct Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 : public MulticastDelegate_t
{
public:
public:
};
// System.Comparison`1<UnityEngine.UI.ICanvasElement>
struct Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E : public MulticastDelegate_t
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// UnityEngine.Behaviour
struct Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Canvas_WillRenderCanvases
struct WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Collider
struct Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IBeginDragHandler>
struct EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.ICancelHandler>
struct EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IDeselectHandler>
struct EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IDragHandler>
struct EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IDropHandler>
struct EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IEndDragHandler>
struct EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IInitializePotentialDragHandler>
struct EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IMoveHandler>
struct EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerClickHandler>
struct EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerDownHandler>
struct EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerEnterHandler>
struct EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerExitHandler>
struct EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerUpHandler>
struct EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IScrollHandler>
struct EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.ISelectHandler>
struct EventFunction_1_t7521247C87411935E8A2CA38683533083459473F : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.ISubmitHandler>
struct EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IUpdateSelectedHandler>
struct EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction
struct UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`1<System.Boolean>
struct UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>>
struct UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`1<System.Single>
struct UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Events.UnityAction`1<UnityEngine.Color>
struct UnityAction_1_t8523D5D21ADA168AED3BD9CFFCED8FF87199DE9D : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Renderer
struct Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.Transform
struct Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA : public Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621
{
public:
public:
};
// UnityEngine.UI.ReflectionMethodsCache_GetRayIntersectionAllCallback
struct GetRayIntersectionAllCallback_t68C2581CCF05E868297EBD3F3361274954845095 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.UI.ReflectionMethodsCache_GetRayIntersectionAllNonAllocCallback
struct GetRayIntersectionAllNonAllocCallback_tAD7508D45DB6679B6394983579AD18D967CC2AD4 : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.UI.ReflectionMethodsCache_GetRaycastNonAllocCallback
struct GetRaycastNonAllocCallback_tC13D9767CFF00EAB26E9FCC4BDD505F0721A2B4D : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.UI.ReflectionMethodsCache_RaycastAllCallback
struct RaycastAllCallback_t751407A44270E02FAA43D0846A58EE6A8C4AE1CE : public MulticastDelegate_t
{
public:
public:
};
// UnityEngine.Camera
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
struct Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields
{
public:
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreCull
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreCull_4;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPreRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPreRender_5;
// UnityEngine.Camera_CameraCallback UnityEngine.Camera::onPostRender
CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * ___onPostRender_6;
public:
inline static int32_t get_offset_of_onPreCull_4() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreCull_4)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreCull_4() const { return ___onPreCull_4; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreCull_4() { return &___onPreCull_4; }
inline void set_onPreCull_4(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreCull_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPreCull_4), (void*)value);
}
inline static int32_t get_offset_of_onPreRender_5() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPreRender_5)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPreRender_5() const { return ___onPreRender_5; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPreRender_5() { return &___onPreRender_5; }
inline void set_onPreRender_5(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPreRender_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPreRender_5), (void*)value);
}
inline static int32_t get_offset_of_onPostRender_6() { return static_cast<int32_t>(offsetof(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_StaticFields, ___onPostRender_6)); }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * get_onPostRender_6() const { return ___onPostRender_6; }
inline CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 ** get_address_of_onPostRender_6() { return &___onPostRender_6; }
inline void set_onPostRender_6(CameraCallback_t8BBB42AA08D7498DFC11F4128117055BC7F0B9D0 * value)
{
___onPostRender_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onPostRender_6), (void*)value);
}
};
// UnityEngine.Canvas
struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
struct Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_StaticFields
{
public:
// UnityEngine.Canvas_WillRenderCanvases UnityEngine.Canvas::willRenderCanvases
WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * ___willRenderCanvases_4;
public:
inline static int32_t get_offset_of_willRenderCanvases_4() { return static_cast<int32_t>(offsetof(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_StaticFields, ___willRenderCanvases_4)); }
inline WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * get_willRenderCanvases_4() const { return ___willRenderCanvases_4; }
inline WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE ** get_address_of_willRenderCanvases_4() { return &___willRenderCanvases_4; }
inline void set_willRenderCanvases_4(WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * value)
{
___willRenderCanvases_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___willRenderCanvases_4), (void*)value);
}
};
// UnityEngine.CanvasGroup
struct CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// UnityEngine.Collider2D
struct Collider2D_tD64BE58E48B95D89D349FEAB54D0FE2EEBF83379 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 : public Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8
{
public:
public:
};
// UnityEngine.RectTransform
struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 : public Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA
{
public:
public:
};
struct RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_StaticFields
{
public:
// UnityEngine.RectTransform_ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties
ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * ___reapplyDrivenProperties_4;
public:
inline static int32_t get_offset_of_reapplyDrivenProperties_4() { return static_cast<int32_t>(offsetof(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_StaticFields, ___reapplyDrivenProperties_4)); }
inline ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * get_reapplyDrivenProperties_4() const { return ___reapplyDrivenProperties_4; }
inline ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D ** get_address_of_reapplyDrivenProperties_4() { return &___reapplyDrivenProperties_4; }
inline void set_reapplyDrivenProperties_4(ReapplyDrivenProperties_t431F4FBD9C59AE097FE33C4354CC6251B01B527D * value)
{
___reapplyDrivenProperties_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reapplyDrivenProperties_4), (void*)value);
}
};
// UnityEngine.SpriteRenderer
struct SpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F : public Renderer_t0556D67DD582620D1F495627EDE30D03284151F4
{
public:
public:
};
// UnityEngine.EventSystems.EventTrigger
struct EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger_Entry> UnityEngine.EventSystems.EventTrigger::m_Delegates
List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * ___m_Delegates_4;
public:
inline static int32_t get_offset_of_m_Delegates_4() { return static_cast<int32_t>(offsetof(EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298, ___m_Delegates_4)); }
inline List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * get_m_Delegates_4() const { return ___m_Delegates_4; }
inline List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA ** get_address_of_m_Delegates_4() { return &___m_Delegates_4; }
inline void set_m_Delegates_4(List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * value)
{
___m_Delegates_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Delegates_4), (void*)value);
}
};
// UnityEngine.EventSystems.UIBehaviour
struct UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
public:
};
// UnityEngine.UI.Dropdown_DropdownItem
struct DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 : public MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429
{
public:
// UnityEngine.UI.Text UnityEngine.UI.Dropdown_DropdownItem::m_Text
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___m_Text_4;
// UnityEngine.UI.Image UnityEngine.UI.Dropdown_DropdownItem::m_Image
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___m_Image_5;
// UnityEngine.RectTransform UnityEngine.UI.Dropdown_DropdownItem::m_RectTransform
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_RectTransform_6;
// UnityEngine.UI.Toggle UnityEngine.UI.Dropdown_DropdownItem::m_Toggle
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * ___m_Toggle_7;
public:
inline static int32_t get_offset_of_m_Text_4() { return static_cast<int32_t>(offsetof(DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46, ___m_Text_4)); }
inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_m_Text_4() const { return ___m_Text_4; }
inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_m_Text_4() { return &___m_Text_4; }
inline void set_m_Text_4(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value)
{
___m_Text_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Text_4), (void*)value);
}
inline static int32_t get_offset_of_m_Image_5() { return static_cast<int32_t>(offsetof(DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46, ___m_Image_5)); }
inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_m_Image_5() const { return ___m_Image_5; }
inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_m_Image_5() { return &___m_Image_5; }
inline void set_m_Image_5(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value)
{
___m_Image_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Image_5), (void*)value);
}
inline static int32_t get_offset_of_m_RectTransform_6() { return static_cast<int32_t>(offsetof(DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46, ___m_RectTransform_6)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_RectTransform_6() const { return ___m_RectTransform_6; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_RectTransform_6() { return &___m_RectTransform_6; }
inline void set_m_RectTransform_6(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_RectTransform_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_6), (void*)value);
}
inline static int32_t get_offset_of_m_Toggle_7() { return static_cast<int32_t>(offsetof(DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46, ___m_Toggle_7)); }
inline Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * get_m_Toggle_7() const { return ___m_Toggle_7; }
inline Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 ** get_address_of_m_Toggle_7() { return &___m_Toggle_7; }
inline void set_m_Toggle_7(Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * value)
{
___m_Toggle_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Toggle_7), (void*)value);
}
};
// UnityEngine.EventSystems.BaseInput
struct BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
public:
};
// UnityEngine.EventSystems.BaseInputModule
struct BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult> UnityEngine.EventSystems.BaseInputModule::m_RaycastResultCache
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * ___m_RaycastResultCache_4;
// UnityEngine.EventSystems.AxisEventData UnityEngine.EventSystems.BaseInputModule::m_AxisEventData
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * ___m_AxisEventData_5;
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseInputModule::m_EventSystem
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___m_EventSystem_6;
// UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.BaseInputModule::m_BaseEventData
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___m_BaseEventData_7;
// UnityEngine.EventSystems.BaseInput UnityEngine.EventSystems.BaseInputModule::m_InputOverride
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * ___m_InputOverride_8;
// UnityEngine.EventSystems.BaseInput UnityEngine.EventSystems.BaseInputModule::m_DefaultInput
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * ___m_DefaultInput_9;
public:
inline static int32_t get_offset_of_m_RaycastResultCache_4() { return static_cast<int32_t>(offsetof(BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939, ___m_RaycastResultCache_4)); }
inline List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * get_m_RaycastResultCache_4() const { return ___m_RaycastResultCache_4; }
inline List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 ** get_address_of_m_RaycastResultCache_4() { return &___m_RaycastResultCache_4; }
inline void set_m_RaycastResultCache_4(List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * value)
{
___m_RaycastResultCache_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_RaycastResultCache_4), (void*)value);
}
inline static int32_t get_offset_of_m_AxisEventData_5() { return static_cast<int32_t>(offsetof(BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939, ___m_AxisEventData_5)); }
inline AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * get_m_AxisEventData_5() const { return ___m_AxisEventData_5; }
inline AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 ** get_address_of_m_AxisEventData_5() { return &___m_AxisEventData_5; }
inline void set_m_AxisEventData_5(AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * value)
{
___m_AxisEventData_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_AxisEventData_5), (void*)value);
}
inline static int32_t get_offset_of_m_EventSystem_6() { return static_cast<int32_t>(offsetof(BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939, ___m_EventSystem_6)); }
inline EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * get_m_EventSystem_6() const { return ___m_EventSystem_6; }
inline EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 ** get_address_of_m_EventSystem_6() { return &___m_EventSystem_6; }
inline void set_m_EventSystem_6(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * value)
{
___m_EventSystem_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_EventSystem_6), (void*)value);
}
inline static int32_t get_offset_of_m_BaseEventData_7() { return static_cast<int32_t>(offsetof(BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939, ___m_BaseEventData_7)); }
inline BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * get_m_BaseEventData_7() const { return ___m_BaseEventData_7; }
inline BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 ** get_address_of_m_BaseEventData_7() { return &___m_BaseEventData_7; }
inline void set_m_BaseEventData_7(BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * value)
{
___m_BaseEventData_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_BaseEventData_7), (void*)value);
}
inline static int32_t get_offset_of_m_InputOverride_8() { return static_cast<int32_t>(offsetof(BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939, ___m_InputOverride_8)); }
inline BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * get_m_InputOverride_8() const { return ___m_InputOverride_8; }
inline BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 ** get_address_of_m_InputOverride_8() { return &___m_InputOverride_8; }
inline void set_m_InputOverride_8(BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * value)
{
___m_InputOverride_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InputOverride_8), (void*)value);
}
inline static int32_t get_offset_of_m_DefaultInput_9() { return static_cast<int32_t>(offsetof(BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939, ___m_DefaultInput_9)); }
inline BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * get_m_DefaultInput_9() const { return ___m_DefaultInput_9; }
inline BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 ** get_address_of_m_DefaultInput_9() { return &___m_DefaultInput_9; }
inline void set_m_DefaultInput_9(BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * value)
{
___m_DefaultInput_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DefaultInput_9), (void*)value);
}
};
// UnityEngine.EventSystems.BaseRaycaster
struct BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.BaseRaycaster::m_RootRaycaster
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___m_RootRaycaster_4;
public:
inline static int32_t get_offset_of_m_RootRaycaster_4() { return static_cast<int32_t>(offsetof(BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966, ___m_RootRaycaster_4)); }
inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * get_m_RootRaycaster_4() const { return ___m_RootRaycaster_4; }
inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 ** get_address_of_m_RootRaycaster_4() { return &___m_RootRaycaster_4; }
inline void set_m_RootRaycaster_4(BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * value)
{
___m_RootRaycaster_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_RootRaycaster_4), (void*)value);
}
};
// UnityEngine.EventSystems.EventSystem
struct EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule> UnityEngine.EventSystems.EventSystem::m_SystemInputModules
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * ___m_SystemInputModules_4;
// UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.EventSystem::m_CurrentInputModule
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * ___m_CurrentInputModule_5;
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_FirstSelected
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_FirstSelected_7;
// System.Boolean UnityEngine.EventSystems.EventSystem::m_sendNavigationEvents
bool ___m_sendNavigationEvents_8;
// System.Int32 UnityEngine.EventSystems.EventSystem::m_DragThreshold
int32_t ___m_DragThreshold_9;
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_CurrentSelected
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_CurrentSelected_10;
// System.Boolean UnityEngine.EventSystems.EventSystem::m_HasFocus
bool ___m_HasFocus_11;
// System.Boolean UnityEngine.EventSystems.EventSystem::m_SelectionGuard
bool ___m_SelectionGuard_12;
// UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.EventSystem::m_DummyData
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___m_DummyData_13;
public:
inline static int32_t get_offset_of_m_SystemInputModules_4() { return static_cast<int32_t>(offsetof(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77, ___m_SystemInputModules_4)); }
inline List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * get_m_SystemInputModules_4() const { return ___m_SystemInputModules_4; }
inline List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 ** get_address_of_m_SystemInputModules_4() { return &___m_SystemInputModules_4; }
inline void set_m_SystemInputModules_4(List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * value)
{
___m_SystemInputModules_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SystemInputModules_4), (void*)value);
}
inline static int32_t get_offset_of_m_CurrentInputModule_5() { return static_cast<int32_t>(offsetof(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77, ___m_CurrentInputModule_5)); }
inline BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * get_m_CurrentInputModule_5() const { return ___m_CurrentInputModule_5; }
inline BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 ** get_address_of_m_CurrentInputModule_5() { return &___m_CurrentInputModule_5; }
inline void set_m_CurrentInputModule_5(BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * value)
{
___m_CurrentInputModule_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentInputModule_5), (void*)value);
}
inline static int32_t get_offset_of_m_FirstSelected_7() { return static_cast<int32_t>(offsetof(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77, ___m_FirstSelected_7)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_FirstSelected_7() const { return ___m_FirstSelected_7; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_FirstSelected_7() { return &___m_FirstSelected_7; }
inline void set_m_FirstSelected_7(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___m_FirstSelected_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_FirstSelected_7), (void*)value);
}
inline static int32_t get_offset_of_m_sendNavigationEvents_8() { return static_cast<int32_t>(offsetof(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77, ___m_sendNavigationEvents_8)); }
inline bool get_m_sendNavigationEvents_8() const { return ___m_sendNavigationEvents_8; }
inline bool* get_address_of_m_sendNavigationEvents_8() { return &___m_sendNavigationEvents_8; }
inline void set_m_sendNavigationEvents_8(bool value)
{
___m_sendNavigationEvents_8 = value;
}
inline static int32_t get_offset_of_m_DragThreshold_9() { return static_cast<int32_t>(offsetof(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77, ___m_DragThreshold_9)); }
inline int32_t get_m_DragThreshold_9() const { return ___m_DragThreshold_9; }
inline int32_t* get_address_of_m_DragThreshold_9() { return &___m_DragThreshold_9; }
inline void set_m_DragThreshold_9(int32_t value)
{
___m_DragThreshold_9 = value;
}
inline static int32_t get_offset_of_m_CurrentSelected_10() { return static_cast<int32_t>(offsetof(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77, ___m_CurrentSelected_10)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_CurrentSelected_10() const { return ___m_CurrentSelected_10; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_CurrentSelected_10() { return &___m_CurrentSelected_10; }
inline void set_m_CurrentSelected_10(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___m_CurrentSelected_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentSelected_10), (void*)value);
}
inline static int32_t get_offset_of_m_HasFocus_11() { return static_cast<int32_t>(offsetof(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77, ___m_HasFocus_11)); }
inline bool get_m_HasFocus_11() const { return ___m_HasFocus_11; }
inline bool* get_address_of_m_HasFocus_11() { return &___m_HasFocus_11; }
inline void set_m_HasFocus_11(bool value)
{
___m_HasFocus_11 = value;
}
inline static int32_t get_offset_of_m_SelectionGuard_12() { return static_cast<int32_t>(offsetof(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77, ___m_SelectionGuard_12)); }
inline bool get_m_SelectionGuard_12() const { return ___m_SelectionGuard_12; }
inline bool* get_address_of_m_SelectionGuard_12() { return &___m_SelectionGuard_12; }
inline void set_m_SelectionGuard_12(bool value)
{
___m_SelectionGuard_12 = value;
}
inline static int32_t get_offset_of_m_DummyData_13() { return static_cast<int32_t>(offsetof(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77, ___m_DummyData_13)); }
inline BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * get_m_DummyData_13() const { return ___m_DummyData_13; }
inline BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 ** get_address_of_m_DummyData_13() { return &___m_DummyData_13; }
inline void set_m_DummyData_13(BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * value)
{
___m_DummyData_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DummyData_13), (void*)value);
}
};
struct EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields
{
public:
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem> UnityEngine.EventSystems.EventSystem::m_EventSystems
List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * ___m_EventSystems_6;
// System.Comparison`1<UnityEngine.EventSystems.RaycastResult> UnityEngine.EventSystems.EventSystem::s_RaycastComparer
Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 * ___s_RaycastComparer_14;
public:
inline static int32_t get_offset_of_m_EventSystems_6() { return static_cast<int32_t>(offsetof(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields, ___m_EventSystems_6)); }
inline List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * get_m_EventSystems_6() const { return ___m_EventSystems_6; }
inline List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B ** get_address_of_m_EventSystems_6() { return &___m_EventSystems_6; }
inline void set_m_EventSystems_6(List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * value)
{
___m_EventSystems_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_EventSystems_6), (void*)value);
}
inline static int32_t get_offset_of_s_RaycastComparer_14() { return static_cast<int32_t>(offsetof(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields, ___s_RaycastComparer_14)); }
inline Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 * get_s_RaycastComparer_14() const { return ___s_RaycastComparer_14; }
inline Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 ** get_address_of_s_RaycastComparer_14() { return &___s_RaycastComparer_14; }
inline void set_s_RaycastComparer_14(Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 * value)
{
___s_RaycastComparer_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_RaycastComparer_14), (void*)value);
}
};
// UnityEngine.UI.AspectRatioFitter
struct AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.UI.AspectRatioFitter_AspectMode UnityEngine.UI.AspectRatioFitter::m_AspectMode
int32_t ___m_AspectMode_4;
// System.Single UnityEngine.UI.AspectRatioFitter::m_AspectRatio
float ___m_AspectRatio_5;
// UnityEngine.RectTransform UnityEngine.UI.AspectRatioFitter::m_Rect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_Rect_6;
// System.Boolean UnityEngine.UI.AspectRatioFitter::m_DelayedSetDirty
bool ___m_DelayedSetDirty_7;
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.AspectRatioFitter::m_Tracker
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 ___m_Tracker_8;
public:
inline static int32_t get_offset_of_m_AspectMode_4() { return static_cast<int32_t>(offsetof(AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6, ___m_AspectMode_4)); }
inline int32_t get_m_AspectMode_4() const { return ___m_AspectMode_4; }
inline int32_t* get_address_of_m_AspectMode_4() { return &___m_AspectMode_4; }
inline void set_m_AspectMode_4(int32_t value)
{
___m_AspectMode_4 = value;
}
inline static int32_t get_offset_of_m_AspectRatio_5() { return static_cast<int32_t>(offsetof(AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6, ___m_AspectRatio_5)); }
inline float get_m_AspectRatio_5() const { return ___m_AspectRatio_5; }
inline float* get_address_of_m_AspectRatio_5() { return &___m_AspectRatio_5; }
inline void set_m_AspectRatio_5(float value)
{
___m_AspectRatio_5 = value;
}
inline static int32_t get_offset_of_m_Rect_6() { return static_cast<int32_t>(offsetof(AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6, ___m_Rect_6)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_Rect_6() const { return ___m_Rect_6; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_Rect_6() { return &___m_Rect_6; }
inline void set_m_Rect_6(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_Rect_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Rect_6), (void*)value);
}
inline static int32_t get_offset_of_m_DelayedSetDirty_7() { return static_cast<int32_t>(offsetof(AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6, ___m_DelayedSetDirty_7)); }
inline bool get_m_DelayedSetDirty_7() const { return ___m_DelayedSetDirty_7; }
inline bool* get_address_of_m_DelayedSetDirty_7() { return &___m_DelayedSetDirty_7; }
inline void set_m_DelayedSetDirty_7(bool value)
{
___m_DelayedSetDirty_7 = value;
}
inline static int32_t get_offset_of_m_Tracker_8() { return static_cast<int32_t>(offsetof(AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6, ___m_Tracker_8)); }
inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 get_m_Tracker_8() const { return ___m_Tracker_8; }
inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * get_address_of_m_Tracker_8() { return &___m_Tracker_8; }
inline void set_m_Tracker_8(DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 value)
{
___m_Tracker_8 = value;
}
};
// UnityEngine.UI.BaseMeshEffect
struct BaseMeshEffect_t72759F31F9D204D7EFB6B45097873809D4524BA5 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.UI.Graphic UnityEngine.UI.BaseMeshEffect::m_Graphic
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___m_Graphic_4;
public:
inline static int32_t get_offset_of_m_Graphic_4() { return static_cast<int32_t>(offsetof(BaseMeshEffect_t72759F31F9D204D7EFB6B45097873809D4524BA5, ___m_Graphic_4)); }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * get_m_Graphic_4() const { return ___m_Graphic_4; }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 ** get_address_of_m_Graphic_4() { return &___m_Graphic_4; }
inline void set_m_Graphic_4(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * value)
{
___m_Graphic_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Graphic_4), (void*)value);
}
};
// UnityEngine.UI.CanvasScaler
struct CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.UI.CanvasScaler_ScaleMode UnityEngine.UI.CanvasScaler::m_UiScaleMode
int32_t ___m_UiScaleMode_4;
// System.Single UnityEngine.UI.CanvasScaler::m_ReferencePixelsPerUnit
float ___m_ReferencePixelsPerUnit_5;
// System.Single UnityEngine.UI.CanvasScaler::m_ScaleFactor
float ___m_ScaleFactor_6;
// UnityEngine.Vector2 UnityEngine.UI.CanvasScaler::m_ReferenceResolution
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_ReferenceResolution_7;
// UnityEngine.UI.CanvasScaler_ScreenMatchMode UnityEngine.UI.CanvasScaler::m_ScreenMatchMode
int32_t ___m_ScreenMatchMode_8;
// System.Single UnityEngine.UI.CanvasScaler::m_MatchWidthOrHeight
float ___m_MatchWidthOrHeight_9;
// UnityEngine.UI.CanvasScaler_Unit UnityEngine.UI.CanvasScaler::m_PhysicalUnit
int32_t ___m_PhysicalUnit_11;
// System.Single UnityEngine.UI.CanvasScaler::m_FallbackScreenDPI
float ___m_FallbackScreenDPI_12;
// System.Single UnityEngine.UI.CanvasScaler::m_DefaultSpriteDPI
float ___m_DefaultSpriteDPI_13;
// System.Single UnityEngine.UI.CanvasScaler::m_DynamicPixelsPerUnit
float ___m_DynamicPixelsPerUnit_14;
// UnityEngine.Canvas UnityEngine.UI.CanvasScaler::m_Canvas
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * ___m_Canvas_15;
// System.Single UnityEngine.UI.CanvasScaler::m_PrevScaleFactor
float ___m_PrevScaleFactor_16;
// System.Single UnityEngine.UI.CanvasScaler::m_PrevReferencePixelsPerUnit
float ___m_PrevReferencePixelsPerUnit_17;
public:
inline static int32_t get_offset_of_m_UiScaleMode_4() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_UiScaleMode_4)); }
inline int32_t get_m_UiScaleMode_4() const { return ___m_UiScaleMode_4; }
inline int32_t* get_address_of_m_UiScaleMode_4() { return &___m_UiScaleMode_4; }
inline void set_m_UiScaleMode_4(int32_t value)
{
___m_UiScaleMode_4 = value;
}
inline static int32_t get_offset_of_m_ReferencePixelsPerUnit_5() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_ReferencePixelsPerUnit_5)); }
inline float get_m_ReferencePixelsPerUnit_5() const { return ___m_ReferencePixelsPerUnit_5; }
inline float* get_address_of_m_ReferencePixelsPerUnit_5() { return &___m_ReferencePixelsPerUnit_5; }
inline void set_m_ReferencePixelsPerUnit_5(float value)
{
___m_ReferencePixelsPerUnit_5 = value;
}
inline static int32_t get_offset_of_m_ScaleFactor_6() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_ScaleFactor_6)); }
inline float get_m_ScaleFactor_6() const { return ___m_ScaleFactor_6; }
inline float* get_address_of_m_ScaleFactor_6() { return &___m_ScaleFactor_6; }
inline void set_m_ScaleFactor_6(float value)
{
___m_ScaleFactor_6 = value;
}
inline static int32_t get_offset_of_m_ReferenceResolution_7() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_ReferenceResolution_7)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_ReferenceResolution_7() const { return ___m_ReferenceResolution_7; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_ReferenceResolution_7() { return &___m_ReferenceResolution_7; }
inline void set_m_ReferenceResolution_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_ReferenceResolution_7 = value;
}
inline static int32_t get_offset_of_m_ScreenMatchMode_8() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_ScreenMatchMode_8)); }
inline int32_t get_m_ScreenMatchMode_8() const { return ___m_ScreenMatchMode_8; }
inline int32_t* get_address_of_m_ScreenMatchMode_8() { return &___m_ScreenMatchMode_8; }
inline void set_m_ScreenMatchMode_8(int32_t value)
{
___m_ScreenMatchMode_8 = value;
}
inline static int32_t get_offset_of_m_MatchWidthOrHeight_9() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_MatchWidthOrHeight_9)); }
inline float get_m_MatchWidthOrHeight_9() const { return ___m_MatchWidthOrHeight_9; }
inline float* get_address_of_m_MatchWidthOrHeight_9() { return &___m_MatchWidthOrHeight_9; }
inline void set_m_MatchWidthOrHeight_9(float value)
{
___m_MatchWidthOrHeight_9 = value;
}
inline static int32_t get_offset_of_m_PhysicalUnit_11() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_PhysicalUnit_11)); }
inline int32_t get_m_PhysicalUnit_11() const { return ___m_PhysicalUnit_11; }
inline int32_t* get_address_of_m_PhysicalUnit_11() { return &___m_PhysicalUnit_11; }
inline void set_m_PhysicalUnit_11(int32_t value)
{
___m_PhysicalUnit_11 = value;
}
inline static int32_t get_offset_of_m_FallbackScreenDPI_12() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_FallbackScreenDPI_12)); }
inline float get_m_FallbackScreenDPI_12() const { return ___m_FallbackScreenDPI_12; }
inline float* get_address_of_m_FallbackScreenDPI_12() { return &___m_FallbackScreenDPI_12; }
inline void set_m_FallbackScreenDPI_12(float value)
{
___m_FallbackScreenDPI_12 = value;
}
inline static int32_t get_offset_of_m_DefaultSpriteDPI_13() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_DefaultSpriteDPI_13)); }
inline float get_m_DefaultSpriteDPI_13() const { return ___m_DefaultSpriteDPI_13; }
inline float* get_address_of_m_DefaultSpriteDPI_13() { return &___m_DefaultSpriteDPI_13; }
inline void set_m_DefaultSpriteDPI_13(float value)
{
___m_DefaultSpriteDPI_13 = value;
}
inline static int32_t get_offset_of_m_DynamicPixelsPerUnit_14() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_DynamicPixelsPerUnit_14)); }
inline float get_m_DynamicPixelsPerUnit_14() const { return ___m_DynamicPixelsPerUnit_14; }
inline float* get_address_of_m_DynamicPixelsPerUnit_14() { return &___m_DynamicPixelsPerUnit_14; }
inline void set_m_DynamicPixelsPerUnit_14(float value)
{
___m_DynamicPixelsPerUnit_14 = value;
}
inline static int32_t get_offset_of_m_Canvas_15() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_Canvas_15)); }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * get_m_Canvas_15() const { return ___m_Canvas_15; }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 ** get_address_of_m_Canvas_15() { return &___m_Canvas_15; }
inline void set_m_Canvas_15(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * value)
{
___m_Canvas_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_15), (void*)value);
}
inline static int32_t get_offset_of_m_PrevScaleFactor_16() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_PrevScaleFactor_16)); }
inline float get_m_PrevScaleFactor_16() const { return ___m_PrevScaleFactor_16; }
inline float* get_address_of_m_PrevScaleFactor_16() { return &___m_PrevScaleFactor_16; }
inline void set_m_PrevScaleFactor_16(float value)
{
___m_PrevScaleFactor_16 = value;
}
inline static int32_t get_offset_of_m_PrevReferencePixelsPerUnit_17() { return static_cast<int32_t>(offsetof(CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564, ___m_PrevReferencePixelsPerUnit_17)); }
inline float get_m_PrevReferencePixelsPerUnit_17() const { return ___m_PrevReferencePixelsPerUnit_17; }
inline float* get_address_of_m_PrevReferencePixelsPerUnit_17() { return &___m_PrevReferencePixelsPerUnit_17; }
inline void set_m_PrevReferencePixelsPerUnit_17(float value)
{
___m_PrevReferencePixelsPerUnit_17 = value;
}
};
// UnityEngine.UI.ContentSizeFitter
struct ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.UI.ContentSizeFitter_FitMode UnityEngine.UI.ContentSizeFitter::m_HorizontalFit
int32_t ___m_HorizontalFit_4;
// UnityEngine.UI.ContentSizeFitter_FitMode UnityEngine.UI.ContentSizeFitter::m_VerticalFit
int32_t ___m_VerticalFit_5;
// UnityEngine.RectTransform UnityEngine.UI.ContentSizeFitter::m_Rect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_Rect_6;
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.ContentSizeFitter::m_Tracker
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 ___m_Tracker_7;
public:
inline static int32_t get_offset_of_m_HorizontalFit_4() { return static_cast<int32_t>(offsetof(ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8, ___m_HorizontalFit_4)); }
inline int32_t get_m_HorizontalFit_4() const { return ___m_HorizontalFit_4; }
inline int32_t* get_address_of_m_HorizontalFit_4() { return &___m_HorizontalFit_4; }
inline void set_m_HorizontalFit_4(int32_t value)
{
___m_HorizontalFit_4 = value;
}
inline static int32_t get_offset_of_m_VerticalFit_5() { return static_cast<int32_t>(offsetof(ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8, ___m_VerticalFit_5)); }
inline int32_t get_m_VerticalFit_5() const { return ___m_VerticalFit_5; }
inline int32_t* get_address_of_m_VerticalFit_5() { return &___m_VerticalFit_5; }
inline void set_m_VerticalFit_5(int32_t value)
{
___m_VerticalFit_5 = value;
}
inline static int32_t get_offset_of_m_Rect_6() { return static_cast<int32_t>(offsetof(ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8, ___m_Rect_6)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_Rect_6() const { return ___m_Rect_6; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_Rect_6() { return &___m_Rect_6; }
inline void set_m_Rect_6(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_Rect_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Rect_6), (void*)value);
}
inline static int32_t get_offset_of_m_Tracker_7() { return static_cast<int32_t>(offsetof(ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8, ___m_Tracker_7)); }
inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 get_m_Tracker_7() const { return ___m_Tracker_7; }
inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * get_address_of_m_Tracker_7() { return &___m_Tracker_7; }
inline void set_m_Tracker_7(DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 value)
{
___m_Tracker_7 = value;
}
};
// UnityEngine.UI.Graphic
struct Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.Material UnityEngine.UI.Graphic::m_Material
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_Material_6;
// UnityEngine.Color UnityEngine.UI.Graphic::m_Color
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_Color_7;
// System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate
bool ___m_SkipLayoutUpdate_8;
// System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate
bool ___m_SkipMaterialUpdate_9;
// System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget
bool ___m_RaycastTarget_10;
// UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_RectTransform_11;
// UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * ___m_CanvasRenderer_12;
// UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * ___m_Canvas_13;
// System.Boolean UnityEngine.UI.Graphic::m_VertsDirty
bool ___m_VertsDirty_14;
// System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty
bool ___m_MaterialDirty_15;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___m_OnDirtyLayoutCallback_16;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___m_OnDirtyVertsCallback_17;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___m_OnDirtyMaterialCallback_18;
// UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___m_CachedMesh_21;
// UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___m_CachedUvs_22;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween> UnityEngine.UI.Graphic::m_ColorTweenRunner
TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 * ___m_ColorTweenRunner_23;
// System.Boolean UnityEngine.UI.Graphic::<useLegacyMeshGeneration>k__BackingField
bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_24;
public:
inline static int32_t get_offset_of_m_Material_6() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_Material_6)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_Material_6() const { return ___m_Material_6; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_Material_6() { return &___m_Material_6; }
inline void set_m_Material_6(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_Material_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Material_6), (void*)value);
}
inline static int32_t get_offset_of_m_Color_7() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_Color_7)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_Color_7() const { return ___m_Color_7; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_Color_7() { return &___m_Color_7; }
inline void set_m_Color_7(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_Color_7 = value;
}
inline static int32_t get_offset_of_m_SkipLayoutUpdate_8() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_SkipLayoutUpdate_8)); }
inline bool get_m_SkipLayoutUpdate_8() const { return ___m_SkipLayoutUpdate_8; }
inline bool* get_address_of_m_SkipLayoutUpdate_8() { return &___m_SkipLayoutUpdate_8; }
inline void set_m_SkipLayoutUpdate_8(bool value)
{
___m_SkipLayoutUpdate_8 = value;
}
inline static int32_t get_offset_of_m_SkipMaterialUpdate_9() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_SkipMaterialUpdate_9)); }
inline bool get_m_SkipMaterialUpdate_9() const { return ___m_SkipMaterialUpdate_9; }
inline bool* get_address_of_m_SkipMaterialUpdate_9() { return &___m_SkipMaterialUpdate_9; }
inline void set_m_SkipMaterialUpdate_9(bool value)
{
___m_SkipMaterialUpdate_9 = value;
}
inline static int32_t get_offset_of_m_RaycastTarget_10() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_RaycastTarget_10)); }
inline bool get_m_RaycastTarget_10() const { return ___m_RaycastTarget_10; }
inline bool* get_address_of_m_RaycastTarget_10() { return &___m_RaycastTarget_10; }
inline void set_m_RaycastTarget_10(bool value)
{
___m_RaycastTarget_10 = value;
}
inline static int32_t get_offset_of_m_RectTransform_11() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_RectTransform_11)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_RectTransform_11() const { return ___m_RectTransform_11; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_RectTransform_11() { return &___m_RectTransform_11; }
inline void set_m_RectTransform_11(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_RectTransform_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_11), (void*)value);
}
inline static int32_t get_offset_of_m_CanvasRenderer_12() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_CanvasRenderer_12)); }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * get_m_CanvasRenderer_12() const { return ___m_CanvasRenderer_12; }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 ** get_address_of_m_CanvasRenderer_12() { return &___m_CanvasRenderer_12; }
inline void set_m_CanvasRenderer_12(CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * value)
{
___m_CanvasRenderer_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasRenderer_12), (void*)value);
}
inline static int32_t get_offset_of_m_Canvas_13() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_Canvas_13)); }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * get_m_Canvas_13() const { return ___m_Canvas_13; }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 ** get_address_of_m_Canvas_13() { return &___m_Canvas_13; }
inline void set_m_Canvas_13(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * value)
{
___m_Canvas_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_13), (void*)value);
}
inline static int32_t get_offset_of_m_VertsDirty_14() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_VertsDirty_14)); }
inline bool get_m_VertsDirty_14() const { return ___m_VertsDirty_14; }
inline bool* get_address_of_m_VertsDirty_14() { return &___m_VertsDirty_14; }
inline void set_m_VertsDirty_14(bool value)
{
___m_VertsDirty_14 = value;
}
inline static int32_t get_offset_of_m_MaterialDirty_15() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_MaterialDirty_15)); }
inline bool get_m_MaterialDirty_15() const { return ___m_MaterialDirty_15; }
inline bool* get_address_of_m_MaterialDirty_15() { return &___m_MaterialDirty_15; }
inline void set_m_MaterialDirty_15(bool value)
{
___m_MaterialDirty_15 = value;
}
inline static int32_t get_offset_of_m_OnDirtyLayoutCallback_16() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_OnDirtyLayoutCallback_16)); }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_m_OnDirtyLayoutCallback_16() const { return ___m_OnDirtyLayoutCallback_16; }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_m_OnDirtyLayoutCallback_16() { return &___m_OnDirtyLayoutCallback_16; }
inline void set_m_OnDirtyLayoutCallback_16(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value)
{
___m_OnDirtyLayoutCallback_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyLayoutCallback_16), (void*)value);
}
inline static int32_t get_offset_of_m_OnDirtyVertsCallback_17() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_OnDirtyVertsCallback_17)); }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_m_OnDirtyVertsCallback_17() const { return ___m_OnDirtyVertsCallback_17; }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_m_OnDirtyVertsCallback_17() { return &___m_OnDirtyVertsCallback_17; }
inline void set_m_OnDirtyVertsCallback_17(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value)
{
___m_OnDirtyVertsCallback_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyVertsCallback_17), (void*)value);
}
inline static int32_t get_offset_of_m_OnDirtyMaterialCallback_18() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_OnDirtyMaterialCallback_18)); }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * get_m_OnDirtyMaterialCallback_18() const { return ___m_OnDirtyMaterialCallback_18; }
inline UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 ** get_address_of_m_OnDirtyMaterialCallback_18() { return &___m_OnDirtyMaterialCallback_18; }
inline void set_m_OnDirtyMaterialCallback_18(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * value)
{
___m_OnDirtyMaterialCallback_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnDirtyMaterialCallback_18), (void*)value);
}
inline static int32_t get_offset_of_m_CachedMesh_21() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_CachedMesh_21)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_m_CachedMesh_21() const { return ___m_CachedMesh_21; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_m_CachedMesh_21() { return &___m_CachedMesh_21; }
inline void set_m_CachedMesh_21(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___m_CachedMesh_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CachedMesh_21), (void*)value);
}
inline static int32_t get_offset_of_m_CachedUvs_22() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_CachedUvs_22)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_m_CachedUvs_22() const { return ___m_CachedUvs_22; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_m_CachedUvs_22() { return &___m_CachedUvs_22; }
inline void set_m_CachedUvs_22(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___m_CachedUvs_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CachedUvs_22), (void*)value);
}
inline static int32_t get_offset_of_m_ColorTweenRunner_23() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___m_ColorTweenRunner_23)); }
inline TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 * get_m_ColorTweenRunner_23() const { return ___m_ColorTweenRunner_23; }
inline TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 ** get_address_of_m_ColorTweenRunner_23() { return &___m_ColorTweenRunner_23; }
inline void set_m_ColorTweenRunner_23(TweenRunner_1_t56CEB168ADE3739A1BDDBF258FDC759DF8927172 * value)
{
___m_ColorTweenRunner_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ColorTweenRunner_23), (void*)value);
}
inline static int32_t get_offset_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_24() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8, ___U3CuseLegacyMeshGenerationU3Ek__BackingField_24)); }
inline bool get_U3CuseLegacyMeshGenerationU3Ek__BackingField_24() const { return ___U3CuseLegacyMeshGenerationU3Ek__BackingField_24; }
inline bool* get_address_of_U3CuseLegacyMeshGenerationU3Ek__BackingField_24() { return &___U3CuseLegacyMeshGenerationU3Ek__BackingField_24; }
inline void set_U3CuseLegacyMeshGenerationU3Ek__BackingField_24(bool value)
{
___U3CuseLegacyMeshGenerationU3Ek__BackingField_24 = value;
}
};
struct Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields
{
public:
// UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___s_DefaultUI_4;
// UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture
Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * ___s_WhiteTexture_5;
// UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___s_Mesh_19;
// UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper
VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * ___s_VertexHelper_20;
public:
inline static int32_t get_offset_of_s_DefaultUI_4() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_DefaultUI_4)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_s_DefaultUI_4() const { return ___s_DefaultUI_4; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_s_DefaultUI_4() { return &___s_DefaultUI_4; }
inline void set_s_DefaultUI_4(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___s_DefaultUI_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultUI_4), (void*)value);
}
inline static int32_t get_offset_of_s_WhiteTexture_5() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_WhiteTexture_5)); }
inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * get_s_WhiteTexture_5() const { return ___s_WhiteTexture_5; }
inline Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C ** get_address_of_s_WhiteTexture_5() { return &___s_WhiteTexture_5; }
inline void set_s_WhiteTexture_5(Texture2D_tBBF96AC337723E2EF156DF17E09D4379FD05DE1C * value)
{
___s_WhiteTexture_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_WhiteTexture_5), (void*)value);
}
inline static int32_t get_offset_of_s_Mesh_19() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_Mesh_19)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_s_Mesh_19() const { return ___s_Mesh_19; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_s_Mesh_19() { return &___s_Mesh_19; }
inline void set_s_Mesh_19(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___s_Mesh_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Mesh_19), (void*)value);
}
inline static int32_t get_offset_of_s_VertexHelper_20() { return static_cast<int32_t>(offsetof(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_StaticFields, ___s_VertexHelper_20)); }
inline VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * get_s_VertexHelper_20() const { return ___s_VertexHelper_20; }
inline VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F ** get_address_of_s_VertexHelper_20() { return &___s_VertexHelper_20; }
inline void set_s_VertexHelper_20(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * value)
{
___s_VertexHelper_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_VertexHelper_20), (void*)value);
}
};
// UnityEngine.UI.Mask
struct Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.RectTransform UnityEngine.UI.Mask::m_RectTransform
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_RectTransform_4;
// System.Boolean UnityEngine.UI.Mask::m_ShowMaskGraphic
bool ___m_ShowMaskGraphic_5;
// UnityEngine.UI.Graphic UnityEngine.UI.Mask::m_Graphic
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___m_Graphic_6;
// UnityEngine.Material UnityEngine.UI.Mask::m_MaskMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_MaskMaterial_7;
// UnityEngine.Material UnityEngine.UI.Mask::m_UnmaskMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_UnmaskMaterial_8;
public:
inline static int32_t get_offset_of_m_RectTransform_4() { return static_cast<int32_t>(offsetof(Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB, ___m_RectTransform_4)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_RectTransform_4() const { return ___m_RectTransform_4; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_RectTransform_4() { return &___m_RectTransform_4; }
inline void set_m_RectTransform_4(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_RectTransform_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_4), (void*)value);
}
inline static int32_t get_offset_of_m_ShowMaskGraphic_5() { return static_cast<int32_t>(offsetof(Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB, ___m_ShowMaskGraphic_5)); }
inline bool get_m_ShowMaskGraphic_5() const { return ___m_ShowMaskGraphic_5; }
inline bool* get_address_of_m_ShowMaskGraphic_5() { return &___m_ShowMaskGraphic_5; }
inline void set_m_ShowMaskGraphic_5(bool value)
{
___m_ShowMaskGraphic_5 = value;
}
inline static int32_t get_offset_of_m_Graphic_6() { return static_cast<int32_t>(offsetof(Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB, ___m_Graphic_6)); }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * get_m_Graphic_6() const { return ___m_Graphic_6; }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 ** get_address_of_m_Graphic_6() { return &___m_Graphic_6; }
inline void set_m_Graphic_6(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * value)
{
___m_Graphic_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Graphic_6), (void*)value);
}
inline static int32_t get_offset_of_m_MaskMaterial_7() { return static_cast<int32_t>(offsetof(Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB, ___m_MaskMaterial_7)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_MaskMaterial_7() const { return ___m_MaskMaterial_7; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_MaskMaterial_7() { return &___m_MaskMaterial_7; }
inline void set_m_MaskMaterial_7(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_MaskMaterial_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_7), (void*)value);
}
inline static int32_t get_offset_of_m_UnmaskMaterial_8() { return static_cast<int32_t>(offsetof(Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB, ___m_UnmaskMaterial_8)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_UnmaskMaterial_8() const { return ___m_UnmaskMaterial_8; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_UnmaskMaterial_8() { return &___m_UnmaskMaterial_8; }
inline void set_m_UnmaskMaterial_8(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_UnmaskMaterial_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_UnmaskMaterial_8), (void*)value);
}
};
// UnityEngine.UI.RectMask2D
struct RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.UI.RectangularVertexClipper UnityEngine.UI.RectMask2D::m_VertexClipper
RectangularVertexClipper_t6C47856C4F775A5799A49A100196C2BB14C5DD91 * ___m_VertexClipper_4;
// UnityEngine.RectTransform UnityEngine.UI.RectMask2D::m_RectTransform
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_RectTransform_5;
// System.Collections.Generic.HashSet`1<UnityEngine.UI.MaskableGraphic> UnityEngine.UI.RectMask2D::m_MaskableTargets
HashSet_1_tF035B0C2C7E1925B6966D73DB277DF70D4C48408 * ___m_MaskableTargets_6;
// System.Collections.Generic.HashSet`1<UnityEngine.UI.IClippable> UnityEngine.UI.RectMask2D::m_ClipTargets
HashSet_1_tAAE962DCA7E1BD56AD7B2C079CD4DBA3D0B231AD * ___m_ClipTargets_7;
// System.Boolean UnityEngine.UI.RectMask2D::m_ShouldRecalculateClipRects
bool ___m_ShouldRecalculateClipRects_8;
// System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D> UnityEngine.UI.RectMask2D::m_Clippers
List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 * ___m_Clippers_9;
// UnityEngine.Rect UnityEngine.UI.RectMask2D::m_LastClipRectCanvasSpace
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___m_LastClipRectCanvasSpace_10;
// System.Boolean UnityEngine.UI.RectMask2D::m_ForceClip
bool ___m_ForceClip_11;
// UnityEngine.Canvas UnityEngine.UI.RectMask2D::m_Canvas
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * ___m_Canvas_12;
// UnityEngine.Vector3[] UnityEngine.UI.RectMask2D::m_Corners
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___m_Corners_13;
public:
inline static int32_t get_offset_of_m_VertexClipper_4() { return static_cast<int32_t>(offsetof(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B, ___m_VertexClipper_4)); }
inline RectangularVertexClipper_t6C47856C4F775A5799A49A100196C2BB14C5DD91 * get_m_VertexClipper_4() const { return ___m_VertexClipper_4; }
inline RectangularVertexClipper_t6C47856C4F775A5799A49A100196C2BB14C5DD91 ** get_address_of_m_VertexClipper_4() { return &___m_VertexClipper_4; }
inline void set_m_VertexClipper_4(RectangularVertexClipper_t6C47856C4F775A5799A49A100196C2BB14C5DD91 * value)
{
___m_VertexClipper_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_VertexClipper_4), (void*)value);
}
inline static int32_t get_offset_of_m_RectTransform_5() { return static_cast<int32_t>(offsetof(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B, ___m_RectTransform_5)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_RectTransform_5() const { return ___m_RectTransform_5; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_RectTransform_5() { return &___m_RectTransform_5; }
inline void set_m_RectTransform_5(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_RectTransform_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_RectTransform_5), (void*)value);
}
inline static int32_t get_offset_of_m_MaskableTargets_6() { return static_cast<int32_t>(offsetof(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B, ___m_MaskableTargets_6)); }
inline HashSet_1_tF035B0C2C7E1925B6966D73DB277DF70D4C48408 * get_m_MaskableTargets_6() const { return ___m_MaskableTargets_6; }
inline HashSet_1_tF035B0C2C7E1925B6966D73DB277DF70D4C48408 ** get_address_of_m_MaskableTargets_6() { return &___m_MaskableTargets_6; }
inline void set_m_MaskableTargets_6(HashSet_1_tF035B0C2C7E1925B6966D73DB277DF70D4C48408 * value)
{
___m_MaskableTargets_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_MaskableTargets_6), (void*)value);
}
inline static int32_t get_offset_of_m_ClipTargets_7() { return static_cast<int32_t>(offsetof(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B, ___m_ClipTargets_7)); }
inline HashSet_1_tAAE962DCA7E1BD56AD7B2C079CD4DBA3D0B231AD * get_m_ClipTargets_7() const { return ___m_ClipTargets_7; }
inline HashSet_1_tAAE962DCA7E1BD56AD7B2C079CD4DBA3D0B231AD ** get_address_of_m_ClipTargets_7() { return &___m_ClipTargets_7; }
inline void set_m_ClipTargets_7(HashSet_1_tAAE962DCA7E1BD56AD7B2C079CD4DBA3D0B231AD * value)
{
___m_ClipTargets_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ClipTargets_7), (void*)value);
}
inline static int32_t get_offset_of_m_ShouldRecalculateClipRects_8() { return static_cast<int32_t>(offsetof(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B, ___m_ShouldRecalculateClipRects_8)); }
inline bool get_m_ShouldRecalculateClipRects_8() const { return ___m_ShouldRecalculateClipRects_8; }
inline bool* get_address_of_m_ShouldRecalculateClipRects_8() { return &___m_ShouldRecalculateClipRects_8; }
inline void set_m_ShouldRecalculateClipRects_8(bool value)
{
___m_ShouldRecalculateClipRects_8 = value;
}
inline static int32_t get_offset_of_m_Clippers_9() { return static_cast<int32_t>(offsetof(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B, ___m_Clippers_9)); }
inline List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 * get_m_Clippers_9() const { return ___m_Clippers_9; }
inline List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 ** get_address_of_m_Clippers_9() { return &___m_Clippers_9; }
inline void set_m_Clippers_9(List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 * value)
{
___m_Clippers_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Clippers_9), (void*)value);
}
inline static int32_t get_offset_of_m_LastClipRectCanvasSpace_10() { return static_cast<int32_t>(offsetof(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B, ___m_LastClipRectCanvasSpace_10)); }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_m_LastClipRectCanvasSpace_10() const { return ___m_LastClipRectCanvasSpace_10; }
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_m_LastClipRectCanvasSpace_10() { return &___m_LastClipRectCanvasSpace_10; }
inline void set_m_LastClipRectCanvasSpace_10(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
{
___m_LastClipRectCanvasSpace_10 = value;
}
inline static int32_t get_offset_of_m_ForceClip_11() { return static_cast<int32_t>(offsetof(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B, ___m_ForceClip_11)); }
inline bool get_m_ForceClip_11() const { return ___m_ForceClip_11; }
inline bool* get_address_of_m_ForceClip_11() { return &___m_ForceClip_11; }
inline void set_m_ForceClip_11(bool value)
{
___m_ForceClip_11 = value;
}
inline static int32_t get_offset_of_m_Canvas_12() { return static_cast<int32_t>(offsetof(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B, ___m_Canvas_12)); }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * get_m_Canvas_12() const { return ___m_Canvas_12; }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 ** get_address_of_m_Canvas_12() { return &___m_Canvas_12; }
inline void set_m_Canvas_12(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * value)
{
___m_Canvas_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_12), (void*)value);
}
inline static int32_t get_offset_of_m_Corners_13() { return static_cast<int32_t>(offsetof(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B, ___m_Corners_13)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_m_Corners_13() const { return ___m_Corners_13; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_m_Corners_13() { return &___m_Corners_13; }
inline void set_m_Corners_13(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
___m_Corners_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_13), (void*)value);
}
};
// UnityEngine.UI.ScrollRect
struct ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Content
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_Content_4;
// System.Boolean UnityEngine.UI.ScrollRect::m_Horizontal
bool ___m_Horizontal_5;
// System.Boolean UnityEngine.UI.ScrollRect::m_Vertical
bool ___m_Vertical_6;
// UnityEngine.UI.ScrollRect_MovementType UnityEngine.UI.ScrollRect::m_MovementType
int32_t ___m_MovementType_7;
// System.Single UnityEngine.UI.ScrollRect::m_Elasticity
float ___m_Elasticity_8;
// System.Boolean UnityEngine.UI.ScrollRect::m_Inertia
bool ___m_Inertia_9;
// System.Single UnityEngine.UI.ScrollRect::m_DecelerationRate
float ___m_DecelerationRate_10;
// System.Single UnityEngine.UI.ScrollRect::m_ScrollSensitivity
float ___m_ScrollSensitivity_11;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Viewport
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_Viewport_12;
// UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_HorizontalScrollbar
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * ___m_HorizontalScrollbar_13;
// UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_VerticalScrollbar
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * ___m_VerticalScrollbar_14;
// UnityEngine.UI.ScrollRect_ScrollbarVisibility UnityEngine.UI.ScrollRect::m_HorizontalScrollbarVisibility
int32_t ___m_HorizontalScrollbarVisibility_15;
// UnityEngine.UI.ScrollRect_ScrollbarVisibility UnityEngine.UI.ScrollRect::m_VerticalScrollbarVisibility
int32_t ___m_VerticalScrollbarVisibility_16;
// System.Single UnityEngine.UI.ScrollRect::m_HorizontalScrollbarSpacing
float ___m_HorizontalScrollbarSpacing_17;
// System.Single UnityEngine.UI.ScrollRect::m_VerticalScrollbarSpacing
float ___m_VerticalScrollbarSpacing_18;
// UnityEngine.UI.ScrollRect_ScrollRectEvent UnityEngine.UI.ScrollRect::m_OnValueChanged
ScrollRectEvent_t8995F69D65BA823FB862144B12E6D3504236FEEB * ___m_OnValueChanged_19;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PointerStartLocalCursor
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_PointerStartLocalCursor_20;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_ContentStartPosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_ContentStartPosition_21;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_ViewRect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_ViewRect_22;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ContentBounds
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___m_ContentBounds_23;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ViewBounds
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___m_ViewBounds_24;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_Velocity
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Velocity_25;
// System.Boolean UnityEngine.UI.ScrollRect::m_Dragging
bool ___m_Dragging_26;
// System.Boolean UnityEngine.UI.ScrollRect::m_Scrolling
bool ___m_Scrolling_27;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PrevPosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_PrevPosition_28;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevContentBounds
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___m_PrevContentBounds_29;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevViewBounds
Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 ___m_PrevViewBounds_30;
// System.Boolean UnityEngine.UI.ScrollRect::m_HasRebuiltLayout
bool ___m_HasRebuiltLayout_31;
// System.Boolean UnityEngine.UI.ScrollRect::m_HSliderExpand
bool ___m_HSliderExpand_32;
// System.Boolean UnityEngine.UI.ScrollRect::m_VSliderExpand
bool ___m_VSliderExpand_33;
// System.Single UnityEngine.UI.ScrollRect::m_HSliderHeight
float ___m_HSliderHeight_34;
// System.Single UnityEngine.UI.ScrollRect::m_VSliderWidth
float ___m_VSliderWidth_35;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Rect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_Rect_36;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_HorizontalScrollbarRect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_HorizontalScrollbarRect_37;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_VerticalScrollbarRect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_VerticalScrollbarRect_38;
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.ScrollRect::m_Tracker
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 ___m_Tracker_39;
// UnityEngine.Vector3[] UnityEngine.UI.ScrollRect::m_Corners
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___m_Corners_40;
public:
inline static int32_t get_offset_of_m_Content_4() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Content_4)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_Content_4() const { return ___m_Content_4; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_Content_4() { return &___m_Content_4; }
inline void set_m_Content_4(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_Content_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Content_4), (void*)value);
}
inline static int32_t get_offset_of_m_Horizontal_5() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Horizontal_5)); }
inline bool get_m_Horizontal_5() const { return ___m_Horizontal_5; }
inline bool* get_address_of_m_Horizontal_5() { return &___m_Horizontal_5; }
inline void set_m_Horizontal_5(bool value)
{
___m_Horizontal_5 = value;
}
inline static int32_t get_offset_of_m_Vertical_6() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Vertical_6)); }
inline bool get_m_Vertical_6() const { return ___m_Vertical_6; }
inline bool* get_address_of_m_Vertical_6() { return &___m_Vertical_6; }
inline void set_m_Vertical_6(bool value)
{
___m_Vertical_6 = value;
}
inline static int32_t get_offset_of_m_MovementType_7() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_MovementType_7)); }
inline int32_t get_m_MovementType_7() const { return ___m_MovementType_7; }
inline int32_t* get_address_of_m_MovementType_7() { return &___m_MovementType_7; }
inline void set_m_MovementType_7(int32_t value)
{
___m_MovementType_7 = value;
}
inline static int32_t get_offset_of_m_Elasticity_8() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Elasticity_8)); }
inline float get_m_Elasticity_8() const { return ___m_Elasticity_8; }
inline float* get_address_of_m_Elasticity_8() { return &___m_Elasticity_8; }
inline void set_m_Elasticity_8(float value)
{
___m_Elasticity_8 = value;
}
inline static int32_t get_offset_of_m_Inertia_9() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Inertia_9)); }
inline bool get_m_Inertia_9() const { return ___m_Inertia_9; }
inline bool* get_address_of_m_Inertia_9() { return &___m_Inertia_9; }
inline void set_m_Inertia_9(bool value)
{
___m_Inertia_9 = value;
}
inline static int32_t get_offset_of_m_DecelerationRate_10() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_DecelerationRate_10)); }
inline float get_m_DecelerationRate_10() const { return ___m_DecelerationRate_10; }
inline float* get_address_of_m_DecelerationRate_10() { return &___m_DecelerationRate_10; }
inline void set_m_DecelerationRate_10(float value)
{
___m_DecelerationRate_10 = value;
}
inline static int32_t get_offset_of_m_ScrollSensitivity_11() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_ScrollSensitivity_11)); }
inline float get_m_ScrollSensitivity_11() const { return ___m_ScrollSensitivity_11; }
inline float* get_address_of_m_ScrollSensitivity_11() { return &___m_ScrollSensitivity_11; }
inline void set_m_ScrollSensitivity_11(float value)
{
___m_ScrollSensitivity_11 = value;
}
inline static int32_t get_offset_of_m_Viewport_12() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Viewport_12)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_Viewport_12() const { return ___m_Viewport_12; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_Viewport_12() { return &___m_Viewport_12; }
inline void set_m_Viewport_12(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_Viewport_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Viewport_12), (void*)value);
}
inline static int32_t get_offset_of_m_HorizontalScrollbar_13() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_HorizontalScrollbar_13)); }
inline Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * get_m_HorizontalScrollbar_13() const { return ___m_HorizontalScrollbar_13; }
inline Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 ** get_address_of_m_HorizontalScrollbar_13() { return &___m_HorizontalScrollbar_13; }
inline void set_m_HorizontalScrollbar_13(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * value)
{
___m_HorizontalScrollbar_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_HorizontalScrollbar_13), (void*)value);
}
inline static int32_t get_offset_of_m_VerticalScrollbar_14() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_VerticalScrollbar_14)); }
inline Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * get_m_VerticalScrollbar_14() const { return ___m_VerticalScrollbar_14; }
inline Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 ** get_address_of_m_VerticalScrollbar_14() { return &___m_VerticalScrollbar_14; }
inline void set_m_VerticalScrollbar_14(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * value)
{
___m_VerticalScrollbar_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_VerticalScrollbar_14), (void*)value);
}
inline static int32_t get_offset_of_m_HorizontalScrollbarVisibility_15() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_HorizontalScrollbarVisibility_15)); }
inline int32_t get_m_HorizontalScrollbarVisibility_15() const { return ___m_HorizontalScrollbarVisibility_15; }
inline int32_t* get_address_of_m_HorizontalScrollbarVisibility_15() { return &___m_HorizontalScrollbarVisibility_15; }
inline void set_m_HorizontalScrollbarVisibility_15(int32_t value)
{
___m_HorizontalScrollbarVisibility_15 = value;
}
inline static int32_t get_offset_of_m_VerticalScrollbarVisibility_16() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_VerticalScrollbarVisibility_16)); }
inline int32_t get_m_VerticalScrollbarVisibility_16() const { return ___m_VerticalScrollbarVisibility_16; }
inline int32_t* get_address_of_m_VerticalScrollbarVisibility_16() { return &___m_VerticalScrollbarVisibility_16; }
inline void set_m_VerticalScrollbarVisibility_16(int32_t value)
{
___m_VerticalScrollbarVisibility_16 = value;
}
inline static int32_t get_offset_of_m_HorizontalScrollbarSpacing_17() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_HorizontalScrollbarSpacing_17)); }
inline float get_m_HorizontalScrollbarSpacing_17() const { return ___m_HorizontalScrollbarSpacing_17; }
inline float* get_address_of_m_HorizontalScrollbarSpacing_17() { return &___m_HorizontalScrollbarSpacing_17; }
inline void set_m_HorizontalScrollbarSpacing_17(float value)
{
___m_HorizontalScrollbarSpacing_17 = value;
}
inline static int32_t get_offset_of_m_VerticalScrollbarSpacing_18() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_VerticalScrollbarSpacing_18)); }
inline float get_m_VerticalScrollbarSpacing_18() const { return ___m_VerticalScrollbarSpacing_18; }
inline float* get_address_of_m_VerticalScrollbarSpacing_18() { return &___m_VerticalScrollbarSpacing_18; }
inline void set_m_VerticalScrollbarSpacing_18(float value)
{
___m_VerticalScrollbarSpacing_18 = value;
}
inline static int32_t get_offset_of_m_OnValueChanged_19() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_OnValueChanged_19)); }
inline ScrollRectEvent_t8995F69D65BA823FB862144B12E6D3504236FEEB * get_m_OnValueChanged_19() const { return ___m_OnValueChanged_19; }
inline ScrollRectEvent_t8995F69D65BA823FB862144B12E6D3504236FEEB ** get_address_of_m_OnValueChanged_19() { return &___m_OnValueChanged_19; }
inline void set_m_OnValueChanged_19(ScrollRectEvent_t8995F69D65BA823FB862144B12E6D3504236FEEB * value)
{
___m_OnValueChanged_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_19), (void*)value);
}
inline static int32_t get_offset_of_m_PointerStartLocalCursor_20() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_PointerStartLocalCursor_20)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_PointerStartLocalCursor_20() const { return ___m_PointerStartLocalCursor_20; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_PointerStartLocalCursor_20() { return &___m_PointerStartLocalCursor_20; }
inline void set_m_PointerStartLocalCursor_20(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_PointerStartLocalCursor_20 = value;
}
inline static int32_t get_offset_of_m_ContentStartPosition_21() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_ContentStartPosition_21)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_ContentStartPosition_21() const { return ___m_ContentStartPosition_21; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_ContentStartPosition_21() { return &___m_ContentStartPosition_21; }
inline void set_m_ContentStartPosition_21(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_ContentStartPosition_21 = value;
}
inline static int32_t get_offset_of_m_ViewRect_22() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_ViewRect_22)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_ViewRect_22() const { return ___m_ViewRect_22; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_ViewRect_22() { return &___m_ViewRect_22; }
inline void set_m_ViewRect_22(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_ViewRect_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ViewRect_22), (void*)value);
}
inline static int32_t get_offset_of_m_ContentBounds_23() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_ContentBounds_23)); }
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 get_m_ContentBounds_23() const { return ___m_ContentBounds_23; }
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * get_address_of_m_ContentBounds_23() { return &___m_ContentBounds_23; }
inline void set_m_ContentBounds_23(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 value)
{
___m_ContentBounds_23 = value;
}
inline static int32_t get_offset_of_m_ViewBounds_24() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_ViewBounds_24)); }
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 get_m_ViewBounds_24() const { return ___m_ViewBounds_24; }
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * get_address_of_m_ViewBounds_24() { return &___m_ViewBounds_24; }
inline void set_m_ViewBounds_24(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 value)
{
___m_ViewBounds_24 = value;
}
inline static int32_t get_offset_of_m_Velocity_25() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Velocity_25)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Velocity_25() const { return ___m_Velocity_25; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Velocity_25() { return &___m_Velocity_25; }
inline void set_m_Velocity_25(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Velocity_25 = value;
}
inline static int32_t get_offset_of_m_Dragging_26() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Dragging_26)); }
inline bool get_m_Dragging_26() const { return ___m_Dragging_26; }
inline bool* get_address_of_m_Dragging_26() { return &___m_Dragging_26; }
inline void set_m_Dragging_26(bool value)
{
___m_Dragging_26 = value;
}
inline static int32_t get_offset_of_m_Scrolling_27() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Scrolling_27)); }
inline bool get_m_Scrolling_27() const { return ___m_Scrolling_27; }
inline bool* get_address_of_m_Scrolling_27() { return &___m_Scrolling_27; }
inline void set_m_Scrolling_27(bool value)
{
___m_Scrolling_27 = value;
}
inline static int32_t get_offset_of_m_PrevPosition_28() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_PrevPosition_28)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_PrevPosition_28() const { return ___m_PrevPosition_28; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_PrevPosition_28() { return &___m_PrevPosition_28; }
inline void set_m_PrevPosition_28(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_PrevPosition_28 = value;
}
inline static int32_t get_offset_of_m_PrevContentBounds_29() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_PrevContentBounds_29)); }
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 get_m_PrevContentBounds_29() const { return ___m_PrevContentBounds_29; }
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * get_address_of_m_PrevContentBounds_29() { return &___m_PrevContentBounds_29; }
inline void set_m_PrevContentBounds_29(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 value)
{
___m_PrevContentBounds_29 = value;
}
inline static int32_t get_offset_of_m_PrevViewBounds_30() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_PrevViewBounds_30)); }
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 get_m_PrevViewBounds_30() const { return ___m_PrevViewBounds_30; }
inline Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 * get_address_of_m_PrevViewBounds_30() { return &___m_PrevViewBounds_30; }
inline void set_m_PrevViewBounds_30(Bounds_tA2716F5212749C61B0E7B7B77E0CD3D79B742890 value)
{
___m_PrevViewBounds_30 = value;
}
inline static int32_t get_offset_of_m_HasRebuiltLayout_31() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_HasRebuiltLayout_31)); }
inline bool get_m_HasRebuiltLayout_31() const { return ___m_HasRebuiltLayout_31; }
inline bool* get_address_of_m_HasRebuiltLayout_31() { return &___m_HasRebuiltLayout_31; }
inline void set_m_HasRebuiltLayout_31(bool value)
{
___m_HasRebuiltLayout_31 = value;
}
inline static int32_t get_offset_of_m_HSliderExpand_32() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_HSliderExpand_32)); }
inline bool get_m_HSliderExpand_32() const { return ___m_HSliderExpand_32; }
inline bool* get_address_of_m_HSliderExpand_32() { return &___m_HSliderExpand_32; }
inline void set_m_HSliderExpand_32(bool value)
{
___m_HSliderExpand_32 = value;
}
inline static int32_t get_offset_of_m_VSliderExpand_33() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_VSliderExpand_33)); }
inline bool get_m_VSliderExpand_33() const { return ___m_VSliderExpand_33; }
inline bool* get_address_of_m_VSliderExpand_33() { return &___m_VSliderExpand_33; }
inline void set_m_VSliderExpand_33(bool value)
{
___m_VSliderExpand_33 = value;
}
inline static int32_t get_offset_of_m_HSliderHeight_34() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_HSliderHeight_34)); }
inline float get_m_HSliderHeight_34() const { return ___m_HSliderHeight_34; }
inline float* get_address_of_m_HSliderHeight_34() { return &___m_HSliderHeight_34; }
inline void set_m_HSliderHeight_34(float value)
{
___m_HSliderHeight_34 = value;
}
inline static int32_t get_offset_of_m_VSliderWidth_35() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_VSliderWidth_35)); }
inline float get_m_VSliderWidth_35() const { return ___m_VSliderWidth_35; }
inline float* get_address_of_m_VSliderWidth_35() { return &___m_VSliderWidth_35; }
inline void set_m_VSliderWidth_35(float value)
{
___m_VSliderWidth_35 = value;
}
inline static int32_t get_offset_of_m_Rect_36() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Rect_36)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_Rect_36() const { return ___m_Rect_36; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_Rect_36() { return &___m_Rect_36; }
inline void set_m_Rect_36(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_Rect_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Rect_36), (void*)value);
}
inline static int32_t get_offset_of_m_HorizontalScrollbarRect_37() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_HorizontalScrollbarRect_37)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_HorizontalScrollbarRect_37() const { return ___m_HorizontalScrollbarRect_37; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_HorizontalScrollbarRect_37() { return &___m_HorizontalScrollbarRect_37; }
inline void set_m_HorizontalScrollbarRect_37(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_HorizontalScrollbarRect_37 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_HorizontalScrollbarRect_37), (void*)value);
}
inline static int32_t get_offset_of_m_VerticalScrollbarRect_38() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_VerticalScrollbarRect_38)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_VerticalScrollbarRect_38() const { return ___m_VerticalScrollbarRect_38; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_VerticalScrollbarRect_38() { return &___m_VerticalScrollbarRect_38; }
inline void set_m_VerticalScrollbarRect_38(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_VerticalScrollbarRect_38 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_VerticalScrollbarRect_38), (void*)value);
}
inline static int32_t get_offset_of_m_Tracker_39() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Tracker_39)); }
inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 get_m_Tracker_39() const { return ___m_Tracker_39; }
inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * get_address_of_m_Tracker_39() { return &___m_Tracker_39; }
inline void set_m_Tracker_39(DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 value)
{
___m_Tracker_39 = value;
}
inline static int32_t get_offset_of_m_Corners_40() { return static_cast<int32_t>(offsetof(ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51, ___m_Corners_40)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_m_Corners_40() const { return ___m_Corners_40; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_m_Corners_40() { return &___m_Corners_40; }
inline void set_m_Corners_40(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
___m_Corners_40 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_40), (void*)value);
}
};
// UnityEngine.UI.Selectable
struct Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A : public UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70
{
public:
// UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation
Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 ___m_Navigation_6;
// UnityEngine.UI.Selectable_Transition UnityEngine.UI.Selectable::m_Transition
int32_t ___m_Transition_7;
// UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ___m_Colors_8;
// UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState
SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A ___m_SpriteState_9;
// UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers
AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * ___m_AnimationTriggers_10;
// System.Boolean UnityEngine.UI.Selectable::m_Interactable
bool ___m_Interactable_11;
// UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___m_TargetGraphic_12;
// System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction
bool ___m_GroupsAllowInteraction_13;
// System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex
int32_t ___m_CurrentIndex_14;
// System.Boolean UnityEngine.UI.Selectable::<isPointerInside>k__BackingField
bool ___U3CisPointerInsideU3Ek__BackingField_15;
// System.Boolean UnityEngine.UI.Selectable::<isPointerDown>k__BackingField
bool ___U3CisPointerDownU3Ek__BackingField_16;
// System.Boolean UnityEngine.UI.Selectable::<hasSelection>k__BackingField
bool ___U3ChasSelectionU3Ek__BackingField_17;
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup> UnityEngine.UI.Selectable::m_CanvasGroupCache
List_1_tE7746C234F913BA0579DAC892E7288A1C7664A0A * ___m_CanvasGroupCache_18;
public:
inline static int32_t get_offset_of_m_Navigation_6() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Navigation_6)); }
inline Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 get_m_Navigation_6() const { return ___m_Navigation_6; }
inline Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * get_address_of_m_Navigation_6() { return &___m_Navigation_6; }
inline void set_m_Navigation_6(Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 value)
{
___m_Navigation_6 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_6))->___m_SelectOnUp_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_6))->___m_SelectOnDown_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_6))->___m_SelectOnLeft_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_Navigation_6))->___m_SelectOnRight_4), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_m_Transition_7() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Transition_7)); }
inline int32_t get_m_Transition_7() const { return ___m_Transition_7; }
inline int32_t* get_address_of_m_Transition_7() { return &___m_Transition_7; }
inline void set_m_Transition_7(int32_t value)
{
___m_Transition_7 = value;
}
inline static int32_t get_offset_of_m_Colors_8() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Colors_8)); }
inline ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA get_m_Colors_8() const { return ___m_Colors_8; }
inline ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * get_address_of_m_Colors_8() { return &___m_Colors_8; }
inline void set_m_Colors_8(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA value)
{
___m_Colors_8 = value;
}
inline static int32_t get_offset_of_m_SpriteState_9() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_SpriteState_9)); }
inline SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A get_m_SpriteState_9() const { return ___m_SpriteState_9; }
inline SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A * get_address_of_m_SpriteState_9() { return &___m_SpriteState_9; }
inline void set_m_SpriteState_9(SpriteState_t58B9DD66A79CD69AB4CFC3AD0C41E45DC2192C0A value)
{
___m_SpriteState_9 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_9))->___m_HighlightedSprite_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_9))->___m_PressedSprite_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_9))->___m_SelectedSprite_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___m_SpriteState_9))->___m_DisabledSprite_3), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_m_AnimationTriggers_10() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_AnimationTriggers_10)); }
inline AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * get_m_AnimationTriggers_10() const { return ___m_AnimationTriggers_10; }
inline AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 ** get_address_of_m_AnimationTriggers_10() { return &___m_AnimationTriggers_10; }
inline void set_m_AnimationTriggers_10(AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * value)
{
___m_AnimationTriggers_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_AnimationTriggers_10), (void*)value);
}
inline static int32_t get_offset_of_m_Interactable_11() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_Interactable_11)); }
inline bool get_m_Interactable_11() const { return ___m_Interactable_11; }
inline bool* get_address_of_m_Interactable_11() { return &___m_Interactable_11; }
inline void set_m_Interactable_11(bool value)
{
___m_Interactable_11 = value;
}
inline static int32_t get_offset_of_m_TargetGraphic_12() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_TargetGraphic_12)); }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * get_m_TargetGraphic_12() const { return ___m_TargetGraphic_12; }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 ** get_address_of_m_TargetGraphic_12() { return &___m_TargetGraphic_12; }
inline void set_m_TargetGraphic_12(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * value)
{
___m_TargetGraphic_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_TargetGraphic_12), (void*)value);
}
inline static int32_t get_offset_of_m_GroupsAllowInteraction_13() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_GroupsAllowInteraction_13)); }
inline bool get_m_GroupsAllowInteraction_13() const { return ___m_GroupsAllowInteraction_13; }
inline bool* get_address_of_m_GroupsAllowInteraction_13() { return &___m_GroupsAllowInteraction_13; }
inline void set_m_GroupsAllowInteraction_13(bool value)
{
___m_GroupsAllowInteraction_13 = value;
}
inline static int32_t get_offset_of_m_CurrentIndex_14() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_CurrentIndex_14)); }
inline int32_t get_m_CurrentIndex_14() const { return ___m_CurrentIndex_14; }
inline int32_t* get_address_of_m_CurrentIndex_14() { return &___m_CurrentIndex_14; }
inline void set_m_CurrentIndex_14(int32_t value)
{
___m_CurrentIndex_14 = value;
}
inline static int32_t get_offset_of_U3CisPointerInsideU3Ek__BackingField_15() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___U3CisPointerInsideU3Ek__BackingField_15)); }
inline bool get_U3CisPointerInsideU3Ek__BackingField_15() const { return ___U3CisPointerInsideU3Ek__BackingField_15; }
inline bool* get_address_of_U3CisPointerInsideU3Ek__BackingField_15() { return &___U3CisPointerInsideU3Ek__BackingField_15; }
inline void set_U3CisPointerInsideU3Ek__BackingField_15(bool value)
{
___U3CisPointerInsideU3Ek__BackingField_15 = value;
}
inline static int32_t get_offset_of_U3CisPointerDownU3Ek__BackingField_16() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___U3CisPointerDownU3Ek__BackingField_16)); }
inline bool get_U3CisPointerDownU3Ek__BackingField_16() const { return ___U3CisPointerDownU3Ek__BackingField_16; }
inline bool* get_address_of_U3CisPointerDownU3Ek__BackingField_16() { return &___U3CisPointerDownU3Ek__BackingField_16; }
inline void set_U3CisPointerDownU3Ek__BackingField_16(bool value)
{
___U3CisPointerDownU3Ek__BackingField_16 = value;
}
inline static int32_t get_offset_of_U3ChasSelectionU3Ek__BackingField_17() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___U3ChasSelectionU3Ek__BackingField_17)); }
inline bool get_U3ChasSelectionU3Ek__BackingField_17() const { return ___U3ChasSelectionU3Ek__BackingField_17; }
inline bool* get_address_of_U3ChasSelectionU3Ek__BackingField_17() { return &___U3ChasSelectionU3Ek__BackingField_17; }
inline void set_U3ChasSelectionU3Ek__BackingField_17(bool value)
{
___U3ChasSelectionU3Ek__BackingField_17 = value;
}
inline static int32_t get_offset_of_m_CanvasGroupCache_18() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A, ___m_CanvasGroupCache_18)); }
inline List_1_tE7746C234F913BA0579DAC892E7288A1C7664A0A * get_m_CanvasGroupCache_18() const { return ___m_CanvasGroupCache_18; }
inline List_1_tE7746C234F913BA0579DAC892E7288A1C7664A0A ** get_address_of_m_CanvasGroupCache_18() { return &___m_CanvasGroupCache_18; }
inline void set_m_CanvasGroupCache_18(List_1_tE7746C234F913BA0579DAC892E7288A1C7664A0A * value)
{
___m_CanvasGroupCache_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CanvasGroupCache_18), (void*)value);
}
};
struct Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A_StaticFields
{
public:
// UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables
SelectableU5BU5D_t98F7C5A863B20CD5DBE49CE288038BA954C83F02* ___s_Selectables_4;
// System.Int32 UnityEngine.UI.Selectable::s_SelectableCount
int32_t ___s_SelectableCount_5;
public:
inline static int32_t get_offset_of_s_Selectables_4() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A_StaticFields, ___s_Selectables_4)); }
inline SelectableU5BU5D_t98F7C5A863B20CD5DBE49CE288038BA954C83F02* get_s_Selectables_4() const { return ___s_Selectables_4; }
inline SelectableU5BU5D_t98F7C5A863B20CD5DBE49CE288038BA954C83F02** get_address_of_s_Selectables_4() { return &___s_Selectables_4; }
inline void set_s_Selectables_4(SelectableU5BU5D_t98F7C5A863B20CD5DBE49CE288038BA954C83F02* value)
{
___s_Selectables_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Selectables_4), (void*)value);
}
inline static int32_t get_offset_of_s_SelectableCount_5() { return static_cast<int32_t>(offsetof(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A_StaticFields, ___s_SelectableCount_5)); }
inline int32_t get_s_SelectableCount_5() const { return ___s_SelectableCount_5; }
inline int32_t* get_address_of_s_SelectableCount_5() { return &___s_SelectableCount_5; }
inline void set_s_SelectableCount_5(int32_t value)
{
___s_SelectableCount_5 = value;
}
};
// UnityEngine.EventSystems.PhysicsRaycaster
struct PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C : public BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966
{
public:
// UnityEngine.Camera UnityEngine.EventSystems.PhysicsRaycaster::m_EventCamera
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * ___m_EventCamera_6;
// UnityEngine.LayerMask UnityEngine.EventSystems.PhysicsRaycaster::m_EventMask
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ___m_EventMask_7;
// System.Int32 UnityEngine.EventSystems.PhysicsRaycaster::m_MaxRayIntersections
int32_t ___m_MaxRayIntersections_8;
// System.Int32 UnityEngine.EventSystems.PhysicsRaycaster::m_LastMaxRayIntersections
int32_t ___m_LastMaxRayIntersections_9;
// UnityEngine.RaycastHit[] UnityEngine.EventSystems.PhysicsRaycaster::m_Hits
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* ___m_Hits_10;
public:
inline static int32_t get_offset_of_m_EventCamera_6() { return static_cast<int32_t>(offsetof(PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C, ___m_EventCamera_6)); }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * get_m_EventCamera_6() const { return ___m_EventCamera_6; }
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 ** get_address_of_m_EventCamera_6() { return &___m_EventCamera_6; }
inline void set_m_EventCamera_6(Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * value)
{
___m_EventCamera_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_EventCamera_6), (void*)value);
}
inline static int32_t get_offset_of_m_EventMask_7() { return static_cast<int32_t>(offsetof(PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C, ___m_EventMask_7)); }
inline LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 get_m_EventMask_7() const { return ___m_EventMask_7; }
inline LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 * get_address_of_m_EventMask_7() { return &___m_EventMask_7; }
inline void set_m_EventMask_7(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 value)
{
___m_EventMask_7 = value;
}
inline static int32_t get_offset_of_m_MaxRayIntersections_8() { return static_cast<int32_t>(offsetof(PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C, ___m_MaxRayIntersections_8)); }
inline int32_t get_m_MaxRayIntersections_8() const { return ___m_MaxRayIntersections_8; }
inline int32_t* get_address_of_m_MaxRayIntersections_8() { return &___m_MaxRayIntersections_8; }
inline void set_m_MaxRayIntersections_8(int32_t value)
{
___m_MaxRayIntersections_8 = value;
}
inline static int32_t get_offset_of_m_LastMaxRayIntersections_9() { return static_cast<int32_t>(offsetof(PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C, ___m_LastMaxRayIntersections_9)); }
inline int32_t get_m_LastMaxRayIntersections_9() const { return ___m_LastMaxRayIntersections_9; }
inline int32_t* get_address_of_m_LastMaxRayIntersections_9() { return &___m_LastMaxRayIntersections_9; }
inline void set_m_LastMaxRayIntersections_9(int32_t value)
{
___m_LastMaxRayIntersections_9 = value;
}
inline static int32_t get_offset_of_m_Hits_10() { return static_cast<int32_t>(offsetof(PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C, ___m_Hits_10)); }
inline RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* get_m_Hits_10() const { return ___m_Hits_10; }
inline RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57** get_address_of_m_Hits_10() { return &___m_Hits_10; }
inline void set_m_Hits_10(RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* value)
{
___m_Hits_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Hits_10), (void*)value);
}
};
// UnityEngine.EventSystems.PointerInputModule
struct PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C : public BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939
{
public:
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData> UnityEngine.EventSystems.PointerInputModule::m_PointerData
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * ___m_PointerData_14;
// UnityEngine.EventSystems.PointerInputModule_MouseState UnityEngine.EventSystems.PointerInputModule::m_MouseState
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * ___m_MouseState_15;
public:
inline static int32_t get_offset_of_m_PointerData_14() { return static_cast<int32_t>(offsetof(PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C, ___m_PointerData_14)); }
inline Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * get_m_PointerData_14() const { return ___m_PointerData_14; }
inline Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA ** get_address_of_m_PointerData_14() { return &___m_PointerData_14; }
inline void set_m_PointerData_14(Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * value)
{
___m_PointerData_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PointerData_14), (void*)value);
}
inline static int32_t get_offset_of_m_MouseState_15() { return static_cast<int32_t>(offsetof(PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C, ___m_MouseState_15)); }
inline MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * get_m_MouseState_15() const { return ___m_MouseState_15; }
inline MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 ** get_address_of_m_MouseState_15() { return &___m_MouseState_15; }
inline void set_m_MouseState_15(MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * value)
{
___m_MouseState_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_MouseState_15), (void*)value);
}
};
// UnityEngine.UI.Button
struct Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B : public Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A
{
public:
// UnityEngine.UI.Button_ButtonClickedEvent UnityEngine.UI.Button::m_OnClick
ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * ___m_OnClick_19;
public:
inline static int32_t get_offset_of_m_OnClick_19() { return static_cast<int32_t>(offsetof(Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B, ___m_OnClick_19)); }
inline ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * get_m_OnClick_19() const { return ___m_OnClick_19; }
inline ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB ** get_address_of_m_OnClick_19() { return &___m_OnClick_19; }
inline void set_m_OnClick_19(ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * value)
{
___m_OnClick_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnClick_19), (void*)value);
}
};
// UnityEngine.UI.Dropdown
struct Dropdown_tF6331401084B1213CAB10587A6EC81461501930F : public Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A
{
public:
// UnityEngine.RectTransform UnityEngine.UI.Dropdown::m_Template
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_Template_19;
// UnityEngine.UI.Text UnityEngine.UI.Dropdown::m_CaptionText
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___m_CaptionText_20;
// UnityEngine.UI.Image UnityEngine.UI.Dropdown::m_CaptionImage
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___m_CaptionImage_21;
// UnityEngine.UI.Text UnityEngine.UI.Dropdown::m_ItemText
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___m_ItemText_22;
// UnityEngine.UI.Image UnityEngine.UI.Dropdown::m_ItemImage
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___m_ItemImage_23;
// System.Int32 UnityEngine.UI.Dropdown::m_Value
int32_t ___m_Value_24;
// UnityEngine.UI.Dropdown_OptionDataList UnityEngine.UI.Dropdown::m_Options
OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D * ___m_Options_25;
// UnityEngine.UI.Dropdown_DropdownEvent UnityEngine.UI.Dropdown::m_OnValueChanged
DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 * ___m_OnValueChanged_26;
// System.Single UnityEngine.UI.Dropdown::m_AlphaFadeSpeed
float ___m_AlphaFadeSpeed_27;
// UnityEngine.GameObject UnityEngine.UI.Dropdown::m_Dropdown
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_Dropdown_28;
// UnityEngine.GameObject UnityEngine.UI.Dropdown::m_Blocker
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_Blocker_29;
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown_DropdownItem> UnityEngine.UI.Dropdown::m_Items
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * ___m_Items_30;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween> UnityEngine.UI.Dropdown::m_AlphaTweenRunner
TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * ___m_AlphaTweenRunner_31;
// System.Boolean UnityEngine.UI.Dropdown::validTemplate
bool ___validTemplate_32;
public:
inline static int32_t get_offset_of_m_Template_19() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_Template_19)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_Template_19() const { return ___m_Template_19; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_Template_19() { return &___m_Template_19; }
inline void set_m_Template_19(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_Template_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Template_19), (void*)value);
}
inline static int32_t get_offset_of_m_CaptionText_20() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_CaptionText_20)); }
inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_m_CaptionText_20() const { return ___m_CaptionText_20; }
inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_m_CaptionText_20() { return &___m_CaptionText_20; }
inline void set_m_CaptionText_20(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value)
{
___m_CaptionText_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CaptionText_20), (void*)value);
}
inline static int32_t get_offset_of_m_CaptionImage_21() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_CaptionImage_21)); }
inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_m_CaptionImage_21() const { return ___m_CaptionImage_21; }
inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_m_CaptionImage_21() { return &___m_CaptionImage_21; }
inline void set_m_CaptionImage_21(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value)
{
___m_CaptionImage_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CaptionImage_21), (void*)value);
}
inline static int32_t get_offset_of_m_ItemText_22() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_ItemText_22)); }
inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_m_ItemText_22() const { return ___m_ItemText_22; }
inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_m_ItemText_22() { return &___m_ItemText_22; }
inline void set_m_ItemText_22(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value)
{
___m_ItemText_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ItemText_22), (void*)value);
}
inline static int32_t get_offset_of_m_ItemImage_23() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_ItemImage_23)); }
inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_m_ItemImage_23() const { return ___m_ItemImage_23; }
inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_m_ItemImage_23() { return &___m_ItemImage_23; }
inline void set_m_ItemImage_23(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value)
{
___m_ItemImage_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ItemImage_23), (void*)value);
}
inline static int32_t get_offset_of_m_Value_24() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_Value_24)); }
inline int32_t get_m_Value_24() const { return ___m_Value_24; }
inline int32_t* get_address_of_m_Value_24() { return &___m_Value_24; }
inline void set_m_Value_24(int32_t value)
{
___m_Value_24 = value;
}
inline static int32_t get_offset_of_m_Options_25() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_Options_25)); }
inline OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D * get_m_Options_25() const { return ___m_Options_25; }
inline OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D ** get_address_of_m_Options_25() { return &___m_Options_25; }
inline void set_m_Options_25(OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D * value)
{
___m_Options_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Options_25), (void*)value);
}
inline static int32_t get_offset_of_m_OnValueChanged_26() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_OnValueChanged_26)); }
inline DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 * get_m_OnValueChanged_26() const { return ___m_OnValueChanged_26; }
inline DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 ** get_address_of_m_OnValueChanged_26() { return &___m_OnValueChanged_26; }
inline void set_m_OnValueChanged_26(DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 * value)
{
___m_OnValueChanged_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_26), (void*)value);
}
inline static int32_t get_offset_of_m_AlphaFadeSpeed_27() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_AlphaFadeSpeed_27)); }
inline float get_m_AlphaFadeSpeed_27() const { return ___m_AlphaFadeSpeed_27; }
inline float* get_address_of_m_AlphaFadeSpeed_27() { return &___m_AlphaFadeSpeed_27; }
inline void set_m_AlphaFadeSpeed_27(float value)
{
___m_AlphaFadeSpeed_27 = value;
}
inline static int32_t get_offset_of_m_Dropdown_28() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_Dropdown_28)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_Dropdown_28() const { return ___m_Dropdown_28; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_Dropdown_28() { return &___m_Dropdown_28; }
inline void set_m_Dropdown_28(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___m_Dropdown_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Dropdown_28), (void*)value);
}
inline static int32_t get_offset_of_m_Blocker_29() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_Blocker_29)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_Blocker_29() const { return ___m_Blocker_29; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_Blocker_29() { return &___m_Blocker_29; }
inline void set_m_Blocker_29(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___m_Blocker_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Blocker_29), (void*)value);
}
inline static int32_t get_offset_of_m_Items_30() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_Items_30)); }
inline List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * get_m_Items_30() const { return ___m_Items_30; }
inline List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E ** get_address_of_m_Items_30() { return &___m_Items_30; }
inline void set_m_Items_30(List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * value)
{
___m_Items_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Items_30), (void*)value);
}
inline static int32_t get_offset_of_m_AlphaTweenRunner_31() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___m_AlphaTweenRunner_31)); }
inline TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * get_m_AlphaTweenRunner_31() const { return ___m_AlphaTweenRunner_31; }
inline TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF ** get_address_of_m_AlphaTweenRunner_31() { return &___m_AlphaTweenRunner_31; }
inline void set_m_AlphaTweenRunner_31(TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * value)
{
___m_AlphaTweenRunner_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_AlphaTweenRunner_31), (void*)value);
}
inline static int32_t get_offset_of_validTemplate_32() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F, ___validTemplate_32)); }
inline bool get_validTemplate_32() const { return ___validTemplate_32; }
inline bool* get_address_of_validTemplate_32() { return &___validTemplate_32; }
inline void set_validTemplate_32(bool value)
{
___validTemplate_32 = value;
}
};
struct Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_StaticFields
{
public:
// UnityEngine.UI.Dropdown_OptionData UnityEngine.UI.Dropdown::s_NoOptionData
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * ___s_NoOptionData_33;
public:
inline static int32_t get_offset_of_s_NoOptionData_33() { return static_cast<int32_t>(offsetof(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_StaticFields, ___s_NoOptionData_33)); }
inline OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * get_s_NoOptionData_33() const { return ___s_NoOptionData_33; }
inline OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 ** get_address_of_s_NoOptionData_33() { return &___s_NoOptionData_33; }
inline void set_s_NoOptionData_33(OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * value)
{
___s_NoOptionData_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_NoOptionData_33), (void*)value);
}
};
// UnityEngine.UI.GraphicRaycaster
struct GraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83 : public BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966
{
public:
// System.Boolean UnityEngine.UI.GraphicRaycaster::m_IgnoreReversedGraphics
bool ___m_IgnoreReversedGraphics_6;
// UnityEngine.UI.GraphicRaycaster_BlockingObjects UnityEngine.UI.GraphicRaycaster::m_BlockingObjects
int32_t ___m_BlockingObjects_7;
// UnityEngine.LayerMask UnityEngine.UI.GraphicRaycaster::m_BlockingMask
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ___m_BlockingMask_8;
// UnityEngine.Canvas UnityEngine.UI.GraphicRaycaster::m_Canvas
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * ___m_Canvas_9;
// System.Collections.Generic.List`1<UnityEngine.UI.Graphic> UnityEngine.UI.GraphicRaycaster::m_RaycastResults
List_1_t71C7E742F3D85A70FD100E1F06C226C3A36C5FD5 * ___m_RaycastResults_10;
public:
inline static int32_t get_offset_of_m_IgnoreReversedGraphics_6() { return static_cast<int32_t>(offsetof(GraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83, ___m_IgnoreReversedGraphics_6)); }
inline bool get_m_IgnoreReversedGraphics_6() const { return ___m_IgnoreReversedGraphics_6; }
inline bool* get_address_of_m_IgnoreReversedGraphics_6() { return &___m_IgnoreReversedGraphics_6; }
inline void set_m_IgnoreReversedGraphics_6(bool value)
{
___m_IgnoreReversedGraphics_6 = value;
}
inline static int32_t get_offset_of_m_BlockingObjects_7() { return static_cast<int32_t>(offsetof(GraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83, ___m_BlockingObjects_7)); }
inline int32_t get_m_BlockingObjects_7() const { return ___m_BlockingObjects_7; }
inline int32_t* get_address_of_m_BlockingObjects_7() { return &___m_BlockingObjects_7; }
inline void set_m_BlockingObjects_7(int32_t value)
{
___m_BlockingObjects_7 = value;
}
inline static int32_t get_offset_of_m_BlockingMask_8() { return static_cast<int32_t>(offsetof(GraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83, ___m_BlockingMask_8)); }
inline LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 get_m_BlockingMask_8() const { return ___m_BlockingMask_8; }
inline LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 * get_address_of_m_BlockingMask_8() { return &___m_BlockingMask_8; }
inline void set_m_BlockingMask_8(LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 value)
{
___m_BlockingMask_8 = value;
}
inline static int32_t get_offset_of_m_Canvas_9() { return static_cast<int32_t>(offsetof(GraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83, ___m_Canvas_9)); }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * get_m_Canvas_9() const { return ___m_Canvas_9; }
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 ** get_address_of_m_Canvas_9() { return &___m_Canvas_9; }
inline void set_m_Canvas_9(Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * value)
{
___m_Canvas_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Canvas_9), (void*)value);
}
inline static int32_t get_offset_of_m_RaycastResults_10() { return static_cast<int32_t>(offsetof(GraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83, ___m_RaycastResults_10)); }
inline List_1_t71C7E742F3D85A70FD100E1F06C226C3A36C5FD5 * get_m_RaycastResults_10() const { return ___m_RaycastResults_10; }
inline List_1_t71C7E742F3D85A70FD100E1F06C226C3A36C5FD5 ** get_address_of_m_RaycastResults_10() { return &___m_RaycastResults_10; }
inline void set_m_RaycastResults_10(List_1_t71C7E742F3D85A70FD100E1F06C226C3A36C5FD5 * value)
{
___m_RaycastResults_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_RaycastResults_10), (void*)value);
}
};
struct GraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83_StaticFields
{
public:
// System.Collections.Generic.List`1<UnityEngine.UI.Graphic> UnityEngine.UI.GraphicRaycaster::s_SortedGraphics
List_1_t71C7E742F3D85A70FD100E1F06C226C3A36C5FD5 * ___s_SortedGraphics_11;
public:
inline static int32_t get_offset_of_s_SortedGraphics_11() { return static_cast<int32_t>(offsetof(GraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83_StaticFields, ___s_SortedGraphics_11)); }
inline List_1_t71C7E742F3D85A70FD100E1F06C226C3A36C5FD5 * get_s_SortedGraphics_11() const { return ___s_SortedGraphics_11; }
inline List_1_t71C7E742F3D85A70FD100E1F06C226C3A36C5FD5 ** get_address_of_s_SortedGraphics_11() { return &___s_SortedGraphics_11; }
inline void set_s_SortedGraphics_11(List_1_t71C7E742F3D85A70FD100E1F06C226C3A36C5FD5 * value)
{
___s_SortedGraphics_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_SortedGraphics_11), (void*)value);
}
};
// UnityEngine.UI.InputField
struct InputField_t533609195B110760BCFF00B746C87D81969CB005 : public Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A
{
public:
// UnityEngine.TouchScreenKeyboard UnityEngine.UI.InputField::m_Keyboard
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * ___m_Keyboard_19;
// UnityEngine.UI.Text UnityEngine.UI.InputField::m_TextComponent
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___m_TextComponent_21;
// UnityEngine.UI.Graphic UnityEngine.UI.InputField::m_Placeholder
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___m_Placeholder_22;
// UnityEngine.UI.InputField_ContentType UnityEngine.UI.InputField::m_ContentType
int32_t ___m_ContentType_23;
// UnityEngine.UI.InputField_InputType UnityEngine.UI.InputField::m_InputType
int32_t ___m_InputType_24;
// System.Char UnityEngine.UI.InputField::m_AsteriskChar
Il2CppChar ___m_AsteriskChar_25;
// UnityEngine.TouchScreenKeyboardType UnityEngine.UI.InputField::m_KeyboardType
int32_t ___m_KeyboardType_26;
// UnityEngine.UI.InputField_LineType UnityEngine.UI.InputField::m_LineType
int32_t ___m_LineType_27;
// System.Boolean UnityEngine.UI.InputField::m_HideMobileInput
bool ___m_HideMobileInput_28;
// UnityEngine.UI.InputField_CharacterValidation UnityEngine.UI.InputField::m_CharacterValidation
int32_t ___m_CharacterValidation_29;
// System.Int32 UnityEngine.UI.InputField::m_CharacterLimit
int32_t ___m_CharacterLimit_30;
// UnityEngine.UI.InputField_SubmitEvent UnityEngine.UI.InputField::m_OnEndEdit
SubmitEvent_tE1EC12ACD7DE7D57B9ECBBACA05493E226E53E4A * ___m_OnEndEdit_31;
// UnityEngine.UI.InputField_OnChangeEvent UnityEngine.UI.InputField::m_OnValueChanged
OnChangeEvent_t6C3C7DD6AEA262BB97AD53B0E669EC7EC19BCC1A * ___m_OnValueChanged_32;
// UnityEngine.UI.InputField_OnValidateInput UnityEngine.UI.InputField::m_OnValidateInput
OnValidateInput_t3E857B491A319A5B22F6AD3D02CFD22C1BBFD8D0 * ___m_OnValidateInput_33;
// UnityEngine.Color UnityEngine.UI.InputField::m_CaretColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_CaretColor_34;
// System.Boolean UnityEngine.UI.InputField::m_CustomCaretColor
bool ___m_CustomCaretColor_35;
// UnityEngine.Color UnityEngine.UI.InputField::m_SelectionColor
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_SelectionColor_36;
// System.String UnityEngine.UI.InputField::m_Text
String_t* ___m_Text_37;
// System.Single UnityEngine.UI.InputField::m_CaretBlinkRate
float ___m_CaretBlinkRate_38;
// System.Int32 UnityEngine.UI.InputField::m_CaretWidth
int32_t ___m_CaretWidth_39;
// System.Boolean UnityEngine.UI.InputField::m_ReadOnly
bool ___m_ReadOnly_40;
// System.Int32 UnityEngine.UI.InputField::m_CaretPosition
int32_t ___m_CaretPosition_41;
// System.Int32 UnityEngine.UI.InputField::m_CaretSelectPosition
int32_t ___m_CaretSelectPosition_42;
// UnityEngine.RectTransform UnityEngine.UI.InputField::caretRectTrans
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___caretRectTrans_43;
// UnityEngine.UIVertex[] UnityEngine.UI.InputField::m_CursorVerts
UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* ___m_CursorVerts_44;
// UnityEngine.TextGenerator UnityEngine.UI.InputField::m_InputTextCache
TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * ___m_InputTextCache_45;
// UnityEngine.CanvasRenderer UnityEngine.UI.InputField::m_CachedInputRenderer
CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * ___m_CachedInputRenderer_46;
// System.Boolean UnityEngine.UI.InputField::m_PreventFontCallback
bool ___m_PreventFontCallback_47;
// UnityEngine.Mesh UnityEngine.UI.InputField::m_Mesh
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___m_Mesh_48;
// System.Boolean UnityEngine.UI.InputField::m_AllowInput
bool ___m_AllowInput_49;
// System.Boolean UnityEngine.UI.InputField::m_ShouldActivateNextUpdate
bool ___m_ShouldActivateNextUpdate_50;
// System.Boolean UnityEngine.UI.InputField::m_UpdateDrag
bool ___m_UpdateDrag_51;
// System.Boolean UnityEngine.UI.InputField::m_DragPositionOutOfBounds
bool ___m_DragPositionOutOfBounds_52;
// System.Boolean UnityEngine.UI.InputField::m_CaretVisible
bool ___m_CaretVisible_55;
// UnityEngine.Coroutine UnityEngine.UI.InputField::m_BlinkCoroutine
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * ___m_BlinkCoroutine_56;
// System.Single UnityEngine.UI.InputField::m_BlinkStartTime
float ___m_BlinkStartTime_57;
// System.Int32 UnityEngine.UI.InputField::m_DrawStart
int32_t ___m_DrawStart_58;
// System.Int32 UnityEngine.UI.InputField::m_DrawEnd
int32_t ___m_DrawEnd_59;
// UnityEngine.Coroutine UnityEngine.UI.InputField::m_DragCoroutine
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * ___m_DragCoroutine_60;
// System.String UnityEngine.UI.InputField::m_OriginalText
String_t* ___m_OriginalText_61;
// System.Boolean UnityEngine.UI.InputField::m_WasCanceled
bool ___m_WasCanceled_62;
// System.Boolean UnityEngine.UI.InputField::m_HasDoneFocusTransition
bool ___m_HasDoneFocusTransition_63;
// UnityEngine.WaitForSecondsRealtime UnityEngine.UI.InputField::m_WaitForSecondsRealtime
WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739 * ___m_WaitForSecondsRealtime_64;
// System.Boolean UnityEngine.UI.InputField::m_TouchKeyboardAllowsInPlaceEditing
bool ___m_TouchKeyboardAllowsInPlaceEditing_65;
// UnityEngine.Event UnityEngine.UI.InputField::m_ProcessingEvent
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___m_ProcessingEvent_67;
public:
inline static int32_t get_offset_of_m_Keyboard_19() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_Keyboard_19)); }
inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * get_m_Keyboard_19() const { return ___m_Keyboard_19; }
inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 ** get_address_of_m_Keyboard_19() { return &___m_Keyboard_19; }
inline void set_m_Keyboard_19(TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * value)
{
___m_Keyboard_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Keyboard_19), (void*)value);
}
inline static int32_t get_offset_of_m_TextComponent_21() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_TextComponent_21)); }
inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * get_m_TextComponent_21() const { return ___m_TextComponent_21; }
inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 ** get_address_of_m_TextComponent_21() { return &___m_TextComponent_21; }
inline void set_m_TextComponent_21(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * value)
{
___m_TextComponent_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_TextComponent_21), (void*)value);
}
inline static int32_t get_offset_of_m_Placeholder_22() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_Placeholder_22)); }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * get_m_Placeholder_22() const { return ___m_Placeholder_22; }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 ** get_address_of_m_Placeholder_22() { return &___m_Placeholder_22; }
inline void set_m_Placeholder_22(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * value)
{
___m_Placeholder_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Placeholder_22), (void*)value);
}
inline static int32_t get_offset_of_m_ContentType_23() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_ContentType_23)); }
inline int32_t get_m_ContentType_23() const { return ___m_ContentType_23; }
inline int32_t* get_address_of_m_ContentType_23() { return &___m_ContentType_23; }
inline void set_m_ContentType_23(int32_t value)
{
___m_ContentType_23 = value;
}
inline static int32_t get_offset_of_m_InputType_24() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_InputType_24)); }
inline int32_t get_m_InputType_24() const { return ___m_InputType_24; }
inline int32_t* get_address_of_m_InputType_24() { return &___m_InputType_24; }
inline void set_m_InputType_24(int32_t value)
{
___m_InputType_24 = value;
}
inline static int32_t get_offset_of_m_AsteriskChar_25() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_AsteriskChar_25)); }
inline Il2CppChar get_m_AsteriskChar_25() const { return ___m_AsteriskChar_25; }
inline Il2CppChar* get_address_of_m_AsteriskChar_25() { return &___m_AsteriskChar_25; }
inline void set_m_AsteriskChar_25(Il2CppChar value)
{
___m_AsteriskChar_25 = value;
}
inline static int32_t get_offset_of_m_KeyboardType_26() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_KeyboardType_26)); }
inline int32_t get_m_KeyboardType_26() const { return ___m_KeyboardType_26; }
inline int32_t* get_address_of_m_KeyboardType_26() { return &___m_KeyboardType_26; }
inline void set_m_KeyboardType_26(int32_t value)
{
___m_KeyboardType_26 = value;
}
inline static int32_t get_offset_of_m_LineType_27() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_LineType_27)); }
inline int32_t get_m_LineType_27() const { return ___m_LineType_27; }
inline int32_t* get_address_of_m_LineType_27() { return &___m_LineType_27; }
inline void set_m_LineType_27(int32_t value)
{
___m_LineType_27 = value;
}
inline static int32_t get_offset_of_m_HideMobileInput_28() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_HideMobileInput_28)); }
inline bool get_m_HideMobileInput_28() const { return ___m_HideMobileInput_28; }
inline bool* get_address_of_m_HideMobileInput_28() { return &___m_HideMobileInput_28; }
inline void set_m_HideMobileInput_28(bool value)
{
___m_HideMobileInput_28 = value;
}
inline static int32_t get_offset_of_m_CharacterValidation_29() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CharacterValidation_29)); }
inline int32_t get_m_CharacterValidation_29() const { return ___m_CharacterValidation_29; }
inline int32_t* get_address_of_m_CharacterValidation_29() { return &___m_CharacterValidation_29; }
inline void set_m_CharacterValidation_29(int32_t value)
{
___m_CharacterValidation_29 = value;
}
inline static int32_t get_offset_of_m_CharacterLimit_30() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CharacterLimit_30)); }
inline int32_t get_m_CharacterLimit_30() const { return ___m_CharacterLimit_30; }
inline int32_t* get_address_of_m_CharacterLimit_30() { return &___m_CharacterLimit_30; }
inline void set_m_CharacterLimit_30(int32_t value)
{
___m_CharacterLimit_30 = value;
}
inline static int32_t get_offset_of_m_OnEndEdit_31() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_OnEndEdit_31)); }
inline SubmitEvent_tE1EC12ACD7DE7D57B9ECBBACA05493E226E53E4A * get_m_OnEndEdit_31() const { return ___m_OnEndEdit_31; }
inline SubmitEvent_tE1EC12ACD7DE7D57B9ECBBACA05493E226E53E4A ** get_address_of_m_OnEndEdit_31() { return &___m_OnEndEdit_31; }
inline void set_m_OnEndEdit_31(SubmitEvent_tE1EC12ACD7DE7D57B9ECBBACA05493E226E53E4A * value)
{
___m_OnEndEdit_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnEndEdit_31), (void*)value);
}
inline static int32_t get_offset_of_m_OnValueChanged_32() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_OnValueChanged_32)); }
inline OnChangeEvent_t6C3C7DD6AEA262BB97AD53B0E669EC7EC19BCC1A * get_m_OnValueChanged_32() const { return ___m_OnValueChanged_32; }
inline OnChangeEvent_t6C3C7DD6AEA262BB97AD53B0E669EC7EC19BCC1A ** get_address_of_m_OnValueChanged_32() { return &___m_OnValueChanged_32; }
inline void set_m_OnValueChanged_32(OnChangeEvent_t6C3C7DD6AEA262BB97AD53B0E669EC7EC19BCC1A * value)
{
___m_OnValueChanged_32 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_32), (void*)value);
}
inline static int32_t get_offset_of_m_OnValidateInput_33() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_OnValidateInput_33)); }
inline OnValidateInput_t3E857B491A319A5B22F6AD3D02CFD22C1BBFD8D0 * get_m_OnValidateInput_33() const { return ___m_OnValidateInput_33; }
inline OnValidateInput_t3E857B491A319A5B22F6AD3D02CFD22C1BBFD8D0 ** get_address_of_m_OnValidateInput_33() { return &___m_OnValidateInput_33; }
inline void set_m_OnValidateInput_33(OnValidateInput_t3E857B491A319A5B22F6AD3D02CFD22C1BBFD8D0 * value)
{
___m_OnValidateInput_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnValidateInput_33), (void*)value);
}
inline static int32_t get_offset_of_m_CaretColor_34() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretColor_34)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_CaretColor_34() const { return ___m_CaretColor_34; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_CaretColor_34() { return &___m_CaretColor_34; }
inline void set_m_CaretColor_34(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_CaretColor_34 = value;
}
inline static int32_t get_offset_of_m_CustomCaretColor_35() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CustomCaretColor_35)); }
inline bool get_m_CustomCaretColor_35() const { return ___m_CustomCaretColor_35; }
inline bool* get_address_of_m_CustomCaretColor_35() { return &___m_CustomCaretColor_35; }
inline void set_m_CustomCaretColor_35(bool value)
{
___m_CustomCaretColor_35 = value;
}
inline static int32_t get_offset_of_m_SelectionColor_36() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_SelectionColor_36)); }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_SelectionColor_36() const { return ___m_SelectionColor_36; }
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_SelectionColor_36() { return &___m_SelectionColor_36; }
inline void set_m_SelectionColor_36(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
{
___m_SelectionColor_36 = value;
}
inline static int32_t get_offset_of_m_Text_37() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_Text_37)); }
inline String_t* get_m_Text_37() const { return ___m_Text_37; }
inline String_t** get_address_of_m_Text_37() { return &___m_Text_37; }
inline void set_m_Text_37(String_t* value)
{
___m_Text_37 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Text_37), (void*)value);
}
inline static int32_t get_offset_of_m_CaretBlinkRate_38() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretBlinkRate_38)); }
inline float get_m_CaretBlinkRate_38() const { return ___m_CaretBlinkRate_38; }
inline float* get_address_of_m_CaretBlinkRate_38() { return &___m_CaretBlinkRate_38; }
inline void set_m_CaretBlinkRate_38(float value)
{
___m_CaretBlinkRate_38 = value;
}
inline static int32_t get_offset_of_m_CaretWidth_39() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretWidth_39)); }
inline int32_t get_m_CaretWidth_39() const { return ___m_CaretWidth_39; }
inline int32_t* get_address_of_m_CaretWidth_39() { return &___m_CaretWidth_39; }
inline void set_m_CaretWidth_39(int32_t value)
{
___m_CaretWidth_39 = value;
}
inline static int32_t get_offset_of_m_ReadOnly_40() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_ReadOnly_40)); }
inline bool get_m_ReadOnly_40() const { return ___m_ReadOnly_40; }
inline bool* get_address_of_m_ReadOnly_40() { return &___m_ReadOnly_40; }
inline void set_m_ReadOnly_40(bool value)
{
___m_ReadOnly_40 = value;
}
inline static int32_t get_offset_of_m_CaretPosition_41() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretPosition_41)); }
inline int32_t get_m_CaretPosition_41() const { return ___m_CaretPosition_41; }
inline int32_t* get_address_of_m_CaretPosition_41() { return &___m_CaretPosition_41; }
inline void set_m_CaretPosition_41(int32_t value)
{
___m_CaretPosition_41 = value;
}
inline static int32_t get_offset_of_m_CaretSelectPosition_42() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretSelectPosition_42)); }
inline int32_t get_m_CaretSelectPosition_42() const { return ___m_CaretSelectPosition_42; }
inline int32_t* get_address_of_m_CaretSelectPosition_42() { return &___m_CaretSelectPosition_42; }
inline void set_m_CaretSelectPosition_42(int32_t value)
{
___m_CaretSelectPosition_42 = value;
}
inline static int32_t get_offset_of_caretRectTrans_43() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___caretRectTrans_43)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_caretRectTrans_43() const { return ___caretRectTrans_43; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_caretRectTrans_43() { return &___caretRectTrans_43; }
inline void set_caretRectTrans_43(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___caretRectTrans_43 = value;
Il2CppCodeGenWriteBarrier((void**)(&___caretRectTrans_43), (void*)value);
}
inline static int32_t get_offset_of_m_CursorVerts_44() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CursorVerts_44)); }
inline UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* get_m_CursorVerts_44() const { return ___m_CursorVerts_44; }
inline UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A** get_address_of_m_CursorVerts_44() { return &___m_CursorVerts_44; }
inline void set_m_CursorVerts_44(UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* value)
{
___m_CursorVerts_44 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CursorVerts_44), (void*)value);
}
inline static int32_t get_offset_of_m_InputTextCache_45() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_InputTextCache_45)); }
inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * get_m_InputTextCache_45() const { return ___m_InputTextCache_45; }
inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 ** get_address_of_m_InputTextCache_45() { return &___m_InputTextCache_45; }
inline void set_m_InputTextCache_45(TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * value)
{
___m_InputTextCache_45 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InputTextCache_45), (void*)value);
}
inline static int32_t get_offset_of_m_CachedInputRenderer_46() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CachedInputRenderer_46)); }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * get_m_CachedInputRenderer_46() const { return ___m_CachedInputRenderer_46; }
inline CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 ** get_address_of_m_CachedInputRenderer_46() { return &___m_CachedInputRenderer_46; }
inline void set_m_CachedInputRenderer_46(CanvasRenderer_tB4D9C9FE77FD5C9C4546FC022D6E956960BC2B72 * value)
{
___m_CachedInputRenderer_46 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CachedInputRenderer_46), (void*)value);
}
inline static int32_t get_offset_of_m_PreventFontCallback_47() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_PreventFontCallback_47)); }
inline bool get_m_PreventFontCallback_47() const { return ___m_PreventFontCallback_47; }
inline bool* get_address_of_m_PreventFontCallback_47() { return &___m_PreventFontCallback_47; }
inline void set_m_PreventFontCallback_47(bool value)
{
___m_PreventFontCallback_47 = value;
}
inline static int32_t get_offset_of_m_Mesh_48() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_Mesh_48)); }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * get_m_Mesh_48() const { return ___m_Mesh_48; }
inline Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C ** get_address_of_m_Mesh_48() { return &___m_Mesh_48; }
inline void set_m_Mesh_48(Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * value)
{
___m_Mesh_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Mesh_48), (void*)value);
}
inline static int32_t get_offset_of_m_AllowInput_49() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_AllowInput_49)); }
inline bool get_m_AllowInput_49() const { return ___m_AllowInput_49; }
inline bool* get_address_of_m_AllowInput_49() { return &___m_AllowInput_49; }
inline void set_m_AllowInput_49(bool value)
{
___m_AllowInput_49 = value;
}
inline static int32_t get_offset_of_m_ShouldActivateNextUpdate_50() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_ShouldActivateNextUpdate_50)); }
inline bool get_m_ShouldActivateNextUpdate_50() const { return ___m_ShouldActivateNextUpdate_50; }
inline bool* get_address_of_m_ShouldActivateNextUpdate_50() { return &___m_ShouldActivateNextUpdate_50; }
inline void set_m_ShouldActivateNextUpdate_50(bool value)
{
___m_ShouldActivateNextUpdate_50 = value;
}
inline static int32_t get_offset_of_m_UpdateDrag_51() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_UpdateDrag_51)); }
inline bool get_m_UpdateDrag_51() const { return ___m_UpdateDrag_51; }
inline bool* get_address_of_m_UpdateDrag_51() { return &___m_UpdateDrag_51; }
inline void set_m_UpdateDrag_51(bool value)
{
___m_UpdateDrag_51 = value;
}
inline static int32_t get_offset_of_m_DragPositionOutOfBounds_52() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_DragPositionOutOfBounds_52)); }
inline bool get_m_DragPositionOutOfBounds_52() const { return ___m_DragPositionOutOfBounds_52; }
inline bool* get_address_of_m_DragPositionOutOfBounds_52() { return &___m_DragPositionOutOfBounds_52; }
inline void set_m_DragPositionOutOfBounds_52(bool value)
{
___m_DragPositionOutOfBounds_52 = value;
}
inline static int32_t get_offset_of_m_CaretVisible_55() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_CaretVisible_55)); }
inline bool get_m_CaretVisible_55() const { return ___m_CaretVisible_55; }
inline bool* get_address_of_m_CaretVisible_55() { return &___m_CaretVisible_55; }
inline void set_m_CaretVisible_55(bool value)
{
___m_CaretVisible_55 = value;
}
inline static int32_t get_offset_of_m_BlinkCoroutine_56() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_BlinkCoroutine_56)); }
inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * get_m_BlinkCoroutine_56() const { return ___m_BlinkCoroutine_56; }
inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC ** get_address_of_m_BlinkCoroutine_56() { return &___m_BlinkCoroutine_56; }
inline void set_m_BlinkCoroutine_56(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * value)
{
___m_BlinkCoroutine_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_BlinkCoroutine_56), (void*)value);
}
inline static int32_t get_offset_of_m_BlinkStartTime_57() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_BlinkStartTime_57)); }
inline float get_m_BlinkStartTime_57() const { return ___m_BlinkStartTime_57; }
inline float* get_address_of_m_BlinkStartTime_57() { return &___m_BlinkStartTime_57; }
inline void set_m_BlinkStartTime_57(float value)
{
___m_BlinkStartTime_57 = value;
}
inline static int32_t get_offset_of_m_DrawStart_58() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_DrawStart_58)); }
inline int32_t get_m_DrawStart_58() const { return ___m_DrawStart_58; }
inline int32_t* get_address_of_m_DrawStart_58() { return &___m_DrawStart_58; }
inline void set_m_DrawStart_58(int32_t value)
{
___m_DrawStart_58 = value;
}
inline static int32_t get_offset_of_m_DrawEnd_59() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_DrawEnd_59)); }
inline int32_t get_m_DrawEnd_59() const { return ___m_DrawEnd_59; }
inline int32_t* get_address_of_m_DrawEnd_59() { return &___m_DrawEnd_59; }
inline void set_m_DrawEnd_59(int32_t value)
{
___m_DrawEnd_59 = value;
}
inline static int32_t get_offset_of_m_DragCoroutine_60() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_DragCoroutine_60)); }
inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * get_m_DragCoroutine_60() const { return ___m_DragCoroutine_60; }
inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC ** get_address_of_m_DragCoroutine_60() { return &___m_DragCoroutine_60; }
inline void set_m_DragCoroutine_60(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * value)
{
___m_DragCoroutine_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DragCoroutine_60), (void*)value);
}
inline static int32_t get_offset_of_m_OriginalText_61() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_OriginalText_61)); }
inline String_t* get_m_OriginalText_61() const { return ___m_OriginalText_61; }
inline String_t** get_address_of_m_OriginalText_61() { return &___m_OriginalText_61; }
inline void set_m_OriginalText_61(String_t* value)
{
___m_OriginalText_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OriginalText_61), (void*)value);
}
inline static int32_t get_offset_of_m_WasCanceled_62() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_WasCanceled_62)); }
inline bool get_m_WasCanceled_62() const { return ___m_WasCanceled_62; }
inline bool* get_address_of_m_WasCanceled_62() { return &___m_WasCanceled_62; }
inline void set_m_WasCanceled_62(bool value)
{
___m_WasCanceled_62 = value;
}
inline static int32_t get_offset_of_m_HasDoneFocusTransition_63() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_HasDoneFocusTransition_63)); }
inline bool get_m_HasDoneFocusTransition_63() const { return ___m_HasDoneFocusTransition_63; }
inline bool* get_address_of_m_HasDoneFocusTransition_63() { return &___m_HasDoneFocusTransition_63; }
inline void set_m_HasDoneFocusTransition_63(bool value)
{
___m_HasDoneFocusTransition_63 = value;
}
inline static int32_t get_offset_of_m_WaitForSecondsRealtime_64() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_WaitForSecondsRealtime_64)); }
inline WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739 * get_m_WaitForSecondsRealtime_64() const { return ___m_WaitForSecondsRealtime_64; }
inline WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739 ** get_address_of_m_WaitForSecondsRealtime_64() { return &___m_WaitForSecondsRealtime_64; }
inline void set_m_WaitForSecondsRealtime_64(WaitForSecondsRealtime_t0CF361107C4A9E25E0D4CF2F37732CE785235739 * value)
{
___m_WaitForSecondsRealtime_64 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_WaitForSecondsRealtime_64), (void*)value);
}
inline static int32_t get_offset_of_m_TouchKeyboardAllowsInPlaceEditing_65() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_TouchKeyboardAllowsInPlaceEditing_65)); }
inline bool get_m_TouchKeyboardAllowsInPlaceEditing_65() const { return ___m_TouchKeyboardAllowsInPlaceEditing_65; }
inline bool* get_address_of_m_TouchKeyboardAllowsInPlaceEditing_65() { return &___m_TouchKeyboardAllowsInPlaceEditing_65; }
inline void set_m_TouchKeyboardAllowsInPlaceEditing_65(bool value)
{
___m_TouchKeyboardAllowsInPlaceEditing_65 = value;
}
inline static int32_t get_offset_of_m_ProcessingEvent_67() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005, ___m_ProcessingEvent_67)); }
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * get_m_ProcessingEvent_67() const { return ___m_ProcessingEvent_67; }
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 ** get_address_of_m_ProcessingEvent_67() { return &___m_ProcessingEvent_67; }
inline void set_m_ProcessingEvent_67(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * value)
{
___m_ProcessingEvent_67 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ProcessingEvent_67), (void*)value);
}
};
struct InputField_t533609195B110760BCFF00B746C87D81969CB005_StaticFields
{
public:
// System.Char[] UnityEngine.UI.InputField::kSeparators
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___kSeparators_20;
public:
inline static int32_t get_offset_of_kSeparators_20() { return static_cast<int32_t>(offsetof(InputField_t533609195B110760BCFF00B746C87D81969CB005_StaticFields, ___kSeparators_20)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_kSeparators_20() const { return ___kSeparators_20; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_kSeparators_20() { return &___kSeparators_20; }
inline void set_kSeparators_20(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___kSeparators_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___kSeparators_20), (void*)value);
}
};
// UnityEngine.UI.MaskableGraphic
struct MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F : public Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8
{
public:
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil
bool ___m_ShouldRecalculateStencil_25;
// UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___m_MaskMaterial_26;
// UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask
RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * ___m_ParentMask_27;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable
bool ___m_Maskable_28;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic
bool ___m_IsMaskingGraphic_29;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking
bool ___m_IncludeForMasking_30;
// UnityEngine.UI.MaskableGraphic_CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged
CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 * ___m_OnCullStateChanged_31;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate
bool ___m_ShouldRecalculate_32;
// System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue
int32_t ___m_StencilValue_33;
// UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___m_Corners_34;
public:
inline static int32_t get_offset_of_m_ShouldRecalculateStencil_25() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_ShouldRecalculateStencil_25)); }
inline bool get_m_ShouldRecalculateStencil_25() const { return ___m_ShouldRecalculateStencil_25; }
inline bool* get_address_of_m_ShouldRecalculateStencil_25() { return &___m_ShouldRecalculateStencil_25; }
inline void set_m_ShouldRecalculateStencil_25(bool value)
{
___m_ShouldRecalculateStencil_25 = value;
}
inline static int32_t get_offset_of_m_MaskMaterial_26() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_MaskMaterial_26)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_m_MaskMaterial_26() const { return ___m_MaskMaterial_26; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_m_MaskMaterial_26() { return &___m_MaskMaterial_26; }
inline void set_m_MaskMaterial_26(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___m_MaskMaterial_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_MaskMaterial_26), (void*)value);
}
inline static int32_t get_offset_of_m_ParentMask_27() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_ParentMask_27)); }
inline RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * get_m_ParentMask_27() const { return ___m_ParentMask_27; }
inline RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B ** get_address_of_m_ParentMask_27() { return &___m_ParentMask_27; }
inline void set_m_ParentMask_27(RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * value)
{
___m_ParentMask_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ParentMask_27), (void*)value);
}
inline static int32_t get_offset_of_m_Maskable_28() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_Maskable_28)); }
inline bool get_m_Maskable_28() const { return ___m_Maskable_28; }
inline bool* get_address_of_m_Maskable_28() { return &___m_Maskable_28; }
inline void set_m_Maskable_28(bool value)
{
___m_Maskable_28 = value;
}
inline static int32_t get_offset_of_m_IsMaskingGraphic_29() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_IsMaskingGraphic_29)); }
inline bool get_m_IsMaskingGraphic_29() const { return ___m_IsMaskingGraphic_29; }
inline bool* get_address_of_m_IsMaskingGraphic_29() { return &___m_IsMaskingGraphic_29; }
inline void set_m_IsMaskingGraphic_29(bool value)
{
___m_IsMaskingGraphic_29 = value;
}
inline static int32_t get_offset_of_m_IncludeForMasking_30() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_IncludeForMasking_30)); }
inline bool get_m_IncludeForMasking_30() const { return ___m_IncludeForMasking_30; }
inline bool* get_address_of_m_IncludeForMasking_30() { return &___m_IncludeForMasking_30; }
inline void set_m_IncludeForMasking_30(bool value)
{
___m_IncludeForMasking_30 = value;
}
inline static int32_t get_offset_of_m_OnCullStateChanged_31() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_OnCullStateChanged_31)); }
inline CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 * get_m_OnCullStateChanged_31() const { return ___m_OnCullStateChanged_31; }
inline CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 ** get_address_of_m_OnCullStateChanged_31() { return &___m_OnCullStateChanged_31; }
inline void set_m_OnCullStateChanged_31(CullStateChangedEvent_t6BC3E87DBC04B585798460D55F56B86C23B62FE4 * value)
{
___m_OnCullStateChanged_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnCullStateChanged_31), (void*)value);
}
inline static int32_t get_offset_of_m_ShouldRecalculate_32() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_ShouldRecalculate_32)); }
inline bool get_m_ShouldRecalculate_32() const { return ___m_ShouldRecalculate_32; }
inline bool* get_address_of_m_ShouldRecalculate_32() { return &___m_ShouldRecalculate_32; }
inline void set_m_ShouldRecalculate_32(bool value)
{
___m_ShouldRecalculate_32 = value;
}
inline static int32_t get_offset_of_m_StencilValue_33() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_StencilValue_33)); }
inline int32_t get_m_StencilValue_33() const { return ___m_StencilValue_33; }
inline int32_t* get_address_of_m_StencilValue_33() { return &___m_StencilValue_33; }
inline void set_m_StencilValue_33(int32_t value)
{
___m_StencilValue_33 = value;
}
inline static int32_t get_offset_of_m_Corners_34() { return static_cast<int32_t>(offsetof(MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F, ___m_Corners_34)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_m_Corners_34() const { return ___m_Corners_34; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_m_Corners_34() { return &___m_Corners_34; }
inline void set_m_Corners_34(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
___m_Corners_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Corners_34), (void*)value);
}
};
// UnityEngine.UI.Scrollbar
struct Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 : public Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A
{
public:
// UnityEngine.RectTransform UnityEngine.UI.Scrollbar::m_HandleRect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_HandleRect_19;
// UnityEngine.UI.Scrollbar_Direction UnityEngine.UI.Scrollbar::m_Direction
int32_t ___m_Direction_20;
// System.Single UnityEngine.UI.Scrollbar::m_Value
float ___m_Value_21;
// System.Single UnityEngine.UI.Scrollbar::m_Size
float ___m_Size_22;
// System.Int32 UnityEngine.UI.Scrollbar::m_NumberOfSteps
int32_t ___m_NumberOfSteps_23;
// UnityEngine.UI.Scrollbar_ScrollEvent UnityEngine.UI.Scrollbar::m_OnValueChanged
ScrollEvent_t07B0FA266C69E36437A0083D5058B2952D151FF7 * ___m_OnValueChanged_24;
// UnityEngine.RectTransform UnityEngine.UI.Scrollbar::m_ContainerRect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_ContainerRect_25;
// UnityEngine.Vector2 UnityEngine.UI.Scrollbar::m_Offset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Offset_26;
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.Scrollbar::m_Tracker
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 ___m_Tracker_27;
// UnityEngine.Coroutine UnityEngine.UI.Scrollbar::m_PointerDownRepeat
Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * ___m_PointerDownRepeat_28;
// System.Boolean UnityEngine.UI.Scrollbar::isPointerDownAndNotDragging
bool ___isPointerDownAndNotDragging_29;
// System.Boolean UnityEngine.UI.Scrollbar::m_DelayedUpdateVisuals
bool ___m_DelayedUpdateVisuals_30;
public:
inline static int32_t get_offset_of_m_HandleRect_19() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___m_HandleRect_19)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_HandleRect_19() const { return ___m_HandleRect_19; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_HandleRect_19() { return &___m_HandleRect_19; }
inline void set_m_HandleRect_19(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_HandleRect_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_HandleRect_19), (void*)value);
}
inline static int32_t get_offset_of_m_Direction_20() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___m_Direction_20)); }
inline int32_t get_m_Direction_20() const { return ___m_Direction_20; }
inline int32_t* get_address_of_m_Direction_20() { return &___m_Direction_20; }
inline void set_m_Direction_20(int32_t value)
{
___m_Direction_20 = value;
}
inline static int32_t get_offset_of_m_Value_21() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___m_Value_21)); }
inline float get_m_Value_21() const { return ___m_Value_21; }
inline float* get_address_of_m_Value_21() { return &___m_Value_21; }
inline void set_m_Value_21(float value)
{
___m_Value_21 = value;
}
inline static int32_t get_offset_of_m_Size_22() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___m_Size_22)); }
inline float get_m_Size_22() const { return ___m_Size_22; }
inline float* get_address_of_m_Size_22() { return &___m_Size_22; }
inline void set_m_Size_22(float value)
{
___m_Size_22 = value;
}
inline static int32_t get_offset_of_m_NumberOfSteps_23() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___m_NumberOfSteps_23)); }
inline int32_t get_m_NumberOfSteps_23() const { return ___m_NumberOfSteps_23; }
inline int32_t* get_address_of_m_NumberOfSteps_23() { return &___m_NumberOfSteps_23; }
inline void set_m_NumberOfSteps_23(int32_t value)
{
___m_NumberOfSteps_23 = value;
}
inline static int32_t get_offset_of_m_OnValueChanged_24() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___m_OnValueChanged_24)); }
inline ScrollEvent_t07B0FA266C69E36437A0083D5058B2952D151FF7 * get_m_OnValueChanged_24() const { return ___m_OnValueChanged_24; }
inline ScrollEvent_t07B0FA266C69E36437A0083D5058B2952D151FF7 ** get_address_of_m_OnValueChanged_24() { return &___m_OnValueChanged_24; }
inline void set_m_OnValueChanged_24(ScrollEvent_t07B0FA266C69E36437A0083D5058B2952D151FF7 * value)
{
___m_OnValueChanged_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_24), (void*)value);
}
inline static int32_t get_offset_of_m_ContainerRect_25() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___m_ContainerRect_25)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_ContainerRect_25() const { return ___m_ContainerRect_25; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_ContainerRect_25() { return &___m_ContainerRect_25; }
inline void set_m_ContainerRect_25(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_ContainerRect_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ContainerRect_25), (void*)value);
}
inline static int32_t get_offset_of_m_Offset_26() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___m_Offset_26)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Offset_26() const { return ___m_Offset_26; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Offset_26() { return &___m_Offset_26; }
inline void set_m_Offset_26(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Offset_26 = value;
}
inline static int32_t get_offset_of_m_Tracker_27() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___m_Tracker_27)); }
inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 get_m_Tracker_27() const { return ___m_Tracker_27; }
inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * get_address_of_m_Tracker_27() { return &___m_Tracker_27; }
inline void set_m_Tracker_27(DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 value)
{
___m_Tracker_27 = value;
}
inline static int32_t get_offset_of_m_PointerDownRepeat_28() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___m_PointerDownRepeat_28)); }
inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * get_m_PointerDownRepeat_28() const { return ___m_PointerDownRepeat_28; }
inline Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC ** get_address_of_m_PointerDownRepeat_28() { return &___m_PointerDownRepeat_28; }
inline void set_m_PointerDownRepeat_28(Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * value)
{
___m_PointerDownRepeat_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_PointerDownRepeat_28), (void*)value);
}
inline static int32_t get_offset_of_isPointerDownAndNotDragging_29() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___isPointerDownAndNotDragging_29)); }
inline bool get_isPointerDownAndNotDragging_29() const { return ___isPointerDownAndNotDragging_29; }
inline bool* get_address_of_isPointerDownAndNotDragging_29() { return &___isPointerDownAndNotDragging_29; }
inline void set_isPointerDownAndNotDragging_29(bool value)
{
___isPointerDownAndNotDragging_29 = value;
}
inline static int32_t get_offset_of_m_DelayedUpdateVisuals_30() { return static_cast<int32_t>(offsetof(Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389, ___m_DelayedUpdateVisuals_30)); }
inline bool get_m_DelayedUpdateVisuals_30() const { return ___m_DelayedUpdateVisuals_30; }
inline bool* get_address_of_m_DelayedUpdateVisuals_30() { return &___m_DelayedUpdateVisuals_30; }
inline void set_m_DelayedUpdateVisuals_30(bool value)
{
___m_DelayedUpdateVisuals_30 = value;
}
};
// UnityEngine.UI.Slider
struct Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 : public Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A
{
public:
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillRect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_FillRect_19;
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleRect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_HandleRect_20;
// UnityEngine.UI.Slider_Direction UnityEngine.UI.Slider::m_Direction
int32_t ___m_Direction_21;
// System.Single UnityEngine.UI.Slider::m_MinValue
float ___m_MinValue_22;
// System.Single UnityEngine.UI.Slider::m_MaxValue
float ___m_MaxValue_23;
// System.Boolean UnityEngine.UI.Slider::m_WholeNumbers
bool ___m_WholeNumbers_24;
// System.Single UnityEngine.UI.Slider::m_Value
float ___m_Value_25;
// UnityEngine.UI.Slider_SliderEvent UnityEngine.UI.Slider::m_OnValueChanged
SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C * ___m_OnValueChanged_26;
// UnityEngine.UI.Image UnityEngine.UI.Slider::m_FillImage
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___m_FillImage_27;
// UnityEngine.Transform UnityEngine.UI.Slider::m_FillTransform
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___m_FillTransform_28;
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillContainerRect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_FillContainerRect_29;
// UnityEngine.Transform UnityEngine.UI.Slider::m_HandleTransform
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___m_HandleTransform_30;
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleContainerRect
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___m_HandleContainerRect_31;
// UnityEngine.Vector2 UnityEngine.UI.Slider::m_Offset
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_Offset_32;
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.Slider::m_Tracker
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 ___m_Tracker_33;
// System.Boolean UnityEngine.UI.Slider::m_DelayedUpdateVisuals
bool ___m_DelayedUpdateVisuals_34;
public:
inline static int32_t get_offset_of_m_FillRect_19() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_FillRect_19)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_FillRect_19() const { return ___m_FillRect_19; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_FillRect_19() { return &___m_FillRect_19; }
inline void set_m_FillRect_19(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_FillRect_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_FillRect_19), (void*)value);
}
inline static int32_t get_offset_of_m_HandleRect_20() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_HandleRect_20)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_HandleRect_20() const { return ___m_HandleRect_20; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_HandleRect_20() { return &___m_HandleRect_20; }
inline void set_m_HandleRect_20(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_HandleRect_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_HandleRect_20), (void*)value);
}
inline static int32_t get_offset_of_m_Direction_21() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_Direction_21)); }
inline int32_t get_m_Direction_21() const { return ___m_Direction_21; }
inline int32_t* get_address_of_m_Direction_21() { return &___m_Direction_21; }
inline void set_m_Direction_21(int32_t value)
{
___m_Direction_21 = value;
}
inline static int32_t get_offset_of_m_MinValue_22() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_MinValue_22)); }
inline float get_m_MinValue_22() const { return ___m_MinValue_22; }
inline float* get_address_of_m_MinValue_22() { return &___m_MinValue_22; }
inline void set_m_MinValue_22(float value)
{
___m_MinValue_22 = value;
}
inline static int32_t get_offset_of_m_MaxValue_23() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_MaxValue_23)); }
inline float get_m_MaxValue_23() const { return ___m_MaxValue_23; }
inline float* get_address_of_m_MaxValue_23() { return &___m_MaxValue_23; }
inline void set_m_MaxValue_23(float value)
{
___m_MaxValue_23 = value;
}
inline static int32_t get_offset_of_m_WholeNumbers_24() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_WholeNumbers_24)); }
inline bool get_m_WholeNumbers_24() const { return ___m_WholeNumbers_24; }
inline bool* get_address_of_m_WholeNumbers_24() { return &___m_WholeNumbers_24; }
inline void set_m_WholeNumbers_24(bool value)
{
___m_WholeNumbers_24 = value;
}
inline static int32_t get_offset_of_m_Value_25() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_Value_25)); }
inline float get_m_Value_25() const { return ___m_Value_25; }
inline float* get_address_of_m_Value_25() { return &___m_Value_25; }
inline void set_m_Value_25(float value)
{
___m_Value_25 = value;
}
inline static int32_t get_offset_of_m_OnValueChanged_26() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_OnValueChanged_26)); }
inline SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C * get_m_OnValueChanged_26() const { return ___m_OnValueChanged_26; }
inline SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C ** get_address_of_m_OnValueChanged_26() { return &___m_OnValueChanged_26; }
inline void set_m_OnValueChanged_26(SliderEvent_t64A824F56F80FC8E2F233F0A0FB0821702DF416C * value)
{
___m_OnValueChanged_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OnValueChanged_26), (void*)value);
}
inline static int32_t get_offset_of_m_FillImage_27() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_FillImage_27)); }
inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * get_m_FillImage_27() const { return ___m_FillImage_27; }
inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E ** get_address_of_m_FillImage_27() { return &___m_FillImage_27; }
inline void set_m_FillImage_27(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * value)
{
___m_FillImage_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_FillImage_27), (void*)value);
}
inline static int32_t get_offset_of_m_FillTransform_28() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_FillTransform_28)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_m_FillTransform_28() const { return ___m_FillTransform_28; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_m_FillTransform_28() { return &___m_FillTransform_28; }
inline void set_m_FillTransform_28(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___m_FillTransform_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_FillTransform_28), (void*)value);
}
inline static int32_t get_offset_of_m_FillContainerRect_29() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_FillContainerRect_29)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_FillContainerRect_29() const { return ___m_FillContainerRect_29; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_FillContainerRect_29() { return &___m_FillContainerRect_29; }
inline void set_m_FillContainerRect_29(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_FillContainerRect_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_FillContainerRect_29), (void*)value);
}
inline static int32_t get_offset_of_m_HandleTransform_30() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_HandleTransform_30)); }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * get_m_HandleTransform_30() const { return ___m_HandleTransform_30; }
inline Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA ** get_address_of_m_HandleTransform_30() { return &___m_HandleTransform_30; }
inline void set_m_HandleTransform_30(Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * value)
{
___m_HandleTransform_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_HandleTransform_30), (void*)value);
}
inline static int32_t get_offset_of_m_HandleContainerRect_31() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_HandleContainerRect_31)); }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * get_m_HandleContainerRect_31() const { return ___m_HandleContainerRect_31; }
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 ** get_address_of_m_HandleContainerRect_31() { return &___m_HandleContainerRect_31; }
inline void set_m_HandleContainerRect_31(RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * value)
{
___m_HandleContainerRect_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_HandleContainerRect_31), (void*)value);
}
inline static int32_t get_offset_of_m_Offset_32() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_Offset_32)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_Offset_32() const { return ___m_Offset_32; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_Offset_32() { return &___m_Offset_32; }
inline void set_m_Offset_32(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_Offset_32 = value;
}
inline static int32_t get_offset_of_m_Tracker_33() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_Tracker_33)); }
inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 get_m_Tracker_33() const { return ___m_Tracker_33; }
inline DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * get_address_of_m_Tracker_33() { return &___m_Tracker_33; }
inline void set_m_Tracker_33(DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 value)
{
___m_Tracker_33 = value;
}
inline static int32_t get_offset_of_m_DelayedUpdateVisuals_34() { return static_cast<int32_t>(offsetof(Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09, ___m_DelayedUpdateVisuals_34)); }
inline bool get_m_DelayedUpdateVisuals_34() const { return ___m_DelayedUpdateVisuals_34; }
inline bool* get_address_of_m_DelayedUpdateVisuals_34() { return &___m_DelayedUpdateVisuals_34; }
inline void set_m_DelayedUpdateVisuals_34(bool value)
{
___m_DelayedUpdateVisuals_34 = value;
}
};
// UnityEngine.UI.Toggle
struct Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 : public Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A
{
public:
// UnityEngine.UI.Toggle_ToggleTransition UnityEngine.UI.Toggle::toggleTransition
int32_t ___toggleTransition_19;
// UnityEngine.UI.Graphic UnityEngine.UI.Toggle::graphic
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___graphic_20;
// UnityEngine.UI.ToggleGroup UnityEngine.UI.Toggle::m_Group
ToggleGroup_t11E2B254D3C968C7D0DA11C606CC06D7D7F0D786 * ___m_Group_21;
// UnityEngine.UI.Toggle_ToggleEvent UnityEngine.UI.Toggle::onValueChanged
ToggleEvent_t50D925F8E220FB47DA738411CEF9C57FF7E1DC43 * ___onValueChanged_22;
// System.Boolean UnityEngine.UI.Toggle::m_IsOn
bool ___m_IsOn_23;
public:
inline static int32_t get_offset_of_toggleTransition_19() { return static_cast<int32_t>(offsetof(Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106, ___toggleTransition_19)); }
inline int32_t get_toggleTransition_19() const { return ___toggleTransition_19; }
inline int32_t* get_address_of_toggleTransition_19() { return &___toggleTransition_19; }
inline void set_toggleTransition_19(int32_t value)
{
___toggleTransition_19 = value;
}
inline static int32_t get_offset_of_graphic_20() { return static_cast<int32_t>(offsetof(Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106, ___graphic_20)); }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * get_graphic_20() const { return ___graphic_20; }
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 ** get_address_of_graphic_20() { return &___graphic_20; }
inline void set_graphic_20(Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * value)
{
___graphic_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___graphic_20), (void*)value);
}
inline static int32_t get_offset_of_m_Group_21() { return static_cast<int32_t>(offsetof(Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106, ___m_Group_21)); }
inline ToggleGroup_t11E2B254D3C968C7D0DA11C606CC06D7D7F0D786 * get_m_Group_21() const { return ___m_Group_21; }
inline ToggleGroup_t11E2B254D3C968C7D0DA11C606CC06D7D7F0D786 ** get_address_of_m_Group_21() { return &___m_Group_21; }
inline void set_m_Group_21(ToggleGroup_t11E2B254D3C968C7D0DA11C606CC06D7D7F0D786 * value)
{
___m_Group_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Group_21), (void*)value);
}
inline static int32_t get_offset_of_onValueChanged_22() { return static_cast<int32_t>(offsetof(Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106, ___onValueChanged_22)); }
inline ToggleEvent_t50D925F8E220FB47DA738411CEF9C57FF7E1DC43 * get_onValueChanged_22() const { return ___onValueChanged_22; }
inline ToggleEvent_t50D925F8E220FB47DA738411CEF9C57FF7E1DC43 ** get_address_of_onValueChanged_22() { return &___onValueChanged_22; }
inline void set_onValueChanged_22(ToggleEvent_t50D925F8E220FB47DA738411CEF9C57FF7E1DC43 * value)
{
___onValueChanged_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___onValueChanged_22), (void*)value);
}
inline static int32_t get_offset_of_m_IsOn_23() { return static_cast<int32_t>(offsetof(Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106, ___m_IsOn_23)); }
inline bool get_m_IsOn_23() const { return ___m_IsOn_23; }
inline bool* get_address_of_m_IsOn_23() { return &___m_IsOn_23; }
inline void set_m_IsOn_23(bool value)
{
___m_IsOn_23 = value;
}
};
// UnityEngine.EventSystems.Physics2DRaycaster
struct Physics2DRaycaster_t5D190F0825AA5F9E76892B852D6A5437D9981972 : public PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C
{
public:
// UnityEngine.RaycastHit2D[] UnityEngine.EventSystems.Physics2DRaycaster::m_Hits
RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* ___m_Hits_11;
public:
inline static int32_t get_offset_of_m_Hits_11() { return static_cast<int32_t>(offsetof(Physics2DRaycaster_t5D190F0825AA5F9E76892B852D6A5437D9981972, ___m_Hits_11)); }
inline RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* get_m_Hits_11() const { return ___m_Hits_11; }
inline RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165** get_address_of_m_Hits_11() { return &___m_Hits_11; }
inline void set_m_Hits_11(RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* value)
{
___m_Hits_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Hits_11), (void*)value);
}
};
// UnityEngine.EventSystems.StandaloneInputModule
struct StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 : public PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C
{
public:
// System.Single UnityEngine.EventSystems.StandaloneInputModule::m_PrevActionTime
float ___m_PrevActionTime_16;
// UnityEngine.Vector2 UnityEngine.EventSystems.StandaloneInputModule::m_LastMoveVector
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_LastMoveVector_17;
// System.Int32 UnityEngine.EventSystems.StandaloneInputModule::m_ConsecutiveMoveCount
int32_t ___m_ConsecutiveMoveCount_18;
// UnityEngine.Vector2 UnityEngine.EventSystems.StandaloneInputModule::m_LastMousePosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_LastMousePosition_19;
// UnityEngine.Vector2 UnityEngine.EventSystems.StandaloneInputModule::m_MousePosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_MousePosition_20;
// UnityEngine.GameObject UnityEngine.EventSystems.StandaloneInputModule::m_CurrentFocusedGameObject
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___m_CurrentFocusedGameObject_21;
// UnityEngine.EventSystems.PointerEventData UnityEngine.EventSystems.StandaloneInputModule::m_InputPointerEvent
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___m_InputPointerEvent_22;
// System.String UnityEngine.EventSystems.StandaloneInputModule::m_HorizontalAxis
String_t* ___m_HorizontalAxis_23;
// System.String UnityEngine.EventSystems.StandaloneInputModule::m_VerticalAxis
String_t* ___m_VerticalAxis_24;
// System.String UnityEngine.EventSystems.StandaloneInputModule::m_SubmitButton
String_t* ___m_SubmitButton_25;
// System.String UnityEngine.EventSystems.StandaloneInputModule::m_CancelButton
String_t* ___m_CancelButton_26;
// System.Single UnityEngine.EventSystems.StandaloneInputModule::m_InputActionsPerSecond
float ___m_InputActionsPerSecond_27;
// System.Single UnityEngine.EventSystems.StandaloneInputModule::m_RepeatDelay
float ___m_RepeatDelay_28;
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::m_ForceModuleActive
bool ___m_ForceModuleActive_29;
public:
inline static int32_t get_offset_of_m_PrevActionTime_16() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_PrevActionTime_16)); }
inline float get_m_PrevActionTime_16() const { return ___m_PrevActionTime_16; }
inline float* get_address_of_m_PrevActionTime_16() { return &___m_PrevActionTime_16; }
inline void set_m_PrevActionTime_16(float value)
{
___m_PrevActionTime_16 = value;
}
inline static int32_t get_offset_of_m_LastMoveVector_17() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_LastMoveVector_17)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_LastMoveVector_17() const { return ___m_LastMoveVector_17; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_LastMoveVector_17() { return &___m_LastMoveVector_17; }
inline void set_m_LastMoveVector_17(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_LastMoveVector_17 = value;
}
inline static int32_t get_offset_of_m_ConsecutiveMoveCount_18() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_ConsecutiveMoveCount_18)); }
inline int32_t get_m_ConsecutiveMoveCount_18() const { return ___m_ConsecutiveMoveCount_18; }
inline int32_t* get_address_of_m_ConsecutiveMoveCount_18() { return &___m_ConsecutiveMoveCount_18; }
inline void set_m_ConsecutiveMoveCount_18(int32_t value)
{
___m_ConsecutiveMoveCount_18 = value;
}
inline static int32_t get_offset_of_m_LastMousePosition_19() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_LastMousePosition_19)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_LastMousePosition_19() const { return ___m_LastMousePosition_19; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_LastMousePosition_19() { return &___m_LastMousePosition_19; }
inline void set_m_LastMousePosition_19(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_LastMousePosition_19 = value;
}
inline static int32_t get_offset_of_m_MousePosition_20() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_MousePosition_20)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_MousePosition_20() const { return ___m_MousePosition_20; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_MousePosition_20() { return &___m_MousePosition_20; }
inline void set_m_MousePosition_20(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_MousePosition_20 = value;
}
inline static int32_t get_offset_of_m_CurrentFocusedGameObject_21() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_CurrentFocusedGameObject_21)); }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * get_m_CurrentFocusedGameObject_21() const { return ___m_CurrentFocusedGameObject_21; }
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F ** get_address_of_m_CurrentFocusedGameObject_21() { return &___m_CurrentFocusedGameObject_21; }
inline void set_m_CurrentFocusedGameObject_21(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * value)
{
___m_CurrentFocusedGameObject_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CurrentFocusedGameObject_21), (void*)value);
}
inline static int32_t get_offset_of_m_InputPointerEvent_22() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_InputPointerEvent_22)); }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * get_m_InputPointerEvent_22() const { return ___m_InputPointerEvent_22; }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** get_address_of_m_InputPointerEvent_22() { return &___m_InputPointerEvent_22; }
inline void set_m_InputPointerEvent_22(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * value)
{
___m_InputPointerEvent_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InputPointerEvent_22), (void*)value);
}
inline static int32_t get_offset_of_m_HorizontalAxis_23() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_HorizontalAxis_23)); }
inline String_t* get_m_HorizontalAxis_23() const { return ___m_HorizontalAxis_23; }
inline String_t** get_address_of_m_HorizontalAxis_23() { return &___m_HorizontalAxis_23; }
inline void set_m_HorizontalAxis_23(String_t* value)
{
___m_HorizontalAxis_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_HorizontalAxis_23), (void*)value);
}
inline static int32_t get_offset_of_m_VerticalAxis_24() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_VerticalAxis_24)); }
inline String_t* get_m_VerticalAxis_24() const { return ___m_VerticalAxis_24; }
inline String_t** get_address_of_m_VerticalAxis_24() { return &___m_VerticalAxis_24; }
inline void set_m_VerticalAxis_24(String_t* value)
{
___m_VerticalAxis_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_VerticalAxis_24), (void*)value);
}
inline static int32_t get_offset_of_m_SubmitButton_25() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_SubmitButton_25)); }
inline String_t* get_m_SubmitButton_25() const { return ___m_SubmitButton_25; }
inline String_t** get_address_of_m_SubmitButton_25() { return &___m_SubmitButton_25; }
inline void set_m_SubmitButton_25(String_t* value)
{
___m_SubmitButton_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_SubmitButton_25), (void*)value);
}
inline static int32_t get_offset_of_m_CancelButton_26() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_CancelButton_26)); }
inline String_t* get_m_CancelButton_26() const { return ___m_CancelButton_26; }
inline String_t** get_address_of_m_CancelButton_26() { return &___m_CancelButton_26; }
inline void set_m_CancelButton_26(String_t* value)
{
___m_CancelButton_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_CancelButton_26), (void*)value);
}
inline static int32_t get_offset_of_m_InputActionsPerSecond_27() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_InputActionsPerSecond_27)); }
inline float get_m_InputActionsPerSecond_27() const { return ___m_InputActionsPerSecond_27; }
inline float* get_address_of_m_InputActionsPerSecond_27() { return &___m_InputActionsPerSecond_27; }
inline void set_m_InputActionsPerSecond_27(float value)
{
___m_InputActionsPerSecond_27 = value;
}
inline static int32_t get_offset_of_m_RepeatDelay_28() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_RepeatDelay_28)); }
inline float get_m_RepeatDelay_28() const { return ___m_RepeatDelay_28; }
inline float* get_address_of_m_RepeatDelay_28() { return &___m_RepeatDelay_28; }
inline void set_m_RepeatDelay_28(float value)
{
___m_RepeatDelay_28 = value;
}
inline static int32_t get_offset_of_m_ForceModuleActive_29() { return static_cast<int32_t>(offsetof(StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5, ___m_ForceModuleActive_29)); }
inline bool get_m_ForceModuleActive_29() const { return ___m_ForceModuleActive_29; }
inline bool* get_address_of_m_ForceModuleActive_29() { return &___m_ForceModuleActive_29; }
inline void set_m_ForceModuleActive_29(bool value)
{
___m_ForceModuleActive_29 = value;
}
};
// UnityEngine.EventSystems.TouchInputModule
struct TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 : public PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C
{
public:
// UnityEngine.Vector2 UnityEngine.EventSystems.TouchInputModule::m_LastMousePosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_LastMousePosition_16;
// UnityEngine.Vector2 UnityEngine.EventSystems.TouchInputModule::m_MousePosition
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___m_MousePosition_17;
// UnityEngine.EventSystems.PointerEventData UnityEngine.EventSystems.TouchInputModule::m_InputPointerEvent
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___m_InputPointerEvent_18;
// System.Boolean UnityEngine.EventSystems.TouchInputModule::m_ForceModuleActive
bool ___m_ForceModuleActive_19;
public:
inline static int32_t get_offset_of_m_LastMousePosition_16() { return static_cast<int32_t>(offsetof(TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945, ___m_LastMousePosition_16)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_LastMousePosition_16() const { return ___m_LastMousePosition_16; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_LastMousePosition_16() { return &___m_LastMousePosition_16; }
inline void set_m_LastMousePosition_16(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_LastMousePosition_16 = value;
}
inline static int32_t get_offset_of_m_MousePosition_17() { return static_cast<int32_t>(offsetof(TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945, ___m_MousePosition_17)); }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_m_MousePosition_17() const { return ___m_MousePosition_17; }
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_m_MousePosition_17() { return &___m_MousePosition_17; }
inline void set_m_MousePosition_17(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
{
___m_MousePosition_17 = value;
}
inline static int32_t get_offset_of_m_InputPointerEvent_18() { return static_cast<int32_t>(offsetof(TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945, ___m_InputPointerEvent_18)); }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * get_m_InputPointerEvent_18() const { return ___m_InputPointerEvent_18; }
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** get_address_of_m_InputPointerEvent_18() { return &___m_InputPointerEvent_18; }
inline void set_m_InputPointerEvent_18(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * value)
{
___m_InputPointerEvent_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_InputPointerEvent_18), (void*)value);
}
inline static int32_t get_offset_of_m_ForceModuleActive_19() { return static_cast<int32_t>(offsetof(TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945, ___m_ForceModuleActive_19)); }
inline bool get_m_ForceModuleActive_19() const { return ___m_ForceModuleActive_19; }
inline bool* get_address_of_m_ForceModuleActive_19() { return &___m_ForceModuleActive_19; }
inline void set_m_ForceModuleActive_19(bool value)
{
___m_ForceModuleActive_19 = value;
}
};
// UnityEngine.UI.Image
struct Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E : public MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F
{
public:
// UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_Sprite_36;
// UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___m_OverrideSprite_37;
// UnityEngine.UI.Image_Type UnityEngine.UI.Image::m_Type
int32_t ___m_Type_38;
// System.Boolean UnityEngine.UI.Image::m_PreserveAspect
bool ___m_PreserveAspect_39;
// System.Boolean UnityEngine.UI.Image::m_FillCenter
bool ___m_FillCenter_40;
// UnityEngine.UI.Image_FillMethod UnityEngine.UI.Image::m_FillMethod
int32_t ___m_FillMethod_41;
// System.Single UnityEngine.UI.Image::m_FillAmount
float ___m_FillAmount_42;
// System.Boolean UnityEngine.UI.Image::m_FillClockwise
bool ___m_FillClockwise_43;
// System.Int32 UnityEngine.UI.Image::m_FillOrigin
int32_t ___m_FillOrigin_44;
// System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold
float ___m_AlphaHitTestMinimumThreshold_45;
// System.Boolean UnityEngine.UI.Image::m_Tracked
bool ___m_Tracked_46;
// System.Boolean UnityEngine.UI.Image::m_UseSpriteMesh
bool ___m_UseSpriteMesh_47;
// System.Single UnityEngine.UI.Image::m_PixelsPerUnitMultiplier
float ___m_PixelsPerUnitMultiplier_48;
// System.Single UnityEngine.UI.Image::m_CachedReferencePixelsPerUnit
float ___m_CachedReferencePixelsPerUnit_49;
public:
inline static int32_t get_offset_of_m_Sprite_36() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_Sprite_36)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_Sprite_36() const { return ___m_Sprite_36; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_Sprite_36() { return &___m_Sprite_36; }
inline void set_m_Sprite_36(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___m_Sprite_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Sprite_36), (void*)value);
}
inline static int32_t get_offset_of_m_OverrideSprite_37() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_OverrideSprite_37)); }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * get_m_OverrideSprite_37() const { return ___m_OverrideSprite_37; }
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 ** get_address_of_m_OverrideSprite_37() { return &___m_OverrideSprite_37; }
inline void set_m_OverrideSprite_37(Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * value)
{
___m_OverrideSprite_37 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_OverrideSprite_37), (void*)value);
}
inline static int32_t get_offset_of_m_Type_38() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_Type_38)); }
inline int32_t get_m_Type_38() const { return ___m_Type_38; }
inline int32_t* get_address_of_m_Type_38() { return &___m_Type_38; }
inline void set_m_Type_38(int32_t value)
{
___m_Type_38 = value;
}
inline static int32_t get_offset_of_m_PreserveAspect_39() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_PreserveAspect_39)); }
inline bool get_m_PreserveAspect_39() const { return ___m_PreserveAspect_39; }
inline bool* get_address_of_m_PreserveAspect_39() { return &___m_PreserveAspect_39; }
inline void set_m_PreserveAspect_39(bool value)
{
___m_PreserveAspect_39 = value;
}
inline static int32_t get_offset_of_m_FillCenter_40() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_FillCenter_40)); }
inline bool get_m_FillCenter_40() const { return ___m_FillCenter_40; }
inline bool* get_address_of_m_FillCenter_40() { return &___m_FillCenter_40; }
inline void set_m_FillCenter_40(bool value)
{
___m_FillCenter_40 = value;
}
inline static int32_t get_offset_of_m_FillMethod_41() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_FillMethod_41)); }
inline int32_t get_m_FillMethod_41() const { return ___m_FillMethod_41; }
inline int32_t* get_address_of_m_FillMethod_41() { return &___m_FillMethod_41; }
inline void set_m_FillMethod_41(int32_t value)
{
___m_FillMethod_41 = value;
}
inline static int32_t get_offset_of_m_FillAmount_42() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_FillAmount_42)); }
inline float get_m_FillAmount_42() const { return ___m_FillAmount_42; }
inline float* get_address_of_m_FillAmount_42() { return &___m_FillAmount_42; }
inline void set_m_FillAmount_42(float value)
{
___m_FillAmount_42 = value;
}
inline static int32_t get_offset_of_m_FillClockwise_43() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_FillClockwise_43)); }
inline bool get_m_FillClockwise_43() const { return ___m_FillClockwise_43; }
inline bool* get_address_of_m_FillClockwise_43() { return &___m_FillClockwise_43; }
inline void set_m_FillClockwise_43(bool value)
{
___m_FillClockwise_43 = value;
}
inline static int32_t get_offset_of_m_FillOrigin_44() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_FillOrigin_44)); }
inline int32_t get_m_FillOrigin_44() const { return ___m_FillOrigin_44; }
inline int32_t* get_address_of_m_FillOrigin_44() { return &___m_FillOrigin_44; }
inline void set_m_FillOrigin_44(int32_t value)
{
___m_FillOrigin_44 = value;
}
inline static int32_t get_offset_of_m_AlphaHitTestMinimumThreshold_45() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_AlphaHitTestMinimumThreshold_45)); }
inline float get_m_AlphaHitTestMinimumThreshold_45() const { return ___m_AlphaHitTestMinimumThreshold_45; }
inline float* get_address_of_m_AlphaHitTestMinimumThreshold_45() { return &___m_AlphaHitTestMinimumThreshold_45; }
inline void set_m_AlphaHitTestMinimumThreshold_45(float value)
{
___m_AlphaHitTestMinimumThreshold_45 = value;
}
inline static int32_t get_offset_of_m_Tracked_46() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_Tracked_46)); }
inline bool get_m_Tracked_46() const { return ___m_Tracked_46; }
inline bool* get_address_of_m_Tracked_46() { return &___m_Tracked_46; }
inline void set_m_Tracked_46(bool value)
{
___m_Tracked_46 = value;
}
inline static int32_t get_offset_of_m_UseSpriteMesh_47() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_UseSpriteMesh_47)); }
inline bool get_m_UseSpriteMesh_47() const { return ___m_UseSpriteMesh_47; }
inline bool* get_address_of_m_UseSpriteMesh_47() { return &___m_UseSpriteMesh_47; }
inline void set_m_UseSpriteMesh_47(bool value)
{
___m_UseSpriteMesh_47 = value;
}
inline static int32_t get_offset_of_m_PixelsPerUnitMultiplier_48() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_PixelsPerUnitMultiplier_48)); }
inline float get_m_PixelsPerUnitMultiplier_48() const { return ___m_PixelsPerUnitMultiplier_48; }
inline float* get_address_of_m_PixelsPerUnitMultiplier_48() { return &___m_PixelsPerUnitMultiplier_48; }
inline void set_m_PixelsPerUnitMultiplier_48(float value)
{
___m_PixelsPerUnitMultiplier_48 = value;
}
inline static int32_t get_offset_of_m_CachedReferencePixelsPerUnit_49() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E, ___m_CachedReferencePixelsPerUnit_49)); }
inline float get_m_CachedReferencePixelsPerUnit_49() const { return ___m_CachedReferencePixelsPerUnit_49; }
inline float* get_address_of_m_CachedReferencePixelsPerUnit_49() { return &___m_CachedReferencePixelsPerUnit_49; }
inline void set_m_CachedReferencePixelsPerUnit_49(float value)
{
___m_CachedReferencePixelsPerUnit_49 = value;
}
};
struct Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_StaticFields
{
public:
// UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___s_ETC1DefaultUI_35;
// UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___s_VertScratch_50;
// UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch
Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* ___s_UVScratch_51;
// UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___s_Xy_52;
// UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___s_Uv_53;
// System.Collections.Generic.List`1<UnityEngine.UI.Image> UnityEngine.UI.Image::m_TrackedTexturelessImages
List_1_tA9C10612DACE8F188F3B35F6173354C7225A0883 * ___m_TrackedTexturelessImages_54;
// System.Boolean UnityEngine.UI.Image::s_Initialized
bool ___s_Initialized_55;
public:
inline static int32_t get_offset_of_s_ETC1DefaultUI_35() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_StaticFields, ___s_ETC1DefaultUI_35)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_s_ETC1DefaultUI_35() const { return ___s_ETC1DefaultUI_35; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_s_ETC1DefaultUI_35() { return &___s_ETC1DefaultUI_35; }
inline void set_s_ETC1DefaultUI_35(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___s_ETC1DefaultUI_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ETC1DefaultUI_35), (void*)value);
}
inline static int32_t get_offset_of_s_VertScratch_50() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_StaticFields, ___s_VertScratch_50)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_s_VertScratch_50() const { return ___s_VertScratch_50; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_s_VertScratch_50() { return &___s_VertScratch_50; }
inline void set_s_VertScratch_50(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___s_VertScratch_50 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_VertScratch_50), (void*)value);
}
inline static int32_t get_offset_of_s_UVScratch_51() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_StaticFields, ___s_UVScratch_51)); }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* get_s_UVScratch_51() const { return ___s_UVScratch_51; }
inline Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6** get_address_of_s_UVScratch_51() { return &___s_UVScratch_51; }
inline void set_s_UVScratch_51(Vector2U5BU5D_tA065A07DFC060C1B8786BBAA5F3A6577CCEB27D6* value)
{
___s_UVScratch_51 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_UVScratch_51), (void*)value);
}
inline static int32_t get_offset_of_s_Xy_52() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_StaticFields, ___s_Xy_52)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_s_Xy_52() const { return ___s_Xy_52; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_s_Xy_52() { return &___s_Xy_52; }
inline void set_s_Xy_52(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
___s_Xy_52 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Xy_52), (void*)value);
}
inline static int32_t get_offset_of_s_Uv_53() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_StaticFields, ___s_Uv_53)); }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* get_s_Uv_53() const { return ___s_Uv_53; }
inline Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28** get_address_of_s_Uv_53() { return &___s_Uv_53; }
inline void set_s_Uv_53(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* value)
{
___s_Uv_53 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Uv_53), (void*)value);
}
inline static int32_t get_offset_of_m_TrackedTexturelessImages_54() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_StaticFields, ___m_TrackedTexturelessImages_54)); }
inline List_1_tA9C10612DACE8F188F3B35F6173354C7225A0883 * get_m_TrackedTexturelessImages_54() const { return ___m_TrackedTexturelessImages_54; }
inline List_1_tA9C10612DACE8F188F3B35F6173354C7225A0883 ** get_address_of_m_TrackedTexturelessImages_54() { return &___m_TrackedTexturelessImages_54; }
inline void set_m_TrackedTexturelessImages_54(List_1_tA9C10612DACE8F188F3B35F6173354C7225A0883 * value)
{
___m_TrackedTexturelessImages_54 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_TrackedTexturelessImages_54), (void*)value);
}
inline static int32_t get_offset_of_s_Initialized_55() { return static_cast<int32_t>(offsetof(Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_StaticFields, ___s_Initialized_55)); }
inline bool get_s_Initialized_55() const { return ___s_Initialized_55; }
inline bool* get_address_of_s_Initialized_55() { return &___s_Initialized_55; }
inline void set_s_Initialized_55(bool value)
{
___s_Initialized_55 = value;
}
};
// UnityEngine.UI.Text
struct Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 : public MaskableGraphic_tDA46A5925C6A2101217C9F52C855B5C1A36A7A0F
{
public:
// UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData
FontData_t29F4568F4FB8C463AAFE6DD21FA7A812B4FF1494 * ___m_FontData_35;
// System.String UnityEngine.UI.Text::m_Text
String_t* ___m_Text_36;
// UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache
TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * ___m_TextCache_37;
// UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout
TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * ___m_TextCacheForLayout_38;
// System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback
bool ___m_DisableFontTextureRebuiltCallback_40;
// UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts
UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* ___m_TempVerts_41;
public:
inline static int32_t get_offset_of_m_FontData_35() { return static_cast<int32_t>(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_FontData_35)); }
inline FontData_t29F4568F4FB8C463AAFE6DD21FA7A812B4FF1494 * get_m_FontData_35() const { return ___m_FontData_35; }
inline FontData_t29F4568F4FB8C463AAFE6DD21FA7A812B4FF1494 ** get_address_of_m_FontData_35() { return &___m_FontData_35; }
inline void set_m_FontData_35(FontData_t29F4568F4FB8C463AAFE6DD21FA7A812B4FF1494 * value)
{
___m_FontData_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_FontData_35), (void*)value);
}
inline static int32_t get_offset_of_m_Text_36() { return static_cast<int32_t>(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_Text_36)); }
inline String_t* get_m_Text_36() const { return ___m_Text_36; }
inline String_t** get_address_of_m_Text_36() { return &___m_Text_36; }
inline void set_m_Text_36(String_t* value)
{
___m_Text_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Text_36), (void*)value);
}
inline static int32_t get_offset_of_m_TextCache_37() { return static_cast<int32_t>(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_TextCache_37)); }
inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * get_m_TextCache_37() const { return ___m_TextCache_37; }
inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 ** get_address_of_m_TextCache_37() { return &___m_TextCache_37; }
inline void set_m_TextCache_37(TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * value)
{
___m_TextCache_37 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_TextCache_37), (void*)value);
}
inline static int32_t get_offset_of_m_TextCacheForLayout_38() { return static_cast<int32_t>(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_TextCacheForLayout_38)); }
inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * get_m_TextCacheForLayout_38() const { return ___m_TextCacheForLayout_38; }
inline TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 ** get_address_of_m_TextCacheForLayout_38() { return &___m_TextCacheForLayout_38; }
inline void set_m_TextCacheForLayout_38(TextGenerator_tD455BE18A64C7DDF854F6DB3CCEBF705121C58A8 * value)
{
___m_TextCacheForLayout_38 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_TextCacheForLayout_38), (void*)value);
}
inline static int32_t get_offset_of_m_DisableFontTextureRebuiltCallback_40() { return static_cast<int32_t>(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_DisableFontTextureRebuiltCallback_40)); }
inline bool get_m_DisableFontTextureRebuiltCallback_40() const { return ___m_DisableFontTextureRebuiltCallback_40; }
inline bool* get_address_of_m_DisableFontTextureRebuiltCallback_40() { return &___m_DisableFontTextureRebuiltCallback_40; }
inline void set_m_DisableFontTextureRebuiltCallback_40(bool value)
{
___m_DisableFontTextureRebuiltCallback_40 = value;
}
inline static int32_t get_offset_of_m_TempVerts_41() { return static_cast<int32_t>(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030, ___m_TempVerts_41)); }
inline UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* get_m_TempVerts_41() const { return ___m_TempVerts_41; }
inline UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A** get_address_of_m_TempVerts_41() { return &___m_TempVerts_41; }
inline void set_m_TempVerts_41(UIVertexU5BU5D_tB560F9F9269864891FCE1677971F603A08AA857A* value)
{
___m_TempVerts_41 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_TempVerts_41), (void*)value);
}
};
struct Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_StaticFields
{
public:
// UnityEngine.Material UnityEngine.UI.Text::s_DefaultText
Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * ___s_DefaultText_39;
public:
inline static int32_t get_offset_of_s_DefaultText_39() { return static_cast<int32_t>(offsetof(Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_StaticFields, ___s_DefaultText_39)); }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * get_s_DefaultText_39() const { return ___s_DefaultText_39; }
inline Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 ** get_address_of_s_DefaultText_39() { return &___s_DefaultText_39; }
inline void set_s_DefaultText_39(Material_tF7DB3BF0C24DEC2FE0CB51E5DF5053D5223C8598 * value)
{
___s_DefaultText_39 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultText_39), (void*)value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// UnityEngine.EventSystems.BaseInput[]
struct BaseInputU5BU5D_t8D390CDD3C58D992EDA010E5AF94B42F4C73E6E3 : public RuntimeArray
{
public:
ALIGN_FIELD (8) BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * m_Items[1];
public:
inline BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 ** 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, BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.EventSystems.BaseRaycaster[]
struct BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6 : public RuntimeArray
{
public:
ALIGN_FIELD (8) BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * m_Items[1];
public:
inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 ** 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, BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.RaycastHit2D[]
struct RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165 : public RuntimeArray
{
public:
ALIGN_FIELD (8) RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE m_Items[1];
public:
inline RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE * 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, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE value)
{
m_Items[index] = value;
}
};
// UnityEngine.RaycastHit[]
struct RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57 : public RuntimeArray
{
public:
ALIGN_FIELD (8) RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 m_Items[1];
public:
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * 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, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 value)
{
m_Items[index] = value;
}
};
// UnityEngine.Display[]
struct DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * m_Items[1];
public:
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** 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, Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : 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.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);
}
};
// UnityEngine.Component[]
struct ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * m_Items[1];
public:
inline Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 ** 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, Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 m_Items[1];
public:
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * 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, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 value)
{
m_Items[index] = value;
}
};
// UnityEngine.EventSystems.RaycastResult[]
struct RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65 : public RuntimeArray
{
public:
ALIGN_FIELD (8) RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 m_Items[1];
public:
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * 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, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_GameObject_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___module_1), (void*)NULL);
#endif
}
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_GameObject_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___module_1), (void*)NULL);
#endif
}
};
// !!0[] UnityEngine.Component::GetComponents<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Component_GetComponents_TisRuntimeObject_m1B7342AF989DE9DCE4CED42BF55A0AC6FFCBF6C6_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 List_1_get_Item_m9E4BE7FD0C53A082090B98AF5576E94BBADA2930_gshared_inline (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mD0D3353E379B18064F3FB3B70FF9E2BBB000A4C6_gshared_inline (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<System.Object>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_tCDB8D379DD3CEC56B7828A86C5DCF113D208CF8D * ___functor2, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0B79BD3D65106F726053853625E32CD4EB8B7751_gshared (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, const RuntimeMethod* method);
// !!0[] UnityEngine.Component::GetComponentsInParent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Component_GetComponentsInParent_TisRuntimeObject_m334E2B648F386B328A8E5A260B686242B9B1A825_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m1EC5117AD814B97460F8F95D49A428032FE37CBF_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Insert(System.Int32,!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Component::GetComponents<System.Object>(System.Collections.Generic.List`1<!!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Component_GetComponents_TisRuntimeObject_mFCBC70128C87104A5D369A39BAA20D2A530D6063_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___results0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Clear_m4B7AF08AC7BBA143ED7EC5F528837F8212D8C422_gshared (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Sort(System.Comparison`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Sort_m30BD43C468D739533AC39043A9AFF05B168845B9_gshared (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 * ___comparison0, const RuntimeMethod* method);
// System.Void System.Comparison`1<UnityEngine.EventSystems.RaycastResult>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_m58BBCAFCC756545E286DDD8965F857883B8325E0_gshared (Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.Object>::Invoke(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m027706B0C7150736F066D5C663304CB0B80ABBF0_gshared (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * __this, RuntimeObject * ___arg00, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m38CD236F782AA440F6DDB5D90B4C9DA24CDBA3A7_gshared (UnityEvent_1_t9E897A46A46C78F7104A831E63BB081546EFFF0D * __this, const RuntimeMethod* method);
// T UnityEngine.EventSystems.ExecuteEvents::ValidateEventData<System.Object>(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ExecuteEvents_ValidateEventData_TisRuntimeObject_m6AC645E74FA8C753DD50130438B2D226EF2478E4_gshared (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___data0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared (EventFunction_1_tCDB8D379DD3CEC56B7828A86C5DCF113D208CF8D * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityAction`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_mF6AE3BA9395C61DE1466BE7BB863A77F3584EEC3_gshared (UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ObjectPool`1<System.Object>::.ctor(UnityEngine.Events.UnityAction`1<T>,UnityEngine.Events.UnityAction`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectPool_1__ctor_m2D9E8D06AAF43A706B02D87137D55B8B0F64E66A_gshared (ObjectPool_1_t3EF1AC01FF09BFF602D9F00F7E9C508ED5883E9B * __this, UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * ___actionOnGet0, UnityAction_1_t330F97880F37E23D6D0C6618DD77F28AC9EF8FA9 * ___actionOnRelease1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m64E5559535DCA25613966E1213DFEAD3610A931E_gshared (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___item0, const RuntimeMethod* method);
// System.Void System.Array::Sort<UnityEngine.RaycastHit>(!!0[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<!!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m69E5373C9D2635E306F383B980CD0888D8686E75_gshared (RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Remove(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m2204D6D532702FD13AB2A9AD8DB538E4E8FB1913_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Values()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_tC8FF485FE99AA6E0AE36BE79A5BF0673FDEDDB12 * Dictionary_2_get_Values_m64F057D77C82404A3FFDECAE7B4F1FEA871D88DF_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tDDB96E6B07B75C58A9D02033BE058D98FED1070B ValueCollection_GetEnumerator_m1C244A7E5F1DC178E95203EDA6534B4A5520D5A4_gshared (ValueCollection_tC8FF485FE99AA6E0AE36BE79A5BF0673FDEDDB12 * __this, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD1A752D17DF497577BA84B4203B85714F3794590_gshared_inline (Enumerator_tDDB96E6B07B75C58A9D02033BE058D98FED1070B * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mF32D3FAB63E8E1862746211732E311BD61412FED_gshared (Enumerator_tDDB96E6B07B75C58A9D02033BE058D98FED1070B * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m020103B665019FDC247D1DFEF111F99E80B94546_gshared (Enumerator_tDDB96E6B07B75C58A9D02033BE058D98FED1070B * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m482455899CE0084909A48605A2F722B2F1307FB7_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tC0410598D958D8FA61F7F1A803A0B7F242CEF1C6 Dictionary_2_GetEnumerator_mE47C13FC1B2BACBEE6F795B0E40E6406CAC55D4B_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,System.Object>::get_Current()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C Enumerator_get_Current_m73F8FC135A20BDFEA0846D8FC876863ED85FEA49_gshared_inline (Enumerator_tC0410598D958D8FA61F7F1A803A0B7F242CEF1C6 * __this, const RuntimeMethod* method);
// !1 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mAD6801F3BC9BA1E99D4E0F72B2B420182D0494FC_gshared_inline (KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::get_Key()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m89B687D373FBE3D230647CA0C536235E12AD829C_gshared_inline (KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C * __this, 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_m637AE52AC4BDE5BEB1D89BE4B75E49B4C328EFC9_gshared (Enumerator_tC0410598D958D8FA61F7F1A803A0B7F242CEF1C6 * __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_m772E7049D8DA96AF5021EA09C3E6322CD4BFBDFC_gshared (Enumerator_tC0410598D958D8FA61F7F1A803A0B7F242CEF1C6 * __this, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::GetEventHandler<System.Object>(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ExecuteEvents_GetEventHandler_TisRuntimeObject_m5740E26204A115597421DC622828C0601C2BECA8_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___root0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<System.Object>::Contains(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_mE08D561E86879A26245096C572A8593279383FDB_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::ExecuteHierarchy<System.Object>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ExecuteEvents_ExecuteHierarchy_TisRuntimeObject_m2E66C1E626886F04E8AEC36183F9E982392C62F3_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___root0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_tCDB8D379DD3CEC56B7828A86C5DCF113D208CF8D * ___callbackFunction2, const RuntimeMethod* method);
// System.String System.Collections.Generic.KeyValuePair`2<System.Int32,System.Object>::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeyValuePair_2_ToString_m0D9B1B8F8060F2025D89067DC25F304594B913D8_gshared (KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<System.Int32Enum>(T&,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m76936C9575407370B372F3129E2167612CAD96D6_gshared (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<System.Single>(T&,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SetPropertyUtility_SetStruct_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m6B92E9DBB617F41521167EC577711373C564EDCF_gshared (float* ___currentValue0, float ___newValue1, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexedSet_1__ctor_m78A15E3E0B20E8E78B6D3502F8CA7EE753AD0818_gshared (IndexedSet_1_t240606B62D2B3D9912AED248655C0479DD5BDE0C * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.UI.Collections.IndexedSet`1<System.Object>::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IndexedSet_1_get_Count_mEEA1184D1474B3B4B357EFC2C064908980921A1B_gshared (IndexedSet_1_t240606B62D2B3D9912AED248655C0479DD5BDE0C * __this, const RuntimeMethod* method);
// T UnityEngine.UI.Collections.IndexedSet`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * IndexedSet_1_get_Item_m8038D1362CB76F6CE791721319823B86D9DD2797_gshared (IndexedSet_1_t240606B62D2B3D9912AED248655C0479DD5BDE0C * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexedSet_1_RemoveAt_m5EA6CD03F4AEE2C8CDFA09F397C8510E23372D85_gshared (IndexedSet_1_t240606B62D2B3D9912AED248655C0479DD5BDE0C * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::Sort(System.Comparison`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexedSet_1_Sort_mA748E0136CD04139BF95AF1EFE828776AA2FA9D4_gshared (IndexedSet_1_t240606B62D2B3D9912AED248655C0479DD5BDE0C * __this, Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4 * ___sortLayoutFunction0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Collections.IndexedSet`1<System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexedSet_1_Clear_m0CE62BD950A168D1D01E16EE1DCBCDDC5C416F73_gshared (IndexedSet_1_t240606B62D2B3D9912AED248655C0479DD5BDE0C * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.Collections.IndexedSet`1<System.Object>::Contains(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IndexedSet_1_Contains_mB738528F8692F630112FD2539CE74D7B43AF4962_gshared (IndexedSet_1_t240606B62D2B3D9912AED248655C0479DD5BDE0C * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.Collections.IndexedSet`1<System.Object>::AddUnique(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IndexedSet_1_AddUnique_m1ECFE9938B5A00144BDA633A8D25A58316124761_gshared (IndexedSet_1_t240606B62D2B3D9912AED248655C0479DD5BDE0C * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.Collections.IndexedSet`1<System.Object>::Remove(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IndexedSet_1_Remove_m658717377F61EDE4C423765165C7C5FF30773E7B_gshared (IndexedSet_1_t240606B62D2B3D9912AED248655C0479DD5BDE0C * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Void System.Comparison`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparison_1__ctor_m3445CDEBFFF4A3A9EAED69CBCC2D247630CA5BD4_gshared (Comparison_1_tD9DBDF7B2E4774B4D35E113A76D75828A24641F4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::Invoke(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m6D64470308FE35C0990F9878C1E3F6735643D39E_gshared (UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___arg00, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::AddListener(UnityEngine.Events.UnityAction`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m2C8C24086598C0C84A9C4A06C17E30E42294E50A_gshared (UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8 * __this, UnityAction_1_t8523D5D21ADA168AED3BD9CFFCED8FF87199DE9D * ___call0, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m7D3D9F37407C6599DAD458464F115E98A48A6C6A_gshared (UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::Invoke(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_m79A370B4DEEE382453AA91E44FE0718B354DC759_gshared (UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6 * __this, float ___arg00, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::AddListener(UnityEngine.Events.UnityAction`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m2B3C82F28F7B39809850DE6DBF22D9751C8D6394_gshared (UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6 * __this, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___call0, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1__ctor_m029309819C0547BE76007CF58B8EB0BC5BB9765C_gshared (UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::Invoke(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_Invoke_mAC9BEEF287D58E79A447A57E28D3679F9B199D70_gshared (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * __this, int32_t ___arg00, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenRunner_1__ctor_m3BA236F3CC80F207C28B3A6B2D5C116C483AE872_gshared (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>::Init(UnityEngine.MonoBehaviour)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TweenRunner_1_Init_m17E5E1BE0EB8226EA16AA2C2AB572E1B225BECD2_gshared_inline (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * __this, MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * ___coroutineContainer0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m629B40CD4286736C328FA496AAFC388F697CF984_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponentInChildren<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Component_GetComponentInChildren_TisRuntimeObject_m2094C39A775FDD39B5FB9B5A77E988F3482DC46B_gshared (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// T UnityEngine.UI.Dropdown::GetOrAddComponent<System.Object>(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dropdown_GetOrAddComponent_TisRuntimeObject_m996F3C9DE85AFE448A59C06D82E3EC5D1AB7B496_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___go0, const RuntimeMethod* method);
// System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<System.Object>::Get()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ListPool_1_Get_mD763F64B9987BBE7DC6092E7C6014A51106D1362_gshared (const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::GetComponentsInParent<System.Object>(System.Boolean,System.Collections.Generic.List`1<!!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_GetComponentsInParent_TisRuntimeObject_mC3454F259E41C0D52B90FC8BD265FE83AA5D6C81_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___includeInactive0, List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___results1, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ListPool`1<System.Object>::Release(System.Collections.Generic.List`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListPool_1_Release_m377C6B9E4F57B5F932E838F423B6204E45FF45A5_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___toRelease0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponentInChildren<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GameObject_GetComponentInChildren_TisRuntimeObject_m29A18F5AEC1DD0A23BB53D51D813EA0ACE9AE27C_gshared (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m18CA7901D895C4EFF9722B01F9CCBB555B6E1165_gshared (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.Boolean>::AddListener(UnityEngine.Events.UnityAction`1<!0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_mD63C8616B316F25095F83F39E25D7E567AA72AB0_gshared (UnityEvent_1_tE040CE348097B63925504E9E6AFCD89D46798FE3 * __this, UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * ___call0, const RuntimeMethod* method);
// !!0 UnityEngine.Object::Instantiate<System.Object>(!!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Object_Instantiate_TisRuntimeObject_m4566F033303F52A6D430A06E5FA2D29E2A8D6ED3_gshared (RuntimeObject * ___original0, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityAction`1<System.Single>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m4A0C4C988C2B9F801D155D22295CF4DA2DBFDC0D_gshared (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>::StartTween(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TweenRunner_1_StartTween_m1C12D6475DFCA47D74844FD2395C1057AF1CA41D_gshared (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * __this, FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A ___info0, 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 UnityEngine.EventSystems.BaseEventData::.ctor(UnityEngine.EventSystems.EventSystem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseEventData__ctor_mA58C6566C43F8624C85203FAE2B27528C584675E (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * __this, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___eventSystem0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 (const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.AxisEventData::set_moveVector(UnityEngine.Vector2)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AxisEventData_set_moveVector_m355ADAD19DE3EA67459EAE40FAEAEBE93414FEA3_inline (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.AxisEventData::set_moveDir(UnityEngine.EventSystems.MoveDirection)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AxisEventData_set_moveDir_mD16579255C9B76717A3B349BCFBB371044E23EFA_inline (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.AbstractEventData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractEventData__ctor_mD80BC34325B6235E48E02789647C69D4F283434E (AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6 * __this, const RuntimeMethod* method);
// UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.EventSystem::get_currentInputModule()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * EventSystem_get_currentInputModule_mAA917C940E32ECAC4324D6824A9E0A951F16D891_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::get_currentSelectedGameObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.EventSystem::SetSelectedGameObject(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_SetSelectedGameObject_m3347D67C1A6386E6D7AF89773DC2960953B9C702 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___selected0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___pointer1, const RuntimeMethod* method);
// System.String UnityEngine.Input::get_compositionString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Input_get_compositionString_mA2BEBDED6F15265EDDB37D9E7160FE7580D7617C (const RuntimeMethod* method);
// UnityEngine.IMECompositionMode UnityEngine.Input::get_imeCompositionMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Input_get_imeCompositionMode_mAE9FA70DAEF3BE429C51FC48001368428FB2CA10 (const RuntimeMethod* method);
// System.Void UnityEngine.Input::set_imeCompositionMode(UnityEngine.IMECompositionMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Input_set_imeCompositionMode_m28AAFBFFD38640C3E0F15809C5D0C165B1EEA9A6 (int32_t ___value0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Input::get_compositionCursorPos()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Input_get_compositionCursorPos_mCCF0BB765BC2668E19AD2832DEE7A3D1882777D8 (const RuntimeMethod* method);
// System.Void UnityEngine.Input::set_compositionCursorPos(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Input_set_compositionCursorPos_m39EB58D705F1E2D30D45480AF918CA098189F326 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Input::get_mousePresent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_get_mousePresent_m84357E5B596CD17272874EF83E2D2F2864580E05 (const RuntimeMethod* method);
// System.Boolean UnityEngine.Input::GetMouseButtonDown(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButtonDown_m5AD76E22AA839706219AD86A4E0BE5276AF8E28A (int32_t ___button0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Input::GetMouseButtonUp(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButtonUp_m4899272EB31D43EC4A3A1A115843CD3D9AA2C4EC (int32_t ___button0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Input::GetMouseButton(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetMouseButton_m43C68DE93C7D990E875BA53C4DEC9CA6230C8B79 (int32_t ___button0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.UI.MultipleDisplayUtilities::GetMousePositionRelativeToMainDisplayResolution()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D MultipleDisplayUtilities_GetMousePositionRelativeToMainDisplayResolution_m2D3CB08174B28122E201011E77C0A1BE762C948C (const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Input::get_mouseScrollDelta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Input_get_mouseScrollDelta_m66F785090C429CE7DCDEF09C92CDBDD08FCDE98D (const RuntimeMethod* method);
// System.Boolean UnityEngine.Input::get_touchSupported()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_get_touchSupported_m59811A353627249C934E8FF7A6F3C4A7883978E9 (const RuntimeMethod* method);
// System.Int32 UnityEngine.Input::get_touchCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Input_get_touchCount_m497E19AA4FA22DB659F631B20FAEF65572D1B44E (const RuntimeMethod* method);
// UnityEngine.Touch UnityEngine.Input::GetTouch(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 Input_GetTouch_m8082D8EE3A187488373CE6AC66A70B0AAD7CC23F (int32_t ___index0, const RuntimeMethod* method);
// System.Single UnityEngine.Input::GetAxisRaw(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Input_GetAxisRaw_mC68301A9D93702F0C393E45C6337348062EACE21 (String_t* ___axisName0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Input::GetButtonDown(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Input_GetButtonDown_m1E80BAC5CCBE9E0151491B8F8F5FFD6AB050BBF0 (String_t* ___buttonName0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.UIBehaviour::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour__ctor_m270FFBC65602196134042BD4E24DB093883A1BAF (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
// !!0[] UnityEngine.Component::GetComponents<UnityEngine.EventSystems.BaseInput>()
inline BaseInputU5BU5D_t8D390CDD3C58D992EDA010E5AF94B42F4C73E6E3* Component_GetComponents_TisBaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82_m6F23E3795BE7E17A40BCA0064E9BFA4892670874 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( BaseInputU5BU5D_t8D390CDD3C58D992EDA010E5AF94B42F4C73E6E3* (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_m1B7342AF989DE9DCE4CED42BF55A0AC6FFCBF6C6_gshared)(__this, method);
}
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __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.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);
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.EventSystems.BaseInput>()
inline BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * GameObject_AddComponent_TisBaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82_m1712CB24202FFDF87FC820B58224D773637E860A (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void UnityEngine.EventSystems.UIBehaviour::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnEnable_mC9822F55BFE331807411109DA82D6AE5EF46E2C2 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<UnityEngine.EventSystems.EventSystem>()
inline EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * Component_GetComponent_TisEventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_m72CF57F3AD96E6CADECF5DDE79D3592A4D5E09A7 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared)(__this, method);
}
// System.Void UnityEngine.EventSystems.EventSystem::UpdateModules()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_UpdateModules_mF34D9E9C84AE5FF0968292C4E3390AD0AB89DBA9 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.UIBehaviour::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnDisable_mDA7B89CA939C50BD6F81CC350C2969755B1576A0 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::get_Item(System.Int32)
inline RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 List_1_get_Item_m9E4BE7FD0C53A082090B98AF5576E94BBADA2930_inline (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 (*) (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 *, int32_t, const RuntimeMethod*))List_1_get_Item_m9E4BE7FD0C53A082090B98AF5576E94BBADA2930_gshared_inline)(__this, ___index0, method);
}
// UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::get_gameObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::get_Count()
inline int32_t List_1_get_Count_mD0D3353E379B18064F3FB3B70FF9E2BBB000A4C6_inline (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 *, const RuntimeMethod*))List_1_get_Count_mD0D3353E379B18064F3FB3B70FF9E2BBB000A4C6_gshared_inline)(__this, method);
}
// UnityEngine.EventSystems.MoveDirection UnityEngine.EventSystems.BaseInputModule::DetermineMoveDirection(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseInputModule_DetermineMoveDirection_mD3EE701CE69F63DEBBF2B9D3FB62F550A4DAD8D8 (float ___x0, float ___y1, float ___deadZone2, const RuntimeMethod* method);
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, float ___x0, float ___y1, const RuntimeMethod* method);
// System.Single UnityEngine.Vector2::get_sqrMagnitude()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.Transform::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::get_pointerEnter()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.GameObject>::get_Item(System.Int32)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * List_1_get_Item_mB59D528B0017953D5CB28B8B9BE96CD8EB324FB7_inline (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerExitHandler> UnityEngine.EventSystems.ExecuteEvents::get_pointerExitHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * ExecuteEvents_get_pointerExitHandler_mE5EC9537676A055EEE178A4E6B58D96F9B4AC301_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IPointerExitHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mB20668889389963BD43CEF5EE53F3C20967AB3AC (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.GameObject>::get_Count()
inline int32_t List_1_get_Count_m9C1B1A3A565196DE22D197A9BC1F33552B7348EE_inline (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.GameObject>::Clear()
inline void List_1_Clear_mBCE571B6C900625F3994CD3B9C7A376D3A8C64DE (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerEnter(UnityEngine.GameObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pointerEnter_mB891C530B173BCDF4FDD5CC757A30AE498D77360_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___exists0, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.BaseInputModule::FindCommonRoot(UnityEngine.GameObject,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * BaseInputModule_FindCommonRoot_m1995190ADC1341F180811C5213F1CA522B6282A5 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___g10, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___g21, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<UnityEngine.GameObject>::Remove(!0)
inline bool List_1_Remove_m6CA4A1C33BAAB4EE961EA443ECCD9972EF7274B6 (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B *, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, ___item0, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerEnterHandler> UnityEngine.EventSystems.ExecuteEvents::get_pointerEnterHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * ExecuteEvents_get_pointerEnterHandler_mFD5296E38EB1C5EB6D16CB83913430FEEBF889A5_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IPointerEnterHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisIPointerEnterHandler_tD4E3109B19B18A39FE89A2386C453D3F5019026B_m6984E79BA0001DC75FE000B58D9DE374053A7311 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.GameObject>::Add(!0)
inline void List_1_Add_m3F7B0DBB84912A2D10FB3328CF93B90917C7C687 (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B *, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseInputModule::get_eventSystem()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.AxisEventData::.ctor(UnityEngine.EventSystems.EventSystem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisEventData__ctor_m6854820EBB8321AD2472069A2D55A2242D0A51B1 (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___eventSystem0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Behaviour::get_enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_enabled_mAA0C9ED5A3D1589C1C8AA22636543528DB353CFB (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.GameObject::get_activeInHierarchy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeInHierarchy_mDEE60F1B28281974BA9880EC448682F3DAABB1EF (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::.ctor()
inline void List_1__ctor_m0B79BD3D65106F726053853625E32CD4EB8B7751 (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 *, const RuntimeMethod*))List_1__ctor_m0B79BD3D65106F726053853625E32CD4EB8B7751_gshared)(__this, method);
}
// !!0[] UnityEngine.Component::GetComponentsInParent<UnityEngine.EventSystems.BaseRaycaster>()
inline BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* Component_GetComponentsInParent_TisBaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966_mA53CA3BE4D53DA7CB02AD9E8D078821E2DD8F3EB (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponentsInParent_TisRuntimeObject_m334E2B648F386B328A8E5A260B686242B9B1A825_gshared)(__this, method);
}
// System.String System.String::Concat(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.RaycasterManager::AddRaycaster(UnityEngine.EventSystems.BaseRaycaster)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycasterManager_AddRaycaster_mE3A5D2AA12657F81E20AF477E084ED4C11E62A0F (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___baseRaycaster0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.RaycasterManager::RemoveRaycasters(UnityEngine.EventSystems.BaseRaycaster)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycasterManager_RemoveRaycasters_mF59A19B82C1D199DB38350293C5CAD6F92EBA1EE (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___baseRaycaster0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.UIBehaviour::OnCanvasHierarchyChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnCanvasHierarchyChanged_m63F9F4A5B982D0417EEDCB780B12EC0946A68FB5 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.UIBehaviour::OnTransformParentChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnTransformParentChanged_m94918707543A748636155588EAE7D50A471D9EDE (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::get_Count()
inline int32_t List_1_get_Count_mF46FA45D9293C283707CADAB8FF0F71D3EAC7571_inline (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::get_Item(System.Int32)
inline EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * List_1_get_Item_m4BE4367E2CA938E33B77B8203FBF713259F9EE59_inline (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * (*) (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::IndexOf(!0)
inline int32_t List_1_IndexOf_m34FD846CD6CDF3D25F96CD01EDA43033F0133718 (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * __this, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B *, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 *, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m130C96EF6C4E93D6C130933781A2CB39D4E8140A (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m1EC5117AD814B97460F8F95D49A428032FE37CBF_gshared)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::Insert(System.Int32,!0)
inline void List_1_Insert_m9DB8E0D07B9410B09E1C826D8AF2C0F9BFE8F5A9 (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * __this, int32_t ___index0, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___item1, const RuntimeMethod* method)
{
(( void (*) (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B *, int32_t, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 *, const RuntimeMethod*))List_1_Insert_m327E513FB78F72441BBF2756AFCC788F89A4FA52_gshared)(__this, ___index0, ___item1, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>::.ctor()
inline void List_1__ctor_m2AC2B6DAFC2D05EA8E9917A96E9042270CE455D3 (List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void UnityEngine.Component::GetComponents<UnityEngine.EventSystems.BaseInputModule>(System.Collections.Generic.List`1<!!0>)
inline void Component_GetComponents_TisBaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939_m124AE591CF3C2BFBD7D7F3600078193AAA1E5E30 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * ___results0, const RuntimeMethod* method)
{
(( void (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 *, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_mFCBC70128C87104A5D369A39BAA20D2A530D6063_gshared)(__this, ___results0, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>::get_Count()
inline int32_t List_1_get_Count_m1239326B0ED12B9B0BF01FB2E92BF575BF64FF59_inline (List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>::get_Item(System.Int32)
inline BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_inline (List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * (*) (List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m010D0866C07C620A68790CB11CA76AA915852040 (List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m1EC5117AD814B97460F8F95D49A428032FE37CBF_gshared)(__this, ___index0, method);
}
// System.String System.String::Concat(System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC (RuntimeObject * ___arg00, RuntimeObject * ___arg11, RuntimeObject * ___arg22, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogError(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29 (RuntimeObject * ___message0, const RuntimeMethod* method);
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDeselectHandler> UnityEngine.EventSystems.ExecuteEvents::get_deselectHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * ExecuteEvents_get_deselectHandler_mEAA9E3701CC972EFDD20B30E9B3CD9302B2FD668_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IDeselectHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisIDeselectHandler_t7A98A4E16B7F39F827584A16F120FD4FC001997D_m9F29ABD77C7926339ED03713DFCE0C2A4F856865 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ISelectHandler> UnityEngine.EventSystems.ExecuteEvents::get_selectHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * ExecuteEvents_get_selectHandler_m26186C0D78CA4A8AFA0789A09F488F7E186BE1C8_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.ISelectHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisISelectHandler_t05E0943DEF2BC53023C2E4BF4C815E0EDE82C0F4_mBB74353BC9199C9CB05A6C0BD17AB89F1E06F4F7 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t7521247C87411935E8A2CA38683533083459473F *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.EventSystem::get_baseEventDataCache()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * EventSystem_get_baseEventDataCache_m2B14076E5EF918BE1A94F16DE1A827AC1401BC89 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Camera::get_depth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method);
// System.Int32 System.Int32::CompareTo(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m2EB2B72F9095FF3438D830118D57E32E1CC67195 (int32_t* __this, int32_t ___value0, const RuntimeMethod* method);
// System.Int32 UnityEngine.SortingLayer::GetLayerValueFromID(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SortingLayer_GetLayerValueFromID_m564F9C83200E5EC3E9578A75854CB943CE5546F8 (int32_t ___id0, const RuntimeMethod* method);
// UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.BaseRaycaster::get_rootRaycaster()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * BaseRaycaster_get_rootRaycaster_m4DF6B023C195A4E8E9AF8D8E411379A9052D80A5 (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method);
// System.Int32 System.Single::CompareTo(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC (float* __this, float ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Clear()
inline void List_1_Clear_m4B7AF08AC7BBA143ED7EC5F528837F8212D8C422 (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 *, const RuntimeMethod*))List_1_Clear_m4B7AF08AC7BBA143ED7EC5F528837F8212D8C422_gshared)(__this, method);
}
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster> UnityEngine.EventSystems.RaycasterManager::GetRaycasters()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * RaycasterManager_GetRaycasters_m3088F1DFEEDD695546B8CC290E34FD6093CD264D_inline (const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::get_Item(System.Int32)
inline BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * List_1_get_Item_m3BAB7EF069721A0F0181E41153C20AC8343C2FB1_inline (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * (*) (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::get_Count()
inline int32_t List_1_get_Count_m8CEE4B9E166541BE0F45A179C0F98197EA2393B1_inline (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Sort(System.Comparison`1<!0>)
inline void List_1_Sort_m30BD43C468D739533AC39043A9AFF05B168845B9 (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 * ___comparison0, const RuntimeMethod* method)
{
(( void (*) (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 *, Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 *, const RuntimeMethod*))List_1_Sort_m30BD43C468D739533AC39043A9AFF05B168845B9_gshared)(__this, ___comparison0, method);
}
// System.Boolean UnityEngine.EventSystems.EventSystem::IsPointerOverGameObject(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSystem_IsPointerOverGameObject_m00CDF0FF5EA712D14B7966DD8270931A13EABA91 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, int32_t ___pointerId0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::Add(!0)
inline void List_1_Add_m13BE8F842288DFE42CD77EB912E785E9A0DE0933 (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * __this, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B *, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::Remove(!0)
inline bool List_1_Remove_mC6152B2DC8825E4F5F3AAE8C229EBC191755AA69 (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * __this, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B *, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 *, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, ___item0, method);
}
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.EventSystem::get_current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * EventSystem_get_current_m3151477735829089F66A3E46AD6DAB14CFDDE7BD (const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.EventSystem::TickModules()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_TickModules_m7C60756590E96EBA52FEA961ED6F3548E40C9231 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.EventSystem::ChangeEventModule(UnityEngine.EventSystems.BaseInputModule)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_ChangeEventModule_m4A3010299F57C492A10AABF29568BC2CD6185DE6 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * ___module0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendLine(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mB5B3F68726B05CD404C8C8D8F5A3D2A58FF16BB9 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>::.ctor()
inline void List_1__ctor_m2A7854D8E42C40E8A3C7E2606767C8F13F7D39BA (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Comparison`1<UnityEngine.EventSystems.RaycastResult>::.ctor(System.Object,System.IntPtr)
inline void Comparison_1__ctor_m58BBCAFCC756545E286DDD8965F857883B8325E0 (Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m58BBCAFCC756545E286DDD8965F857883B8325E0_gshared)(__this, ___object0, ___method1, method);
}
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry> UnityEngine.EventSystems.EventTrigger::get_triggers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * EventTrigger_get_triggers_mC7BC90E3D01E4107C3BCA70DC6B1E11E5BCDBB40 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.EventTrigger::set_triggers(System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EventTrigger_set_triggers_mC0AB6B03331A1D1E51AB9C0457DA7A4C3006DFEA_inline (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.MonoBehaviour::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>::.ctor()
inline void List_1__ctor_m96E257B92BD6834B76890708B1B718FA5CC36FD2 (List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>::get_Count()
inline int32_t List_1_get_Count_m4800830435D5822F8E08F087A9EA6A207A7490D3_inline (List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger/Entry>::get_Item(System.Int32)
inline Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E * List_1_get_Item_m7F1EB9EBAA3429AC44F543307039106137940316_inline (List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E * (*) (List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.EventSystems.BaseEventData>::Invoke(!0)
inline void UnityEvent_1_Invoke_m0B4728DD4B5405CB467A8116AD74446AC1DEC8A1 (UnityEvent_1_t55DE148B605149DF84E469388B37672EE507573E * __this, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___arg00, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_t55DE148B605149DF84E469388B37672EE507573E *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, const RuntimeMethod*))UnityEvent_1_Invoke_m027706B0C7150736F066D5C663304CB0B80ABBF0_gshared)(__this, ___arg00, method);
}
// System.Void UnityEngine.EventSystems.EventTrigger::Execute(UnityEngine.EventSystems.EventTriggerType,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, int32_t ___id0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.EventTrigger/TriggerEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerEvent__ctor_mE5A64BDC6F94313C8240612A623EAAB29F25ADAF (TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.EventSystems.BaseEventData>::.ctor()
inline void UnityEvent_1__ctor_m8B8E1D4BA8008D5CBB2C820BD15366119399C7AC (UnityEvent_1_t55DE148B605149DF84E469388B37672EE507573E * __this, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_t55DE148B605149DF84E469388B37672EE507573E *, const RuntimeMethod*))UnityEvent_1__ctor_m38CD236F782AA440F6DDB5D90B4C9DA24CDBA3A7_gshared)(__this, method);
}
// T UnityEngine.EventSystems.ExecuteEvents::ValidateEventData<UnityEngine.EventSystems.PointerEventData>(UnityEngine.EventSystems.BaseEventData)
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18 (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___data0, const RuntimeMethod* method)
{
return (( PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * (*) (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, const RuntimeMethod*))ExecuteEvents_ValidateEventData_TisRuntimeObject_m6AC645E74FA8C753DD50130438B2D226EF2478E4_gshared)(___data0, method);
}
// T UnityEngine.EventSystems.ExecuteEvents::ValidateEventData<UnityEngine.EventSystems.AxisEventData>(UnityEngine.EventSystems.BaseEventData)
inline AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * ExecuteEvents_ValidateEventData_TisAxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442_mBBF734D77FCE3114EB1831C662BD8FB7A9CB1505 (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___data0, const RuntimeMethod* method)
{
return (( AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * (*) (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, const RuntimeMethod*))ExecuteEvents_ValidateEventData_TisRuntimeObject_m6AC645E74FA8C753DD50130438B2D226EF2478E4_gshared)(___data0, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerEnterHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_mF197635D90663370740EB73CD048F852015374DD (EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerExitHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_mB71F16FB869993509538E2424D5F49C009A71B78 (EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerDownHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_mD02F82D146FA4426B09998CC9BE010AF5A22EEE0 (EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerUpHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_mE9D3FC96C19D7F3AE88A33CBE8D2CDE59E2476A5 (EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerClickHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_m7706CF15253268665865C8161112DD32A8F6FD34 (EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IInitializePotentialDragHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_m4FB7F424208F358BCBCC2288EA656150E5AB8D19 (EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IBeginDragHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_m1C34C6D4911EFF31AA02E28BBC848724DF505F40 (EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDragHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_mC154317E99EACC0E13227ACDE993105B5ED5DB34 (EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IEndDragHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_mDD1CEC3F19F9194C95C301EC7F0698321F5BB478 (EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDropHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_mCFA19E1DCCC9AF942A92B2BE25D28C212E697A03 (EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IScrollHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_m92D608308B7A6A524ABCB94143D278DEC932010B (EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IUpdateSelectedHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_m44E736A3C215ABD0B765142EB593FAE360C44755 (EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ISelectHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_m9F8A370565A5F8B5B42475A4DBE87FD0B7D2ADFA (EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t7521247C87411935E8A2CA38683533083459473F *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDeselectHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_m14C47B6D525957CCCD09A47F27682A14A0537384 (EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IMoveHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_m89EA4150AA6DA62A6983A81A1CE741AC59451496 (EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ISubmitHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_m0B9A05DFFE2684605CCCD336F060FAC52F011FE3 (EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ICancelHandler>::.ctor(System.Object,System.IntPtr)
inline void EventFunction_1__ctor_m721AEE02A551A5472017C7625CA42CF210A14255 (EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 *, RuntimeObject *, intptr_t, const RuntimeMethod*))EventFunction_1__ctor_mC3690E11086D102EEB1BCC561DCA0ACD61D055D1_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.Events.UnityAction`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>>::.ctor(System.Object,System.IntPtr)
inline void UnityAction_1__ctor_mA48FF78867DBA4F400329378D2DA72CF9807E3C3 (UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_mF6AE3BA9395C61DE1466BE7BB863A77F3584EEC3_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.UI.ObjectPool`1<System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>>::.ctor(UnityEngine.Events.UnityAction`1<T>,UnityEngine.Events.UnityAction`1<T>)
inline void ObjectPool_1__ctor_mE661E93AA343959DDD9C7D713348DFC1D60EECC8 (ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588 * __this, UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD * ___actionOnGet0, UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD * ___actionOnRelease1, const RuntimeMethod* method)
{
(( void (*) (ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588 *, UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD *, UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD *, const RuntimeMethod*))ObjectPool_1__ctor_m2D9E8D06AAF43A706B02D87137D55B8B0F64E66A_gshared)(__this, ___actionOnGet0, ___actionOnRelease1, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Transform>::.ctor(System.Int32)
inline void List_1__ctor_mA0435B4C0B6123BBB22C435040A573CA7CAE8020 (List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91 * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91 *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, method);
}
// System.Void UnityEngine.EventSystems.ExecuteEvents/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m919606841B6135F79DD98C8ADA83F41FA354F1EA (U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>::Clear()
inline void List_1_Clear_m52B26038C127BFB22E86E61B648D76B93879FA8D (List_1_tF4A102204249A5D86BDDF4956B0F3550E341746F * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF4A102204249A5D86BDDF4956B0F3550E341746F *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void UnityEngine.EventSystems.PhysicsRaycaster::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhysicsRaycaster__ctor_mE6B5EB334DE25F1DE5725599B3A990C8D5A54F70 (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.PhysicsRaycaster::ComputeRayAndDistance(UnityEngine.EventSystems.PointerEventData,UnityEngine.Ray&,System.Int32&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PhysicsRaycaster_ComputeRayAndDistance_m3304D9B85EDCE08A7BC0F3EF435A5A36B2AE3026 (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * ___ray1, int32_t* ___eventDisplayIndex2, float* ___distanceToClipPlane3, const RuntimeMethod* method);
// System.Int32 UnityEngine.EventSystems.PhysicsRaycaster::get_maxRayIntersections()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PhysicsRaycaster_get_maxRayIntersections_m731D62B45F87B97DCBBE0DA728B8653E64995ABF_inline (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, const RuntimeMethod* method);
// UnityEngine.UI.ReflectionMethodsCache UnityEngine.UI.ReflectionMethodsCache::get_Singleton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * ReflectionMethodsCache_get_Singleton_m6C50C55DEEA425161B73545918267BB90B7FCB9B (const RuntimeMethod* method);
// System.Int32 UnityEngine.EventSystems.PhysicsRaycaster::get_finalEventMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PhysicsRaycaster_get_finalEventMask_m635B6C7C9CFA5B94FF623AC31044C57DDE0E6C2F (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, const RuntimeMethod* method);
// UnityEngine.RaycastHit2D[] UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllCallback::Invoke(UnityEngine.Ray,System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* GetRayIntersectionAllCallback_Invoke_m57AD088B59768E362F4EA3B665E5153E9282D511 (GetRayIntersectionAllCallback_t68C2581CCF05E868297EBD3F3361274954845095 * __this, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___r0, float ___f1, int32_t ___i2, const RuntimeMethod* method);
// System.Int32 UnityEngine.UI.ReflectionMethodsCache/GetRayIntersectionAllNonAllocCallback::Invoke(UnityEngine.Ray,UnityEngine.RaycastHit2D[],System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetRayIntersectionAllNonAllocCallback_Invoke_mB9D518882273DDC16919EE0122A97D629FD0457F (GetRayIntersectionAllNonAllocCallback_tAD7508D45DB6679B6394983579AD18D967CC2AD4 * __this, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___r0, RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* ___results1, float ___f2, int32_t ___i3, const RuntimeMethod* method);
// UnityEngine.Collider2D UnityEngine.RaycastHit2D::get_collider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider2D_tD64BE58E48B95D89D349FEAB54D0FE2EEBF83379 * RaycastHit2D_get_collider_m6A7EC53B2E179C2EFF4F29018A132B2979CBE976 (RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.SpriteRenderer>()
inline SpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F * GameObject_GetComponent_TisSpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F_mD25CEAAA219FA1235F8E88F914D2F8AC57303538 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( SpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.EventSystems.RaycastResult::set_gameObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RaycastResult_set_gameObject_m4EB676328BEC6E2C3A2AFBA4B405CEDDEAEBBFFA_inline (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.Component::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.RaycastHit2D::get_point()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D RaycastHit2D_get_point_mC567E234B1B673C3A9819023C3DC97C781443098 (RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___v0, const RuntimeMethod* method);
// System.Single UnityEngine.Vector3::Distance(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_Distance_mE316E10B9B319A5C2A29F86E028740FD528149E7 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___a0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___b1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.RaycastHit2D::get_normal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D RaycastHit2D_get_normal_m9F0974E4514AD56C00FCF6FF4CDF10AED62FE6E4 (RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_position()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Renderer::get_sortingLayerID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Renderer_get_sortingLayerID_m2E204E68869EDA3176C334AE1C62219F380A5D85 (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Renderer::get_sortingOrder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Renderer_get_sortingOrder_m33DD50ED293AA672FDAD862B4A4865666B5FEBAF (Renderer_t0556D67DD582620D1F495627EDE30D03284151F4 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>::Add(!0)
inline void List_1_Add_m64E5559535DCA25613966E1213DFEAD3610A931E (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 *, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 , const RuntimeMethod*))List_1_Add_m64E5559535DCA25613966E1213DFEAD3610A931E_gshared)(__this, ___item0, method);
}
// UnityEngine.LayerMask UnityEngine.LayerMask::op_Implicit(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 LayerMask_op_Implicit_m3F256A7D96C66548F5B62C4621B9725301850300 (int32_t ___intVal0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.BaseRaycaster::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRaycaster__ctor_mBD29DEB1B35BFC380759759DB78A5C9B8F695048 (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<UnityEngine.Camera>()
inline Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared)(__this, method);
}
// UnityEngine.Camera UnityEngine.Camera::get_main()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * Camera_get_main_m9256A9F84F92D7ED73F3E6C4E2694030AD8B61FA (const RuntimeMethod* method);
// System.Int32 UnityEngine.Camera::get_cullingMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cullingMask_m0992E96D87A4221E38746EBD882780CEFF7C2BCD (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.LayerMask::op_Implicit(UnityEngine.LayerMask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LayerMask_op_Implicit_m2AFFC7F931005437E8F356C953F439829AF4CFA5 (LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ___mask0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Display::RelativeMouseAt(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Display_RelativeMouseAt_mABDA4BAC2C1B328A2C6A205D552AA5488BFFAA93 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___inputMouseCoordinates0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2 (const RuntimeMethod* method);
// System.Boolean UnityEngine.Vector3::op_Inequality(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector3_op_Inequality_mFEEAA4C4BF743FB5B8A47FF4967A5E2C73273D6E (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___lhs0, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___rhs1, const RuntimeMethod* method);
// System.Int32 UnityEngine.Camera::get_targetDisplay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method);
// UnityEngine.Rect UnityEngine.Camera::get_pixelRect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Camera_get_pixelRect_mBA87D6C23FD7A5E1A7F3CE0E8F9B86A9318B5317 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_Contains_m5072228CE6251E7C754F227BA330F9ADA95C1495 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___point0, const RuntimeMethod* method);
// UnityEngine.Ray UnityEngine.Camera::ScreenPointToRay(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 Camera_ScreenPointToRay_m27638E78502DB6D6D7113F81AF7C210773B828F3 (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___pos0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Ray::get_direction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Ray_get_direction_m9E6468CD87844B437FC4B93491E63D388322F76E (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Mathf::Approximately(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E (float ___a0, float ___b1, const RuntimeMethod* method);
// System.Single UnityEngine.Camera::get_farClipPlane()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_farClipPlane_mF51F1FF5BE87719CFAC293E272B1138DC1EFFD4B (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Camera::get_nearClipPlane()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_nearClipPlane_mD9D3E3D27186BBAC2CC354CE3609E6118A5BF66C (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * __this, const RuntimeMethod* method);
// UnityEngine.RaycastHit[] UnityEngine.UI.ReflectionMethodsCache/RaycastAllCallback::Invoke(UnityEngine.Ray,System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* RaycastAllCallback_Invoke_mA25988726DFF992942D7F9753C8B38AAF06408E9 (RaycastAllCallback_t751407A44270E02FAA43D0846A58EE6A8C4AE1CE * __this, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___r0, float ___f1, int32_t ___i2, const RuntimeMethod* method);
// System.Int32 UnityEngine.UI.ReflectionMethodsCache/GetRaycastNonAllocCallback::Invoke(UnityEngine.Ray,UnityEngine.RaycastHit[],System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetRaycastNonAllocCallback_Invoke_mC5C9CC9CC617A89C284D1DE7DD297A2E3D9E4163 (GetRaycastNonAllocCallback_tC13D9767CFF00EAB26E9FCC4BDD505F0721A2B4D * __this, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ___r0, RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* ___results1, float ___f2, int32_t ___i3, const RuntimeMethod* method);
// System.Void System.Array::Sort<UnityEngine.RaycastHit>(!!0[],System.Int32,System.Int32,System.Collections.Generic.IComparer`1<!!0>)
inline void Array_Sort_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m69E5373C9D2635E306F383B980CD0888D8686E75 (RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* ___array0, int32_t ___index1, int32_t ___length2, RuntimeObject* ___comparer3, const RuntimeMethod* method)
{
(( void (*) (RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*, int32_t, int32_t, RuntimeObject*, const RuntimeMethod*))Array_Sort_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m69E5373C9D2635E306F383B980CD0888D8686E75_gshared)(___array0, ___index1, ___length2, ___comparer3, method);
}
// UnityEngine.Collider UnityEngine.RaycastHit::get_collider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * RaycastHit_get_collider_mE70B84C4312B567344F60992A6067855F2C3A7A9 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.RaycastHit::get_distance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RaycastHit_get_distance_m1CBA60855C35F29BBC348D374BBC76386A243543 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.RaycastHit::get_point()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 RaycastHit_get_point_m0E564B2A72C7A744B889AE9D596F3EFA55059001 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.RaycastHit::get_normal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 RaycastHit_get_normal_mF736A6D09D98D63AB7E5BF10F38AEBFC177A1D94 (RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PhysicsRaycaster/RaycastHitComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycastHitComparer__ctor_mE4EE9168BDABF1148A3071071A676F5343A867DD (RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.GameObject>::.ctor()
inline void List_1__ctor_m23BDA1112566B2E9149D885E4061EA3063EEDA60 (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_eligibleForClick(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_eligibleForClick_m40B82588BC83E4CF72209B9B1A50585CCE82ABD2_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerId(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pointerId_m078CD15662E127124C86C88ACB3C5B44E61F1A54_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_position(UnityEngine.Vector2)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_position_m9BDCBF26C28C01F781ACB8FC87448CB4ADD0BBD5_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_delta(UnityEngine.Vector2)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_pressPosition(UnityEngine.Vector2)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pressPosition_m3F5805FAD17E1BC44B84795506DE7EBA7215A46C_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_clickTime(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_clickTime_m65041A6875D4A8091A0F7195D8E3D11F1DE49FFD_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_clickCount(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_scrollDelta(UnityEngine.Vector2)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_scrollDelta_mC28D770F77171619EADE3FADA463866F6E4F3733_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_useDragThreshold(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_useDragThreshold_mB742BB006F245766C00371FF33B680FF3F0F48F1_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_dragging(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_dragging_m34110A723023758249425A1F3C98EFA27BF19F45_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_button(UnityEngine.EventSystems.PointerEventData/InputButton)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_button_m240561B7D92B4AD898CDBD887828B48BBDD0DD2A_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, int32_t ___value0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_delta()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_delta_mC5D62E985D40A7708316C6E07B699B96D9C8184E_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_scrollDelta()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_scrollDelta_mF473A122C860EC5279F6F5D085912BDA6418690B_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::get_pointerCurrentRaycast()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::get_pointerPressRaycast()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 PointerEventData_get_pointerPressRaycast_m722BCA823E0405C9DF20312CDFBBEB5B1B05B7AE_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_lastPress(UnityEngine.GameObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_lastPress_m0E97AFEEB05C4DDEDA0465481CFE09EFDF617319_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.PointerEventData::get_eligibleForClick()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool PointerEventData_get_eligibleForClick_m2DAAE590F749D77C50A3665B848B6F778518E29A_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// System.String System.Boolean::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301 (bool* __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::get_pointerPress()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::get_lastPress()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_lastPress_m6B005D786FC5B30ECD8D5BC068420D0C361357F4_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::get_pointerDrag()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.PointerEventData::get_useDragThreshold()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool PointerEventData_get_useDragThreshold_mD34A3546D654B48F02FA3920DBEC208891257482_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// System.String UnityEngine.EventSystems.RaycastResult::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RaycastResult_ToString_m0EE4380602D2025F27DB18ABE887E9CC7C39BB5B (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_mF17BC86A0D4820648A8622C5F3A0D0EC4EE4FD77 (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * __this, int32_t ___key0, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA *, int32_t, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared)(__this, ___key0, ___value1, method);
}
// System.Void UnityEngine.EventSystems.PointerEventData::.ctor(UnityEngine.EventSystems.EventSystem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData__ctor_m121A903CE81C0758A49C721F7C1668362BFAE7E4 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___eventSystem0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::Add(!0,!1)
inline void Dictionary_2_Add_mB39F8DB52D60D72148BEBFEBC823D9B42F5B85C1 (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * __this, int32_t ___key0, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA *, int32_t, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 *, const RuntimeMethod*))Dictionary_2_Add_mF7AEA0EFA07EEBC1A4B283A26A7CB720EE7A4C20_gshared)(__this, ___key0, ___value1, method);
}
// System.Int32 UnityEngine.EventSystems.PointerEventData::get_pointerId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PointerEventData_get_pointerId_mD351BA661F70CDBB48AA5E80496179069E620D97_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::Remove(!0)
inline bool Dictionary_2_Remove_m7671548D856DFE9BA548BFEBB3BC0B373AD651C4 (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * __this, int32_t ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA *, int32_t, const RuntimeMethod*))Dictionary_2_Remove_m2204D6D532702FD13AB2A9AD8DB538E4E8FB1913_gshared)(__this, ___key0, method);
}
// System.Int32 UnityEngine.Touch::get_fingerId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_fingerId_m2EF0EF2E6E388C8D9D38C58EF5D03EA30E568E1D (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.PointerInputModule::GetPointerData(System.Int32,UnityEngine.EventSystems.PointerEventData&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerInputModule_GetPointerData_mF40B733CA91DCC168F7417BD9C264D21F82C2E94 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, int32_t ___id0, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** ___data1, bool ___create2, const RuntimeMethod* method);
// UnityEngine.TouchPhase UnityEngine.Touch::get_phase()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349 (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Touch::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Touch_get_position_m2E60676112DA3628CF2DC76418A275C7FE521D8F (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerCurrentRaycast(UnityEngine.EventSystems.RaycastResult)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pointerCurrentRaycast_mA63CA749AC5410AF7D28F4C924BA3372E12F61FC_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.EventSystem::RaycastAll(UnityEngine.EventSystems.PointerEventData,System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_RaycastAll_mF78E1781C8161DEEF24B6B3FCCC1037787F9A439 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * ___raycastResults1, const RuntimeMethod* method);
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.BaseInputModule::FindFirstRaycast(System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 BaseInputModule_FindFirstRaycast_m8688F6932686AD7A5910C912787ED4239A70CD57 (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * ___candidates0, const RuntimeMethod* method);
// UnityEngine.EventSystems.BaseInput UnityEngine.EventSystems.BaseInputModule::get_input()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method);
// UnityEngine.CursorLockMode UnityEngine.Cursor::get_lockState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cursor_get_lockState_mE0C93F496E3AA120AD168ED30371C35ED79C9DF1 (const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerInputModule::CopyFromTo(UnityEngine.EventSystems.PointerEventData,UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule_CopyFromTo_m33310425F20BE45DA17DA8E1E07FFE461F410F82 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___from0, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___to1, const RuntimeMethod* method);
// UnityEngine.EventSystems.PointerEventData/FramePressState UnityEngine.EventSystems.PointerInputModule::StateForMouseButton(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PointerInputModule_StateForMouseButton_m0B66950A94543E8F6D16AC6546E7009AEE0B8E2C (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, int32_t ___buttonId0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerInputModule/MouseState::SetButtonState(UnityEngine.EventSystems.PointerEventData/InputButton,UnityEngine.EventSystems.PointerEventData/FramePressState,UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseState_SetButtonState_m4A6AB431337B8CFE2C51E7E73D9C1A15D9C78BB4 (MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * __this, int32_t ___button0, int32_t ___stateForMouseButton1, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___data2, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.BaseInputModule::HandlePointerExitAndEnter(UnityEngine.EventSystems.PointerEventData,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule_HandlePointerExitAndEnter_mFA61D8BA9B2377B56E3844CE8E3C15DF4C1959CB (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___currentPointerData0, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___newEnterTarget1, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.PointerEventData::IsPointerMoving()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerEventData_IsPointerMoving_m898C7306913917BFE04B3CF7A7A463EE94979D68 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.PointerEventData::get_dragging()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_pressPosition()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_pressPosition_m7C8D5A54C81C801EB577A60718C4211DFA1A3624_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.EventSystems.EventSystem::get_pixelDragThreshold()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t EventSystem_get_pixelDragThreshold_mE7B5BD351A7B6CD3881D212B84351F23C54AC724_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.PointerInputModule::ShouldStartDrag(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerInputModule_ShouldStartDrag_mA947D41C459516DE49CD25B0E856832956AEF02F (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pressPos0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___currentPos1, float ___threshold2, bool ___useDragThreshold3, const RuntimeMethod* method);
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IBeginDragHandler> UnityEngine.EventSystems.ExecuteEvents::get_beginDragHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * ExecuteEvents_get_beginDragHandler_m7F238765714F73899EAFDF0BA203D9A8A57AED31_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IBeginDragHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisIBeginDragHandler_t5CBE3EF4B4A6303FA5E9AC40295295BBAD687BF4_mF52BD88147F7A01FED8F60F7279FB4885C81B677 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerUpHandler> UnityEngine.EventSystems.ExecuteEvents::get_pointerUpHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * ExecuteEvents_get_pointerUpHandler_m7EDDD1128DC04344CECEBCB9B6B7CD064F7FAED2_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IPointerUpHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisIPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_m5EC8537A16BC86231FBADBD3824D8BB988B2217F (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerPress(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_pointerPress_m053AF3BF19752D9271AAC6A633B2718C61870D33 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_rawPointerPress(UnityEngine.GameObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_rawPointerPress_mEBAE6DDF7485B81E092BDE13462926FB5C251BB2_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method);
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDragHandler> UnityEngine.EventSystems.ExecuteEvents::get_dragHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * ExecuteEvents_get_dragHandler_m41B7D77771806788CD773C83C2E5A53D5ED5B179_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IDragHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m741D6B2B38ED2B8C2F9C8E8455FC07DE85E4EFC1 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// UnityEngine.EventSystems.PointerEventData UnityEngine.EventSystems.PointerInputModule::GetLastPointerEventData(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * PointerInputModule_GetLastPointerEventData_mEC097EFC007EA8900D2346665F277C1E4A8D94BD (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, int32_t ___id0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::get_Values()
inline ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860 * Dictionary_2_get_Values_m5DFAF423E31B2C717A7609A37B8BF9D40C37F298 (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * __this, const RuntimeMethod* method)
{
return (( ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860 * (*) (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA *, const RuntimeMethod*))Dictionary_2_get_Values_m64F057D77C82404A3FFDECAE7B4F1FEA871D88DF_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,UnityEngine.EventSystems.PointerEventData>::GetEnumerator()
inline Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 ValueCollection_GetEnumerator_m3083BA828B5A7D74B60B794E13BABECAA17F9100 (ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 (*) (ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860 *, const RuntimeMethod*))ValueCollection_GetEnumerator_m1C244A7E5F1DC178E95203EDA6534B4A5520D5A4_gshared)(__this, method);
}
// !1 System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::get_Current()
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * Enumerator_get_Current_mB62E0EF30EB99C5E6EED36F0B93AFDA160DA5DC4_inline (Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 * __this, const RuntimeMethod* method)
{
return (( PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * (*) (Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 *, const RuntimeMethod*))Enumerator_get_Current_mD1A752D17DF497577BA84B4203B85714F3794590_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::MoveNext()
inline bool Enumerator_MoveNext_m2BE5B0DF09B0748DC7BF77614E4D7B005F7C1B26 (Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 *, const RuntimeMethod*))Enumerator_MoveNext_mF32D3FAB63E8E1862746211732E311BD61412FED_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::Dispose()
inline void Enumerator_Dispose_mD4C14B2F450115E24AEC05C973F48037B5747921 (Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 *, const RuntimeMethod*))Enumerator_Dispose_m020103B665019FDC247D1DFEF111F99E80B94546_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::Clear()
inline void Dictionary_2_Clear_m5E134812002582F6C695F280657B0F0FB866C81D (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA *, const RuntimeMethod*))Dictionary_2_Clear_m482455899CE0084909A48605A2F722B2F1307FB7_gshared)(__this, method);
}
// System.Void System.Text.StringBuilder::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::GetEnumerator()
inline Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB Dictionary_2_GetEnumerator_m1C541FAF22C7EF038333DA366B4AE0ACDD66AB2F (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * __this, const RuntimeMethod* method)
{
return (( Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB (*) (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mE47C13FC1B2BACBEE6F795B0E40E6406CAC55D4B_gshared)(__this, method);
}
// System.Collections.Generic.KeyValuePair`2<!0,!1> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::get_Current()
inline KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC Enumerator_get_Current_m6AA7A4DE9A930D4377847ECAB3FB7366445586FC_inline (Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB * __this, const RuntimeMethod* method)
{
return (( KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC (*) (Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB *, const RuntimeMethod*))Enumerator_get_Current_m73F8FC135A20BDFEA0846D8FC876863ED85FEA49_gshared_inline)(__this, method);
}
// !1 System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::get_Value()
inline PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * KeyValuePair_2_get_Value_m5C4F597552188FC896592B5F4C7D2562ED08D782_inline (KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC * __this, const RuntimeMethod* method)
{
return (( PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * (*) (KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC *, const RuntimeMethod*))KeyValuePair_2_get_Value_mAD6801F3BC9BA1E99D4E0F72B2B420182D0494FC_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::get_Key()
inline int32_t KeyValuePair_2_get_Key_mA55B20415ED8EE1E5534FF7842AA3DFAB1D71288_inline (KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC *, const RuntimeMethod*))KeyValuePair_2_get_Key_m89B687D373FBE3D230647CA0C536235E12AD829C_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::MoveNext()
inline bool Enumerator_MoveNext_m4752940BF82094EBB7F9499882C0F4BA41CE7654 (Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB *, const RuntimeMethod*))Enumerator_MoveNext_m637AE52AC4BDE5BEB1D89BE4B75E49B4C328EFC9_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.EventSystems.PointerEventData>::Dispose()
inline void Enumerator_Dispose_mABC1114077588D73707368D2C7E05EA9CF4DD99A (Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB *, const RuntimeMethod*))Enumerator_Dispose_m772E7049D8DA96AF5021EA09C3E6322CD4BFBDFC_gshared)(__this, method);
}
// UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::GetEventHandler<UnityEngine.EventSystems.ISelectHandler>(UnityEngine.GameObject)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ExecuteEvents_GetEventHandler_TisISelectHandler_t05E0943DEF2BC53023C2E4BF4C815E0EDE82C0F4_mF4CBE0CD9A57B74AD0300F5CD3F0B2CD5529CFF2 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___root0, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))ExecuteEvents_GetEventHandler_TisRuntimeObject_m5740E26204A115597421DC622828C0601C2BECA8_gshared)(___root0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::.ctor()
inline void Dictionary_2__ctor_mF7111B54D6541408873B092D226ACE67D76CC699 (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method);
}
// System.Void UnityEngine.EventSystems.PointerInputModule/MouseState::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseState__ctor_mCEC029743547501A89B66C448642D3BA8D5EB600 (MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.BaseInputModule::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule__ctor_m8F78B6153670F05181D1B348C4259C45DCF4C231 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>::get_Item(System.Int32)
inline ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * List_1_get_Item_m8D4F507953F2B93EA7C0501FEC2051D4C58CF483_inline (List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * (*) (List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData UnityEngine.EventSystems.PointerInputModule/ButtonState::get_eventData()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData::PressedThisFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseButtonEventData_PressedThisFrame_m172F2A7A82DED3678EF87AD1B4FD69D6D406E176 (MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>::get_Count()
inline int32_t List_1_get_Count_m178B4BEE5CC704EFBA5BDDCDAC1B4AEDAD99D82B_inline (List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Boolean UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData::ReleasedThisFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseButtonEventData_ReleasedThisFrame_mE4BFCF235B7D4B71D41FE3A4CDB376701001CD40 (MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * __this, const RuntimeMethod* method);
// UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerInputModule/ButtonState::get_button()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ButtonState_get_button_mB538B2D483C482A7E628D26BA390449A54C958A3_inline (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerInputModule/ButtonState::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ButtonState__ctor_m96C223DB2B958828D45ACB15D1CF32C4B87FFA97 (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerInputModule/ButtonState::set_button(UnityEngine.EventSystems.PointerEventData/InputButton)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ButtonState_set_button_m9D44DBD86C06F5C9DF68A84CD5D89A4847E02D68_inline (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseButtonEventData__ctor_mB419FF26D986E03E724C39FC0BF03B8B2C461FD3 (MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerInputModule/ButtonState::set_eventData(UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ButtonState_set_eventData_m3E72ED95C634264A32BE660552D22684B0BF8B55_inline (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>::Add(!0)
inline void List_1_Add_m473340A1650E68D51EC0977752F774D191638D21 (List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * __this, ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA *, ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// UnityEngine.EventSystems.PointerInputModule/ButtonState UnityEngine.EventSystems.PointerInputModule/MouseState::GetButtonState(UnityEngine.EventSystems.PointerEventData/InputButton)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * MouseState_GetButtonState_m0C2884609F720A284C72EAEF061C781F4874CCAE (MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * __this, int32_t ___button0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.PointerInputModule/ButtonState>::.ctor()
inline void List_1__ctor_mA1A5C97C3F84391F0507B0D458855A5C4AD7A37F (List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Boolean UnityEngine.EventSystems.RaycastResult::get_isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RaycastResult_get_isValid_m2F2241EF619EFFC0F609FAA35D4C64455712DE47 (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Vector3::get_up()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_up_m6309EBC4E42D6D0B3D28056BD23D0331275306F7 (const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Implicit(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___v0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.RaycastResult::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycastResult_Clear_mDC3D08DD775DA02145E5AF6FE62465EBACEB4AAB (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::Contains(!0)
inline bool List_1_Contains_mDD1394F1213F45B41A99E90D016B9FC3BB50F621 (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * __this, BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 *, BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 *, const RuntimeMethod*))List_1_Contains_mE08D561E86879A26245096C572A8593279383FDB_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::Add(!0)
inline void List_1_Add_mA579ABF08A6C0EED48762710E8BCB68F55F8E07C (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * __this, BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 *, BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Boolean System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::Remove(!0)
inline bool List_1_Remove_m43B959D57F1FDDF069978C9969718E171527AE39 (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * __this, BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 *, BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 *, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, ___item0, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster>::.ctor()
inline void List_1__ctor_m6C09F5E34A08B8F5B54D33F1F5FACA7A70542865 (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void UnityEngine.EventSystems.PointerInputModule::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule__ctor_m05A4A9E4BF8053B1444986BF3EB27D8007AE9275 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, const RuntimeMethod* method);
// UnityEngine.OperatingSystemFamily UnityEngine.SystemInfo::get_operatingSystemFamily()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_operatingSystemFamily_mA35FE1FF2DD6240B2880DC5F642D4A0CC2B58D8D (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.EventSystem::get_isFocused()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventSystem_get_isFocused_m421DE003FCADF582AF1D7F0B8B036513E9743294_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::ShouldIgnoreEventsOnNoFocus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_ShouldIgnoreEventsOnNoFocus_mEE9196582563D3B4F864A3FDDC41B3AF058DE1E8 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.StandaloneInputModule::ReleaseMouse(UnityEngine.EventSystems.PointerEventData,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_ReleaseMouse_mAB37571EEE6FE65733244890BE88FFF095DF8FED (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___pointerEvent0, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___currentOverGo1, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::GetEventHandler<UnityEngine.EventSystems.IPointerClickHandler>(UnityEngine.GameObject)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___root0, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))ExecuteEvents_GetEventHandler_TisRuntimeObject_m5740E26204A115597421DC622828C0601C2BECA8_gshared)(___root0, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerClickHandler> UnityEngine.EventSystems.ExecuteEvents::get_pointerClickHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * ExecuteEvents_get_pointerClickHandler_mA657195AEC7D0A42036CBCAC9AD48F215C3C69E3_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IPointerClickHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_mB8A59713F468FB6A061C8A5DF7FF205EE1C9A855 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IDropHandler> UnityEngine.EventSystems.ExecuteEvents::get_dropHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * ExecuteEvents_get_dropHandler_mC2362B96C6CD3628B83722F4B7C73E707C6C1EAF_inline (const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::ExecuteHierarchy<UnityEngine.EventSystems.IDropHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ExecuteEvents_ExecuteHierarchy_TisIDropHandler_t617E86EDCC6B18A39D69DFF444D5358072B524C3_m42750090DC2A40178705596286003B1346E093AE (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___root0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * ___callbackFunction2, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 *, const RuntimeMethod*))ExecuteEvents_ExecuteHierarchy_TisRuntimeObject_m2E66C1E626886F04E8AEC36183F9E982392C62F3_gshared)(___root0, ___eventData1, ___callbackFunction2, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IEndDragHandler> UnityEngine.EventSystems.ExecuteEvents::get_endDragHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * ExecuteEvents_get_endDragHandler_m23B60D3E3873043263069A3C3145393475690769_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IEndDragHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisIEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_mA291A7F54310189C41491E72BA411886D4020775 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerDrag(UnityEngine.GameObject)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pointerDrag_mAA21AD97ABF508FD1D2313C36CAEF3A969F1D35D_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.BaseInputModule::ShouldActivateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInputModule_ShouldActivateModule_m8EB1E427EFD3E7AC2341EE52DE4E51FD8D6EF548 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.BaseInputModule::ActivateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule_ActivateModule_m83647D8599561B6CA562F24EA7088E37DAC2AD29 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::get_firstSelectedGameObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * EventSystem_get_firstSelectedGameObject_m8CAFDA874F89BDA34E0984860046C1C171B200E1_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.BaseInputModule::DeactivateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule_DeactivateModule_m83781CF60B00AD9DA46E96D72321C4983EFA85FF (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerInputModule::ClearSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule_ClearSelection_m90CD812546D41142C4E9C599D7DD39A887F3F5C1 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::SendUpdateEventToSelectedObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_SendUpdateEventToSelectedObject_m7180367BFB750772FECFBC7C621234B7FBF29C9D (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::ProcessTouchEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_ProcessTouchEvents_m74C783AF0B4D517978ECCE3E8A1081F49D174F69 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.StandaloneInputModule::ProcessMouseEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_ProcessMouseEvent_m4CF90D3BE8DC50D135D42B31C70D3D2D30B47174 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.EventSystem::get_sendNavigationEvents()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventSystem_get_sendNavigationEvents_m0DB01018B4EF41A51D0AD481DD07F381ED2223DF_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::SendMoveEventToSelectedObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_SendMoveEventToSelectedObject_mBD62EF30732300D347DA3D78B7473D6DCF15BC41 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::SendSubmitEventToSelectedObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_SendSubmitEventToSelectedObject_m29ACA510C925399B9D806ED171DA86E4F3A671E4 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method);
// UnityEngine.TouchType UnityEngine.Touch::get_type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Touch_get_type_mAF919D12756ABA000A17146E82FDDFCEBFD6EEA9 (Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 * __this, const RuntimeMethod* method);
// UnityEngine.EventSystems.PointerEventData UnityEngine.EventSystems.PointerInputModule::GetTouchPointerEventData(UnityEngine.Touch,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * PointerInputModule_GetTouchPointerEventData_m27D309E699986AE28F15FF944CCADC4EA2E9BC11 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 ___input0, bool* ___pressed1, bool* ___released2, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.StandaloneInputModule::ProcessTouchPress(UnityEngine.EventSystems.PointerEventData,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_ProcessTouchPress_m46FBF040EAB0A0F8D832FEB600EF0B9C48E13F61 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___pointerEvent0, bool ___pressed1, bool ___released2, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerInputModule::RemovePointerData(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule_RemovePointerData_m17E63DD11FE440D4D88078B4895137C942C52C3A (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___data0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerPressRaycast(UnityEngine.EventSystems.RaycastResult)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pointerPressRaycast_m2F371C6E5AB2AAB39C6F7F889594D480D797D5FD_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.PointerInputModule::DeselectIfSelectionChanged(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule_DeselectIfSelectionChanged_mD24AB70C8C12903D513ABB8BAE132E707B0F0A70 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___currentOverGo0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___pointerEvent1, const RuntimeMethod* method);
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IPointerDownHandler> UnityEngine.EventSystems.ExecuteEvents::get_pointerDownHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * ExecuteEvents_get_pointerDownHandler_m8AE9CA906C86BBBEB75BA2D05F5DAB01F62519E3_inline (const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::ExecuteHierarchy<UnityEngine.EventSystems.IPointerDownHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ExecuteEvents_ExecuteHierarchy_TisIPointerDownHandler_tD9DAB9987B51AF8D4029CC24F52D17485684F4BF_m7109FC139AAD566492E6FABD873264235C450706 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___root0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * ___callbackFunction2, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E *, const RuntimeMethod*))ExecuteEvents_ExecuteHierarchy_TisRuntimeObject_m2E66C1E626886F04E8AEC36183F9E982392C62F3_gshared)(___root0, ___eventData1, ___callbackFunction2, method);
}
// System.Single UnityEngine.Time::get_unscaledTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472 (const RuntimeMethod* method);
// System.Single UnityEngine.EventSystems.PointerEventData::get_clickTime()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float PointerEventData_get_clickTime_m22DF8D2239FF9E101B69E3C27710B3512328BBF3_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.EventSystems.PointerEventData::get_clickCount()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PointerEventData_get_clickCount_m171A2D241BD02AC43908420497688C5B354BF6E9_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::GetEventHandler<UnityEngine.EventSystems.IDragHandler>(UnityEngine.GameObject)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ExecuteEvents_GetEventHandler_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m5A727D5FF70D5140242C84BF539D7BC0C4D84D99 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___root0, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))ExecuteEvents_GetEventHandler_TisRuntimeObject_m5740E26204A115597421DC622828C0601C2BECA8_gshared)(___root0, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IInitializePotentialDragHandler> UnityEngine.EventSystems.ExecuteEvents::get_initializePotentialDrag()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * ExecuteEvents_get_initializePotentialDrag_m5B3D899EB08DA227EFBFC67778DDB98D7505C6D4_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IInitializePotentialDragHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisIInitializePotentialDragHandler_t56667A600E5BC5B8786753312DB9EDFE13455B45_mB7B114F04C939E04FC2CAE1AB370BBB5BC2AA895 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::ExecuteHierarchy<UnityEngine.EventSystems.IPointerExitHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ExecuteEvents_ExecuteHierarchy_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mE5F3CB5276F1AB80CC2D0DD03F13BDC8998E71AB (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___root0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * ___callbackFunction2, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA *, const RuntimeMethod*))ExecuteEvents_ExecuteHierarchy_TisRuntimeObject_m2E66C1E626886F04E8AEC36183F9E982392C62F3_gshared)(___root0, ___eventData1, ___callbackFunction2, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ISubmitHandler> UnityEngine.EventSystems.ExecuteEvents::get_submitHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * ExecuteEvents_get_submitHandler_m734C2BE2F7CDA7F5C42897E3C8023D3C7E1EDF88_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.ISubmitHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisISubmitHandler_tCFAD2814817B87B883DB9E7F84EE0196C9E531C5_m2D100BF7609D3CBEC507D47F53EEA38886C65327 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.ICancelHandler> UnityEngine.EventSystems.ExecuteEvents::get_cancelHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * ExecuteEvents_get_cancelHandler_m5DB4A9513FB8B9248AE555F7D8E8043175B8D995_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.ICancelHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisICancelHandler_t868799EEEF8164176835C988494360950CFB75B3_m313986EC0AE6CB7A9A2FB9F1E30A4AF0EB9C0FB5 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// UnityEngine.Vector2 UnityEngine.EventSystems.StandaloneInputModule::GetRawMoveVector()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D StandaloneInputModule_GetRawMoveVector_m36E309DADA8C0BB4CA0710FAABE0F4E9B77C2F6A (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Vector2::Dot(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_Dot_m34F6A75BE3FC6F728233811943AC4406C7D905BA (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lhs0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rhs1, const RuntimeMethod* method);
// UnityEngine.EventSystems.MoveDirection UnityEngine.EventSystems.AxisEventData::get_moveDir()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AxisEventData_get_moveDir_mD9CF8343509BAE60C581138D824F9C53659DBBD4_inline (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, const RuntimeMethod* method);
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IMoveHandler> UnityEngine.EventSystems.ExecuteEvents::get_moveHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * ExecuteEvents_get_moveHandler_m113A4222FC10723B2E38398E182C02F6624D6F24_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IMoveHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisIMoveHandler_tD51D5B6A4C5B3A233263107AF0020BE185647D41_m9957EA9BC1F99FC78E8570C51955C24C4355905C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::ProcessMouseEvent(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_ProcessMouseEvent_mBC7F5E60430C4594852FB785035D8FE5EAD9FF99 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, int32_t ___id0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.StandaloneInputModule::ProcessMousePress(UnityEngine.EventSystems.PointerInputModule/MouseButtonEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_ProcessMousePress_mEB96E70EDB025F2AA37FEF2063CE248AC735C16F (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * ___data0, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::GetEventHandler<UnityEngine.EventSystems.IScrollHandler>(UnityEngine.GameObject)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ExecuteEvents_GetEventHandler_TisIScrollHandler_t3BB7CCD821B37EBB5EA18D30D65D4075FB43198B_m862233B0489763DCCBC4FA2ADD82C50E3FAF6D04 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___root0, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))ExecuteEvents_GetEventHandler_TisRuntimeObject_m5740E26204A115597421DC622828C0601C2BECA8_gshared)(___root0, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IScrollHandler> UnityEngine.EventSystems.ExecuteEvents::get_scrollHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * ExecuteEvents_get_scrollHandler_m48E5B17388986BD59EC7A7BF27E3D30A9FD057F7_inline (const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.EventSystems.ExecuteEvents::ExecuteHierarchy<UnityEngine.EventSystems.IScrollHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ExecuteEvents_ExecuteHierarchy_TisIScrollHandler_t3BB7CCD821B37EBB5EA18D30D65D4075FB43198B_m063662829D9B670BB6A7AC7E1E3B2E15B7B5A853 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___root0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * ___callbackFunction2, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A *, const RuntimeMethod*))ExecuteEvents_ExecuteHierarchy_TisRuntimeObject_m2E66C1E626886F04E8AEC36183F9E982392C62F3_gshared)(___root0, ___eventData1, ___callbackFunction2, method);
}
// UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<UnityEngine.EventSystems.IUpdateSelectedHandler> UnityEngine.EventSystems.ExecuteEvents::get_updateSelectedHandler()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * ExecuteEvents_get_updateSelectedHandler_mE18DBB058B1EDC75D4F690A1E35003749BBC0567_inline (const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.ExecuteEvents::Execute<UnityEngine.EventSystems.IUpdateSelectedHandler>(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData,UnityEngine.EventSystems.ExecuteEvents/EventFunction`1<T>)
inline bool ExecuteEvents_Execute_TisIUpdateSelectedHandler_t460F9A1B3655B6DD49656995D451206631B4F4D0_m1980515F7F88328B91572847A5B88884587E876B (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___target0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * ___functor2, const RuntimeMethod* method)
{
return (( bool (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *, EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 *, const RuntimeMethod*))ExecuteEvents_Execute_TisRuntimeObject_m69C612263456A3111F97114B38B8A0E2E16E4347_gshared)(___target0, ___eventData1, ___functor2, method);
}
// System.Boolean UnityEngine.EventSystems.TouchInputModule::get_forceModuleActive()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TouchInputModule_get_forceModuleActive_m3DBB16E0B71B7567515CBE0089A91EF4A0B344C3_inline (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.EventSystems.TouchInputModule::UseFakeInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchInputModule_UseFakeInput_m2406557FC685547C9245C1052A1DF2B7D8AE0919 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.TouchInputModule::FakeTouches()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule_FakeTouches_m660D98593231941BBFB9C9A6D52F3F68C20A1731 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.TouchInputModule::ProcessTouchEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule_ProcessTouchEvents_m2A417627C700B7BAE40700BEBC9A55D325A07A50 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.TouchInputModule::ProcessTouchPress(UnityEngine.EventSystems.PointerEventData,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule_ProcessTouchPress_m82D82ECA10567F5BC60F004814EECC7A09914FD6 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___pointerEvent0, bool ___pressed1, bool ___released2, const RuntimeMethod* method);
// System.String System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.EventSystems.PointerEventData>::ToString()
inline String_t* KeyValuePair_2_ToString_m98CE0CC56179CCAAFB5D0A072A949231A3DA5D9A (KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC * __this, const RuntimeMethod* method)
{
return (( String_t* (*) (KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC *, const RuntimeMethod*))KeyValuePair_2_ToString_m0D9B1B8F8060F2025D89067DC25F304594B913D8_gshared)(__this, method);
}
// System.Boolean UnityEngine.Behaviour::get_isActiveAndEnabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Behaviour_get_isActiveAndEnabled_mC42DFCC1ECC2C94D52928FFE446CE7E266CA8B61 (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.AspectRatioFitter/AspectMode>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisAspectMode_t2D8C205891B8E63CA16B6AC3BA1D41320903C65A_m4B31FEDA45BE76B308ABE3CE726227DE31F41F21 (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (int32_t*, int32_t, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m76936C9575407370B372F3129E2167612CAD96D6_gshared)(___currentValue0, ___newValue1, method);
}
// System.Void UnityEngine.UI.AspectRatioFitter::SetDirty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_SetDirty_mA44FF8D66147B28F0F8885F0CB2FD63A610E45F8 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<System.Single>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m6B92E9DBB617F41521167EC577711373C564EDCF (float* ___currentValue0, float ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (float*, float, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m6B92E9DBB617F41521167EC577711373C564EDCF_gshared)(___currentValue0, ___newValue1, method);
}
// !!0 UnityEngine.Component::GetComponent<UnityEngine.RectTransform>()
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mEF939F54B6B56187EC11E16F51DCB12EB62C2103 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared)(__this, method);
}
// System.Void UnityEngine.DrivenRectTransformTracker::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrivenRectTransformTracker_Clear_m328659F339A4FB519C9A208A685DDED106B6FC89 (DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * __this, const RuntimeMethod* method);
// UnityEngine.RectTransform UnityEngine.UI.AspectRatioFitter::get_rectTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.LayoutRebuilder::MarkLayoutForRebuild(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutRebuilder_MarkLayoutForRebuild_m25E7408353DE4624A78A43AB985C289210B6E1EE (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___rect0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.AspectRatioFitter::UpdateRect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_UpdateRect_mF6BB81E2FBD1F500FA9B6F9412B03AA7ECC1C3F8 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.DrivenRectTransformTracker::Add(UnityEngine.Object,UnityEngine.RectTransform,UnityEngine.DrivenTransformProperties)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrivenRectTransformTracker_Add_m51059F302FBD574E93820E8116283D1608D1AB5A (DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * __this, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___driver0, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___rectTransform1, int32_t ___drivenProperties2, const RuntimeMethod* method);
// UnityEngine.Rect UnityEngine.RectTransform::get_rect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void UnityEngine.RectTransform::SetSizeWithCurrentAnchors(UnityEngine.RectTransform/Axis,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_SetSizeWithCurrentAnchors_m6F93CD5B798E4A53F2085862EA1B4021AEAA6745 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, int32_t ___axis0, float ___size1, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void UnityEngine.RectTransform::set_anchorMin(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_one()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED (const RuntimeMethod* method);
// System.Void UnityEngine.RectTransform::set_anchorMax(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.RectTransform::set_anchoredPosition(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchoredPosition_m4DD45DB1A97734A1F3A81E5F259638ECAF35962F (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.UI.AspectRatioFitter::GetParentSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D AspectRatioFitter_GetParentSize_m5AA652B731F6930CA9C9B342C93354D73EFB6874 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.UI.AspectRatioFitter::get_aspectRatio()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float AspectRatioFitter_get_aspectRatio_m7141303427F7C4B091B584E7D4ED93B54A91BA24_inline (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.UI.AspectRatioFitter::GetSizeDeltaToProduceSize(System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AspectRatioFitter_GetSizeDeltaToProduceSize_mC140746FFF3304905CFDA0D7BB6F44805802F018 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, float ___size0, int32_t ___axis1, const RuntimeMethod* method);
// System.Void UnityEngine.RectTransform::set_sizeDelta(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.Vector2::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, int32_t ___index0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.RectTransform::get_anchorMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D RectTransform_get_anchorMax_m1E51C211FBB32326C884375C9F1E8E8221E5C086 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.RectTransform::get_anchorMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D RectTransform_get_anchorMin_mB62D77CAC5A2A086320638AE7DF08135B7028744 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Rect::get_size()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Rect_get_size_m731642B8F03F6CE372A2C9E2E4A925450630606C (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<UnityEngine.UI.Graphic>()
inline Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * Component_GetComponent_TisGraphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_mFA58F3A4B73E992545A39ABAD4D36D0BBFAEBBAE (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared)(__this, method);
}
// UnityEngine.UI.Graphic UnityEngine.UI.BaseMeshEffect::get_graphic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * BaseMeshEffect_get_graphic_mDD7D8CD6F220B9DE656145A1346EA9799255BE21 (BaseMeshEffect_t72759F31F9D204D7EFB6B45097873809D4524BA5 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.UIBehaviour::OnDidApplyAnimationProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnDidApplyAnimationProperties_m843205FEEE8B64554A393E916AC9D5CC2CFFE8CB (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.VertexHelper::.ctor(UnityEngine.Mesh)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper__ctor_m4FF21AED0081C159CB153B73D0DE4D7AFEC2655D (VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___m0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.VertexHelper::FillMesh(UnityEngine.Mesh)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_FillMesh_mBA946D1CEDC24DCCD8A593CF77D0B54D14FDB74B (VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Button/ButtonClickedEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ButtonClickedEvent__ctor_m95CE43990A021F7E01F4697B71ABF3E73D6BD03B (ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Selectable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable__ctor_m1E7B3EB14D7DC765A511C053C0F65A37755EC4B9 (Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UISystemProfilerApi::AddMarker(System.String,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UISystemProfilerApi_AddMarker_m9193DB5B08C1B7DD35835D6F0E2DF9DD20483FFA (String_t* ___name0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj1, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_Invoke_mB2FA1C76256FE34D5E7F84ABE528AC61CE8A0325 (UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F * __this, const RuntimeMethod* method);
// UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerEventData::get_button()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PointerEventData_get_button_mC662D5DAC02F0ED6AE9205259116CC91BB92BD3E_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Button::Press()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Button_Press_m33BA6E9820146E8EED7AB489A8846D879B76CF41 (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, const RuntimeMethod* method);
// System.Collections.IEnumerator UnityEngine.UI.Button::OnFinishSubmit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Button_OnFinishSubmit_mDDCC87F264A34E86148891F24646F655C0AF7E42 (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, const RuntimeMethod* method);
// UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_tAE7DB2FC70A0AE6477F896F852057CB0754F06EC * MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7 (MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * __this, RuntimeObject* ___routine0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Button/<OnFinishSubmit>d__9::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COnFinishSubmitU3Ed__9__ctor_mBCBD6B7B3BDB9E9146CD76D7D64E3F2900E04247 (U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
// UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::get_colors()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA Selectable_get_colors_m9E63E13A7B6C40CB0F20414FFBE15873BE5F3E4E_inline (Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * __this, const RuntimeMethod* method);
// System.Single UnityEngine.UI.ColorBlock::get_fadeDuration()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float ColorBlock_get_fadeDuration_mCFF802DD654D7E9C3509A65974EB35153FDB1415_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Time::get_unscaledDeltaTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2 (const RuntimeMethod* method);
// UnityEngine.UI.Selectable/SelectionState UnityEngine.UI.Selectable::get_currentSelectionState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Selectable_get_currentSelectionState_m37B79D51884A49924B92D1AE1BAA354C55CA1FD0 (Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * __this, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent__ctor_m2F8C02F28E289CA65598FF4FA8EAB84D955FF028 (UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65 (float ___a0, float ___b1, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Sign(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Sign_m6FA1D12786BEE0419D4B9426E5E4955F286BC8D3 (float ___f0, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponent<UnityEngine.Canvas>()
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * Component_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mAD461B8F1BB5C616749FAA2B63155D710C3CD21C (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m233A1E6EF90A3BA46CD83BFC568F4E4DB4D93CC9_gshared)(__this, method);
}
// System.Void UnityEngine.UI.CanvasScaler::SetScaleFactor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_SetScaleFactor_m7713446FB3925CF413DA9CAD0F41B6BA1664EBAC (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, float ___scaleFactor0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CanvasScaler::SetReferencePixelsPerUnit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_SetReferencePixelsPerUnit_m701D2207CF834585C87E53C88E1D10EACAADB9C9 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, float ___referencePixelsPerUnit0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Canvas::get_isRootCanvas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Canvas_get_isRootCanvas_mA4ADE90017884B88AF7A9DD3114FDD4FEB73918A (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, const RuntimeMethod* method);
// UnityEngine.RenderMode UnityEngine.Canvas::get_renderMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Canvas_get_renderMode_mAF68701B143F01C7D19B6C7D3033E3B34ECB2FC8 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Screen::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3 (const RuntimeMethod* method);
// System.Int32 UnityEngine.Screen::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150 (const RuntimeMethod* method);
// System.Int32 UnityEngine.Canvas::get_targetDisplay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Canvas_get_targetDisplay_m80D9D93CA075084BDD3B05AF5F880698D7BB235D (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Display::get_renderingWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_renderingWidth_mA02F65BF724686D7A0CD0C192954CA22592C3B12 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Display::get_renderingHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0 (Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Log(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Log_mD0CFD1242805BD697B5156AA46FBB43E7636A19B (float ___f0, float ___p1, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method);
// System.Single UnityEngine.Mathf::Min(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7 (float ___a0, float ___b1, const RuntimeMethod* method);
// System.Single UnityEngine.Screen::get_dpi()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Screen_get_dpi_m92A755DE9E23ABA717B5594F4F52AFB0FBEAC1D3 (const RuntimeMethod* method);
// System.Void UnityEngine.Canvas::set_scaleFactor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_scaleFactor_m40359EE941E1573107542A2377E87BEB17C10163 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Canvas::set_referencePixelsPerUnit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_referencePixelsPerUnit_m16AF69DA4801579FD03A220D3D6293421671F341 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::.ctor()
inline void IndexedSet_1__ctor_m034E36486E0B1078F5294134682DD11F448028B1 (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * __this, const RuntimeMethod* method)
{
(( void (*) (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 *, const RuntimeMethod*))IndexedSet_1__ctor_m78A15E3E0B20E8E78B6D3502F8CA7EE753AD0818_gshared)(__this, method);
}
// System.Void UnityEngine.Canvas/WillRenderCanvases::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WillRenderCanvases__ctor_m9AB0D8B934BE573C4B3ABBAA313984B054B4B885 (WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void UnityEngine.Canvas::add_willRenderCanvases(UnityEngine.Canvas/WillRenderCanvases)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_add_willRenderCanvases_mACABFF4EAFB7DCFF4B9A33357D496EC3010D7E6B (WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CanvasUpdateRegistry::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry__ctor_mA9DFE374CF59026B50EBE37E147854270730EE00 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::get_Count()
inline int32_t IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 *, const RuntimeMethod*))IndexedSet_1_get_Count_mEEA1184D1474B3B4B357EFC2C064908980921A1B_gshared)(__this, method);
}
// T UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::get_Item(System.Int32)
inline RuntimeObject* IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 *, int32_t, const RuntimeMethod*))IndexedSet_1_get_Item_m8038D1362CB76F6CE791721319823B86D9DD2797_gshared)(__this, ___index0, method);
}
// System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::RemoveAt(System.Int32)
inline void IndexedSet_1_RemoveAt_m833068F05C94CC3E06C94D20998C437037F609B9 (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * __this, int32_t ___index0, const RuntimeMethod* method)
{
(( void (*) (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 *, int32_t, const RuntimeMethod*))IndexedSet_1_RemoveAt_m5EA6CD03F4AEE2C8CDFA09F397C8510E23372D85_gshared)(__this, ___index0, method);
}
// System.Void UnityEngine.UISystemProfilerApi::BeginSample(UnityEngine.UISystemProfilerApi/SampleType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UISystemProfilerApi_BeginSample_m43EF1B2F9606D5F0C99DF84505C5498AA0CDBB1B (int32_t ___type0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CanvasUpdateRegistry::CleanInvalidItems()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_CleanInvalidItems_mBCA41C6F93EA42647274051F7DA61F36D3330DA3 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::Sort(System.Comparison`1<T>)
inline void IndexedSet_1_Sort_m508F37F6D9D232E45180BC5129999AA5B996C71D (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * __this, Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E * ___sortLayoutFunction0, const RuntimeMethod* method)
{
(( void (*) (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 *, Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E *, const RuntimeMethod*))IndexedSet_1_Sort_mA748E0136CD04139BF95AF1EFE828776AA2FA9D4_gshared)(__this, ___sortLayoutFunction0, method);
}
// UnityEngine.UI.CanvasUpdateRegistry UnityEngine.UI.CanvasUpdateRegistry::get_instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927 (const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::ObjectValidForUpdate(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CanvasUpdateRegistry_ObjectValidForUpdate_m2E72AF124053FD1E9003B488EC296410A74566C6 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, RuntimeObject* ___element0, const RuntimeMethod* method);
// System.Void UnityEngine.Debug::LogException(System.Exception,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_m3CC9A37CD398E5B7F2305896F0969939F1BD1E3E (Exception_t * ___exception0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___context1, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::Clear()
inline void IndexedSet_1_Clear_m15E37C540C28AE031F1497DD102458085E8D9F7D (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * __this, const RuntimeMethod* method)
{
(( void (*) (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 *, const RuntimeMethod*))IndexedSet_1_Clear_m0CE62BD950A168D1D01E16EE1DCBCDDC5C416F73_gshared)(__this, method);
}
// System.Void UnityEngine.UISystemProfilerApi::EndSample(UnityEngine.UISystemProfilerApi/SampleType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UISystemProfilerApi_EndSample_mB7DD865D72832D3558931B4E6801999B23F0429A (int32_t ___type0, const RuntimeMethod* method);
// UnityEngine.UI.ClipperRegistry UnityEngine.UI.ClipperRegistry::get_instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * ClipperRegistry_get_instance_mE4E214237577A08B2A6C8AF9DD7CDAE1B75E387B (const RuntimeMethod* method);
// System.Void UnityEngine.UI.ClipperRegistry::Cull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClipperRegistry_Cull_m1ECFA826A6969A177CE2DC701056E4A5E73A4BCB (ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.UI.CanvasUpdateRegistry::ParentCount(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CanvasUpdateRegistry_ParentCount_m198B2252296D2FE5BB5EB22EBE0FD1444B8E81A9 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___child0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::InternalRegisterCanvasElementForLayoutRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CanvasUpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild_m1F8CC12B180B85AE9D3CA4ED52DE3A4544A9D5E4 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, RuntimeObject* ___element0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::Contains(T)
inline bool IndexedSet_1_Contains_m3ACF6E1E50F670785610EDD7A4EABA1D335AB59F (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 *, RuntimeObject*, const RuntimeMethod*))IndexedSet_1_Contains_mB738528F8692F630112FD2539CE74D7B43AF4962_gshared)(__this, ___item0, method);
}
// System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::AddUnique(T)
inline bool IndexedSet_1_AddUnique_m49F4E9F9F9ED397E11B73439DB44A87C3C4221DB (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 *, RuntimeObject*, const RuntimeMethod*))IndexedSet_1_AddUnique_m1ECFE9938B5A00144BDA633A8D25A58316124761_gshared)(__this, ___item0, method);
}
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::InternalRegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CanvasUpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild_mFEFBCA741876E89C572A3BFBFD7EEC4D0FE503E4 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, RuntimeObject* ___element0, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CanvasUpdateRegistry::InternalUnRegisterCanvasElementForLayoutRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_InternalUnRegisterCanvasElementForLayoutRebuild_m3F6811D17DFF1519E71788D368A7BEB860DCE9E4 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, RuntimeObject* ___element0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CanvasUpdateRegistry::InternalUnRegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_InternalUnRegisterCanvasElementForGraphicRebuild_mCACDA2130D25B96229C3C1594D44BD9347420784 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, RuntimeObject* ___element0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.ICanvasElement>::Remove(T)
inline bool IndexedSet_1_Remove_mB5A8F84C24AE9218D15C325DEABE7EFEB8E01B6E (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 *, RuntimeObject*, const RuntimeMethod*))IndexedSet_1_Remove_m658717377F61EDE4C423765165C7C5FF30773E7B_gshared)(__this, ___item0, method);
}
// System.Void System.Comparison`1<UnityEngine.UI.ICanvasElement>::.ctor(System.Object,System.IntPtr)
inline void Comparison_1__ctor_m359DAC7E2D9DD9F06A9784A8DBC956E450D32AB9 (Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E *, RuntimeObject *, intptr_t, const RuntimeMethod*))Comparison_1__ctor_m3445CDEBFFF4A3A9EAED69CBCC2D247630CA5BD4_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>::.ctor()
inline void IndexedSet_1__ctor_m988313624EBC38B9A5999C43FE32BB43B7820C3B (IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * __this, const RuntimeMethod* method)
{
(( void (*) (IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A *, const RuntimeMethod*))IndexedSet_1__ctor_m78A15E3E0B20E8E78B6D3502F8CA7EE753AD0818_gshared)(__this, method);
}
// System.Void UnityEngine.UI.ClipperRegistry::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClipperRegistry__ctor_m7F1EE293535B9B61C281BC6CCF563051B1212A74 (ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * __this, const RuntimeMethod* method);
// T UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>::get_Item(System.Int32)
inline RuntimeObject* IndexedSet_1_get_Item_m483F24F5AE9A4A668E215CF14829E4C323C43BE5 (IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A *, int32_t, const RuntimeMethod*))IndexedSet_1_get_Item_m8038D1362CB76F6CE791721319823B86D9DD2797_gshared)(__this, ___index0, method);
}
// System.Int32 UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>::get_Count()
inline int32_t IndexedSet_1_get_Count_mC17606E683A6D310D5B9467C22FE99C9304686BE (IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A *, const RuntimeMethod*))IndexedSet_1_get_Count_mEEA1184D1474B3B4B357EFC2C064908980921A1B_gshared)(__this, method);
}
// System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>::AddUnique(T)
inline bool IndexedSet_1_AddUnique_mD5F8594FB7274B56EF1399D057C483FEBC8CB577 (IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A *, RuntimeObject*, const RuntimeMethod*))IndexedSet_1_AddUnique_m1ECFE9938B5A00144BDA633A8D25A58316124761_gshared)(__this, ___item0, method);
}
// System.Boolean UnityEngine.UI.Collections.IndexedSet`1<UnityEngine.UI.IClipper>::Remove(T)
inline bool IndexedSet_1_Remove_m30A0E66F4AF79BD97B7A0F94ACD66AA6B74E383E (IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
return (( bool (*) (IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A *, RuntimeObject*, const RuntimeMethod*))IndexedSet_1_Remove_m658717377F61EDE4C423765165C7C5FF30773E7B_gshared)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>::get_Count()
inline int32_t List_1_get_Count_m168DA7AAF75C998C00442B5E32BFB956D96D5AEE_inline (List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>::get_Item(System.Int32)
inline RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * List_1_get_Item_m4B4B96BD54C1E38C67B3621EDAEFF9B1ECDFF556_inline (List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * (*) (List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// UnityEngine.Rect UnityEngine.UI.RectMask2D::get_canvasRect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE RectMask2D_get_canvasRect_m2CFEAC92FBAE3C1E500CAD0BDB3D6CDD263558BA (RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_xMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_xMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_yMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Single UnityEngine.Rect::get_yMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.UI.ColorBlock::get_normalColor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_normalColor_mE0A4EBADEFB7A6F245F590B0A5DBB59F289C0905_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ColorBlock::set_normalColor(UnityEngine.Color)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_normalColor_mAB3355641A3BA73B63E1A8727EC51A095262CC51_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.UI.ColorBlock::get_highlightedColor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_highlightedColor_m779349828B304DB2551C3A3CCDDD69861A21EDFF_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ColorBlock::set_highlightedColor(UnityEngine.Color)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_highlightedColor_m7E9A152B71CD6CBD5BEE9E4019547BD9CC991AF6_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.UI.ColorBlock::get_pressedColor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_pressedColor_m19AA95DCC2519975D93202C997EECB3E06CE96E5_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ColorBlock::set_pressedColor(UnityEngine.Color)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_pressedColor_m252EDA03CA097EF1604FF2678598BA6A294C13C8_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.UI.ColorBlock::get_selectedColor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_selectedColor_mE6DDB9D2D3466CCFFFF000286619BEC4AB60F83D_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ColorBlock::set_selectedColor(UnityEngine.Color)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_selectedColor_mE731B0D4FFE33D3438CA3757F72B6808066937E2_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.UI.ColorBlock::get_disabledColor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_disabledColor_mD865FC8BCFE7B8535A51A68E78130409F3C97FC8_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ColorBlock::set_disabledColor(UnityEngine.Color)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_disabledColor_mABE874E9EF8C41CE83BB16B94C7511AF1FE8AE47_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.UI.ColorBlock::get_colorMultiplier()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float ColorBlock_get_colorMultiplier_mA273A409AC9125C22CBCCB236F0E758C36BA9581_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ColorBlock::set_colorMultiplier(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_colorMultiplier_m8EE6BD49B92CA0C7E801E9D4E39F0AB39237FE26_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ColorBlock::set_fadeDuration(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_fadeDuration_m2C1C0A118396BB2DF370F2F87A6ECA861AE0CA63_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 * __this, uint8_t ___r0, uint8_t ___g1, uint8_t ___b2, uint8_t ___a3, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61 (Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 ___c0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.ColorBlock::Equals(UnityEngine.UI.ColorBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorBlock_Equals_mCD07A68D8E306D372ECA1D13BDA091E9579B4AEE (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ___other0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.ColorBlock::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorBlock_Equals_m5F50CD8C86A89B8EFA4E878BD914656ECEB0177D (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean UnityEngine.Color::op_Equality(UnityEngine.Color,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___lhs0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___rhs1, const RuntimeMethod* method);
// System.Int32 System.ValueType::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValueType_GetHashCode_m48E9FA7FFC7C27D876E764A94E3CF2039ED6C9F9 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.UI.ColorBlock::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorBlock_GetHashCode_m92C2ECB5F5118D21A01C35481D8CC9A091AB6B4B (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.SetPropertyUtility::SetStruct<UnityEngine.UI.ContentSizeFitter/FitMode>(T&,T)
inline bool SetPropertyUtility_SetStruct_TisFitMode_tBF783E77415F7063B468C18E758F738D83D60A08_m82966FBC8997BA6CE839A42F0D21C2688C77A0DC (int32_t* ___currentValue0, int32_t ___newValue1, const RuntimeMethod* method)
{
return (( bool (*) (int32_t*, int32_t, const RuntimeMethod*))SetPropertyUtility_SetStruct_TisInt32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD_m76936C9575407370B372F3129E2167612CAD96D6_gshared)(___currentValue0, ___newValue1, method);
}
// System.Void UnityEngine.UI.ContentSizeFitter::SetDirty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter_SetDirty_m4830A85DEBF04D4D2523563C5E5ECE3712225080 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method);
// UnityEngine.RectTransform UnityEngine.UI.ContentSizeFitter::get_rectTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ContentSizeFitter_get_rectTransform_mE7FD5F977E954B6D54B9C1CCD112A4A70840CF56 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method);
// UnityEngine.UI.ContentSizeFitter/FitMode UnityEngine.UI.ContentSizeFitter::get_verticalFit()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ContentSizeFitter_get_verticalFit_m937F784A1D950E72A561B7DF96206ADA5F1FC490_inline (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method);
// UnityEngine.UI.ContentSizeFitter/FitMode UnityEngine.UI.ContentSizeFitter::get_horizontalFit()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ContentSizeFitter_get_horizontalFit_mB775F652AC10946108F7D44BB52C57413086F524_inline (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.UI.LayoutUtility::GetMinSize(UnityEngine.RectTransform,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LayoutUtility_GetMinSize_m430414C7CA8EF99A8519968D9BD1ACEEA751A431 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___rect0, int32_t ___axis1, const RuntimeMethod* method);
// System.Single UnityEngine.UI.LayoutUtility::GetPreferredSize(UnityEngine.RectTransform,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LayoutUtility_GetPreferredSize_mFF694E6C47FA410533223DC752F65F02ACA639AB (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___rect0, int32_t ___axis1, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ContentSizeFitter::HandleSelfFittingAlongAxis(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter_HandleSelfFittingAlongAxis_m725678942EB77B09B4FCD47347DF54FD7079AFF8 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, int32_t ___axis0, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.UI.CoroutineTween.ColorTween::get_startColor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorTween_get_startColor_mA979B663DFD611DAC95F4A7B98AA36E24EE5E3D6_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::set_startColor(UnityEngine.Color)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorTween_set_startColor_mD976BED0C47332CB811EA6B68230FFAB69DCE82D_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.UI.CoroutineTween.ColorTween::get_targetColor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorTween_get_targetColor_m2620FDCF03617764286DCDF8000AA3BE59C9E7AF_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::set_targetColor(UnityEngine.Color)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorTween_set_targetColor_m9BA400CD92F2182DFEDEA4494B66501C7596DD69_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
// UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenMode UnityEngine.UI.CoroutineTween.ColorTween::get_tweenMode()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ColorTween_get_tweenMode_m908DEFB153497AC18AD08CB73AFF655C1F6D05FB_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::set_tweenMode(UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenMode)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorTween_set_tweenMode_m88B5C1FA53770422C80E61B0958CA7B94E6D8B27_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.UI.CoroutineTween.ColorTween::get_duration()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float ColorTween_get_duration_mC4A1E3C2EA46A5C657A2B9DA240C796F770ECC5F_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::set_duration(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorTween_set_duration_m069BFDD0F6EABA4869ABC1F4620C54F749950E3D_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, float ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::get_ignoreTimeScale()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ColorTween_get_ignoreTimeScale_m6A06826E19314EFE9783E505C75CFC76E42E8F05_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::set_ignoreTimeScale(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorTween_set_ignoreTimeScale_m42071C6EB064666F7FF945EEC5B5261836E8E593_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::ValidTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorTween_ValidTarget_mCFF8428CFF8D45A85E4EE612263E751ED0B5987C (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method);
// UnityEngine.Color UnityEngine.Color::Lerp(UnityEngine.Color,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_Lerp_mD37EF718F1BAC65A7416655F0BC902CE76559C46 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___a0, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___b1, float ___t2, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::Invoke(!0)
inline void UnityEvent_1_Invoke_m6D64470308FE35C0990F9878C1E3F6735643D39E (UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___arg00, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8 *, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 , const RuntimeMethod*))UnityEvent_1_Invoke_m6D64470308FE35C0990F9878C1E3F6735643D39E_gshared)(__this, ___arg00, method);
}
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::TweenValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_TweenValue_m20FCBA50CE9328956973861A9CB0A1FD97265A58 (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, float ___floatPercentage0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.ColorTween/ColorTweenCallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTweenCallback__ctor_mBB57DF8BE131686390944A01A6A10A8FBC2DE005 (ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::AddListener(UnityEngine.Events.UnityAction`1<!0>)
inline void UnityEvent_1_AddListener_m2C8C24086598C0C84A9C4A06C17E30E42294E50A (UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8 * __this, UnityAction_1_t8523D5D21ADA168AED3BD9CFFCED8FF87199DE9D * ___call0, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8 *, UnityAction_1_t8523D5D21ADA168AED3BD9CFFCED8FF87199DE9D *, const RuntimeMethod*))UnityEvent_1_AddListener_m2C8C24086598C0C84A9C4A06C17E30E42294E50A_gshared)(__this, ___call0, method);
}
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::AddOnChangedCallback(UnityEngine.Events.UnityAction`1<UnityEngine.Color>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_AddOnChangedCallback_m8B7B35D5B912C0BCEFB275B54A3A2EB8D1DD7DE8 (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, UnityAction_1_t8523D5D21ADA168AED3BD9CFFCED8FF87199DE9D * ___callback0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::GetIgnoreTimescale()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ColorTween_GetIgnoreTimescale_m5100D5725C73E6DB3718A2CF33C9CB46CA27731E_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method);
// System.Single UnityEngine.UI.CoroutineTween.ColorTween::GetDuration()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float ColorTween_GetDuration_m327EABA3FBCD9635DCD360834176D3AEDBFA88B0_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Color>::.ctor()
inline void UnityEvent_1__ctor_m7D3D9F37407C6599DAD458464F115E98A48A6C6A (UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8 * __this, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tFB475F569CC8852B004B3F2DE7536E67324C2AF8 *, const RuntimeMethod*))UnityEvent_1__ctor_m7D3D9F37407C6599DAD458464F115E98A48A6C6A_gshared)(__this, method);
}
// System.Single UnityEngine.UI.CoroutineTween.FloatTween::get_startValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float FloatTween_get_startValue_m6DC736717E2EAD27CE41A6CD292B6D28AE1DED1E_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::set_startValue(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FloatTween_set_startValue_m34ECE8005F47D60A3F5AF976FF28881A2200B549_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, float ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.UI.CoroutineTween.FloatTween::get_targetValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float FloatTween_get_targetValue_m15E266DEA747D1DD8F49681E9E6AFD7FADBEB027_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::set_targetValue(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FloatTween_set_targetValue_m04567CCFC5510BA34D68C7A2C4AE32D400D59C3E_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, float ___value0, const RuntimeMethod* method);
// System.Single UnityEngine.UI.CoroutineTween.FloatTween::get_duration()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float FloatTween_get_duration_mBECFBEC57BDC30B54D0638873BA3313A8F7232F5_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::set_duration(System.Single)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FloatTween_set_duration_m7E3C3B6D6F9D1C5D9AE051ED64915029E8B4F094_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, float ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::get_ignoreTimeScale()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool FloatTween_get_ignoreTimeScale_mA7B69D72E1D52EF1890C89D5690D345B852C7239_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::set_ignoreTimeScale(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FloatTween_set_ignoreTimeScale_m6826FE67438AA7F1E4ECB85EC83812BC2F6F092B_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::ValidTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_ValidTarget_m917EB0D30E72AC75D90D1D8F11B1D7EBBD00ECAE (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::Invoke(!0)
inline void UnityEvent_1_Invoke_m79A370B4DEEE382453AA91E44FE0718B354DC759 (UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6 * __this, float ___arg00, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6 *, float, const RuntimeMethod*))UnityEvent_1_Invoke_m79A370B4DEEE382453AA91E44FE0718B354DC759_gshared)(__this, ___arg00, method);
}
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::TweenValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_TweenValue_m4E4418FB7FBDC7CBF96D95518DFACF25BCBE8EB3 (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, float ___floatPercentage0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.CoroutineTween.FloatTween/FloatTweenCallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTweenCallback__ctor_m85BC42EE5784B9D8659BE634B8F46BFF06933EEE (FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::AddListener(UnityEngine.Events.UnityAction`1<!0>)
inline void UnityEvent_1_AddListener_m2B3C82F28F7B39809850DE6DBF22D9751C8D6394 (UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6 * __this, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___call0, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6 *, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *, const RuntimeMethod*))UnityEvent_1_AddListener_m2B3C82F28F7B39809850DE6DBF22D9751C8D6394_gshared)(__this, ___call0, method);
}
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::AddOnChangedCallback(UnityEngine.Events.UnityAction`1<System.Single>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_AddOnChangedCallback_m56955D43A7CDE997CE447A1C69CA708E8190E9AE (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___callback0, const RuntimeMethod* method);
// System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::GetIgnoreTimescale()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool FloatTween_GetIgnoreTimescale_mB93B6C1BAD120F59F58DFE9409A64DE3A4790D88_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method);
// System.Single UnityEngine.UI.CoroutineTween.FloatTween::GetDuration()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float FloatTween_GetDuration_m81D2D1E8D8AEDFDF03B54F1AF71A74824480B178_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.Single>::.ctor()
inline void UnityEvent_1__ctor_m029309819C0547BE76007CF58B8EB0BC5BB9765C (UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6 * __this, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tD2F68F6DD363B64D94CB72CA4170B8DC7A1117F6 *, const RuntimeMethod*))UnityEvent_1__ctor_m029309819C0547BE76007CF58B8EB0BC5BB9765C_gshared)(__this, method);
}
// UnityEngine.UI.DefaultControls/IFactoryControls UnityEngine.UI.DefaultControls::get_factory()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* DefaultControls_get_factory_m616056407908402EFF7E24BC02D0A1B0CDED98B2_inline (const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.RectTransform>()
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.DefaultControls::SetParentAndAlign(UnityEngine.GameObject,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultControls_SetParentAndAlign_mC0E1D3DCB97427FF74488DFED23A51047E04E925 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___child0, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___parent1, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Text::AssignDefaultFont()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_AssignDefaultFont_m96292009E24D108CA2889748CBB06B34CF854B69 (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method);
// System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent0, bool ___worldPositionStays1, const RuntimeMethod* method);
// System.Int32 UnityEngine.GameObject::get_layer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.DefaultControls::SetLayerRecursively(UnityEngine.GameObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultControls_SetLayerRecursively_m85578EB1E86A92ADE30289C7A9B8B937CD6933CA (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___go0, int32_t ___layer1, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::set_layer(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, int32_t ___value0, const RuntimeMethod* method);
// UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * Transform_GetChild_mC86B9B61E4EC086A571B09EA7A33FFBF50DF52D3 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 UnityEngine.Transform::get_childCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_m7665D779DCDB6B175FB52A254276CDF0C384A724 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateUIElementRoot(System.String,UnityEngine.Vector2,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7 (String_t* ___name0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___size1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___components2, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.UI.Image>()
inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Image::set_sprite(UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13 (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * __this, Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Image::set_type(UnityEngine.UI.Image/Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199 (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * __this, int32_t ___value0, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateUIObject(System.String,UnityEngine.GameObject,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E (String_t* ___name0, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___parent1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___components2, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.UI.Button>()
inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * GameObject_GetComponent_TisButton_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_m04725F873F765AF3EA906137A60CD58809FE1C80 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.DefaultControls::SetDefaultColorTransitionValues(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultControls_SetDefaultColorTransitionValues_m7E4AA2E8B97EF5620C34FEE8D146FA35C054EB8F (Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___slider0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.UI.Text>()
inline Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Text::set_alignment(UnityEngine.TextAnchor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_alignment_m561721B60004841C883CE9E1C981616E08AB1900 (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.DefaultControls::SetDefaultTextValues(UnityEngine.UI.Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultControls_SetDefaultTextValues_m79AA4B1F7A2061B259933C3F0CDBB12788BC3DFE (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___lbl0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.UI.Slider>()
inline Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * GameObject_GetComponent_TisSlider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09_m688424BCA2C09954B36F15A3C82F17CAECEB91A7 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Slider::set_fillRect(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Slider_set_fillRect_mD84E7633BC3F88D77B10F78C5B6731674B98110B (Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * __this, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Slider::set_handleRect(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Slider_set_handleRect_m5BFDDDC79CBCDFD3A85969E4793E6775EC8A54CE (Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * __this, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Selectable::set_targetGraphic(UnityEngine.UI.Graphic)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_set_targetGraphic_mDA4746F7DF1665B6BF49CE3B026DE84640CA7AC5 (Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * __this, Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Slider::set_direction(UnityEngine.UI.Slider/Direction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Slider_set_direction_mA51E204E4880C34EAC54578285F6C25C8C7D1170 (Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * __this, int32_t ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.UI.Scrollbar>()
inline Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Scrollbar::set_handleRect(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scrollbar_set_handleRect_m7AB0A8D449A11E4F2CE86DAB09E7352D04C00EE9 (Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * __this, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.UI.Toggle>()
inline Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * GameObject_GetComponent_TisToggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_m9F98F777EFF307DC0F6FEA2C006044097874BE11 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Toggle::set_isOn(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Toggle_set_isOn_m520D16B143619437D7997316584A029D7C3CABF8 (Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.RectTransform::set_offsetMin(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_offsetMin_m7455ED64FF16C597E648E022BA768CFDCF4531AC (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.RectTransform::set_offsetMax(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_offsetMax_mD55D44AD4740C79B5C2C83C60B0C38BF1090501C (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.UI.InputField>()
inline InputField_t533609195B110760BCFF00B746C87D81969CB005 * GameObject_GetComponent_TisInputField_t533609195B110760BCFF00B746C87D81969CB005_mA51516D144F85CAE471A6A68DF98CFB88FCE87AA (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( InputField_t533609195B110760BCFF00B746C87D81969CB005 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Text::set_supportRichText(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_supportRichText_m8854F111655576BEB5010C2E20DBA3F6CDD4A728 (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Text::set_fontStyle(UnityEngine.FontStyle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_set_fontStyle_mEB69FC3AD201D282D5DC1985A6B3656B79542030 (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.InputField::set_textComponent(UnityEngine.UI.Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_set_textComponent_m11FA15B17BA3DB27324CE4040E063B7DAC091B07 (InputField_t533609195B110760BCFF00B746C87D81969CB005 * __this, Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.InputField::set_placeholder(UnityEngine.UI.Graphic)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_set_placeholder_m0865B4D3D4ECD6FD461DAB885EB092EEB21A4043 (InputField_t533609195B110760BCFF00B746C87D81969CB005 * __this, Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * ___value0, const RuntimeMethod* method);
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateScrollbar(UnityEngine.UI.DefaultControls/Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateScrollbar_m876785B77922E7A0918137096FE9CEEC4BBCA1C6 (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Scrollbar::SetDirection(UnityEngine.UI.Scrollbar/Direction,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Scrollbar_SetDirection_m04E971B5F25701C119EE60595560A5A821BEDB80 (Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * __this, int32_t ___direction0, bool ___includeRectLayouts1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_right()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_right_mB4BD67462D579461853F297C0DE85D81E07E911E (const RuntimeMethod* method);
// System.Void UnityEngine.RectTransform::set_pivot(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.RectTransform::get_sizeDelta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D RectTransform_get_sizeDelta_mDA0A3E73679143B1B52CE2F9A417F90CB9F3DAFF (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.UI.ScrollRect>()
inline ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * GameObject_GetComponent_TisScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51_m86F516439BCE4785DEF4C19316FF222CD6DD91E7 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.ScrollRect::set_content(UnityEngine.RectTransform)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ScrollRect_set_content_mCCF04D1FE05A6EE7DB578FA797DD668C79F05373_inline (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ScrollRect::set_viewport(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_viewport_m445D1D8568F23E4F14BF524A7C3D06AC8C779DBF (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ScrollRect::set_horizontal(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ScrollRect_set_horizontal_mE171242DA7E88CFA23CFD1867ABCF02408BAE630_inline (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ScrollRect::set_movementType(UnityEngine.UI.ScrollRect/MovementType)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ScrollRect_set_movementType_m5DC0E885A97CE2CE998AAF32B21BA0E5F0872375_inline (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ScrollRect::set_verticalScrollbar(UnityEngine.UI.Scrollbar)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_verticalScrollbar_m8FBFA26D8764A67595C2A051E9F3EC96359AD587 (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ScrollRect::set_verticalScrollbarVisibility(UnityEngine.UI.ScrollRect/ScrollbarVisibility)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_verticalScrollbarVisibility_m04378E56059A4C84FC9B210F79C2E6FF7A507E12 (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ScrollRect::set_verticalScrollbarSpacing(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_verticalScrollbarSpacing_mD3E2AFC566836F6FA7C216D628044D5B46BFB13B (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, float ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.UI.Mask>()
inline Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * GameObject_GetComponent_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_mC09F1E3135566B979D6505E5F69268E8DDE16D47 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Mask::set_showMaskGraphic(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Mask_set_showMaskGraphic_m90255D390C59EE8D263A71068837FB0768E998C8 (Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * __this, bool ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.UI.Dropdown>()
inline Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * GameObject_GetComponent_TisDropdown_tF6331401084B1213CAB10587A6EC81461501930F_mCEDADB496C533D2B1022FE5C0B5D68493866A5E2 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Dropdown::set_template(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_template_mB9D019C2D44DB5A936754540CA54AB20E948B395 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown::set_captionText(UnityEngine.UI.Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_captionText_m6EB525A575E15A0A8FBBA3C5E1E04B2743B5CE97 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown::set_itemText(UnityEngine.UI.Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_itemText_m2D83A9DFB92CB75269DB174DD05560F416368240 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___value0, const RuntimeMethod* method);
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData> UnityEngine.UI.Dropdown::get_options()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown/OptionData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData__ctor_m5FF808A9DC863C8D595D5F6BD2DBDC02112F1606 (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown/OptionData::set_text(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void OptionData_set_text_m294B34165F072EEF65BEB4700D5F1484A52DC30B_inline (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::Add(!0)
inline void List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7 (List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * __this, OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 *, OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void UnityEngine.UI.Dropdown::RefreshShownValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::SetActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___value0, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::get_up()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_up_mC4548731D5E7C71164D18C390A1AC32501DAE441 (const RuntimeMethod* method);
// System.Void UnityEngine.UI.ScrollRect::set_horizontalScrollbar(UnityEngine.UI.Scrollbar)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_horizontalScrollbar_mB61F6C8B7878EAFCB4AF0EC5D1E42E1A14F8B438 (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ScrollRect::set_horizontalScrollbarVisibility(UnityEngine.UI.ScrollRect/ScrollbarVisibility)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_horizontalScrollbarVisibility_mC9B69627EE6A64877864E77485E27773EB855DF6 (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.ScrollRect::set_horizontalScrollbarSpacing(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_horizontalScrollbarSpacing_m0ECCC684AE9E391D854C6C2B5B695277F065A2D3 (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::.ctor(System.String,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m20BE06980A232E1D64016957059A9DD834173F68 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___name0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___components1, const RuntimeMethod* method);
// System.Void UnityEngine.UI.DefaultControls/DefaultRuntimeFactory::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultRuntimeFactory__ctor_mA26CD855B0C0BDDA991CB78A064EA63A736B01F0 (DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2 * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData> UnityEngine.UI.Dropdown/OptionDataList::get_options()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * OptionDataList_get_options_m3628E8C41BE97B1D4CB2B5C79CC127C5F6C82CCD_inline (OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown/OptionDataList::set_options(System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void OptionDataList_set_options_mA01C00ADF9C913B4B1DB8B3FAA30F3D2DB31EF13_inline (OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D * __this, List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown::Set(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_Set_m8C6D5C2E784DBA1A4F4AB73354DA8B2C1265386E (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, int32_t ___value0, bool ___sendCallback1, const RuntimeMethod* method);
// System.Boolean UnityEngine.Application::get_isPlaying()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5 (const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::get_Count()
inline int32_t List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_inline (List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_mE1EA15D719BF2F632741D42DF96F0BC797A20389 (int32_t ___value0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent`1<System.Int32>::Invoke(!0)
inline void UnityEvent_1_Invoke_mAC9BEEF287D58E79A447A57E28D3679F9B199D70 (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 * __this, int32_t ___arg00, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_t6DD758393B13FC2A58BE44E647D9EBEA4F27D914 *, int32_t, const RuntimeMethod*))UnityEvent_1_Invoke_mAC9BEEF287D58E79A447A57E28D3679F9B199D70_gshared)(__this, ___arg00, method);
}
// System.Void UnityEngine.UI.Dropdown/OptionDataList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionDataList__ctor_mBD571B96180D97CDFDC446EE0E37ECFE76B3541A (OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown/DropdownEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DropdownEvent__ctor_m98DC282381C3C5B01E23CBCDC916E1E35913633C (DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>::.ctor()
inline void List_1__ctor_mCE76B08F7D58C23501BA548727A5AD4E432F7C07 (List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>::.ctor()
inline void TweenRunner_1__ctor_m3BA236F3CC80F207C28B3A6B2D5C116C483AE872 (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * __this, const RuntimeMethod* method)
{
(( void (*) (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF *, const RuntimeMethod*))TweenRunner_1__ctor_m3BA236F3CC80F207C28B3A6B2D5C116C483AE872_gshared)(__this, method);
}
// System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>::Init(UnityEngine.MonoBehaviour)
inline void TweenRunner_1_Init_m17E5E1BE0EB8226EA16AA2C2AB572E1B225BECD2_inline (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * __this, MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * ___coroutineContainer0, const RuntimeMethod* method)
{
(( void (*) (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF *, MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 *, const RuntimeMethod*))TweenRunner_1_Init_m17E5E1BE0EB8226EA16AA2C2AB572E1B225BECD2_gshared_inline)(__this, ___coroutineContainer0, method);
}
// UnityEngine.Sprite UnityEngine.UI.Image::get_sprite()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * Image_get_sprite_m642D753672A8CBCEB67950914B44EF34C62DD137_inline (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Behaviour::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B (Behaviour_tBDC7E9C3C898AD8348891B82D3E345801D920CA8 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.EventSystems.UIBehaviour::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_Start_mCF174BFBADA4B5806DD4FFF75984F1526AAF3884 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown::ImmediateDestroyDropdownList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_ImmediateDestroyDropdownList_m6B7217213F4E6CC4089712453892CBEA8725E3A4 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Selectable::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_OnDisable_m4D4535A97B291959E391BCC56D51BF75B7B0F1B9 (Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::get_Item(System.Int32)
inline OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * List_1_get_Item_m4AF83DF4952B5005F46816EEB04BE164A4C62E09_inline (List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * (*) (List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.String UnityEngine.UI.Dropdown/OptionData::get_text()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* OptionData_get_text_m2357EC665D55A54DDC6D7A150E2F74D95F915307_inline (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * __this, const RuntimeMethod* method);
// UnityEngine.Sprite UnityEngine.UI.Dropdown/OptionData::get_image()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * OptionData_get_image_m0BF991D02528EE3C67FE841C3AA87EC1AE7D8E31_inline (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::AddRange(System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1_AddRange_mC20DA39C8CDCE63A32C66C90E1BBEA5D2A6C0D9D (List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 *, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m629B40CD4286736C328FA496AAFC388F697CF984_gshared)(__this, ___collection0, method);
}
// !0 System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
inline String_t* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( String_t* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void UnityEngine.UI.Dropdown/OptionData::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData__ctor_m72F6900DD27A92731D7B1FA02623D50440D747C3 (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * __this, String_t* ___text0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.Sprite>::get_Item(System.Int32)
inline Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * List_1_get_Item_mF5E71E3338CCF25A3D57841974E13DC51C8BB9E2_inline (List_1_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * (*) (List_1_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void UnityEngine.UI.Dropdown/OptionData::.ctor(UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OptionData__ctor_m376A2D81849FC01F09CCD5AB71BFDB596485B0A2 (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * __this, Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * ___image0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Sprite>::get_Count()
inline int32_t List_1_get_Count_mF359AEAAF8F7D192498B9E5F3B0AAC49423CA1BE_inline (List_1_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::Clear()
inline void List_1_Clear_m17A48F63DE3D34232B01F1A7D55BC3FAFD2FBFFF (List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void UnityEngine.Debug::LogError(System.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m97139CB2EE76D5CD8308C1AD0499A5F163FC7F51 (RuntimeObject * ___message0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___context1, const RuntimeMethod* method);
// !!0 UnityEngine.Component::GetComponentInChildren<UnityEngine.UI.Toggle>()
inline Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * Component_GetComponentInChildren_TisToggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_mF1F1602C88EB98A9831EEC9AFCFD142E3EE781AC (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponentInChildren_TisRuntimeObject_m2094C39A775FDD39B5FB9B5A77E988F3482DC46B_gshared)(__this, method);
}
// UnityEngine.RectTransform UnityEngine.UI.Dropdown::get_template()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * Dropdown_get_template_m9C83BB0CFD2BA72F08ACC8B0FA9A274FAD0FC9C4_inline (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method);
// UnityEngine.UI.Text UnityEngine.UI.Dropdown::get_itemText()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * Dropdown_get_itemText_m1AEEFE1ACF751CD3483659F5E5B703239C28C7D5_inline (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method);
// System.Boolean UnityEngine.Transform::IsChildOf(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Transform_IsChildOf_mCB98BA14F7FB82B6AF6AE961E84C47AE1D99AA80 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___parent0, const RuntimeMethod* method);
// UnityEngine.UI.Image UnityEngine.UI.Dropdown::get_itemImage()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * Dropdown_get_itemImage_m3B115ACA023FC279CAE1757FD4AB0DF91242BA50_inline (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Dropdown/DropdownItem>()
inline DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * GameObject_AddComponent_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m3FC7D1DDC3117BA73A6208371C6A4896FF21FC83 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Dropdown/DropdownItem::set_text(UnityEngine.UI.Text)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropdownItem_set_text_m13D42A003AF95D99F2327E23532986F9FA1F0ABE_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown/DropdownItem::set_image(UnityEngine.UI.Image)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropdownItem_set_image_m7C2A0990EF4FA55AA50A963A93A31E0F28189766_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown/DropdownItem::set_toggle(UnityEngine.UI.Toggle)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropdownItem_set_toggle_m0EBE6629833FE4C6971885403B74CA15278BC0C9_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown/DropdownItem::set_rectTransform(UnityEngine.RectTransform)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropdownItem_set_rectTransform_m68DE1182C56F9C18124E9D2E7304879865B053C9_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___value0, const RuntimeMethod* method);
// T UnityEngine.UI.Dropdown::GetOrAddComponent<UnityEngine.Canvas>(UnityEngine.GameObject)
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * Dropdown_GetOrAddComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m64A328B1FAA7DE95B776B343E70B913984E4BE3C (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___go0, const RuntimeMethod* method)
{
return (( Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))Dropdown_GetOrAddComponent_TisRuntimeObject_m996F3C9DE85AFE448A59C06D82E3EC5D1AB7B496_gshared)(___go0, method);
}
// System.Void UnityEngine.Canvas::set_overrideSorting(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_overrideSorting_m446842097ED576AB8706B9980E85AECC24C13015 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.Canvas::set_sortingOrder(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_sortingOrder_m4387540EBDF2716DFAE26F27074DBF15F32382E7 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, int32_t ___value0, const RuntimeMethod* method);
// !!0[] UnityEngine.Component::GetComponents<UnityEngine.EventSystems.BaseRaycaster>()
inline BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* Component_GetComponents_TisBaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966_mC5D7B6F2AF3B637F8CF0F1DEF4E96FEADB5C6814 (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * __this, const RuntimeMethod* method)
{
return (( BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* (*) (Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 *, const RuntimeMethod*))Component_GetComponents_TisRuntimeObject_m1B7342AF989DE9DCE4CED42BF55A0AC6FFCBF6C6_gshared)(__this, method);
}
// UnityEngine.Component UnityEngine.GameObject::GetComponent(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_GetComponent_mECB756C7EB39F6BB79F8C065AB0013354763B151 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___type0, const RuntimeMethod* method);
// UnityEngine.Component UnityEngine.GameObject::AddComponent(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * GameObject_AddComponent_m489C9D5426F2050795FA696CD478BB49AAE4BD70 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, Type_t * ___componentType0, const RuntimeMethod* method);
// T UnityEngine.UI.Dropdown::GetOrAddComponent<UnityEngine.UI.GraphicRaycaster>(UnityEngine.GameObject)
inline GraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83 * Dropdown_GetOrAddComponent_TisGraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83_m9B1D258B962FAF4A5D69605ED9910224F26E7294 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___go0, const RuntimeMethod* method)
{
return (( GraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))Dropdown_GetOrAddComponent_TisRuntimeObject_m996F3C9DE85AFE448A59C06D82E3EC5D1AB7B496_gshared)(___go0, method);
}
// T UnityEngine.UI.Dropdown::GetOrAddComponent<UnityEngine.CanvasGroup>(UnityEngine.GameObject)
inline CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90 * Dropdown_GetOrAddComponent_TisCanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90_mC688692DBB92788BACDED774AD6D005B6EC5F838 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___go0, const RuntimeMethod* method)
{
return (( CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))Dropdown_GetOrAddComponent_TisRuntimeObject_m996F3C9DE85AFE448A59C06D82E3EC5D1AB7B496_gshared)(___go0, method);
}
// System.Void UnityEngine.UI.Dropdown::Show()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_Show_mD7E5E0A23BA93F7DDCF937D487FAA4A03B810592 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_Hide_m35382248CCB9AB3A863EC390BD50BEBEC2ACC1E4 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method);
// System.Collections.Generic.List`1<T> UnityEngine.UI.ListPool`1<UnityEngine.Canvas>::Get()
inline List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * ListPool_1_Get_mA989CA66D2C850D3E855674932F1ADD2DBAAA35B (const RuntimeMethod* method)
{
return (( List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * (*) (const RuntimeMethod*))ListPool_1_Get_mD763F64B9987BBE7DC6092E7C6014A51106D1362_gshared)(method);
}
// System.Void UnityEngine.GameObject::GetComponentsInParent<UnityEngine.Canvas>(System.Boolean,System.Collections.Generic.List`1<!!0>)
inline void GameObject_GetComponentsInParent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mB7F6E5B9B2A774B75A74DB3C96449C5B50D02D12 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, bool ___includeInactive0, List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * ___results1, const RuntimeMethod* method)
{
(( void (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, bool, List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 *, const RuntimeMethod*))GameObject_GetComponentsInParent_TisRuntimeObject_mC3454F259E41C0D52B90FC8BD265FE83AA5D6C81_gshared)(__this, ___includeInactive0, ___results1, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Canvas>::get_Count()
inline int32_t List_1_get_Count_m1F183A0E2C36A7AB54555BD922CC9D8F3B4C467B_inline (List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<UnityEngine.Canvas>::get_Item(System.Int32)
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * List_1_get_Item_mEFD1886711107A9D5DE286D4D89A248301EF77B2_inline (List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * (*) (List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Void UnityEngine.UI.ListPool`1<UnityEngine.Canvas>::Release(System.Collections.Generic.List`1<T>)
inline void ListPool_1_Release_mF22BEEED9202B913F41B6C9AE9B4C5FDBEC76BD3 (List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * ___toRelease0, const RuntimeMethod* method)
{
(( void (*) (List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 *, const RuntimeMethod*))ListPool_1_Release_m377C6B9E4F57B5F932E838F423B6204E45FF45A5_gshared)(___toRelease0, method);
}
// System.Void UnityEngine.UI.Dropdown::SetupTemplate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_SetupTemplate_m5CE6BC1866BDCDE6E94E367175F90E557F48E143 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.Canvas::get_sortingLayerID()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Canvas_get_sortingLayerID_mD0EB8964D1C7E68F429F83B5C5AF58426D354C75 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Canvas::set_sortingLayerID(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Canvas_set_sortingLayerID_m9FE5A69A22DB3316964C9D5CD49E5B4352550747 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, int32_t ___value0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::GetComponentInChildren<UnityEngine.UI.Dropdown/DropdownItem>()
inline DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * GameObject_GetComponentInChildren_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m9193A9BC92DC89CED4377A4B8719AB4F79D12E56 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponentInChildren_TisRuntimeObject_m29A18F5AEC1DD0A23BB53D51D813EA0ACE9AE27C_gshared)(__this, method);
}
// UnityEngine.RectTransform UnityEngine.UI.Dropdown/DropdownItem::get_rectTransform()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * DropdownItem_get_rectTransform_mADBE4D843FE38C832CC1C9CFE03DC4D55B18E897_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Rect::get_min()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Rect_get_min_m17345668569CF57C5F1D2B2DADD05DD4220A5950 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::get_localPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.Rect::get_max()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Rect_get_max_m3BFB033D741F205FB04EF163A9D5785E7E020756 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>::Clear()
inline void List_1_Clear_m5A1B380174A642331CB7D6B9DAC84F13766017D0 (List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void UnityEngine.UI.Dropdown/<>c__DisplayClass62_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass62_0__ctor_m5929C1C6009D2B9C3DDFDE80B361ACEE79669726 (U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * __this, const RuntimeMethod* method);
// System.Int32 UnityEngine.UI.Dropdown::get_value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Dropdown_get_value_m5FC2BBBD94BA37BFF81DDCE45F42E0782C44CFCD_inline (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method);
// UnityEngine.UI.Dropdown/DropdownItem UnityEngine.UI.Dropdown::AddItem(UnityEngine.UI.Dropdown/OptionData,System.Boolean,UnityEngine.UI.Dropdown/DropdownItem,System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * Dropdown_AddItem_m5F858BC2C6F291D7E8E674A36F7036A1CA4BEAB2 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * ___data0, bool ___selected1, DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * ___itemTemplate2, List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * ___items3, const RuntimeMethod* method);
// UnityEngine.UI.Toggle UnityEngine.UI.Dropdown/DropdownItem::get_toggle()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityAction`1<System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void UnityAction_1__ctor_m18CA7901D895C4EFF9722B01F9CCBB555B6E1165 (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m18CA7901D895C4EFF9722B01F9CCBB555B6E1165_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.Events.UnityEvent`1<System.Boolean>::AddListener(UnityEngine.Events.UnityAction`1<!0>)
inline void UnityEvent_1_AddListener_mD63C8616B316F25095F83F39E25D7E567AA72AB0 (UnityEvent_1_tE040CE348097B63925504E9E6AFCD89D46798FE3 * __this, UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * ___call0, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_tE040CE348097B63925504E9E6AFCD89D46798FE3 *, UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *, const RuntimeMethod*))UnityEvent_1_AddListener_mD63C8616B316F25095F83F39E25D7E567AA72AB0_gshared)(__this, ___call0, method);
}
// System.Boolean UnityEngine.UI.Toggle::get_isOn()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Toggle_get_isOn_mC0C6AA83480A8DEFC7ADB2BC4FE1FCF0D92CA964_inline (Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * __this, const RuntimeMethod* method);
// UnityEngine.UI.Navigation UnityEngine.UI.Selectable::get_navigation()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 Selectable_get_navigation_mE0FE811B11269EFDEE21C98701059F786580FB50_inline (Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Navigation::set_mode(UnityEngine.UI.Navigation/Mode)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Navigation_set_mode_m98F00F98459C0C3D79FDC7221C779D83130D67BC_inline (Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Navigation::set_selectOnDown(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Navigation_set_selectOnDown_mE97059CFEDDAA89BC14D85EA1FB51A9D3BDA4549_inline (Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * __this, Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Navigation::set_selectOnRight(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Navigation_set_selectOnRight_mEBD7DF30AC830A83DCC7F1E2BA9629864A40336E_inline (Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * __this, Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Navigation::set_selectOnLeft(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Navigation_set_selectOnLeft_m6C219E151D044D1C4F086A2DDD104C537553B79D_inline (Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * __this, Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Navigation::set_selectOnUp(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Navigation_set_selectOnUp_mDC6497A819851FC70C1771FA5B4F8DEF7BDCD552_inline (Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * __this, Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Selectable::set_navigation(UnityEngine.UI.Navigation)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_set_navigation_m40A501995B245DC9F28F2B5BE7B97849D77A15E0 (Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * __this, Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 ___value0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>::get_Count()
inline int32_t List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_inline (List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Void UnityEngine.RectTransform::GetWorldCorners(UnityEngine.Vector3[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_GetWorldCorners_m073AA4D13C51C5654A5983EE3FE7E2E60F7761B6 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* ___fourCornersArray0, const RuntimeMethod* method);
// UnityEngine.Vector3 UnityEngine.Transform::InverseTransformPoint(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Transform_InverseTransformPoint_mB6E3145F20B531B4A781C194BAC43A8255C96C47 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___position0, const RuntimeMethod* method);
// System.Single UnityEngine.Vector3::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Vector3_get_Item_mC3B9D35C070A91D7CA5C5B47280BD0EA3E148AC6 (Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void UnityEngine.RectTransformUtility::FlipLayoutOnAxis(UnityEngine.RectTransform,System.Int32,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransformUtility_FlipLayoutOnAxis_mFECCA330C80845D0B75829C7DD242688911006AE (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___rect0, int32_t ___axis1, bool ___keepPositioning2, bool ___recursive3, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>::get_Item(System.Int32)
inline DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * List_1_get_Item_m8EB234DA8AED6E033171C6C43F707C2592C145AA_inline (List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * (*) (List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// UnityEngine.Vector2 UnityEngine.RectTransform::get_anchoredPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D RectTransform_get_anchoredPosition_mCB2171DBADBC572F354CCFE3ACA19F9506F97907 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, const RuntimeMethod* method);
// UnityEngine.Vector2 UnityEngine.RectTransform::get_pivot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D RectTransform_get_pivot_mA5BEEE2069ACA7C0C717530EED3E7D811D46C463 (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * __this, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown::AlphaFadeList(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_AlphaFadeList_m2B80644908D3927EEB29497DBEA5BB5B8B239316 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, float ___duration0, float ___start1, float ___end2, const RuntimeMethod* method);
// System.Void UnityEngine.GameObject::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, String_t* ___name0, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.RectTransform>()
inline RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * GameObject_AddComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mBCFCAB2CB522FEE3E8160D6B53776131804C0B25 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_one()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 Vector3_get_one_mA11B83037CB269C6076CBCF754E24C8F3ACEC2AB (const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.Canvas>()
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * GameObject_AddComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m474E23A3E8CBCA25DD03C7614EEF1E47AD566618 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.Canvas>()
inline Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * GameObject_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m5EA55BE80E8E0FB0551D6C16C2BC57A726758C9A (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Int32 UnityEngine.Canvas::get_sortingOrder()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Canvas_get_sortingOrder_mA3FC1159A6594B522A7B682F5792845E2DC7C540 (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * __this, const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Image>()
inline Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * GameObject_AddComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_mD30135D66AFB92E25180A1358319B74A4621D79F (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// UnityEngine.Color UnityEngine.Color::get_clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360 (const RuntimeMethod* method);
// !!0 UnityEngine.GameObject::AddComponent<UnityEngine.UI.Button>()
inline Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * GameObject_AddComponent_TisButton_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_m36473E834D5F26A115FB3A704AC6A86C8C95FD95 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_mE053F7A95F30AFF07D69F0DED3DA13AE2EC25E03_gshared)(__this, method);
}
// UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * Button_get_onClick_m77E8CA6917881760CC7900930F4C789F3E2F8817_inline (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_mEFC4B92529CE83DF72501F92E07EC5598C54BDAC (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m31973FDDC5BB0B2828AB6EF519EC4FD6563499C9 (UnityEvent_t5C6DDC2FCDF7F5C1808F1DDFBAD27A383F5FE65F * __this, UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * ___call0, const RuntimeMethod* method);
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___obj0, const RuntimeMethod* method);
// !!0 UnityEngine.Object::Instantiate<UnityEngine.GameObject>(!!0)
inline GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_mC4AB712D7F18E0991E1542CE53F11385E21E7B90 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___original0, const RuntimeMethod* method)
{
return (( GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m4566F033303F52A6D430A06E5FA2D29E2A8D6ED3_gshared)(___original0, method);
}
// !!0 UnityEngine.Object::Instantiate<UnityEngine.UI.Dropdown/DropdownItem>(!!0)
inline DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * Object_Instantiate_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m5063405ACD5422343C447BB6F01EA28525635C50 (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * ___original0, const RuntimeMethod* method)
{
return (( DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * (*) (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 *, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m4566F033303F52A6D430A06E5FA2D29E2A8D6ED3_gshared)(___original0, method);
}
// UnityEngine.UI.Text UnityEngine.UI.Dropdown/DropdownItem::get_text()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * DropdownItem_get_text_mABB014D2DEE9F6B24515DE71A08EBFA82BB44829_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, const RuntimeMethod* method);
// UnityEngine.UI.Image UnityEngine.UI.Dropdown/DropdownItem::get_image()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * DropdownItem_get_image_m2879EEFCAB097FBA79BC4DA41ECBA4EBE3CB6185_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>::Add(!0)
inline void List_1_Add_m586D1EEB2F63DF391D45015E7D30188261F7DFB3 (List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * __this, DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E *, DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// !!0 UnityEngine.GameObject::GetComponent<UnityEngine.CanvasGroup>()
inline CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90 * GameObject_GetComponent_TisCanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90_m1E62EC28BAFB3FD20C659FFCDADD4A12105219E0 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * __this, const RuntimeMethod* method)
{
return (( CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90 * (*) (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_mE03C66715289D7957CA068A675826B7EE0887BE3_gshared)(__this, method);
}
// System.Single UnityEngine.CanvasGroup::get_alpha()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CanvasGroup_get_alpha_mF6AFB387E643765758F1461369A65F59BA06D26E (CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90 * __this, const RuntimeMethod* method);
// System.Boolean System.Single::Equals(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7 (float* __this, float ___obj0, const RuntimeMethod* method);
// System.Void UnityEngine.Events.UnityAction`1<System.Single>::.ctor(System.Object,System.IntPtr)
inline void UnityAction_1__ctor_m4A0C4C988C2B9F801D155D22295CF4DA2DBFDC0D (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *, RuntimeObject *, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m4A0C4C988C2B9F801D155D22295CF4DA2DBFDC0D_gshared)(__this, ___object0, ___method1, method);
}
// System.Void UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>::StartTween(T)
inline void TweenRunner_1_StartTween_m1C12D6475DFCA47D74844FD2395C1057AF1CA41D (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * __this, FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A ___info0, const RuntimeMethod* method)
{
(( void (*) (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF *, FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A , const RuntimeMethod*))TweenRunner_1_StartTween_m1C12D6475DFCA47D74844FD2395C1057AF1CA41D_gshared)(__this, ___info0, method);
}
// System.Void UnityEngine.CanvasGroup::set_alpha(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasGroup_set_alpha_m7E3C4DCD13E6B1FD43C797EFF9698BACA1FBEC3D (CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90 * __this, float ___value0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown::AlphaFadeList(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_AlphaFadeList_m0ECDEA6B54E8EC0ED2C4ACB016942122B6E9FB1E (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, float ___duration0, float ___alpha1, const RuntimeMethod* method);
// System.Collections.IEnumerator UnityEngine.UI.Dropdown::DelayedDestroyDropdownList(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dropdown_DelayedDestroyDropdownList_mFDA7D3AEA4860DEF70F855A259A6A3F7637139CC (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, float ___delay0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown/<DelayedDestroyDropdownList>d__74::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayedDestroyDropdownListU3Ed__74__ctor_m03CEC81B3046E88B824CD2BB0C86501875B704C8 (U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method);
// System.Void UnityEngine.UI.Dropdown::set_value(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_value_m8899C656D4A14C8AD965B64EBAFDAA1EFC8C056A (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.EventSystems.AbstractEventData::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractEventData_Reset_mFD0C0918347F74594FE8C791C5A939FEB953308D (AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6 * __this, const RuntimeMethod* method)
{
{
// m_Used = false;
__this->set_m_Used_0((bool)0);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.AbstractEventData::Use()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractEventData_Use_mB892C2F5FE39571FAFFB247C795233438B15A17B (AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6 * __this, const RuntimeMethod* method)
{
{
// m_Used = true;
__this->set_m_Used_0((bool)1);
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.AbstractEventData::get_used()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AbstractEventData_get_used_mC9500818C43B1C96B532F4D5DF316D25ADC1CACA (AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6 * __this, const RuntimeMethod* method)
{
{
// get { return m_Used; }
bool L_0 = __this->get_m_Used_0();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.AbstractEventData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbstractEventData__ctor_mD80BC34325B6235E48E02789647C69D4F283434E (AbstractEventData_t636F385820C291DAE25897BCEB4FBCADDA3B75F6 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Vector2 UnityEngine.EventSystems.AxisEventData::get_moveVector()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D AxisEventData_get_moveVector_mCB9151FF8AFE8DC43886E715AD4B9932644DC171 (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, const RuntimeMethod* method)
{
{
// public Vector2 moveVector { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get_U3CmoveVectorU3Ek__BackingField_2();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.AxisEventData::set_moveVector(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisEventData_set_moveVector_m355ADAD19DE3EA67459EAE40FAEAEBE93414FEA3 (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// public Vector2 moveVector { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set_U3CmoveVectorU3Ek__BackingField_2(L_0);
return;
}
}
// UnityEngine.EventSystems.MoveDirection UnityEngine.EventSystems.AxisEventData::get_moveDir()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AxisEventData_get_moveDir_mD9CF8343509BAE60C581138D824F9C53659DBBD4 (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, const RuntimeMethod* method)
{
{
// public MoveDirection moveDir { get; set; }
int32_t L_0 = __this->get_U3CmoveDirU3Ek__BackingField_3();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.AxisEventData::set_moveDir(UnityEngine.EventSystems.MoveDirection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisEventData_set_moveDir_mD16579255C9B76717A3B349BCFBB371044E23EFA (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public MoveDirection moveDir { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CmoveDirU3Ek__BackingField_3(L_0);
return;
}
}
// System.Void UnityEngine.EventSystems.AxisEventData::.ctor(UnityEngine.EventSystems.EventSystem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisEventData__ctor_m6854820EBB8321AD2472069A2D55A2242D0A51B1 (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___eventSystem0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AxisEventData__ctor_m6854820EBB8321AD2472069A2D55A2242D0A51B1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// : base(eventSystem)
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = ___eventSystem0;
BaseEventData__ctor_mA58C6566C43F8624C85203FAE2B27528C584675E(__this, L_0, /*hidden argument*/NULL);
// moveVector = Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
AxisEventData_set_moveVector_m355ADAD19DE3EA67459EAE40FAEAEBE93414FEA3_inline(__this, L_1, /*hidden argument*/NULL);
// moveDir = MoveDirection.None;
AxisEventData_set_moveDir_mD16579255C9B76717A3B349BCFBB371044E23EFA_inline(__this, 4, /*hidden argument*/NULL);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.EventSystems.BaseEventData::.ctor(UnityEngine.EventSystems.EventSystem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseEventData__ctor_mA58C6566C43F8624C85203FAE2B27528C584675E (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * __this, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___eventSystem0, const RuntimeMethod* method)
{
{
// public BaseEventData(EventSystem eventSystem)
AbstractEventData__ctor_mD80BC34325B6235E48E02789647C69D4F283434E(__this, /*hidden argument*/NULL);
// m_EventSystem = eventSystem;
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = ___eventSystem0;
__this->set_m_EventSystem_1(L_0);
// }
return;
}
}
// UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.BaseEventData::get_currentInputModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * BaseEventData_get_currentInputModule_m0887B0CB20374A4AA10D4C1B480E305581533512 (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * __this, const RuntimeMethod* method)
{
{
// get { return m_EventSystem.currentInputModule; }
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = __this->get_m_EventSystem_1();
NullCheck(L_0);
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_1 = EventSystem_get_currentInputModule_mAA917C940E32ECAC4324D6824A9E0A951F16D891_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// UnityEngine.GameObject UnityEngine.EventSystems.BaseEventData::get_selectedObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * BaseEventData_get_selectedObject_m234C3A09897246D2BF97D43017C9AE476BD91770 (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * __this, const RuntimeMethod* method)
{
{
// get { return m_EventSystem.currentSelectedGameObject; }
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = __this->get_m_EventSystem_1();
NullCheck(L_0);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void UnityEngine.EventSystems.BaseEventData::set_selectedObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseEventData_set_selectedObject_mE98E9692C6A7AF46D33C625CEAFDF56AFEE5FEA3 (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// set { m_EventSystem.SetSelectedGameObject(value, this); }
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = __this->get_m_EventSystem_1();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = ___value0;
NullCheck(L_0);
EventSystem_SetSelectedGameObject_m3347D67C1A6386E6D7AF89773DC2960953B9C702(L_0, L_1, __this, /*hidden argument*/NULL);
// set { m_EventSystem.SetSelectedGameObject(value, this); }
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.String UnityEngine.EventSystems.BaseInput::get_compositionString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BaseInput_get_compositionString_m9DC95F28875FFB09CD8B1FC080B916BB6F9F976E (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, const RuntimeMethod* method)
{
{
// get { return Input.compositionString; }
String_t* L_0 = Input_get_compositionString_mA2BEBDED6F15265EDDB37D9E7160FE7580D7617C(/*hidden argument*/NULL);
return L_0;
}
}
// UnityEngine.IMECompositionMode UnityEngine.EventSystems.BaseInput::get_imeCompositionMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseInput_get_imeCompositionMode_mC26A90D1DDE30CEE508412D8F1FEA5AD37671DA8 (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, const RuntimeMethod* method)
{
{
// get { return Input.imeCompositionMode; }
int32_t L_0 = Input_get_imeCompositionMode_mAE9FA70DAEF3BE429C51FC48001368428FB2CA10(/*hidden argument*/NULL);
return L_0;
}
}
// System.Void UnityEngine.EventSystems.BaseInput::set_imeCompositionMode(UnityEngine.IMECompositionMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInput_set_imeCompositionMode_m1FD535BFD2D74C77DA7D0D0332114913CBA1C135 (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { Input.imeCompositionMode = value; }
int32_t L_0 = ___value0;
Input_set_imeCompositionMode_m28AAFBFFD38640C3E0F15809C5D0C165B1EEA9A6(L_0, /*hidden argument*/NULL);
// set { Input.imeCompositionMode = value; }
return;
}
}
// UnityEngine.Vector2 UnityEngine.EventSystems.BaseInput::get_compositionCursorPos()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D BaseInput_get_compositionCursorPos_m08E6856B2A7240E1FEF880323757BDF8A4917046 (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, const RuntimeMethod* method)
{
{
// get { return Input.compositionCursorPos; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = Input_get_compositionCursorPos_mCCF0BB765BC2668E19AD2832DEE7A3D1882777D8(/*hidden argument*/NULL);
return L_0;
}
}
// System.Void UnityEngine.EventSystems.BaseInput::set_compositionCursorPos(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInput_set_compositionCursorPos_mF2EAEC3ADCB2E035CC6A0ECCA932BBED50B427DD (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// set { Input.compositionCursorPos = value; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
Input_set_compositionCursorPos_m39EB58D705F1E2D30D45480AF918CA098189F326(L_0, /*hidden argument*/NULL);
// set { Input.compositionCursorPos = value; }
return;
}
}
// System.Boolean UnityEngine.EventSystems.BaseInput::get_mousePresent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInput_get_mousePresent_mEE423E6330086DF0B673E700381CD4AA57A8181F (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, const RuntimeMethod* method)
{
{
// get { return Input.mousePresent; }
bool L_0 = Input_get_mousePresent_m84357E5B596CD17272874EF83E2D2F2864580E05(/*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean UnityEngine.EventSystems.BaseInput::GetMouseButtonDown(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInput_GetMouseButtonDown_m670DD4F91F0C9D697BAA92B89B45D6458D8A86AD (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, int32_t ___button0, const RuntimeMethod* method)
{
{
// return Input.GetMouseButtonDown(button);
int32_t L_0 = ___button0;
bool L_1 = Input_GetMouseButtonDown_m5AD76E22AA839706219AD86A4E0BE5276AF8E28A(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean UnityEngine.EventSystems.BaseInput::GetMouseButtonUp(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInput_GetMouseButtonUp_mA793A56A84790D6CAF523A0C611A7AF527CBE4B8 (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, int32_t ___button0, const RuntimeMethod* method)
{
{
// return Input.GetMouseButtonUp(button);
int32_t L_0 = ___button0;
bool L_1 = Input_GetMouseButtonUp_m4899272EB31D43EC4A3A1A115843CD3D9AA2C4EC(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean UnityEngine.EventSystems.BaseInput::GetMouseButton(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInput_GetMouseButton_m8CBB85496076E5E0A6B47B28C07E096C4BD751DA (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, int32_t ___button0, const RuntimeMethod* method)
{
{
// return Input.GetMouseButton(button);
int32_t L_0 = ___button0;
bool L_1 = Input_GetMouseButton_m43C68DE93C7D990E875BA53C4DEC9CA6230C8B79(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// UnityEngine.Vector2 UnityEngine.EventSystems.BaseInput::get_mousePosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D BaseInput_get_mousePosition_m020D1FB7D27B45D19303B7B9E05038F2C7DA02ED (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, const RuntimeMethod* method)
{
{
// get { return MultipleDisplayUtilities.GetMousePositionRelativeToMainDisplayResolution(); }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = MultipleDisplayUtilities_GetMousePositionRelativeToMainDisplayResolution_m2D3CB08174B28122E201011E77C0A1BE762C948C(/*hidden argument*/NULL);
return L_0;
}
}
// UnityEngine.Vector2 UnityEngine.EventSystems.BaseInput::get_mouseScrollDelta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D BaseInput_get_mouseScrollDelta_mBF6C6F5DD4C626413DEB5081A34D58C2F178389F (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, const RuntimeMethod* method)
{
{
// get { return Input.mouseScrollDelta; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = Input_get_mouseScrollDelta_m66F785090C429CE7DCDEF09C92CDBDD08FCDE98D(/*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean UnityEngine.EventSystems.BaseInput::get_touchSupported()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInput_get_touchSupported_mAD828BCFAAC2647C27C21971D0E51A3415CE9F9D (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, const RuntimeMethod* method)
{
{
// get { return Input.touchSupported; }
bool L_0 = Input_get_touchSupported_m59811A353627249C934E8FF7A6F3C4A7883978E9(/*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 UnityEngine.EventSystems.BaseInput::get_touchCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseInput_get_touchCount_mDF25D855BCD418823ED1E0CA96455EC28A684AB5 (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, const RuntimeMethod* method)
{
{
// get { return Input.touchCount; }
int32_t L_0 = Input_get_touchCount_m497E19AA4FA22DB659F631B20FAEF65572D1B44E(/*hidden argument*/NULL);
return L_0;
}
}
// UnityEngine.Touch UnityEngine.EventSystems.BaseInput::GetTouch(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 BaseInput_GetTouch_mC6D307829A73C58B16FA7D06928BE8D3528796DD (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
// return Input.GetTouch(index);
int32_t L_0 = ___index0;
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_1 = Input_GetTouch_m8082D8EE3A187488373CE6AC66A70B0AAD7CC23F(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Single UnityEngine.EventSystems.BaseInput::GetAxisRaw(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BaseInput_GetAxisRaw_mEC8AE52DA69BAAF0CA88EFBDB93A7B2BEDE607F1 (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, String_t* ___axisName0, const RuntimeMethod* method)
{
{
// return Input.GetAxisRaw(axisName);
String_t* L_0 = ___axisName0;
float L_1 = Input_GetAxisRaw_mC68301A9D93702F0C393E45C6337348062EACE21(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean UnityEngine.EventSystems.BaseInput::GetButtonDown(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInput_GetButtonDown_m41F5626DD501ECFA5348918F63C20A9649E8F862 (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, String_t* ___buttonName0, const RuntimeMethod* method)
{
{
// return Input.GetButtonDown(buttonName);
String_t* L_0 = ___buttonName0;
bool L_1 = Input_GetButtonDown_m1E80BAC5CCBE9E0151491B8F8F5FFD6AB050BBF0(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void UnityEngine.EventSystems.BaseInput::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInput__ctor_m097A1D35CC42538881FAF0E45AFF6FB974377F19 (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * __this, const RuntimeMethod* method)
{
{
UIBehaviour__ctor_m270FFBC65602196134042BD4E24DB093883A1BAF(__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
// UnityEngine.EventSystems.BaseInput UnityEngine.EventSystems.BaseInputModule::get_input()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BaseInputU5BU5D_t8D390CDD3C58D992EDA010E5AF94B42F4C73E6E3* V_0 = NULL;
int32_t V_1 = 0;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * V_2 = NULL;
{
// if (m_InputOverride != null)
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_0 = __this->get_m_InputOverride_8();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
// return m_InputOverride;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_2 = __this->get_m_InputOverride_8();
return L_2;
}
IL_0015:
{
// if (m_DefaultInput == null)
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_3 = __this->get_m_DefaultInput_9();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0084;
}
}
{
// var inputs = GetComponents<BaseInput>();
BaseInputU5BU5D_t8D390CDD3C58D992EDA010E5AF94B42F4C73E6E3* L_5 = Component_GetComponents_TisBaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82_m6F23E3795BE7E17A40BCA0064E9BFA4892670874(__this, /*hidden argument*/Component_GetComponents_TisBaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82_m6F23E3795BE7E17A40BCA0064E9BFA4892670874_RuntimeMethod_var);
// foreach (var baseInput in inputs)
V_0 = L_5;
V_1 = 0;
goto IL_005f;
}
IL_002e:
{
// foreach (var baseInput in inputs)
BaseInputU5BU5D_t8D390CDD3C58D992EDA010E5AF94B42F4C73E6E3* L_6 = V_0;
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_2 = L_9;
// if (baseInput != null && baseInput.GetType() == typeof(BaseInput))
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_10 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_11 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_10, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_005b;
}
}
{
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_12 = V_2;
NullCheck(L_12);
Type_t * L_13 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_12, /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
bool L_16 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_13, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_005b;
}
}
{
// m_DefaultInput = baseInput;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_17 = V_2;
__this->set_m_DefaultInput_9(L_17);
// break;
goto IL_0065;
}
IL_005b:
{
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_005f:
{
// foreach (var baseInput in inputs)
int32_t L_19 = V_1;
BaseInputU5BU5D_t8D390CDD3C58D992EDA010E5AF94B42F4C73E6E3* L_20 = V_0;
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))))
{
goto IL_002e;
}
}
IL_0065:
{
// if (m_DefaultInput == null)
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_21 = __this->get_m_DefaultInput_9();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_22 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_21, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_0084;
}
}
{
// m_DefaultInput = gameObject.AddComponent<BaseInput>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_23 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
NullCheck(L_23);
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_24 = GameObject_AddComponent_TisBaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82_m1712CB24202FFDF87FC820B58224D773637E860A(L_23, /*hidden argument*/GameObject_AddComponent_TisBaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82_m1712CB24202FFDF87FC820B58224D773637E860A_RuntimeMethod_var);
__this->set_m_DefaultInput_9(L_24);
}
IL_0084:
{
// return m_DefaultInput;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_25 = __this->get_m_DefaultInput_9();
return L_25;
}
}
// UnityEngine.EventSystems.BaseInput UnityEngine.EventSystems.BaseInputModule::get_inputOverride()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * BaseInputModule_get_inputOverride_m3C63C410A33009ACB7EAFB776066F734110391B8 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
{
// get { return m_InputOverride; }
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_0 = __this->get_m_InputOverride_8();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.BaseInputModule::set_inputOverride(UnityEngine.EventSystems.BaseInput)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule_set_inputOverride_mC8698C7F93A5E54139938F0D2E6447CEA08779CA (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * ___value0, const RuntimeMethod* method)
{
{
// set { m_InputOverride = value; }
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_0 = ___value0;
__this->set_m_InputOverride_8(L_0);
// set { m_InputOverride = value; }
return;
}
}
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseInputModule::get_eventSystem()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
{
// get { return m_EventSystem; }
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = __this->get_m_EventSystem_6();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.BaseInputModule::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule_OnEnable_mFCB40D263C78C819D0F1A17B5679662DD31245A4 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseInputModule_OnEnable_mFCB40D263C78C819D0F1A17B5679662DD31245A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.OnEnable();
UIBehaviour_OnEnable_mC9822F55BFE331807411109DA82D6AE5EF46E2C2(__this, /*hidden argument*/NULL);
// m_EventSystem = GetComponent<EventSystem>();
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = Component_GetComponent_TisEventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_m72CF57F3AD96E6CADECF5DDE79D3592A4D5E09A7(__this, /*hidden argument*/Component_GetComponent_TisEventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_m72CF57F3AD96E6CADECF5DDE79D3592A4D5E09A7_RuntimeMethod_var);
__this->set_m_EventSystem_6(L_0);
// m_EventSystem.UpdateModules();
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_1 = __this->get_m_EventSystem_6();
NullCheck(L_1);
EventSystem_UpdateModules_mF34D9E9C84AE5FF0968292C4E3390AD0AB89DBA9(L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.BaseInputModule::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule_OnDisable_m4E5FE43DDC5E6471DAAD8435D20E9F684E5FE6CE (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
{
// m_EventSystem.UpdateModules();
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = __this->get_m_EventSystem_6();
NullCheck(L_0);
EventSystem_UpdateModules_mF34D9E9C84AE5FF0968292C4E3390AD0AB89DBA9(L_0, /*hidden argument*/NULL);
// base.OnDisable();
UIBehaviour_OnDisable_mDA7B89CA939C50BD6F81CC350C2969755B1576A0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.BaseInputModule::FindFirstRaycast(System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 BaseInputModule_FindFirstRaycast_m8688F6932686AD7A5910C912787ED4239A70CD57 (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * ___candidates0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseInputModule_FindFirstRaycast_m8688F6932686AD7A5910C912787ED4239A70CD57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// for (var i = 0; i < candidates.Count; ++i)
V_0 = 0;
goto IL_0027;
}
IL_0004:
{
// if (candidates[i].gameObject == null)
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_0 = ___candidates0;
int32_t L_1 = V_0;
NullCheck(L_0);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_2 = List_1_get_Item_m9E4BE7FD0C53A082090B98AF5576E94BBADA2930_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m9E4BE7FD0C53A082090B98AF5576E94BBADA2930_RuntimeMethod_var);
V_1 = L_2;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0023;
}
}
{
// return candidates[i];
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_5 = ___candidates0;
int32_t L_6 = V_0;
NullCheck(L_5);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_7 = List_1_get_Item_m9E4BE7FD0C53A082090B98AF5576E94BBADA2930_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_m9E4BE7FD0C53A082090B98AF5576E94BBADA2930_RuntimeMethod_var);
return L_7;
}
IL_0023:
{
// for (var i = 0; i < candidates.Count; ++i)
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0027:
{
// for (var i = 0; i < candidates.Count; ++i)
int32_t L_9 = V_0;
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_10 = ___candidates0;
NullCheck(L_10);
int32_t L_11 = List_1_get_Count_mD0D3353E379B18064F3FB3B70FF9E2BBB000A4C6_inline(L_10, /*hidden argument*/List_1_get_Count_mD0D3353E379B18064F3FB3B70FF9E2BBB000A4C6_RuntimeMethod_var);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_0004;
}
}
{
// return new RaycastResult();
il2cpp_codegen_initobj((&V_1), sizeof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ));
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_12 = V_1;
return L_12;
}
}
// UnityEngine.EventSystems.MoveDirection UnityEngine.EventSystems.BaseInputModule::DetermineMoveDirection(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseInputModule_DetermineMoveDirection_mFF256A4F65F2B3E650E232F70C1B05F46DF181F2 (float ___x0, float ___y1, const RuntimeMethod* method)
{
{
// return DetermineMoveDirection(x, y, 0.6f);
float L_0 = ___x0;
float L_1 = ___y1;
int32_t L_2 = BaseInputModule_DetermineMoveDirection_mD3EE701CE69F63DEBBF2B9D3FB62F550A4DAD8D8(L_0, L_1, (0.6f), /*hidden argument*/NULL);
return L_2;
}
}
// UnityEngine.EventSystems.MoveDirection UnityEngine.EventSystems.BaseInputModule::DetermineMoveDirection(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseInputModule_DetermineMoveDirection_mD3EE701CE69F63DEBBF2B9D3FB62F550A4DAD8D8 (float ___x0, float ___y1, float ___deadZone2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseInputModule_DetermineMoveDirection_mD3EE701CE69F63DEBBF2B9D3FB62F550A4DAD8D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (new Vector2(x, y).sqrMagnitude < deadZone * deadZone)
float L_0 = ___x0;
float L_1 = ___y1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2;
memset((&L_2), 0, sizeof(L_2));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_2), L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
float L_3 = Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
float L_4 = ___deadZone2;
float L_5 = ___deadZone2;
if ((!(((float)L_3) < ((float)((float)il2cpp_codegen_multiply((float)L_4, (float)L_5))))))
{
goto IL_0016;
}
}
{
// return MoveDirection.None;
return (int32_t)(4);
}
IL_0016:
{
// if (Mathf.Abs(x) > Mathf.Abs(y))
float L_6 = ___x0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_7 = fabsf(L_6);
float L_8 = ___y1;
float L_9 = fabsf(L_8);
if ((!(((float)L_7) > ((float)L_9))))
{
goto IL_0030;
}
}
{
// if (x > 0)
float L_10 = ___x0;
if ((!(((float)L_10) > ((float)(0.0f)))))
{
goto IL_002e;
}
}
{
// return MoveDirection.Right;
return (int32_t)(2);
}
IL_002e:
{
// return MoveDirection.Left;
return (int32_t)(0);
}
IL_0030:
{
// if (y > 0)
float L_11 = ___y1;
if ((!(((float)L_11) > ((float)(0.0f)))))
{
goto IL_003a;
}
}
{
// return MoveDirection.Up;
return (int32_t)(1);
}
IL_003a:
{
// return MoveDirection.Down;
return (int32_t)(3);
}
}
// UnityEngine.GameObject UnityEngine.EventSystems.BaseInputModule::FindCommonRoot(UnityEngine.GameObject,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * BaseInputModule_FindCommonRoot_m1995190ADC1341F180811C5213F1CA522B6282A5 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___g10, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___g21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseInputModule_FindCommonRoot_m1995190ADC1341F180811C5213F1CA522B6282A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_0 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_1 = NULL;
{
// if (g1 == null || g2 == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___g10;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0012;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = ___g21;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_2, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0014;
}
}
IL_0012:
{
// return null;
return (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL;
}
IL_0014:
{
// var t1 = g1.transform;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = ___g10;
NullCheck(L_4);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_004d;
}
IL_001d:
{
// var t2 = g2.transform;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = ___g21;
NullCheck(L_6);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_6, /*hidden argument*/NULL);
V_1 = L_7;
goto IL_003d;
}
IL_0026:
{
// if (t1 == t2)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_8 = V_0;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_10 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_8, L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0036;
}
}
{
// return t1.gameObject;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_11 = V_0;
NullCheck(L_11);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_11, /*hidden argument*/NULL);
return L_12;
}
IL_0036:
{
// t2 = t2.parent;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_13 = V_1;
NullCheck(L_13);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_14 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_13, /*hidden argument*/NULL);
V_1 = L_14;
}
IL_003d:
{
// while (t2 != null)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_15 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_16 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_15, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_16)
{
goto IL_0026;
}
}
{
// t1 = t1.parent;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_17 = V_0;
NullCheck(L_17);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_18 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_17, /*hidden argument*/NULL);
V_0 = L_18;
}
IL_004d:
{
// while (t1 != null)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_19 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_20 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_19, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_20)
{
goto IL_001d;
}
}
{
// return null;
return (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL;
}
}
// System.Void UnityEngine.EventSystems.BaseInputModule::HandlePointerExitAndEnter(UnityEngine.EventSystems.PointerEventData,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule_HandlePointerExitAndEnter_mFA61D8BA9B2377B56E3844CE8E3C15DF4C1959CB (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___currentPointerData0, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___newEnterTarget1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseInputModule_HandlePointerExitAndEnter_mFA61D8BA9B2377B56E3844CE8E3C15DF4C1959CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
int32_t V_1 = 0;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_2 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_3 = NULL;
{
// if (newEnterTarget == null || currentPointerData.pointerEnter == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___newEnterTarget1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0017;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ___currentPointerData0;
NullCheck(L_2);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0061;
}
}
IL_0017:
{
// for (var i = 0; i < currentPointerData.hovered.Count; ++i)
V_1 = 0;
goto IL_0037;
}
IL_001b:
{
// ExecuteEvents.Execute(currentPointerData.hovered[i], currentPointerData, ExecuteEvents.pointerExitHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_5 = ___currentPointerData0;
NullCheck(L_5);
List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * L_6 = L_5->get_hovered_9();
int32_t L_7 = V_1;
NullCheck(L_6);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = List_1_get_Item_mB59D528B0017953D5CB28B8B9BE96CD8EB324FB7_inline(L_6, L_7, /*hidden argument*/List_1_get_Item_mB59D528B0017953D5CB28B8B9BE96CD8EB324FB7_RuntimeMethod_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_9 = ___currentPointerData0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * L_10 = ExecuteEvents_get_pointerExitHandler_mE5EC9537676A055EEE178A4E6B58D96F9B4AC301_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mB20668889389963BD43CEF5EE53F3C20967AB3AC(L_8, L_9, L_10, /*hidden argument*/ExecuteEvents_Execute_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mB20668889389963BD43CEF5EE53F3C20967AB3AC_RuntimeMethod_var);
// for (var i = 0; i < currentPointerData.hovered.Count; ++i)
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_0037:
{
// for (var i = 0; i < currentPointerData.hovered.Count; ++i)
int32_t L_12 = V_1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_13 = ___currentPointerData0;
NullCheck(L_13);
List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * L_14 = L_13->get_hovered_9();
NullCheck(L_14);
int32_t L_15 = List_1_get_Count_m9C1B1A3A565196DE22D197A9BC1F33552B7348EE_inline(L_14, /*hidden argument*/List_1_get_Count_m9C1B1A3A565196DE22D197A9BC1F33552B7348EE_RuntimeMethod_var);
if ((((int32_t)L_12) < ((int32_t)L_15)))
{
goto IL_001b;
}
}
{
// currentPointerData.hovered.Clear();
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_16 = ___currentPointerData0;
NullCheck(L_16);
List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * L_17 = L_16->get_hovered_9();
NullCheck(L_17);
List_1_Clear_mBCE571B6C900625F3994CD3B9C7A376D3A8C64DE(L_17, /*hidden argument*/List_1_Clear_mBCE571B6C900625F3994CD3B9C7A376D3A8C64DE_RuntimeMethod_var);
// if (newEnterTarget == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_18 = ___newEnterTarget1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_19 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_18, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_0061;
}
}
{
// currentPointerData.pointerEnter = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_20 = ___currentPointerData0;
NullCheck(L_20);
PointerEventData_set_pointerEnter_mB891C530B173BCDF4FDD5CC757A30AE498D77360_inline(L_20, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// return;
return;
}
IL_0061:
{
// if (currentPointerData.pointerEnter == newEnterTarget && newEnterTarget)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_21 = ___currentPointerData0;
NullCheck(L_21);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_22 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_21, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_23 = ___newEnterTarget1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_24 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_22, L_23, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_0078;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_25 = ___newEnterTarget1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_26 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_25, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_0078;
}
}
{
// return;
return;
}
IL_0078:
{
// GameObject commonRoot = FindCommonRoot(currentPointerData.pointerEnter, newEnterTarget);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_27 = ___currentPointerData0;
NullCheck(L_27);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_28 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_27, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_29 = ___newEnterTarget1;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_30 = BaseInputModule_FindCommonRoot_m1995190ADC1341F180811C5213F1CA522B6282A5(L_28, L_29, /*hidden argument*/NULL);
V_0 = L_30;
// if (currentPointerData.pointerEnter != null)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_31 = ___currentPointerData0;
NullCheck(L_31);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_32 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_31, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_33 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_32, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_33)
{
goto IL_00ec;
}
}
{
// Transform t = currentPointerData.pointerEnter.transform;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_34 = ___currentPointerData0;
NullCheck(L_34);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_35 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_34, /*hidden argument*/NULL);
NullCheck(L_35);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_36 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_35, /*hidden argument*/NULL);
V_2 = L_36;
goto IL_00e3;
}
IL_00a1:
{
// if (commonRoot != null && commonRoot.transform == t)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_37 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_38 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_37, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_38)
{
goto IL_00b8;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_39 = V_0;
NullCheck(L_39);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_40 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_39, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_41 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_42 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_40, L_41, /*hidden argument*/NULL);
if (L_42)
{
goto IL_00ec;
}
}
IL_00b8:
{
// ExecuteEvents.Execute(t.gameObject, currentPointerData, ExecuteEvents.pointerExitHandler);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_43 = V_2;
NullCheck(L_43);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_44 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_43, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_45 = ___currentPointerData0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * L_46 = ExecuteEvents_get_pointerExitHandler_mE5EC9537676A055EEE178A4E6B58D96F9B4AC301_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mB20668889389963BD43CEF5EE53F3C20967AB3AC(L_44, L_45, L_46, /*hidden argument*/ExecuteEvents_Execute_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mB20668889389963BD43CEF5EE53F3C20967AB3AC_RuntimeMethod_var);
// currentPointerData.hovered.Remove(t.gameObject);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_47 = ___currentPointerData0;
NullCheck(L_47);
List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * L_48 = L_47->get_hovered_9();
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_49 = V_2;
NullCheck(L_49);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_50 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_49, /*hidden argument*/NULL);
NullCheck(L_48);
List_1_Remove_m6CA4A1C33BAAB4EE961EA443ECCD9972EF7274B6(L_48, L_50, /*hidden argument*/List_1_Remove_m6CA4A1C33BAAB4EE961EA443ECCD9972EF7274B6_RuntimeMethod_var);
// t = t.parent;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_51 = V_2;
NullCheck(L_51);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_52 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_51, /*hidden argument*/NULL);
V_2 = L_52;
}
IL_00e3:
{
// while (t != null)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_53 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_54 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_53, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_54)
{
goto IL_00a1;
}
}
IL_00ec:
{
// currentPointerData.pointerEnter = newEnterTarget;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_55 = ___currentPointerData0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_56 = ___newEnterTarget1;
NullCheck(L_55);
PointerEventData_set_pointerEnter_mB891C530B173BCDF4FDD5CC757A30AE498D77360_inline(L_55, L_56, /*hidden argument*/NULL);
// if (newEnterTarget != null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_57 = ___newEnterTarget1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_58 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_57, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_58)
{
goto IL_0146;
}
}
{
// Transform t = newEnterTarget.transform;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_59 = ___newEnterTarget1;
NullCheck(L_59);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_60 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_59, /*hidden argument*/NULL);
V_3 = L_60;
goto IL_012f;
}
IL_0105:
{
// ExecuteEvents.Execute(t.gameObject, currentPointerData, ExecuteEvents.pointerEnterHandler);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_61 = V_3;
NullCheck(L_61);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_62 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_61, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_63 = ___currentPointerData0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * L_64 = ExecuteEvents_get_pointerEnterHandler_mFD5296E38EB1C5EB6D16CB83913430FEEBF889A5_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIPointerEnterHandler_tD4E3109B19B18A39FE89A2386C453D3F5019026B_m6984E79BA0001DC75FE000B58D9DE374053A7311(L_62, L_63, L_64, /*hidden argument*/ExecuteEvents_Execute_TisIPointerEnterHandler_tD4E3109B19B18A39FE89A2386C453D3F5019026B_m6984E79BA0001DC75FE000B58D9DE374053A7311_RuntimeMethod_var);
// currentPointerData.hovered.Add(t.gameObject);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_65 = ___currentPointerData0;
NullCheck(L_65);
List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * L_66 = L_65->get_hovered_9();
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_67 = V_3;
NullCheck(L_67);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_68 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_67, /*hidden argument*/NULL);
NullCheck(L_66);
List_1_Add_m3F7B0DBB84912A2D10FB3328CF93B90917C7C687(L_66, L_68, /*hidden argument*/List_1_Add_m3F7B0DBB84912A2D10FB3328CF93B90917C7C687_RuntimeMethod_var);
// t = t.parent;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_69 = V_3;
NullCheck(L_69);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_70 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_69, /*hidden argument*/NULL);
V_3 = L_70;
}
IL_012f:
{
// while (t != null && t.gameObject != commonRoot)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_71 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_72 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_71, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_72)
{
goto IL_0146;
}
}
{
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_73 = V_3;
NullCheck(L_73);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_74 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_73, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_75 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_76 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_74, L_75, /*hidden argument*/NULL);
if (L_76)
{
goto IL_0105;
}
}
IL_0146:
{
// }
return;
}
}
// UnityEngine.EventSystems.AxisEventData UnityEngine.EventSystems.BaseInputModule::GetAxisEventData(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * BaseInputModule_GetAxisEventData_m2D7FF7016AC9AA5042343C19FF2CE5A33CF351F9 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, float ___x0, float ___y1, float ___moveDeadZone2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseInputModule_GetAxisEventData_m2D7FF7016AC9AA5042343C19FF2CE5A33CF351F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_AxisEventData == null)
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_0 = __this->get_m_AxisEventData_5();
if (L_0)
{
goto IL_0019;
}
}
{
// m_AxisEventData = new AxisEventData(eventSystem);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_1 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_2 = (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 *)il2cpp_codegen_object_new(AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442_il2cpp_TypeInfo_var);
AxisEventData__ctor_m6854820EBB8321AD2472069A2D55A2242D0A51B1(L_2, L_1, /*hidden argument*/NULL);
__this->set_m_AxisEventData_5(L_2);
}
IL_0019:
{
// m_AxisEventData.Reset();
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_3 = __this->get_m_AxisEventData_5();
NullCheck(L_3);
VirtActionInvoker0::Invoke(4 /* System.Void UnityEngine.EventSystems.AbstractEventData::Reset() */, L_3);
// m_AxisEventData.moveVector = new Vector2(x, y);
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_4 = __this->get_m_AxisEventData_5();
float L_5 = ___x0;
float L_6 = ___y1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7;
memset((&L_7), 0, sizeof(L_7));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_7), L_5, L_6, /*hidden argument*/NULL);
NullCheck(L_4);
AxisEventData_set_moveVector_m355ADAD19DE3EA67459EAE40FAEAEBE93414FEA3_inline(L_4, L_7, /*hidden argument*/NULL);
// m_AxisEventData.moveDir = DetermineMoveDirection(x, y, moveDeadZone);
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_8 = __this->get_m_AxisEventData_5();
float L_9 = ___x0;
float L_10 = ___y1;
float L_11 = ___moveDeadZone2;
int32_t L_12 = BaseInputModule_DetermineMoveDirection_mD3EE701CE69F63DEBBF2B9D3FB62F550A4DAD8D8(L_9, L_10, L_11, /*hidden argument*/NULL);
NullCheck(L_8);
AxisEventData_set_moveDir_mD16579255C9B76717A3B349BCFBB371044E23EFA_inline(L_8, L_12, /*hidden argument*/NULL);
// return m_AxisEventData;
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_13 = __this->get_m_AxisEventData_5();
return L_13;
}
}
// UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.BaseInputModule::GetBaseEventData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * BaseInputModule_GetBaseEventData_mB945B5DF7A5C2B825C7D542D944A7795D8F5F93F (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseInputModule_GetBaseEventData_mB945B5DF7A5C2B825C7D542D944A7795D8F5F93F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_BaseEventData == null)
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_0 = __this->get_m_BaseEventData_7();
if (L_0)
{
goto IL_0019;
}
}
{
// m_BaseEventData = new BaseEventData(eventSystem);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_1 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_2 = (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *)il2cpp_codegen_object_new(BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5_il2cpp_TypeInfo_var);
BaseEventData__ctor_mA58C6566C43F8624C85203FAE2B27528C584675E(L_2, L_1, /*hidden argument*/NULL);
__this->set_m_BaseEventData_7(L_2);
}
IL_0019:
{
// m_BaseEventData.Reset();
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_3 = __this->get_m_BaseEventData_7();
NullCheck(L_3);
VirtActionInvoker0::Invoke(4 /* System.Void UnityEngine.EventSystems.AbstractEventData::Reset() */, L_3);
// return m_BaseEventData;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_4 = __this->get_m_BaseEventData_7();
return L_4;
}
}
// System.Boolean UnityEngine.EventSystems.BaseInputModule::IsPointerOverGameObject(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInputModule_IsPointerOverGameObject_mEEDB14B0E8930015C4DC60A4AA362F71C07F95AF (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, int32_t ___pointerId0, const RuntimeMethod* method)
{
{
// return false;
return (bool)0;
}
}
// System.Boolean UnityEngine.EventSystems.BaseInputModule::ShouldActivateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInputModule_ShouldActivateModule_m8EB1E427EFD3E7AC2341EE52DE4E51FD8D6EF548 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
{
// return enabled && gameObject.activeInHierarchy;
bool L_0 = Behaviour_get_enabled_mAA0C9ED5A3D1589C1C8AA22636543528DB353CFB(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_2 = GameObject_get_activeInHierarchy_mDEE60F1B28281974BA9880EC448682F3DAABB1EF(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
// System.Void UnityEngine.EventSystems.BaseInputModule::DeactivateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule_DeactivateModule_m83781CF60B00AD9DA46E96D72321C4983EFA85FF (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.BaseInputModule::ActivateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule_ActivateModule_m83647D8599561B6CA562F24EA7088E37DAC2AD29 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.BaseInputModule::UpdateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule_UpdateModule_mD72D1FB1F26A50F07144B74397831EB6691F3F65 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Boolean UnityEngine.EventSystems.BaseInputModule::IsModuleSupported()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseInputModule_IsModuleSupported_m219E09AAE063439B142750898517669B36510EF0 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
{
// return true;
return (bool)1;
}
}
// System.Void UnityEngine.EventSystems.BaseInputModule::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseInputModule__ctor_m8F78B6153670F05181D1B348C4259C45DCF4C231 (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseInputModule__ctor_m8F78B6153670F05181D1B348C4259C45DCF4C231_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// protected List<RaycastResult> m_RaycastResultCache = new List<RaycastResult>();
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_0 = (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 *)il2cpp_codegen_object_new(List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52_il2cpp_TypeInfo_var);
List_1__ctor_m0B79BD3D65106F726053853625E32CD4EB8B7751(L_0, /*hidden argument*/List_1__ctor_m0B79BD3D65106F726053853625E32CD4EB8B7751_RuntimeMethod_var);
__this->set_m_RaycastResultCache_4(L_0);
UIBehaviour__ctor_m270FFBC65602196134042BD4E24DB093883A1BAF(__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.Int32 UnityEngine.EventSystems.BaseRaycaster::get_priority()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseRaycaster_get_priority_m711033A670FA9C2DD43A249A66FA6AEFEC9873F0 (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method)
{
{
// get { return 0; }
return 0;
}
}
// System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_sortOrderPriority()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseRaycaster_get_sortOrderPriority_m771068D9ED43707FEAFC054488B3F661DF97222C (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method)
{
{
// get { return int.MinValue; }
return ((int32_t)-2147483648LL);
}
}
// System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_renderOrderPriority()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseRaycaster_get_renderOrderPriority_m3627528E3042A9101E5820E892C8D7F30084E1E6 (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method)
{
{
// get { return int.MinValue; }
return ((int32_t)-2147483648LL);
}
}
// UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.BaseRaycaster::get_rootRaycaster()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * BaseRaycaster_get_rootRaycaster_m4DF6B023C195A4E8E9AF8D8E411379A9052D80A5 (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseRaycaster_get_rootRaycaster_m4DF6B023C195A4E8E9AF8D8E411379A9052D80A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* V_0 = NULL;
{
// if (m_RootRaycaster == null)
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_0 = __this->get_m_RootRaycaster_4();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0026;
}
}
{
// var baseRaycasters = GetComponentsInParent<BaseRaycaster>();
BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* L_2 = Component_GetComponentsInParent_TisBaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966_mA53CA3BE4D53DA7CB02AD9E8D078821E2DD8F3EB(__this, /*hidden argument*/Component_GetComponentsInParent_TisBaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966_mA53CA3BE4D53DA7CB02AD9E8D078821E2DD8F3EB_RuntimeMethod_var);
V_0 = L_2;
// if (baseRaycasters.Length != 0)
BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* L_3 = V_0;
NullCheck(L_3);
if (!(((RuntimeArray*)L_3)->max_length))
{
goto IL_0026;
}
}
{
// m_RootRaycaster = baseRaycasters[baseRaycasters.Length - 1];
BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* L_4 = V_0;
BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* L_5 = V_0;
NullCheck(L_5);
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))), (int32_t)1));
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
__this->set_m_RootRaycaster_4(L_7);
}
IL_0026:
{
// return m_RootRaycaster;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_8 = __this->get_m_RootRaycaster_4();
return L_8;
}
}
// System.String UnityEngine.EventSystems.BaseRaycaster::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BaseRaycaster_ToString_m96F781EB5818707A7904AC3F061E5AAFE37F7DB5 (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseRaycaster_ToString_m96F781EB5818707A7904AC3F061E5AAFE37F7DB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return "Name: " + gameObject + "\n" +
// "eventCamera: " + eventCamera + "\n" +
// "sortOrderPriority: " + sortOrderPriority + "\n" +
// "renderOrderPriority: " + renderOrderPriority;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralB3F69F1983924ED9EB2751F7152C86B163972C18);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralB3F69F1983924ED9EB2751F7152C86B163972C18);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_2;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteralA53DA7D7D636A66DEDDF02BF5FB029B23420855D);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteralA53DA7D7D636A66DEDDF02BF5FB029B23420855D);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_6 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralFE5D4890220D7DE3BF590AAA7D90B77F91BF18C6);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteralFE5D4890220D7DE3BF590AAA7D90B77F91BF18C6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_sortOrderPriority() */, __this);
int32_t L_10 = L_9;
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_11);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_8;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteralE91EE57CA5E869F09C37997152F0455B45223508);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)_stringLiteralE91EE57CA5E869F09C37997152F0455B45223508);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_renderOrderPriority() */, __this);
int32_t L_15 = L_14;
RuntimeObject * L_16 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_16);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject *)L_16);
String_t* L_17 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_13, /*hidden argument*/NULL);
return L_17;
}
}
// System.Void UnityEngine.EventSystems.BaseRaycaster::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRaycaster_OnEnable_mE000A849F5B40F1059DBFDA84C7743E9467B0ADA (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseRaycaster_OnEnable_mE000A849F5B40F1059DBFDA84C7743E9467B0ADA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.OnEnable();
UIBehaviour_OnEnable_mC9822F55BFE331807411109DA82D6AE5EF46E2C2(__this, /*hidden argument*/NULL);
// RaycasterManager.AddRaycaster(this);
IL2CPP_RUNTIME_CLASS_INIT(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var);
RaycasterManager_AddRaycaster_mE3A5D2AA12657F81E20AF477E084ED4C11E62A0F(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.BaseRaycaster::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRaycaster_OnDisable_m83ED4E74E23400DCEE2DCEDBF85B96720725F5D7 (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseRaycaster_OnDisable_m83ED4E74E23400DCEE2DCEDBF85B96720725F5D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// RaycasterManager.RemoveRaycasters(this);
IL2CPP_RUNTIME_CLASS_INIT(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var);
RaycasterManager_RemoveRaycasters_mF59A19B82C1D199DB38350293C5CAD6F92EBA1EE(__this, /*hidden argument*/NULL);
// base.OnDisable();
UIBehaviour_OnDisable_mDA7B89CA939C50BD6F81CC350C2969755B1576A0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.BaseRaycaster::OnCanvasHierarchyChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRaycaster_OnCanvasHierarchyChanged_m1962CEE13C1E14C31A01B0A88157245364D322F8 (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method)
{
{
// base.OnCanvasHierarchyChanged();
UIBehaviour_OnCanvasHierarchyChanged_m63F9F4A5B982D0417EEDCB780B12EC0946A68FB5(__this, /*hidden argument*/NULL);
// m_RootRaycaster = null;
__this->set_m_RootRaycaster_4((BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 *)NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.BaseRaycaster::OnTransformParentChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRaycaster_OnTransformParentChanged_mC50B4405C2923E2B16247C1C85F5200CA3117539 (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method)
{
{
// base.OnTransformParentChanged();
UIBehaviour_OnTransformParentChanged_m94918707543A748636155588EAE7D50A471D9EDE(__this, /*hidden argument*/NULL);
// m_RootRaycaster = null;
__this->set_m_RootRaycaster_4((BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 *)NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.BaseRaycaster::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRaycaster__ctor_mBD29DEB1B35BFC380759759DB78A5C9B8F695048 (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * __this, const RuntimeMethod* method)
{
{
UIBehaviour__ctor_m270FFBC65602196134042BD4E24DB093883A1BAF(__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
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.EventSystem::get_current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * EventSystem_get_current_m3151477735829089F66A3E46AD6DAB14CFDDE7BD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_get_current_m3151477735829089F66A3E46AD6DAB14CFDDE7BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return m_EventSystems.Count > 0 ? m_EventSystems[0] : null; }
IL2CPP_RUNTIME_CLASS_INIT(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var);
List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * L_0 = ((EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields*)il2cpp_codegen_static_fields_for(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var))->get_m_EventSystems_6();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_mF46FA45D9293C283707CADAB8FF0F71D3EAC7571_inline(L_0, /*hidden argument*/List_1_get_Count_mF46FA45D9293C283707CADAB8FF0F71D3EAC7571_RuntimeMethod_var);
if ((((int32_t)L_1) > ((int32_t)0)))
{
goto IL_000f;
}
}
{
return (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 *)NULL;
}
IL_000f:
{
IL2CPP_RUNTIME_CLASS_INIT(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var);
List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * L_2 = ((EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields*)il2cpp_codegen_static_fields_for(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var))->get_m_EventSystems_6();
NullCheck(L_2);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_3 = List_1_get_Item_m4BE4367E2CA938E33B77B8203FBF713259F9EE59_inline(L_2, 0, /*hidden argument*/List_1_get_Item_m4BE4367E2CA938E33B77B8203FBF713259F9EE59_RuntimeMethod_var);
return L_3;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::set_current(UnityEngine.EventSystems.EventSystem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_set_current_mB077A890E5CB75D7987793733E17B95F12AF006E (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_set_current_mB077A890E5CB75D7987793733E17B95F12AF006E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int index = m_EventSystems.IndexOf(value);
IL2CPP_RUNTIME_CLASS_INIT(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var);
List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * L_0 = ((EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields*)il2cpp_codegen_static_fields_for(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var))->get_m_EventSystems_6();
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_1 = ___value0;
NullCheck(L_0);
int32_t L_2 = List_1_IndexOf_m34FD846CD6CDF3D25F96CD01EDA43033F0133718(L_0, L_1, /*hidden argument*/List_1_IndexOf_m34FD846CD6CDF3D25F96CD01EDA43033F0133718_RuntimeMethod_var);
V_0 = L_2;
// if (index >= 0)
int32_t L_3 = V_0;
if ((((int32_t)L_3) < ((int32_t)0)))
{
goto IL_0027;
}
}
{
// m_EventSystems.RemoveAt(index);
IL2CPP_RUNTIME_CLASS_INIT(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var);
List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * L_4 = ((EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields*)il2cpp_codegen_static_fields_for(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var))->get_m_EventSystems_6();
int32_t L_5 = V_0;
NullCheck(L_4);
List_1_RemoveAt_m130C96EF6C4E93D6C130933781A2CB39D4E8140A(L_4, L_5, /*hidden argument*/List_1_RemoveAt_m130C96EF6C4E93D6C130933781A2CB39D4E8140A_RuntimeMethod_var);
// m_EventSystems.Insert(0, value);
List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * L_6 = ((EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields*)il2cpp_codegen_static_fields_for(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var))->get_m_EventSystems_6();
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_7 = ___value0;
NullCheck(L_6);
List_1_Insert_m9DB8E0D07B9410B09E1C826D8AF2C0F9BFE8F5A9(L_6, 0, L_7, /*hidden argument*/List_1_Insert_m9DB8E0D07B9410B09E1C826D8AF2C0F9BFE8F5A9_RuntimeMethod_var);
}
IL_0027:
{
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.EventSystem::get_sendNavigationEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSystem_get_sendNavigationEvents_m0DB01018B4EF41A51D0AD481DD07F381ED2223DF (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_sendNavigationEvents; }
bool L_0 = __this->get_m_sendNavigationEvents_8();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::set_sendNavigationEvents(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_set_sendNavigationEvents_m64D25EBFE249DB5A9DC1B285321B92880B8EC75D (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_sendNavigationEvents = value; }
bool L_0 = ___value0;
__this->set_m_sendNavigationEvents_8(L_0);
// set { m_sendNavigationEvents = value; }
return;
}
}
// System.Int32 UnityEngine.EventSystems.EventSystem::get_pixelDragThreshold()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventSystem_get_pixelDragThreshold_mE7B5BD351A7B6CD3881D212B84351F23C54AC724 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_DragThreshold; }
int32_t L_0 = __this->get_m_DragThreshold_9();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::set_pixelDragThreshold(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_set_pixelDragThreshold_mD5A11B879BA7EEFE0B4F91E0CED2AC59799E10D5 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { m_DragThreshold = value; }
int32_t L_0 = ___value0;
__this->set_m_DragThreshold_9(L_0);
// set { m_DragThreshold = value; }
return;
}
}
// UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.EventSystem::get_currentInputModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * EventSystem_get_currentInputModule_mAA917C940E32ECAC4324D6824A9E0A951F16D891 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_CurrentInputModule; }
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_0 = __this->get_m_CurrentInputModule_5();
return L_0;
}
}
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::get_firstSelectedGameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * EventSystem_get_firstSelectedGameObject_m8CAFDA874F89BDA34E0984860046C1C171B200E1 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_FirstSelected; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_FirstSelected_7();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::set_firstSelectedGameObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_set_firstSelectedGameObject_m27C825634467206443B41E4D133DBCE4E4A31EAE (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// set { m_FirstSelected = value; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_m_FirstSelected_7(L_0);
// set { m_FirstSelected = value; }
return;
}
}
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::get_currentSelectedGameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_CurrentSelected; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_CurrentSelected_10();
return L_0;
}
}
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::get_lastSelectedGameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * EventSystem_get_lastSelectedGameObject_m761188B5E33641891010B7BBBEEDDB1F267A6A29 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return null; }
return (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL;
}
}
// System.Boolean UnityEngine.EventSystems.EventSystem::get_isFocused()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSystem_get_isFocused_m421DE003FCADF582AF1D7F0B8B036513E9743294 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_HasFocus; }
bool L_0 = __this->get_m_HasFocus_11();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem__ctor_mC74FA56B3E82BA853040EEE86272224F686C13F1 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem__ctor_mC74FA56B3E82BA853040EEE86272224F686C13F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private List<BaseInputModule> m_SystemInputModules = new List<BaseInputModule>();
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_0 = (List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 *)il2cpp_codegen_object_new(List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26_il2cpp_TypeInfo_var);
List_1__ctor_m2AC2B6DAFC2D05EA8E9917A96E9042270CE455D3(L_0, /*hidden argument*/List_1__ctor_m2AC2B6DAFC2D05EA8E9917A96E9042270CE455D3_RuntimeMethod_var);
__this->set_m_SystemInputModules_4(L_0);
// private bool m_sendNavigationEvents = true;
__this->set_m_sendNavigationEvents_8((bool)1);
// private int m_DragThreshold = 10;
__this->set_m_DragThreshold_9(((int32_t)10));
// private bool m_HasFocus = true;
__this->set_m_HasFocus_11((bool)1);
// protected EventSystem()
UIBehaviour__ctor_m270FFBC65602196134042BD4E24DB093883A1BAF(__this, /*hidden argument*/NULL);
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::UpdateModules()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_UpdateModules_mF34D9E9C84AE5FF0968292C4E3390AD0AB89DBA9 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_UpdateModules_mF34D9E9C84AE5FF0968292C4E3390AD0AB89DBA9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// GetComponents(m_SystemInputModules);
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_0 = __this->get_m_SystemInputModules_4();
Component_GetComponents_TisBaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939_m124AE591CF3C2BFBD7D7F3600078193AAA1E5E30(__this, L_0, /*hidden argument*/Component_GetComponents_TisBaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939_m124AE591CF3C2BFBD7D7F3600078193AAA1E5E30_RuntimeMethod_var);
// for (int i = m_SystemInputModules.Count - 1; i >= 0; i--)
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_1 = __this->get_m_SystemInputModules_4();
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_m1239326B0ED12B9B0BF01FB2E92BF575BF64FF59_inline(L_1, /*hidden argument*/List_1_get_Count_m1239326B0ED12B9B0BF01FB2E92BF575BF64FF59_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1));
goto IL_0052;
}
IL_001c:
{
// if (m_SystemInputModules[i] && m_SystemInputModules[i].IsActive())
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_3 = __this->get_m_SystemInputModules_4();
int32_t L_4 = V_0;
NullCheck(L_3);
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_5 = List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_inline(L_3, L_4, /*hidden argument*/List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_6 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0042;
}
}
{
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_7 = __this->get_m_SystemInputModules_4();
int32_t L_8 = V_0;
NullCheck(L_7);
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_9 = List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_inline(L_7, L_8, /*hidden argument*/List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_RuntimeMethod_var);
NullCheck(L_9);
bool L_10 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, L_9);
if (L_10)
{
goto IL_004e;
}
}
IL_0042:
{
// m_SystemInputModules.RemoveAt(i);
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_11 = __this->get_m_SystemInputModules_4();
int32_t L_12 = V_0;
NullCheck(L_11);
List_1_RemoveAt_m010D0866C07C620A68790CB11CA76AA915852040(L_11, L_12, /*hidden argument*/List_1_RemoveAt_m010D0866C07C620A68790CB11CA76AA915852040_RuntimeMethod_var);
}
IL_004e:
{
// for (int i = m_SystemInputModules.Count - 1; i >= 0; i--)
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
}
IL_0052:
{
// for (int i = m_SystemInputModules.Count - 1; i >= 0; i--)
int32_t L_14 = V_0;
if ((((int32_t)L_14) >= ((int32_t)0)))
{
goto IL_001c;
}
}
{
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.EventSystem::get_alreadySelecting()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSystem_get_alreadySelecting_mEDDA8DD718BFE62CCE2520CE17304B7EC80CE9B2 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_SelectionGuard; }
bool L_0 = __this->get_m_SelectionGuard_12();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::SetSelectedGameObject(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_SetSelectedGameObject_m3347D67C1A6386E6D7AF89773DC2960953B9C702 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___selected0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___pointer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_SetSelectedGameObject_m3347D67C1A6386E6D7AF89773DC2960953B9C702_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_SelectionGuard)
bool L_0 = __this->get_m_SelectionGuard_12();
if (!L_0)
{
goto IL_001e;
}
}
{
// Debug.LogError("Attempting to select " + selected + "while already selecting an object.");
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = ___selected0;
String_t* L_2 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(_stringLiteral010E6E29C1AD8B2F96ACE95AC05261B4DD7464BF, L_1, _stringLiteralD183B328807554B505B1663986ABE7300574A46F, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_2, /*hidden argument*/NULL);
// return;
return;
}
IL_001e:
{
// m_SelectionGuard = true;
__this->set_m_SelectionGuard_12((bool)1);
// if (selected == m_CurrentSelected)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = ___selected0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = __this->get_m_CurrentSelected_10();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_5 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_003b;
}
}
{
// m_SelectionGuard = false;
__this->set_m_SelectionGuard_12((bool)0);
// return;
return;
}
IL_003b:
{
// ExecuteEvents.Execute(m_CurrentSelected, pointer, ExecuteEvents.deselectHandler);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = __this->get_m_CurrentSelected_10();
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_7 = ___pointer1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * L_8 = ExecuteEvents_get_deselectHandler_mEAA9E3701CC972EFDD20B30E9B3CD9302B2FD668_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIDeselectHandler_t7A98A4E16B7F39F827584A16F120FD4FC001997D_m9F29ABD77C7926339ED03713DFCE0C2A4F856865(L_6, L_7, L_8, /*hidden argument*/ExecuteEvents_Execute_TisIDeselectHandler_t7A98A4E16B7F39F827584A16F120FD4FC001997D_m9F29ABD77C7926339ED03713DFCE0C2A4F856865_RuntimeMethod_var);
// m_CurrentSelected = selected;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = ___selected0;
__this->set_m_CurrentSelected_10(L_9);
// ExecuteEvents.Execute(m_CurrentSelected, pointer, ExecuteEvents.selectHandler);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_10 = __this->get_m_CurrentSelected_10();
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_11 = ___pointer1;
EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * L_12 = ExecuteEvents_get_selectHandler_m26186C0D78CA4A8AFA0789A09F488F7E186BE1C8_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisISelectHandler_t05E0943DEF2BC53023C2E4BF4C815E0EDE82C0F4_mBB74353BC9199C9CB05A6C0BD17AB89F1E06F4F7(L_10, L_11, L_12, /*hidden argument*/ExecuteEvents_Execute_TisISelectHandler_t05E0943DEF2BC53023C2E4BF4C815E0EDE82C0F4_mBB74353BC9199C9CB05A6C0BD17AB89F1E06F4F7_RuntimeMethod_var);
// m_SelectionGuard = false;
__this->set_m_SelectionGuard_12((bool)0);
// }
return;
}
}
// UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.EventSystem::get_baseEventDataCache()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * EventSystem_get_baseEventDataCache_m2B14076E5EF918BE1A94F16DE1A827AC1401BC89 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_get_baseEventDataCache_m2B14076E5EF918BE1A94F16DE1A827AC1401BC89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_DummyData == null)
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_0 = __this->get_m_DummyData_13();
if (L_0)
{
goto IL_0014;
}
}
{
// m_DummyData = new BaseEventData(this);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = (BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 *)il2cpp_codegen_object_new(BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5_il2cpp_TypeInfo_var);
BaseEventData__ctor_mA58C6566C43F8624C85203FAE2B27528C584675E(L_1, __this, /*hidden argument*/NULL);
__this->set_m_DummyData_13(L_1);
}
IL_0014:
{
// return m_DummyData;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_2 = __this->get_m_DummyData_13();
return L_2;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::SetSelectedGameObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_SetSelectedGameObject_mF38F3DE62EC3450270C3053C9EBAB425550B07A0 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___selected0, const RuntimeMethod* method)
{
{
// SetSelectedGameObject(selected, baseEventDataCache);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___selected0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = EventSystem_get_baseEventDataCache_m2B14076E5EF918BE1A94F16DE1A827AC1401BC89(__this, /*hidden argument*/NULL);
EventSystem_SetSelectedGameObject_m3347D67C1A6386E6D7AF89773DC2960953B9C702(__this, L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 UnityEngine.EventSystems.EventSystem::RaycastComparer(UnityEngine.EventSystems.RaycastResult,UnityEngine.EventSystems.RaycastResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventSystem_RaycastComparer_mBB4C501E79DC58EABE34056EEB4A56843DEA6AB3 (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___lhs0, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___rhs1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_RaycastComparer_mBB4C501E79DC58EABE34056EEB4A56843DEA6AB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * V_0 = NULL;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// if (lhs.module != rhs.module)
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_0 = ___lhs0;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_1 = L_0.get_module_1();
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_2 = ___rhs1;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_3 = L_2.get_module_1();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_00de;
}
}
{
// var lhsEventCamera = lhs.module.eventCamera;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_5 = ___lhs0;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_6 = L_5.get_module_1();
NullCheck(L_6);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_7 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, L_6);
V_0 = L_7;
// var rhsEventCamera = rhs.module.eventCamera;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_8 = ___rhs1;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_9 = L_8.get_module_1();
NullCheck(L_9);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_10 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, L_9);
V_1 = L_10;
// if (lhsEventCamera != null && rhsEventCamera != null && lhsEventCamera.depth != rhsEventCamera.depth)
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_11 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_12 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_11, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0070;
}
}
{
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_13 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_14 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_13, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0070;
}
}
{
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_15 = V_0;
NullCheck(L_15);
float L_16 = Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD(L_15, /*hidden argument*/NULL);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_17 = V_1;
NullCheck(L_17);
float L_18 = Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD(L_17, /*hidden argument*/NULL);
if ((((float)L_16) == ((float)L_18)))
{
goto IL_0070;
}
}
{
// if (lhsEventCamera.depth < rhsEventCamera.depth)
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_19 = V_0;
NullCheck(L_19);
float L_20 = Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD(L_19, /*hidden argument*/NULL);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_21 = V_1;
NullCheck(L_21);
float L_22 = Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD(L_21, /*hidden argument*/NULL);
if ((!(((float)L_20) < ((float)L_22))))
{
goto IL_005e;
}
}
{
// return 1;
return 1;
}
IL_005e:
{
// if (lhsEventCamera.depth == rhsEventCamera.depth)
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_23 = V_0;
NullCheck(L_23);
float L_24 = Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD(L_23, /*hidden argument*/NULL);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_25 = V_1;
NullCheck(L_25);
float L_26 = Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD(L_25, /*hidden argument*/NULL);
if ((!(((float)L_24) == ((float)L_26))))
{
goto IL_006e;
}
}
{
// return 0;
return 0;
}
IL_006e:
{
// return -1;
return (-1);
}
IL_0070:
{
// if (lhs.module.sortOrderPriority != rhs.module.sortOrderPriority)
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_27 = ___lhs0;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_28 = L_27.get_module_1();
NullCheck(L_28);
int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_sortOrderPriority() */, L_28);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_30 = ___rhs1;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_31 = L_30.get_module_1();
NullCheck(L_31);
int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_sortOrderPriority() */, L_31);
if ((((int32_t)L_29) == ((int32_t)L_32)))
{
goto IL_00a7;
}
}
{
// return rhs.module.sortOrderPriority.CompareTo(lhs.module.sortOrderPriority);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_33 = ___rhs1;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_34 = L_33.get_module_1();
NullCheck(L_34);
int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_sortOrderPriority() */, L_34);
V_2 = L_35;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_36 = ___lhs0;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_37 = L_36.get_module_1();
NullCheck(L_37);
int32_t L_38 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_sortOrderPriority() */, L_37);
int32_t L_39 = Int32_CompareTo_m2EB2B72F9095FF3438D830118D57E32E1CC67195((int32_t*)(&V_2), L_38, /*hidden argument*/NULL);
return L_39;
}
IL_00a7:
{
// if (lhs.module.renderOrderPriority != rhs.module.renderOrderPriority)
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_40 = ___lhs0;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_41 = L_40.get_module_1();
NullCheck(L_41);
int32_t L_42 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_renderOrderPriority() */, L_41);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_43 = ___rhs1;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_44 = L_43.get_module_1();
NullCheck(L_44);
int32_t L_45 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_renderOrderPriority() */, L_44);
if ((((int32_t)L_42) == ((int32_t)L_45)))
{
goto IL_00de;
}
}
{
// return rhs.module.renderOrderPriority.CompareTo(lhs.module.renderOrderPriority);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_46 = ___rhs1;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_47 = L_46.get_module_1();
NullCheck(L_47);
int32_t L_48 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_renderOrderPriority() */, L_47);
V_2 = L_48;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_49 = ___lhs0;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_50 = L_49.get_module_1();
NullCheck(L_50);
int32_t L_51 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_renderOrderPriority() */, L_50);
int32_t L_52 = Int32_CompareTo_m2EB2B72F9095FF3438D830118D57E32E1CC67195((int32_t*)(&V_2), L_51, /*hidden argument*/NULL);
return L_52;
}
IL_00de:
{
// if (lhs.sortingLayer != rhs.sortingLayer)
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_53 = ___lhs0;
int32_t L_54 = L_53.get_sortingLayer_5();
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_55 = ___rhs1;
int32_t L_56 = L_55.get_sortingLayer_5();
if ((((int32_t)L_54) == ((int32_t)L_56)))
{
goto IL_010f;
}
}
{
// var rid = SortingLayer.GetLayerValueFromID(rhs.sortingLayer);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_57 = ___rhs1;
int32_t L_58 = L_57.get_sortingLayer_5();
int32_t L_59 = SortingLayer_GetLayerValueFromID_m564F9C83200E5EC3E9578A75854CB943CE5546F8(L_58, /*hidden argument*/NULL);
V_3 = L_59;
// var lid = SortingLayer.GetLayerValueFromID(lhs.sortingLayer);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_60 = ___lhs0;
int32_t L_61 = L_60.get_sortingLayer_5();
int32_t L_62 = SortingLayer_GetLayerValueFromID_m564F9C83200E5EC3E9578A75854CB943CE5546F8(L_61, /*hidden argument*/NULL);
V_4 = L_62;
// return rid.CompareTo(lid);
int32_t L_63 = V_4;
int32_t L_64 = Int32_CompareTo_m2EB2B72F9095FF3438D830118D57E32E1CC67195((int32_t*)(&V_3), L_63, /*hidden argument*/NULL);
return L_64;
}
IL_010f:
{
// if (lhs.sortingOrder != rhs.sortingOrder)
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_65 = ___lhs0;
int32_t L_66 = L_65.get_sortingOrder_6();
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_67 = ___rhs1;
int32_t L_68 = L_67.get_sortingOrder_6();
if ((((int32_t)L_66) == ((int32_t)L_68)))
{
goto IL_0130;
}
}
{
// return rhs.sortingOrder.CompareTo(lhs.sortingOrder);
int32_t* L_69 = (&___rhs1)->get_address_of_sortingOrder_6();
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_70 = ___lhs0;
int32_t L_71 = L_70.get_sortingOrder_6();
int32_t L_72 = Int32_CompareTo_m2EB2B72F9095FF3438D830118D57E32E1CC67195((int32_t*)L_69, L_71, /*hidden argument*/NULL);
return L_72;
}
IL_0130:
{
// if (lhs.depth != rhs.depth && lhs.module.rootRaycaster == rhs.module.rootRaycaster)
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_73 = ___lhs0;
int32_t L_74 = L_73.get_depth_4();
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_75 = ___rhs1;
int32_t L_76 = L_75.get_depth_4();
if ((((int32_t)L_74) == ((int32_t)L_76)))
{
goto IL_016e;
}
}
{
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_77 = ___lhs0;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_78 = L_77.get_module_1();
NullCheck(L_78);
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_79 = BaseRaycaster_get_rootRaycaster_m4DF6B023C195A4E8E9AF8D8E411379A9052D80A5(L_78, /*hidden argument*/NULL);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_80 = ___rhs1;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_81 = L_80.get_module_1();
NullCheck(L_81);
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_82 = BaseRaycaster_get_rootRaycaster_m4DF6B023C195A4E8E9AF8D8E411379A9052D80A5(L_81, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_83 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_79, L_82, /*hidden argument*/NULL);
if (!L_83)
{
goto IL_016e;
}
}
{
// return rhs.depth.CompareTo(lhs.depth);
int32_t* L_84 = (&___rhs1)->get_address_of_depth_4();
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_85 = ___lhs0;
int32_t L_86 = L_85.get_depth_4();
int32_t L_87 = Int32_CompareTo_m2EB2B72F9095FF3438D830118D57E32E1CC67195((int32_t*)L_84, L_86, /*hidden argument*/NULL);
return L_87;
}
IL_016e:
{
// if (lhs.distance != rhs.distance)
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_88 = ___lhs0;
float L_89 = L_88.get_distance_2();
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_90 = ___rhs1;
float L_91 = L_90.get_distance_2();
if ((((float)L_89) == ((float)L_91)))
{
goto IL_018f;
}
}
{
// return lhs.distance.CompareTo(rhs.distance);
float* L_92 = (&___lhs0)->get_address_of_distance_2();
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_93 = ___rhs1;
float L_94 = L_93.get_distance_2();
int32_t L_95 = Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC((float*)L_92, L_94, /*hidden argument*/NULL);
return L_95;
}
IL_018f:
{
// return lhs.index.CompareTo(rhs.index);
float* L_96 = (&___lhs0)->get_address_of_index_3();
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_97 = ___rhs1;
float L_98 = L_97.get_index_3();
int32_t L_99 = Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC((float*)L_96, L_98, /*hidden argument*/NULL);
return L_99;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::RaycastAll(UnityEngine.EventSystems.PointerEventData,System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_RaycastAll_mF78E1781C8161DEEF24B6B3FCCC1037787F9A439 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * ___raycastResults1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_RaycastAll_mF78E1781C8161DEEF24B6B3FCCC1037787F9A439_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * V_0 = NULL;
int32_t V_1 = 0;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * V_2 = NULL;
{
// raycastResults.Clear();
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_0 = ___raycastResults1;
NullCheck(L_0);
List_1_Clear_m4B7AF08AC7BBA143ED7EC5F528837F8212D8C422(L_0, /*hidden argument*/List_1_Clear_m4B7AF08AC7BBA143ED7EC5F528837F8212D8C422_RuntimeMethod_var);
// var modules = RaycasterManager.GetRaycasters();
IL2CPP_RUNTIME_CLASS_INIT(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var);
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * L_1 = RaycasterManager_GetRaycasters_m3088F1DFEEDD695546B8CC290E34FD6093CD264D_inline(/*hidden argument*/NULL);
V_0 = L_1;
// for (int i = 0; i < modules.Count; ++i)
V_1 = 0;
goto IL_0035;
}
IL_0010:
{
// var module = modules[i];
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * L_2 = V_0;
int32_t L_3 = V_1;
NullCheck(L_2);
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_4 = List_1_get_Item_m3BAB7EF069721A0F0181E41153C20AC8343C2FB1_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m3BAB7EF069721A0F0181E41153C20AC8343C2FB1_RuntimeMethod_var);
V_2 = L_4;
// if (module == null || !module.IsActive())
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_5 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_6 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_5, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0031;
}
}
{
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_7 = V_2;
NullCheck(L_7);
bool L_8 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, L_7);
if (!L_8)
{
goto IL_0031;
}
}
{
// module.Raycast(eventData, raycastResults);
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_9 = V_2;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = ___eventData0;
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_11 = ___raycastResults1;
NullCheck(L_9);
VirtActionInvoker2< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 *, List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * >::Invoke(17 /* System.Void UnityEngine.EventSystems.BaseRaycaster::Raycast(UnityEngine.EventSystems.PointerEventData,System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>) */, L_9, L_10, L_11);
}
IL_0031:
{
// for (int i = 0; i < modules.Count; ++i)
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0035:
{
// for (int i = 0; i < modules.Count; ++i)
int32_t L_13 = V_1;
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * L_14 = V_0;
NullCheck(L_14);
int32_t L_15 = List_1_get_Count_m8CEE4B9E166541BE0F45A179C0F98197EA2393B1_inline(L_14, /*hidden argument*/List_1_get_Count_m8CEE4B9E166541BE0F45A179C0F98197EA2393B1_RuntimeMethod_var);
if ((((int32_t)L_13) < ((int32_t)L_15)))
{
goto IL_0010;
}
}
{
// raycastResults.Sort(s_RaycastComparer);
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_16 = ___raycastResults1;
IL2CPP_RUNTIME_CLASS_INIT(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var);
Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 * L_17 = ((EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields*)il2cpp_codegen_static_fields_for(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var))->get_s_RaycastComparer_14();
NullCheck(L_16);
List_1_Sort_m30BD43C468D739533AC39043A9AFF05B168845B9(L_16, L_17, /*hidden argument*/List_1_Sort_m30BD43C468D739533AC39043A9AFF05B168845B9_RuntimeMethod_var);
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.EventSystem::IsPointerOverGameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSystem_IsPointerOverGameObject_mA47031510BEEA565F5892CC04ACE303804BD7631 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// return IsPointerOverGameObject(PointerInputModule.kMouseLeftId);
bool L_0 = EventSystem_IsPointerOverGameObject_m00CDF0FF5EA712D14B7966DD8270931A13EABA91(__this, (-1), /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean UnityEngine.EventSystems.EventSystem::IsPointerOverGameObject(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventSystem_IsPointerOverGameObject_m00CDF0FF5EA712D14B7966DD8270931A13EABA91 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, int32_t ___pointerId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_IsPointerOverGameObject_m00CDF0FF5EA712D14B7966DD8270931A13EABA91_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_CurrentInputModule == null)
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_0 = __this->get_m_CurrentInputModule_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0010;
}
}
{
// return false;
return (bool)0;
}
IL_0010:
{
// return m_CurrentInputModule.IsPointerOverGameObject(pointerId);
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_2 = __this->get_m_CurrentInputModule_5();
int32_t L_3 = ___pointerId0;
NullCheck(L_2);
bool L_4 = VirtFuncInvoker1< bool, int32_t >::Invoke(20 /* System.Boolean UnityEngine.EventSystems.BaseInputModule::IsPointerOverGameObject(System.Int32) */, L_2, L_3);
return L_4;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_OnEnable_mB3C6CDEC37085FFB96914A768A444B2A97BC891E (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_OnEnable_mB3C6CDEC37085FFB96914A768A444B2A97BC891E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.OnEnable();
UIBehaviour_OnEnable_mC9822F55BFE331807411109DA82D6AE5EF46E2C2(__this, /*hidden argument*/NULL);
// m_EventSystems.Add(this);
IL2CPP_RUNTIME_CLASS_INIT(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var);
List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * L_0 = ((EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields*)il2cpp_codegen_static_fields_for(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var))->get_m_EventSystems_6();
NullCheck(L_0);
List_1_Add_m13BE8F842288DFE42CD77EB912E785E9A0DE0933(L_0, __this, /*hidden argument*/List_1_Add_m13BE8F842288DFE42CD77EB912E785E9A0DE0933_RuntimeMethod_var);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_OnDisable_mF4AB795E6BBF4DD6EDA359E954F04D8498B707C0 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_OnDisable_mF4AB795E6BBF4DD6EDA359E954F04D8498B707C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_CurrentInputModule != null)
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_0 = __this->get_m_CurrentInputModule_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0020;
}
}
{
// m_CurrentInputModule.DeactivateModule();
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_2 = __this->get_m_CurrentInputModule_5();
NullCheck(L_2);
VirtActionInvoker0::Invoke(22 /* System.Void UnityEngine.EventSystems.BaseInputModule::DeactivateModule() */, L_2);
// m_CurrentInputModule = null;
__this->set_m_CurrentInputModule_5((BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 *)NULL);
}
IL_0020:
{
// m_EventSystems.Remove(this);
IL2CPP_RUNTIME_CLASS_INIT(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var);
List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * L_3 = ((EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields*)il2cpp_codegen_static_fields_for(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var))->get_m_EventSystems_6();
NullCheck(L_3);
List_1_Remove_mC6152B2DC8825E4F5F3AAE8C229EBC191755AA69(L_3, __this, /*hidden argument*/List_1_Remove_mC6152B2DC8825E4F5F3AAE8C229EBC191755AA69_RuntimeMethod_var);
// base.OnDisable();
UIBehaviour_OnDisable_mDA7B89CA939C50BD6F81CC350C2969755B1576A0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::TickModules()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_TickModules_m7C60756590E96EBA52FEA961ED6F3548E40C9231 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_TickModules_m7C60756590E96EBA52FEA961ED6F3548E40C9231_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// for (var i = 0; i < m_SystemInputModules.Count; i++)
V_0 = 0;
goto IL_002d;
}
IL_0004:
{
// if (m_SystemInputModules[i] != null)
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_0 = __this->get_m_SystemInputModules_4();
int32_t L_1 = V_0;
NullCheck(L_0);
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_2 = List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_2, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0029;
}
}
{
// m_SystemInputModules[i].UpdateModule();
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_4 = __this->get_m_SystemInputModules_4();
int32_t L_5 = V_0;
NullCheck(L_4);
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_6 = List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_RuntimeMethod_var);
NullCheck(L_6);
VirtActionInvoker0::Invoke(24 /* System.Void UnityEngine.EventSystems.BaseInputModule::UpdateModule() */, L_6);
}
IL_0029:
{
// for (var i = 0; i < m_SystemInputModules.Count; i++)
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_002d:
{
// for (var i = 0; i < m_SystemInputModules.Count; i++)
int32_t L_8 = V_0;
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_9 = __this->get_m_SystemInputModules_4();
NullCheck(L_9);
int32_t L_10 = List_1_get_Count_m1239326B0ED12B9B0BF01FB2E92BF575BF64FF59_inline(L_9, /*hidden argument*/List_1_get_Count_m1239326B0ED12B9B0BF01FB2E92BF575BF64FF59_RuntimeMethod_var);
if ((((int32_t)L_8) < ((int32_t)L_10)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::OnApplicationFocus(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_OnApplicationFocus_mEAB25CFE6171088D62CAA9BE8697B9E24FE5B7F8 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, bool ___hasFocus0, const RuntimeMethod* method)
{
{
// m_HasFocus = hasFocus;
bool L_0 = ___hasFocus0;
__this->set_m_HasFocus_11(L_0);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_Update_m12CAEF521A10D406D1A6EA01E00DD851683C7208 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_Update_m12CAEF521A10D406D1A6EA01E00DD851683C7208_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * V_2 = NULL;
int32_t V_3 = 0;
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * V_4 = NULL;
{
// if (current != this)
IL2CPP_RUNTIME_CLASS_INIT(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = EventSystem_get_current_m3151477735829089F66A3E46AD6DAB14CFDDE7BD(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, __this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// TickModules();
EventSystem_TickModules_m7C60756590E96EBA52FEA961ED6F3548E40C9231(__this, /*hidden argument*/NULL);
// bool changedModule = false;
V_0 = (bool)0;
// for (var i = 0; i < m_SystemInputModules.Count; i++)
V_1 = 0;
goto IL_0054;
}
IL_001a:
{
// var module = m_SystemInputModules[i];
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_2 = __this->get_m_SystemInputModules_4();
int32_t L_3 = V_1;
NullCheck(L_2);
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_4 = List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_RuntimeMethod_var);
V_2 = L_4;
// if (module.IsModuleSupported() && module.ShouldActivateModule())
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_5 = V_2;
NullCheck(L_5);
bool L_6 = VirtFuncInvoker0< bool >::Invoke(25 /* System.Boolean UnityEngine.EventSystems.BaseInputModule::IsModuleSupported() */, L_5);
if (!L_6)
{
goto IL_0050;
}
}
{
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_7 = V_2;
NullCheck(L_7);
bool L_8 = VirtFuncInvoker0< bool >::Invoke(21 /* System.Boolean UnityEngine.EventSystems.BaseInputModule::ShouldActivateModule() */, L_7);
if (!L_8)
{
goto IL_0050;
}
}
{
// if (m_CurrentInputModule != module)
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_9 = __this->get_m_CurrentInputModule_5();
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_10 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_11 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_9, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0062;
}
}
{
// ChangeEventModule(module);
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_12 = V_2;
EventSystem_ChangeEventModule_m4A3010299F57C492A10AABF29568BC2CD6185DE6(__this, L_12, /*hidden argument*/NULL);
// changedModule = true;
V_0 = (bool)1;
// break;
goto IL_0062;
}
IL_0050:
{
// for (var i = 0; i < m_SystemInputModules.Count; i++)
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0054:
{
// for (var i = 0; i < m_SystemInputModules.Count; i++)
int32_t L_14 = V_1;
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_15 = __this->get_m_SystemInputModules_4();
NullCheck(L_15);
int32_t L_16 = List_1_get_Count_m1239326B0ED12B9B0BF01FB2E92BF575BF64FF59_inline(L_15, /*hidden argument*/List_1_get_Count_m1239326B0ED12B9B0BF01FB2E92BF575BF64FF59_RuntimeMethod_var);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_001a;
}
}
IL_0062:
{
// if (m_CurrentInputModule == null)
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_17 = __this->get_m_CurrentInputModule_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_18 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_17, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_00a9;
}
}
{
// for (var i = 0; i < m_SystemInputModules.Count; i++)
V_3 = 0;
goto IL_009b;
}
IL_0074:
{
// var module = m_SystemInputModules[i];
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_19 = __this->get_m_SystemInputModules_4();
int32_t L_20 = V_3;
NullCheck(L_19);
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_21 = List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_inline(L_19, L_20, /*hidden argument*/List_1_get_Item_m12978B0D1BD337236AA80A411498942484A7D96C_RuntimeMethod_var);
V_4 = L_21;
// if (module.IsModuleSupported())
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_22 = V_4;
NullCheck(L_22);
bool L_23 = VirtFuncInvoker0< bool >::Invoke(25 /* System.Boolean UnityEngine.EventSystems.BaseInputModule::IsModuleSupported() */, L_22);
if (!L_23)
{
goto IL_0097;
}
}
{
// ChangeEventModule(module);
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_24 = V_4;
EventSystem_ChangeEventModule_m4A3010299F57C492A10AABF29568BC2CD6185DE6(__this, L_24, /*hidden argument*/NULL);
// changedModule = true;
V_0 = (bool)1;
// break;
goto IL_00a9;
}
IL_0097:
{
// for (var i = 0; i < m_SystemInputModules.Count; i++)
int32_t L_25 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_009b:
{
// for (var i = 0; i < m_SystemInputModules.Count; i++)
int32_t L_26 = V_3;
List_1_t4FB5BF302DAD74D690156A022C4FA4D4081E9B26 * L_27 = __this->get_m_SystemInputModules_4();
NullCheck(L_27);
int32_t L_28 = List_1_get_Count_m1239326B0ED12B9B0BF01FB2E92BF575BF64FF59_inline(L_27, /*hidden argument*/List_1_get_Count_m1239326B0ED12B9B0BF01FB2E92BF575BF64FF59_RuntimeMethod_var);
if ((((int32_t)L_26) < ((int32_t)L_28)))
{
goto IL_0074;
}
}
IL_00a9:
{
// if (!changedModule && m_CurrentInputModule != null)
bool L_29 = V_0;
if (L_29)
{
goto IL_00c5;
}
}
{
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_30 = __this->get_m_CurrentInputModule_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_31 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_30, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_00c5;
}
}
{
// m_CurrentInputModule.Process();
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_32 = __this->get_m_CurrentInputModule_5();
NullCheck(L_32);
VirtActionInvoker0::Invoke(17 /* System.Void UnityEngine.EventSystems.BaseInputModule::Process() */, L_32);
}
IL_00c5:
{
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::ChangeEventModule(UnityEngine.EventSystems.BaseInputModule)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem_ChangeEventModule_m4A3010299F57C492A10AABF29568BC2CD6185DE6 (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * ___module0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_ChangeEventModule_m4A3010299F57C492A10AABF29568BC2CD6185DE6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_CurrentInputModule == module)
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_0 = __this->get_m_CurrentInputModule_5();
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_1 = ___module0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
// return;
return;
}
IL_000f:
{
// if (m_CurrentInputModule != null)
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_3 = __this->get_m_CurrentInputModule_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_3, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0028;
}
}
{
// m_CurrentInputModule.DeactivateModule();
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_5 = __this->get_m_CurrentInputModule_5();
NullCheck(L_5);
VirtActionInvoker0::Invoke(22 /* System.Void UnityEngine.EventSystems.BaseInputModule::DeactivateModule() */, L_5);
}
IL_0028:
{
// if (module != null)
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_6 = ___module0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0037;
}
}
{
// module.ActivateModule();
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_8 = ___module0;
NullCheck(L_8);
VirtActionInvoker0::Invoke(23 /* System.Void UnityEngine.EventSystems.BaseInputModule::ActivateModule() */, L_8);
}
IL_0037:
{
// m_CurrentInputModule = module;
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_9 = ___module0;
__this->set_m_CurrentInputModule_5(L_9);
// }
return;
}
}
// System.String UnityEngine.EventSystems.EventSystem::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EventSystem_ToString_m3BA75E77167F875764A87DE354FA4E7F57452F8E (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem_ToString_m3BA75E77167F875764A87DE354FA4E7F57452F8E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * G_B2_0 = NULL;
StringBuilder_t * G_B2_1 = NULL;
StringBuilder_t * G_B1_0 = NULL;
StringBuilder_t * G_B1_1 = NULL;
String_t* G_B3_0 = NULL;
StringBuilder_t * G_B3_1 = NULL;
StringBuilder_t * G_B3_2 = NULL;
{
// var sb = new StringBuilder();
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
// sb.AppendLine("<b>Selected:</b>" + currentSelectedGameObject);
StringBuilder_t * L_1 = L_0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline(__this, /*hidden argument*/NULL);
String_t* L_3 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralAD737CBF90EFA86DCA21CC004A5DCE55F06D4646, L_2, /*hidden argument*/NULL);
NullCheck(L_1);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_1, L_3, /*hidden argument*/NULL);
// sb.AppendLine();
StringBuilder_t * L_4 = L_1;
NullCheck(L_4);
StringBuilder_AppendLine_mB5B3F68726B05CD404C8C8D8F5A3D2A58FF16BB9(L_4, /*hidden argument*/NULL);
// sb.AppendLine();
StringBuilder_t * L_5 = L_4;
NullCheck(L_5);
StringBuilder_AppendLine_mB5B3F68726B05CD404C8C8D8F5A3D2A58FF16BB9(L_5, /*hidden argument*/NULL);
// sb.AppendLine(m_CurrentInputModule != null ? m_CurrentInputModule.ToString() : "No module");
StringBuilder_t * L_6 = L_5;
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_7 = __this->get_m_CurrentInputModule_5();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_8 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_7, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
G_B1_0 = L_6;
G_B1_1 = L_6;
if (L_8)
{
G_B2_0 = L_6;
G_B2_1 = L_6;
goto IL_0040;
}
}
{
G_B3_0 = _stringLiteralF12C9C9C288DFB90FCEBA6E6D47A236F536DED95;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_004b;
}
IL_0040:
{
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_9 = __this->get_m_CurrentInputModule_5();
NullCheck(L_9);
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9);
G_B3_0 = L_10;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_004b:
{
NullCheck(G_B3_1);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(G_B3_1, G_B3_0, /*hidden argument*/NULL);
// return sb.ToString();
NullCheck(G_B3_2);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, G_B3_2);
return L_11;
}
}
// System.Void UnityEngine.EventSystems.EventSystem::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventSystem__cctor_mBE0C93B74BB6A494F3E0A52CF9DFA06795C04649 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventSystem__cctor_mBE0C93B74BB6A494F3E0A52CF9DFA06795C04649_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private static List<EventSystem> m_EventSystems = new List<EventSystem>();
List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B * L_0 = (List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B *)il2cpp_codegen_object_new(List_1_t882412D5BE0B5BFC1900366319F8B2EB544BDD8B_il2cpp_TypeInfo_var);
List_1__ctor_m2A7854D8E42C40E8A3C7E2606767C8F13F7D39BA(L_0, /*hidden argument*/List_1__ctor_m2A7854D8E42C40E8A3C7E2606767C8F13F7D39BA_RuntimeMethod_var);
((EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields*)il2cpp_codegen_static_fields_for(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var))->set_m_EventSystems_6(L_0);
// private static readonly Comparison<RaycastResult> s_RaycastComparer = RaycastComparer;
Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 * L_1 = (Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13 *)il2cpp_codegen_object_new(Comparison_1_t32541D3F4C935BBA3800256BD21A7CA8148AAC13_il2cpp_TypeInfo_var);
Comparison_1__ctor_m58BBCAFCC756545E286DDD8965F857883B8325E0(L_1, NULL, (intptr_t)((intptr_t)EventSystem_RaycastComparer_mBB4C501E79DC58EABE34056EEB4A56843DEA6AB3_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_m58BBCAFCC756545E286DDD8965F857883B8325E0_RuntimeMethod_var);
((EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_StaticFields*)il2cpp_codegen_static_fields_for(EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77_il2cpp_TypeInfo_var))->set_s_RaycastComparer_14(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger_Entry> UnityEngine.EventSystems.EventTrigger::get_delegates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * EventTrigger_get_delegates_m481E829B584E900AED42FF84647DB48EECD65AEC (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, const RuntimeMethod* method)
{
{
// public List<Entry> delegates { get { return triggers; } set { triggers = value; } }
List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * L_0 = EventTrigger_get_triggers_mC7BC90E3D01E4107C3BCA70DC6B1E11E5BCDBB40(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::set_delegates(System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger_Entry>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_set_delegates_mC1312F8132D21C5E517EA38677B1C65680F486CD (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * ___value0, const RuntimeMethod* method)
{
{
// public List<Entry> delegates { get { return triggers; } set { triggers = value; } }
List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * L_0 = ___value0;
EventTrigger_set_triggers_mC0AB6B03331A1D1E51AB9C0457DA7A4C3006DFEA_inline(__this, L_0, /*hidden argument*/NULL);
// public List<Entry> delegates { get { return triggers; } set { triggers = value; } }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger__ctor_m73D31D2C96C8A96300D462E6BD864529E7411F78 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, const RuntimeMethod* method)
{
{
// protected EventTrigger()
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__this, /*hidden argument*/NULL);
// {}
return;
}
}
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger_Entry> UnityEngine.EventSystems.EventTrigger::get_triggers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * EventTrigger_get_triggers_mC7BC90E3D01E4107C3BCA70DC6B1E11E5BCDBB40 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventTrigger_get_triggers_mC7BC90E3D01E4107C3BCA70DC6B1E11E5BCDBB40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_Delegates == null)
List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * L_0 = __this->get_m_Delegates_4();
if (L_0)
{
goto IL_0013;
}
}
{
// m_Delegates = new List<Entry>();
List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * L_1 = (List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA *)il2cpp_codegen_object_new(List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA_il2cpp_TypeInfo_var);
List_1__ctor_m96E257B92BD6834B76890708B1B718FA5CC36FD2(L_1, /*hidden argument*/List_1__ctor_m96E257B92BD6834B76890708B1B718FA5CC36FD2_RuntimeMethod_var);
__this->set_m_Delegates_4(L_1);
}
IL_0013:
{
// return m_Delegates;
List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * L_2 = __this->get_m_Delegates_4();
return L_2;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::set_triggers(System.Collections.Generic.List`1<UnityEngine.EventSystems.EventTrigger_Entry>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_set_triggers_mC0AB6B03331A1D1E51AB9C0457DA7A4C3006DFEA (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * ___value0, const RuntimeMethod* method)
{
{
// set { m_Delegates = value; }
List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * L_0 = ___value0;
__this->set_m_Delegates_4(L_0);
// set { m_Delegates = value; }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::Execute(UnityEngine.EventSystems.EventTriggerType,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, int32_t ___id0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E * V_2 = NULL;
{
// for (int i = 0, imax = triggers.Count; i < imax; ++i)
V_0 = 0;
// for (int i = 0, imax = triggers.Count; i < imax; ++i)
List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * L_0 = EventTrigger_get_triggers_mC7BC90E3D01E4107C3BCA70DC6B1E11E5BCDBB40(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m4800830435D5822F8E08F087A9EA6A207A7490D3_inline(L_0, /*hidden argument*/List_1_get_Count_m4800830435D5822F8E08F087A9EA6A207A7490D3_RuntimeMethod_var);
V_1 = L_1;
goto IL_003e;
}
IL_0010:
{
// var ent = triggers[i];
List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * L_2 = EventTrigger_get_triggers_mC7BC90E3D01E4107C3BCA70DC6B1E11E5BCDBB40(__this, /*hidden argument*/NULL);
int32_t L_3 = V_0;
NullCheck(L_2);
Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E * L_4 = List_1_get_Item_m7F1EB9EBAA3429AC44F543307039106137940316_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m7F1EB9EBAA3429AC44F543307039106137940316_RuntimeMethod_var);
V_2 = L_4;
// if (ent.eventID == id && ent.callback != null)
Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E * L_5 = V_2;
NullCheck(L_5);
int32_t L_6 = L_5->get_eventID_0();
int32_t L_7 = ___id0;
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
{
goto IL_003a;
}
}
{
Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E * L_8 = V_2;
NullCheck(L_8);
TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793 * L_9 = L_8->get_callback_1();
if (!L_9)
{
goto IL_003a;
}
}
{
// ent.callback.Invoke(eventData);
Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E * L_10 = V_2;
NullCheck(L_10);
TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793 * L_11 = L_10->get_callback_1();
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_12 = ___eventData1;
NullCheck(L_11);
UnityEvent_1_Invoke_m0B4728DD4B5405CB467A8116AD74446AC1DEC8A1(L_11, L_12, /*hidden argument*/UnityEvent_1_Invoke_m0B4728DD4B5405CB467A8116AD74446AC1DEC8A1_RuntimeMethod_var);
}
IL_003a:
{
// for (int i = 0, imax = triggers.Count; i < imax; ++i)
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_003e:
{
// for (int i = 0, imax = triggers.Count; i < imax; ++i)
int32_t L_14 = V_0;
int32_t L_15 = V_1;
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_0010;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnPointerEnter(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnPointerEnter_m87C0E1EED47AD32E9431AA5A5FFE5711E005AD02 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.PointerEnter, eventData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, 0, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnPointerExit(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnPointerExit_m11160DE36D06FD05397916242A3EA0BE6C13E9AA (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.PointerExit, eventData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, 1, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnDrag(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnDrag_mA652B1ECA52E24F78C30946EAA553A9F7FE06C84 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.Drag, eventData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, 5, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnDrop(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnDrop_mD71D70D5754646A0282AE1725139D61D2CEB2219 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.Drop, eventData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, 6, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnPointerDown(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnPointerDown_m4860D9041126B46ABE6EADCC1267DA58806056F6 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.PointerDown, eventData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, 2, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnPointerUp(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnPointerUp_m23AF1FFE2A5CA913602895E319FF338AEBC4A70B (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.PointerUp, eventData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, 3, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnPointerClick(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnPointerClick_m5862B8B10A07AAD930F554B1B08F6B0ACBBA552A (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.PointerClick, eventData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, 4, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnSelect(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnSelect_m3CF793D81A2A45E3A5324D57FB93F12C4144E344 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.Select, eventData);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, ((int32_t)9), L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnDeselect(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnDeselect_m14E6CBAE7884FFF19688722EE0762D5C479BA9C7 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.Deselect, eventData);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, ((int32_t)10), L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnScroll(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnScroll_m049CE9599C751C0C2C571DB33A0449636982029A (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.Scroll, eventData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, 7, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnMove(UnityEngine.EventSystems.AxisEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnMove_m6B457F494B0EA1B5CE6175610B98984D7A54A26D (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.Move, eventData);
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, ((int32_t)11), L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnUpdateSelected(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnUpdateSelected_m6F065ADE4F9F5CE823D8E59C5B1FB98A262351E1 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.UpdateSelected, eventData);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, 8, L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnInitializePotentialDrag(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnInitializePotentialDrag_m133B4AB3DFC9A5DB7F4DD3754481CCA8D12962F8 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.InitializePotentialDrag, eventData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, ((int32_t)12), L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnBeginDrag(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnBeginDrag_m6490661EB3B73834B141F1CE27E11AF2683083BC (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.BeginDrag, eventData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, ((int32_t)13), L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnEndDrag(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnEndDrag_m1D5E2CFD8FC9CCBE29EF95B3CE93C306D9BDE960 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.EndDrag, eventData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, ((int32_t)14), L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnSubmit(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnSubmit_mAAC2057B87AA87005AE4EAEE24D72AFD12AAB861 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.Submit, eventData);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, ((int32_t)15), L_0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.EventTrigger::OnCancel(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventTrigger_OnCancel_m0F73AD82791AC96D815215FDDE33FFE4D1AC85C0 (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData0, const RuntimeMethod* method)
{
{
// Execute(EventTriggerType.Cancel, eventData);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_0 = ___eventData0;
EventTrigger_Execute_m92E8047B596BC17676C740C5FDB8F737A7FFF0B7(__this, ((int32_t)16), L_0, /*hidden argument*/NULL);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.EventSystems.EventTrigger_Entry::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Entry__ctor_mA35142E0673AB7824813B59E527C474605E09B7C (Entry_t58989269D924DCD15F196DDEDAB84B85ED4D734E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Entry__ctor_mA35142E0673AB7824813B59E527C474605E09B7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public EventTriggerType eventID = EventTriggerType.PointerClick;
__this->set_eventID_0(4);
// public TriggerEvent callback = new TriggerEvent();
TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793 * L_0 = (TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793 *)il2cpp_codegen_object_new(TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793_il2cpp_TypeInfo_var);
TriggerEvent__ctor_mE5A64BDC6F94313C8240612A623EAAB29F25ADAF(L_0, /*hidden argument*/NULL);
__this->set_callback_1(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.EventSystems.EventTrigger_TriggerEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TriggerEvent__ctor_mE5A64BDC6F94313C8240612A623EAAB29F25ADAF (TriggerEvent_tF73252408C49CDE2F1A05AA75FE09086C53A9793 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TriggerEvent__ctor_mE5A64BDC6F94313C8240612A623EAAB29F25ADAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UnityEvent_1__ctor_m8B8E1D4BA8008D5CBB2C820BD15366119399C7AC(__this, /*hidden argument*/UnityEvent_1__ctor_m8B8E1D4BA8008D5CBB2C820BD15366119399C7AC_RuntimeMethod_var);
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
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IPointerEnterHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_m8C29CBED5B91CAD66E8D07CC11888DFCAFB6A8C1 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_m8C29CBED5B91CAD66E8D07CC11888DFCAFB6A8C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnPointerEnter(ValidateEventData<PointerEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IPointerEnterHandler::OnPointerEnter(UnityEngine.EventSystems.PointerEventData) */, IPointerEnterHandler_tD4E3109B19B18A39FE89A2386C453D3F5019026B_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IPointerExitHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_mA09B43D4EA5330792B77CC2B0CFBEA06A57EA489 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_mA09B43D4EA5330792B77CC2B0CFBEA06A57EA489_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnPointerExit(ValidateEventData<PointerEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IPointerExitHandler::OnPointerExit(UnityEngine.EventSystems.PointerEventData) */, IPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IPointerDownHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_mE604FE0C916D5B3418A30A7B18306DEE7DF10097 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_mE604FE0C916D5B3418A30A7B18306DEE7DF10097_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnPointerDown(ValidateEventData<PointerEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IPointerDownHandler::OnPointerDown(UnityEngine.EventSystems.PointerEventData) */, IPointerDownHandler_tD9DAB9987B51AF8D4029CC24F52D17485684F4BF_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IPointerUpHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_mF019AE64D09B592293ECE5537030CDF5961D7366 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_mF019AE64D09B592293ECE5537030CDF5961D7366_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnPointerUp(ValidateEventData<PointerEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IPointerUpHandler::OnPointerUp(UnityEngine.EventSystems.PointerEventData) */, IPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IPointerClickHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_m24768528CCF25F4ADB0E66538ABF950C8EE2E9B0 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_m24768528CCF25F4ADB0E66538ABF950C8EE2E9B0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnPointerClick(ValidateEventData<PointerEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IPointerClickHandler::OnPointerClick(UnityEngine.EventSystems.PointerEventData) */, IPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IInitializePotentialDragHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_m7F9A4B2EC9FA8F9F8BBF628E9C8D87587A0BEC98 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_m7F9A4B2EC9FA8F9F8BBF628E9C8D87587A0BEC98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnInitializePotentialDrag(ValidateEventData<PointerEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IInitializePotentialDragHandler::OnInitializePotentialDrag(UnityEngine.EventSystems.PointerEventData) */, IInitializePotentialDragHandler_t56667A600E5BC5B8786753312DB9EDFE13455B45_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IBeginDragHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_m31B26038791B68FE23D77DCAC81A550D53575EDA (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_m31B26038791B68FE23D77DCAC81A550D53575EDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnBeginDrag(ValidateEventData<PointerEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IBeginDragHandler::OnBeginDrag(UnityEngine.EventSystems.PointerEventData) */, IBeginDragHandler_t5CBE3EF4B4A6303FA5E9AC40295295BBAD687BF4_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IDragHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_m49C3D013D962BE7E16C2E92608FFCC7C9E5303F0 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_m49C3D013D962BE7E16C2E92608FFCC7C9E5303F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnDrag(ValidateEventData<PointerEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IDragHandler::OnDrag(UnityEngine.EventSystems.PointerEventData) */, IDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IEndDragHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_mE1EDD9426C52F61B04E53838FFFC0C85ADE5832A (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_mE1EDD9426C52F61B04E53838FFFC0C85ADE5832A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnEndDrag(ValidateEventData<PointerEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IEndDragHandler::OnEndDrag(UnityEngine.EventSystems.PointerEventData) */, IEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IDropHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_m6CE9E8ECBC0242714839AD54F32974AF36D273FE (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_m6CE9E8ECBC0242714839AD54F32974AF36D273FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnDrop(ValidateEventData<PointerEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IDropHandler::OnDrop(UnityEngine.EventSystems.PointerEventData) */, IDropHandler_t617E86EDCC6B18A39D69DFF444D5358072B524C3_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IScrollHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_mF0BD313BC5A34C5BC0DB806AFA3D59F2757ADDF1 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_mF0BD313BC5A34C5BC0DB806AFA3D59F2757ADDF1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnScroll(ValidateEventData<PointerEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisPointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_mDBD5031ADC7CB64D9BD1DCDF00C8C4B927CF0A18_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IScrollHandler::OnScroll(UnityEngine.EventSystems.PointerEventData) */, IScrollHandler_t3BB7CCD821B37EBB5EA18D30D65D4075FB43198B_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IUpdateSelectedHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_m954DCF87A2B6CBF6FEB9B676500EA148F69B20FC (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_m954DCF87A2B6CBF6FEB9B676500EA148F69B20FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnUpdateSelected(eventData);
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
NullCheck(L_0);
InterfaceActionInvoker1< BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IUpdateSelectedHandler::OnUpdateSelected(UnityEngine.EventSystems.BaseEventData) */, IUpdateSelectedHandler_t460F9A1B3655B6DD49656995D451206631B4F4D0_il2cpp_TypeInfo_var, L_0, L_1);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.ISelectHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_mE52644D5E736A355F742C46C1C6C888559EA87D5 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_mE52644D5E736A355F742C46C1C6C888559EA87D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnSelect(eventData);
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
NullCheck(L_0);
InterfaceActionInvoker1< BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.ISelectHandler::OnSelect(UnityEngine.EventSystems.BaseEventData) */, ISelectHandler_t05E0943DEF2BC53023C2E4BF4C815E0EDE82C0F4_il2cpp_TypeInfo_var, L_0, L_1);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IDeselectHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_m43A103804A0A03E85B931F982D8B86A3B6734BC9 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_m43A103804A0A03E85B931F982D8B86A3B6734BC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnDeselect(eventData);
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
NullCheck(L_0);
InterfaceActionInvoker1< BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IDeselectHandler::OnDeselect(UnityEngine.EventSystems.BaseEventData) */, IDeselectHandler_t7A98A4E16B7F39F827584A16F120FD4FC001997D_il2cpp_TypeInfo_var, L_0, L_1);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.IMoveHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_mE1DC393C080EA6FC93D0D3E25217AF69FD29E26E (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_mE1DC393C080EA6FC93D0D3E25217AF69FD29E26E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnMove(ValidateEventData<AxisEventData>(eventData));
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_2 = ExecuteEvents_ValidateEventData_TisAxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442_mBBF734D77FCE3114EB1831C662BD8FB7A9CB1505(L_1, /*hidden argument*/ExecuteEvents_ValidateEventData_TisAxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442_mBBF734D77FCE3114EB1831C662BD8FB7A9CB1505_RuntimeMethod_var);
NullCheck(L_0);
InterfaceActionInvoker1< AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.IMoveHandler::OnMove(UnityEngine.EventSystems.AxisEventData) */, IMoveHandler_tD51D5B6A4C5B3A233263107AF0020BE185647D41_il2cpp_TypeInfo_var, L_0, L_2);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.ISubmitHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_m22ADACB5A0899E5FEA1846D4084F2C7F78292BC8 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_m22ADACB5A0899E5FEA1846D4084F2C7F78292BC8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnSubmit(eventData);
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
NullCheck(L_0);
InterfaceActionInvoker1< BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.ISubmitHandler::OnSubmit(UnityEngine.EventSystems.BaseEventData) */, ISubmitHandler_tCFAD2814817B87B883DB9E7F84EE0196C9E531C5_il2cpp_TypeInfo_var, L_0, L_1);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::Execute(UnityEngine.EventSystems.ICancelHandler,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_Execute_mF6CE7B6F06A92AE4208A2E6E9B842F7A991A79A0 (RuntimeObject* ___handler0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_Execute_mF6CE7B6F06A92AE4208A2E6E9B842F7A991A79A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// handler.OnCancel(eventData);
RuntimeObject* L_0 = ___handler0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_1 = ___eventData1;
NullCheck(L_0);
InterfaceActionInvoker1< BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * >::Invoke(0 /* System.Void UnityEngine.EventSystems.ICancelHandler::OnCancel(UnityEngine.EventSystems.BaseEventData) */, ICancelHandler_t868799EEEF8164176835C988494360950CFB75B3_il2cpp_TypeInfo_var, L_0, L_1);
// }
return;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerEnterHandler> UnityEngine.EventSystems.ExecuteEvents::get_pointerEnterHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * ExecuteEvents_get_pointerEnterHandler_mFD5296E38EB1C5EB6D16CB83913430FEEBF889A5 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_pointerEnterHandler_mFD5296E38EB1C5EB6D16CB83913430FEEBF889A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_PointerEnterHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_PointerEnterHandler_0();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerExitHandler> UnityEngine.EventSystems.ExecuteEvents::get_pointerExitHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * ExecuteEvents_get_pointerExitHandler_mE5EC9537676A055EEE178A4E6B58D96F9B4AC301 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_pointerExitHandler_mE5EC9537676A055EEE178A4E6B58D96F9B4AC301_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_PointerExitHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_PointerExitHandler_1();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerDownHandler> UnityEngine.EventSystems.ExecuteEvents::get_pointerDownHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * ExecuteEvents_get_pointerDownHandler_m8AE9CA906C86BBBEB75BA2D05F5DAB01F62519E3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_pointerDownHandler_m8AE9CA906C86BBBEB75BA2D05F5DAB01F62519E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_PointerDownHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_PointerDownHandler_2();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerUpHandler> UnityEngine.EventSystems.ExecuteEvents::get_pointerUpHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * ExecuteEvents_get_pointerUpHandler_m7EDDD1128DC04344CECEBCB9B6B7CD064F7FAED2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_pointerUpHandler_m7EDDD1128DC04344CECEBCB9B6B7CD064F7FAED2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_PointerUpHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_PointerUpHandler_3();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IPointerClickHandler> UnityEngine.EventSystems.ExecuteEvents::get_pointerClickHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * ExecuteEvents_get_pointerClickHandler_mA657195AEC7D0A42036CBCAC9AD48F215C3C69E3 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_pointerClickHandler_mA657195AEC7D0A42036CBCAC9AD48F215C3C69E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_PointerClickHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_PointerClickHandler_4();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IInitializePotentialDragHandler> UnityEngine.EventSystems.ExecuteEvents::get_initializePotentialDrag()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * ExecuteEvents_get_initializePotentialDrag_m5B3D899EB08DA227EFBFC67778DDB98D7505C6D4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_initializePotentialDrag_m5B3D899EB08DA227EFBFC67778DDB98D7505C6D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_InitializePotentialDragHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_InitializePotentialDragHandler_5();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IBeginDragHandler> UnityEngine.EventSystems.ExecuteEvents::get_beginDragHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * ExecuteEvents_get_beginDragHandler_m7F238765714F73899EAFDF0BA203D9A8A57AED31 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_beginDragHandler_m7F238765714F73899EAFDF0BA203D9A8A57AED31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_BeginDragHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_BeginDragHandler_6();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IDragHandler> UnityEngine.EventSystems.ExecuteEvents::get_dragHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * ExecuteEvents_get_dragHandler_m41B7D77771806788CD773C83C2E5A53D5ED5B179 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_dragHandler_m41B7D77771806788CD773C83C2E5A53D5ED5B179_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_DragHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_DragHandler_7();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IEndDragHandler> UnityEngine.EventSystems.ExecuteEvents::get_endDragHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * ExecuteEvents_get_endDragHandler_m23B60D3E3873043263069A3C3145393475690769 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_endDragHandler_m23B60D3E3873043263069A3C3145393475690769_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_EndDragHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_EndDragHandler_8();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IDropHandler> UnityEngine.EventSystems.ExecuteEvents::get_dropHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * ExecuteEvents_get_dropHandler_mC2362B96C6CD3628B83722F4B7C73E707C6C1EAF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_dropHandler_mC2362B96C6CD3628B83722F4B7C73E707C6C1EAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_DropHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_DropHandler_9();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IScrollHandler> UnityEngine.EventSystems.ExecuteEvents::get_scrollHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * ExecuteEvents_get_scrollHandler_m48E5B17388986BD59EC7A7BF27E3D30A9FD057F7 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_scrollHandler_m48E5B17388986BD59EC7A7BF27E3D30A9FD057F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_ScrollHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_ScrollHandler_10();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IUpdateSelectedHandler> UnityEngine.EventSystems.ExecuteEvents::get_updateSelectedHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * ExecuteEvents_get_updateSelectedHandler_mE18DBB058B1EDC75D4F690A1E35003749BBC0567 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_updateSelectedHandler_mE18DBB058B1EDC75D4F690A1E35003749BBC0567_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_UpdateSelectedHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_UpdateSelectedHandler_11();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.ISelectHandler> UnityEngine.EventSystems.ExecuteEvents::get_selectHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * ExecuteEvents_get_selectHandler_m26186C0D78CA4A8AFA0789A09F488F7E186BE1C8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_selectHandler_m26186C0D78CA4A8AFA0789A09F488F7E186BE1C8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_SelectHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_SelectHandler_12();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IDeselectHandler> UnityEngine.EventSystems.ExecuteEvents::get_deselectHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * ExecuteEvents_get_deselectHandler_mEAA9E3701CC972EFDD20B30E9B3CD9302B2FD668 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_deselectHandler_mEAA9E3701CC972EFDD20B30E9B3CD9302B2FD668_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_DeselectHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_DeselectHandler_13();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.IMoveHandler> UnityEngine.EventSystems.ExecuteEvents::get_moveHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * ExecuteEvents_get_moveHandler_m113A4222FC10723B2E38398E182C02F6624D6F24 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_moveHandler_m113A4222FC10723B2E38398E182C02F6624D6F24_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_MoveHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_MoveHandler_14();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.ISubmitHandler> UnityEngine.EventSystems.ExecuteEvents::get_submitHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * ExecuteEvents_get_submitHandler_m734C2BE2F7CDA7F5C42897E3C8023D3C7E1EDF88 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_submitHandler_m734C2BE2F7CDA7F5C42897E3C8023D3C7E1EDF88_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_SubmitHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_SubmitHandler_15();
return L_0;
}
}
// UnityEngine.EventSystems.ExecuteEvents_EventFunction`1<UnityEngine.EventSystems.ICancelHandler> UnityEngine.EventSystems.ExecuteEvents::get_cancelHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * ExecuteEvents_get_cancelHandler_m5DB4A9513FB8B9248AE555F7D8E8043175B8D995 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_cancelHandler_m5DB4A9513FB8B9248AE555F7D8E8043175B8D995_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_CancelHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_CancelHandler_16();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::GetEventChain(UnityEngine.GameObject,System.Collections.Generic.IList`1<UnityEngine.Transform>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents_GetEventChain_m27DBBF6D0FE769C131AB96781E9BFFEDA545F155 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___root0, RuntimeObject* ___eventChain1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_GetEventChain_m27DBBF6D0FE769C131AB96781E9BFFEDA545F155_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_0 = NULL;
{
// eventChain.Clear();
RuntimeObject* L_0 = ___eventChain1;
NullCheck(L_0);
InterfaceActionInvoker0::Invoke(3 /* System.Void System.Collections.Generic.ICollection`1<UnityEngine.Transform>::Clear() */, ICollection_1_tF650CAF1C2A8303F2BB61AC1E269EFFD71294C68_il2cpp_TypeInfo_var, L_0);
// if (root == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = ___root0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0010;
}
}
{
// return;
return;
}
IL_0010:
{
// var t = root.transform;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = ___root0;
NullCheck(L_3);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_3, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0027;
}
IL_0019:
{
// eventChain.Add(t);
RuntimeObject* L_5 = ___eventChain1;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = V_0;
NullCheck(L_5);
InterfaceActionInvoker1< Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1<UnityEngine.Transform>::Add(!0) */, ICollection_1_tF650CAF1C2A8303F2BB61AC1E269EFFD71294C68_il2cpp_TypeInfo_var, L_5, L_6);
// t = t.parent;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = V_0;
NullCheck(L_7);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_8 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_7, /*hidden argument*/NULL);
V_0 = L_8;
}
IL_0027:
{
// while (t != null)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_10 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_9, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0019;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecuteEvents__cctor_m1F04FDEC642AA1676F07BF0863D7F25530477378 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents__cctor_m1F04FDEC642AA1676F07BF0863D7F25530477378_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private static readonly EventFunction<IPointerEnterHandler> s_PointerEnterHandler = Execute;
EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * L_0 = (EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 *)il2cpp_codegen_object_new(EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4_il2cpp_TypeInfo_var);
EventFunction_1__ctor_mF197635D90663370740EB73CD048F852015374DD(L_0, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_m8C29CBED5B91CAD66E8D07CC11888DFCAFB6A8C1_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_mF197635D90663370740EB73CD048F852015374DD_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_PointerEnterHandler_0(L_0);
// private static readonly EventFunction<IPointerExitHandler> s_PointerExitHandler = Execute;
EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * L_1 = (EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA *)il2cpp_codegen_object_new(EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA_il2cpp_TypeInfo_var);
EventFunction_1__ctor_mB71F16FB869993509538E2424D5F49C009A71B78(L_1, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_mA09B43D4EA5330792B77CC2B0CFBEA06A57EA489_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_mB71F16FB869993509538E2424D5F49C009A71B78_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_PointerExitHandler_1(L_1);
// private static readonly EventFunction<IPointerDownHandler> s_PointerDownHandler = Execute;
EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * L_2 = (EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E *)il2cpp_codegen_object_new(EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E_il2cpp_TypeInfo_var);
EventFunction_1__ctor_mD02F82D146FA4426B09998CC9BE010AF5A22EEE0(L_2, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_mE604FE0C916D5B3418A30A7B18306DEE7DF10097_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_mD02F82D146FA4426B09998CC9BE010AF5A22EEE0_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_PointerDownHandler_2(L_2);
// private static readonly EventFunction<IPointerUpHandler> s_PointerUpHandler = Execute;
EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * L_3 = (EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 *)il2cpp_codegen_object_new(EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6_il2cpp_TypeInfo_var);
EventFunction_1__ctor_mE9D3FC96C19D7F3AE88A33CBE8D2CDE59E2476A5(L_3, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_mF019AE64D09B592293ECE5537030CDF5961D7366_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_mE9D3FC96C19D7F3AE88A33CBE8D2CDE59E2476A5_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_PointerUpHandler_3(L_3);
// private static readonly EventFunction<IPointerClickHandler> s_PointerClickHandler = Execute;
EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * L_4 = (EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E *)il2cpp_codegen_object_new(EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E_il2cpp_TypeInfo_var);
EventFunction_1__ctor_m7706CF15253268665865C8161112DD32A8F6FD34(L_4, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_m24768528CCF25F4ADB0E66538ABF950C8EE2E9B0_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_m7706CF15253268665865C8161112DD32A8F6FD34_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_PointerClickHandler_4(L_4);
// private static readonly EventFunction<IInitializePotentialDragHandler> s_InitializePotentialDragHandler = Execute;
EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * L_5 = (EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 *)il2cpp_codegen_object_new(EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418_il2cpp_TypeInfo_var);
EventFunction_1__ctor_m4FB7F424208F358BCBCC2288EA656150E5AB8D19(L_5, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_m7F9A4B2EC9FA8F9F8BBF628E9C8D87587A0BEC98_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_m4FB7F424208F358BCBCC2288EA656150E5AB8D19_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_InitializePotentialDragHandler_5(L_5);
// private static readonly EventFunction<IBeginDragHandler> s_BeginDragHandler = Execute;
EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * L_6 = (EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 *)il2cpp_codegen_object_new(EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27_il2cpp_TypeInfo_var);
EventFunction_1__ctor_m1C34C6D4911EFF31AA02E28BBC848724DF505F40(L_6, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_m31B26038791B68FE23D77DCAC81A550D53575EDA_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_m1C34C6D4911EFF31AA02E28BBC848724DF505F40_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_BeginDragHandler_6(L_6);
// private static readonly EventFunction<IDragHandler> s_DragHandler = Execute;
EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * L_7 = (EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 *)il2cpp_codegen_object_new(EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1_il2cpp_TypeInfo_var);
EventFunction_1__ctor_mC154317E99EACC0E13227ACDE993105B5ED5DB34(L_7, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_m49C3D013D962BE7E16C2E92608FFCC7C9E5303F0_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_mC154317E99EACC0E13227ACDE993105B5ED5DB34_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_DragHandler_7(L_7);
// private static readonly EventFunction<IEndDragHandler> s_EndDragHandler = Execute;
EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * L_8 = (EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 *)il2cpp_codegen_object_new(EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20_il2cpp_TypeInfo_var);
EventFunction_1__ctor_mDD1CEC3F19F9194C95C301EC7F0698321F5BB478(L_8, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_mE1EDD9426C52F61B04E53838FFFC0C85ADE5832A_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_mDD1CEC3F19F9194C95C301EC7F0698321F5BB478_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_EndDragHandler_8(L_8);
// private static readonly EventFunction<IDropHandler> s_DropHandler = Execute;
EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * L_9 = (EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 *)il2cpp_codegen_object_new(EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5_il2cpp_TypeInfo_var);
EventFunction_1__ctor_mCFA19E1DCCC9AF942A92B2BE25D28C212E697A03(L_9, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_m6CE9E8ECBC0242714839AD54F32974AF36D273FE_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_mCFA19E1DCCC9AF942A92B2BE25D28C212E697A03_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_DropHandler_9(L_9);
// private static readonly EventFunction<IScrollHandler> s_ScrollHandler = Execute;
EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * L_10 = (EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A *)il2cpp_codegen_object_new(EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A_il2cpp_TypeInfo_var);
EventFunction_1__ctor_m92D608308B7A6A524ABCB94143D278DEC932010B(L_10, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_mF0BD313BC5A34C5BC0DB806AFA3D59F2757ADDF1_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_m92D608308B7A6A524ABCB94143D278DEC932010B_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_ScrollHandler_10(L_10);
// private static readonly EventFunction<IUpdateSelectedHandler> s_UpdateSelectedHandler = Execute;
EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * L_11 = (EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 *)il2cpp_codegen_object_new(EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173_il2cpp_TypeInfo_var);
EventFunction_1__ctor_m44E736A3C215ABD0B765142EB593FAE360C44755(L_11, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_m954DCF87A2B6CBF6FEB9B676500EA148F69B20FC_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_m44E736A3C215ABD0B765142EB593FAE360C44755_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_UpdateSelectedHandler_11(L_11);
// private static readonly EventFunction<ISelectHandler> s_SelectHandler = Execute;
EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * L_12 = (EventFunction_1_t7521247C87411935E8A2CA38683533083459473F *)il2cpp_codegen_object_new(EventFunction_1_t7521247C87411935E8A2CA38683533083459473F_il2cpp_TypeInfo_var);
EventFunction_1__ctor_m9F8A370565A5F8B5B42475A4DBE87FD0B7D2ADFA(L_12, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_mE52644D5E736A355F742C46C1C6C888559EA87D5_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_m9F8A370565A5F8B5B42475A4DBE87FD0B7D2ADFA_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_SelectHandler_12(L_12);
// private static readonly EventFunction<IDeselectHandler> s_DeselectHandler = Execute;
EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * L_13 = (EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 *)il2cpp_codegen_object_new(EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8_il2cpp_TypeInfo_var);
EventFunction_1__ctor_m14C47B6D525957CCCD09A47F27682A14A0537384(L_13, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_m43A103804A0A03E85B931F982D8B86A3B6734BC9_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_m14C47B6D525957CCCD09A47F27682A14A0537384_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_DeselectHandler_13(L_13);
// private static readonly EventFunction<IMoveHandler> s_MoveHandler = Execute;
EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * L_14 = (EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB *)il2cpp_codegen_object_new(EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB_il2cpp_TypeInfo_var);
EventFunction_1__ctor_m89EA4150AA6DA62A6983A81A1CE741AC59451496(L_14, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_mE1DC393C080EA6FC93D0D3E25217AF69FD29E26E_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_m89EA4150AA6DA62A6983A81A1CE741AC59451496_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_MoveHandler_14(L_14);
// private static readonly EventFunction<ISubmitHandler> s_SubmitHandler = Execute;
EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * L_15 = (EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B *)il2cpp_codegen_object_new(EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B_il2cpp_TypeInfo_var);
EventFunction_1__ctor_m0B9A05DFFE2684605CCCD336F060FAC52F011FE3(L_15, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_m22ADACB5A0899E5FEA1846D4084F2C7F78292BC8_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_m0B9A05DFFE2684605CCCD336F060FAC52F011FE3_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_SubmitHandler_15(L_15);
// private static readonly EventFunction<ICancelHandler> s_CancelHandler = Execute;
EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * L_16 = (EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 *)il2cpp_codegen_object_new(EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258_il2cpp_TypeInfo_var);
EventFunction_1__ctor_m721AEE02A551A5472017C7625CA42CF210A14255(L_16, NULL, (intptr_t)((intptr_t)ExecuteEvents_Execute_mF6CE7B6F06A92AE4208A2E6E9B842F7A991A79A0_RuntimeMethod_var), /*hidden argument*/EventFunction_1__ctor_m721AEE02A551A5472017C7625CA42CF210A14255_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_CancelHandler_16(L_16);
// private static readonly ObjectPool<List<IEventSystemHandler>> s_HandlerListPool = new ObjectPool<List<IEventSystemHandler>>(null, l => l.Clear());
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C_il2cpp_TypeInfo_var);
U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C * L_17 = ((U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD * L_18 = (UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD *)il2cpp_codegen_object_new(UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD_il2cpp_TypeInfo_var);
UnityAction_1__ctor_mA48FF78867DBA4F400329378D2DA72CF9807E3C3(L_18, L_17, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__79_0_mF66ED8AEFC42C39E1BD94028C7F4468AE702BBFE_RuntimeMethod_var), /*hidden argument*/UnityAction_1__ctor_mA48FF78867DBA4F400329378D2DA72CF9807E3C3_RuntimeMethod_var);
ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588 * L_19 = (ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588 *)il2cpp_codegen_object_new(ObjectPool_1_t68ABA103C2150D63C7C1D7CE1621CDDA297C9588_il2cpp_TypeInfo_var);
ObjectPool_1__ctor_mE661E93AA343959DDD9C7D713348DFC1D60EECC8(L_19, (UnityAction_1_t8AAB16C07C171922AFFE415925804A72E40FD3FD *)NULL, L_18, /*hidden argument*/ObjectPool_1__ctor_mE661E93AA343959DDD9C7D713348DFC1D60EECC8_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_HandlerListPool_17(L_19);
// private static readonly List<Transform> s_InternalTransformList = new List<Transform>(30);
List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91 * L_20 = (List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91 *)il2cpp_codegen_object_new(List_1_tE2895D6ED3A7C02005A89712BECBA7812B6CCC91_il2cpp_TypeInfo_var);
List_1__ctor_mA0435B4C0B6123BBB22C435040A573CA7CAE8020(L_20, ((int32_t)30), /*hidden argument*/List_1__ctor_mA0435B4C0B6123BBB22C435040A573CA7CAE8020_RuntimeMethod_var);
((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->set_s_InternalTransformList_18(L_20);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.EventSystems.ExecuteEvents_<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m318A0D8B2A1679122D4022E2563BA291EE812748 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m318A0D8B2A1679122D4022E2563BA291EE812748_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C * L_0 = (U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C *)il2cpp_codegen_object_new(U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m919606841B6135F79DD98C8ADA83F41FA354F1EA(L_0, /*hidden argument*/NULL);
((U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents_<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m919606841B6135F79DD98C8ADA83F41FA354F1EA (U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.EventSystems.ExecuteEvents_<>c::<.cctor>b__79_0(System.Collections.Generic.List`1<UnityEngine.EventSystems.IEventSystemHandler>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__79_0_mF66ED8AEFC42C39E1BD94028C7F4468AE702BBFE (U3CU3Ec_t91DA84DB86FD18E664B2FBDACCB1B7A5E2A0849C * __this, List_1_tF4A102204249A5D86BDDF4956B0F3550E341746F * ___l0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__79_0_mF66ED8AEFC42C39E1BD94028C7F4468AE702BBFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private static readonly ObjectPool<List<IEventSystemHandler>> s_HandlerListPool = new ObjectPool<List<IEventSystemHandler>>(null, l => l.Clear());
List_1_tF4A102204249A5D86BDDF4956B0F3550E341746F * L_0 = ___l0;
NullCheck(L_0);
List_1_Clear_m52B26038C127BFB22E86E61B648D76B93879FA8D(L_0, /*hidden argument*/List_1_Clear_m52B26038C127BFB22E86E61B648D76B93879FA8D_RuntimeMethod_var);
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
// System.Void UnityEngine.EventSystems.Physics2DRaycaster::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Physics2DRaycaster__ctor_mDD17B4E09EB91C114786BBAEC903BA49871C4EA3 (Physics2DRaycaster_t5D190F0825AA5F9E76892B852D6A5437D9981972 * __this, const RuntimeMethod* method)
{
{
// protected Physics2DRaycaster()
PhysicsRaycaster__ctor_mE6B5EB334DE25F1DE5725599B3A990C8D5A54F70(__this, /*hidden argument*/NULL);
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.Physics2DRaycaster::Raycast(UnityEngine.EventSystems.PointerEventData,System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Physics2DRaycaster_Raycast_m8EE96E1D1C1C118DA04FF279BC0555ED7BE29D41 (Physics2DRaycaster_t5D190F0825AA5F9E76892B852D6A5437D9981972 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * ___resultAppendList1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Physics2DRaycaster_Raycast_m8EE96E1D1C1C118DA04FF279BC0555ED7BE29D41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_0;
memset((&V_0), 0, sizeof(V_0));
float V_1 = 0.0f;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
SpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F * V_6 = NULL;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_7;
memset((&V_7), 0, sizeof(V_7));
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_8;
memset((&V_8), 0, sizeof(V_8));
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * G_B15_0 = NULL;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * G_B14_0 = NULL;
int32_t G_B16_0 = 0;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * G_B16_1 = NULL;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * G_B18_0 = NULL;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * G_B17_0 = NULL;
int32_t G_B19_0 = 0;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * G_B19_1 = NULL;
{
// Ray ray = new Ray();
il2cpp_codegen_initobj((&V_0), sizeof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ));
// float distanceToClipPlane = 0;
V_1 = (0.0f);
// int displayIndex = 0;
V_2 = 0;
// if (!ComputeRayAndDistance(eventData, ref ray, ref displayIndex, ref distanceToClipPlane))
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
bool L_1 = PhysicsRaycaster_ComputeRayAndDistance_m3304D9B85EDCE08A7BC0F3EF435A5A36B2AE3026(__this, L_0, (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)(&V_0), (int32_t*)(&V_2), (float*)(&V_1), /*hidden argument*/NULL);
if (L_1)
{
goto IL_0020;
}
}
{
// return;
return;
}
IL_0020:
{
// int hitCount = 0;
V_3 = 0;
// if (maxRayIntersections == 0)
int32_t L_2 = PhysicsRaycaster_get_maxRayIntersections_m731D62B45F87B97DCBBE0DA728B8653E64995ABF_inline(__this, /*hidden argument*/NULL);
if (L_2)
{
goto IL_005f;
}
}
{
// if (ReflectionMethodsCache.Singleton.getRayIntersectionAll == null)
IL2CPP_RUNTIME_CLASS_INIT(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A_il2cpp_TypeInfo_var);
ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * L_3 = ReflectionMethodsCache_get_Singleton_m6C50C55DEEA425161B73545918267BB90B7FCB9B(/*hidden argument*/NULL);
NullCheck(L_3);
GetRayIntersectionAllCallback_t68C2581CCF05E868297EBD3F3361274954845095 * L_4 = L_3->get_getRayIntersectionAll_4();
if (L_4)
{
goto IL_0037;
}
}
{
// return;
return;
}
IL_0037:
{
// m_Hits = ReflectionMethodsCache.Singleton.getRayIntersectionAll(ray, distanceToClipPlane, finalEventMask);
IL2CPP_RUNTIME_CLASS_INIT(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A_il2cpp_TypeInfo_var);
ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * L_5 = ReflectionMethodsCache_get_Singleton_m6C50C55DEEA425161B73545918267BB90B7FCB9B(/*hidden argument*/NULL);
NullCheck(L_5);
GetRayIntersectionAllCallback_t68C2581CCF05E868297EBD3F3361274954845095 * L_6 = L_5->get_getRayIntersectionAll_4();
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_7 = V_0;
float L_8 = V_1;
int32_t L_9 = PhysicsRaycaster_get_finalEventMask_m635B6C7C9CFA5B94FF623AC31044C57DDE0E6C2F(__this, /*hidden argument*/NULL);
NullCheck(L_6);
RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* L_10 = GetRayIntersectionAllCallback_Invoke_m57AD088B59768E362F4EA3B665E5153E9282D511(L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
__this->set_m_Hits_11(L_10);
// hitCount = m_Hits.Length;
RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* L_11 = __this->get_m_Hits_11();
NullCheck(L_11);
V_3 = (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))));
// }
goto IL_00b5;
}
IL_005f:
{
// if (ReflectionMethodsCache.Singleton.getRayIntersectionAllNonAlloc == null)
IL2CPP_RUNTIME_CLASS_INIT(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A_il2cpp_TypeInfo_var);
ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * L_12 = ReflectionMethodsCache_get_Singleton_m6C50C55DEEA425161B73545918267BB90B7FCB9B(/*hidden argument*/NULL);
NullCheck(L_12);
GetRayIntersectionAllNonAllocCallback_tAD7508D45DB6679B6394983579AD18D967CC2AD4 * L_13 = L_12->get_getRayIntersectionAllNonAlloc_5();
if (L_13)
{
goto IL_006c;
}
}
{
// return;
return;
}
IL_006c:
{
// if (m_LastMaxRayIntersections != m_MaxRayIntersections)
int32_t L_14 = ((PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C *)__this)->get_m_LastMaxRayIntersections_9();
int32_t L_15 = ((PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C *)__this)->get_m_MaxRayIntersections_8();
if ((((int32_t)L_14) == ((int32_t)L_15)))
{
goto IL_0097;
}
}
{
// m_Hits = new RaycastHit2D[maxRayIntersections];
int32_t L_16 = PhysicsRaycaster_get_maxRayIntersections_m731D62B45F87B97DCBBE0DA728B8653E64995ABF_inline(__this, /*hidden argument*/NULL);
RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* L_17 = (RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165*)(RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165*)SZArrayNew(RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165_il2cpp_TypeInfo_var, (uint32_t)L_16);
__this->set_m_Hits_11(L_17);
// m_LastMaxRayIntersections = m_MaxRayIntersections;
int32_t L_18 = ((PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C *)__this)->get_m_MaxRayIntersections_8();
((PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C *)__this)->set_m_LastMaxRayIntersections_9(L_18);
}
IL_0097:
{
// hitCount = ReflectionMethodsCache.Singleton.getRayIntersectionAllNonAlloc(ray, m_Hits, distanceToClipPlane, finalEventMask);
IL2CPP_RUNTIME_CLASS_INIT(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A_il2cpp_TypeInfo_var);
ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * L_19 = ReflectionMethodsCache_get_Singleton_m6C50C55DEEA425161B73545918267BB90B7FCB9B(/*hidden argument*/NULL);
NullCheck(L_19);
GetRayIntersectionAllNonAllocCallback_tAD7508D45DB6679B6394983579AD18D967CC2AD4 * L_20 = L_19->get_getRayIntersectionAllNonAlloc_5();
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_21 = V_0;
RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* L_22 = __this->get_m_Hits_11();
float L_23 = V_1;
int32_t L_24 = PhysicsRaycaster_get_finalEventMask_m635B6C7C9CFA5B94FF623AC31044C57DDE0E6C2F(__this, /*hidden argument*/NULL);
NullCheck(L_20);
int32_t L_25 = GetRayIntersectionAllNonAllocCallback_Invoke_mB9D518882273DDC16919EE0122A97D629FD0457F(L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL);
V_3 = L_25;
}
IL_00b5:
{
// if (hitCount != 0)
int32_t L_26 = V_3;
if (!L_26)
{
goto IL_01f5;
}
}
{
// for (int b = 0, bmax = hitCount; b < bmax; ++b)
V_4 = 0;
// for (int b = 0, bmax = hitCount; b < bmax; ++b)
int32_t L_27 = V_3;
V_5 = L_27;
goto IL_01ec;
}
IL_00c6:
{
// var sr = m_Hits[b].collider.gameObject.GetComponent<SpriteRenderer>();
RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* L_28 = __this->get_m_Hits_11();
int32_t L_29 = V_4;
NullCheck(L_28);
Collider2D_tD64BE58E48B95D89D349FEAB54D0FE2EEBF83379 * L_30 = RaycastHit2D_get_collider_m6A7EC53B2E179C2EFF4F29018A132B2979CBE976((RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)((L_28)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_29))), /*hidden argument*/NULL);
NullCheck(L_30);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_31 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_30, /*hidden argument*/NULL);
NullCheck(L_31);
SpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F * L_32 = GameObject_GetComponent_TisSpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F_mD25CEAAA219FA1235F8E88F914D2F8AC57303538(L_31, /*hidden argument*/GameObject_GetComponent_TisSpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F_mD25CEAAA219FA1235F8E88F914D2F8AC57303538_RuntimeMethod_var);
V_6 = L_32;
// var result = new RaycastResult
// {
// gameObject = m_Hits[b].collider.gameObject,
// module = this,
// distance = Vector3.Distance(eventCamera.transform.position, m_Hits[b].point),
// worldPosition = m_Hits[b].point,
// worldNormal = m_Hits[b].normal,
// screenPosition = eventData.position,
// displayIndex = displayIndex,
// index = resultAppendList.Count,
// sortingLayer = sr != null ? sr.sortingLayerID : 0,
// sortingOrder = sr != null ? sr.sortingOrder : 0
// };
il2cpp_codegen_initobj((&V_8), sizeof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ));
RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* L_33 = __this->get_m_Hits_11();
int32_t L_34 = V_4;
NullCheck(L_33);
Collider2D_tD64BE58E48B95D89D349FEAB54D0FE2EEBF83379 * L_35 = RaycastHit2D_get_collider_m6A7EC53B2E179C2EFF4F29018A132B2979CBE976((RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)((L_33)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_34))), /*hidden argument*/NULL);
NullCheck(L_35);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_36 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_35, /*hidden argument*/NULL);
RaycastResult_set_gameObject_m4EB676328BEC6E2C3A2AFBA4B405CEDDEAEBBFFA_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_8), L_36, /*hidden argument*/NULL);
(&V_8)->set_module_1(__this);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_37 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
NullCheck(L_37);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_38 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_37, /*hidden argument*/NULL);
NullCheck(L_38);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_39 = Transform_get_position_mF54C3A064F7C8E24F1C56EE128728B2E4485E294(L_38, /*hidden argument*/NULL);
RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* L_40 = __this->get_m_Hits_11();
int32_t L_41 = V_4;
NullCheck(L_40);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_42 = RaycastHit2D_get_point_mC567E234B1B673C3A9819023C3DC97C781443098((RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)((L_40)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_41))), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_43 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_42, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
float L_44 = Vector3_Distance_mE316E10B9B319A5C2A29F86E028740FD528149E7(L_39, L_43, /*hidden argument*/NULL);
(&V_8)->set_distance_2(L_44);
RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* L_45 = __this->get_m_Hits_11();
int32_t L_46 = V_4;
NullCheck(L_45);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_47 = RaycastHit2D_get_point_mC567E234B1B673C3A9819023C3DC97C781443098((RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)((L_45)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_46))), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_48 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_47, /*hidden argument*/NULL);
(&V_8)->set_worldPosition_7(L_48);
RaycastHit2DU5BU5D_t5F37B944987342C401FA9A231A75AD2991A66165* L_49 = __this->get_m_Hits_11();
int32_t L_50 = V_4;
NullCheck(L_49);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_51 = RaycastHit2D_get_normal_m9F0974E4514AD56C00FCF6FF4CDF10AED62FE6E4((RaycastHit2D_t5E8A7F96317BAF2033362FC780F4D72DC72764BE *)((L_49)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_50))), /*hidden argument*/NULL);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_52 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_51, /*hidden argument*/NULL);
(&V_8)->set_worldNormal_8(L_52);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_53 = ___eventData0;
NullCheck(L_53);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_54 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(L_53, /*hidden argument*/NULL);
(&V_8)->set_screenPosition_9(L_54);
int32_t L_55 = V_2;
(&V_8)->set_displayIndex_10(L_55);
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_56 = ___resultAppendList1;
NullCheck(L_56);
int32_t L_57 = List_1_get_Count_mD0D3353E379B18064F3FB3B70FF9E2BBB000A4C6_inline(L_56, /*hidden argument*/List_1_get_Count_mD0D3353E379B18064F3FB3B70FF9E2BBB000A4C6_RuntimeMethod_var);
(&V_8)->set_index_3((((float)((float)L_57))));
SpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F * L_58 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_59 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_58, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
G_B14_0 = (&V_8);
if (L_59)
{
G_B15_0 = (&V_8);
goto IL_01b3;
}
}
{
G_B16_0 = 0;
G_B16_1 = G_B14_0;
goto IL_01ba;
}
IL_01b3:
{
SpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F * L_60 = V_6;
NullCheck(L_60);
int32_t L_61 = Renderer_get_sortingLayerID_m2E204E68869EDA3176C334AE1C62219F380A5D85(L_60, /*hidden argument*/NULL);
G_B16_0 = L_61;
G_B16_1 = G_B15_0;
}
IL_01ba:
{
G_B16_1->set_sortingLayer_5(G_B16_0);
SpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F * L_62 = V_6;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_63 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_62, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
G_B17_0 = (&V_8);
if (L_63)
{
G_B18_0 = (&V_8);
goto IL_01ce;
}
}
{
G_B19_0 = 0;
G_B19_1 = G_B17_0;
goto IL_01d5;
}
IL_01ce:
{
SpriteRenderer_tCD51E875611195DBB91123B68434881D3441BC6F * L_64 = V_6;
NullCheck(L_64);
int32_t L_65 = Renderer_get_sortingOrder_m33DD50ED293AA672FDAD862B4A4865666B5FEBAF(L_64, /*hidden argument*/NULL);
G_B19_0 = L_65;
G_B19_1 = G_B18_0;
}
IL_01d5:
{
G_B19_1->set_sortingOrder_6(G_B19_0);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_66 = V_8;
V_7 = L_66;
// resultAppendList.Add(result);
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_67 = ___resultAppendList1;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_68 = V_7;
NullCheck(L_67);
List_1_Add_m64E5559535DCA25613966E1213DFEAD3610A931E(L_67, L_68, /*hidden argument*/List_1_Add_m64E5559535DCA25613966E1213DFEAD3610A931E_RuntimeMethod_var);
// for (int b = 0, bmax = hitCount; b < bmax; ++b)
int32_t L_69 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)1));
}
IL_01ec:
{
// for (int b = 0, bmax = hitCount; b < bmax; ++b)
int32_t L_70 = V_4;
int32_t L_71 = V_5;
if ((((int32_t)L_70) < ((int32_t)L_71)))
{
goto IL_00c6;
}
}
IL_01f5:
{
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.EventSystems.PhysicsRaycaster::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhysicsRaycaster__ctor_mE6B5EB334DE25F1DE5725599B3A990C8D5A54F70 (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, const RuntimeMethod* method)
{
{
// protected LayerMask m_EventMask = kNoEventMaskSet;
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_0 = LayerMask_op_Implicit_m3F256A7D96C66548F5B62C4621B9725301850300((-1), /*hidden argument*/NULL);
__this->set_m_EventMask_7(L_0);
// protected PhysicsRaycaster()
BaseRaycaster__ctor_mBD29DEB1B35BFC380759759DB78A5C9B8F695048(__this, /*hidden argument*/NULL);
// {}
return;
}
}
// UnityEngine.Camera UnityEngine.EventSystems.PhysicsRaycaster::get_eventCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * PhysicsRaycaster_get_eventCamera_mA4D0809E09657E6B635FF54EA8178CA5280C297E (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PhysicsRaycaster_get_eventCamera_mA4D0809E09657E6B635FF54EA8178CA5280C297E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * G_B4_0 = NULL;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * G_B3_0 = NULL;
{
// if (m_EventCamera == null)
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_0 = __this->get_m_EventCamera_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
// m_EventCamera = GetComponent<Camera>();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_2 = Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E(__this, /*hidden argument*/Component_GetComponent_TisCamera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34_mB090F51A34716700C0F4F1B08F9330C6F503DB9E_RuntimeMethod_var);
__this->set_m_EventCamera_6(L_2);
}
IL_001a:
{
// return m_EventCamera ?? Camera.main;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_3 = __this->get_m_EventCamera_6();
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_4 = L_3;
G_B3_0 = L_4;
if (L_4)
{
G_B4_0 = L_4;
goto IL_0029;
}
}
{
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_5 = Camera_get_main_m9256A9F84F92D7ED73F3E6C4E2694030AD8B61FA(/*hidden argument*/NULL);
G_B4_0 = L_5;
}
IL_0029:
{
return G_B4_0;
}
}
// System.Int32 UnityEngine.EventSystems.PhysicsRaycaster::get_depth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PhysicsRaycaster_get_depth_mE0E914B9A592003FF8CCCC84D285AD44BA93545B (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PhysicsRaycaster_get_depth_mE0E914B9A592003FF8CCCC84D285AD44BA93545B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return (eventCamera != null) ? (int)eventCamera.depth : 0xFFFFFF; }
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_0 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0014;
}
}
{
return ((int32_t)16777215);
}
IL_0014:
{
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_2 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
NullCheck(L_2);
float L_3 = Camera_get_depth_m436C49A1C7669E4AD5665A1F1107BDFBA38742CD(L_2, /*hidden argument*/NULL);
return (((int32_t)((int32_t)L_3)));
}
}
// System.Int32 UnityEngine.EventSystems.PhysicsRaycaster::get_finalEventMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PhysicsRaycaster_get_finalEventMask_m635B6C7C9CFA5B94FF623AC31044C57DDE0E6C2F (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PhysicsRaycaster_get_finalEventMask_m635B6C7C9CFA5B94FF623AC31044C57DDE0E6C2F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return (eventCamera != null) ? eventCamera.cullingMask & m_EventMask : kNoEventMaskSet; }
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_0 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0010;
}
}
{
return (-1);
}
IL_0010:
{
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_2 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
NullCheck(L_2);
int32_t L_3 = Camera_get_cullingMask_m0992E96D87A4221E38746EBD882780CEFF7C2BCD(L_2, /*hidden argument*/NULL);
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_4 = __this->get_m_EventMask_7();
int32_t L_5 = LayerMask_op_Implicit_m2AFFC7F931005437E8F356C953F439829AF4CFA5(L_4, /*hidden argument*/NULL);
return ((int32_t)((int32_t)L_3&(int32_t)L_5));
}
}
// UnityEngine.LayerMask UnityEngine.EventSystems.PhysicsRaycaster::get_eventMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 PhysicsRaycaster_get_eventMask_m11D96704635B15FCD194B02B421807362676BE98 (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, const RuntimeMethod* method)
{
{
// get { return m_EventMask; }
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_0 = __this->get_m_EventMask_7();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PhysicsRaycaster::set_eventMask(UnityEngine.LayerMask)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhysicsRaycaster_set_eventMask_mE4ADA4A1183945002A910222C1FA03314238ABD6 (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 ___value0, const RuntimeMethod* method)
{
{
// set { m_EventMask = value; }
LayerMask_tBB9173D8B6939D476E67E849280AC9F4EC4D93B0 L_0 = ___value0;
__this->set_m_EventMask_7(L_0);
// set { m_EventMask = value; }
return;
}
}
// System.Int32 UnityEngine.EventSystems.PhysicsRaycaster::get_maxRayIntersections()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PhysicsRaycaster_get_maxRayIntersections_m731D62B45F87B97DCBBE0DA728B8653E64995ABF (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, const RuntimeMethod* method)
{
{
// get { return m_MaxRayIntersections; }
int32_t L_0 = __this->get_m_MaxRayIntersections_8();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PhysicsRaycaster::set_maxRayIntersections(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhysicsRaycaster_set_maxRayIntersections_mA3D5632E679F880AEA21E74148FB9E315FB69D3A (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { m_MaxRayIntersections = value; }
int32_t L_0 = ___value0;
__this->set_m_MaxRayIntersections_8(L_0);
// set { m_MaxRayIntersections = value; }
return;
}
}
// System.Boolean UnityEngine.EventSystems.PhysicsRaycaster::ComputeRayAndDistance(UnityEngine.EventSystems.PointerEventData,UnityEngine.Ray&,System.Int32&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PhysicsRaycaster_ComputeRayAndDistance_m3304D9B85EDCE08A7BC0F3EF435A5A36B2AE3026 (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * ___ray1, int32_t* ___eventDisplayIndex2, float* ___distanceToClipPlane3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PhysicsRaycaster_ComputeRayAndDistance_m3304D9B85EDCE08A7BC0F3EF435A5A36B2AE3026_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_0;
memset((&V_0), 0, sizeof(V_0));
float V_1 = 0.0f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_2;
memset((&V_2), 0, sizeof(V_2));
float* G_B10_0 = NULL;
float* G_B9_0 = NULL;
float G_B11_0 = 0.0f;
float* G_B11_1 = NULL;
{
// if (eventCamera == null)
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_0 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0010;
}
}
{
// return false;
return (bool)0;
}
IL_0010:
{
// var eventPosition = Display.RelativeMouseAt(eventData.position);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ___eventData0;
NullCheck(L_2);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_4 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_5 = Display_RelativeMouseAt_mABDA4BAC2C1B328A2C6A205D552AA5488BFFAA93(L_4, /*hidden argument*/NULL);
V_0 = L_5;
// if (eventPosition != Vector3.zero)
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
bool L_8 = Vector3_op_Inequality_mFEEAA4C4BF743FB5B8A47FF4967A5E2C73273D6E(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0048;
}
}
{
// eventDisplayIndex = (int)eventPosition.z;
int32_t* L_9 = ___eventDisplayIndex2;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = V_0;
float L_11 = L_10.get_z_4();
*((int32_t*)L_9) = (int32_t)(((int32_t)((int32_t)L_11)));
// if (eventDisplayIndex != eventCamera.targetDisplay)
int32_t* L_12 = ___eventDisplayIndex2;
int32_t L_13 = *((int32_t*)L_12);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_14 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
NullCheck(L_14);
int32_t L_15 = Camera_get_targetDisplay_m2C318D2EB9A016FEC76B13F7F7AE382F443FB731(L_14, /*hidden argument*/NULL);
if ((((int32_t)L_13) == ((int32_t)L_15)))
{
goto IL_0054;
}
}
{
// return false;
return (bool)0;
}
IL_0048:
{
// eventPosition = eventData.position;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_16 = ___eventData0;
NullCheck(L_16);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(L_16, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_18 = Vector2_op_Implicit_mD152B6A34B4DB7FFECC2844D74718568FE867D6F(L_17, /*hidden argument*/NULL);
V_0 = L_18;
}
IL_0054:
{
// if (!eventCamera.pixelRect.Contains(eventPosition))
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_19 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
NullCheck(L_19);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_20 = Camera_get_pixelRect_mBA87D6C23FD7A5E1A7F3CE0E8F9B86A9318B5317(L_19, /*hidden argument*/NULL);
V_2 = L_20;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_21 = V_0;
bool L_22 = Rect_Contains_m5072228CE6251E7C754F227BA330F9ADA95C1495((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_2), L_21, /*hidden argument*/NULL);
if (L_22)
{
goto IL_006c;
}
}
{
// return false;
return (bool)0;
}
IL_006c:
{
// ray = eventCamera.ScreenPointToRay(eventPosition);
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * L_23 = ___ray1;
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_24 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = V_0;
NullCheck(L_24);
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_26 = Camera_ScreenPointToRay_m27638E78502DB6D6D7113F81AF7C210773B828F3(L_24, L_25, /*hidden argument*/NULL);
*(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)L_23 = L_26;
// float projectionDirection = ray.direction.z;
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 * L_27 = ___ray1;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_28 = Ray_get_direction_m9E6468CD87844B437FC4B93491E63D388322F76E((Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)L_27, /*hidden argument*/NULL);
float L_29 = L_28.get_z_4();
V_1 = L_29;
// distanceToClipPlane = Mathf.Approximately(0.0f, projectionDirection)
// ? Mathf.Infinity
// : Mathf.Abs((eventCamera.farClipPlane - eventCamera.nearClipPlane) / projectionDirection);
float* L_30 = ___distanceToClipPlane3;
float L_31 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_32 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E((0.0f), L_31, /*hidden argument*/NULL);
G_B9_0 = L_30;
if (L_32)
{
G_B10_0 = L_30;
goto IL_00b9;
}
}
{
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_33 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
NullCheck(L_33);
float L_34 = Camera_get_farClipPlane_mF51F1FF5BE87719CFAC293E272B1138DC1EFFD4B(L_33, /*hidden argument*/NULL);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_35 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, __this);
NullCheck(L_35);
float L_36 = Camera_get_nearClipPlane_mD9D3E3D27186BBAC2CC354CE3609E6118A5BF66C(L_35, /*hidden argument*/NULL);
float L_37 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_38 = fabsf(((float)((float)((float)il2cpp_codegen_subtract((float)L_34, (float)L_36))/(float)L_37)));
G_B11_0 = L_38;
G_B11_1 = G_B9_0;
goto IL_00be;
}
IL_00b9:
{
G_B11_0 = (std::numeric_limits<float>::infinity());
G_B11_1 = G_B10_0;
}
IL_00be:
{
*((float*)G_B11_1) = (float)G_B11_0;
// return true;
return (bool)1;
}
}
// System.Void UnityEngine.EventSystems.PhysicsRaycaster::Raycast(UnityEngine.EventSystems.PointerEventData,System.Collections.Generic.List`1<UnityEngine.EventSystems.RaycastResult>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PhysicsRaycaster_Raycast_mD390972E28043DD58583BC8B25ADC7C1BAD71CCC (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * ___resultAppendList1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PhysicsRaycaster_Raycast_mD390972E28043DD58583BC8B25ADC7C1BAD71CCC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
float V_2 = 0.0f;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_6;
memset((&V_6), 0, sizeof(V_6));
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_7;
memset((&V_7), 0, sizeof(V_7));
{
// Ray ray = new Ray();
il2cpp_codegen_initobj((&V_0), sizeof(Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 ));
// int displayIndex = 0;
V_1 = 0;
// float distanceToClipPlane = 0;
V_2 = (0.0f);
// if (!ComputeRayAndDistance(eventData, ref ray, ref displayIndex, ref distanceToClipPlane))
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
bool L_1 = PhysicsRaycaster_ComputeRayAndDistance_m3304D9B85EDCE08A7BC0F3EF435A5A36B2AE3026(__this, L_0, (Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 *)(&V_0), (int32_t*)(&V_1), (float*)(&V_2), /*hidden argument*/NULL);
if (L_1)
{
goto IL_0020;
}
}
{
// return;
return;
}
IL_0020:
{
// int hitCount = 0;
V_3 = 0;
// if (m_MaxRayIntersections == 0)
int32_t L_2 = __this->get_m_MaxRayIntersections_8();
if (L_2)
{
goto IL_005f;
}
}
{
// if (ReflectionMethodsCache.Singleton.raycast3DAll == null)
IL2CPP_RUNTIME_CLASS_INIT(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A_il2cpp_TypeInfo_var);
ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * L_3 = ReflectionMethodsCache_get_Singleton_m6C50C55DEEA425161B73545918267BB90B7FCB9B(/*hidden argument*/NULL);
NullCheck(L_3);
RaycastAllCallback_t751407A44270E02FAA43D0846A58EE6A8C4AE1CE * L_4 = L_3->get_raycast3DAll_1();
if (L_4)
{
goto IL_0037;
}
}
{
// return;
return;
}
IL_0037:
{
// m_Hits = ReflectionMethodsCache.Singleton.raycast3DAll(ray, distanceToClipPlane, finalEventMask);
IL2CPP_RUNTIME_CLASS_INIT(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A_il2cpp_TypeInfo_var);
ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * L_5 = ReflectionMethodsCache_get_Singleton_m6C50C55DEEA425161B73545918267BB90B7FCB9B(/*hidden argument*/NULL);
NullCheck(L_5);
RaycastAllCallback_t751407A44270E02FAA43D0846A58EE6A8C4AE1CE * L_6 = L_5->get_raycast3DAll_1();
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_7 = V_0;
float L_8 = V_2;
int32_t L_9 = PhysicsRaycaster_get_finalEventMask_m635B6C7C9CFA5B94FF623AC31044C57DDE0E6C2F(__this, /*hidden argument*/NULL);
NullCheck(L_6);
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_10 = RaycastAllCallback_Invoke_mA25988726DFF992942D7F9753C8B38AAF06408E9(L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
__this->set_m_Hits_10(L_10);
// hitCount = m_Hits.Length;
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_11 = __this->get_m_Hits_10();
NullCheck(L_11);
V_3 = (((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length))));
// }
goto IL_00b5;
}
IL_005f:
{
// if (ReflectionMethodsCache.Singleton.getRaycastNonAlloc == null)
IL2CPP_RUNTIME_CLASS_INIT(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A_il2cpp_TypeInfo_var);
ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * L_12 = ReflectionMethodsCache_get_Singleton_m6C50C55DEEA425161B73545918267BB90B7FCB9B(/*hidden argument*/NULL);
NullCheck(L_12);
GetRaycastNonAllocCallback_tC13D9767CFF00EAB26E9FCC4BDD505F0721A2B4D * L_13 = L_12->get_getRaycastNonAlloc_2();
if (L_13)
{
goto IL_006c;
}
}
{
// return;
return;
}
IL_006c:
{
// if (m_LastMaxRayIntersections != m_MaxRayIntersections)
int32_t L_14 = __this->get_m_LastMaxRayIntersections_9();
int32_t L_15 = __this->get_m_MaxRayIntersections_8();
if ((((int32_t)L_14) == ((int32_t)L_15)))
{
goto IL_0097;
}
}
{
// m_Hits = new RaycastHit[m_MaxRayIntersections];
int32_t L_16 = __this->get_m_MaxRayIntersections_8();
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_17 = (RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)(RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57*)SZArrayNew(RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57_il2cpp_TypeInfo_var, (uint32_t)L_16);
__this->set_m_Hits_10(L_17);
// m_LastMaxRayIntersections = m_MaxRayIntersections;
int32_t L_18 = __this->get_m_MaxRayIntersections_8();
__this->set_m_LastMaxRayIntersections_9(L_18);
}
IL_0097:
{
// hitCount = ReflectionMethodsCache.Singleton.getRaycastNonAlloc(ray, m_Hits, distanceToClipPlane, finalEventMask);
IL2CPP_RUNTIME_CLASS_INIT(ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A_il2cpp_TypeInfo_var);
ReflectionMethodsCache_tBDADDC80D50C5F10BD00965217980B9A8D24BE8A * L_19 = ReflectionMethodsCache_get_Singleton_m6C50C55DEEA425161B73545918267BB90B7FCB9B(/*hidden argument*/NULL);
NullCheck(L_19);
GetRaycastNonAllocCallback_tC13D9767CFF00EAB26E9FCC4BDD505F0721A2B4D * L_20 = L_19->get_getRaycastNonAlloc_2();
Ray_tE2163D4CB3E6B267E29F8ABE41684490E4A614B2 L_21 = V_0;
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_22 = __this->get_m_Hits_10();
float L_23 = V_2;
int32_t L_24 = PhysicsRaycaster_get_finalEventMask_m635B6C7C9CFA5B94FF623AC31044C57DDE0E6C2F(__this, /*hidden argument*/NULL);
NullCheck(L_20);
int32_t L_25 = GetRaycastNonAllocCallback_Invoke_mC5C9CC9CC617A89C284D1DE7DD297A2E3D9E4163(L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL);
V_3 = L_25;
}
IL_00b5:
{
// if (hitCount != 0)
int32_t L_26 = V_3;
if (!L_26)
{
goto IL_01a3;
}
}
{
// if (hitCount > 1)
int32_t L_27 = V_3;
if ((((int32_t)L_27) <= ((int32_t)1)))
{
goto IL_00d1;
}
}
{
// System.Array.Sort(m_Hits, 0, hitCount, RaycastHitComparer.instance);
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_28 = __this->get_m_Hits_10();
int32_t L_29 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2_il2cpp_TypeInfo_var);
RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2 * L_30 = ((RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2_StaticFields*)il2cpp_codegen_static_fields_for(RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2_il2cpp_TypeInfo_var))->get_instance_0();
Array_Sort_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m69E5373C9D2635E306F383B980CD0888D8686E75(L_28, 0, L_29, L_30, /*hidden argument*/Array_Sort_TisRaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3_m69E5373C9D2635E306F383B980CD0888D8686E75_RuntimeMethod_var);
}
IL_00d1:
{
// for (int b = 0, bmax = hitCount; b < bmax; ++b)
V_4 = 0;
// for (int b = 0, bmax = hitCount; b < bmax; ++b)
int32_t L_31 = V_3;
V_5 = L_31;
goto IL_019a;
}
IL_00dc:
{
// var result = new RaycastResult
// {
// gameObject = m_Hits[b].collider.gameObject,
// module = this,
// distance = m_Hits[b].distance,
// worldPosition = m_Hits[b].point,
// worldNormal = m_Hits[b].normal,
// screenPosition = eventData.position,
// displayIndex = displayIndex,
// index = resultAppendList.Count,
// sortingLayer = 0,
// sortingOrder = 0
// };
il2cpp_codegen_initobj((&V_7), sizeof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ));
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_32 = __this->get_m_Hits_10();
int32_t L_33 = V_4;
NullCheck(L_32);
Collider_t0FEEB36760860AD21B3B1F0509C365B393EC4BDF * L_34 = RaycastHit_get_collider_mE70B84C4312B567344F60992A6067855F2C3A7A9((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)((L_32)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_33))), /*hidden argument*/NULL);
NullCheck(L_34);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_35 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_34, /*hidden argument*/NULL);
RaycastResult_set_gameObject_m4EB676328BEC6E2C3A2AFBA4B405CEDDEAEBBFFA_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_7), L_35, /*hidden argument*/NULL);
(&V_7)->set_module_1(__this);
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_36 = __this->get_m_Hits_10();
int32_t L_37 = V_4;
NullCheck(L_36);
float L_38 = RaycastHit_get_distance_m1CBA60855C35F29BBC348D374BBC76386A243543((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)((L_36)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_37))), /*hidden argument*/NULL);
(&V_7)->set_distance_2(L_38);
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_39 = __this->get_m_Hits_10();
int32_t L_40 = V_4;
NullCheck(L_39);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_41 = RaycastHit_get_point_m0E564B2A72C7A744B889AE9D596F3EFA55059001((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)((L_39)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_40))), /*hidden argument*/NULL);
(&V_7)->set_worldPosition_7(L_41);
RaycastHitU5BU5D_tE9BB282384F0196211AD1A480477254188211F57* L_42 = __this->get_m_Hits_10();
int32_t L_43 = V_4;
NullCheck(L_42);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_44 = RaycastHit_get_normal_mF736A6D09D98D63AB7E5BF10F38AEBFC177A1D94((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)((L_42)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_43))), /*hidden argument*/NULL);
(&V_7)->set_worldNormal_8(L_44);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_45 = ___eventData0;
NullCheck(L_45);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_46 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(L_45, /*hidden argument*/NULL);
(&V_7)->set_screenPosition_9(L_46);
int32_t L_47 = V_1;
(&V_7)->set_displayIndex_10(L_47);
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_48 = ___resultAppendList1;
NullCheck(L_48);
int32_t L_49 = List_1_get_Count_mD0D3353E379B18064F3FB3B70FF9E2BBB000A4C6_inline(L_48, /*hidden argument*/List_1_get_Count_mD0D3353E379B18064F3FB3B70FF9E2BBB000A4C6_RuntimeMethod_var);
(&V_7)->set_index_3((((float)((float)L_49))));
(&V_7)->set_sortingLayer_5(0);
(&V_7)->set_sortingOrder_6(0);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_50 = V_7;
V_6 = L_50;
// resultAppendList.Add(result);
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_51 = ___resultAppendList1;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_52 = V_6;
NullCheck(L_51);
List_1_Add_m64E5559535DCA25613966E1213DFEAD3610A931E(L_51, L_52, /*hidden argument*/List_1_Add_m64E5559535DCA25613966E1213DFEAD3610A931E_RuntimeMethod_var);
// for (int b = 0, bmax = hitCount; b < bmax; ++b)
int32_t L_53 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1));
}
IL_019a:
{
// for (int b = 0, bmax = hitCount; b < bmax; ++b)
int32_t L_54 = V_4;
int32_t L_55 = V_5;
if ((((int32_t)L_54) < ((int32_t)L_55)))
{
goto IL_00dc;
}
}
IL_01a3:
{
// }
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.Int32 UnityEngine.EventSystems.PhysicsRaycaster_RaycastHitComparer::Compare(UnityEngine.RaycastHit,UnityEngine.RaycastHit)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RaycastHitComparer_Compare_mE19E714A83902B3157EE83A24916967E8D4EBE8C (RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2 * __this, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___x0, RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 ___y1, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return x.distance.CompareTo(y.distance);
float L_0 = RaycastHit_get_distance_m1CBA60855C35F29BBC348D374BBC76386A243543((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___x0), /*hidden argument*/NULL);
V_0 = L_0;
float L_1 = RaycastHit_get_distance_m1CBA60855C35F29BBC348D374BBC76386A243543((RaycastHit_t19695F18F9265FE5425062BBA6A4D330480538C3 *)(&___y1), /*hidden argument*/NULL);
int32_t L_2 = Single_CompareTo_mFBF2345D81E00F834E558A4ACFD4E5137582DBBC((float*)(&V_0), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void UnityEngine.EventSystems.PhysicsRaycaster_RaycastHitComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycastHitComparer__ctor_mE4EE9168BDABF1148A3071071A676F5343A867DD (RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.EventSystems.PhysicsRaycaster_RaycastHitComparer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycastHitComparer__cctor_mD1A6F09923FDD75B9F5D0AE505FD788507B84A40 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RaycastHitComparer__cctor_mD1A6F09923FDD75B9F5D0AE505FD788507B84A40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static RaycastHitComparer instance = new RaycastHitComparer();
RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2 * L_0 = (RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2 *)il2cpp_codegen_object_new(RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2_il2cpp_TypeInfo_var);
RaycastHitComparer__ctor_mE4EE9168BDABF1148A3071071A676F5343A867DD(L_0, /*hidden argument*/NULL);
((RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2_StaticFields*)il2cpp_codegen_static_fields_for(RaycastHitComparer_t5465A53942AAC60F5716D514946F4AB6C263CFA2_il2cpp_TypeInfo_var))->set_instance_0(L_0);
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
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::get_pointerEnter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public GameObject pointerEnter { get; set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CpointerEnterU3Ek__BackingField_2();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerEnter(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_pointerEnter_mB891C530B173BCDF4FDD5CC757A30AE498D77360 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject pointerEnter { get; set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3CpointerEnterU3Ek__BackingField_2(L_0);
return;
}
}
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::get_lastPress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_lastPress_m6B005D786FC5B30ECD8D5BC068420D0C361357F4 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public GameObject lastPress { get; private set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3ClastPressU3Ek__BackingField_4();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_lastPress(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_lastPress_m0E97AFEEB05C4DDEDA0465481CFE09EFDF617319 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject lastPress { get; private set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3ClastPressU3Ek__BackingField_4(L_0);
return;
}
}
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::get_rawPointerPress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_rawPointerPress_m6CECEFBAD7C50F04BD65172000B0BB916578B494 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public GameObject rawPointerPress { get; set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CrawPointerPressU3Ek__BackingField_5();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_rawPointerPress(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_rawPointerPress_mEBAE6DDF7485B81E092BDE13462926FB5C251BB2 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject rawPointerPress { get; set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3CrawPointerPressU3Ek__BackingField_5(L_0);
return;
}
}
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::get_pointerDrag()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public GameObject pointerDrag { get; set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CpointerDragU3Ek__BackingField_6();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerDrag(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_pointerDrag_mAA21AD97ABF508FD1D2313C36CAEF3A969F1D35D (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject pointerDrag { get; set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3CpointerDragU3Ek__BackingField_6(L_0);
return;
}
}
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::get_pointerCurrentRaycast()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public RaycastResult pointerCurrentRaycast { get; set; }
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_0 = __this->get_U3CpointerCurrentRaycastU3Ek__BackingField_7();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerCurrentRaycast(UnityEngine.EventSystems.RaycastResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_pointerCurrentRaycast_mA63CA749AC5410AF7D28F4C924BA3372E12F61FC (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___value0, const RuntimeMethod* method)
{
{
// public RaycastResult pointerCurrentRaycast { get; set; }
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_0 = ___value0;
__this->set_U3CpointerCurrentRaycastU3Ek__BackingField_7(L_0);
return;
}
}
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::get_pointerPressRaycast()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 PointerEventData_get_pointerPressRaycast_m722BCA823E0405C9DF20312CDFBBEB5B1B05B7AE (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public RaycastResult pointerPressRaycast { get; set; }
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_0 = __this->get_U3CpointerPressRaycastU3Ek__BackingField_8();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerPressRaycast(UnityEngine.EventSystems.RaycastResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_pointerPressRaycast_m2F371C6E5AB2AAB39C6F7F889594D480D797D5FD (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___value0, const RuntimeMethod* method)
{
{
// public RaycastResult pointerPressRaycast { get; set; }
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_0 = ___value0;
__this->set_U3CpointerPressRaycastU3Ek__BackingField_8(L_0);
return;
}
}
// System.Boolean UnityEngine.EventSystems.PointerEventData::get_eligibleForClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerEventData_get_eligibleForClick_m2DAAE590F749D77C50A3665B848B6F778518E29A (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public bool eligibleForClick { get; set; }
bool L_0 = __this->get_U3CeligibleForClickU3Ek__BackingField_10();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_eligibleForClick(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_eligibleForClick_m40B82588BC83E4CF72209B9B1A50585CCE82ABD2 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool eligibleForClick { get; set; }
bool L_0 = ___value0;
__this->set_U3CeligibleForClickU3Ek__BackingField_10(L_0);
return;
}
}
// System.Int32 UnityEngine.EventSystems.PointerEventData::get_pointerId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PointerEventData_get_pointerId_mD351BA661F70CDBB48AA5E80496179069E620D97 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public int pointerId { get; set; }
int32_t L_0 = __this->get_U3CpointerIdU3Ek__BackingField_11();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerId(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_pointerId_m078CD15662E127124C86C88ACB3C5B44E61F1A54 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int pointerId { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CpointerIdU3Ek__BackingField_11(L_0);
return;
}
}
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public Vector2 position { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get_U3CpositionU3Ek__BackingField_12();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_position(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_position_m9BDCBF26C28C01F781ACB8FC87448CB4ADD0BBD5 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// public Vector2 position { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set_U3CpositionU3Ek__BackingField_12(L_0);
return;
}
}
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_delta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_delta_mC5D62E985D40A7708316C6E07B699B96D9C8184E (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public Vector2 delta { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get_U3CdeltaU3Ek__BackingField_13();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_delta(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// public Vector2 delta { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set_U3CdeltaU3Ek__BackingField_13(L_0);
return;
}
}
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_pressPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_pressPosition_m7C8D5A54C81C801EB577A60718C4211DFA1A3624 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public Vector2 pressPosition { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get_U3CpressPositionU3Ek__BackingField_14();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_pressPosition(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_pressPosition_m3F5805FAD17E1BC44B84795506DE7EBA7215A46C (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// public Vector2 pressPosition { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set_U3CpressPositionU3Ek__BackingField_14(L_0);
return;
}
}
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::get_worldPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 PointerEventData_get_worldPosition_mF0DC1B57F31BB6FB8FFDD666603FF0909940EFA8 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public Vector3 worldPosition { get; set; }
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = __this->get_U3CworldPositionU3Ek__BackingField_15();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_worldPosition(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_worldPosition_m69BBE1250B8D37869B056EDD7FE6DED1A5B8438E (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method)
{
{
// public Vector3 worldPosition { get; set; }
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___value0;
__this->set_U3CworldPositionU3Ek__BackingField_15(L_0);
return;
}
}
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::get_worldNormal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 PointerEventData_get_worldNormal_m310D7AC52A1EBD88080267B39ADA66A6EC778D26 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public Vector3 worldNormal { get; set; }
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = __this->get_U3CworldNormalU3Ek__BackingField_16();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_worldNormal(UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_worldNormal_mA59C3E7AA9F72E8484C51AB6F276EE53AA7CEF49 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 ___value0, const RuntimeMethod* method)
{
{
// public Vector3 worldNormal { get; set; }
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = ___value0;
__this->set_U3CworldNormalU3Ek__BackingField_16(L_0);
return;
}
}
// System.Single UnityEngine.EventSystems.PointerEventData::get_clickTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PointerEventData_get_clickTime_m22DF8D2239FF9E101B69E3C27710B3512328BBF3 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public float clickTime { get; set; }
float L_0 = __this->get_U3CclickTimeU3Ek__BackingField_17();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_clickTime(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_clickTime_m65041A6875D4A8091A0F7195D8E3D11F1DE49FFD (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float clickTime { get; set; }
float L_0 = ___value0;
__this->set_U3CclickTimeU3Ek__BackingField_17(L_0);
return;
}
}
// System.Int32 UnityEngine.EventSystems.PointerEventData::get_clickCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PointerEventData_get_clickCount_m171A2D241BD02AC43908420497688C5B354BF6E9 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public int clickCount { get; set; }
int32_t L_0 = __this->get_U3CclickCountU3Ek__BackingField_18();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_clickCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int clickCount { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CclickCountU3Ek__BackingField_18(L_0);
return;
}
}
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_scrollDelta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_scrollDelta_mF473A122C860EC5279F6F5D085912BDA6418690B (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public Vector2 scrollDelta { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get_U3CscrollDeltaU3Ek__BackingField_19();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_scrollDelta(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_scrollDelta_mC28D770F77171619EADE3FADA463866F6E4F3733 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// public Vector2 scrollDelta { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set_U3CscrollDeltaU3Ek__BackingField_19(L_0);
return;
}
}
// System.Boolean UnityEngine.EventSystems.PointerEventData::get_useDragThreshold()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerEventData_get_useDragThreshold_mD34A3546D654B48F02FA3920DBEC208891257482 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public bool useDragThreshold { get; set; }
bool L_0 = __this->get_U3CuseDragThresholdU3Ek__BackingField_20();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_useDragThreshold(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_useDragThreshold_mB742BB006F245766C00371FF33B680FF3F0F48F1 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool useDragThreshold { get; set; }
bool L_0 = ___value0;
__this->set_U3CuseDragThresholdU3Ek__BackingField_20(L_0);
return;
}
}
// System.Boolean UnityEngine.EventSystems.PointerEventData::get_dragging()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public bool dragging { get; set; }
bool L_0 = __this->get_U3CdraggingU3Ek__BackingField_21();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_dragging(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_dragging_m34110A723023758249425A1F3C98EFA27BF19F45 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool dragging { get; set; }
bool L_0 = ___value0;
__this->set_U3CdraggingU3Ek__BackingField_21(L_0);
return;
}
}
// UnityEngine.EventSystems.PointerEventData_InputButton UnityEngine.EventSystems.PointerEventData::get_button()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PointerEventData_get_button_mC662D5DAC02F0ED6AE9205259116CC91BB92BD3E (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public InputButton button { get; set; }
int32_t L_0 = __this->get_U3CbuttonU3Ek__BackingField_22();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_button(UnityEngine.EventSystems.PointerEventData_InputButton)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_button_m240561B7D92B4AD898CDBD887828B48BBDD0DD2A (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public InputButton button { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CbuttonU3Ek__BackingField_22(L_0);
return;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::.ctor(UnityEngine.EventSystems.EventSystem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData__ctor_m121A903CE81C0758A49C721F7C1668362BFAE7E4 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * ___eventSystem0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerEventData__ctor_m121A903CE81C0758A49C721F7C1668362BFAE7E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public List<GameObject> hovered = new List<GameObject>();
List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B * L_0 = (List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B *)il2cpp_codegen_object_new(List_1_t0087C02D52C7E5CFF8C0C55FC0453A28FD5F055B_il2cpp_TypeInfo_var);
List_1__ctor_m23BDA1112566B2E9149D885E4061EA3063EEDA60(L_0, /*hidden argument*/List_1__ctor_m23BDA1112566B2E9149D885E4061EA3063EEDA60_RuntimeMethod_var);
__this->set_hovered_9(L_0);
// public PointerEventData(EventSystem eventSystem) : base(eventSystem)
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_1 = ___eventSystem0;
BaseEventData__ctor_mA58C6566C43F8624C85203FAE2B27528C584675E(__this, L_1, /*hidden argument*/NULL);
// eligibleForClick = false;
PointerEventData_set_eligibleForClick_m40B82588BC83E4CF72209B9B1A50585CCE82ABD2_inline(__this, (bool)0, /*hidden argument*/NULL);
// pointerId = -1;
PointerEventData_set_pointerId_m078CD15662E127124C86C88ACB3C5B44E61F1A54_inline(__this, (-1), /*hidden argument*/NULL);
// position = Vector2.zero; // Current position of the mouse or touch event
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
PointerEventData_set_position_m9BDCBF26C28C01F781ACB8FC87448CB4ADD0BBD5_inline(__this, L_2, /*hidden argument*/NULL);
// delta = Vector2.zero; // Delta since last update
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline(__this, L_3, /*hidden argument*/NULL);
// pressPosition = Vector2.zero; // Delta since the event started being tracked
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
PointerEventData_set_pressPosition_m3F5805FAD17E1BC44B84795506DE7EBA7215A46C_inline(__this, L_4, /*hidden argument*/NULL);
// clickTime = 0.0f; // The last time a click event was sent out (used for double-clicks)
PointerEventData_set_clickTime_m65041A6875D4A8091A0F7195D8E3D11F1DE49FFD_inline(__this, (0.0f), /*hidden argument*/NULL);
// clickCount = 0; // Number of clicks in a row. 2 for a double-click for example.
PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline(__this, 0, /*hidden argument*/NULL);
// scrollDelta = Vector2.zero;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
PointerEventData_set_scrollDelta_mC28D770F77171619EADE3FADA463866F6E4F3733_inline(__this, L_5, /*hidden argument*/NULL);
// useDragThreshold = true;
PointerEventData_set_useDragThreshold_mB742BB006F245766C00371FF33B680FF3F0F48F1_inline(__this, (bool)1, /*hidden argument*/NULL);
// dragging = false;
PointerEventData_set_dragging_m34110A723023758249425A1F3C98EFA27BF19F45_inline(__this, (bool)0, /*hidden argument*/NULL);
// button = InputButton.Left;
PointerEventData_set_button_m240561B7D92B4AD898CDBD887828B48BBDD0DD2A_inline(__this, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.PointerEventData::IsPointerMoving()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerEventData_IsPointerMoving_m898C7306913917BFE04B3CF7A7A463EE94979D68 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return delta.sqrMagnitude > 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = PointerEventData_get_delta_mC5D62E985D40A7708316C6E07B699B96D9C8184E_inline(__this, /*hidden argument*/NULL);
V_0 = L_0;
float L_1 = Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
return (bool)((((float)L_1) > ((float)(0.0f)))? 1 : 0);
}
}
// System.Boolean UnityEngine.EventSystems.PointerEventData::IsScrolling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerEventData_IsScrolling_m47CCF26BC0D686E601614A08253EDA068B7690B3 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return scrollDelta.sqrMagnitude > 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = PointerEventData_get_scrollDelta_mF473A122C860EC5279F6F5D085912BDA6418690B_inline(__this, /*hidden argument*/NULL);
V_0 = L_0;
float L_1 = Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
return (bool)((((float)L_1) > ((float)(0.0f)))? 1 : 0);
}
}
// UnityEngine.Camera UnityEngine.EventSystems.PointerEventData::get_enterEventCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * PointerEventData_get_enterEventCamera_m4DCBA203F50F1F4D30118573061FD4634D4B4915 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerEventData_get_enterEventCamera_m4DCBA203F50F1F4D30118573061FD4634D4B4915_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return pointerCurrentRaycast.module == null ? null : pointerCurrentRaycast.module.eventCamera; }
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_0 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(__this, /*hidden argument*/NULL);
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_1 = L_0.get_module_1();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0024;
}
}
{
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_3 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(__this, /*hidden argument*/NULL);
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_4 = L_3.get_module_1();
NullCheck(L_4);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_5 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, L_4);
return L_5;
}
IL_0024:
{
return (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *)NULL;
}
}
// UnityEngine.Camera UnityEngine.EventSystems.PointerEventData::get_pressEventCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * PointerEventData_get_pressEventCamera_mC505603722C7C3CBEE8C56029C2CA6C5CC769E76 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerEventData_get_pressEventCamera_mC505603722C7C3CBEE8C56029C2CA6C5CC769E76_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return pointerPressRaycast.module == null ? null : pointerPressRaycast.module.eventCamera; }
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_0 = PointerEventData_get_pointerPressRaycast_m722BCA823E0405C9DF20312CDFBBEB5B1B05B7AE_inline(__this, /*hidden argument*/NULL);
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_1 = L_0.get_module_1();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0024;
}
}
{
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_3 = PointerEventData_get_pointerPressRaycast_m722BCA823E0405C9DF20312CDFBBEB5B1B05B7AE_inline(__this, /*hidden argument*/NULL);
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_4 = L_3.get_module_1();
NullCheck(L_4);
Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * L_5 = VirtFuncInvoker0< Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 * >::Invoke(18 /* UnityEngine.Camera UnityEngine.EventSystems.BaseRaycaster::get_eventCamera() */, L_4);
return L_5;
}
IL_0024:
{
return (Camera_t48B2B9ECB3CE6108A98BF949A1CECF0FE3421F34 *)NULL;
}
}
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::get_pointerPress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// get { return m_PointerPress; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_PointerPress_3();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerEventData::set_pointerPress(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData_set_pointerPress_m053AF3BF19752D9271AAC6A633B2718C61870D33 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerEventData_set_pointerPress_m053AF3BF19752D9271AAC6A633B2718C61870D33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_PointerPress == value)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_PointerPress_3();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
// return;
return;
}
IL_000f:
{
// lastPress = m_PointerPress;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = __this->get_m_PointerPress_3();
PointerEventData_set_lastPress_m0E97AFEEB05C4DDEDA0465481CFE09EFDF617319_inline(__this, L_3, /*hidden argument*/NULL);
// m_PointerPress = value;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = ___value0;
__this->set_m_PointerPress_3(L_4);
// }
return;
}
}
// System.String UnityEngine.EventSystems.PointerEventData::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PointerEventData_ToString_mFFD67D75B8BC560CBFE5E4D417D7F44124493991 (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerEventData_ToString_mFFD67D75B8BC560CBFE5E4D417D7F44124493991_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// var sb = new StringBuilder();
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
// sb.AppendLine("<b>Position</b>: " + position);
StringBuilder_t * L_1 = L_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = L_2;
RuntimeObject * L_4 = Box(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var, &L_3);
String_t* L_5 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral4824754A1208E36BE5BD9D7741EF31DE24A446E9, L_4, /*hidden argument*/NULL);
NullCheck(L_1);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_1, L_5, /*hidden argument*/NULL);
// sb.AppendLine("<b>delta</b>: " + delta);
StringBuilder_t * L_6 = L_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = PointerEventData_get_delta_mC5D62E985D40A7708316C6E07B699B96D9C8184E_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = L_7;
RuntimeObject * L_9 = Box(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var, &L_8);
String_t* L_10 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral6410AFC3D8EAF1300CE14A4A75B1AE311B46BB3D, L_9, /*hidden argument*/NULL);
NullCheck(L_6);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_6, L_10, /*hidden argument*/NULL);
// sb.AppendLine("<b>eligibleForClick</b>: " + eligibleForClick);
StringBuilder_t * L_11 = L_6;
bool L_12 = PointerEventData_get_eligibleForClick_m2DAAE590F749D77C50A3665B848B6F778518E29A_inline(__this, /*hidden argument*/NULL);
V_0 = L_12;
String_t* L_13 = Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301((bool*)(&V_0), /*hidden argument*/NULL);
String_t* L_14 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral143485F6AB09A04EFA8592FAF451842930E013D3, L_13, /*hidden argument*/NULL);
NullCheck(L_11);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_11, L_14, /*hidden argument*/NULL);
// sb.AppendLine("<b>pointerEnter</b>: " + pointerEnter);
StringBuilder_t * L_15 = L_11;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_16 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(__this, /*hidden argument*/NULL);
String_t* L_17 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralD9F0B728F8B41C0FBCF325CDFF95574BEF3D0305, L_16, /*hidden argument*/NULL);
NullCheck(L_15);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_15, L_17, /*hidden argument*/NULL);
// sb.AppendLine("<b>pointerPress</b>: " + pointerPress);
StringBuilder_t * L_18 = L_15;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_19 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(__this, /*hidden argument*/NULL);
String_t* L_20 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralE27F38C29D9E829679BBE04626F26354087DA51E, L_19, /*hidden argument*/NULL);
NullCheck(L_18);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_18, L_20, /*hidden argument*/NULL);
// sb.AppendLine("<b>lastPointerPress</b>: " + lastPress);
StringBuilder_t * L_21 = L_18;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_22 = PointerEventData_get_lastPress_m6B005D786FC5B30ECD8D5BC068420D0C361357F4_inline(__this, /*hidden argument*/NULL);
String_t* L_23 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralAFB34D479A439057F4F8B32689E246CCA223FB77, L_22, /*hidden argument*/NULL);
NullCheck(L_21);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_21, L_23, /*hidden argument*/NULL);
// sb.AppendLine("<b>pointerDrag</b>: " + pointerDrag);
StringBuilder_t * L_24 = L_21;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_25 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(__this, /*hidden argument*/NULL);
String_t* L_26 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral47FEFC2A679A931B5B0109A5DD4B8A8F0AB83F67, L_25, /*hidden argument*/NULL);
NullCheck(L_24);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_24, L_26, /*hidden argument*/NULL);
// sb.AppendLine("<b>Use Drag Threshold</b>: " + useDragThreshold);
StringBuilder_t * L_27 = L_24;
bool L_28 = PointerEventData_get_useDragThreshold_mD34A3546D654B48F02FA3920DBEC208891257482_inline(__this, /*hidden argument*/NULL);
V_0 = L_28;
String_t* L_29 = Boolean_ToString_m62D1EFD5F6D5F6B6AF0D14A07BF5741C94413301((bool*)(&V_0), /*hidden argument*/NULL);
String_t* L_30 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralEC9482C230F7C1C7344A86ED0825D6F622A35F6E, L_29, /*hidden argument*/NULL);
NullCheck(L_27);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_27, L_30, /*hidden argument*/NULL);
// sb.AppendLine("<b>Current Raycast:</b>");
StringBuilder_t * L_31 = L_27;
NullCheck(L_31);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_31, _stringLiteral02869C465F7A1307EFAFE70D034A1B7E195D20C8, /*hidden argument*/NULL);
// sb.AppendLine(pointerCurrentRaycast.ToString());
StringBuilder_t * L_32 = L_31;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_33 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(__this, /*hidden argument*/NULL);
V_1 = L_33;
String_t* L_34 = RaycastResult_ToString_m0EE4380602D2025F27DB18ABE887E9CC7C39BB5B((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_1), /*hidden argument*/NULL);
NullCheck(L_32);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_32, L_34, /*hidden argument*/NULL);
// sb.AppendLine("<b>Press Raycast:</b>");
StringBuilder_t * L_35 = L_32;
NullCheck(L_35);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_35, _stringLiteral44AACA94704A8DFDF396F166B996163D7D00F479, /*hidden argument*/NULL);
// sb.AppendLine(pointerPressRaycast.ToString());
StringBuilder_t * L_36 = L_35;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_37 = PointerEventData_get_pointerPressRaycast_m722BCA823E0405C9DF20312CDFBBEB5B1B05B7AE_inline(__this, /*hidden argument*/NULL);
V_1 = L_37;
String_t* L_38 = RaycastResult_ToString_m0EE4380602D2025F27DB18ABE887E9CC7C39BB5B((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_1), /*hidden argument*/NULL);
NullCheck(L_36);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_36, L_38, /*hidden argument*/NULL);
// return sb.ToString();
NullCheck(L_36);
String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_36);
return L_39;
}
}
#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.Boolean UnityEngine.EventSystems.PointerInputModule::GetPointerData(System.Int32,UnityEngine.EventSystems.PointerEventData&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerInputModule_GetPointerData_mF40B733CA91DCC168F7417BD9C264D21F82C2E94 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, int32_t ___id0, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** ___data1, bool ___create2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerInputModule_GetPointerData_mF40B733CA91DCC168F7417BD9C264D21F82C2E94_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!m_PointerData.TryGetValue(id, out data) && create)
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * L_0 = __this->get_m_PointerData_14();
int32_t L_1 = ___id0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** L_2 = ___data1;
NullCheck(L_0);
bool L_3 = Dictionary_2_TryGetValue_mF17BC86A0D4820648A8622C5F3A0D0EC4EE4FD77(L_0, L_1, (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 **)L_2, /*hidden argument*/Dictionary_2_TryGetValue_mF17BC86A0D4820648A8622C5F3A0D0EC4EE4FD77_RuntimeMethod_var);
bool L_4 = ___create2;
if (!((int32_t)((int32_t)((((int32_t)L_3) == ((int32_t)0))? 1 : 0)&(int32_t)L_4)))
{
goto IL_0038;
}
}
{
// data = new PointerEventData(eventSystem)
// {
// pointerId = id,
// };
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** L_5 = ___data1;
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_6 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_7 = (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 *)il2cpp_codegen_object_new(PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63_il2cpp_TypeInfo_var);
PointerEventData__ctor_m121A903CE81C0758A49C721F7C1668362BFAE7E4(L_7, L_6, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_8 = L_7;
int32_t L_9 = ___id0;
NullCheck(L_8);
PointerEventData_set_pointerId_m078CD15662E127124C86C88ACB3C5B44E61F1A54_inline(L_8, L_9, /*hidden argument*/NULL);
*((RuntimeObject **)L_5) = (RuntimeObject *)L_8;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)L_8);
// m_PointerData.Add(id, data);
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * L_10 = __this->get_m_PointerData_14();
int32_t L_11 = ___id0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 ** L_12 = ___data1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_13 = *((PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 **)L_12);
NullCheck(L_10);
Dictionary_2_Add_mB39F8DB52D60D72148BEBFEBC823D9B42F5B85C1(L_10, L_11, L_13, /*hidden argument*/Dictionary_2_Add_mB39F8DB52D60D72148BEBFEBC823D9B42F5B85C1_RuntimeMethod_var);
// return true;
return (bool)1;
}
IL_0038:
{
// return false;
return (bool)0;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule::RemovePointerData(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule_RemovePointerData_m17E63DD11FE440D4D88078B4895137C942C52C3A (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerInputModule_RemovePointerData_m17E63DD11FE440D4D88078B4895137C942C52C3A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// m_PointerData.Remove(data.pointerId);
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * L_0 = __this->get_m_PointerData_14();
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_1 = ___data0;
NullCheck(L_1);
int32_t L_2 = PointerEventData_get_pointerId_mD351BA661F70CDBB48AA5E80496179069E620D97_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
Dictionary_2_Remove_m7671548D856DFE9BA548BFEBB3BC0B373AD651C4(L_0, L_2, /*hidden argument*/Dictionary_2_Remove_m7671548D856DFE9BA548BFEBB3BC0B373AD651C4_RuntimeMethod_var);
// }
return;
}
}
// UnityEngine.EventSystems.PointerEventData UnityEngine.EventSystems.PointerInputModule::GetTouchPointerEventData(UnityEngine.Touch,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * PointerInputModule_GetTouchPointerEventData_m27D309E699986AE28F15FF944CCADC4EA2E9BC11 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 ___input0, bool* ___pressed1, bool* ___released2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerInputModule_GetTouchPointerEventData_m27D309E699986AE28F15FF944CCADC4EA2E9BC11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * V_0 = NULL;
bool V_1 = false;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_2;
memset((&V_2), 0, sizeof(V_2));
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_3;
memset((&V_3), 0, sizeof(V_3));
bool* G_B2_0 = NULL;
bool* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
bool* G_B3_1 = NULL;
bool* G_B5_0 = NULL;
bool* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
bool* G_B6_1 = NULL;
{
// var created = GetPointerData(input.fingerId, out pointerData, true);
int32_t L_0 = Touch_get_fingerId_m2EF0EF2E6E388C8D9D38C58EF5D03EA30E568E1D((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___input0), /*hidden argument*/NULL);
bool L_1 = PointerInputModule_GetPointerData_mF40B733CA91DCC168F7417BD9C264D21F82C2E94(__this, L_0, (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 **)(&V_0), (bool)1, /*hidden argument*/NULL);
V_1 = L_1;
// pointerData.Reset();
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = V_0;
NullCheck(L_2);
VirtActionInvoker0::Invoke(4 /* System.Void UnityEngine.EventSystems.AbstractEventData::Reset() */, L_2);
// pressed = created || (input.phase == TouchPhase.Began);
bool* L_3 = ___pressed1;
bool L_4 = V_1;
G_B1_0 = L_3;
if (L_4)
{
G_B2_0 = L_3;
goto IL_0027;
}
}
{
int32_t L_5 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___input0), /*hidden argument*/NULL);
G_B3_0 = ((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
G_B3_1 = G_B1_0;
goto IL_0028;
}
IL_0027:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_0028:
{
*((int8_t*)G_B3_1) = (int8_t)G_B3_0;
// released = (input.phase == TouchPhase.Canceled) || (input.phase == TouchPhase.Ended);
bool* L_6 = ___released2;
int32_t L_7 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___input0), /*hidden argument*/NULL);
G_B4_0 = L_6;
if ((((int32_t)L_7) == ((int32_t)4)))
{
G_B5_0 = L_6;
goto IL_0040;
}
}
{
int32_t L_8 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___input0), /*hidden argument*/NULL);
G_B6_0 = ((((int32_t)L_8) == ((int32_t)3))? 1 : 0);
G_B6_1 = G_B4_0;
goto IL_0041;
}
IL_0040:
{
G_B6_0 = 1;
G_B6_1 = G_B5_0;
}
IL_0041:
{
*((int8_t*)G_B6_1) = (int8_t)G_B6_0;
// if (created)
bool L_9 = V_1;
if (!L_9)
{
goto IL_0052;
}
}
{
// pointerData.position = input.position;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = Touch_get_position_m2E60676112DA3628CF2DC76418A275C7FE521D8F((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___input0), /*hidden argument*/NULL);
NullCheck(L_10);
PointerEventData_set_position_m9BDCBF26C28C01F781ACB8FC87448CB4ADD0BBD5_inline(L_10, L_11, /*hidden argument*/NULL);
}
IL_0052:
{
// if (pressed)
bool* L_12 = ___pressed1;
int32_t L_13 = *((uint8_t*)L_12);
if (!L_13)
{
goto IL_0063;
}
}
{
// pointerData.delta = Vector2.zero;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_14 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_14);
PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline(L_14, L_15, /*hidden argument*/NULL);
goto IL_007b;
}
IL_0063:
{
// pointerData.delta = input.position - pointerData.position;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_16 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = Touch_get_position_m2E60676112DA3628CF2DC76418A275C7FE521D8F((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___input0), /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_18 = V_0;
NullCheck(L_18);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(L_18, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_20 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_17, L_19, /*hidden argument*/NULL);
NullCheck(L_16);
PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline(L_16, L_20, /*hidden argument*/NULL);
}
IL_007b:
{
// pointerData.position = input.position;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_21 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_22 = Touch_get_position_m2E60676112DA3628CF2DC76418A275C7FE521D8F((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___input0), /*hidden argument*/NULL);
NullCheck(L_21);
PointerEventData_set_position_m9BDCBF26C28C01F781ACB8FC87448CB4ADD0BBD5_inline(L_21, L_22, /*hidden argument*/NULL);
// pointerData.button = PointerEventData.InputButton.Left;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_23 = V_0;
NullCheck(L_23);
PointerEventData_set_button_m240561B7D92B4AD898CDBD887828B48BBDD0DD2A_inline(L_23, 0, /*hidden argument*/NULL);
// if (input.phase == TouchPhase.Canceled)
int32_t L_24 = Touch_get_phase_m759A61477ECBBD90A57E36F1166EB9340A0FE349((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&___input0), /*hidden argument*/NULL);
if ((!(((uint32_t)L_24) == ((uint32_t)4))))
{
goto IL_00aa;
}
}
{
// pointerData.pointerCurrentRaycast = new RaycastResult();
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_25 = V_0;
il2cpp_codegen_initobj((&V_2), sizeof(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ));
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_26 = V_2;
NullCheck(L_25);
PointerEventData_set_pointerCurrentRaycast_mA63CA749AC5410AF7D28F4C924BA3372E12F61FC_inline(L_25, L_26, /*hidden argument*/NULL);
// }
goto IL_00da;
}
IL_00aa:
{
// eventSystem.RaycastAll(pointerData, m_RaycastResultCache);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_27 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_28 = V_0;
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_29 = ((BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 *)__this)->get_m_RaycastResultCache_4();
NullCheck(L_27);
EventSystem_RaycastAll_mF78E1781C8161DEEF24B6B3FCCC1037787F9A439(L_27, L_28, L_29, /*hidden argument*/NULL);
// var raycast = FindFirstRaycast(m_RaycastResultCache);
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_30 = ((BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 *)__this)->get_m_RaycastResultCache_4();
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_31 = BaseInputModule_FindFirstRaycast_m8688F6932686AD7A5910C912787ED4239A70CD57(L_30, /*hidden argument*/NULL);
V_3 = L_31;
// pointerData.pointerCurrentRaycast = raycast;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_32 = V_0;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_33 = V_3;
NullCheck(L_32);
PointerEventData_set_pointerCurrentRaycast_mA63CA749AC5410AF7D28F4C924BA3372E12F61FC_inline(L_32, L_33, /*hidden argument*/NULL);
// m_RaycastResultCache.Clear();
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_34 = ((BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 *)__this)->get_m_RaycastResultCache_4();
NullCheck(L_34);
List_1_Clear_m4B7AF08AC7BBA143ED7EC5F528837F8212D8C422(L_34, /*hidden argument*/List_1_Clear_m4B7AF08AC7BBA143ED7EC5F528837F8212D8C422_RuntimeMethod_var);
}
IL_00da:
{
// return pointerData;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_35 = V_0;
return L_35;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule::CopyFromTo(UnityEngine.EventSystems.PointerEventData,UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule_CopyFromTo_m33310425F20BE45DA17DA8E1E07FFE461F410F82 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___from0, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___to1, const RuntimeMethod* method)
{
{
// @to.position = @from.position;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___to1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_1 = ___from0;
NullCheck(L_1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(L_1, /*hidden argument*/NULL);
NullCheck(L_0);
PointerEventData_set_position_m9BDCBF26C28C01F781ACB8FC87448CB4ADD0BBD5_inline(L_0, L_2, /*hidden argument*/NULL);
// @to.delta = @from.delta;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_3 = ___to1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_4 = ___from0;
NullCheck(L_4);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = PointerEventData_get_delta_mC5D62E985D40A7708316C6E07B699B96D9C8184E_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline(L_3, L_5, /*hidden argument*/NULL);
// @to.scrollDelta = @from.scrollDelta;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_6 = ___to1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_7 = ___from0;
NullCheck(L_7);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = PointerEventData_get_scrollDelta_mF473A122C860EC5279F6F5D085912BDA6418690B_inline(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
PointerEventData_set_scrollDelta_mC28D770F77171619EADE3FADA463866F6E4F3733_inline(L_6, L_8, /*hidden argument*/NULL);
// @to.pointerCurrentRaycast = @from.pointerCurrentRaycast;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_9 = ___to1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = ___from0;
NullCheck(L_10);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_11 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
PointerEventData_set_pointerCurrentRaycast_mA63CA749AC5410AF7D28F4C924BA3372E12F61FC_inline(L_9, L_11, /*hidden argument*/NULL);
// @to.pointerEnter = @from.pointerEnter;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_12 = ___to1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_13 = ___from0;
NullCheck(L_13);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
PointerEventData_set_pointerEnter_mB891C530B173BCDF4FDD5CC757A30AE498D77360_inline(L_12, L_14, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.EventSystems.PointerEventData_FramePressState UnityEngine.EventSystems.PointerInputModule::StateForMouseButton(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PointerInputModule_StateForMouseButton_m0B66950A94543E8F6D16AC6546E7009AEE0B8E2C (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, int32_t ___buttonId0, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
// var pressed = input.GetMouseButtonDown(buttonId);
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_0 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
int32_t L_1 = ___buttonId0;
NullCheck(L_0);
bool L_2 = VirtFuncInvoker1< bool, int32_t >::Invoke(23 /* System.Boolean UnityEngine.EventSystems.BaseInput::GetMouseButtonDown(System.Int32) */, L_0, L_1);
V_0 = L_2;
// var released = input.GetMouseButtonUp(buttonId);
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_3 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
int32_t L_4 = ___buttonId0;
NullCheck(L_3);
bool L_5 = VirtFuncInvoker1< bool, int32_t >::Invoke(24 /* System.Boolean UnityEngine.EventSystems.BaseInput::GetMouseButtonUp(System.Int32) */, L_3, L_4);
V_1 = L_5;
// if (pressed && released)
bool L_6 = V_0;
bool L_7 = V_1;
if (!((int32_t)((int32_t)L_6&(int32_t)L_7)))
{
goto IL_0021;
}
}
{
// return PointerEventData.FramePressState.PressedAndReleased;
return (int32_t)(2);
}
IL_0021:
{
// if (pressed)
bool L_8 = V_0;
if (!L_8)
{
goto IL_0026;
}
}
{
// return PointerEventData.FramePressState.Pressed;
return (int32_t)(0);
}
IL_0026:
{
// if (released)
bool L_9 = V_1;
if (!L_9)
{
goto IL_002b;
}
}
{
// return PointerEventData.FramePressState.Released;
return (int32_t)(1);
}
IL_002b:
{
// return PointerEventData.FramePressState.NotChanged;
return (int32_t)(3);
}
}
// UnityEngine.EventSystems.PointerInputModule_MouseState UnityEngine.EventSystems.PointerInputModule::GetMousePointerEventData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * PointerInputModule_GetMousePointerEventData_mA8B6C810AE130118AA18CD4BD35F8F5BCE0D7E07 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, const RuntimeMethod* method)
{
{
// return GetMousePointerEventData(0);
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_0 = VirtFuncInvoker1< MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 *, int32_t >::Invoke(27 /* UnityEngine.EventSystems.PointerInputModule/MouseState UnityEngine.EventSystems.PointerInputModule::GetMousePointerEventData(System.Int32) */, __this, 0);
return L_0;
}
}
// UnityEngine.EventSystems.PointerInputModule_MouseState UnityEngine.EventSystems.PointerInputModule::GetMousePointerEventData(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * PointerInputModule_GetMousePointerEventData_mA6DE4DDE2C99B16D77DB3DD2F541C1DC23A18EB4 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, int32_t ___id0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerInputModule_GetMousePointerEventData_mA6DE4DDE2C99B16D77DB3DD2F541C1DC23A18EB4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * V_0 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_2;
memset((&V_2), 0, sizeof(V_2));
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * V_3 = NULL;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * V_4 = NULL;
{
// var created = GetPointerData(kMouseLeftId, out leftData, true);
bool L_0 = PointerInputModule_GetPointerData_mF40B733CA91DCC168F7417BD9C264D21F82C2E94(__this, (-1), (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 **)(&V_0), (bool)1, /*hidden argument*/NULL);
// leftData.Reset();
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_1 = V_0;
NullCheck(L_1);
VirtActionInvoker0::Invoke(4 /* System.Void UnityEngine.EventSystems.AbstractEventData::Reset() */, L_1);
// if (created)
if (!L_0)
{
goto IL_0023;
}
}
{
// leftData.position = input.mousePosition;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = V_0;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_3 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_3);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = VirtFuncInvoker0< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(26 /* UnityEngine.Vector2 UnityEngine.EventSystems.BaseInput::get_mousePosition() */, L_3);
NullCheck(L_2);
PointerEventData_set_position_m9BDCBF26C28C01F781ACB8FC87448CB4ADD0BBD5_inline(L_2, L_4, /*hidden argument*/NULL);
}
IL_0023:
{
// Vector2 pos = input.mousePosition;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_5 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_5);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = VirtFuncInvoker0< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(26 /* UnityEngine.Vector2 UnityEngine.EventSystems.BaseInput::get_mousePosition() */, L_5);
V_1 = L_6;
// if (Cursor.lockState == CursorLockMode.Locked)
int32_t L_7 = Cursor_get_lockState_mE0C93F496E3AA120AD168ED30371C35ED79C9DF1(/*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_0059;
}
}
{
// leftData.position = new Vector2(-1.0f, -1.0f);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_8 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9;
memset((&L_9), 0, sizeof(L_9));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_9), (-1.0f), (-1.0f), /*hidden argument*/NULL);
NullCheck(L_8);
PointerEventData_set_position_m9BDCBF26C28C01F781ACB8FC87448CB4ADD0BBD5_inline(L_8, L_9, /*hidden argument*/NULL);
// leftData.delta = Vector2.zero;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_10);
PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline(L_10, L_11, /*hidden argument*/NULL);
// }
goto IL_0072;
}
IL_0059:
{
// leftData.delta = pos - leftData.position;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_12 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = V_1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_14 = V_0;
NullCheck(L_14);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(L_14, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_16 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_13, L_15, /*hidden argument*/NULL);
NullCheck(L_12);
PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline(L_12, L_16, /*hidden argument*/NULL);
// leftData.position = pos;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_17 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_18 = V_1;
NullCheck(L_17);
PointerEventData_set_position_m9BDCBF26C28C01F781ACB8FC87448CB4ADD0BBD5_inline(L_17, L_18, /*hidden argument*/NULL);
}
IL_0072:
{
// leftData.scrollDelta = input.mouseScrollDelta;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_19 = V_0;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_20 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_20);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = VirtFuncInvoker0< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(27 /* UnityEngine.Vector2 UnityEngine.EventSystems.BaseInput::get_mouseScrollDelta() */, L_20);
NullCheck(L_19);
PointerEventData_set_scrollDelta_mC28D770F77171619EADE3FADA463866F6E4F3733_inline(L_19, L_21, /*hidden argument*/NULL);
// leftData.button = PointerEventData.InputButton.Left;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_22 = V_0;
NullCheck(L_22);
PointerEventData_set_button_m240561B7D92B4AD898CDBD887828B48BBDD0DD2A_inline(L_22, 0, /*hidden argument*/NULL);
// eventSystem.RaycastAll(leftData, m_RaycastResultCache);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_23 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_24 = V_0;
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_25 = ((BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 *)__this)->get_m_RaycastResultCache_4();
NullCheck(L_23);
EventSystem_RaycastAll_mF78E1781C8161DEEF24B6B3FCCC1037787F9A439(L_23, L_24, L_25, /*hidden argument*/NULL);
// var raycast = FindFirstRaycast(m_RaycastResultCache);
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_26 = ((BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 *)__this)->get_m_RaycastResultCache_4();
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_27 = BaseInputModule_FindFirstRaycast_m8688F6932686AD7A5910C912787ED4239A70CD57(L_26, /*hidden argument*/NULL);
V_2 = L_27;
// leftData.pointerCurrentRaycast = raycast;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_28 = V_0;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_29 = V_2;
NullCheck(L_28);
PointerEventData_set_pointerCurrentRaycast_mA63CA749AC5410AF7D28F4C924BA3372E12F61FC_inline(L_28, L_29, /*hidden argument*/NULL);
// m_RaycastResultCache.Clear();
List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * L_30 = ((BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 *)__this)->get_m_RaycastResultCache_4();
NullCheck(L_30);
List_1_Clear_m4B7AF08AC7BBA143ED7EC5F528837F8212D8C422(L_30, /*hidden argument*/List_1_Clear_m4B7AF08AC7BBA143ED7EC5F528837F8212D8C422_RuntimeMethod_var);
// GetPointerData(kMouseRightId, out rightData, true);
PointerInputModule_GetPointerData_mF40B733CA91DCC168F7417BD9C264D21F82C2E94(__this, ((int32_t)-2), (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 **)(&V_3), (bool)1, /*hidden argument*/NULL);
// CopyFromTo(leftData, rightData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_31 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_32 = V_3;
PointerInputModule_CopyFromTo_m33310425F20BE45DA17DA8E1E07FFE461F410F82(__this, L_31, L_32, /*hidden argument*/NULL);
// rightData.button = PointerEventData.InputButton.Right;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_33 = V_3;
NullCheck(L_33);
PointerEventData_set_button_m240561B7D92B4AD898CDBD887828B48BBDD0DD2A_inline(L_33, 1, /*hidden argument*/NULL);
// GetPointerData(kMouseMiddleId, out middleData, true);
PointerInputModule_GetPointerData_mF40B733CA91DCC168F7417BD9C264D21F82C2E94(__this, ((int32_t)-3), (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 **)(&V_4), (bool)1, /*hidden argument*/NULL);
// CopyFromTo(leftData, middleData);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_34 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_35 = V_4;
PointerInputModule_CopyFromTo_m33310425F20BE45DA17DA8E1E07FFE461F410F82(__this, L_34, L_35, /*hidden argument*/NULL);
// middleData.button = PointerEventData.InputButton.Middle;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_36 = V_4;
NullCheck(L_36);
PointerEventData_set_button_m240561B7D92B4AD898CDBD887828B48BBDD0DD2A_inline(L_36, 2, /*hidden argument*/NULL);
// m_MouseState.SetButtonState(PointerEventData.InputButton.Left, StateForMouseButton(0), leftData);
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_37 = __this->get_m_MouseState_15();
int32_t L_38 = PointerInputModule_StateForMouseButton_m0B66950A94543E8F6D16AC6546E7009AEE0B8E2C(__this, 0, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_39 = V_0;
NullCheck(L_37);
MouseState_SetButtonState_m4A6AB431337B8CFE2C51E7E73D9C1A15D9C78BB4(L_37, 0, L_38, L_39, /*hidden argument*/NULL);
// m_MouseState.SetButtonState(PointerEventData.InputButton.Right, StateForMouseButton(1), rightData);
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_40 = __this->get_m_MouseState_15();
int32_t L_41 = PointerInputModule_StateForMouseButton_m0B66950A94543E8F6D16AC6546E7009AEE0B8E2C(__this, 1, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_42 = V_3;
NullCheck(L_40);
MouseState_SetButtonState_m4A6AB431337B8CFE2C51E7E73D9C1A15D9C78BB4(L_40, 1, L_41, L_42, /*hidden argument*/NULL);
// m_MouseState.SetButtonState(PointerEventData.InputButton.Middle, StateForMouseButton(2), middleData);
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_43 = __this->get_m_MouseState_15();
int32_t L_44 = PointerInputModule_StateForMouseButton_m0B66950A94543E8F6D16AC6546E7009AEE0B8E2C(__this, 2, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_45 = V_4;
NullCheck(L_43);
MouseState_SetButtonState_m4A6AB431337B8CFE2C51E7E73D9C1A15D9C78BB4(L_43, 2, L_44, L_45, /*hidden argument*/NULL);
// return m_MouseState;
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_46 = __this->get_m_MouseState_15();
return L_46;
}
}
// UnityEngine.EventSystems.PointerEventData UnityEngine.EventSystems.PointerInputModule::GetLastPointerEventData(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * PointerInputModule_GetLastPointerEventData_mEC097EFC007EA8900D2346665F277C1E4A8D94BD (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, int32_t ___id0, const RuntimeMethod* method)
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * V_0 = NULL;
{
// GetPointerData(id, out data, false);
int32_t L_0 = ___id0;
PointerInputModule_GetPointerData_mF40B733CA91DCC168F7417BD9C264D21F82C2E94(__this, L_0, (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 **)(&V_0), (bool)0, /*hidden argument*/NULL);
// return data;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_1 = V_0;
return L_1;
}
}
// System.Boolean UnityEngine.EventSystems.PointerInputModule::ShouldStartDrag(UnityEngine.Vector2,UnityEngine.Vector2,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerInputModule_ShouldStartDrag_mA947D41C459516DE49CD25B0E856832956AEF02F (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___pressPos0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___currentPos1, float ___threshold2, bool ___useDragThreshold3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerInputModule_ShouldStartDrag_mA947D41C459516DE49CD25B0E856832956AEF02F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (!useDragThreshold)
bool L_0 = ___useDragThreshold3;
if (L_0)
{
goto IL_0005;
}
}
{
// return true;
return (bool)1;
}
IL_0005:
{
// return (pressPos - currentPos).sqrMagnitude >= threshold * threshold;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = ___pressPos0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___currentPos1;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
float L_4 = Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
float L_5 = ___threshold2;
float L_6 = ___threshold2;
return (bool)((((int32_t)((!(((float)L_4) >= ((float)((float)il2cpp_codegen_multiply((float)L_5, (float)L_6)))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule::ProcessMove(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule_ProcessMove_mE19CAFF568799ED491CE71939D6EFD2535ACB0A5 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___pointerEvent0, const RuntimeMethod* method)
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_1;
memset((&V_1), 0, sizeof(V_1));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * G_B3_0 = NULL;
{
// var targetGO = (Cursor.lockState == CursorLockMode.Locked ? null : pointerEvent.pointerCurrentRaycast.gameObject);
int32_t L_0 = Cursor_get_lockState_mE0C93F496E3AA120AD168ED30371C35ED79C9DF1(/*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_0018;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_1 = ___pointerEvent0;
NullCheck(L_1);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_2 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(L_1, /*hidden argument*/NULL);
V_1 = L_2;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_1), /*hidden argument*/NULL);
G_B3_0 = L_3;
goto IL_0019;
}
IL_0018:
{
G_B3_0 = ((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)(NULL));
}
IL_0019:
{
V_0 = G_B3_0;
// HandlePointerExitAndEnter(pointerEvent, targetGO);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_4 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = V_0;
BaseInputModule_HandlePointerExitAndEnter_mFA61D8BA9B2377B56E3844CE8E3C15DF4C1959CB(__this, L_4, L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule::ProcessDrag(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule_ProcessDrag_m2A544286EF20A04D6E42FFCFD0F73DD89F9614A2 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___pointerEvent0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerInputModule_ProcessDrag_m2A544286EF20A04D6E42FFCFD0F73DD89F9614A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!pointerEvent.IsPointerMoving() ||
// Cursor.lockState == CursorLockMode.Locked ||
// pointerEvent.pointerDrag == null)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___pointerEvent0;
NullCheck(L_0);
bool L_1 = PointerEventData_IsPointerMoving_m898C7306913917BFE04B3CF7A7A463EE94979D68(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001e;
}
}
{
int32_t L_2 = Cursor_get_lockState_mE0C93F496E3AA120AD168ED30371C35ED79C9DF1(/*hidden argument*/NULL);
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_001e;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_3 = ___pointerEvent0;
NullCheck(L_3);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_5 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_4, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_001f;
}
}
IL_001e:
{
// return;
return;
}
IL_001f:
{
// if (!pointerEvent.dragging
// && ShouldStartDrag(pointerEvent.pressPosition, pointerEvent.position, eventSystem.pixelDragThreshold, pointerEvent.useDragThreshold))
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_6 = ___pointerEvent0;
NullCheck(L_6);
bool L_7 = PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0065;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_8 = ___pointerEvent0;
NullCheck(L_8);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = PointerEventData_get_pressPosition_m7C8D5A54C81C801EB577A60718C4211DFA1A3624_inline(L_8, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = ___pointerEvent0;
NullCheck(L_10);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(L_10, /*hidden argument*/NULL);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_12 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_12);
int32_t L_13 = EventSystem_get_pixelDragThreshold_mE7B5BD351A7B6CD3881D212B84351F23C54AC724_inline(L_12, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_14 = ___pointerEvent0;
NullCheck(L_14);
bool L_15 = PointerEventData_get_useDragThreshold_mD34A3546D654B48F02FA3920DBEC208891257482_inline(L_14, /*hidden argument*/NULL);
bool L_16 = PointerInputModule_ShouldStartDrag_mA947D41C459516DE49CD25B0E856832956AEF02F(L_9, L_11, (((float)((float)L_13))), L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0065;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerDrag, pointerEvent, ExecuteEvents.beginDragHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_17 = ___pointerEvent0;
NullCheck(L_17);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_18 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_17, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_19 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * L_20 = ExecuteEvents_get_beginDragHandler_m7F238765714F73899EAFDF0BA203D9A8A57AED31_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIBeginDragHandler_t5CBE3EF4B4A6303FA5E9AC40295295BBAD687BF4_mF52BD88147F7A01FED8F60F7279FB4885C81B677(L_18, L_19, L_20, /*hidden argument*/ExecuteEvents_Execute_TisIBeginDragHandler_t5CBE3EF4B4A6303FA5E9AC40295295BBAD687BF4_mF52BD88147F7A01FED8F60F7279FB4885C81B677_RuntimeMethod_var);
// pointerEvent.dragging = true;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_21 = ___pointerEvent0;
NullCheck(L_21);
PointerEventData_set_dragging_m34110A723023758249425A1F3C98EFA27BF19F45_inline(L_21, (bool)1, /*hidden argument*/NULL);
}
IL_0065:
{
// if (pointerEvent.dragging)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_22 = ___pointerEvent0;
NullCheck(L_22);
bool L_23 = PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline(L_22, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_00b9;
}
}
{
// if (pointerEvent.pointerPress != pointerEvent.pointerDrag)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_24 = ___pointerEvent0;
NullCheck(L_24);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_25 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(L_24, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_26 = ___pointerEvent0;
NullCheck(L_26);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_27 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_26, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_28 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_25, L_27, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00a7;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerPress, pointerEvent, ExecuteEvents.pointerUpHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_29 = ___pointerEvent0;
NullCheck(L_29);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_30 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(L_29, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_31 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * L_32 = ExecuteEvents_get_pointerUpHandler_m7EDDD1128DC04344CECEBCB9B6B7CD064F7FAED2_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_m5EC8537A16BC86231FBADBD3824D8BB988B2217F(L_30, L_31, L_32, /*hidden argument*/ExecuteEvents_Execute_TisIPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_m5EC8537A16BC86231FBADBD3824D8BB988B2217F_RuntimeMethod_var);
// pointerEvent.eligibleForClick = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_33 = ___pointerEvent0;
NullCheck(L_33);
PointerEventData_set_eligibleForClick_m40B82588BC83E4CF72209B9B1A50585CCE82ABD2_inline(L_33, (bool)0, /*hidden argument*/NULL);
// pointerEvent.pointerPress = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_34 = ___pointerEvent0;
NullCheck(L_34);
PointerEventData_set_pointerPress_m053AF3BF19752D9271AAC6A633B2718C61870D33(L_34, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// pointerEvent.rawPointerPress = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_35 = ___pointerEvent0;
NullCheck(L_35);
PointerEventData_set_rawPointerPress_mEBAE6DDF7485B81E092BDE13462926FB5C251BB2_inline(L_35, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
}
IL_00a7:
{
// ExecuteEvents.Execute(pointerEvent.pointerDrag, pointerEvent, ExecuteEvents.dragHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_36 = ___pointerEvent0;
NullCheck(L_36);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_37 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_36, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_38 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * L_39 = ExecuteEvents_get_dragHandler_m41B7D77771806788CD773C83C2E5A53D5ED5B179_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m741D6B2B38ED2B8C2F9C8E8455FC07DE85E4EFC1(L_37, L_38, L_39, /*hidden argument*/ExecuteEvents_Execute_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m741D6B2B38ED2B8C2F9C8E8455FC07DE85E4EFC1_RuntimeMethod_var);
}
IL_00b9:
{
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.PointerInputModule::IsPointerOverGameObject(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PointerInputModule_IsPointerOverGameObject_m559779A0E006BBB28F99A6AB59011FA397320B46 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, int32_t ___pointerId0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerInputModule_IsPointerOverGameObject_m559779A0E006BBB28F99A6AB59011FA397320B46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * V_0 = NULL;
{
// var lastPointer = GetLastPointerEventData(pointerId);
int32_t L_0 = ___pointerId0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_1 = PointerInputModule_GetLastPointerEventData_mEC097EFC007EA8900D2346665F277C1E4A8D94BD(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
// if (lastPointer != null)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = V_0;
if (!L_2)
{
goto IL_0018;
}
}
{
// return lastPointer.pointerEnter != null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_3 = V_0;
NullCheck(L_3);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_5 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_4, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
return L_5;
}
IL_0018:
{
// return false;
return (bool)0;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule::ClearSelection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule_ClearSelection_m90CD812546D41142C4E9C599D7DD39A887F3F5C1 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerInputModule_ClearSelection_m90CD812546D41142C4E9C599D7DD39A887F3F5C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * V_0 = NULL;
Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 V_1;
memset((&V_1), 0, sizeof(V_1));
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// var baseEventData = GetBaseEventData();
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_0 = VirtFuncInvoker0< BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * >::Invoke(19 /* UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.BaseInputModule::GetBaseEventData() */, __this);
V_0 = L_0;
// foreach (var pointer in m_PointerData.Values)
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * L_1 = __this->get_m_PointerData_14();
NullCheck(L_1);
ValueCollection_tE02BFE5D47E47509F8D4DB392A86B2FA4D23C860 * L_2 = Dictionary_2_get_Values_m5DFAF423E31B2C717A7609A37B8BF9D40C37F298(L_1, /*hidden argument*/Dictionary_2_get_Values_m5DFAF423E31B2C717A7609A37B8BF9D40C37F298_RuntimeMethod_var);
NullCheck(L_2);
Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 L_3 = ValueCollection_GetEnumerator_m3083BA828B5A7D74B60B794E13BABECAA17F9100(L_2, /*hidden argument*/ValueCollection_GetEnumerator_m3083BA828B5A7D74B60B794E13BABECAA17F9100_RuntimeMethod_var);
V_1 = L_3;
}
IL_0018:
try
{ // begin try (depth: 1)
{
goto IL_002a;
}
IL_001a:
{
// foreach (var pointer in m_PointerData.Values)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_4 = Enumerator_get_Current_mB62E0EF30EB99C5E6EED36F0B93AFDA160DA5DC4_inline((Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 *)(&V_1), /*hidden argument*/Enumerator_get_Current_mB62E0EF30EB99C5E6EED36F0B93AFDA160DA5DC4_RuntimeMethod_var);
V_2 = L_4;
// HandlePointerExitAndEnter(pointer, null);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_5 = V_2;
BaseInputModule_HandlePointerExitAndEnter_mFA61D8BA9B2377B56E3844CE8E3C15DF4C1959CB(__this, L_5, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
}
IL_002a:
{
// foreach (var pointer in m_PointerData.Values)
bool L_6 = Enumerator_MoveNext_m2BE5B0DF09B0748DC7BF77614E4D7B005F7C1B26((Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m2BE5B0DF09B0748DC7BF77614E4D7B005F7C1B26_RuntimeMethod_var);
if (L_6)
{
goto IL_001a;
}
}
IL_0033:
{
IL2CPP_LEAVE(0x43, FINALLY_0035);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0035;
}
FINALLY_0035:
{ // begin finally (depth: 1)
Enumerator_Dispose_mD4C14B2F450115E24AEC05C973F48037B5747921((Enumerator_t41FA4A262247ABC7EF98E82EE2F07514E1A043D1 *)(&V_1), /*hidden argument*/Enumerator_Dispose_mD4C14B2F450115E24AEC05C973F48037B5747921_RuntimeMethod_var);
IL2CPP_END_FINALLY(53)
} // end finally (depth: 1)
IL2CPP_CLEANUP(53)
{
IL2CPP_JUMP_TBL(0x43, IL_0043)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0043:
{
// m_PointerData.Clear();
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * L_7 = __this->get_m_PointerData_14();
NullCheck(L_7);
Dictionary_2_Clear_m5E134812002582F6C695F280657B0F0FB866C81D(L_7, /*hidden argument*/Dictionary_2_Clear_m5E134812002582F6C695F280657B0F0FB866C81D_RuntimeMethod_var);
// eventSystem.SetSelectedGameObject(null, baseEventData);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_8 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_9 = V_0;
NullCheck(L_8);
EventSystem_SetSelectedGameObject_m3347D67C1A6386E6D7AF89773DC2960953B9C702(L_8, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, L_9, /*hidden argument*/NULL);
// }
return;
}
}
// System.String UnityEngine.EventSystems.PointerInputModule::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PointerInputModule_ToString_mF269BDD6927D4E4F92586120C558234BACE12BF8 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerInputModule_ToString_mF269BDD6927D4E4F92586120C558234BACE12BF8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB V_1;
memset((&V_1), 0, sizeof(V_1));
KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC V_2;
memset((&V_2), 0, sizeof(V_2));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// var sb = new StringBuilder("<b>Pointer Input Module of type: </b>" + GetType());
Type_t * L_0 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
String_t* L_1 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralE977CAF15E7FB7C956766F120C920C4681ABA4A4, L_0, /*hidden argument*/NULL);
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m53E278FB62B3EAEFAF82890C97219B9B5E2A56C3(L_2, L_1, /*hidden argument*/NULL);
V_0 = L_2;
// sb.AppendLine();
StringBuilder_t * L_3 = V_0;
NullCheck(L_3);
StringBuilder_AppendLine_mB5B3F68726B05CD404C8C8D8F5A3D2A58FF16BB9(L_3, /*hidden argument*/NULL);
// foreach (var pointer in m_PointerData)
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * L_4 = __this->get_m_PointerData_14();
NullCheck(L_4);
Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB L_5 = Dictionary_2_GetEnumerator_m1C541FAF22C7EF038333DA366B4AE0ACDD66AB2F(L_4, /*hidden argument*/Dictionary_2_GetEnumerator_m1C541FAF22C7EF038333DA366B4AE0ACDD66AB2F_RuntimeMethod_var);
V_1 = L_5;
}
IL_0029:
try
{ // begin try (depth: 1)
{
goto IL_006c;
}
IL_002b:
{
// foreach (var pointer in m_PointerData)
KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC L_6 = Enumerator_get_Current_m6AA7A4DE9A930D4377847ECAB3FB7366445586FC_inline((Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB *)(&V_1), /*hidden argument*/Enumerator_get_Current_m6AA7A4DE9A930D4377847ECAB3FB7366445586FC_RuntimeMethod_var);
V_2 = L_6;
// if (pointer.Value == null)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_7 = KeyValuePair_2_get_Value_m5C4F597552188FC896592B5F4C7D2562ED08D782_inline((KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m5C4F597552188FC896592B5F4C7D2562ED08D782_RuntimeMethod_var);
if (!L_7)
{
goto IL_006c;
}
}
IL_003c:
{
// sb.AppendLine("<B>Pointer:</b> " + pointer.Key);
StringBuilder_t * L_8 = V_0;
int32_t L_9 = KeyValuePair_2_get_Key_mA55B20415ED8EE1E5534FF7842AA3DFAB1D71288_inline((KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Key_mA55B20415ED8EE1E5534FF7842AA3DFAB1D71288_RuntimeMethod_var);
int32_t L_10 = L_9;
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
String_t* L_12 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral30E23F5B45079EDF760E25405EF8980EBB8B47EF, L_11, /*hidden argument*/NULL);
NullCheck(L_8);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_8, L_12, /*hidden argument*/NULL);
// sb.AppendLine(pointer.Value.ToString());
StringBuilder_t * L_13 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_14 = KeyValuePair_2_get_Value_m5C4F597552188FC896592B5F4C7D2562ED08D782_inline((KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC *)(&V_2), /*hidden argument*/KeyValuePair_2_get_Value_m5C4F597552188FC896592B5F4C7D2562ED08D782_RuntimeMethod_var);
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14);
NullCheck(L_13);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_13, L_15, /*hidden argument*/NULL);
}
IL_006c:
{
// foreach (var pointer in m_PointerData)
bool L_16 = Enumerator_MoveNext_m4752940BF82094EBB7F9499882C0F4BA41CE7654((Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB *)(&V_1), /*hidden argument*/Enumerator_MoveNext_m4752940BF82094EBB7F9499882C0F4BA41CE7654_RuntimeMethod_var);
if (L_16)
{
goto IL_002b;
}
}
IL_0075:
{
IL2CPP_LEAVE(0x85, FINALLY_0077);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0077;
}
FINALLY_0077:
{ // begin finally (depth: 1)
Enumerator_Dispose_mABC1114077588D73707368D2C7E05EA9CF4DD99A((Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB *)(&V_1), /*hidden argument*/Enumerator_Dispose_mABC1114077588D73707368D2C7E05EA9CF4DD99A_RuntimeMethod_var);
IL2CPP_END_FINALLY(119)
} // end finally (depth: 1)
IL2CPP_CLEANUP(119)
{
IL2CPP_JUMP_TBL(0x85, IL_0085)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0085:
{
// return sb.ToString();
StringBuilder_t * L_17 = V_0;
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17);
return L_18;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule::DeselectIfSelectionChanged(UnityEngine.GameObject,UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule_DeselectIfSelectionChanged_mD24AB70C8C12903D513ABB8BAE132E707B0F0A70 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___currentOverGo0, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___pointerEvent1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerInputModule_DeselectIfSelectionChanged_mD24AB70C8C12903D513ABB8BAE132E707B0F0A70_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// var selectHandlerGO = ExecuteEvents.GetEventHandler<ISelectHandler>(currentOverGo);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___currentOverGo0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = ExecuteEvents_GetEventHandler_TisISelectHandler_t05E0943DEF2BC53023C2E4BF4C815E0EDE82C0F4_mF4CBE0CD9A57B74AD0300F5CD3F0B2CD5529CFF2(L_0, /*hidden argument*/ExecuteEvents_GetEventHandler_TisISelectHandler_t05E0943DEF2BC53023C2E4BF4C815E0EDE82C0F4_mF4CBE0CD9A57B74AD0300F5CD3F0B2CD5529CFF2_RuntimeMethod_var);
// if (selectHandlerGO != eventSystem.currentSelectedGameObject)
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_2 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline(L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_4 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_1, L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0025;
}
}
{
// eventSystem.SetSelectedGameObject(null, pointerEvent);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_5 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_6 = ___pointerEvent1;
NullCheck(L_5);
EventSystem_SetSelectedGameObject_m3347D67C1A6386E6D7AF89773DC2960953B9C702(L_5, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, L_6, /*hidden argument*/NULL);
}
IL_0025:
{
// }
return;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerInputModule__ctor_m05A4A9E4BF8053B1444986BF3EB27D8007AE9275 (PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PointerInputModule__ctor_m05A4A9E4BF8053B1444986BF3EB27D8007AE9275_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// protected Dictionary<int, PointerEventData> m_PointerData = new Dictionary<int, PointerEventData>();
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * L_0 = (Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA *)il2cpp_codegen_object_new(Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mF7111B54D6541408873B092D226ACE67D76CC699(L_0, /*hidden argument*/Dictionary_2__ctor_mF7111B54D6541408873B092D226ACE67D76CC699_RuntimeMethod_var);
__this->set_m_PointerData_14(L_0);
// private readonly MouseState m_MouseState = new MouseState();
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_1 = (MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 *)il2cpp_codegen_object_new(MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7_il2cpp_TypeInfo_var);
MouseState__ctor_mCEC029743547501A89B66C448642D3BA8D5EB600(L_1, /*hidden argument*/NULL);
__this->set_m_MouseState_15(L_1);
BaseInputModule__ctor_m8F78B6153670F05181D1B348C4259C45DCF4C231(__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
// UnityEngine.EventSystems.PointerInputModule_MouseButtonEventData UnityEngine.EventSystems.PointerInputModule_ButtonState::get_eventData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, const RuntimeMethod* method)
{
{
// get { return m_EventData; }
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_0 = __this->get_m_EventData_1();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule_ButtonState::set_eventData(UnityEngine.EventSystems.PointerInputModule_MouseButtonEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ButtonState_set_eventData_m3E72ED95C634264A32BE660552D22684B0BF8B55 (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * ___value0, const RuntimeMethod* method)
{
{
// set { m_EventData = value; }
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_0 = ___value0;
__this->set_m_EventData_1(L_0);
// set { m_EventData = value; }
return;
}
}
// UnityEngine.EventSystems.PointerEventData_InputButton UnityEngine.EventSystems.PointerInputModule_ButtonState::get_button()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ButtonState_get_button_mB538B2D483C482A7E628D26BA390449A54C958A3 (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, const RuntimeMethod* method)
{
{
// get { return m_Button; }
int32_t L_0 = __this->get_m_Button_0();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule_ButtonState::set_button(UnityEngine.EventSystems.PointerEventData_InputButton)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ButtonState_set_button_m9D44DBD86C06F5C9DF68A84CD5D89A4847E02D68 (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { m_Button = value; }
int32_t L_0 = ___value0;
__this->set_m_Button_0(L_0);
// set { m_Button = value; }
return;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule_ButtonState::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ButtonState__ctor_m96C223DB2B958828D45ACB15D1CF32C4B87FFA97 (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean UnityEngine.EventSystems.PointerInputModule_MouseButtonEventData::PressedThisFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseButtonEventData_PressedThisFrame_m172F2A7A82DED3678EF87AD1B4FD69D6D406E176 (MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * __this, const RuntimeMethod* method)
{
{
// return buttonState == PointerEventData.FramePressState.Pressed || buttonState == PointerEventData.FramePressState.PressedAndReleased;
int32_t L_0 = __this->get_buttonState_0();
if (!L_0)
{
goto IL_0012;
}
}
{
int32_t L_1 = __this->get_buttonState_0();
return (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0);
}
IL_0012:
{
return (bool)1;
}
}
// System.Boolean UnityEngine.EventSystems.PointerInputModule_MouseButtonEventData::ReleasedThisFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseButtonEventData_ReleasedThisFrame_mE4BFCF235B7D4B71D41FE3A4CDB376701001CD40 (MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * __this, const RuntimeMethod* method)
{
{
// return buttonState == PointerEventData.FramePressState.Released || buttonState == PointerEventData.FramePressState.PressedAndReleased;
int32_t L_0 = __this->get_buttonState_0();
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_0013;
}
}
{
int32_t L_1 = __this->get_buttonState_0();
return (bool)((((int32_t)L_1) == ((int32_t)2))? 1 : 0);
}
IL_0013:
{
return (bool)1;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule_MouseButtonEventData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseButtonEventData__ctor_mB419FF26D986E03E724C39FC0BF03B8B2C461FD3 (MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean UnityEngine.EventSystems.PointerInputModule_MouseState::AnyPressesThisFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseState_AnyPressesThisFrame_m8055332F4AA44246655B6E19522E1A39CB172D95 (MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MouseState_AnyPressesThisFrame_m8055332F4AA44246655B6E19522E1A39CB172D95_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// for (int i = 0; i < m_TrackedButtons.Count; i++)
V_0 = 0;
goto IL_0022;
}
IL_0004:
{
// if (m_TrackedButtons[i].eventData.PressedThisFrame())
List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * L_0 = __this->get_m_TrackedButtons_0();
int32_t L_1 = V_0;
NullCheck(L_0);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_2 = List_1_get_Item_m8D4F507953F2B93EA7C0501FEC2051D4C58CF483_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m8D4F507953F2B93EA7C0501FEC2051D4C58CF483_RuntimeMethod_var);
NullCheck(L_2);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_3 = ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_4 = MouseButtonEventData_PressedThisFrame_m172F2A7A82DED3678EF87AD1B4FD69D6D406E176(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_001e;
}
}
{
// return true;
return (bool)1;
}
IL_001e:
{
// for (int i = 0; i < m_TrackedButtons.Count; i++)
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0022:
{
// for (int i = 0; i < m_TrackedButtons.Count; i++)
int32_t L_6 = V_0;
List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * L_7 = __this->get_m_TrackedButtons_0();
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_m178B4BEE5CC704EFBA5BDDCDAC1B4AEDAD99D82B_inline(L_7, /*hidden argument*/List_1_get_Count_m178B4BEE5CC704EFBA5BDDCDAC1B4AEDAD99D82B_RuntimeMethod_var);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_0004;
}
}
{
// return false;
return (bool)0;
}
}
// System.Boolean UnityEngine.EventSystems.PointerInputModule_MouseState::AnyReleasesThisFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MouseState_AnyReleasesThisFrame_mCB786F99845E669E59BF259723A2368931A324EC (MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MouseState_AnyReleasesThisFrame_mCB786F99845E669E59BF259723A2368931A324EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// for (int i = 0; i < m_TrackedButtons.Count; i++)
V_0 = 0;
goto IL_0022;
}
IL_0004:
{
// if (m_TrackedButtons[i].eventData.ReleasedThisFrame())
List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * L_0 = __this->get_m_TrackedButtons_0();
int32_t L_1 = V_0;
NullCheck(L_0);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_2 = List_1_get_Item_m8D4F507953F2B93EA7C0501FEC2051D4C58CF483_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m8D4F507953F2B93EA7C0501FEC2051D4C58CF483_RuntimeMethod_var);
NullCheck(L_2);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_3 = ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_4 = MouseButtonEventData_ReleasedThisFrame_mE4BFCF235B7D4B71D41FE3A4CDB376701001CD40(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_001e;
}
}
{
// return true;
return (bool)1;
}
IL_001e:
{
// for (int i = 0; i < m_TrackedButtons.Count; i++)
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_0022:
{
// for (int i = 0; i < m_TrackedButtons.Count; i++)
int32_t L_6 = V_0;
List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * L_7 = __this->get_m_TrackedButtons_0();
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_m178B4BEE5CC704EFBA5BDDCDAC1B4AEDAD99D82B_inline(L_7, /*hidden argument*/List_1_get_Count_m178B4BEE5CC704EFBA5BDDCDAC1B4AEDAD99D82B_RuntimeMethod_var);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_0004;
}
}
{
// return false;
return (bool)0;
}
}
// UnityEngine.EventSystems.PointerInputModule_ButtonState UnityEngine.EventSystems.PointerInputModule_MouseState::GetButtonState(UnityEngine.EventSystems.PointerEventData_InputButton)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * MouseState_GetButtonState_m0C2884609F720A284C72EAEF061C781F4874CCAE (MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * __this, int32_t ___button0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MouseState_GetButtonState_m0C2884609F720A284C72EAEF061C781F4874CCAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * V_0 = NULL;
int32_t V_1 = 0;
{
// ButtonState tracked = null;
V_0 = (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D *)NULL;
// for (int i = 0; i < m_TrackedButtons.Count; i++)
V_1 = 0;
goto IL_002d;
}
IL_0006:
{
// if (m_TrackedButtons[i].button == button)
List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * L_0 = __this->get_m_TrackedButtons_0();
int32_t L_1 = V_1;
NullCheck(L_0);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_2 = List_1_get_Item_m8D4F507953F2B93EA7C0501FEC2051D4C58CF483_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m8D4F507953F2B93EA7C0501FEC2051D4C58CF483_RuntimeMethod_var);
NullCheck(L_2);
int32_t L_3 = ButtonState_get_button_mB538B2D483C482A7E628D26BA390449A54C958A3_inline(L_2, /*hidden argument*/NULL);
int32_t L_4 = ___button0;
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
{
goto IL_0029;
}
}
{
// tracked = m_TrackedButtons[i];
List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * L_5 = __this->get_m_TrackedButtons_0();
int32_t L_6 = V_1;
NullCheck(L_5);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_7 = List_1_get_Item_m8D4F507953F2B93EA7C0501FEC2051D4C58CF483_inline(L_5, L_6, /*hidden argument*/List_1_get_Item_m8D4F507953F2B93EA7C0501FEC2051D4C58CF483_RuntimeMethod_var);
V_0 = L_7;
// break;
goto IL_003b;
}
IL_0029:
{
// for (int i = 0; i < m_TrackedButtons.Count; i++)
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002d:
{
// for (int i = 0; i < m_TrackedButtons.Count; i++)
int32_t L_9 = V_1;
List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * L_10 = __this->get_m_TrackedButtons_0();
NullCheck(L_10);
int32_t L_11 = List_1_get_Count_m178B4BEE5CC704EFBA5BDDCDAC1B4AEDAD99D82B_inline(L_10, /*hidden argument*/List_1_get_Count_m178B4BEE5CC704EFBA5BDDCDAC1B4AEDAD99D82B_RuntimeMethod_var);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_0006;
}
}
IL_003b:
{
// if (tracked == null)
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_12 = V_0;
if (L_12)
{
goto IL_0062;
}
}
{
// tracked = new ButtonState { button = button, eventData = new MouseButtonEventData() };
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_13 = (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D *)il2cpp_codegen_object_new(ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D_il2cpp_TypeInfo_var);
ButtonState__ctor_m96C223DB2B958828D45ACB15D1CF32C4B87FFA97(L_13, /*hidden argument*/NULL);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_14 = L_13;
int32_t L_15 = ___button0;
NullCheck(L_14);
ButtonState_set_button_m9D44DBD86C06F5C9DF68A84CD5D89A4847E02D68_inline(L_14, L_15, /*hidden argument*/NULL);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_16 = L_14;
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_17 = (MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 *)il2cpp_codegen_object_new(MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988_il2cpp_TypeInfo_var);
MouseButtonEventData__ctor_mB419FF26D986E03E724C39FC0BF03B8B2C461FD3(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
ButtonState_set_eventData_m3E72ED95C634264A32BE660552D22684B0BF8B55_inline(L_16, L_17, /*hidden argument*/NULL);
V_0 = L_16;
// m_TrackedButtons.Add(tracked);
List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * L_18 = __this->get_m_TrackedButtons_0();
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_19 = V_0;
NullCheck(L_18);
List_1_Add_m473340A1650E68D51EC0977752F774D191638D21(L_18, L_19, /*hidden argument*/List_1_Add_m473340A1650E68D51EC0977752F774D191638D21_RuntimeMethod_var);
}
IL_0062:
{
// return tracked;
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_20 = V_0;
return L_20;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule_MouseState::SetButtonState(UnityEngine.EventSystems.PointerEventData_InputButton,UnityEngine.EventSystems.PointerEventData_FramePressState,UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseState_SetButtonState_m4A6AB431337B8CFE2C51E7E73D9C1A15D9C78BB4 (MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * __this, int32_t ___button0, int32_t ___stateForMouseButton1, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___data2, const RuntimeMethod* method)
{
{
// var toModify = GetButtonState(button);
int32_t L_0 = ___button0;
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_1 = MouseState_GetButtonState_m0C2884609F720A284C72EAEF061C781F4874CCAE(__this, L_0, /*hidden argument*/NULL);
// toModify.eventData.buttonState = stateForMouseButton;
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_2 = L_1;
NullCheck(L_2);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_3 = ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline(L_2, /*hidden argument*/NULL);
int32_t L_4 = ___stateForMouseButton1;
NullCheck(L_3);
L_3->set_buttonState_0(L_4);
// toModify.eventData.buttonData = data;
NullCheck(L_2);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_5 = ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline(L_2, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_6 = ___data2;
NullCheck(L_5);
L_5->set_buttonData_1(L_6);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.PointerInputModule_MouseState::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MouseState__ctor_mCEC029743547501A89B66C448642D3BA8D5EB600 (MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MouseState__ctor_mCEC029743547501A89B66C448642D3BA8D5EB600_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private List<ButtonState> m_TrackedButtons = new List<ButtonState>();
List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA * L_0 = (List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA *)il2cpp_codegen_object_new(List_1_tF0A983C549D4719BB6731A650E4E4F1BB16AADAA_il2cpp_TypeInfo_var);
List_1__ctor_mA1A5C97C3F84391F0507B0D458855A5C4AD7A37F(L_0, /*hidden argument*/List_1__ctor_mA1A5C97C3F84391F0507B0D458855A5C4AD7A37F_RuntimeMethod_var);
__this->set_m_TrackedButtons_0(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.EventSystems.RaycastResult
IL2CPP_EXTERN_C void RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshal_pinvoke(const RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91& unmarshaled, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_GameObject_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_GameObject' of type 'RaycastResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_GameObject_0Exception, NULL);
}
IL2CPP_EXTERN_C void RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshal_pinvoke_back(const RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_pinvoke& marshaled, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91& unmarshaled)
{
Exception_t* ___m_GameObject_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_GameObject' of type 'RaycastResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_GameObject_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.EventSystems.RaycastResult
IL2CPP_EXTERN_C void RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshal_pinvoke_cleanup(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.EventSystems.RaycastResult
IL2CPP_EXTERN_C void RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshal_com(const RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91& unmarshaled, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_com& marshaled)
{
Exception_t* ___m_GameObject_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_GameObject' of type 'RaycastResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_GameObject_0Exception, NULL);
}
IL2CPP_EXTERN_C void RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshal_com_back(const RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_com& marshaled, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91& unmarshaled)
{
Exception_t* ___m_GameObject_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_GameObject' of type 'RaycastResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_GameObject_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.EventSystems.RaycastResult
IL2CPP_EXTERN_C void RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshal_com_cleanup(RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91_marshaled_com& marshaled)
{
}
// UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::get_gameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, const RuntimeMethod* method)
{
{
// get { return m_GameObject; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_GameObject_0();
return L_0;
}
}
IL2CPP_EXTERN_C GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * _thisAdjusted = reinterpret_cast<RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *>(__this + _offset);
return RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.EventSystems.RaycastResult::set_gameObject(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycastResult_set_gameObject_m4EB676328BEC6E2C3A2AFBA4B405CEDDEAEBBFFA (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// set { m_GameObject = value; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_m_GameObject_0(L_0);
// set { m_GameObject = value; }
return;
}
}
IL2CPP_EXTERN_C void RaycastResult_set_gameObject_m4EB676328BEC6E2C3A2AFBA4B405CEDDEAEBBFFA_AdjustorThunk (RuntimeObject * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * _thisAdjusted = reinterpret_cast<RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *>(__this + _offset);
RaycastResult_set_gameObject_m4EB676328BEC6E2C3A2AFBA4B405CEDDEAEBBFFA_inline(_thisAdjusted, ___value0, method);
}
// System.Boolean UnityEngine.EventSystems.RaycastResult::get_isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RaycastResult_get_isValid_m2F2241EF619EFFC0F609FAA35D4C64455712DE47 (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RaycastResult_get_isValid_m2F2241EF619EFFC0F609FAA35D4C64455712DE47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return module != null && gameObject != null; }
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_0 = __this->get_module_1();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001b;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_2, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
return L_3;
}
IL_001b:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool RaycastResult_get_isValid_m2F2241EF619EFFC0F609FAA35D4C64455712DE47_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * _thisAdjusted = reinterpret_cast<RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *>(__this + _offset);
return RaycastResult_get_isValid_m2F2241EF619EFFC0F609FAA35D4C64455712DE47(_thisAdjusted, method);
}
// System.Void UnityEngine.EventSystems.RaycastResult::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycastResult_Clear_mDC3D08DD775DA02145E5AF6FE62465EBACEB4AAB (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RaycastResult_Clear_mDC3D08DD775DA02145E5AF6FE62465EBACEB4AAB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// gameObject = null;
RaycastResult_set_gameObject_m4EB676328BEC6E2C3A2AFBA4B405CEDDEAEBBFFA_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)__this, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// module = null;
__this->set_module_1((BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 *)NULL);
// distance = 0;
__this->set_distance_2((0.0f));
// index = 0;
__this->set_index_3((0.0f));
// depth = 0;
__this->set_depth_4(0);
// sortingLayer = 0;
__this->set_sortingLayer_5(0);
// sortingOrder = 0;
__this->set_sortingOrder_6(0);
// worldNormal = Vector3.up;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_0 = Vector3_get_up_m6309EBC4E42D6D0B3D28056BD23D0331275306F7(/*hidden argument*/NULL);
__this->set_worldNormal_8(L_0);
// worldPosition = Vector3.zero;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_1 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
__this->set_worldPosition_7(L_1);
// screenPosition = Vector3.zero;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_2 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_2, /*hidden argument*/NULL);
__this->set_screenPosition_9(L_3);
// }
return;
}
}
IL2CPP_EXTERN_C void RaycastResult_Clear_mDC3D08DD775DA02145E5AF6FE62465EBACEB4AAB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * _thisAdjusted = reinterpret_cast<RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *>(__this + _offset);
RaycastResult_Clear_mDC3D08DD775DA02145E5AF6FE62465EBACEB4AAB(_thisAdjusted, method);
}
// System.String UnityEngine.EventSystems.RaycastResult::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* RaycastResult_ToString_m0EE4380602D2025F27DB18ABE887E9CC7C39BB5B (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RaycastResult_ToString_m0EE4380602D2025F27DB18ABE887E9CC7C39BB5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!isValid)
bool L_0 = RaycastResult_get_isValid_m2F2241EF619EFFC0F609FAA35D4C64455712DE47((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000e;
}
}
{
// return "";
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_000e:
{
// return "Name: " + gameObject + "\n" +
// "module: " + module + "\n" +
// "distance: " + distance + "\n" +
// "index: " + index + "\n" +
// "depth: " + depth + "\n" +
// "worldNormal: " + worldNormal + "\n" +
// "worldPosition: " + worldPosition + "\n" +
// "screenPosition: " + screenPosition + "\n" +
// "module.sortOrderPriority: " + module.sortOrderPriority + "\n" +
// "module.renderOrderPriority: " + module.renderOrderPriority + "\n" +
// "sortingLayer: " + sortingLayer + "\n" +
// "sortingOrder: " + sortingOrder;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralB3F69F1983924ED9EB2751F7152C86B163972C18);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralB3F69F1983924ED9EB2751F7152C86B163972C18);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_2;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)__this, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_3;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteral0D7BD1E1A6D6CC41541CAED056D3FA640CF2173A);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral0D7BD1E1A6D6CC41541CAED056D3FA640CF2173A);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_7 = __this->get_module_1();
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_6;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, _stringLiteral86FCAF1AF93C617D1364DC367624A8FEB943281A);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteral86FCAF1AF93C617D1364DC367624A8FEB943281A);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
float L_10 = __this->get_distance_2();
float L_11 = L_10;
RuntimeObject * L_12 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_11);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_12);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_9;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteralEA81BA6C8195F7C4BA52AB477DAA6FB3F054E78C);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)_stringLiteralEA81BA6C8195F7C4BA52AB477DAA6FB3F054E78C);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
float L_15 = __this->get_index_3();
float L_16 = L_15;
RuntimeObject * L_17 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_16);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_17);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject *)L_17);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_14;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteral49E2F6FB28F86D062992BC1F71EB61C7BC53B964);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject *)_stringLiteral49E2F6FB28F86D062992BC1F71EB61C7BC53B964);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_18;
int32_t L_20 = __this->get_depth_4();
int32_t L_21 = L_20;
RuntimeObject * L_22 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_21);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_22);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeObject *)L_22);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = L_19;
NullCheck(L_23);
ArrayElementTypeCheck (L_23, _stringLiteral2841B878355F39CF0C546606D1CF252D22A1DAD5);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RuntimeObject *)_stringLiteral2841B878355F39CF0C546606D1CF252D22A1DAD5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_23;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_25 = __this->get_worldNormal_8();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_26 = L_25;
RuntimeObject * L_27 = Box(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var, &L_26);
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_27);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (RuntimeObject *)L_27);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_28 = L_24;
NullCheck(L_28);
ArrayElementTypeCheck (L_28, _stringLiteralE13A74B55744F7132E82D2E2F858E909AA015BD6);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (RuntimeObject *)_stringLiteralE13A74B55744F7132E82D2E2F858E909AA015BD6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_28;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_30 = __this->get_worldPosition_7();
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_31 = L_30;
RuntimeObject * L_32 = Box(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var, &L_31);
NullCheck(L_29);
ArrayElementTypeCheck (L_29, L_32);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (RuntimeObject *)L_32);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = L_29;
NullCheck(L_33);
ArrayElementTypeCheck (L_33, _stringLiteral021205C69E7E9853CA18CEC944EBD38DE0CF1ED3);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (RuntimeObject *)_stringLiteral021205C69E7E9853CA18CEC944EBD38DE0CF1ED3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_33;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_35 = __this->get_screenPosition_9();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_36 = L_35;
RuntimeObject * L_37 = Box(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var, &L_36);
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_37);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (RuntimeObject *)L_37);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = L_34;
NullCheck(L_38);
ArrayElementTypeCheck (L_38, _stringLiteral411E9525B9036979E55C8D646CD3061E1A7F05BF);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (RuntimeObject *)_stringLiteral411E9525B9036979E55C8D646CD3061E1A7F05BF);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_39 = L_38;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_40 = __this->get_module_1();
NullCheck(L_40);
int32_t L_41 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_sortOrderPriority() */, L_40);
int32_t L_42 = L_41;
RuntimeObject * L_43 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_42);
NullCheck(L_39);
ArrayElementTypeCheck (L_39, L_43);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (RuntimeObject *)L_43);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_44 = L_39;
NullCheck(L_44);
ArrayElementTypeCheck (L_44, _stringLiteral5B8FC322C1D72815FAD8B0094956D17A4863C6EB);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (RuntimeObject *)_stringLiteral5B8FC322C1D72815FAD8B0094956D17A4863C6EB);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_45 = L_44;
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_46 = __this->get_module_1();
NullCheck(L_46);
int32_t L_47 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 UnityEngine.EventSystems.BaseRaycaster::get_renderOrderPriority() */, L_46);
int32_t L_48 = L_47;
RuntimeObject * L_49 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_48);
NullCheck(L_45);
ArrayElementTypeCheck (L_45, L_49);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (RuntimeObject *)L_49);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_50 = L_45;
NullCheck(L_50);
ArrayElementTypeCheck (L_50, _stringLiteralF35202D0911AF00D4E18E90B7CC54B66CD6BF389);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (RuntimeObject *)_stringLiteralF35202D0911AF00D4E18E90B7CC54B66CD6BF389);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_51 = L_50;
int32_t L_52 = __this->get_sortingLayer_5();
int32_t L_53 = L_52;
RuntimeObject * L_54 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_53);
NullCheck(L_51);
ArrayElementTypeCheck (L_51, L_54);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (RuntimeObject *)L_54);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_55 = L_51;
NullCheck(L_55);
ArrayElementTypeCheck (L_55, _stringLiteral5A1ED5E4E065D820146BA039740194DED01DC8FD);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (RuntimeObject *)_stringLiteral5A1ED5E4E065D820146BA039740194DED01DC8FD);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_56 = L_55;
int32_t L_57 = __this->get_sortingOrder_6();
int32_t L_58 = L_57;
RuntimeObject * L_59 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_58);
NullCheck(L_56);
ArrayElementTypeCheck (L_56, L_59);
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (RuntimeObject *)L_59);
String_t* L_60 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_56, /*hidden argument*/NULL);
return L_60;
}
}
IL2CPP_EXTERN_C String_t* RaycastResult_ToString_m0EE4380602D2025F27DB18ABE887E9CC7C39BB5B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * _thisAdjusted = reinterpret_cast<RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *>(__this + _offset);
return RaycastResult_ToString_m0EE4380602D2025F27DB18ABE887E9CC7C39BB5B(_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 UnityEngine.EventSystems.RaycasterManager::AddRaycaster(UnityEngine.EventSystems.BaseRaycaster)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycasterManager_AddRaycaster_mE3A5D2AA12657F81E20AF477E084ED4C11E62A0F (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___baseRaycaster0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RaycasterManager_AddRaycaster_mE3A5D2AA12657F81E20AF477E084ED4C11E62A0F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (s_Raycasters.Contains(baseRaycaster))
IL2CPP_RUNTIME_CLASS_INIT(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var);
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * L_0 = ((RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_StaticFields*)il2cpp_codegen_static_fields_for(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var))->get_s_Raycasters_0();
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_1 = ___baseRaycaster0;
NullCheck(L_0);
bool L_2 = List_1_Contains_mDD1394F1213F45B41A99E90D016B9FC3BB50F621(L_0, L_1, /*hidden argument*/List_1_Contains_mDD1394F1213F45B41A99E90D016B9FC3BB50F621_RuntimeMethod_var);
if (!L_2)
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// s_Raycasters.Add(baseRaycaster);
IL2CPP_RUNTIME_CLASS_INIT(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var);
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * L_3 = ((RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_StaticFields*)il2cpp_codegen_static_fields_for(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var))->get_s_Raycasters_0();
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_4 = ___baseRaycaster0;
NullCheck(L_3);
List_1_Add_mA579ABF08A6C0EED48762710E8BCB68F55F8E07C(L_3, L_4, /*hidden argument*/List_1_Add_mA579ABF08A6C0EED48762710E8BCB68F55F8E07C_RuntimeMethod_var);
// }
return;
}
}
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseRaycaster> UnityEngine.EventSystems.RaycasterManager::GetRaycasters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * RaycasterManager_GetRaycasters_m3088F1DFEEDD695546B8CC290E34FD6093CD264D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RaycasterManager_GetRaycasters_m3088F1DFEEDD695546B8CC290E34FD6093CD264D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return s_Raycasters;
IL2CPP_RUNTIME_CLASS_INIT(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var);
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * L_0 = ((RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_StaticFields*)il2cpp_codegen_static_fields_for(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var))->get_s_Raycasters_0();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.RaycasterManager::RemoveRaycasters(UnityEngine.EventSystems.BaseRaycaster)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycasterManager_RemoveRaycasters_mF59A19B82C1D199DB38350293C5CAD6F92EBA1EE (BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * ___baseRaycaster0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RaycasterManager_RemoveRaycasters_mF59A19B82C1D199DB38350293C5CAD6F92EBA1EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!s_Raycasters.Contains(baseRaycaster))
IL2CPP_RUNTIME_CLASS_INIT(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var);
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * L_0 = ((RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_StaticFields*)il2cpp_codegen_static_fields_for(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var))->get_s_Raycasters_0();
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_1 = ___baseRaycaster0;
NullCheck(L_0);
bool L_2 = List_1_Contains_mDD1394F1213F45B41A99E90D016B9FC3BB50F621(L_0, L_1, /*hidden argument*/List_1_Contains_mDD1394F1213F45B41A99E90D016B9FC3BB50F621_RuntimeMethod_var);
if (L_2)
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// s_Raycasters.Remove(baseRaycaster);
IL2CPP_RUNTIME_CLASS_INIT(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var);
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * L_3 = ((RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_StaticFields*)il2cpp_codegen_static_fields_for(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var))->get_s_Raycasters_0();
BaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966 * L_4 = ___baseRaycaster0;
NullCheck(L_3);
List_1_Remove_m43B959D57F1FDDF069978C9969718E171527AE39(L_3, L_4, /*hidden argument*/List_1_Remove_m43B959D57F1FDDF069978C9969718E171527AE39_RuntimeMethod_var);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.RaycasterManager::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RaycasterManager__cctor_mA898971B12280C6EA2064755CB72B2B714E63918 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RaycasterManager__cctor_mA898971B12280C6EA2064755CB72B2B714E63918_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private static readonly List<BaseRaycaster> s_Raycasters = new List<BaseRaycaster>();
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * L_0 = (List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 *)il2cpp_codegen_object_new(List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97_il2cpp_TypeInfo_var);
List_1__ctor_m6C09F5E34A08B8F5B54D33F1F5FACA7A70542865(L_0, /*hidden argument*/List_1__ctor_m6C09F5E34A08B8F5B54D33F1F5FACA7A70542865_RuntimeMethod_var);
((RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_StaticFields*)il2cpp_codegen_static_fields_for(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var))->set_s_Raycasters_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.EventSystems.StandaloneInputModule::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule__ctor_m53DF966585A2888088BF07BB7DDE26BA84BA67D0 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule__ctor_m53DF966585A2888088BF07BB7DDE26BA84BA67D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private string m_HorizontalAxis = "Horizontal";
__this->set_m_HorizontalAxis_23(_stringLiteral4F57A1CE99E68A7B05C42D0A7EA0070EAFABD31C);
// private string m_VerticalAxis = "Vertical";
__this->set_m_VerticalAxis_24(_stringLiteral4B937CC841D82F8936CEF1EFB88708AB5B0F1EE5);
// private string m_SubmitButton = "Submit";
__this->set_m_SubmitButton_25(_stringLiteral2DACF65959849884A011F36F76A04EEBEA94C5EA);
// private string m_CancelButton = "Cancel";
__this->set_m_CancelButton_26(_stringLiteral77DFD2135F4DB726C47299BB55BE26F7F4525A46);
// private float m_InputActionsPerSecond = 10;
__this->set_m_InputActionsPerSecond_27((10.0f));
// private float m_RepeatDelay = 0.5f;
__this->set_m_RepeatDelay_28((0.5f));
// protected StandaloneInputModule()
PointerInputModule__ctor_m05A4A9E4BF8053B1444986BF3EB27D8007AE9275(__this, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.EventSystems.StandaloneInputModule_InputMode UnityEngine.EventSystems.StandaloneInputModule::get_inputMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StandaloneInputModule_get_inputMode_m9E4FF00674C049A7F600D0CC5D278F474232B3D4 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// get { return InputMode.Mouse; }
return (int32_t)(0);
}
}
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::get_allowActivationOnMobileDevice()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_get_allowActivationOnMobileDevice_m761DA40A5C7688BB6F8EABD989D74B2239B8776E (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// get { return m_ForceModuleActive; }
bool L_0 = __this->get_m_ForceModuleActive_29();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::set_allowActivationOnMobileDevice(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_set_allowActivationOnMobileDevice_m7E48DC59AE7F10E8ACCBC9A86E66E245B513413A (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_ForceModuleActive = value; }
bool L_0 = ___value0;
__this->set_m_ForceModuleActive_29(L_0);
// set { m_ForceModuleActive = value; }
return;
}
}
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::get_forceModuleActive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_get_forceModuleActive_m7C481C9C4D478CB162E289F9D038859990973E6E (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// get { return m_ForceModuleActive; }
bool L_0 = __this->get_m_ForceModuleActive_29();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::set_forceModuleActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_set_forceModuleActive_m41B816036BFFF624B371224005BA4D303B21F731 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_ForceModuleActive = value; }
bool L_0 = ___value0;
__this->set_m_ForceModuleActive_29(L_0);
// set { m_ForceModuleActive = value; }
return;
}
}
// System.Single UnityEngine.EventSystems.StandaloneInputModule::get_inputActionsPerSecond()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StandaloneInputModule_get_inputActionsPerSecond_mE25D1FE801046F322B862161B338A9719A4B87DD (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// get { return m_InputActionsPerSecond; }
float L_0 = __this->get_m_InputActionsPerSecond_27();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::set_inputActionsPerSecond(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_set_inputActionsPerSecond_mD97110B0C4B4F72D6E2826BDDE28EDBB04323953 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_InputActionsPerSecond = value; }
float L_0 = ___value0;
__this->set_m_InputActionsPerSecond_27(L_0);
// set { m_InputActionsPerSecond = value; }
return;
}
}
// System.Single UnityEngine.EventSystems.StandaloneInputModule::get_repeatDelay()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float StandaloneInputModule_get_repeatDelay_m95DD446349C273DFC8E3ECB25DC83248E6955597 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// get { return m_RepeatDelay; }
float L_0 = __this->get_m_RepeatDelay_28();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::set_repeatDelay(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_set_repeatDelay_mA45CBEB7D208DCD103CD7817F5B4691647F53B90 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_RepeatDelay = value; }
float L_0 = ___value0;
__this->set_m_RepeatDelay_28(L_0);
// set { m_RepeatDelay = value; }
return;
}
}
// System.String UnityEngine.EventSystems.StandaloneInputModule::get_horizontalAxis()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StandaloneInputModule_get_horizontalAxis_m7830DCFA78BDB86C6EB403D9B0A3AC6C2AEA202E (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// get { return m_HorizontalAxis; }
String_t* L_0 = __this->get_m_HorizontalAxis_23();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::set_horizontalAxis(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_set_horizontalAxis_m261CC906B1304D6D9B0086AE1C552834AB6F1D59 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set { m_HorizontalAxis = value; }
String_t* L_0 = ___value0;
__this->set_m_HorizontalAxis_23(L_0);
// set { m_HorizontalAxis = value; }
return;
}
}
// System.String UnityEngine.EventSystems.StandaloneInputModule::get_verticalAxis()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StandaloneInputModule_get_verticalAxis_m1493EE2972D3244EEA8D94E0D145E8E43C6BDF0D (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// get { return m_VerticalAxis; }
String_t* L_0 = __this->get_m_VerticalAxis_24();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::set_verticalAxis(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_set_verticalAxis_m1E55CD609287D3DDA0289584C0FBDF9BAB891ABC (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set { m_VerticalAxis = value; }
String_t* L_0 = ___value0;
__this->set_m_VerticalAxis_24(L_0);
// set { m_VerticalAxis = value; }
return;
}
}
// System.String UnityEngine.EventSystems.StandaloneInputModule::get_submitButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StandaloneInputModule_get_submitButton_mA466BE2B75CE6A39828DC3AB2E698F4BEE9EEDDF (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// get { return m_SubmitButton; }
String_t* L_0 = __this->get_m_SubmitButton_25();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::set_submitButton(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_set_submitButton_mFB2699D16EE8E72E814B1807F70FAF6FCBCD2B6D (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set { m_SubmitButton = value; }
String_t* L_0 = ___value0;
__this->set_m_SubmitButton_25(L_0);
// set { m_SubmitButton = value; }
return;
}
}
// System.String UnityEngine.EventSystems.StandaloneInputModule::get_cancelButton()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StandaloneInputModule_get_cancelButton_m3FB17204BE25A393F920457C482A927AC216F1FE (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// get { return m_CancelButton; }
String_t* L_0 = __this->get_m_CancelButton_26();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::set_cancelButton(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_set_cancelButton_m724FDEA363F0FFF56FBFD84AD8C1F4C57B67D2B9 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// set { m_CancelButton = value; }
String_t* L_0 = ___value0;
__this->set_m_CancelButton_26(L_0);
// set { m_CancelButton = value; }
return;
}
}
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::ShouldIgnoreEventsOnNoFocus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_ShouldIgnoreEventsOnNoFocus_mEE9196582563D3B4F864A3FDDC41B3AF058DE1E8 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// switch (SystemInfo.operatingSystemFamily)
int32_t L_0 = SystemInfo_get_operatingSystemFamily_mA35FE1FF2DD6240B2880DC5F642D4A0CC2B58D8D(/*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) <= ((uint32_t)2))))
{
goto IL_000e;
}
}
{
// return true;
return (bool)1;
}
IL_000e:
{
// return false;
return (bool)0;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::UpdateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_UpdateModule_m6BE8C301BEB10BD653F0D0EEB6522E3A8F3221BA (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule_UpdateModule_m6BE8C301BEB10BD653F0D0EEB6522E3A8F3221BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (!eventSystem.isFocused && ShouldIgnoreEventsOnNoFocus())
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = EventSystem_get_isFocused_m421DE003FCADF582AF1D7F0B8B036513E9743294_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0064;
}
}
{
bool L_2 = StandaloneInputModule_ShouldIgnoreEventsOnNoFocus_mEE9196582563D3B4F864A3FDDC41B3AF058DE1E8(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0064;
}
}
{
// if (m_InputPointerEvent != null && m_InputPointerEvent.pointerDrag != null && m_InputPointerEvent.dragging)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_3 = __this->get_m_InputPointerEvent_22();
if (!L_3)
{
goto IL_005c;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_4 = __this->get_m_InputPointerEvent_22();
NullCheck(L_4);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_6 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_5, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_005c;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_7 = __this->get_m_InputPointerEvent_22();
NullCheck(L_7);
bool L_8 = PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_005c;
}
}
{
// ReleaseMouse(m_InputPointerEvent, m_InputPointerEvent.pointerCurrentRaycast.gameObject);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_9 = __this->get_m_InputPointerEvent_22();
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = __this->get_m_InputPointerEvent_22();
NullCheck(L_10);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_11 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(L_10, /*hidden argument*/NULL);
V_0 = L_11;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_0), /*hidden argument*/NULL);
StandaloneInputModule_ReleaseMouse_mAB37571EEE6FE65733244890BE88FFF095DF8FED(__this, L_9, L_12, /*hidden argument*/NULL);
}
IL_005c:
{
// m_InputPointerEvent = null;
__this->set_m_InputPointerEvent_22((PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 *)NULL);
// return;
return;
}
IL_0064:
{
// m_LastMousePosition = m_MousePosition;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = __this->get_m_MousePosition_20();
__this->set_m_LastMousePosition_19(L_13);
// m_MousePosition = input.mousePosition;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_14 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_14);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = VirtFuncInvoker0< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(26 /* UnityEngine.Vector2 UnityEngine.EventSystems.BaseInput::get_mousePosition() */, L_14);
__this->set_m_MousePosition_20(L_15);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::ReleaseMouse(UnityEngine.EventSystems.PointerEventData,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_ReleaseMouse_mAB37571EEE6FE65733244890BE88FFF095DF8FED (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___pointerEvent0, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___currentOverGo1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule_ReleaseMouse_mAB37571EEE6FE65733244890BE88FFF095DF8FED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
{
// ExecuteEvents.Execute(pointerEvent.pointerPress, pointerEvent, ExecuteEvents.pointerUpHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___pointerEvent0;
NullCheck(L_0);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(L_0, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * L_3 = ExecuteEvents_get_pointerUpHandler_m7EDDD1128DC04344CECEBCB9B6B7CD064F7FAED2_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_m5EC8537A16BC86231FBADBD3824D8BB988B2217F(L_1, L_2, L_3, /*hidden argument*/ExecuteEvents_Execute_TisIPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_m5EC8537A16BC86231FBADBD3824D8BB988B2217F_RuntimeMethod_var);
// var pointerUpHandler = ExecuteEvents.GetEventHandler<IPointerClickHandler>(currentOverGo);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = ___currentOverGo1;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD(L_4, /*hidden argument*/ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD_RuntimeMethod_var);
V_0 = L_5;
// if (pointerEvent.pointerPress == pointerUpHandler && pointerEvent.eligibleForClick)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_6 = ___pointerEvent0;
NullCheck(L_6);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_7 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(L_6, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_9 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_7, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0043;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = ___pointerEvent0;
NullCheck(L_10);
bool L_11 = PointerEventData_get_eligibleForClick_m2DAAE590F749D77C50A3665B848B6F778518E29A_inline(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0043;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerPress, pointerEvent, ExecuteEvents.pointerClickHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_12 = ___pointerEvent0;
NullCheck(L_12);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_13 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(L_12, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_14 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * L_15 = ExecuteEvents_get_pointerClickHandler_mA657195AEC7D0A42036CBCAC9AD48F215C3C69E3_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_mB8A59713F468FB6A061C8A5DF7FF205EE1C9A855(L_13, L_14, L_15, /*hidden argument*/ExecuteEvents_Execute_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_mB8A59713F468FB6A061C8A5DF7FF205EE1C9A855_RuntimeMethod_var);
// }
goto IL_0066;
}
IL_0043:
{
// else if (pointerEvent.pointerDrag != null && pointerEvent.dragging)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_16 = ___pointerEvent0;
NullCheck(L_16);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_17 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_16, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_18 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_17, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0066;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_19 = ___pointerEvent0;
NullCheck(L_19);
bool L_20 = PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline(L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0066;
}
}
{
// ExecuteEvents.ExecuteHierarchy(currentOverGo, pointerEvent, ExecuteEvents.dropHandler);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_21 = ___currentOverGo1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_22 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * L_23 = ExecuteEvents_get_dropHandler_mC2362B96C6CD3628B83722F4B7C73E707C6C1EAF_inline(/*hidden argument*/NULL);
ExecuteEvents_ExecuteHierarchy_TisIDropHandler_t617E86EDCC6B18A39D69DFF444D5358072B524C3_m42750090DC2A40178705596286003B1346E093AE(L_21, L_22, L_23, /*hidden argument*/ExecuteEvents_ExecuteHierarchy_TisIDropHandler_t617E86EDCC6B18A39D69DFF444D5358072B524C3_m42750090DC2A40178705596286003B1346E093AE_RuntimeMethod_var);
}
IL_0066:
{
// pointerEvent.eligibleForClick = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_24 = ___pointerEvent0;
NullCheck(L_24);
PointerEventData_set_eligibleForClick_m40B82588BC83E4CF72209B9B1A50585CCE82ABD2_inline(L_24, (bool)0, /*hidden argument*/NULL);
// pointerEvent.pointerPress = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_25 = ___pointerEvent0;
NullCheck(L_25);
PointerEventData_set_pointerPress_m053AF3BF19752D9271AAC6A633B2718C61870D33(L_25, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// pointerEvent.rawPointerPress = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_26 = ___pointerEvent0;
NullCheck(L_26);
PointerEventData_set_rawPointerPress_mEBAE6DDF7485B81E092BDE13462926FB5C251BB2_inline(L_26, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// if (pointerEvent.pointerDrag != null && pointerEvent.dragging)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_27 = ___pointerEvent0;
NullCheck(L_27);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_28 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_27, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_29 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_28, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_29)
{
goto IL_00a3;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_30 = ___pointerEvent0;
NullCheck(L_30);
bool L_31 = PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline(L_30, /*hidden argument*/NULL);
if (!L_31)
{
goto IL_00a3;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerDrag, pointerEvent, ExecuteEvents.endDragHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_32 = ___pointerEvent0;
NullCheck(L_32);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_33 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_32, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_34 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * L_35 = ExecuteEvents_get_endDragHandler_m23B60D3E3873043263069A3C3145393475690769_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_mA291A7F54310189C41491E72BA411886D4020775(L_33, L_34, L_35, /*hidden argument*/ExecuteEvents_Execute_TisIEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_mA291A7F54310189C41491E72BA411886D4020775_RuntimeMethod_var);
}
IL_00a3:
{
// pointerEvent.dragging = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_36 = ___pointerEvent0;
NullCheck(L_36);
PointerEventData_set_dragging_m34110A723023758249425A1F3C98EFA27BF19F45_inline(L_36, (bool)0, /*hidden argument*/NULL);
// pointerEvent.pointerDrag = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_37 = ___pointerEvent0;
NullCheck(L_37);
PointerEventData_set_pointerDrag_mAA21AD97ABF508FD1D2313C36CAEF3A969F1D35D_inline(L_37, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// if (currentOverGo != pointerEvent.pointerEnter)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_38 = ___currentOverGo1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_39 = ___pointerEvent0;
NullCheck(L_39);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_40 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_39, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_41 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_38, L_40, /*hidden argument*/NULL);
if (!L_41)
{
goto IL_00cf;
}
}
{
// HandlePointerExitAndEnter(pointerEvent, null);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_42 = ___pointerEvent0;
BaseInputModule_HandlePointerExitAndEnter_mFA61D8BA9B2377B56E3844CE8E3C15DF4C1959CB(__this, L_42, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// HandlePointerExitAndEnter(pointerEvent, currentOverGo);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_43 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_44 = ___currentOverGo1;
BaseInputModule_HandlePointerExitAndEnter_mFA61D8BA9B2377B56E3844CE8E3C15DF4C1959CB(__this, L_43, L_44, /*hidden argument*/NULL);
}
IL_00cf:
{
// m_InputPointerEvent = pointerEvent;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_45 = ___pointerEvent0;
__this->set_m_InputPointerEvent_22(L_45);
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::IsModuleSupported()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_IsModuleSupported_m44C18E994D6B97CDFBD841A9D7314B26B7AA340A (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// return m_ForceModuleActive || input.mousePresent || input.touchSupported;
bool L_0 = __this->get_m_ForceModuleActive_29();
if (L_0)
{
goto IL_0021;
}
}
{
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_1 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_2 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean UnityEngine.EventSystems.BaseInput::get_mousePresent() */, L_1);
if (L_2)
{
goto IL_0021;
}
}
{
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_3 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_4 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean UnityEngine.EventSystems.BaseInput::get_touchSupported() */, L_3);
return L_4;
}
IL_0021:
{
return (bool)1;
}
}
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::ShouldActivateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_ShouldActivateModule_mEA1D4CC786377AD4A1A9EC035BCABA9AC32B48C5 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule_ShouldActivateModule_mEA1D4CC786377AD4A1A9EC035BCABA9AC32B48C5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (!base.ShouldActivateModule())
bool L_0 = BaseInputModule_ShouldActivateModule_m8EB1E427EFD3E7AC2341EE52DE4E51FD8D6EF548(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000a;
}
}
{
// return false;
return (bool)0;
}
IL_000a:
{
// var shouldActivate = m_ForceModuleActive;
bool L_1 = __this->get_m_ForceModuleActive_29();
V_0 = L_1;
// shouldActivate |= input.GetButtonDown(m_SubmitButton);
bool L_2 = V_0;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_3 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
String_t* L_4 = __this->get_m_SubmitButton_25();
NullCheck(L_3);
bool L_5 = VirtFuncInvoker1< bool, String_t* >::Invoke(32 /* System.Boolean UnityEngine.EventSystems.BaseInput::GetButtonDown(System.String) */, L_3, L_4);
V_0 = (bool)((int32_t)((int32_t)L_2|(int32_t)L_5));
// shouldActivate |= input.GetButtonDown(m_CancelButton);
bool L_6 = V_0;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_7 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
String_t* L_8 = __this->get_m_CancelButton_26();
NullCheck(L_7);
bool L_9 = VirtFuncInvoker1< bool, String_t* >::Invoke(32 /* System.Boolean UnityEngine.EventSystems.BaseInput::GetButtonDown(System.String) */, L_7, L_8);
V_0 = (bool)((int32_t)((int32_t)L_6|(int32_t)L_9));
// shouldActivate |= !Mathf.Approximately(input.GetAxisRaw(m_HorizontalAxis), 0.0f);
bool L_10 = V_0;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_11 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
String_t* L_12 = __this->get_m_HorizontalAxis_23();
NullCheck(L_11);
float L_13 = VirtFuncInvoker1< float, String_t* >::Invoke(31 /* System.Single UnityEngine.EventSystems.BaseInput::GetAxisRaw(System.String) */, L_11, L_12);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_14 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_13, (0.0f), /*hidden argument*/NULL);
V_0 = (bool)((int32_t)((int32_t)L_10|(int32_t)((((int32_t)L_14) == ((int32_t)0))? 1 : 0)));
// shouldActivate |= !Mathf.Approximately(input.GetAxisRaw(m_VerticalAxis), 0.0f);
bool L_15 = V_0;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_16 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
String_t* L_17 = __this->get_m_VerticalAxis_24();
NullCheck(L_16);
float L_18 = VirtFuncInvoker1< float, String_t* >::Invoke(31 /* System.Single UnityEngine.EventSystems.BaseInput::GetAxisRaw(System.String) */, L_16, L_17);
bool L_19 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_18, (0.0f), /*hidden argument*/NULL);
V_0 = (bool)((int32_t)((int32_t)L_15|(int32_t)((((int32_t)L_19) == ((int32_t)0))? 1 : 0)));
// shouldActivate |= (m_MousePosition - m_LastMousePosition).sqrMagnitude > 0.0f;
bool L_20 = V_0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = __this->get_m_MousePosition_20();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_22 = __this->get_m_LastMousePosition_19();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_21, L_22, /*hidden argument*/NULL);
V_1 = L_23;
float L_24 = Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_1), /*hidden argument*/NULL);
V_0 = (bool)((int32_t)((int32_t)L_20|(int32_t)((((float)L_24) > ((float)(0.0f)))? 1 : 0)));
// shouldActivate |= input.GetMouseButtonDown(0);
bool L_25 = V_0;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_26 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_26);
bool L_27 = VirtFuncInvoker1< bool, int32_t >::Invoke(23 /* System.Boolean UnityEngine.EventSystems.BaseInput::GetMouseButtonDown(System.Int32) */, L_26, 0);
V_0 = (bool)((int32_t)((int32_t)L_25|(int32_t)L_27));
// if (input.touchCount > 0)
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_28 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_28);
int32_t L_29 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 UnityEngine.EventSystems.BaseInput::get_touchCount() */, L_28);
if ((((int32_t)L_29) <= ((int32_t)0)))
{
goto IL_00bd;
}
}
{
// shouldActivate = true;
V_0 = (bool)1;
}
IL_00bd:
{
// return shouldActivate;
bool L_30 = V_0;
return L_30;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::ActivateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_ActivateModule_m75B8C7CF41074D98F23DBCBADBEC12204F101F04 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule_ActivateModule_m75B8C7CF41074D98F23DBCBADBEC12204F101F04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
{
// if (!eventSystem.isFocused && ShouldIgnoreEventsOnNoFocus())
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = EventSystem_get_isFocused_m421DE003FCADF582AF1D7F0B8B036513E9743294_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0016;
}
}
{
bool L_2 = StandaloneInputModule_ShouldIgnoreEventsOnNoFocus_mEE9196582563D3B4F864A3FDDC41B3AF058DE1E8(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0016;
}
}
{
// return;
return;
}
IL_0016:
{
// base.ActivateModule();
BaseInputModule_ActivateModule_m83647D8599561B6CA562F24EA7088E37DAC2AD29(__this, /*hidden argument*/NULL);
// m_MousePosition = input.mousePosition;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_3 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_3);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = VirtFuncInvoker0< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(26 /* UnityEngine.Vector2 UnityEngine.EventSystems.BaseInput::get_mousePosition() */, L_3);
__this->set_m_MousePosition_20(L_4);
// m_LastMousePosition = input.mousePosition;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_5 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_5);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = VirtFuncInvoker0< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(26 /* UnityEngine.Vector2 UnityEngine.EventSystems.BaseInput::get_mousePosition() */, L_5);
__this->set_m_LastMousePosition_19(L_6);
// var toSelect = eventSystem.currentSelectedGameObject;
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_7 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline(L_7, /*hidden argument*/NULL);
V_0 = L_8;
// if (toSelect == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_10 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_9, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_005f;
}
}
{
// toSelect = eventSystem.firstSelectedGameObject;
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_11 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_11);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = EventSystem_get_firstSelectedGameObject_m8CAFDA874F89BDA34E0984860046C1C171B200E1_inline(L_11, /*hidden argument*/NULL);
V_0 = L_12;
}
IL_005f:
{
// eventSystem.SetSelectedGameObject(toSelect, GetBaseEventData());
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_13 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = V_0;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_15 = VirtFuncInvoker0< BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * >::Invoke(19 /* UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.BaseInputModule::GetBaseEventData() */, __this);
NullCheck(L_13);
EventSystem_SetSelectedGameObject_m3347D67C1A6386E6D7AF89773DC2960953B9C702(L_13, L_14, L_15, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::DeactivateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_DeactivateModule_m184C95BAB03E1AC58F7274A6CDDCDC70160301C3 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// base.DeactivateModule();
BaseInputModule_DeactivateModule_m83781CF60B00AD9DA46E96D72321C4983EFA85FF(__this, /*hidden argument*/NULL);
// ClearSelection();
PointerInputModule_ClearSelection_m90CD812546D41142C4E9C599D7DD39A887F3F5C1(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::Process()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_Process_mF637455BCED017FB359E090B58F15C490EFD2B54 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
// if (!eventSystem.isFocused && ShouldIgnoreEventsOnNoFocus())
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = EventSystem_get_isFocused_m421DE003FCADF582AF1D7F0B8B036513E9743294_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0016;
}
}
{
bool L_2 = StandaloneInputModule_ShouldIgnoreEventsOnNoFocus_mEE9196582563D3B4F864A3FDDC41B3AF058DE1E8(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0016;
}
}
{
// return;
return;
}
IL_0016:
{
// bool usedEvent = SendUpdateEventToSelectedObject();
bool L_3 = StandaloneInputModule_SendUpdateEventToSelectedObject_m7180367BFB750772FECFBC7C621234B7FBF29C9D(__this, /*hidden argument*/NULL);
V_0 = L_3;
// if (!ProcessTouchEvents() && input.mousePresent)
bool L_4 = StandaloneInputModule_ProcessTouchEvents_m74C783AF0B4D517978ECCE3E8A1081F49D174F69(__this, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0038;
}
}
{
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_5 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_5);
bool L_6 = VirtFuncInvoker0< bool >::Invoke(22 /* System.Boolean UnityEngine.EventSystems.BaseInput::get_mousePresent() */, L_5);
if (!L_6)
{
goto IL_0038;
}
}
{
// ProcessMouseEvent();
StandaloneInputModule_ProcessMouseEvent_m4CF90D3BE8DC50D135D42B31C70D3D2D30B47174(__this, /*hidden argument*/NULL);
}
IL_0038:
{
// if (eventSystem.sendNavigationEvents)
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_7 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
bool L_8 = EventSystem_get_sendNavigationEvents_m0DB01018B4EF41A51D0AD481DD07F381ED2223DF_inline(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_005b;
}
}
{
// if (!usedEvent)
bool L_9 = V_0;
if (L_9)
{
goto IL_0051;
}
}
{
// usedEvent |= SendMoveEventToSelectedObject();
bool L_10 = V_0;
bool L_11 = StandaloneInputModule_SendMoveEventToSelectedObject_mBD62EF30732300D347DA3D78B7473D6DCF15BC41(__this, /*hidden argument*/NULL);
V_0 = (bool)((int32_t)((int32_t)L_10|(int32_t)L_11));
}
IL_0051:
{
// if (!usedEvent)
bool L_12 = V_0;
if (L_12)
{
goto IL_005b;
}
}
{
// SendSubmitEventToSelectedObject();
StandaloneInputModule_SendSubmitEventToSelectedObject_m29ACA510C925399B9D806ED171DA86E4F3A671E4(__this, /*hidden argument*/NULL);
}
IL_005b:
{
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::ProcessTouchEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_ProcessTouchEvents_m74C783AF0B4D517978ECCE3E8A1081F49D174F69 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
bool V_3 = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * V_4 = NULL;
{
// for (int i = 0; i < input.touchCount; ++i)
V_0 = 0;
goto IL_0053;
}
IL_0004:
{
// Touch touch = input.GetTouch(i);
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_0 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
int32_t L_1 = V_0;
NullCheck(L_0);
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_2 = VirtFuncInvoker1< Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 , int32_t >::Invoke(30 /* UnityEngine.Touch UnityEngine.EventSystems.BaseInput::GetTouch(System.Int32) */, L_0, L_1);
V_1 = L_2;
// if (touch.type == TouchType.Indirect)
int32_t L_3 = Touch_get_type_mAF919D12756ABA000A17146E82FDDFCEBFD6EEA9((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_1), /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_004f;
}
}
{
// var pointer = GetTouchPointerEventData(touch, out pressed, out released);
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_4 = V_1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_5 = PointerInputModule_GetTouchPointerEventData_m27D309E699986AE28F15FF944CCADC4EA2E9BC11(__this, L_4, (bool*)(&V_3), (bool*)(&V_2), /*hidden argument*/NULL);
V_4 = L_5;
// ProcessTouchPress(pointer, pressed, released);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_6 = V_4;
bool L_7 = V_3;
bool L_8 = V_2;
StandaloneInputModule_ProcessTouchPress_m46FBF040EAB0A0F8D832FEB600EF0B9C48E13F61(__this, L_6, L_7, L_8, /*hidden argument*/NULL);
// if (!released)
bool L_9 = V_2;
if (L_9)
{
goto IL_0047;
}
}
{
// ProcessMove(pointer);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = V_4;
VirtActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(28 /* System.Void UnityEngine.EventSystems.PointerInputModule::ProcessMove(UnityEngine.EventSystems.PointerEventData) */, __this, L_10);
// ProcessDrag(pointer);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_11 = V_4;
VirtActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(29 /* System.Void UnityEngine.EventSystems.PointerInputModule::ProcessDrag(UnityEngine.EventSystems.PointerEventData) */, __this, L_11);
// }
goto IL_004f;
}
IL_0047:
{
// RemovePointerData(pointer);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_12 = V_4;
PointerInputModule_RemovePointerData_m17E63DD11FE440D4D88078B4895137C942C52C3A(__this, L_12, /*hidden argument*/NULL);
}
IL_004f:
{
// for (int i = 0; i < input.touchCount; ++i)
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0053:
{
// for (int i = 0; i < input.touchCount; ++i)
int32_t L_14 = V_0;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_15 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_15);
int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 UnityEngine.EventSystems.BaseInput::get_touchCount() */, L_15);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_0004;
}
}
{
// return input.touchCount > 0;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_17 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_17);
int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 UnityEngine.EventSystems.BaseInput::get_touchCount() */, L_17);
return (bool)((((int32_t)L_18) > ((int32_t)0))? 1 : 0);
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::ProcessTouchPress(UnityEngine.EventSystems.PointerEventData,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_ProcessTouchPress_m46FBF040EAB0A0F8D832FEB600EF0B9C48E13F61 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___pointerEvent0, bool ___pressed1, bool ___released2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule_ProcessTouchPress_m46FBF040EAB0A0F8D832FEB600EF0B9C48E13F61_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_1;
memset((&V_1), 0, sizeof(V_1));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_2 = NULL;
float V_3 = 0.0f;
int32_t V_4 = 0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_5 = NULL;
{
// var currentOverGo = pointerEvent.pointerCurrentRaycast.gameObject;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___pointerEvent0;
NullCheck(L_0);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_1 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(L_0, /*hidden argument*/NULL);
V_1 = L_1;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_1), /*hidden argument*/NULL);
V_0 = L_2;
// if (pressed)
bool L_3 = ___pressed1;
if (!L_3)
{
goto IL_0125;
}
}
{
// pointerEvent.eligibleForClick = true;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_4 = ___pointerEvent0;
NullCheck(L_4);
PointerEventData_set_eligibleForClick_m40B82588BC83E4CF72209B9B1A50585CCE82ABD2_inline(L_4, (bool)1, /*hidden argument*/NULL);
// pointerEvent.delta = Vector2.zero;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_5 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_5);
PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline(L_5, L_6, /*hidden argument*/NULL);
// pointerEvent.dragging = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_7 = ___pointerEvent0;
NullCheck(L_7);
PointerEventData_set_dragging_m34110A723023758249425A1F3C98EFA27BF19F45_inline(L_7, (bool)0, /*hidden argument*/NULL);
// pointerEvent.useDragThreshold = true;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_8 = ___pointerEvent0;
NullCheck(L_8);
PointerEventData_set_useDragThreshold_mB742BB006F245766C00371FF33B680FF3F0F48F1_inline(L_8, (bool)1, /*hidden argument*/NULL);
// pointerEvent.pressPosition = pointerEvent.position;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_9 = ___pointerEvent0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = ___pointerEvent0;
NullCheck(L_10);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
PointerEventData_set_pressPosition_m3F5805FAD17E1BC44B84795506DE7EBA7215A46C_inline(L_9, L_11, /*hidden argument*/NULL);
// pointerEvent.pointerPressRaycast = pointerEvent.pointerCurrentRaycast;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_12 = ___pointerEvent0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_13 = ___pointerEvent0;
NullCheck(L_13);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_14 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
PointerEventData_set_pointerPressRaycast_m2F371C6E5AB2AAB39C6F7F889594D480D797D5FD_inline(L_12, L_14, /*hidden argument*/NULL);
// DeselectIfSelectionChanged(currentOverGo, pointerEvent);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_16 = ___pointerEvent0;
PointerInputModule_DeselectIfSelectionChanged_mD24AB70C8C12903D513ABB8BAE132E707B0F0A70(__this, L_15, L_16, /*hidden argument*/NULL);
// if (pointerEvent.pointerEnter != currentOverGo)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_17 = ___pointerEvent0;
NullCheck(L_17);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_18 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_17, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_19 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_20 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0072;
}
}
{
// HandlePointerExitAndEnter(pointerEvent, currentOverGo);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_21 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_22 = V_0;
BaseInputModule_HandlePointerExitAndEnter_mFA61D8BA9B2377B56E3844CE8E3C15DF4C1959CB(__this, L_21, L_22, /*hidden argument*/NULL);
// pointerEvent.pointerEnter = currentOverGo;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_23 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_24 = V_0;
NullCheck(L_23);
PointerEventData_set_pointerEnter_mB891C530B173BCDF4FDD5CC757A30AE498D77360_inline(L_23, L_24, /*hidden argument*/NULL);
}
IL_0072:
{
// var newPressed = ExecuteEvents.ExecuteHierarchy(currentOverGo, pointerEvent, ExecuteEvents.pointerDownHandler);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_25 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_26 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * L_27 = ExecuteEvents_get_pointerDownHandler_m8AE9CA906C86BBBEB75BA2D05F5DAB01F62519E3_inline(/*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_28 = ExecuteEvents_ExecuteHierarchy_TisIPointerDownHandler_tD9DAB9987B51AF8D4029CC24F52D17485684F4BF_m7109FC139AAD566492E6FABD873264235C450706(L_25, L_26, L_27, /*hidden argument*/ExecuteEvents_ExecuteHierarchy_TisIPointerDownHandler_tD9DAB9987B51AF8D4029CC24F52D17485684F4BF_m7109FC139AAD566492E6FABD873264235C450706_RuntimeMethod_var);
V_2 = L_28;
// if (newPressed == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_29 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_30 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_29, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_008f;
}
}
{
// newPressed = ExecuteEvents.GetEventHandler<IPointerClickHandler>(currentOverGo);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_31 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_32 = ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD(L_31, /*hidden argument*/ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD_RuntimeMethod_var);
V_2 = L_32;
}
IL_008f:
{
// float time = Time.unscaledTime;
float L_33 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
V_3 = L_33;
// if (newPressed == pointerEvent.lastPress)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_34 = V_2;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_35 = ___pointerEvent0;
NullCheck(L_35);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_36 = PointerEventData_get_lastPress_m6B005D786FC5B30ECD8D5BC068420D0C361357F4_inline(L_35, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_37 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_34, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00d6;
}
}
{
// var diffTime = time - pointerEvent.clickTime;
float L_38 = V_3;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_39 = ___pointerEvent0;
NullCheck(L_39);
float L_40 = PointerEventData_get_clickTime_m22DF8D2239FF9E101B69E3C27710B3512328BBF3_inline(L_39, /*hidden argument*/NULL);
// if (diffTime < 0.3f)
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_38, (float)L_40))) < ((float)(0.3f)))))
{
goto IL_00c6;
}
}
{
// ++pointerEvent.clickCount;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_41 = ___pointerEvent0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_42 = L_41;
NullCheck(L_42);
int32_t L_43 = PointerEventData_get_clickCount_m171A2D241BD02AC43908420497688C5B354BF6E9_inline(L_42, /*hidden argument*/NULL);
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
int32_t L_44 = V_4;
NullCheck(L_42);
PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline(L_42, L_44, /*hidden argument*/NULL);
goto IL_00cd;
}
IL_00c6:
{
// pointerEvent.clickCount = 1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_45 = ___pointerEvent0;
NullCheck(L_45);
PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline(L_45, 1, /*hidden argument*/NULL);
}
IL_00cd:
{
// pointerEvent.clickTime = time;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_46 = ___pointerEvent0;
float L_47 = V_3;
NullCheck(L_46);
PointerEventData_set_clickTime_m65041A6875D4A8091A0F7195D8E3D11F1DE49FFD_inline(L_46, L_47, /*hidden argument*/NULL);
// }
goto IL_00dd;
}
IL_00d6:
{
// pointerEvent.clickCount = 1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_48 = ___pointerEvent0;
NullCheck(L_48);
PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline(L_48, 1, /*hidden argument*/NULL);
}
IL_00dd:
{
// pointerEvent.pointerPress = newPressed;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_49 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_50 = V_2;
NullCheck(L_49);
PointerEventData_set_pointerPress_m053AF3BF19752D9271AAC6A633B2718C61870D33(L_49, L_50, /*hidden argument*/NULL);
// pointerEvent.rawPointerPress = currentOverGo;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_51 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_52 = V_0;
NullCheck(L_51);
PointerEventData_set_rawPointerPress_mEBAE6DDF7485B81E092BDE13462926FB5C251BB2_inline(L_51, L_52, /*hidden argument*/NULL);
// pointerEvent.clickTime = time;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_53 = ___pointerEvent0;
float L_54 = V_3;
NullCheck(L_53);
PointerEventData_set_clickTime_m65041A6875D4A8091A0F7195D8E3D11F1DE49FFD_inline(L_53, L_54, /*hidden argument*/NULL);
// pointerEvent.pointerDrag = ExecuteEvents.GetEventHandler<IDragHandler>(currentOverGo);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_55 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_56 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_57 = ExecuteEvents_GetEventHandler_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m5A727D5FF70D5140242C84BF539D7BC0C4D84D99(L_56, /*hidden argument*/ExecuteEvents_GetEventHandler_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m5A727D5FF70D5140242C84BF539D7BC0C4D84D99_RuntimeMethod_var);
NullCheck(L_55);
PointerEventData_set_pointerDrag_mAA21AD97ABF508FD1D2313C36CAEF3A969F1D35D_inline(L_55, L_57, /*hidden argument*/NULL);
// if (pointerEvent.pointerDrag != null)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_58 = ___pointerEvent0;
NullCheck(L_58);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_59 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_58, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_60 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_59, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_011e;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerDrag, pointerEvent, ExecuteEvents.initializePotentialDrag);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_61 = ___pointerEvent0;
NullCheck(L_61);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_62 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_61, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_63 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * L_64 = ExecuteEvents_get_initializePotentialDrag_m5B3D899EB08DA227EFBFC67778DDB98D7505C6D4_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIInitializePotentialDragHandler_t56667A600E5BC5B8786753312DB9EDFE13455B45_mB7B114F04C939E04FC2CAE1AB370BBB5BC2AA895(L_62, L_63, L_64, /*hidden argument*/ExecuteEvents_Execute_TisIInitializePotentialDragHandler_t56667A600E5BC5B8786753312DB9EDFE13455B45_mB7B114F04C939E04FC2CAE1AB370BBB5BC2AA895_RuntimeMethod_var);
}
IL_011e:
{
// m_InputPointerEvent = pointerEvent;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_65 = ___pointerEvent0;
__this->set_m_InputPointerEvent_22(L_65);
}
IL_0125:
{
// if (released)
bool L_66 = ___released2;
if (!L_66)
{
goto IL_01fe;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerPress, pointerEvent, ExecuteEvents.pointerUpHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_67 = ___pointerEvent0;
NullCheck(L_67);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_68 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(L_67, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_69 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * L_70 = ExecuteEvents_get_pointerUpHandler_m7EDDD1128DC04344CECEBCB9B6B7CD064F7FAED2_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_m5EC8537A16BC86231FBADBD3824D8BB988B2217F(L_68, L_69, L_70, /*hidden argument*/ExecuteEvents_Execute_TisIPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_m5EC8537A16BC86231FBADBD3824D8BB988B2217F_RuntimeMethod_var);
// var pointerUpHandler = ExecuteEvents.GetEventHandler<IPointerClickHandler>(currentOverGo);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_71 = V_0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_72 = ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD(L_71, /*hidden argument*/ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD_RuntimeMethod_var);
V_5 = L_72;
// if (pointerEvent.pointerPress == pointerUpHandler && pointerEvent.eligibleForClick)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_73 = ___pointerEvent0;
NullCheck(L_73);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_74 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(L_73, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_75 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_76 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_74, L_75, /*hidden argument*/NULL);
if (!L_76)
{
goto IL_0170;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_77 = ___pointerEvent0;
NullCheck(L_77);
bool L_78 = PointerEventData_get_eligibleForClick_m2DAAE590F749D77C50A3665B848B6F778518E29A_inline(L_77, /*hidden argument*/NULL);
if (!L_78)
{
goto IL_0170;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerPress, pointerEvent, ExecuteEvents.pointerClickHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_79 = ___pointerEvent0;
NullCheck(L_79);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_80 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(L_79, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_81 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * L_82 = ExecuteEvents_get_pointerClickHandler_mA657195AEC7D0A42036CBCAC9AD48F215C3C69E3_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_mB8A59713F468FB6A061C8A5DF7FF205EE1C9A855(L_80, L_81, L_82, /*hidden argument*/ExecuteEvents_Execute_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_mB8A59713F468FB6A061C8A5DF7FF205EE1C9A855_RuntimeMethod_var);
// }
goto IL_0193;
}
IL_0170:
{
// else if (pointerEvent.pointerDrag != null && pointerEvent.dragging)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_83 = ___pointerEvent0;
NullCheck(L_83);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_84 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_83, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_85 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_84, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_85)
{
goto IL_0193;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_86 = ___pointerEvent0;
NullCheck(L_86);
bool L_87 = PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline(L_86, /*hidden argument*/NULL);
if (!L_87)
{
goto IL_0193;
}
}
{
// ExecuteEvents.ExecuteHierarchy(currentOverGo, pointerEvent, ExecuteEvents.dropHandler);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_88 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_89 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * L_90 = ExecuteEvents_get_dropHandler_mC2362B96C6CD3628B83722F4B7C73E707C6C1EAF_inline(/*hidden argument*/NULL);
ExecuteEvents_ExecuteHierarchy_TisIDropHandler_t617E86EDCC6B18A39D69DFF444D5358072B524C3_m42750090DC2A40178705596286003B1346E093AE(L_88, L_89, L_90, /*hidden argument*/ExecuteEvents_ExecuteHierarchy_TisIDropHandler_t617E86EDCC6B18A39D69DFF444D5358072B524C3_m42750090DC2A40178705596286003B1346E093AE_RuntimeMethod_var);
}
IL_0193:
{
// pointerEvent.eligibleForClick = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_91 = ___pointerEvent0;
NullCheck(L_91);
PointerEventData_set_eligibleForClick_m40B82588BC83E4CF72209B9B1A50585CCE82ABD2_inline(L_91, (bool)0, /*hidden argument*/NULL);
// pointerEvent.pointerPress = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_92 = ___pointerEvent0;
NullCheck(L_92);
PointerEventData_set_pointerPress_m053AF3BF19752D9271AAC6A633B2718C61870D33(L_92, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// pointerEvent.rawPointerPress = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_93 = ___pointerEvent0;
NullCheck(L_93);
PointerEventData_set_rawPointerPress_mEBAE6DDF7485B81E092BDE13462926FB5C251BB2_inline(L_93, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// if (pointerEvent.pointerDrag != null && pointerEvent.dragging)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_94 = ___pointerEvent0;
NullCheck(L_94);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_95 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_94, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_96 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_95, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_96)
{
goto IL_01d0;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_97 = ___pointerEvent0;
NullCheck(L_97);
bool L_98 = PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline(L_97, /*hidden argument*/NULL);
if (!L_98)
{
goto IL_01d0;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerDrag, pointerEvent, ExecuteEvents.endDragHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_99 = ___pointerEvent0;
NullCheck(L_99);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_100 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_99, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_101 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * L_102 = ExecuteEvents_get_endDragHandler_m23B60D3E3873043263069A3C3145393475690769_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_mA291A7F54310189C41491E72BA411886D4020775(L_100, L_101, L_102, /*hidden argument*/ExecuteEvents_Execute_TisIEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_mA291A7F54310189C41491E72BA411886D4020775_RuntimeMethod_var);
}
IL_01d0:
{
// pointerEvent.dragging = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_103 = ___pointerEvent0;
NullCheck(L_103);
PointerEventData_set_dragging_m34110A723023758249425A1F3C98EFA27BF19F45_inline(L_103, (bool)0, /*hidden argument*/NULL);
// pointerEvent.pointerDrag = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_104 = ___pointerEvent0;
NullCheck(L_104);
PointerEventData_set_pointerDrag_mAA21AD97ABF508FD1D2313C36CAEF3A969F1D35D_inline(L_104, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// ExecuteEvents.ExecuteHierarchy(pointerEvent.pointerEnter, pointerEvent, ExecuteEvents.pointerExitHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_105 = ___pointerEvent0;
NullCheck(L_105);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_106 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_105, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_107 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * L_108 = ExecuteEvents_get_pointerExitHandler_mE5EC9537676A055EEE178A4E6B58D96F9B4AC301_inline(/*hidden argument*/NULL);
ExecuteEvents_ExecuteHierarchy_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mE5F3CB5276F1AB80CC2D0DD03F13BDC8998E71AB(L_106, L_107, L_108, /*hidden argument*/ExecuteEvents_ExecuteHierarchy_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mE5F3CB5276F1AB80CC2D0DD03F13BDC8998E71AB_RuntimeMethod_var);
// pointerEvent.pointerEnter = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_109 = ___pointerEvent0;
NullCheck(L_109);
PointerEventData_set_pointerEnter_mB891C530B173BCDF4FDD5CC757A30AE498D77360_inline(L_109, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// m_InputPointerEvent = pointerEvent;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_110 = ___pointerEvent0;
__this->set_m_InputPointerEvent_22(L_110);
}
IL_01fe:
{
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::SendSubmitEventToSelectedObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_SendSubmitEventToSelectedObject_m29ACA510C925399B9D806ED171DA86E4F3A671E4 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule_SendSubmitEventToSelectedObject_m29ACA510C925399B9D806ED171DA86E4F3A671E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * V_0 = NULL;
{
// if (eventSystem.currentSelectedGameObject == null)
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0015;
}
}
{
// return false;
return (bool)0;
}
IL_0015:
{
// var data = GetBaseEventData();
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_3 = VirtFuncInvoker0< BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * >::Invoke(19 /* UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.BaseInputModule::GetBaseEventData() */, __this);
V_0 = L_3;
// if (input.GetButtonDown(m_SubmitButton))
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_4 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
String_t* L_5 = __this->get_m_SubmitButton_25();
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, String_t* >::Invoke(32 /* System.Boolean UnityEngine.EventSystems.BaseInput::GetButtonDown(System.String) */, L_4, L_5);
if (!L_6)
{
goto IL_0046;
}
}
{
// ExecuteEvents.Execute(eventSystem.currentSelectedGameObject, data, ExecuteEvents.submitHandler);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_7 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline(L_7, /*hidden argument*/NULL);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * L_10 = ExecuteEvents_get_submitHandler_m734C2BE2F7CDA7F5C42897E3C8023D3C7E1EDF88_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisISubmitHandler_tCFAD2814817B87B883DB9E7F84EE0196C9E531C5_m2D100BF7609D3CBEC507D47F53EEA38886C65327(L_8, L_9, L_10, /*hidden argument*/ExecuteEvents_Execute_TisISubmitHandler_tCFAD2814817B87B883DB9E7F84EE0196C9E531C5_m2D100BF7609D3CBEC507D47F53EEA38886C65327_RuntimeMethod_var);
}
IL_0046:
{
// if (input.GetButtonDown(m_CancelButton))
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_11 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
String_t* L_12 = __this->get_m_CancelButton_26();
NullCheck(L_11);
bool L_13 = VirtFuncInvoker1< bool, String_t* >::Invoke(32 /* System.Boolean UnityEngine.EventSystems.BaseInput::GetButtonDown(System.String) */, L_11, L_12);
if (!L_13)
{
goto IL_0070;
}
}
{
// ExecuteEvents.Execute(eventSystem.currentSelectedGameObject, data, ExecuteEvents.cancelHandler);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_14 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline(L_14, /*hidden argument*/NULL);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_16 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * L_17 = ExecuteEvents_get_cancelHandler_m5DB4A9513FB8B9248AE555F7D8E8043175B8D995_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisICancelHandler_t868799EEEF8164176835C988494360950CFB75B3_m313986EC0AE6CB7A9A2FB9F1E30A4AF0EB9C0FB5(L_15, L_16, L_17, /*hidden argument*/ExecuteEvents_Execute_TisICancelHandler_t868799EEEF8164176835C988494360950CFB75B3_m313986EC0AE6CB7A9A2FB9F1E30A4AF0EB9C0FB5_RuntimeMethod_var);
}
IL_0070:
{
// return data.used;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_18 = V_0;
NullCheck(L_18);
bool L_19 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean UnityEngine.EventSystems.AbstractEventData::get_used() */, L_18);
return L_19;
}
}
// UnityEngine.Vector2 UnityEngine.EventSystems.StandaloneInputModule::GetRawMoveVector()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D StandaloneInputModule_GetRawMoveVector_m36E309DADA8C0BB4CA0710FAABE0F4E9B77C2F6A (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule_GetRawMoveVector_m36E309DADA8C0BB4CA0710FAABE0F4E9B77C2F6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// Vector2 move = Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
V_0 = L_0;
// move.x = input.GetAxisRaw(m_HorizontalAxis);
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_1 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
String_t* L_2 = __this->get_m_HorizontalAxis_23();
NullCheck(L_1);
float L_3 = VirtFuncInvoker1< float, String_t* >::Invoke(31 /* System.Single UnityEngine.EventSystems.BaseInput::GetAxisRaw(System.String) */, L_1, L_2);
(&V_0)->set_x_0(L_3);
// move.y = input.GetAxisRaw(m_VerticalAxis);
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_4 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
String_t* L_5 = __this->get_m_VerticalAxis_24();
NullCheck(L_4);
float L_6 = VirtFuncInvoker1< float, String_t* >::Invoke(31 /* System.Single UnityEngine.EventSystems.BaseInput::GetAxisRaw(System.String) */, L_4, L_5);
(&V_0)->set_y_1(L_6);
// if (input.GetButtonDown(m_HorizontalAxis))
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_7 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
String_t* L_8 = __this->get_m_HorizontalAxis_23();
NullCheck(L_7);
bool L_9 = VirtFuncInvoker1< bool, String_t* >::Invoke(32 /* System.Boolean UnityEngine.EventSystems.BaseInput::GetButtonDown(System.String) */, L_7, L_8);
if (!L_9)
{
goto IL_007b;
}
}
{
// if (move.x < 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = V_0;
float L_11 = L_10.get_x_0();
if ((!(((float)L_11) < ((float)(0.0f)))))
{
goto IL_0062;
}
}
{
// move.x = -1f;
(&V_0)->set_x_0((-1.0f));
}
IL_0062:
{
// if (move.x > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = V_0;
float L_13 = L_12.get_x_0();
if ((!(((float)L_13) > ((float)(0.0f)))))
{
goto IL_007b;
}
}
{
// move.x = 1f;
(&V_0)->set_x_0((1.0f));
}
IL_007b:
{
// if (input.GetButtonDown(m_VerticalAxis))
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_14 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
String_t* L_15 = __this->get_m_VerticalAxis_24();
NullCheck(L_14);
bool L_16 = VirtFuncInvoker1< bool, String_t* >::Invoke(32 /* System.Boolean UnityEngine.EventSystems.BaseInput::GetButtonDown(System.String) */, L_14, L_15);
if (!L_16)
{
goto IL_00c0;
}
}
{
// if (move.y < 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = V_0;
float L_18 = L_17.get_y_1();
if ((!(((float)L_18) < ((float)(0.0f)))))
{
goto IL_00a7;
}
}
{
// move.y = -1f;
(&V_0)->set_y_1((-1.0f));
}
IL_00a7:
{
// if (move.y > 0)
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_0;
float L_20 = L_19.get_y_1();
if ((!(((float)L_20) > ((float)(0.0f)))))
{
goto IL_00c0;
}
}
{
// move.y = 1f;
(&V_0)->set_y_1((1.0f));
}
IL_00c0:
{
// return move;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = V_0;
return L_21;
}
}
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::SendMoveEventToSelectedObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_SendMoveEventToSelectedObject_mBD62EF30732300D347DA3D78B7473D6DCF15BC41 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule_SendMoveEventToSelectedObject_mBD62EF30732300D347DA3D78B7473D6DCF15BC41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * V_3 = NULL;
{
// float time = Time.unscaledTime;
float L_0 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
V_0 = L_0;
// Vector2 movement = GetRawMoveVector();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = StandaloneInputModule_GetRawMoveVector_m36E309DADA8C0BB4CA0710FAABE0F4E9B77C2F6A(__this, /*hidden argument*/NULL);
V_1 = L_1;
// if (Mathf.Approximately(movement.x, 0f) && Mathf.Approximately(movement.y, 0f))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = V_1;
float L_3 = L_2.get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_4 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_3, (0.0f), /*hidden argument*/NULL);
if (!L_4)
{
goto IL_003a;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = V_1;
float L_6 = L_5.get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_7 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_6, (0.0f), /*hidden argument*/NULL);
if (!L_7)
{
goto IL_003a;
}
}
{
// m_ConsecutiveMoveCount = 0;
__this->set_m_ConsecutiveMoveCount_18(0);
// return false;
return (bool)0;
}
IL_003a:
{
// bool similarDir = (Vector2.Dot(movement, m_LastMoveVector) > 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = V_1;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = __this->get_m_LastMoveVector_17();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
float L_10 = Vector2_Dot_m34F6A75BE3FC6F728233811943AC4406C7D905BA(L_8, L_9, /*hidden argument*/NULL);
V_2 = (bool)((((float)L_10) > ((float)(0.0f)))? 1 : 0);
// if (similarDir && m_ConsecutiveMoveCount == 1)
bool L_11 = V_2;
if (!L_11)
{
goto IL_006c;
}
}
{
int32_t L_12 = __this->get_m_ConsecutiveMoveCount_18();
if ((!(((uint32_t)L_12) == ((uint32_t)1))))
{
goto IL_006c;
}
}
{
// if (time <= m_PrevActionTime + m_RepeatDelay)
float L_13 = V_0;
float L_14 = __this->get_m_PrevActionTime_16();
float L_15 = __this->get_m_RepeatDelay_28();
if ((!(((float)L_13) <= ((float)((float)il2cpp_codegen_add((float)L_14, (float)L_15))))))
{
goto IL_0084;
}
}
{
// return false;
return (bool)0;
}
IL_006c:
{
// if (time <= m_PrevActionTime + 1f / m_InputActionsPerSecond)
float L_16 = V_0;
float L_17 = __this->get_m_PrevActionTime_16();
float L_18 = __this->get_m_InputActionsPerSecond_27();
if ((!(((float)L_16) <= ((float)((float)il2cpp_codegen_add((float)L_17, (float)((float)((float)(1.0f)/(float)L_18))))))))
{
goto IL_0084;
}
}
{
// return false;
return (bool)0;
}
IL_0084:
{
// var axisEventData = GetAxisEventData(movement.x, movement.y, 0.6f);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_19 = V_1;
float L_20 = L_19.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = V_1;
float L_22 = L_21.get_y_1();
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_23 = VirtFuncInvoker3< AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 *, float, float, float >::Invoke(18 /* UnityEngine.EventSystems.AxisEventData UnityEngine.EventSystems.BaseInputModule::GetAxisEventData(System.Single,System.Single,System.Single) */, __this, L_20, L_22, (0.6f));
V_3 = L_23;
// if (axisEventData.moveDir != MoveDirection.None)
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_24 = V_3;
NullCheck(L_24);
int32_t L_25 = AxisEventData_get_moveDir_mD9CF8343509BAE60C581138D824F9C53659DBBD4_inline(L_24, /*hidden argument*/NULL);
if ((((int32_t)L_25) == ((int32_t)4)))
{
goto IL_00e4;
}
}
{
// ExecuteEvents.Execute(eventSystem.currentSelectedGameObject, axisEventData, ExecuteEvents.moveHandler);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_26 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_26);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_27 = EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline(L_26, /*hidden argument*/NULL);
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_28 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * L_29 = ExecuteEvents_get_moveHandler_m113A4222FC10723B2E38398E182C02F6624D6F24_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIMoveHandler_tD51D5B6A4C5B3A233263107AF0020BE185647D41_m9957EA9BC1F99FC78E8570C51955C24C4355905C(L_27, L_28, L_29, /*hidden argument*/ExecuteEvents_Execute_TisIMoveHandler_tD51D5B6A4C5B3A233263107AF0020BE185647D41_m9957EA9BC1F99FC78E8570C51955C24C4355905C_RuntimeMethod_var);
// if (!similarDir)
bool L_30 = V_2;
if (L_30)
{
goto IL_00c6;
}
}
{
// m_ConsecutiveMoveCount = 0;
__this->set_m_ConsecutiveMoveCount_18(0);
}
IL_00c6:
{
// m_ConsecutiveMoveCount++;
int32_t L_31 = __this->get_m_ConsecutiveMoveCount_18();
__this->set_m_ConsecutiveMoveCount_18(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)));
// m_PrevActionTime = time;
float L_32 = V_0;
__this->set_m_PrevActionTime_16(L_32);
// m_LastMoveVector = movement;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_33 = V_1;
__this->set_m_LastMoveVector_17(L_33);
// }
goto IL_00eb;
}
IL_00e4:
{
// m_ConsecutiveMoveCount = 0;
__this->set_m_ConsecutiveMoveCount_18(0);
}
IL_00eb:
{
// return axisEventData.used;
AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * L_34 = V_3;
NullCheck(L_34);
bool L_35 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean UnityEngine.EventSystems.AbstractEventData::get_used() */, L_34);
return L_35;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::ProcessMouseEvent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_ProcessMouseEvent_m4CF90D3BE8DC50D135D42B31C70D3D2D30B47174 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// ProcessMouseEvent(0);
StandaloneInputModule_ProcessMouseEvent_mBC7F5E60430C4594852FB785035D8FE5EAD9FF99(__this, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::ForceAutoSelect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_ForceAutoSelect_mD5FAA93BE3D2052F0138940C25148BF184DB0952 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// return false;
return (bool)0;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::ProcessMouseEvent(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_ProcessMouseEvent_mBC7F5E60430C4594852FB785035D8FE5EAD9FF99 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, int32_t ___id0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule_ProcessMouseEvent_mBC7F5E60430C4594852FB785035D8FE5EAD9FF99_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * V_0 = NULL;
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * V_1 = NULL;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_3;
memset((&V_3), 0, sizeof(V_3));
{
// var mouseData = GetMousePointerEventData(id);
int32_t L_0 = ___id0;
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_1 = VirtFuncInvoker1< MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 *, int32_t >::Invoke(27 /* UnityEngine.EventSystems.PointerInputModule/MouseState UnityEngine.EventSystems.PointerInputModule::GetMousePointerEventData(System.Int32) */, __this, L_0);
V_0 = L_1;
// var leftButtonData = mouseData.GetButtonState(PointerEventData.InputButton.Left).eventData;
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_2 = V_0;
NullCheck(L_2);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_3 = MouseState_GetButtonState_m0C2884609F720A284C72EAEF061C781F4874CCAE(L_2, 0, /*hidden argument*/NULL);
NullCheck(L_3);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_4 = ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline(L_3, /*hidden argument*/NULL);
V_1 = L_4;
// m_CurrentFocusedGameObject = leftButtonData.buttonData.pointerCurrentRaycast.gameObject;
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_5 = V_1;
NullCheck(L_5);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_6 = L_5->get_buttonData_1();
NullCheck(L_6);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_7 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(L_6, /*hidden argument*/NULL);
V_2 = L_7;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_2), /*hidden argument*/NULL);
__this->set_m_CurrentFocusedGameObject_21(L_8);
// ProcessMousePress(leftButtonData);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_9 = V_1;
StandaloneInputModule_ProcessMousePress_mEB96E70EDB025F2AA37FEF2063CE248AC735C16F(__this, L_9, /*hidden argument*/NULL);
// ProcessMove(leftButtonData.buttonData);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_10 = V_1;
NullCheck(L_10);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_11 = L_10->get_buttonData_1();
VirtActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(28 /* System.Void UnityEngine.EventSystems.PointerInputModule::ProcessMove(UnityEngine.EventSystems.PointerEventData) */, __this, L_11);
// ProcessDrag(leftButtonData.buttonData);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_12 = V_1;
NullCheck(L_12);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_13 = L_12->get_buttonData_1();
VirtActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(29 /* System.Void UnityEngine.EventSystems.PointerInputModule::ProcessDrag(UnityEngine.EventSystems.PointerEventData) */, __this, L_13);
// ProcessMousePress(mouseData.GetButtonState(PointerEventData.InputButton.Right).eventData);
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_14 = V_0;
NullCheck(L_14);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_15 = MouseState_GetButtonState_m0C2884609F720A284C72EAEF061C781F4874CCAE(L_14, 1, /*hidden argument*/NULL);
NullCheck(L_15);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_16 = ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline(L_15, /*hidden argument*/NULL);
StandaloneInputModule_ProcessMousePress_mEB96E70EDB025F2AA37FEF2063CE248AC735C16F(__this, L_16, /*hidden argument*/NULL);
// ProcessDrag(mouseData.GetButtonState(PointerEventData.InputButton.Right).eventData.buttonData);
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_17 = V_0;
NullCheck(L_17);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_18 = MouseState_GetButtonState_m0C2884609F720A284C72EAEF061C781F4874CCAE(L_17, 1, /*hidden argument*/NULL);
NullCheck(L_18);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_19 = ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline(L_18, /*hidden argument*/NULL);
NullCheck(L_19);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_20 = L_19->get_buttonData_1();
VirtActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(29 /* System.Void UnityEngine.EventSystems.PointerInputModule::ProcessDrag(UnityEngine.EventSystems.PointerEventData) */, __this, L_20);
// ProcessMousePress(mouseData.GetButtonState(PointerEventData.InputButton.Middle).eventData);
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_21 = V_0;
NullCheck(L_21);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_22 = MouseState_GetButtonState_m0C2884609F720A284C72EAEF061C781F4874CCAE(L_21, 2, /*hidden argument*/NULL);
NullCheck(L_22);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_23 = ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline(L_22, /*hidden argument*/NULL);
StandaloneInputModule_ProcessMousePress_mEB96E70EDB025F2AA37FEF2063CE248AC735C16F(__this, L_23, /*hidden argument*/NULL);
// ProcessDrag(mouseData.GetButtonState(PointerEventData.InputButton.Middle).eventData.buttonData);
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_24 = V_0;
NullCheck(L_24);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_25 = MouseState_GetButtonState_m0C2884609F720A284C72EAEF061C781F4874CCAE(L_24, 2, /*hidden argument*/NULL);
NullCheck(L_25);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_26 = ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline(L_25, /*hidden argument*/NULL);
NullCheck(L_26);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_27 = L_26->get_buttonData_1();
VirtActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(29 /* System.Void UnityEngine.EventSystems.PointerInputModule::ProcessDrag(UnityEngine.EventSystems.PointerEventData) */, __this, L_27);
// if (!Mathf.Approximately(leftButtonData.buttonData.scrollDelta.sqrMagnitude, 0.0f))
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_28 = V_1;
NullCheck(L_28);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_29 = L_28->get_buttonData_1();
NullCheck(L_29);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_30 = PointerEventData_get_scrollDelta_mF473A122C860EC5279F6F5D085912BDA6418690B_inline(L_29, /*hidden argument*/NULL);
V_3 = L_30;
float L_31 = Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_3), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_32 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_31, (0.0f), /*hidden argument*/NULL);
if (L_32)
{
goto IL_00e7;
}
}
{
// var scrollHandler = ExecuteEvents.GetEventHandler<IScrollHandler>(leftButtonData.buttonData.pointerCurrentRaycast.gameObject);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_33 = V_1;
NullCheck(L_33);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_34 = L_33->get_buttonData_1();
NullCheck(L_34);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_35 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(L_34, /*hidden argument*/NULL);
V_2 = L_35;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_36 = RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_2), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_37 = ExecuteEvents_GetEventHandler_TisIScrollHandler_t3BB7CCD821B37EBB5EA18D30D65D4075FB43198B_m862233B0489763DCCBC4FA2ADD82C50E3FAF6D04(L_36, /*hidden argument*/ExecuteEvents_GetEventHandler_TisIScrollHandler_t3BB7CCD821B37EBB5EA18D30D65D4075FB43198B_m862233B0489763DCCBC4FA2ADD82C50E3FAF6D04_RuntimeMethod_var);
// ExecuteEvents.ExecuteHierarchy(scrollHandler, leftButtonData.buttonData, ExecuteEvents.scrollHandler);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_38 = V_1;
NullCheck(L_38);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_39 = L_38->get_buttonData_1();
EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * L_40 = ExecuteEvents_get_scrollHandler_m48E5B17388986BD59EC7A7BF27E3D30A9FD057F7_inline(/*hidden argument*/NULL);
ExecuteEvents_ExecuteHierarchy_TisIScrollHandler_t3BB7CCD821B37EBB5EA18D30D65D4075FB43198B_m063662829D9B670BB6A7AC7E1E3B2E15B7B5A853(L_37, L_39, L_40, /*hidden argument*/ExecuteEvents_ExecuteHierarchy_TisIScrollHandler_t3BB7CCD821B37EBB5EA18D30D65D4075FB43198B_m063662829D9B670BB6A7AC7E1E3B2E15B7B5A853_RuntimeMethod_var);
}
IL_00e7:
{
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.StandaloneInputModule::SendUpdateEventToSelectedObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StandaloneInputModule_SendUpdateEventToSelectedObject_m7180367BFB750772FECFBC7C621234B7FBF29C9D (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule_SendUpdateEventToSelectedObject_m7180367BFB750772FECFBC7C621234B7FBF29C9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * V_0 = NULL;
{
// if (eventSystem.currentSelectedGameObject == null)
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0015;
}
}
{
// return false;
return (bool)0;
}
IL_0015:
{
// var data = GetBaseEventData();
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_3 = VirtFuncInvoker0< BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * >::Invoke(19 /* UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.BaseInputModule::GetBaseEventData() */, __this);
V_0 = L_3;
// ExecuteEvents.Execute(eventSystem.currentSelectedGameObject, data, ExecuteEvents.updateSelectedHandler);
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_4 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline(L_4, /*hidden argument*/NULL);
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_6 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * L_7 = ExecuteEvents_get_updateSelectedHandler_mE18DBB058B1EDC75D4F690A1E35003749BBC0567_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIUpdateSelectedHandler_t460F9A1B3655B6DD49656995D451206631B4F4D0_m1980515F7F88328B91572847A5B88884587E876B(L_5, L_6, L_7, /*hidden argument*/ExecuteEvents_Execute_TisIUpdateSelectedHandler_t460F9A1B3655B6DD49656995D451206631B4F4D0_m1980515F7F88328B91572847A5B88884587E876B_RuntimeMethod_var);
// return data.used;
BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * L_8 = V_0;
NullCheck(L_8);
bool L_9 = VirtFuncInvoker0< bool >::Invoke(6 /* System.Boolean UnityEngine.EventSystems.AbstractEventData::get_used() */, L_8);
return L_9;
}
}
// System.Void UnityEngine.EventSystems.StandaloneInputModule::ProcessMousePress(UnityEngine.EventSystems.PointerInputModule_MouseButtonEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StandaloneInputModule_ProcessMousePress_mEB96E70EDB025F2AA37FEF2063CE248AC735C16F (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StandaloneInputModule_ProcessMousePress_mEB96E70EDB025F2AA37FEF2063CE248AC735C16F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * V_0 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_1 = NULL;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_2;
memset((&V_2), 0, sizeof(V_2));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_3 = NULL;
float V_4 = 0.0f;
int32_t V_5 = 0;
{
// var pointerEvent = data.buttonData;
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_0 = ___data0;
NullCheck(L_0);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_1 = L_0->get_buttonData_1();
V_0 = L_1;
// var currentOverGo = pointerEvent.pointerCurrentRaycast.gameObject;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = V_0;
NullCheck(L_2);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_3 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(L_2, /*hidden argument*/NULL);
V_2 = L_3;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_2), /*hidden argument*/NULL);
V_1 = L_4;
// if (data.PressedThisFrame())
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_5 = ___data0;
NullCheck(L_5);
bool L_6 = MouseButtonEventData_PressedThisFrame_m172F2A7A82DED3678EF87AD1B4FD69D6D406E176(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0118;
}
}
{
// pointerEvent.eligibleForClick = true;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_7 = V_0;
NullCheck(L_7);
PointerEventData_set_eligibleForClick_m40B82588BC83E4CF72209B9B1A50585CCE82ABD2_inline(L_7, (bool)1, /*hidden argument*/NULL);
// pointerEvent.delta = Vector2.zero;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_8 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_8);
PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline(L_8, L_9, /*hidden argument*/NULL);
// pointerEvent.dragging = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = V_0;
NullCheck(L_10);
PointerEventData_set_dragging_m34110A723023758249425A1F3C98EFA27BF19F45_inline(L_10, (bool)0, /*hidden argument*/NULL);
// pointerEvent.useDragThreshold = true;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_11 = V_0;
NullCheck(L_11);
PointerEventData_set_useDragThreshold_mB742BB006F245766C00371FF33B680FF3F0F48F1_inline(L_11, (bool)1, /*hidden argument*/NULL);
// pointerEvent.pressPosition = pointerEvent.position;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_12 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_13 = V_0;
NullCheck(L_13);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
PointerEventData_set_pressPosition_m3F5805FAD17E1BC44B84795506DE7EBA7215A46C_inline(L_12, L_14, /*hidden argument*/NULL);
// pointerEvent.pointerPressRaycast = pointerEvent.pointerCurrentRaycast;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_15 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_16 = V_0;
NullCheck(L_16);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_17 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
PointerEventData_set_pointerPressRaycast_m2F371C6E5AB2AAB39C6F7F889594D480D797D5FD_inline(L_15, L_17, /*hidden argument*/NULL);
// DeselectIfSelectionChanged(currentOverGo, pointerEvent);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_18 = V_1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_19 = V_0;
PointerInputModule_DeselectIfSelectionChanged_mD24AB70C8C12903D513ABB8BAE132E707B0F0A70(__this, L_18, L_19, /*hidden argument*/NULL);
// var newPressed = ExecuteEvents.ExecuteHierarchy(currentOverGo, pointerEvent, ExecuteEvents.pointerDownHandler);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_20 = V_1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_21 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * L_22 = ExecuteEvents_get_pointerDownHandler_m8AE9CA906C86BBBEB75BA2D05F5DAB01F62519E3_inline(/*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_23 = ExecuteEvents_ExecuteHierarchy_TisIPointerDownHandler_tD9DAB9987B51AF8D4029CC24F52D17485684F4BF_m7109FC139AAD566492E6FABD873264235C450706(L_20, L_21, L_22, /*hidden argument*/ExecuteEvents_ExecuteHierarchy_TisIPointerDownHandler_tD9DAB9987B51AF8D4029CC24F52D17485684F4BF_m7109FC139AAD566492E6FABD873264235C450706_RuntimeMethod_var);
V_3 = L_23;
// if (newPressed == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_24 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_25 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_24, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_007e;
}
}
{
// newPressed = ExecuteEvents.GetEventHandler<IPointerClickHandler>(currentOverGo);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_26 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_27 = ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD(L_26, /*hidden argument*/ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD_RuntimeMethod_var);
V_3 = L_27;
}
IL_007e:
{
// float time = Time.unscaledTime;
float L_28 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
V_4 = L_28;
// if (newPressed == pointerEvent.lastPress)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_29 = V_3;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_30 = V_0;
NullCheck(L_30);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_31 = PointerEventData_get_lastPress_m6B005D786FC5B30ECD8D5BC068420D0C361357F4_inline(L_30, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_32 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_29, L_31, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_00c8;
}
}
{
// var diffTime = time - pointerEvent.clickTime;
float L_33 = V_4;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_34 = V_0;
NullCheck(L_34);
float L_35 = PointerEventData_get_clickTime_m22DF8D2239FF9E101B69E3C27710B3512328BBF3_inline(L_34, /*hidden argument*/NULL);
// if (diffTime < 0.3f)
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_33, (float)L_35))) < ((float)(0.3f)))))
{
goto IL_00b7;
}
}
{
// ++pointerEvent.clickCount;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_36 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_37 = L_36;
NullCheck(L_37);
int32_t L_38 = PointerEventData_get_clickCount_m171A2D241BD02AC43908420497688C5B354BF6E9_inline(L_37, /*hidden argument*/NULL);
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
int32_t L_39 = V_5;
NullCheck(L_37);
PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline(L_37, L_39, /*hidden argument*/NULL);
goto IL_00be;
}
IL_00b7:
{
// pointerEvent.clickCount = 1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_40 = V_0;
NullCheck(L_40);
PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline(L_40, 1, /*hidden argument*/NULL);
}
IL_00be:
{
// pointerEvent.clickTime = time;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_41 = V_0;
float L_42 = V_4;
NullCheck(L_41);
PointerEventData_set_clickTime_m65041A6875D4A8091A0F7195D8E3D11F1DE49FFD_inline(L_41, L_42, /*hidden argument*/NULL);
// }
goto IL_00cf;
}
IL_00c8:
{
// pointerEvent.clickCount = 1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_43 = V_0;
NullCheck(L_43);
PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline(L_43, 1, /*hidden argument*/NULL);
}
IL_00cf:
{
// pointerEvent.pointerPress = newPressed;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_44 = V_0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_45 = V_3;
NullCheck(L_44);
PointerEventData_set_pointerPress_m053AF3BF19752D9271AAC6A633B2718C61870D33(L_44, L_45, /*hidden argument*/NULL);
// pointerEvent.rawPointerPress = currentOverGo;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_46 = V_0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_47 = V_1;
NullCheck(L_46);
PointerEventData_set_rawPointerPress_mEBAE6DDF7485B81E092BDE13462926FB5C251BB2_inline(L_46, L_47, /*hidden argument*/NULL);
// pointerEvent.clickTime = time;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_48 = V_0;
float L_49 = V_4;
NullCheck(L_48);
PointerEventData_set_clickTime_m65041A6875D4A8091A0F7195D8E3D11F1DE49FFD_inline(L_48, L_49, /*hidden argument*/NULL);
// pointerEvent.pointerDrag = ExecuteEvents.GetEventHandler<IDragHandler>(currentOverGo);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_50 = V_0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_51 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_52 = ExecuteEvents_GetEventHandler_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m5A727D5FF70D5140242C84BF539D7BC0C4D84D99(L_51, /*hidden argument*/ExecuteEvents_GetEventHandler_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m5A727D5FF70D5140242C84BF539D7BC0C4D84D99_RuntimeMethod_var);
NullCheck(L_50);
PointerEventData_set_pointerDrag_mAA21AD97ABF508FD1D2313C36CAEF3A969F1D35D_inline(L_50, L_52, /*hidden argument*/NULL);
// if (pointerEvent.pointerDrag != null)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_53 = V_0;
NullCheck(L_53);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_54 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_53, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_55 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_54, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_55)
{
goto IL_0111;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerDrag, pointerEvent, ExecuteEvents.initializePotentialDrag);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_56 = V_0;
NullCheck(L_56);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_57 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_56, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_58 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * L_59 = ExecuteEvents_get_initializePotentialDrag_m5B3D899EB08DA227EFBFC67778DDB98D7505C6D4_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIInitializePotentialDragHandler_t56667A600E5BC5B8786753312DB9EDFE13455B45_mB7B114F04C939E04FC2CAE1AB370BBB5BC2AA895(L_57, L_58, L_59, /*hidden argument*/ExecuteEvents_Execute_TisIInitializePotentialDragHandler_t56667A600E5BC5B8786753312DB9EDFE13455B45_mB7B114F04C939E04FC2CAE1AB370BBB5BC2AA895_RuntimeMethod_var);
}
IL_0111:
{
// m_InputPointerEvent = pointerEvent;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_60 = V_0;
__this->set_m_InputPointerEvent_22(L_60);
}
IL_0118:
{
// if (data.ReleasedThisFrame())
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_61 = ___data0;
NullCheck(L_61);
bool L_62 = MouseButtonEventData_ReleasedThisFrame_mE4BFCF235B7D4B71D41FE3A4CDB376701001CD40(L_61, /*hidden argument*/NULL);
if (!L_62)
{
goto IL_0128;
}
}
{
// ReleaseMouse(pointerEvent, currentOverGo);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_63 = V_0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_64 = V_1;
StandaloneInputModule_ReleaseMouse_mAB37571EEE6FE65733244890BE88FFF095DF8FED(__this, L_63, L_64, /*hidden argument*/NULL);
}
IL_0128:
{
// }
return;
}
}
// UnityEngine.GameObject UnityEngine.EventSystems.StandaloneInputModule::GetCurrentFocusedGameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * StandaloneInputModule_GetCurrentFocusedGameObject_mA354FCB4E2546E1F49D165207705A26D29EBB3D7 (StandaloneInputModule_tF3BDE3C0D374D1A0C87654254FA5E74F6B8C1EF5 * __this, const RuntimeMethod* method)
{
{
// return m_CurrentFocusedGameObject;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_CurrentFocusedGameObject_21();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.EventSystems.TouchInputModule::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule__ctor_m4DA98CF8160474EEF5179225D9435497BE81D570 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
{
// protected TouchInputModule()
PointerInputModule__ctor_m05A4A9E4BF8053B1444986BF3EB27D8007AE9275(__this, /*hidden argument*/NULL);
// {}
return;
}
}
// System.Boolean UnityEngine.EventSystems.TouchInputModule::get_allowActivationOnStandalone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchInputModule_get_allowActivationOnStandalone_m5AF75CB4497AD94C5EDC08571D5B26AAA4FDEC21 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
{
// get { return m_ForceModuleActive; }
bool L_0 = __this->get_m_ForceModuleActive_19();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.TouchInputModule::set_allowActivationOnStandalone(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule_set_allowActivationOnStandalone_m03444533ACC4BC73EBDD50489D1ECB99C0C780D0 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_ForceModuleActive = value; }
bool L_0 = ___value0;
__this->set_m_ForceModuleActive_19(L_0);
// set { m_ForceModuleActive = value; }
return;
}
}
// System.Boolean UnityEngine.EventSystems.TouchInputModule::get_forceModuleActive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchInputModule_get_forceModuleActive_m3DBB16E0B71B7567515CBE0089A91EF4A0B344C3 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
{
// get { return m_ForceModuleActive; }
bool L_0 = __this->get_m_ForceModuleActive_19();
return L_0;
}
}
// System.Void UnityEngine.EventSystems.TouchInputModule::set_forceModuleActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule_set_forceModuleActive_m28F890F6675872621907FE867414D4DBDBDD9EB8 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_ForceModuleActive = value; }
bool L_0 = ___value0;
__this->set_m_ForceModuleActive_19(L_0);
// set { m_ForceModuleActive = value; }
return;
}
}
// System.Void UnityEngine.EventSystems.TouchInputModule::UpdateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule_UpdateModule_mCA26D9F764562DCBA511D947B1892AD93F5AF863 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInputModule_UpdateModule_mCA26D9F764562DCBA511D947B1892AD93F5AF863_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!eventSystem.isFocused)
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = EventSystem_get_isFocused_m421DE003FCADF582AF1D7F0B8B036513E9743294_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0058;
}
}
{
// if (m_InputPointerEvent != null && m_InputPointerEvent.pointerDrag != null && m_InputPointerEvent.dragging)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_2 = __this->get_m_InputPointerEvent_18();
if (!L_2)
{
goto IL_0051;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_3 = __this->get_m_InputPointerEvent_18();
NullCheck(L_3);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_5 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_4, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0051;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_6 = __this->get_m_InputPointerEvent_18();
NullCheck(L_6);
bool L_7 = PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0051;
}
}
{
// ExecuteEvents.Execute(m_InputPointerEvent.pointerDrag, m_InputPointerEvent, ExecuteEvents.endDragHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_8 = __this->get_m_InputPointerEvent_18();
NullCheck(L_8);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_8, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = __this->get_m_InputPointerEvent_18();
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * L_11 = ExecuteEvents_get_endDragHandler_m23B60D3E3873043263069A3C3145393475690769_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_mA291A7F54310189C41491E72BA411886D4020775(L_9, L_10, L_11, /*hidden argument*/ExecuteEvents_Execute_TisIEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_mA291A7F54310189C41491E72BA411886D4020775_RuntimeMethod_var);
}
IL_0051:
{
// m_InputPointerEvent = null;
__this->set_m_InputPointerEvent_18((PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 *)NULL);
}
IL_0058:
{
// m_LastMousePosition = m_MousePosition;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = __this->get_m_MousePosition_17();
__this->set_m_LastMousePosition_16(L_12);
// m_MousePosition = input.mousePosition;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_13 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_13);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = VirtFuncInvoker0< Vector2_tA85D2DD88578276CA8A8796756458277E72D073D >::Invoke(26 /* UnityEngine.Vector2 UnityEngine.EventSystems.BaseInput::get_mousePosition() */, L_13);
__this->set_m_MousePosition_17(L_14);
// }
return;
}
}
// System.Boolean UnityEngine.EventSystems.TouchInputModule::IsModuleSupported()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchInputModule_IsModuleSupported_mE4B9FD3BA7947F9B783B8BC44CFE8537F8D25155 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
{
// return forceModuleActive || input.touchSupported;
bool L_0 = TouchInputModule_get_forceModuleActive_m3DBB16E0B71B7567515CBE0089A91EF4A0B344C3_inline(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0014;
}
}
{
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_1 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_2 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean UnityEngine.EventSystems.BaseInput::get_touchSupported() */, L_1);
return L_2;
}
IL_0014:
{
return (bool)1;
}
}
// System.Boolean UnityEngine.EventSystems.TouchInputModule::ShouldActivateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchInputModule_ShouldActivateModule_mA6B7B00937F0100D53F9F2D8C71CE288E292E071 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInputModule_ShouldActivateModule_mA6B7B00937F0100D53F9F2D8C71CE288E292E071_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (!base.ShouldActivateModule())
bool L_0 = BaseInputModule_ShouldActivateModule_m8EB1E427EFD3E7AC2341EE52DE4E51FD8D6EF548(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000a;
}
}
{
// return false;
return (bool)0;
}
IL_000a:
{
// if (m_ForceModuleActive)
bool L_1 = __this->get_m_ForceModuleActive_19();
if (!L_1)
{
goto IL_0014;
}
}
{
// return true;
return (bool)1;
}
IL_0014:
{
// if (UseFakeInput())
bool L_2 = TouchInputModule_UseFakeInput_m2406557FC685547C9245C1052A1DF2B7D8AE0919(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_004a;
}
}
{
// bool wantsEnable = input.GetMouseButtonDown(0);
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_3 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_4 = VirtFuncInvoker1< bool, int32_t >::Invoke(23 /* System.Boolean UnityEngine.EventSystems.BaseInput::GetMouseButtonDown(System.Int32) */, L_3, 0);
// wantsEnable |= (m_MousePosition - m_LastMousePosition).sqrMagnitude > 0.0f;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = __this->get_m_MousePosition_17();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = __this->get_m_LastMousePosition_16();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_5, L_6, /*hidden argument*/NULL);
V_0 = L_7;
float L_8 = Vector2_get_sqrMagnitude_mAEE10A8ECE7D5754E10727BA8C9068A759AD7002((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
// return wantsEnable;
return (bool)((int32_t)((int32_t)L_4|(int32_t)((((float)L_8) > ((float)(0.0f)))? 1 : 0)));
}
IL_004a:
{
// if (input.touchCount > 0)
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_9 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 UnityEngine.EventSystems.BaseInput::get_touchCount() */, L_9);
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_005a;
}
}
{
// return true;
return (bool)1;
}
IL_005a:
{
// return false;
return (bool)0;
}
}
// System.Boolean UnityEngine.EventSystems.TouchInputModule::UseFakeInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchInputModule_UseFakeInput_m2406557FC685547C9245C1052A1DF2B7D8AE0919 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
{
// return !input.touchSupported;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_0 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(28 /* System.Boolean UnityEngine.EventSystems.BaseInput::get_touchSupported() */, L_0);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
// System.Void UnityEngine.EventSystems.TouchInputModule::Process()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule_Process_m69909AB21CAA13E21A6C3E8723D168C55AB57C7D (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
{
// if (UseFakeInput())
bool L_0 = TouchInputModule_UseFakeInput_m2406557FC685547C9245C1052A1DF2B7D8AE0919(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000f;
}
}
{
// FakeTouches();
TouchInputModule_FakeTouches_m660D98593231941BBFB9C9A6D52F3F68C20A1731(__this, /*hidden argument*/NULL);
return;
}
IL_000f:
{
// ProcessTouchEvents();
TouchInputModule_ProcessTouchEvents_m2A417627C700B7BAE40700BEBC9A55D325A07A50(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.EventSystems.TouchInputModule::FakeTouches()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule_FakeTouches_m660D98593231941BBFB9C9A6D52F3F68C20A1731 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInputModule_FakeTouches_m660D98593231941BBFB9C9A6D52F3F68C20A1731_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * V_0 = NULL;
{
// var pointerData = GetMousePointerEventData(0);
MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 * L_0 = VirtFuncInvoker1< MouseState_t4D6249AEF3F24542B7F13D49020EC1B8DC2F05D7 *, int32_t >::Invoke(27 /* UnityEngine.EventSystems.PointerInputModule/MouseState UnityEngine.EventSystems.PointerInputModule::GetMousePointerEventData(System.Int32) */, __this, 0);
// var leftPressData = pointerData.GetButtonState(PointerEventData.InputButton.Left).eventData;
NullCheck(L_0);
ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * L_1 = MouseState_GetButtonState_m0C2884609F720A284C72EAEF061C781F4874CCAE(L_0, 0, /*hidden argument*/NULL);
NullCheck(L_1);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_2 = ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline(L_1, /*hidden argument*/NULL);
V_0 = L_2;
// if (leftPressData.PressedThisFrame())
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = MouseButtonEventData_PressedThisFrame_m172F2A7A82DED3678EF87AD1B4FD69D6D406E176(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_002b;
}
}
{
// leftPressData.buttonData.delta = Vector2.zero;
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_5 = V_0;
NullCheck(L_5);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_6 = L_5->get_buttonData_1();
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_6);
PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline(L_6, L_7, /*hidden argument*/NULL);
}
IL_002b:
{
// ProcessTouchPress(leftPressData.buttonData, leftPressData.PressedThisFrame(), leftPressData.ReleasedThisFrame());
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_8 = V_0;
NullCheck(L_8);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_9 = L_8->get_buttonData_1();
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_10 = V_0;
NullCheck(L_10);
bool L_11 = MouseButtonEventData_PressedThisFrame_m172F2A7A82DED3678EF87AD1B4FD69D6D406E176(L_10, /*hidden argument*/NULL);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_12 = V_0;
NullCheck(L_12);
bool L_13 = MouseButtonEventData_ReleasedThisFrame_mE4BFCF235B7D4B71D41FE3A4CDB376701001CD40(L_12, /*hidden argument*/NULL);
TouchInputModule_ProcessTouchPress_m82D82ECA10567F5BC60F004814EECC7A09914FD6(__this, L_9, L_11, L_13, /*hidden argument*/NULL);
// if (input.GetMouseButton(0))
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_14 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_14);
bool L_15 = VirtFuncInvoker1< bool, int32_t >::Invoke(25 /* System.Boolean UnityEngine.EventSystems.BaseInput::GetMouseButton(System.Int32) */, L_14, 0);
if (!L_15)
{
goto IL_0069;
}
}
{
// ProcessMove(leftPressData.buttonData);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_16 = V_0;
NullCheck(L_16);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_17 = L_16->get_buttonData_1();
VirtActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(28 /* System.Void UnityEngine.EventSystems.PointerInputModule::ProcessMove(UnityEngine.EventSystems.PointerEventData) */, __this, L_17);
// ProcessDrag(leftPressData.buttonData);
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_18 = V_0;
NullCheck(L_18);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_19 = L_18->get_buttonData_1();
VirtActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(29 /* System.Void UnityEngine.EventSystems.PointerInputModule::ProcessDrag(UnityEngine.EventSystems.PointerEventData) */, __this, L_19);
}
IL_0069:
{
// }
return;
}
}
// System.Void UnityEngine.EventSystems.TouchInputModule::ProcessTouchEvents()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule_ProcessTouchEvents_m2A417627C700B7BAE40700BEBC9A55D325A07A50 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
bool V_3 = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * V_4 = NULL;
{
// for (int i = 0; i < input.touchCount; ++i)
V_0 = 0;
goto IL_0053;
}
IL_0004:
{
// Touch touch = input.GetTouch(i);
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_0 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
int32_t L_1 = V_0;
NullCheck(L_0);
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_2 = VirtFuncInvoker1< Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 , int32_t >::Invoke(30 /* UnityEngine.Touch UnityEngine.EventSystems.BaseInput::GetTouch(System.Int32) */, L_0, L_1);
V_1 = L_2;
// if (touch.type == TouchType.Indirect)
int32_t L_3 = Touch_get_type_mAF919D12756ABA000A17146E82FDDFCEBFD6EEA9((Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 *)(&V_1), /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_004f;
}
}
{
// var pointer = GetTouchPointerEventData(touch, out pressed, out released);
Touch_tAACD32535FF3FE5DD91125E0B6987B93C68D2DE8 L_4 = V_1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_5 = PointerInputModule_GetTouchPointerEventData_m27D309E699986AE28F15FF944CCADC4EA2E9BC11(__this, L_4, (bool*)(&V_3), (bool*)(&V_2), /*hidden argument*/NULL);
V_4 = L_5;
// ProcessTouchPress(pointer, pressed, released);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_6 = V_4;
bool L_7 = V_3;
bool L_8 = V_2;
TouchInputModule_ProcessTouchPress_m82D82ECA10567F5BC60F004814EECC7A09914FD6(__this, L_6, L_7, L_8, /*hidden argument*/NULL);
// if (!released)
bool L_9 = V_2;
if (L_9)
{
goto IL_0047;
}
}
{
// ProcessMove(pointer);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = V_4;
VirtActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(28 /* System.Void UnityEngine.EventSystems.PointerInputModule::ProcessMove(UnityEngine.EventSystems.PointerEventData) */, __this, L_10);
// ProcessDrag(pointer);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_11 = V_4;
VirtActionInvoker1< PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * >::Invoke(29 /* System.Void UnityEngine.EventSystems.PointerInputModule::ProcessDrag(UnityEngine.EventSystems.PointerEventData) */, __this, L_11);
// }
goto IL_004f;
}
IL_0047:
{
// RemovePointerData(pointer);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_12 = V_4;
PointerInputModule_RemovePointerData_m17E63DD11FE440D4D88078B4895137C942C52C3A(__this, L_12, /*hidden argument*/NULL);
}
IL_004f:
{
// for (int i = 0; i < input.touchCount; ++i)
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0053:
{
// for (int i = 0; i < input.touchCount; ++i)
int32_t L_14 = V_0;
BaseInput_t75E14D6E10222455BEB43FA300F478BEAB02DF82 * L_15 = BaseInputModule_get_input_m385A99609A705346D5288D047EE17374ED406BE7(__this, /*hidden argument*/NULL);
NullCheck(L_15);
int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(29 /* System.Int32 UnityEngine.EventSystems.BaseInput::get_touchCount() */, L_15);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.EventSystems.TouchInputModule::ProcessTouchPress(UnityEngine.EventSystems.PointerEventData,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule_ProcessTouchPress_m82D82ECA10567F5BC60F004814EECC7A09914FD6 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___pointerEvent0, bool ___pressed1, bool ___released2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInputModule_ProcessTouchPress_m82D82ECA10567F5BC60F004814EECC7A09914FD6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 V_1;
memset((&V_1), 0, sizeof(V_1));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_2 = NULL;
float V_3 = 0.0f;
int32_t V_4 = 0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_5 = NULL;
{
// var currentOverGo = pointerEvent.pointerCurrentRaycast.gameObject;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___pointerEvent0;
NullCheck(L_0);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_1 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(L_0, /*hidden argument*/NULL);
V_1 = L_1;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline((RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 *)(&V_1), /*hidden argument*/NULL);
V_0 = L_2;
// if (pressed)
bool L_3 = ___pressed1;
if (!L_3)
{
goto IL_0125;
}
}
{
// pointerEvent.eligibleForClick = true;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_4 = ___pointerEvent0;
NullCheck(L_4);
PointerEventData_set_eligibleForClick_m40B82588BC83E4CF72209B9B1A50585CCE82ABD2_inline(L_4, (bool)1, /*hidden argument*/NULL);
// pointerEvent.delta = Vector2.zero;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_5 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_5);
PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline(L_5, L_6, /*hidden argument*/NULL);
// pointerEvent.dragging = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_7 = ___pointerEvent0;
NullCheck(L_7);
PointerEventData_set_dragging_m34110A723023758249425A1F3C98EFA27BF19F45_inline(L_7, (bool)0, /*hidden argument*/NULL);
// pointerEvent.useDragThreshold = true;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_8 = ___pointerEvent0;
NullCheck(L_8);
PointerEventData_set_useDragThreshold_mB742BB006F245766C00371FF33B680FF3F0F48F1_inline(L_8, (bool)1, /*hidden argument*/NULL);
// pointerEvent.pressPosition = pointerEvent.position;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_9 = ___pointerEvent0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_10 = ___pointerEvent0;
NullCheck(L_10);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
PointerEventData_set_pressPosition_m3F5805FAD17E1BC44B84795506DE7EBA7215A46C_inline(L_9, L_11, /*hidden argument*/NULL);
// pointerEvent.pointerPressRaycast = pointerEvent.pointerCurrentRaycast;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_12 = ___pointerEvent0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_13 = ___pointerEvent0;
NullCheck(L_13);
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_14 = PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
PointerEventData_set_pointerPressRaycast_m2F371C6E5AB2AAB39C6F7F889594D480D797D5FD_inline(L_12, L_14, /*hidden argument*/NULL);
// DeselectIfSelectionChanged(currentOverGo, pointerEvent);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_16 = ___pointerEvent0;
PointerInputModule_DeselectIfSelectionChanged_mD24AB70C8C12903D513ABB8BAE132E707B0F0A70(__this, L_15, L_16, /*hidden argument*/NULL);
// if (pointerEvent.pointerEnter != currentOverGo)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_17 = ___pointerEvent0;
NullCheck(L_17);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_18 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_17, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_19 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_20 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_18, L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0072;
}
}
{
// HandlePointerExitAndEnter(pointerEvent, currentOverGo);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_21 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_22 = V_0;
BaseInputModule_HandlePointerExitAndEnter_mFA61D8BA9B2377B56E3844CE8E3C15DF4C1959CB(__this, L_21, L_22, /*hidden argument*/NULL);
// pointerEvent.pointerEnter = currentOverGo;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_23 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_24 = V_0;
NullCheck(L_23);
PointerEventData_set_pointerEnter_mB891C530B173BCDF4FDD5CC757A30AE498D77360_inline(L_23, L_24, /*hidden argument*/NULL);
}
IL_0072:
{
// var newPressed = ExecuteEvents.ExecuteHierarchy(currentOverGo, pointerEvent, ExecuteEvents.pointerDownHandler);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_25 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_26 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * L_27 = ExecuteEvents_get_pointerDownHandler_m8AE9CA906C86BBBEB75BA2D05F5DAB01F62519E3_inline(/*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_28 = ExecuteEvents_ExecuteHierarchy_TisIPointerDownHandler_tD9DAB9987B51AF8D4029CC24F52D17485684F4BF_m7109FC139AAD566492E6FABD873264235C450706(L_25, L_26, L_27, /*hidden argument*/ExecuteEvents_ExecuteHierarchy_TisIPointerDownHandler_tD9DAB9987B51AF8D4029CC24F52D17485684F4BF_m7109FC139AAD566492E6FABD873264235C450706_RuntimeMethod_var);
V_2 = L_28;
// if (newPressed == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_29 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_30 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_29, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_30)
{
goto IL_008f;
}
}
{
// newPressed = ExecuteEvents.GetEventHandler<IPointerClickHandler>(currentOverGo);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_31 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_32 = ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD(L_31, /*hidden argument*/ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD_RuntimeMethod_var);
V_2 = L_32;
}
IL_008f:
{
// float time = Time.unscaledTime;
float L_33 = Time_get_unscaledTime_m57F78B855097C5BA632CF9BE60667A9DEBCAA472(/*hidden argument*/NULL);
V_3 = L_33;
// if (newPressed == pointerEvent.lastPress)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_34 = V_2;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_35 = ___pointerEvent0;
NullCheck(L_35);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_36 = PointerEventData_get_lastPress_m6B005D786FC5B30ECD8D5BC068420D0C361357F4_inline(L_35, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_37 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_34, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00d6;
}
}
{
// var diffTime = time - pointerEvent.clickTime;
float L_38 = V_3;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_39 = ___pointerEvent0;
NullCheck(L_39);
float L_40 = PointerEventData_get_clickTime_m22DF8D2239FF9E101B69E3C27710B3512328BBF3_inline(L_39, /*hidden argument*/NULL);
// if (diffTime < 0.3f)
if ((!(((float)((float)il2cpp_codegen_subtract((float)L_38, (float)L_40))) < ((float)(0.3f)))))
{
goto IL_00c6;
}
}
{
// ++pointerEvent.clickCount;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_41 = ___pointerEvent0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_42 = L_41;
NullCheck(L_42);
int32_t L_43 = PointerEventData_get_clickCount_m171A2D241BD02AC43908420497688C5B354BF6E9_inline(L_42, /*hidden argument*/NULL);
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
int32_t L_44 = V_4;
NullCheck(L_42);
PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline(L_42, L_44, /*hidden argument*/NULL);
goto IL_00cd;
}
IL_00c6:
{
// pointerEvent.clickCount = 1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_45 = ___pointerEvent0;
NullCheck(L_45);
PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline(L_45, 1, /*hidden argument*/NULL);
}
IL_00cd:
{
// pointerEvent.clickTime = time;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_46 = ___pointerEvent0;
float L_47 = V_3;
NullCheck(L_46);
PointerEventData_set_clickTime_m65041A6875D4A8091A0F7195D8E3D11F1DE49FFD_inline(L_46, L_47, /*hidden argument*/NULL);
// }
goto IL_00dd;
}
IL_00d6:
{
// pointerEvent.clickCount = 1;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_48 = ___pointerEvent0;
NullCheck(L_48);
PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline(L_48, 1, /*hidden argument*/NULL);
}
IL_00dd:
{
// pointerEvent.pointerPress = newPressed;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_49 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_50 = V_2;
NullCheck(L_49);
PointerEventData_set_pointerPress_m053AF3BF19752D9271AAC6A633B2718C61870D33(L_49, L_50, /*hidden argument*/NULL);
// pointerEvent.rawPointerPress = currentOverGo;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_51 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_52 = V_0;
NullCheck(L_51);
PointerEventData_set_rawPointerPress_mEBAE6DDF7485B81E092BDE13462926FB5C251BB2_inline(L_51, L_52, /*hidden argument*/NULL);
// pointerEvent.clickTime = time;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_53 = ___pointerEvent0;
float L_54 = V_3;
NullCheck(L_53);
PointerEventData_set_clickTime_m65041A6875D4A8091A0F7195D8E3D11F1DE49FFD_inline(L_53, L_54, /*hidden argument*/NULL);
// pointerEvent.pointerDrag = ExecuteEvents.GetEventHandler<IDragHandler>(currentOverGo);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_55 = ___pointerEvent0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_56 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_57 = ExecuteEvents_GetEventHandler_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m5A727D5FF70D5140242C84BF539D7BC0C4D84D99(L_56, /*hidden argument*/ExecuteEvents_GetEventHandler_TisIDragHandler_t196F681B5B4A5BFCDEA2A93CA0A75D504908D25B_m5A727D5FF70D5140242C84BF539D7BC0C4D84D99_RuntimeMethod_var);
NullCheck(L_55);
PointerEventData_set_pointerDrag_mAA21AD97ABF508FD1D2313C36CAEF3A969F1D35D_inline(L_55, L_57, /*hidden argument*/NULL);
// if (pointerEvent.pointerDrag != null)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_58 = ___pointerEvent0;
NullCheck(L_58);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_59 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_58, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_60 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_59, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_60)
{
goto IL_011e;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerDrag, pointerEvent, ExecuteEvents.initializePotentialDrag);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_61 = ___pointerEvent0;
NullCheck(L_61);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_62 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_61, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_63 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * L_64 = ExecuteEvents_get_initializePotentialDrag_m5B3D899EB08DA227EFBFC67778DDB98D7505C6D4_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIInitializePotentialDragHandler_t56667A600E5BC5B8786753312DB9EDFE13455B45_mB7B114F04C939E04FC2CAE1AB370BBB5BC2AA895(L_62, L_63, L_64, /*hidden argument*/ExecuteEvents_Execute_TisIInitializePotentialDragHandler_t56667A600E5BC5B8786753312DB9EDFE13455B45_mB7B114F04C939E04FC2CAE1AB370BBB5BC2AA895_RuntimeMethod_var);
}
IL_011e:
{
// m_InputPointerEvent = pointerEvent;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_65 = ___pointerEvent0;
__this->set_m_InputPointerEvent_18(L_65);
}
IL_0125:
{
// if (released)
bool L_66 = ___released2;
if (!L_66)
{
goto IL_01fe;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerPress, pointerEvent, ExecuteEvents.pointerUpHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_67 = ___pointerEvent0;
NullCheck(L_67);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_68 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(L_67, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_69 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * L_70 = ExecuteEvents_get_pointerUpHandler_m7EDDD1128DC04344CECEBCB9B6B7CD064F7FAED2_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_m5EC8537A16BC86231FBADBD3824D8BB988B2217F(L_68, L_69, L_70, /*hidden argument*/ExecuteEvents_Execute_TisIPointerUpHandler_tAF005E3FEF3EA2D9DDA99FAA488955AA8B392102_m5EC8537A16BC86231FBADBD3824D8BB988B2217F_RuntimeMethod_var);
// var pointerUpHandler = ExecuteEvents.GetEventHandler<IPointerClickHandler>(currentOverGo);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_71 = V_0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_72 = ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD(L_71, /*hidden argument*/ExecuteEvents_GetEventHandler_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_m96365BF6D04738F7FB08BF90EF5B2CB5AE01C1AD_RuntimeMethod_var);
V_5 = L_72;
// if (pointerEvent.pointerPress == pointerUpHandler && pointerEvent.eligibleForClick)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_73 = ___pointerEvent0;
NullCheck(L_73);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_74 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(L_73, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_75 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_76 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_74, L_75, /*hidden argument*/NULL);
if (!L_76)
{
goto IL_0170;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_77 = ___pointerEvent0;
NullCheck(L_77);
bool L_78 = PointerEventData_get_eligibleForClick_m2DAAE590F749D77C50A3665B848B6F778518E29A_inline(L_77, /*hidden argument*/NULL);
if (!L_78)
{
goto IL_0170;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerPress, pointerEvent, ExecuteEvents.pointerClickHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_79 = ___pointerEvent0;
NullCheck(L_79);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_80 = PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline(L_79, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_81 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * L_82 = ExecuteEvents_get_pointerClickHandler_mA657195AEC7D0A42036CBCAC9AD48F215C3C69E3_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_mB8A59713F468FB6A061C8A5DF7FF205EE1C9A855(L_80, L_81, L_82, /*hidden argument*/ExecuteEvents_Execute_TisIPointerClickHandler_t337D40B4F0C87DA190B55BF225ADB716F4ADCA13_mB8A59713F468FB6A061C8A5DF7FF205EE1C9A855_RuntimeMethod_var);
// }
goto IL_0193;
}
IL_0170:
{
// else if (pointerEvent.pointerDrag != null && pointerEvent.dragging)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_83 = ___pointerEvent0;
NullCheck(L_83);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_84 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_83, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_85 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_84, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_85)
{
goto IL_0193;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_86 = ___pointerEvent0;
NullCheck(L_86);
bool L_87 = PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline(L_86, /*hidden argument*/NULL);
if (!L_87)
{
goto IL_0193;
}
}
{
// ExecuteEvents.ExecuteHierarchy(currentOverGo, pointerEvent, ExecuteEvents.dropHandler);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_88 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_89 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * L_90 = ExecuteEvents_get_dropHandler_mC2362B96C6CD3628B83722F4B7C73E707C6C1EAF_inline(/*hidden argument*/NULL);
ExecuteEvents_ExecuteHierarchy_TisIDropHandler_t617E86EDCC6B18A39D69DFF444D5358072B524C3_m42750090DC2A40178705596286003B1346E093AE(L_88, L_89, L_90, /*hidden argument*/ExecuteEvents_ExecuteHierarchy_TisIDropHandler_t617E86EDCC6B18A39D69DFF444D5358072B524C3_m42750090DC2A40178705596286003B1346E093AE_RuntimeMethod_var);
}
IL_0193:
{
// pointerEvent.eligibleForClick = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_91 = ___pointerEvent0;
NullCheck(L_91);
PointerEventData_set_eligibleForClick_m40B82588BC83E4CF72209B9B1A50585CCE82ABD2_inline(L_91, (bool)0, /*hidden argument*/NULL);
// pointerEvent.pointerPress = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_92 = ___pointerEvent0;
NullCheck(L_92);
PointerEventData_set_pointerPress_m053AF3BF19752D9271AAC6A633B2718C61870D33(L_92, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// pointerEvent.rawPointerPress = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_93 = ___pointerEvent0;
NullCheck(L_93);
PointerEventData_set_rawPointerPress_mEBAE6DDF7485B81E092BDE13462926FB5C251BB2_inline(L_93, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// if (pointerEvent.pointerDrag != null && pointerEvent.dragging)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_94 = ___pointerEvent0;
NullCheck(L_94);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_95 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_94, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_96 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_95, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_96)
{
goto IL_01d0;
}
}
{
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_97 = ___pointerEvent0;
NullCheck(L_97);
bool L_98 = PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline(L_97, /*hidden argument*/NULL);
if (!L_98)
{
goto IL_01d0;
}
}
{
// ExecuteEvents.Execute(pointerEvent.pointerDrag, pointerEvent, ExecuteEvents.endDragHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_99 = ___pointerEvent0;
NullCheck(L_99);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_100 = PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline(L_99, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_101 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * L_102 = ExecuteEvents_get_endDragHandler_m23B60D3E3873043263069A3C3145393475690769_inline(/*hidden argument*/NULL);
ExecuteEvents_Execute_TisIEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_mA291A7F54310189C41491E72BA411886D4020775(L_100, L_101, L_102, /*hidden argument*/ExecuteEvents_Execute_TisIEndDragHandler_tA6045DEE83CD2C06AC9409CBE183B10E3C0B9070_mA291A7F54310189C41491E72BA411886D4020775_RuntimeMethod_var);
}
IL_01d0:
{
// pointerEvent.dragging = false;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_103 = ___pointerEvent0;
NullCheck(L_103);
PointerEventData_set_dragging_m34110A723023758249425A1F3C98EFA27BF19F45_inline(L_103, (bool)0, /*hidden argument*/NULL);
// pointerEvent.pointerDrag = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_104 = ___pointerEvent0;
NullCheck(L_104);
PointerEventData_set_pointerDrag_mAA21AD97ABF508FD1D2313C36CAEF3A969F1D35D_inline(L_104, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// ExecuteEvents.ExecuteHierarchy(pointerEvent.pointerEnter, pointerEvent, ExecuteEvents.pointerExitHandler);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_105 = ___pointerEvent0;
NullCheck(L_105);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_106 = PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline(L_105, /*hidden argument*/NULL);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_107 = ___pointerEvent0;
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * L_108 = ExecuteEvents_get_pointerExitHandler_mE5EC9537676A055EEE178A4E6B58D96F9B4AC301_inline(/*hidden argument*/NULL);
ExecuteEvents_ExecuteHierarchy_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mE5F3CB5276F1AB80CC2D0DD03F13BDC8998E71AB(L_106, L_107, L_108, /*hidden argument*/ExecuteEvents_ExecuteHierarchy_TisIPointerExitHandler_t5D65A773A15D990BC231F7C9FE221AB4417327FF_mE5F3CB5276F1AB80CC2D0DD03F13BDC8998E71AB_RuntimeMethod_var);
// pointerEvent.pointerEnter = null;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_109 = ___pointerEvent0;
NullCheck(L_109);
PointerEventData_set_pointerEnter_mB891C530B173BCDF4FDD5CC757A30AE498D77360_inline(L_109, (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL, /*hidden argument*/NULL);
// m_InputPointerEvent = pointerEvent;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_110 = ___pointerEvent0;
__this->set_m_InputPointerEvent_18(L_110);
}
IL_01fe:
{
// }
return;
}
}
// System.Void UnityEngine.EventSystems.TouchInputModule::DeactivateModule()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TouchInputModule_DeactivateModule_m0B4D1B126C28668E2F6AAC08544CBAB93C086734 (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
{
// base.DeactivateModule();
BaseInputModule_DeactivateModule_m83781CF60B00AD9DA46E96D72321C4983EFA85FF(__this, /*hidden argument*/NULL);
// ClearSelection();
PointerInputModule_ClearSelection_m90CD812546D41142C4E9C599D7DD39A887F3F5C1(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.String UnityEngine.EventSystems.TouchInputModule::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TouchInputModule_ToString_m33D845D0F7EB0AC832050B3B582010E7173741CC (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TouchInputModule_ToString_m33D845D0F7EB0AC832050B3B582010E7173741CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * V_1 = NULL;
Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB V_2;
memset((&V_2), 0, sizeof(V_2));
KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC V_3;
memset((&V_3), 0, sizeof(V_3));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
StringBuilder_t * G_B2_0 = NULL;
StringBuilder_t * G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
StringBuilder_t * G_B3_1 = NULL;
{
// var sb = new StringBuilder();
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
// sb.AppendLine(UseFakeInput() ? "Input: Faked" : "Input: Touch");
StringBuilder_t * L_1 = V_0;
bool L_2 = TouchInputModule_UseFakeInput_m2406557FC685547C9245C1052A1DF2B7D8AE0919(__this, /*hidden argument*/NULL);
G_B1_0 = L_1;
if (L_2)
{
G_B2_0 = L_1;
goto IL_0016;
}
}
{
G_B3_0 = _stringLiteral4031A8B2594541E21BA9E8BEA517EEEE3F1F7835;
G_B3_1 = G_B1_0;
goto IL_001b;
}
IL_0016:
{
G_B3_0 = _stringLiteral722FEB9F2551722C44B4FF5999B3F955FBE8CE01;
G_B3_1 = G_B2_0;
}
IL_001b:
{
NullCheck(G_B3_1);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(G_B3_1, G_B3_0, /*hidden argument*/NULL);
// if (UseFakeInput())
bool L_3 = TouchInputModule_UseFakeInput_m2406557FC685547C9245C1052A1DF2B7D8AE0919(__this, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0043;
}
}
{
// var pointerData = GetLastPointerEventData(kMouseLeftId);
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_4 = PointerInputModule_GetLastPointerEventData_mEC097EFC007EA8900D2346665F277C1E4A8D94BD(__this, (-1), /*hidden argument*/NULL);
V_1 = L_4;
// if (pointerData != null)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_5 = V_1;
if (!L_5)
{
goto IL_0086;
}
}
{
// sb.AppendLine(pointerData.ToString());
StringBuilder_t * L_6 = V_0;
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_7 = V_1;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
NullCheck(L_6);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_6, L_8, /*hidden argument*/NULL);
// }
goto IL_0086;
}
IL_0043:
{
// foreach (var pointerEventData in m_PointerData)
Dictionary_2_t9F401E8FAE13945DFBD264E317248AB9CC9C36CA * L_9 = ((PointerInputModule_tE8CB9BDC38DAF3162843E22541093DADDE1BB19C *)__this)->get_m_PointerData_14();
NullCheck(L_9);
Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB L_10 = Dictionary_2_GetEnumerator_m1C541FAF22C7EF038333DA366B4AE0ACDD66AB2F(L_9, /*hidden argument*/Dictionary_2_GetEnumerator_m1C541FAF22C7EF038333DA366B4AE0ACDD66AB2F_RuntimeMethod_var);
V_2 = L_10;
}
IL_004f:
try
{ // begin try (depth: 1)
{
goto IL_006d;
}
IL_0051:
{
// foreach (var pointerEventData in m_PointerData)
KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC L_11 = Enumerator_get_Current_m6AA7A4DE9A930D4377847ECAB3FB7366445586FC_inline((Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB *)(&V_2), /*hidden argument*/Enumerator_get_Current_m6AA7A4DE9A930D4377847ECAB3FB7366445586FC_RuntimeMethod_var);
V_3 = L_11;
// sb.AppendLine(pointerEventData.ToString());
StringBuilder_t * L_12 = V_0;
String_t* L_13 = KeyValuePair_2_ToString_m98CE0CC56179CCAAFB5D0A072A949231A3DA5D9A((KeyValuePair_2_t23E843C6D6385C71A1DB40EC1271D2DEA75F22EC *)(&V_3), /*hidden argument*/KeyValuePair_2_ToString_m98CE0CC56179CCAAFB5D0A072A949231A3DA5D9A_RuntimeMethod_var);
NullCheck(L_12);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_12, L_13, /*hidden argument*/NULL);
}
IL_006d:
{
// foreach (var pointerEventData in m_PointerData)
bool L_14 = Enumerator_MoveNext_m4752940BF82094EBB7F9499882C0F4BA41CE7654((Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m4752940BF82094EBB7F9499882C0F4BA41CE7654_RuntimeMethod_var);
if (L_14)
{
goto IL_0051;
}
}
IL_0076:
{
IL2CPP_LEAVE(0x86, FINALLY_0078);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0078;
}
FINALLY_0078:
{ // begin finally (depth: 1)
Enumerator_Dispose_mABC1114077588D73707368D2C7E05EA9CF4DD99A((Enumerator_t69DA01997DBC98F46135E03A41A0BAB908D2C2AB *)(&V_2), /*hidden argument*/Enumerator_Dispose_mABC1114077588D73707368D2C7E05EA9CF4DD99A_RuntimeMethod_var);
IL2CPP_END_FINALLY(120)
} // end finally (depth: 1)
IL2CPP_CLEANUP(120)
{
IL2CPP_JUMP_TBL(0x86, IL_0086)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0086:
{
// return sb.ToString();
StringBuilder_t * L_15 = V_0;
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_15);
return L_16;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.EventSystems.UIBehaviour::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_Awake_m5DD9E48E9933AA28DAE1978B5FCC6B90BAF06FDC (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.UIBehaviour::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnEnable_mC9822F55BFE331807411109DA82D6AE5EF46E2C2 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.UIBehaviour::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_Start_mCF174BFBADA4B5806DD4FFF75984F1526AAF3884 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.UIBehaviour::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnDisable_mDA7B89CA939C50BD6F81CC350C2969755B1576A0 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.UIBehaviour::OnDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnDestroy_mAC124B1C2131BDD6B17D70DB2A90632A2355F498 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIBehaviour_IsActive_m9B5E4BBBFB0037F29906ADEEA6F9FD42BEC6B64C (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// return isActiveAndEnabled;
bool L_0 = Behaviour_get_isActiveAndEnabled_mC42DFCC1ECC2C94D52928FFE446CE7E266CA8B61(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void UnityEngine.EventSystems.UIBehaviour::OnRectTransformDimensionsChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnRectTransformDimensionsChange_m502F3C94E797FCA4C837036E3931118E5F713483 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.UIBehaviour::OnBeforeTransformParentChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnBeforeTransformParentChanged_m68E4722715DFFFBCF5E60258B0F72B29AF37F957 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.UIBehaviour::OnTransformParentChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnTransformParentChanged_m94918707543A748636155588EAE7D50A471D9EDE (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.UIBehaviour::OnDidApplyAnimationProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnDidApplyAnimationProperties_m843205FEEE8B64554A393E916AC9D5CC2CFFE8CB (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.UIBehaviour::OnCanvasGroupChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnCanvasGroupChanged_m199FB773259086C18FA2481F4EE7BDB7C3A14023 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Void UnityEngine.EventSystems.UIBehaviour::OnCanvasHierarchyChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour_OnCanvasHierarchyChanged_m63F9F4A5B982D0417EEDCB780B12EC0946A68FB5 (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// System.Boolean UnityEngine.EventSystems.UIBehaviour::IsDestroyed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIBehaviour_IsDestroyed_mFBB1C4329F14CC34D7B0351E21D8419FFB4BA01B (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UIBehaviour_IsDestroyed_mFBB1C4329F14CC34D7B0351E21D8419FFB4BA01B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return this == null;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_0 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(__this, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void UnityEngine.EventSystems.UIBehaviour::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIBehaviour__ctor_m270FFBC65602196134042BD4E24DB093883A1BAF (UIBehaviour_t3C3C339CD5677BA7FC27C352FED8B78052A3FE70 * __this, const RuntimeMethod* method)
{
{
MonoBehaviour__ctor_mEAEC84B222C60319D593E456D769B3311DFCEF97(__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.String UnityEngine.UI.AnimationTriggers::get_normalTrigger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AnimationTriggers_get_normalTrigger_m823230E912A9564E56E2047E9E3A819B2B8FA55C (AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * __this, const RuntimeMethod* method)
{
{
// public string normalTrigger { get { return m_NormalTrigger; } set { m_NormalTrigger = value; } }
String_t* L_0 = __this->get_m_NormalTrigger_5();
return L_0;
}
}
// System.Void UnityEngine.UI.AnimationTriggers::set_normalTrigger(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationTriggers_set_normalTrigger_m5F067D4F2FE49D95597B57047C3409F49633E46E (AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string normalTrigger { get { return m_NormalTrigger; } set { m_NormalTrigger = value; } }
String_t* L_0 = ___value0;
__this->set_m_NormalTrigger_5(L_0);
// public string normalTrigger { get { return m_NormalTrigger; } set { m_NormalTrigger = value; } }
return;
}
}
// System.String UnityEngine.UI.AnimationTriggers::get_highlightedTrigger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AnimationTriggers_get_highlightedTrigger_mD525FBB2FE079F203C0D93E1C361E8EDB2F3A3E0 (AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * __this, const RuntimeMethod* method)
{
{
// public string highlightedTrigger { get { return m_HighlightedTrigger; } set { m_HighlightedTrigger = value; } }
String_t* L_0 = __this->get_m_HighlightedTrigger_6();
return L_0;
}
}
// System.Void UnityEngine.UI.AnimationTriggers::set_highlightedTrigger(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationTriggers_set_highlightedTrigger_m1F0FA3B4776E5CDA87AD942BE5694CEC8789E433 (AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string highlightedTrigger { get { return m_HighlightedTrigger; } set { m_HighlightedTrigger = value; } }
String_t* L_0 = ___value0;
__this->set_m_HighlightedTrigger_6(L_0);
// public string highlightedTrigger { get { return m_HighlightedTrigger; } set { m_HighlightedTrigger = value; } }
return;
}
}
// System.String UnityEngine.UI.AnimationTriggers::get_pressedTrigger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AnimationTriggers_get_pressedTrigger_m00190AD173D951B0F7E85B5F34361FE05AB1DE44 (AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * __this, const RuntimeMethod* method)
{
{
// public string pressedTrigger { get { return m_PressedTrigger; } set { m_PressedTrigger = value; } }
String_t* L_0 = __this->get_m_PressedTrigger_7();
return L_0;
}
}
// System.Void UnityEngine.UI.AnimationTriggers::set_pressedTrigger(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationTriggers_set_pressedTrigger_mF29EFB61939FE540D2849F96E8E1F0064E6647F2 (AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string pressedTrigger { get { return m_PressedTrigger; } set { m_PressedTrigger = value; } }
String_t* L_0 = ___value0;
__this->set_m_PressedTrigger_7(L_0);
// public string pressedTrigger { get { return m_PressedTrigger; } set { m_PressedTrigger = value; } }
return;
}
}
// System.String UnityEngine.UI.AnimationTriggers::get_selectedTrigger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AnimationTriggers_get_selectedTrigger_m008AFE8B295E04A47A1DD0B892EAE0506A9230FB (AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * __this, const RuntimeMethod* method)
{
{
// public string selectedTrigger { get { return m_SelectedTrigger; } set { m_SelectedTrigger = value; } }
String_t* L_0 = __this->get_m_SelectedTrigger_8();
return L_0;
}
}
// System.Void UnityEngine.UI.AnimationTriggers::set_selectedTrigger(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationTriggers_set_selectedTrigger_m5E60D0E74C1A135BC8954EDF5479EC4780A65FD0 (AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string selectedTrigger { get { return m_SelectedTrigger; } set { m_SelectedTrigger = value; } }
String_t* L_0 = ___value0;
__this->set_m_SelectedTrigger_8(L_0);
// public string selectedTrigger { get { return m_SelectedTrigger; } set { m_SelectedTrigger = value; } }
return;
}
}
// System.String UnityEngine.UI.AnimationTriggers::get_disabledTrigger()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AnimationTriggers_get_disabledTrigger_mBC66170C0C45E08679FF1573FEE0F2B66175C83E (AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * __this, const RuntimeMethod* method)
{
{
// public string disabledTrigger { get { return m_DisabledTrigger; } set { m_DisabledTrigger = value; } }
String_t* L_0 = __this->get_m_DisabledTrigger_9();
return L_0;
}
}
// System.Void UnityEngine.UI.AnimationTriggers::set_disabledTrigger(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationTriggers_set_disabledTrigger_mCCB3B04B6691787427DDFF8B1DCD49C198D263BA (AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string disabledTrigger { get { return m_DisabledTrigger; } set { m_DisabledTrigger = value; } }
String_t* L_0 = ___value0;
__this->set_m_DisabledTrigger_9(L_0);
// public string disabledTrigger { get { return m_DisabledTrigger; } set { m_DisabledTrigger = value; } }
return;
}
}
// System.Void UnityEngine.UI.AnimationTriggers::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnimationTriggers__ctor_m11FA25E6EC5A9BA71A3F725FDBAA3F5527AF946F (AnimationTriggers_t164EF8B310E294B7D0F6BF1A87376731EBD06DC5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AnimationTriggers__ctor_m11FA25E6EC5A9BA71A3F725FDBAA3F5527AF946F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private string m_NormalTrigger = kDefaultNormalAnimName;
__this->set_m_NormalTrigger_5(_stringLiteral45E118D0563EA8581F830F46E85B60AE714FAAE4);
// private string m_HighlightedTrigger = kDefaultHighlightedAnimName;
__this->set_m_HighlightedTrigger_6(_stringLiteralCECEF0F472756FE198ACC69BD5DFC1933414FBEA);
// private string m_PressedTrigger = kDefaultPressedAnimName;
__this->set_m_PressedTrigger_7(_stringLiteral6A3437AA2F331BB1885E8875A4E59267B93A0042);
// private string m_SelectedTrigger = kDefaultSelectedAnimName;
__this->set_m_SelectedTrigger_8(_stringLiteral9A976FC228B6B33656174EBD6DECCA02C9068378);
// private string m_DisabledTrigger = kDefaultDisabledAnimName;
__this->set_m_DisabledTrigger_9(_stringLiteralF4F4473DF8CB59F0A369AEBEE3D1509ADC0151C6);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.UI.AspectRatioFitter_AspectMode UnityEngine.UI.AspectRatioFitter::get_aspectMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AspectRatioFitter_get_aspectMode_m9DC7F64E9AB97AAB413EEF9931EDEDF90ACE0B75 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
{
// public AspectMode aspectMode { get { return m_AspectMode; } set { if (SetPropertyUtility.SetStruct(ref m_AspectMode, value)) SetDirty(); } }
int32_t L_0 = __this->get_m_AspectMode_4();
return L_0;
}
}
// System.Void UnityEngine.UI.AspectRatioFitter::set_aspectMode(UnityEngine.UI.AspectRatioFitter_AspectMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_set_aspectMode_m2B9DECD0227F9EA110263C1DD914ACA721BA9FFD (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AspectRatioFitter_set_aspectMode_m2B9DECD0227F9EA110263C1DD914ACA721BA9FFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public AspectMode aspectMode { get { return m_AspectMode; } set { if (SetPropertyUtility.SetStruct(ref m_AspectMode, value)) SetDirty(); } }
int32_t* L_0 = __this->get_address_of_m_AspectMode_4();
int32_t L_1 = ___value0;
bool L_2 = SetPropertyUtility_SetStruct_TisAspectMode_t2D8C205891B8E63CA16B6AC3BA1D41320903C65A_m4B31FEDA45BE76B308ABE3CE726227DE31F41F21((int32_t*)L_0, L_1, /*hidden argument*/SetPropertyUtility_SetStruct_TisAspectMode_t2D8C205891B8E63CA16B6AC3BA1D41320903C65A_m4B31FEDA45BE76B308ABE3CE726227DE31F41F21_RuntimeMethod_var);
if (!L_2)
{
goto IL_0014;
}
}
{
// public AspectMode aspectMode { get { return m_AspectMode; } set { if (SetPropertyUtility.SetStruct(ref m_AspectMode, value)) SetDirty(); } }
AspectRatioFitter_SetDirty_mA44FF8D66147B28F0F8885F0CB2FD63A610E45F8(__this, /*hidden argument*/NULL);
}
IL_0014:
{
// public AspectMode aspectMode { get { return m_AspectMode; } set { if (SetPropertyUtility.SetStruct(ref m_AspectMode, value)) SetDirty(); } }
return;
}
}
// System.Single UnityEngine.UI.AspectRatioFitter::get_aspectRatio()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AspectRatioFitter_get_aspectRatio_m7141303427F7C4B091B584E7D4ED93B54A91BA24 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
{
// public float aspectRatio { get { return m_AspectRatio; } set { if (SetPropertyUtility.SetStruct(ref m_AspectRatio, value)) SetDirty(); } }
float L_0 = __this->get_m_AspectRatio_5();
return L_0;
}
}
// System.Void UnityEngine.UI.AspectRatioFitter::set_aspectRatio(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_set_aspectRatio_mA2730A84D3DBECC5BD1F4312AA9AEBE0E70C09EA (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AspectRatioFitter_set_aspectRatio_mA2730A84D3DBECC5BD1F4312AA9AEBE0E70C09EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public float aspectRatio { get { return m_AspectRatio; } set { if (SetPropertyUtility.SetStruct(ref m_AspectRatio, value)) SetDirty(); } }
float* L_0 = __this->get_address_of_m_AspectRatio_5();
float L_1 = ___value0;
bool L_2 = SetPropertyUtility_SetStruct_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m6B92E9DBB617F41521167EC577711373C564EDCF((float*)L_0, L_1, /*hidden argument*/SetPropertyUtility_SetStruct_TisSingle_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_m6B92E9DBB617F41521167EC577711373C564EDCF_RuntimeMethod_var);
if (!L_2)
{
goto IL_0014;
}
}
{
// public float aspectRatio { get { return m_AspectRatio; } set { if (SetPropertyUtility.SetStruct(ref m_AspectRatio, value)) SetDirty(); } }
AspectRatioFitter_SetDirty_mA44FF8D66147B28F0F8885F0CB2FD63A610E45F8(__this, /*hidden argument*/NULL);
}
IL_0014:
{
// public float aspectRatio { get { return m_AspectRatio; } set { if (SetPropertyUtility.SetStruct(ref m_AspectRatio, value)) SetDirty(); } }
return;
}
}
// UnityEngine.RectTransform UnityEngine.UI.AspectRatioFitter::get_rectTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_Rect == null)
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_0 = __this->get_m_Rect_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
// m_Rect = GetComponent<RectTransform>();
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_2 = Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mEF939F54B6B56187EC11E16F51DCB12EB62C2103(__this, /*hidden argument*/Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mEF939F54B6B56187EC11E16F51DCB12EB62C2103_RuntimeMethod_var);
__this->set_m_Rect_6(L_2);
}
IL_001a:
{
// return m_Rect;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_3 = __this->get_m_Rect_6();
return L_3;
}
}
// System.Void UnityEngine.UI.AspectRatioFitter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter__ctor_mE02BE235DC018758BFE700706FBB402DC33BDFD1 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
{
// [SerializeField] private float m_AspectRatio = 1;
__this->set_m_AspectRatio_5((1.0f));
// protected AspectRatioFitter() {}
UIBehaviour__ctor_m270FFBC65602196134042BD4E24DB093883A1BAF(__this, /*hidden argument*/NULL);
// protected AspectRatioFitter() {}
return;
}
}
// System.Void UnityEngine.UI.AspectRatioFitter::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_OnEnable_m2B6B9713030B8DBFCD9EFF71CEEA31909C030BAE (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
{
// base.OnEnable();
UIBehaviour_OnEnable_mC9822F55BFE331807411109DA82D6AE5EF46E2C2(__this, /*hidden argument*/NULL);
// SetDirty();
AspectRatioFitter_SetDirty_mA44FF8D66147B28F0F8885F0CB2FD63A610E45F8(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.AspectRatioFitter::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_OnDisable_mE231BEC53154F2BA0DD9DB6955DAF9D14460EB2C (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AspectRatioFitter_OnDisable_mE231BEC53154F2BA0DD9DB6955DAF9D14460EB2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// m_Tracker.Clear();
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * L_0 = __this->get_address_of_m_Tracker_8();
DrivenRectTransformTracker_Clear_m328659F339A4FB519C9A208A685DDED106B6FC89((DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 *)L_0, /*hidden argument*/NULL);
// LayoutRebuilder.MarkLayoutForRebuild(rectTransform);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_1 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(LayoutRebuilder_t8D3501B43B1DE666140E2931FFA732B5B09EA5BD_il2cpp_TypeInfo_var);
LayoutRebuilder_MarkLayoutForRebuild_m25E7408353DE4624A78A43AB985C289210B6E1EE(L_1, /*hidden argument*/NULL);
// base.OnDisable();
UIBehaviour_OnDisable_mDA7B89CA939C50BD6F81CC350C2969755B1576A0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.AspectRatioFitter::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_Update_m191D2D397A1A1768C15DFD06B2F0E78053754FEC (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
{
// if (m_DelayedSetDirty)
bool L_0 = __this->get_m_DelayedSetDirty_7();
if (!L_0)
{
goto IL_0015;
}
}
{
// m_DelayedSetDirty = false;
__this->set_m_DelayedSetDirty_7((bool)0);
// SetDirty();
AspectRatioFitter_SetDirty_mA44FF8D66147B28F0F8885F0CB2FD63A610E45F8(__this, /*hidden argument*/NULL);
}
IL_0015:
{
// }
return;
}
}
// System.Void UnityEngine.UI.AspectRatioFitter::OnRectTransformDimensionsChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_OnRectTransformDimensionsChange_m74DBDBE13646F660E7A0DE64DE8F30771209D269 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
{
// UpdateRect();
AspectRatioFitter_UpdateRect_mF6BB81E2FBD1F500FA9B6F9412B03AA7ECC1C3F8(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.AspectRatioFitter::UpdateRect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_UpdateRect_mF6BB81E2FBD1F500FA9B6F9412B03AA7ECC1C3F8 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AspectRatioFitter_UpdateRect_mF6BB81E2FBD1F500FA9B6F9412B03AA7ECC1C3F8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
memset((&V_2), 0, sizeof(V_2));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_3;
memset((&V_3), 0, sizeof(V_3));
{
// if (!IsActive())
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// m_Tracker.Clear();
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * L_1 = __this->get_address_of_m_Tracker_8();
DrivenRectTransformTracker_Clear_m328659F339A4FB519C9A208A685DDED106B6FC89((DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 *)L_1, /*hidden argument*/NULL);
// switch (m_AspectMode)
int32_t L_2 = __this->get_m_AspectMode_4();
V_0 = L_2;
int32_t L_3 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)))
{
case 0:
{
goto IL_0072;
}
case 1:
{
goto IL_0034;
}
case 2:
{
goto IL_00b0;
}
case 3:
{
goto IL_00b0;
}
}
}
{
return;
}
IL_0034:
{
// m_Tracker.Add(this, rectTransform, DrivenTransformProperties.SizeDeltaX);
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * L_4 = __this->get_address_of_m_Tracker_8();
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_5 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
DrivenRectTransformTracker_Add_m51059F302FBD574E93820E8116283D1608D1AB5A((DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 *)L_4, __this, L_5, ((int32_t)4096), /*hidden argument*/NULL);
// rectTransform.SetSizeWithCurrentAnchors(RectTransform.Axis.Horizontal, rectTransform.rect.height * m_AspectRatio);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_6 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_7 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
NullCheck(L_7);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_8 = RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E(L_7, /*hidden argument*/NULL);
V_1 = L_8;
float L_9 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
float L_10 = __this->get_m_AspectRatio_5();
NullCheck(L_6);
RectTransform_SetSizeWithCurrentAnchors_m6F93CD5B798E4A53F2085862EA1B4021AEAA6745(L_6, 0, ((float)il2cpp_codegen_multiply((float)L_9, (float)L_10)), /*hidden argument*/NULL);
// break;
return;
}
IL_0072:
{
// m_Tracker.Add(this, rectTransform, DrivenTransformProperties.SizeDeltaY);
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * L_11 = __this->get_address_of_m_Tracker_8();
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_12 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
DrivenRectTransformTracker_Add_m51059F302FBD574E93820E8116283D1608D1AB5A((DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 *)L_11, __this, L_12, ((int32_t)8192), /*hidden argument*/NULL);
// rectTransform.SetSizeWithCurrentAnchors(RectTransform.Axis.Vertical, rectTransform.rect.width / m_AspectRatio);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_13 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_14 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
NullCheck(L_14);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_15 = RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E(L_14, /*hidden argument*/NULL);
V_1 = L_15;
float L_16 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
float L_17 = __this->get_m_AspectRatio_5();
NullCheck(L_13);
RectTransform_SetSizeWithCurrentAnchors_m6F93CD5B798E4A53F2085862EA1B4021AEAA6745(L_13, 1, ((float)((float)L_16/(float)L_17)), /*hidden argument*/NULL);
// break;
return;
}
IL_00b0:
{
// m_Tracker.Add(this, rectTransform,
// DrivenTransformProperties.Anchors |
// DrivenTransformProperties.AnchoredPosition |
// DrivenTransformProperties.SizeDeltaX |
// DrivenTransformProperties.SizeDeltaY);
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * L_18 = __this->get_address_of_m_Tracker_8();
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_19 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
DrivenRectTransformTracker_Add_m51059F302FBD574E93820E8116283D1608D1AB5A((DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 *)L_18, __this, L_19, ((int32_t)16134), /*hidden argument*/NULL);
// rectTransform.anchorMin = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_20 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_21 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_20);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_20, L_21, /*hidden argument*/NULL);
// rectTransform.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_22 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_22);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_22, L_23, /*hidden argument*/NULL);
// rectTransform.anchoredPosition = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_24 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_25 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_24);
RectTransform_set_anchoredPosition_m4DD45DB1A97734A1F3A81E5F259638ECAF35962F(L_24, L_25, /*hidden argument*/NULL);
// Vector2 sizeDelta = Vector2.zero;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_26 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
V_2 = L_26;
// Vector2 parentSize = GetParentSize();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = AspectRatioFitter_GetParentSize_m5AA652B731F6930CA9C9B342C93354D73EFB6874(__this, /*hidden argument*/NULL);
V_3 = L_27;
// if ((parentSize.y * aspectRatio < parentSize.x) ^ (m_AspectMode == AspectMode.FitInParent))
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_28 = V_3;
float L_29 = L_28.get_y_1();
float L_30 = AspectRatioFitter_get_aspectRatio_m7141303427F7C4B091B584E7D4ED93B54A91BA24_inline(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_31 = V_3;
float L_32 = L_31.get_x_0();
int32_t L_33 = __this->get_m_AspectMode_4();
if (!((int32_t)((int32_t)((((float)((float)il2cpp_codegen_multiply((float)L_29, (float)L_30))) < ((float)L_32))? 1 : 0)^(int32_t)((((int32_t)L_33) == ((int32_t)3))? 1 : 0))))
{
goto IL_0142;
}
}
{
// sizeDelta.y = GetSizeDeltaToProduceSize(parentSize.x / aspectRatio, 1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_34 = V_3;
float L_35 = L_34.get_x_0();
float L_36 = AspectRatioFitter_get_aspectRatio_m7141303427F7C4B091B584E7D4ED93B54A91BA24_inline(__this, /*hidden argument*/NULL);
float L_37 = AspectRatioFitter_GetSizeDeltaToProduceSize_mC140746FFF3304905CFDA0D7BB6F44805802F018(__this, ((float)((float)L_35/(float)L_36)), 1, /*hidden argument*/NULL);
(&V_2)->set_y_1(L_37);
// }
goto IL_015d;
}
IL_0142:
{
// sizeDelta.x = GetSizeDeltaToProduceSize(parentSize.y * aspectRatio, 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_38 = V_3;
float L_39 = L_38.get_y_1();
float L_40 = AspectRatioFitter_get_aspectRatio_m7141303427F7C4B091B584E7D4ED93B54A91BA24_inline(__this, /*hidden argument*/NULL);
float L_41 = AspectRatioFitter_GetSizeDeltaToProduceSize_mC140746FFF3304905CFDA0D7BB6F44805802F018(__this, ((float)il2cpp_codegen_multiply((float)L_39, (float)L_40)), 0, /*hidden argument*/NULL);
(&V_2)->set_x_0(L_41);
}
IL_015d:
{
// rectTransform.sizeDelta = sizeDelta;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_42 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_43 = V_2;
NullCheck(L_42);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_42, L_43, /*hidden argument*/NULL);
// }
return;
}
}
// System.Single UnityEngine.UI.AspectRatioFitter::GetSizeDeltaToProduceSize(System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AspectRatioFitter_GetSizeDeltaToProduceSize_mC140746FFF3304905CFDA0D7BB6F44805802F018 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, float ___size0, int32_t ___axis1, const RuntimeMethod* method)
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// return size - GetParentSize()[axis] * (rectTransform.anchorMax[axis] - rectTransform.anchorMin[axis]);
float L_0 = ___size0;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = AspectRatioFitter_GetParentSize_m5AA652B731F6930CA9C9B342C93354D73EFB6874(__this, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = ___axis1;
float L_3 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), L_2, /*hidden argument*/NULL);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_4 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
NullCheck(L_4);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = RectTransform_get_anchorMax_m1E51C211FBB32326C884375C9F1E8E8221E5C086(L_4, /*hidden argument*/NULL);
V_0 = L_5;
int32_t L_6 = ___axis1;
float L_7 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), L_6, /*hidden argument*/NULL);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_8 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
NullCheck(L_8);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = RectTransform_get_anchorMin_mB62D77CAC5A2A086320638AE7DF08135B7028744(L_8, /*hidden argument*/NULL);
V_0 = L_9;
int32_t L_10 = ___axis1;
float L_11 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), L_10, /*hidden argument*/NULL);
return ((float)il2cpp_codegen_subtract((float)L_0, (float)((float)il2cpp_codegen_multiply((float)L_3, (float)((float)il2cpp_codegen_subtract((float)L_7, (float)L_11))))));
}
}
// UnityEngine.Vector2 UnityEngine.UI.AspectRatioFitter::GetParentSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D AspectRatioFitter_GetParentSize_m5AA652B731F6930CA9C9B342C93354D73EFB6874 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AspectRatioFitter_GetParentSize_m5AA652B731F6930CA9C9B342C93354D73EFB6874_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * V_0 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_1;
memset((&V_1), 0, sizeof(V_1));
{
// RectTransform parent = rectTransform.parent as RectTransform;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_0 = AspectRatioFitter_get_rectTransform_m10762C918EB094ED7335B938446F6537EF9E7F26(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_1 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_0, /*hidden argument*/NULL);
V_0 = ((RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 *)IsInstSealed((RuntimeObject*)L_1, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_il2cpp_TypeInfo_var));
// if (!parent)
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001f;
}
}
{
// return Vector2.zero;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
return L_4;
}
IL_001f:
{
// return parent.rect.size;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_5 = V_0;
NullCheck(L_5);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E(L_5, /*hidden argument*/NULL);
V_1 = L_6;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = Rect_get_size_m731642B8F03F6CE372A2C9E2E4A925450630606C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
return L_7;
}
}
// System.Void UnityEngine.UI.AspectRatioFitter::SetLayoutHorizontal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_SetLayoutHorizontal_mF7D446EBAC74206ED48D7A0351D4E713A9CEA956 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
{
// public virtual void SetLayoutHorizontal() {}
return;
}
}
// System.Void UnityEngine.UI.AspectRatioFitter::SetLayoutVertical()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_SetLayoutVertical_m7C15BC603D635DFE7E55724F2BA88D8DDF5C1FE3 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
{
// public virtual void SetLayoutVertical() {}
return;
}
}
// System.Void UnityEngine.UI.AspectRatioFitter::SetDirty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AspectRatioFitter_SetDirty_mA44FF8D66147B28F0F8885F0CB2FD63A610E45F8 (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
{
// UpdateRect();
AspectRatioFitter_UpdateRect_mF6BB81E2FBD1F500FA9B6F9412B03AA7ECC1C3F8(__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
// UnityEngine.UI.Graphic UnityEngine.UI.BaseMeshEffect::get_graphic()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * BaseMeshEffect_get_graphic_mDD7D8CD6F220B9DE656145A1346EA9799255BE21 (BaseMeshEffect_t72759F31F9D204D7EFB6B45097873809D4524BA5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseMeshEffect_get_graphic_mDD7D8CD6F220B9DE656145A1346EA9799255BE21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_Graphic == null)
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * L_0 = __this->get_m_Graphic_4();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
// m_Graphic = GetComponent<Graphic>();
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * L_2 = Component_GetComponent_TisGraphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_mFA58F3A4B73E992545A39ABAD4D36D0BBFAEBBAE(__this, /*hidden argument*/Component_GetComponent_TisGraphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8_mFA58F3A4B73E992545A39ABAD4D36D0BBFAEBBAE_RuntimeMethod_var);
__this->set_m_Graphic_4(L_2);
}
IL_001a:
{
// return m_Graphic;
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * L_3 = __this->get_m_Graphic_4();
return L_3;
}
}
// System.Void UnityEngine.UI.BaseMeshEffect::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseMeshEffect_OnEnable_mEFEC953AFEB543E262347EFCF0FDF0ACAD8FEABC (BaseMeshEffect_t72759F31F9D204D7EFB6B45097873809D4524BA5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseMeshEffect_OnEnable_mEFEC953AFEB543E262347EFCF0FDF0ACAD8FEABC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.OnEnable();
UIBehaviour_OnEnable_mC9822F55BFE331807411109DA82D6AE5EF46E2C2(__this, /*hidden argument*/NULL);
// if (graphic != null)
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * L_0 = BaseMeshEffect_get_graphic_mDD7D8CD6F220B9DE656145A1346EA9799255BE21(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001f;
}
}
{
// graphic.SetVerticesDirty();
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * L_2 = BaseMeshEffect_get_graphic_mDD7D8CD6F220B9DE656145A1346EA9799255BE21(__this, /*hidden argument*/NULL);
NullCheck(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, L_2);
}
IL_001f:
{
// }
return;
}
}
// System.Void UnityEngine.UI.BaseMeshEffect::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseMeshEffect_OnDisable_m92E4E2BAB5D8D713D63A74657C630AE41F48BF7A (BaseMeshEffect_t72759F31F9D204D7EFB6B45097873809D4524BA5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseMeshEffect_OnDisable_m92E4E2BAB5D8D713D63A74657C630AE41F48BF7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (graphic != null)
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * L_0 = BaseMeshEffect_get_graphic_mDD7D8CD6F220B9DE656145A1346EA9799255BE21(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
// graphic.SetVerticesDirty();
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * L_2 = BaseMeshEffect_get_graphic_mDD7D8CD6F220B9DE656145A1346EA9799255BE21(__this, /*hidden argument*/NULL);
NullCheck(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, L_2);
}
IL_0019:
{
// base.OnDisable();
UIBehaviour_OnDisable_mDA7B89CA939C50BD6F81CC350C2969755B1576A0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.BaseMeshEffect::OnDidApplyAnimationProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseMeshEffect_OnDidApplyAnimationProperties_m91A58D830823680102ABE042673306DEDDD0568C (BaseMeshEffect_t72759F31F9D204D7EFB6B45097873809D4524BA5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseMeshEffect_OnDidApplyAnimationProperties_m91A58D830823680102ABE042673306DEDDD0568C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (graphic != null)
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * L_0 = BaseMeshEffect_get_graphic_mDD7D8CD6F220B9DE656145A1346EA9799255BE21(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
// graphic.SetVerticesDirty();
Graphic_tBA2C3EF11D3DAEBB57F6879AB0BB4F8BD40D00D8 * L_2 = BaseMeshEffect_get_graphic_mDD7D8CD6F220B9DE656145A1346EA9799255BE21(__this, /*hidden argument*/NULL);
NullCheck(L_2);
VirtActionInvoker0::Invoke(28 /* System.Void UnityEngine.UI.Graphic::SetVerticesDirty() */, L_2);
}
IL_0019:
{
// base.OnDidApplyAnimationProperties();
UIBehaviour_OnDidApplyAnimationProperties_m843205FEEE8B64554A393E916AC9D5CC2CFFE8CB(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.BaseMeshEffect::ModifyMesh(UnityEngine.Mesh)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseMeshEffect_ModifyMesh_mFA7C06FDE36C1C1DE82D2FE6AE36031B668A74F9 (BaseMeshEffect_t72759F31F9D204D7EFB6B45097873809D4524BA5 * __this, Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * ___mesh0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BaseMeshEffect_ModifyMesh_mFA7C06FDE36C1C1DE82D2FE6AE36031B668A74F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// using (var vh = new VertexHelper(mesh))
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_0 = ___mesh0;
VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * L_1 = (VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F *)il2cpp_codegen_object_new(VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F_il2cpp_TypeInfo_var);
VertexHelper__ctor_m4FF21AED0081C159CB153B73D0DE4D7AFEC2655D(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
}
IL_0007:
try
{ // begin try (depth: 1)
// ModifyMesh(vh);
VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * L_2 = V_0;
VirtActionInvoker1< VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * >::Invoke(20 /* System.Void UnityEngine.UI.BaseMeshEffect::ModifyMesh(UnityEngine.UI.VertexHelper) */, __this, L_2);
// vh.FillMesh(mesh);
VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * L_3 = V_0;
Mesh_t6106B8D8E4C691321581AB0445552EC78B947B8C * L_4 = ___mesh0;
NullCheck(L_3);
VertexHelper_FillMesh_mBA946D1CEDC24DCCD8A593CF77D0B54D14FDB74B(L_3, L_4, /*hidden argument*/NULL);
// }
IL2CPP_LEAVE(0x21, FINALLY_0017);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0017;
}
FINALLY_0017:
{ // begin finally (depth: 1)
{
VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * L_5 = V_0;
if (!L_5)
{
goto IL_0020;
}
}
IL_001a:
{
VertexHelper_t27373EA2CF0F5810EC8CF873D0A6D6C0B23DAC3F * L_6 = V_0;
NullCheck(L_6);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_6);
}
IL_0020:
{
IL2CPP_END_FINALLY(23)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(23)
{
IL2CPP_JUMP_TBL(0x21, IL_0021)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0021:
{
// }
return;
}
}
// System.Void UnityEngine.UI.BaseMeshEffect::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseMeshEffect__ctor_m544B1FC50DE8DE4A5725C0CE17AD1F2BFE951B9E (BaseMeshEffect_t72759F31F9D204D7EFB6B45097873809D4524BA5 * __this, const RuntimeMethod* method)
{
{
UIBehaviour__ctor_m270FFBC65602196134042BD4E24DB093883A1BAF(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UI.BaseVertexEffect::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVertexEffect__ctor_m9356F0465FF34D591F7F41774A4626014230F46F (BaseVertexEffect_t1EF95AB1FC33A027710E7DC86D19F700156C4F6A * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UI.Button::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Button__ctor_mEAD32B0D4006442C955F50B4577C5DF907EBCB5B (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Button__ctor_mEAD32B0D4006442C955F50B4577C5DF907EBCB5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private ButtonClickedEvent m_OnClick = new ButtonClickedEvent();
ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * L_0 = (ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB *)il2cpp_codegen_object_new(ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB_il2cpp_TypeInfo_var);
ButtonClickedEvent__ctor_m95CE43990A021F7E01F4697B71ABF3E73D6BD03B(L_0, /*hidden argument*/NULL);
__this->set_m_OnClick_19(L_0);
// protected Button()
IL2CPP_RUNTIME_CLASS_INIT(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A_il2cpp_TypeInfo_var);
Selectable__ctor_m1E7B3EB14D7DC765A511C053C0F65A37755EC4B9(__this, /*hidden argument*/NULL);
// {}
return;
}
}
// UnityEngine.UI.Button_ButtonClickedEvent UnityEngine.UI.Button::get_onClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * Button_get_onClick_m77E8CA6917881760CC7900930F4C789F3E2F8817 (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, const RuntimeMethod* method)
{
{
// get { return m_OnClick; }
ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * L_0 = __this->get_m_OnClick_19();
return L_0;
}
}
// System.Void UnityEngine.UI.Button::set_onClick(UnityEngine.UI.Button_ButtonClickedEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Button_set_onClick_m65B3D7697B513EEAB4193A246BE8D93C0D9B29DE (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * ___value0, const RuntimeMethod* method)
{
{
// set { m_OnClick = value; }
ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * L_0 = ___value0;
__this->set_m_OnClick_19(L_0);
// set { m_OnClick = value; }
return;
}
}
// System.Void UnityEngine.UI.Button::Press()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Button_Press_m33BA6E9820146E8EED7AB489A8846D879B76CF41 (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Button_Press_m33BA6E9820146E8EED7AB489A8846D879B76CF41_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!IsActive() || !IsInteractable())
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (!L_0)
{
goto IL_0010;
}
}
{
bool L_1 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean UnityEngine.UI.Selectable::IsInteractable() */, __this);
if (L_1)
{
goto IL_0011;
}
}
IL_0010:
{
// return;
return;
}
IL_0011:
{
// UISystemProfilerApi.AddMarker("Button.onClick", this);
UISystemProfilerApi_AddMarker_m9193DB5B08C1B7DD35835D6F0E2DF9DD20483FFA(_stringLiteral2E96AA908138601585C050B5A80C0D0F5A4B18CA, __this, /*hidden argument*/NULL);
// m_OnClick.Invoke();
ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * L_2 = __this->get_m_OnClick_19();
NullCheck(L_2);
UnityEvent_Invoke_mB2FA1C76256FE34D5E7F84ABE528AC61CE8A0325(L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Button::OnPointerClick(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Button_OnPointerClick_m4C4EDB8613C2C5B391EFD3A29C58B0AA00DD9B91 (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// if (eventData.button != PointerEventData.InputButton.Left)
PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * L_0 = ___eventData0;
NullCheck(L_0);
int32_t L_1 = PointerEventData_get_button_mC662D5DAC02F0ED6AE9205259116CC91BB92BD3E_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// Press();
Button_Press_m33BA6E9820146E8EED7AB489A8846D879B76CF41(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Button::OnSubmit(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Button_OnSubmit_m7CE6A04596CA9691D3E0D6D669FAD86E9A6D3427 (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData0, const RuntimeMethod* method)
{
{
// Press();
Button_Press_m33BA6E9820146E8EED7AB489A8846D879B76CF41(__this, /*hidden argument*/NULL);
// if (!IsActive() || !IsInteractable())
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (!L_0)
{
goto IL_0016;
}
}
{
bool L_1 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean UnityEngine.UI.Selectable::IsInteractable() */, __this);
if (L_1)
{
goto IL_0017;
}
}
IL_0016:
{
// return;
return;
}
IL_0017:
{
// DoStateTransition(SelectionState.Pressed, false);
VirtActionInvoker2< int32_t, bool >::Invoke(26 /* System.Void UnityEngine.UI.Selectable::DoStateTransition(UnityEngine.UI.Selectable/SelectionState,System.Boolean) */, __this, 2, (bool)0);
// StartCoroutine(OnFinishSubmit());
RuntimeObject* L_2 = Button_OnFinishSubmit_mDDCC87F264A34E86148891F24646F655C0AF7E42(__this, /*hidden argument*/NULL);
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Collections.IEnumerator UnityEngine.UI.Button::OnFinishSubmit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Button_OnFinishSubmit_mDDCC87F264A34E86148891F24646F655C0AF7E42 (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Button_OnFinishSubmit_mDDCC87F264A34E86148891F24646F655C0AF7E42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54 * L_0 = (U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54 *)il2cpp_codegen_object_new(U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54_il2cpp_TypeInfo_var);
U3COnFinishSubmitU3Ed__9__ctor_mBCBD6B7B3BDB9E9146CD76D7D64E3F2900E04247(L_0, 0, /*hidden argument*/NULL);
U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54 * L_1 = L_0;
NullCheck(L_1);
L_1->set_U3CU3E4__this_2(__this);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UI.Button_<OnFinishSubmit>d__9::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COnFinishSubmitU3Ed__9__ctor_mBCBD6B7B3BDB9E9146CD76D7D64E3F2900E04247 (U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54 * __this, int32_t ___U3CU3E1__state0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___U3CU3E1__state0;
__this->set_U3CU3E1__state_0(L_0);
return;
}
}
// System.Void UnityEngine.UI.Button_<OnFinishSubmit>d__9::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COnFinishSubmitU3Ed__9_System_IDisposable_Dispose_mA0AACD4958863BC4C20A97FB14B641922EDBE52F (U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean UnityEngine.UI.Button_<OnFinishSubmit>d__9::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3COnFinishSubmitU3Ed__9_MoveNext_m12F9C4E3C7FBDEB24B399B7E6935BC5E18856ED8 (U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * V_1 = NULL;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA V_2;
memset((&V_2), 0, sizeof(V_2));
{
int32_t L_0 = __this->get_U3CU3E1__state_0();
V_0 = L_0;
Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * L_1 = __this->get_U3CU3E4__this_2();
V_1 = L_1;
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0061;
}
}
{
return (bool)0;
}
IL_0017:
{
__this->set_U3CU3E1__state_0((-1));
// var fadeTime = colors.fadeDuration;
Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * L_4 = V_1;
NullCheck(L_4);
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA L_5 = Selectable_get_colors_m9E63E13A7B6C40CB0F20414FFBE15873BE5F3E4E_inline(L_4, /*hidden argument*/NULL);
V_2 = L_5;
float L_6 = ColorBlock_get_fadeDuration_mCFF802DD654D7E9C3509A65974EB35153FDB1415_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&V_2), /*hidden argument*/NULL);
__this->set_U3CfadeTimeU3E5__2_3(L_6);
// var elapsedTime = 0f;
__this->set_U3CelapsedTimeU3E5__3_4((0.0f));
goto IL_0068;
}
IL_003f:
{
// elapsedTime += Time.unscaledDeltaTime;
float L_7 = __this->get_U3CelapsedTimeU3E5__3_4();
float L_8 = Time_get_unscaledDeltaTime_mA0AE7A144C88AE8AABB42DF17B0F3F0714BA06B2(/*hidden argument*/NULL);
__this->set_U3CelapsedTimeU3E5__3_4(((float)il2cpp_codegen_add((float)L_7, (float)L_8)));
// yield return null;
__this->set_U3CU3E2__current_1(NULL);
__this->set_U3CU3E1__state_0(1);
return (bool)1;
}
IL_0061:
{
__this->set_U3CU3E1__state_0((-1));
}
IL_0068:
{
// while (elapsedTime < fadeTime)
float L_9 = __this->get_U3CelapsedTimeU3E5__3_4();
float L_10 = __this->get_U3CfadeTimeU3E5__2_3();
if ((((float)L_9) < ((float)L_10)))
{
goto IL_003f;
}
}
{
// DoStateTransition(currentSelectionState, false);
Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * L_11 = V_1;
Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * L_12 = V_1;
NullCheck(L_12);
int32_t L_13 = Selectable_get_currentSelectionState_m37B79D51884A49924B92D1AE1BAA354C55CA1FD0(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
VirtActionInvoker2< int32_t, bool >::Invoke(26 /* System.Void UnityEngine.UI.Selectable::DoStateTransition(UnityEngine.UI.Selectable/SelectionState,System.Boolean) */, L_11, L_13, (bool)0);
// }
return (bool)0;
}
}
// System.Object UnityEngine.UI.Button_<OnFinishSubmit>d__9::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3COnFinishSubmitU3Ed__9_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m8FC4B943F2051EFD53EADACDAD40C776ED503DE3 (U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
// System.Void UnityEngine.UI.Button_<OnFinishSubmit>d__9::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3COnFinishSubmitU3Ed__9_System_Collections_IEnumerator_Reset_m9A8F55E44A8F5C19F6F4C1B7648F139895665425 (U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3COnFinishSubmitU3Ed__9_System_Collections_IEnumerator_Reset_m9A8F55E44A8F5C19F6F4C1B7648F139895665425_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, U3COnFinishSubmitU3Ed__9_System_Collections_IEnumerator_Reset_m9A8F55E44A8F5C19F6F4C1B7648F139895665425_RuntimeMethod_var);
}
}
// System.Object UnityEngine.UI.Button_<OnFinishSubmit>d__9::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * U3COnFinishSubmitU3Ed__9_System_Collections_IEnumerator_get_Current_m018D3968294D5F3F16924C7F53120C49474A9B97 (U3COnFinishSubmitU3Ed__9_t7C528EE5FE9D8ABC7FECC7FA2DAFBABBF165DF54 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_U3CU3E2__current_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UI.Button_ButtonClickedEvent::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ButtonClickedEvent__ctor_m95CE43990A021F7E01F4697B71ABF3E73D6BD03B (ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * __this, const RuntimeMethod* method)
{
{
UnityEvent__ctor_m2F8C02F28E289CA65598FF4FA8EAB84D955FF028(__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
// UnityEngine.UI.CanvasScaler_ScaleMode UnityEngine.UI.CanvasScaler::get_uiScaleMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CanvasScaler_get_uiScaleMode_m8D75124B20A8598DFEF27665EBE9C5925CB25301 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// public ScaleMode uiScaleMode { get { return m_UiScaleMode; } set { m_UiScaleMode = value; } }
int32_t L_0 = __this->get_m_UiScaleMode_4();
return L_0;
}
}
// System.Void UnityEngine.UI.CanvasScaler::set_uiScaleMode(UnityEngine.UI.CanvasScaler_ScaleMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_set_uiScaleMode_m478E9BFA69FD3316071D3D7ED2FE39E7178B2457 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public ScaleMode uiScaleMode { get { return m_UiScaleMode; } set { m_UiScaleMode = value; } }
int32_t L_0 = ___value0;
__this->set_m_UiScaleMode_4(L_0);
// public ScaleMode uiScaleMode { get { return m_UiScaleMode; } set { m_UiScaleMode = value; } }
return;
}
}
// System.Single UnityEngine.UI.CanvasScaler::get_referencePixelsPerUnit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CanvasScaler_get_referencePixelsPerUnit_m8BBFDC7B5F8FBD64EDCE87496628A80F2A0D11F2 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// public float referencePixelsPerUnit { get { return m_ReferencePixelsPerUnit; } set { m_ReferencePixelsPerUnit = value; } }
float L_0 = __this->get_m_ReferencePixelsPerUnit_5();
return L_0;
}
}
// System.Void UnityEngine.UI.CanvasScaler::set_referencePixelsPerUnit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_set_referencePixelsPerUnit_m4B93F51599E7546F20E3B6493B3EF64486C00EFE (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float referencePixelsPerUnit { get { return m_ReferencePixelsPerUnit; } set { m_ReferencePixelsPerUnit = value; } }
float L_0 = ___value0;
__this->set_m_ReferencePixelsPerUnit_5(L_0);
// public float referencePixelsPerUnit { get { return m_ReferencePixelsPerUnit; } set { m_ReferencePixelsPerUnit = value; } }
return;
}
}
// System.Single UnityEngine.UI.CanvasScaler::get_scaleFactor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CanvasScaler_get_scaleFactor_m5314751BC9829C63CA49617A045A0D1F878C7369 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// public float scaleFactor { get { return m_ScaleFactor; } set { m_ScaleFactor = Mathf.Max(0.01f, value); } }
float L_0 = __this->get_m_ScaleFactor_6();
return L_0;
}
}
// System.Void UnityEngine.UI.CanvasScaler::set_scaleFactor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_set_scaleFactor_m5F0946A8D73C20E1D337ED96E16687CD9E03F64E (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasScaler_set_scaleFactor_m5F0946A8D73C20E1D337ED96E16687CD9E03F64E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public float scaleFactor { get { return m_ScaleFactor; } set { m_ScaleFactor = Mathf.Max(0.01f, value); } }
float L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_1 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65((0.01f), L_0, /*hidden argument*/NULL);
__this->set_m_ScaleFactor_6(L_1);
// public float scaleFactor { get { return m_ScaleFactor; } set { m_ScaleFactor = Mathf.Max(0.01f, value); } }
return;
}
}
// UnityEngine.Vector2 UnityEngine.UI.CanvasScaler::get_referenceResolution()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D CanvasScaler_get_referenceResolution_m8CB18ECD76532AD9FAFA92D9D395AB1070730A8C (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// return m_ReferenceResolution;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get_m_ReferenceResolution_7();
return L_0;
}
}
// System.Void UnityEngine.UI.CanvasScaler::set_referenceResolution(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_set_referenceResolution_mF84A06A5910501D88862F2A3E60C4D1C7F2366F9 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasScaler_set_referenceResolution_mF84A06A5910501D88862F2A3E60C4D1C7F2366F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// m_ReferenceResolution = value;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set_m_ReferenceResolution_7(L_0);
// if (m_ReferenceResolution.x > -k_MinimumResolution && m_ReferenceResolution.x < k_MinimumResolution) m_ReferenceResolution.x = k_MinimumResolution * Mathf.Sign(m_ReferenceResolution.x);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_1 = __this->get_address_of_m_ReferenceResolution_7();
float L_2 = L_1->get_x_0();
if ((!(((float)L_2) > ((float)(-1.0E-05f)))))
{
goto IL_004c;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_3 = __this->get_address_of_m_ReferenceResolution_7();
float L_4 = L_3->get_x_0();
if ((!(((float)L_4) < ((float)(1.0E-05f)))))
{
goto IL_004c;
}
}
{
// if (m_ReferenceResolution.x > -k_MinimumResolution && m_ReferenceResolution.x < k_MinimumResolution) m_ReferenceResolution.x = k_MinimumResolution * Mathf.Sign(m_ReferenceResolution.x);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_5 = __this->get_address_of_m_ReferenceResolution_7();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_6 = __this->get_address_of_m_ReferenceResolution_7();
float L_7 = L_6->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_8 = Mathf_Sign_m6FA1D12786BEE0419D4B9426E5E4955F286BC8D3(L_7, /*hidden argument*/NULL);
L_5->set_x_0(((float)il2cpp_codegen_multiply((float)(1.0E-05f), (float)L_8)));
}
IL_004c:
{
// if (m_ReferenceResolution.y > -k_MinimumResolution && m_ReferenceResolution.y < k_MinimumResolution) m_ReferenceResolution.y = k_MinimumResolution * Mathf.Sign(m_ReferenceResolution.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_9 = __this->get_address_of_m_ReferenceResolution_7();
float L_10 = L_9->get_y_1();
if ((!(((float)L_10) > ((float)(-1.0E-05f)))))
{
goto IL_0091;
}
}
{
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_11 = __this->get_address_of_m_ReferenceResolution_7();
float L_12 = L_11->get_y_1();
if ((!(((float)L_12) < ((float)(1.0E-05f)))))
{
goto IL_0091;
}
}
{
// if (m_ReferenceResolution.y > -k_MinimumResolution && m_ReferenceResolution.y < k_MinimumResolution) m_ReferenceResolution.y = k_MinimumResolution * Mathf.Sign(m_ReferenceResolution.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_13 = __this->get_address_of_m_ReferenceResolution_7();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_14 = __this->get_address_of_m_ReferenceResolution_7();
float L_15 = L_14->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_16 = Mathf_Sign_m6FA1D12786BEE0419D4B9426E5E4955F286BC8D3(L_15, /*hidden argument*/NULL);
L_13->set_y_1(((float)il2cpp_codegen_multiply((float)(1.0E-05f), (float)L_16)));
}
IL_0091:
{
// }
return;
}
}
// UnityEngine.UI.CanvasScaler_ScreenMatchMode UnityEngine.UI.CanvasScaler::get_screenMatchMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CanvasScaler_get_screenMatchMode_mD1444EF5D606499AE030E88AEACD0D4319C394F2 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// public ScreenMatchMode screenMatchMode { get { return m_ScreenMatchMode; } set { m_ScreenMatchMode = value; } }
int32_t L_0 = __this->get_m_ScreenMatchMode_8();
return L_0;
}
}
// System.Void UnityEngine.UI.CanvasScaler::set_screenMatchMode(UnityEngine.UI.CanvasScaler_ScreenMatchMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_set_screenMatchMode_m250FDED7E3FC15A299F5C4F2F54331938A25C56B (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public ScreenMatchMode screenMatchMode { get { return m_ScreenMatchMode; } set { m_ScreenMatchMode = value; } }
int32_t L_0 = ___value0;
__this->set_m_ScreenMatchMode_8(L_0);
// public ScreenMatchMode screenMatchMode { get { return m_ScreenMatchMode; } set { m_ScreenMatchMode = value; } }
return;
}
}
// System.Single UnityEngine.UI.CanvasScaler::get_matchWidthOrHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CanvasScaler_get_matchWidthOrHeight_mD8FE572E1C181C79825EDBF2784D0ABC52E35335 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// public float matchWidthOrHeight { get { return m_MatchWidthOrHeight; } set { m_MatchWidthOrHeight = value; } }
float L_0 = __this->get_m_MatchWidthOrHeight_9();
return L_0;
}
}
// System.Void UnityEngine.UI.CanvasScaler::set_matchWidthOrHeight(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_set_matchWidthOrHeight_m3D4313C8B356B3B2FDF55338A0738554148C2496 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float matchWidthOrHeight { get { return m_MatchWidthOrHeight; } set { m_MatchWidthOrHeight = value; } }
float L_0 = ___value0;
__this->set_m_MatchWidthOrHeight_9(L_0);
// public float matchWidthOrHeight { get { return m_MatchWidthOrHeight; } set { m_MatchWidthOrHeight = value; } }
return;
}
}
// UnityEngine.UI.CanvasScaler_Unit UnityEngine.UI.CanvasScaler::get_physicalUnit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CanvasScaler_get_physicalUnit_m2F6DD4DFDDA3DE8652A5F295C1E66060D0D8E94A (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// public Unit physicalUnit { get { return m_PhysicalUnit; } set { m_PhysicalUnit = value; } }
int32_t L_0 = __this->get_m_PhysicalUnit_11();
return L_0;
}
}
// System.Void UnityEngine.UI.CanvasScaler::set_physicalUnit(UnityEngine.UI.CanvasScaler_Unit)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_set_physicalUnit_mEA258DCB98BCD821B005A9B692B60AF26E89AE75 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public Unit physicalUnit { get { return m_PhysicalUnit; } set { m_PhysicalUnit = value; } }
int32_t L_0 = ___value0;
__this->set_m_PhysicalUnit_11(L_0);
// public Unit physicalUnit { get { return m_PhysicalUnit; } set { m_PhysicalUnit = value; } }
return;
}
}
// System.Single UnityEngine.UI.CanvasScaler::get_fallbackScreenDPI()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CanvasScaler_get_fallbackScreenDPI_m1AD8E450A8FC166D4ABD1B4DF60F0B3CF40CA098 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// public float fallbackScreenDPI { get { return m_FallbackScreenDPI; } set { m_FallbackScreenDPI = value; } }
float L_0 = __this->get_m_FallbackScreenDPI_12();
return L_0;
}
}
// System.Void UnityEngine.UI.CanvasScaler::set_fallbackScreenDPI(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_set_fallbackScreenDPI_m8F5F430869974863F420751733DD54DDA65F1849 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float fallbackScreenDPI { get { return m_FallbackScreenDPI; } set { m_FallbackScreenDPI = value; } }
float L_0 = ___value0;
__this->set_m_FallbackScreenDPI_12(L_0);
// public float fallbackScreenDPI { get { return m_FallbackScreenDPI; } set { m_FallbackScreenDPI = value; } }
return;
}
}
// System.Single UnityEngine.UI.CanvasScaler::get_defaultSpriteDPI()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CanvasScaler_get_defaultSpriteDPI_mE6F4BC67BC414A04C503B416BB9E570E2FE2D233 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// public float defaultSpriteDPI { get { return m_DefaultSpriteDPI; } set { m_DefaultSpriteDPI = Mathf.Max(1, value); } }
float L_0 = __this->get_m_DefaultSpriteDPI_13();
return L_0;
}
}
// System.Void UnityEngine.UI.CanvasScaler::set_defaultSpriteDPI(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_set_defaultSpriteDPI_mB5AA7CA6E85A7D5D37C0B585B73F37D05FBBE1B7 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasScaler_set_defaultSpriteDPI_mB5AA7CA6E85A7D5D37C0B585B73F37D05FBBE1B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public float defaultSpriteDPI { get { return m_DefaultSpriteDPI; } set { m_DefaultSpriteDPI = Mathf.Max(1, value); } }
float L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_1 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65((1.0f), L_0, /*hidden argument*/NULL);
__this->set_m_DefaultSpriteDPI_13(L_1);
// public float defaultSpriteDPI { get { return m_DefaultSpriteDPI; } set { m_DefaultSpriteDPI = Mathf.Max(1, value); } }
return;
}
}
// System.Single UnityEngine.UI.CanvasScaler::get_dynamicPixelsPerUnit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CanvasScaler_get_dynamicPixelsPerUnit_m1D3563AB8AA6D1DDD6E555FDA4D95DFCF1561F37 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// public float dynamicPixelsPerUnit { get { return m_DynamicPixelsPerUnit; } set { m_DynamicPixelsPerUnit = value; } }
float L_0 = __this->get_m_DynamicPixelsPerUnit_14();
return L_0;
}
}
// System.Void UnityEngine.UI.CanvasScaler::set_dynamicPixelsPerUnit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_set_dynamicPixelsPerUnit_m246DCF7C13AF23ACBBDBD961225A80DD9EA8AA5B (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float dynamicPixelsPerUnit { get { return m_DynamicPixelsPerUnit; } set { m_DynamicPixelsPerUnit = value; } }
float L_0 = ___value0;
__this->set_m_DynamicPixelsPerUnit_14(L_0);
// public float dynamicPixelsPerUnit { get { return m_DynamicPixelsPerUnit; } set { m_DynamicPixelsPerUnit = value; } }
return;
}
}
// System.Void UnityEngine.UI.CanvasScaler::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler__ctor_m81B7F75FE4D0083EF90495C1FFD56272F6F5B7F4 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// [SerializeField] protected float m_ReferencePixelsPerUnit = 100;
__this->set_m_ReferencePixelsPerUnit_5((100.0f));
// [SerializeField] protected float m_ScaleFactor = 1;
__this->set_m_ScaleFactor_6((1.0f));
// [SerializeField] protected Vector2 m_ReferenceResolution = new Vector2(800, 600);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0;
memset((&L_0), 0, sizeof(L_0));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_0), (800.0f), (600.0f), /*hidden argument*/NULL);
__this->set_m_ReferenceResolution_7(L_0);
// [SerializeField] protected Unit m_PhysicalUnit = Unit.Points;
__this->set_m_PhysicalUnit_11(3);
// [SerializeField] protected float m_FallbackScreenDPI = 96;
__this->set_m_FallbackScreenDPI_12((96.0f));
// [SerializeField] protected float m_DefaultSpriteDPI = 96;
__this->set_m_DefaultSpriteDPI_13((96.0f));
// [SerializeField] protected float m_DynamicPixelsPerUnit = 1;
__this->set_m_DynamicPixelsPerUnit_14((1.0f));
// private float m_PrevScaleFactor = 1;
__this->set_m_PrevScaleFactor_16((1.0f));
// private float m_PrevReferencePixelsPerUnit = 100;
__this->set_m_PrevReferencePixelsPerUnit_17((100.0f));
// protected CanvasScaler() {}
UIBehaviour__ctor_m270FFBC65602196134042BD4E24DB093883A1BAF(__this, /*hidden argument*/NULL);
// protected CanvasScaler() {}
return;
}
}
// System.Void UnityEngine.UI.CanvasScaler::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_OnEnable_m13AC455B337B234EE4175EF573ED8605803493D6 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasScaler_OnEnable_m13AC455B337B234EE4175EF573ED8605803493D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// base.OnEnable();
UIBehaviour_OnEnable_mC9822F55BFE331807411109DA82D6AE5EF46E2C2(__this, /*hidden argument*/NULL);
// m_Canvas = GetComponent<Canvas>();
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_0 = Component_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mAD461B8F1BB5C616749FAA2B63155D710C3CD21C(__this, /*hidden argument*/Component_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mAD461B8F1BB5C616749FAA2B63155D710C3CD21C_RuntimeMethod_var);
__this->set_m_Canvas_15(L_0);
// Handle();
VirtActionInvoker0::Invoke(18 /* System.Void UnityEngine.UI.CanvasScaler::Handle() */, __this);
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasScaler::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_OnDisable_m280A05C8B1C3CE112D66C56C4594BC14289B6BE5 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// SetScaleFactor(1);
CanvasScaler_SetScaleFactor_m7713446FB3925CF413DA9CAD0F41B6BA1664EBAC(__this, (1.0f), /*hidden argument*/NULL);
// SetReferencePixelsPerUnit(100);
CanvasScaler_SetReferencePixelsPerUnit_m701D2207CF834585C87E53C88E1D10EACAADB9C9(__this, (100.0f), /*hidden argument*/NULL);
// base.OnDisable();
UIBehaviour_OnDisable_mDA7B89CA939C50BD6F81CC350C2969755B1576A0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasScaler::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_Update_mDDFB607737692D3E405A271479CE13AD778D30CF (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// Handle();
VirtActionInvoker0::Invoke(18 /* System.Void UnityEngine.UI.CanvasScaler::Handle() */, __this);
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasScaler::Handle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_Handle_mF38FFB050D9EF070AEA7B02DA20BCC4A0B8CC1C3 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasScaler_Handle_mF38FFB050D9EF070AEA7B02DA20BCC4A0B8CC1C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (m_Canvas == null || !m_Canvas.isRootCanvas)
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_0 = __this->get_m_Canvas_15();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001b;
}
}
{
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_2 = __this->get_m_Canvas_15();
NullCheck(L_2);
bool L_3 = Canvas_get_isRootCanvas_mA4ADE90017884B88AF7A9DD3114FDD4FEB73918A(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001c;
}
}
IL_001b:
{
// return;
return;
}
IL_001c:
{
// if (m_Canvas.renderMode == RenderMode.WorldSpace)
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_4 = __this->get_m_Canvas_15();
NullCheck(L_4);
int32_t L_5 = Canvas_get_renderMode_mAF68701B143F01C7D19B6C7D3033E3B34ECB2FC8(L_4, /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_0031;
}
}
{
// HandleWorldCanvas();
VirtActionInvoker0::Invoke(19 /* System.Void UnityEngine.UI.CanvasScaler::HandleWorldCanvas() */, __this);
// return;
return;
}
IL_0031:
{
// switch (m_UiScaleMode)
int32_t L_6 = __this->get_m_UiScaleMode_4();
V_0 = L_6;
int32_t L_7 = V_0;
switch (L_7)
{
case 0:
{
goto IL_004b;
}
case 1:
{
goto IL_0052;
}
case 2:
{
goto IL_0059;
}
}
}
{
return;
}
IL_004b:
{
// case ScaleMode.ConstantPixelSize: HandleConstantPixelSize(); break;
VirtActionInvoker0::Invoke(20 /* System.Void UnityEngine.UI.CanvasScaler::HandleConstantPixelSize() */, __this);
// case ScaleMode.ConstantPixelSize: HandleConstantPixelSize(); break;
return;
}
IL_0052:
{
// case ScaleMode.ScaleWithScreenSize: HandleScaleWithScreenSize(); break;
VirtActionInvoker0::Invoke(21 /* System.Void UnityEngine.UI.CanvasScaler::HandleScaleWithScreenSize() */, __this);
// case ScaleMode.ScaleWithScreenSize: HandleScaleWithScreenSize(); break;
return;
}
IL_0059:
{
// case ScaleMode.ConstantPhysicalSize: HandleConstantPhysicalSize(); break;
VirtActionInvoker0::Invoke(22 /* System.Void UnityEngine.UI.CanvasScaler::HandleConstantPhysicalSize() */, __this);
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasScaler::HandleWorldCanvas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_HandleWorldCanvas_m4046A6BA99D747151C37AB62ADB1D96B76882C42 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// SetScaleFactor(m_DynamicPixelsPerUnit);
float L_0 = __this->get_m_DynamicPixelsPerUnit_14();
CanvasScaler_SetScaleFactor_m7713446FB3925CF413DA9CAD0F41B6BA1664EBAC(__this, L_0, /*hidden argument*/NULL);
// SetReferencePixelsPerUnit(m_ReferencePixelsPerUnit);
float L_1 = __this->get_m_ReferencePixelsPerUnit_5();
CanvasScaler_SetReferencePixelsPerUnit_m701D2207CF834585C87E53C88E1D10EACAADB9C9(__this, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasScaler::HandleConstantPixelSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_HandleConstantPixelSize_m1850F67FA454035DF75C523220FA06DC490AE90E (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
{
// SetScaleFactor(m_ScaleFactor);
float L_0 = __this->get_m_ScaleFactor_6();
CanvasScaler_SetScaleFactor_m7713446FB3925CF413DA9CAD0F41B6BA1664EBAC(__this, L_0, /*hidden argument*/NULL);
// SetReferencePixelsPerUnit(m_ReferencePixelsPerUnit);
float L_1 = __this->get_m_ReferencePixelsPerUnit_5();
CanvasScaler_SetReferencePixelsPerUnit_m701D2207CF834585C87E53C88E1D10EACAADB9C9(__this, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasScaler::HandleScaleWithScreenSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_HandleScaleWithScreenSize_mE0E51C003AC9FAAA848D20B0C150BE48A616CE66 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasScaler_HandleScaleWithScreenSize_mE0E51C003AC9FAAA848D20B0C150BE48A616CE66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
float V_2 = 0.0f;
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * V_3 = NULL;
int32_t V_4 = 0;
float V_5 = 0.0f;
float V_6 = 0.0f;
{
// Vector2 screenSize = new Vector2(Screen.width, Screen.height);
int32_t L_0 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
int32_t L_1 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), (((float)((float)L_0))), (((float)((float)L_1))), /*hidden argument*/NULL);
// int displayIndex = m_Canvas.targetDisplay;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_2 = __this->get_m_Canvas_15();
NullCheck(L_2);
int32_t L_3 = Canvas_get_targetDisplay_m80D9D93CA075084BDD3B05AF5F880698D7BB235D(L_2, /*hidden argument*/NULL);
V_1 = L_3;
// if (displayIndex > 0 && displayIndex < Display.displays.Length)
int32_t L_4 = V_1;
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_004a;
}
}
{
int32_t L_5 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var);
DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_6 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_displays_1();
NullCheck(L_6);
if ((((int32_t)L_5) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))))
{
goto IL_004a;
}
}
{
// Display disp = Display.displays[displayIndex];
IL2CPP_RUNTIME_CLASS_INIT(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var);
DisplayU5BU5D_tB2AB0FDB3B2E9FD784D5100C18EB0ED489A2CCC9* L_7 = ((Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_StaticFields*)il2cpp_codegen_static_fields_for(Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57_il2cpp_TypeInfo_var))->get_displays_1();
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_3 = L_10;
// screenSize = new Vector2(disp.renderingWidth, disp.renderingHeight);
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_11 = V_3;
NullCheck(L_11);
int32_t L_12 = Display_get_renderingWidth_mA02F65BF724686D7A0CD0C192954CA22592C3B12(L_11, /*hidden argument*/NULL);
Display_t38AD3008E8C72693533E4FE9CFFF6E01B56E9D57 * L_13 = V_3;
NullCheck(L_13);
int32_t L_14 = Display_get_renderingHeight_m1496BF9D66501280B4F75A31A515D8CF416838B0(L_13, /*hidden argument*/NULL);
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), (((float)((float)L_12))), (((float)((float)L_14))), /*hidden argument*/NULL);
}
IL_004a:
{
// float scaleFactor = 0;
V_2 = (0.0f);
// switch (m_ScreenMatchMode)
int32_t L_15 = __this->get_m_ScreenMatchMode_8();
V_4 = L_15;
int32_t L_16 = V_4;
switch (L_16)
{
case 0:
{
goto IL_0070;
}
case 1:
{
goto IL_00c8;
}
case 2:
{
goto IL_00f4;
}
}
}
{
goto IL_011e;
}
IL_0070:
{
// float logWidth = Mathf.Log(screenSize.x / m_ReferenceResolution.x, kLogBase);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_17 = V_0;
float L_18 = L_17.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_19 = __this->get_address_of_m_ReferenceResolution_7();
float L_20 = L_19->get_x_0();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_21 = Mathf_Log_mD0CFD1242805BD697B5156AA46FBB43E7636A19B(((float)((float)L_18/(float)L_20)), (2.0f), /*hidden argument*/NULL);
// float logHeight = Mathf.Log(screenSize.y / m_ReferenceResolution.y, kLogBase);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_22 = V_0;
float L_23 = L_22.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_24 = __this->get_address_of_m_ReferenceResolution_7();
float L_25 = L_24->get_y_1();
float L_26 = Mathf_Log_mD0CFD1242805BD697B5156AA46FBB43E7636A19B(((float)((float)L_23/(float)L_25)), (2.0f), /*hidden argument*/NULL);
V_5 = L_26;
// float logWeightedAverage = Mathf.Lerp(logWidth, logHeight, m_MatchWidthOrHeight);
float L_27 = V_5;
float L_28 = __this->get_m_MatchWidthOrHeight_9();
float L_29 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_21, L_27, L_28, /*hidden argument*/NULL);
V_6 = L_29;
// scaleFactor = Mathf.Pow(kLogBase, logWeightedAverage);
float L_30 = V_6;
float L_31 = powf((2.0f), L_30);
V_2 = L_31;
// break;
goto IL_011e;
}
IL_00c8:
{
// scaleFactor = Mathf.Min(screenSize.x / m_ReferenceResolution.x, screenSize.y / m_ReferenceResolution.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_32 = V_0;
float L_33 = L_32.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_34 = __this->get_address_of_m_ReferenceResolution_7();
float L_35 = L_34->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_36 = V_0;
float L_37 = L_36.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_38 = __this->get_address_of_m_ReferenceResolution_7();
float L_39 = L_38->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_40 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)((float)L_33/(float)L_35)), ((float)((float)L_37/(float)L_39)), /*hidden argument*/NULL);
V_2 = L_40;
// break;
goto IL_011e;
}
IL_00f4:
{
// scaleFactor = Mathf.Max(screenSize.x / m_ReferenceResolution.x, screenSize.y / m_ReferenceResolution.y);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_41 = V_0;
float L_42 = L_41.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_43 = __this->get_address_of_m_ReferenceResolution_7();
float L_44 = L_43->get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_45 = V_0;
float L_46 = L_45.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_47 = __this->get_address_of_m_ReferenceResolution_7();
float L_48 = L_47->get_y_1();
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_49 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)((float)L_42/(float)L_44)), ((float)((float)L_46/(float)L_48)), /*hidden argument*/NULL);
V_2 = L_49;
}
IL_011e:
{
// SetScaleFactor(scaleFactor);
float L_50 = V_2;
CanvasScaler_SetScaleFactor_m7713446FB3925CF413DA9CAD0F41B6BA1664EBAC(__this, L_50, /*hidden argument*/NULL);
// SetReferencePixelsPerUnit(m_ReferencePixelsPerUnit);
float L_51 = __this->get_m_ReferencePixelsPerUnit_5();
CanvasScaler_SetReferencePixelsPerUnit_m701D2207CF834585C87E53C88E1D10EACAADB9C9(__this, L_51, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasScaler::HandleConstantPhysicalSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_HandleConstantPhysicalSize_m1518C4BAB0337C6C892B97AA4E02877A795453D2 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float V_1 = 0.0f;
float V_2 = 0.0f;
int32_t V_3 = 0;
float G_B3_0 = 0.0f;
{
// float currentDpi = Screen.dpi;
float L_0 = Screen_get_dpi_m92A755DE9E23ABA717B5594F4F52AFB0FBEAC1D3(/*hidden argument*/NULL);
V_0 = L_0;
// float dpi = (currentDpi == 0 ? m_FallbackScreenDPI : currentDpi);
float L_1 = V_0;
if ((((float)L_1) == ((float)(0.0f))))
{
goto IL_0011;
}
}
{
float L_2 = V_0;
G_B3_0 = L_2;
goto IL_0017;
}
IL_0011:
{
float L_3 = __this->get_m_FallbackScreenDPI_12();
G_B3_0 = L_3;
}
IL_0017:
{
V_1 = G_B3_0;
// float targetDPI = 1;
V_2 = (1.0f);
// switch (m_PhysicalUnit)
int32_t L_4 = __this->get_m_PhysicalUnit_11();
V_3 = L_4;
int32_t L_5 = V_3;
switch (L_5)
{
case 0:
{
goto IL_0041;
}
case 1:
{
goto IL_0049;
}
case 2:
{
goto IL_0051;
}
case 3:
{
goto IL_0059;
}
case 4:
{
goto IL_0061;
}
}
}
{
goto IL_0067;
}
IL_0041:
{
// case Unit.Centimeters: targetDPI = 2.54f; break;
V_2 = (2.54f);
// case Unit.Centimeters: targetDPI = 2.54f; break;
goto IL_0067;
}
IL_0049:
{
// case Unit.Millimeters: targetDPI = 25.4f; break;
V_2 = (25.4f);
// case Unit.Millimeters: targetDPI = 25.4f; break;
goto IL_0067;
}
IL_0051:
{
// case Unit.Inches: targetDPI = 1; break;
V_2 = (1.0f);
// case Unit.Inches: targetDPI = 1; break;
goto IL_0067;
}
IL_0059:
{
// case Unit.Points: targetDPI = 72; break;
V_2 = (72.0f);
// case Unit.Points: targetDPI = 72; break;
goto IL_0067;
}
IL_0061:
{
// case Unit.Picas: targetDPI = 6; break;
V_2 = (6.0f);
}
IL_0067:
{
// SetScaleFactor(dpi / targetDPI);
float L_6 = V_1;
float L_7 = V_2;
CanvasScaler_SetScaleFactor_m7713446FB3925CF413DA9CAD0F41B6BA1664EBAC(__this, ((float)((float)L_6/(float)L_7)), /*hidden argument*/NULL);
// SetReferencePixelsPerUnit(m_ReferencePixelsPerUnit * targetDPI / m_DefaultSpriteDPI);
float L_8 = __this->get_m_ReferencePixelsPerUnit_5();
float L_9 = V_2;
float L_10 = __this->get_m_DefaultSpriteDPI_13();
CanvasScaler_SetReferencePixelsPerUnit_m701D2207CF834585C87E53C88E1D10EACAADB9C9(__this, ((float)((float)((float)il2cpp_codegen_multiply((float)L_8, (float)L_9))/(float)L_10)), /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasScaler::SetScaleFactor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_SetScaleFactor_m7713446FB3925CF413DA9CAD0F41B6BA1664EBAC (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, float ___scaleFactor0, const RuntimeMethod* method)
{
{
// if (scaleFactor == m_PrevScaleFactor)
float L_0 = ___scaleFactor0;
float L_1 = __this->get_m_PrevScaleFactor_16();
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
// return;
return;
}
IL_000a:
{
// m_Canvas.scaleFactor = scaleFactor;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_2 = __this->get_m_Canvas_15();
float L_3 = ___scaleFactor0;
NullCheck(L_2);
Canvas_set_scaleFactor_m40359EE941E1573107542A2377E87BEB17C10163(L_2, L_3, /*hidden argument*/NULL);
// m_PrevScaleFactor = scaleFactor;
float L_4 = ___scaleFactor0;
__this->set_m_PrevScaleFactor_16(L_4);
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasScaler::SetReferencePixelsPerUnit(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasScaler_SetReferencePixelsPerUnit_m701D2207CF834585C87E53C88E1D10EACAADB9C9 (CanvasScaler_t304BA6F47EDB7402EBA405DD36CA7D6ADF723564 * __this, float ___referencePixelsPerUnit0, const RuntimeMethod* method)
{
{
// if (referencePixelsPerUnit == m_PrevReferencePixelsPerUnit)
float L_0 = ___referencePixelsPerUnit0;
float L_1 = __this->get_m_PrevReferencePixelsPerUnit_17();
if ((!(((float)L_0) == ((float)L_1))))
{
goto IL_000a;
}
}
{
// return;
return;
}
IL_000a:
{
// m_Canvas.referencePixelsPerUnit = referencePixelsPerUnit;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_2 = __this->get_m_Canvas_15();
float L_3 = ___referencePixelsPerUnit0;
NullCheck(L_2);
Canvas_set_referencePixelsPerUnit_m16AF69DA4801579FD03A220D3D6293421671F341(L_2, L_3, /*hidden argument*/NULL);
// m_PrevReferencePixelsPerUnit = referencePixelsPerUnit;
float L_4 = ___referencePixelsPerUnit0;
__this->set_m_PrevReferencePixelsPerUnit_17(L_4);
// }
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
// System.Void UnityEngine.UI.CanvasUpdateRegistry::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry__ctor_mA9DFE374CF59026B50EBE37E147854270730EE00 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry__ctor_mA9DFE374CF59026B50EBE37E147854270730EE00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private string[] m_CanvasUpdateProfilerStrings = new string[] { "CanvasUpdate.Prelayout", "CanvasUpdate.Layout", "CanvasUpdate.PostLayout", "CanvasUpdate.PreRender", "CanvasUpdate.LatePreRender" };
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral46F2235B24C7F49AC8F229D2E70105DEF3C9484F);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral46F2235B24C7F49AC8F229D2E70105DEF3C9484F);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteralDA71B1E606965A288B8200FEA58E98EE18C9B14E);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralDA71B1E606965A288B8200FEA58E98EE18C9B14E);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteral762BA2D999A92E95CB6EC9A42B04D758AC576491);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral762BA2D999A92E95CB6EC9A42B04D758AC576491);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteralFDFE8E79983EAB6E42EC6A84923F9D664B0E9543);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralFDFE8E79983EAB6E42EC6A84923F9D664B0E9543);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteralB304892FE8DC52FEF071BBB2749D11A7C44478BC);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralB304892FE8DC52FEF071BBB2749D11A7C44478BC);
__this->set_m_CanvasUpdateProfilerStrings_3(L_5);
// private readonly IndexedSet<ICanvasElement> m_LayoutRebuildQueue = new IndexedSet<ICanvasElement>();
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_6 = (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 *)il2cpp_codegen_object_new(IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61_il2cpp_TypeInfo_var);
IndexedSet_1__ctor_m034E36486E0B1078F5294134682DD11F448028B1(L_6, /*hidden argument*/IndexedSet_1__ctor_m034E36486E0B1078F5294134682DD11F448028B1_RuntimeMethod_var);
__this->set_m_LayoutRebuildQueue_5(L_6);
// private readonly IndexedSet<ICanvasElement> m_GraphicRebuildQueue = new IndexedSet<ICanvasElement>();
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_7 = (IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 *)il2cpp_codegen_object_new(IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61_il2cpp_TypeInfo_var);
IndexedSet_1__ctor_m034E36486E0B1078F5294134682DD11F448028B1(L_7, /*hidden argument*/IndexedSet_1__ctor_m034E36486E0B1078F5294134682DD11F448028B1_RuntimeMethod_var);
__this->set_m_GraphicRebuildQueue_6(L_7);
// protected CanvasUpdateRegistry()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// Canvas.willRenderCanvases += PerformUpdate;
WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE * L_8 = (WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE *)il2cpp_codegen_object_new(WillRenderCanvases_tBD5AD090B5938021DEAA679A5AEEA790F60A8BEE_il2cpp_TypeInfo_var);
WillRenderCanvases__ctor_m9AB0D8B934BE573C4B3ABBAA313984B054B4B885(L_8, __this, (intptr_t)((intptr_t)CanvasUpdateRegistry_PerformUpdate_m394F8B8FDD92DFCDFEEF86767B7A294B04211719_RuntimeMethod_var), /*hidden argument*/NULL);
Canvas_add_willRenderCanvases_mACABFF4EAFB7DCFF4B9A33357D496EC3010D7E6B(L_8, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.UI.CanvasUpdateRegistry UnityEngine.UI.CanvasUpdateRegistry::get_instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (s_Instance == null)
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_0 = ((CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_StaticFields*)il2cpp_codegen_static_fields_for(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var))->get_s_Instance_0();
if (L_0)
{
goto IL_0011;
}
}
{
// s_Instance = new CanvasUpdateRegistry();
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_1 = (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 *)il2cpp_codegen_object_new(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry__ctor_mA9DFE374CF59026B50EBE37E147854270730EE00(L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
((CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_StaticFields*)il2cpp_codegen_static_fields_for(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var))->set_s_Instance_0(L_1);
}
IL_0011:
{
// return s_Instance;
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_2 = ((CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_StaticFields*)il2cpp_codegen_static_fields_for(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var))->get_s_Instance_0();
return L_2;
}
}
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::ObjectValidForUpdate(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CanvasUpdateRegistry_ObjectValidForUpdate_m2E72AF124053FD1E9003B488EC296410A74566C6 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, RuntimeObject* ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_ObjectValidForUpdate_m2E72AF124053FD1E9003B488EC296410A74566C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
// var valid = element != null;
RuntimeObject* L_0 = ___element0;
V_0 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
// var isUnityObject = element is Object;
RuntimeObject* L_1 = ___element0;
// if (isUnityObject)
if (!((!(((RuntimeObject*)(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)IsInstClass((RuntimeObject*)L_1, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0))
{
goto IL_001d;
}
}
{
// valid = (element as Object) != null; //Here we make use of the overloaded UnityEngine.Object == null, that checks if the native object is alive.
RuntimeObject* L_2 = ___element0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(((Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)IsInstClass((RuntimeObject*)L_2, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var)), (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
V_0 = L_3;
}
IL_001d:
{
// return valid;
bool L_4 = V_0;
return L_4;
}
}
// System.Void UnityEngine.UI.CanvasUpdateRegistry::CleanInvalidItems()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_CleanInvalidItems_mBCA41C6F93EA42647274051F7DA61F36D3330DA3 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_CleanInvalidItems_mBCA41C6F93EA42647274051F7DA61F36D3330DA3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
int32_t V_2 = 0;
RuntimeObject* V_3 = NULL;
{
// for (int i = m_LayoutRebuildQueue.Count - 1; i >= 0; --i)
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_0 = __this->get_m_LayoutRebuildQueue_5();
NullCheck(L_0);
int32_t L_1 = IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA(L_0, /*hidden argument*/IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1));
goto IL_004c;
}
IL_0010:
{
// var item = m_LayoutRebuildQueue[i];
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_2 = __this->get_m_LayoutRebuildQueue_5();
int32_t L_3 = V_0;
NullCheck(L_2);
RuntimeObject* L_4 = IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D(L_2, L_3, /*hidden argument*/IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D_RuntimeMethod_var);
V_1 = L_4;
// if (item == null)
RuntimeObject* L_5 = V_1;
if (L_5)
{
goto IL_002e;
}
}
{
// m_LayoutRebuildQueue.RemoveAt(i);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_6 = __this->get_m_LayoutRebuildQueue_5();
int32_t L_7 = V_0;
NullCheck(L_6);
IndexedSet_1_RemoveAt_m833068F05C94CC3E06C94D20998C437037F609B9(L_6, L_7, /*hidden argument*/IndexedSet_1_RemoveAt_m833068F05C94CC3E06C94D20998C437037F609B9_RuntimeMethod_var);
// continue;
goto IL_0048;
}
IL_002e:
{
// if (item.IsDestroyed())
RuntimeObject* L_8 = V_1;
NullCheck(L_8);
bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityEngine.UI.ICanvasElement::IsDestroyed() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_8);
if (!L_9)
{
goto IL_0048;
}
}
{
// m_LayoutRebuildQueue.RemoveAt(i);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_10 = __this->get_m_LayoutRebuildQueue_5();
int32_t L_11 = V_0;
NullCheck(L_10);
IndexedSet_1_RemoveAt_m833068F05C94CC3E06C94D20998C437037F609B9(L_10, L_11, /*hidden argument*/IndexedSet_1_RemoveAt_m833068F05C94CC3E06C94D20998C437037F609B9_RuntimeMethod_var);
// item.LayoutComplete();
RuntimeObject* L_12 = V_1;
NullCheck(L_12);
InterfaceActionInvoker0::Invoke(2 /* System.Void UnityEngine.UI.ICanvasElement::LayoutComplete() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_12);
}
IL_0048:
{
// for (int i = m_LayoutRebuildQueue.Count - 1; i >= 0; --i)
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
}
IL_004c:
{
// for (int i = m_LayoutRebuildQueue.Count - 1; i >= 0; --i)
int32_t L_14 = V_0;
if ((((int32_t)L_14) >= ((int32_t)0)))
{
goto IL_0010;
}
}
{
// for (int i = m_GraphicRebuildQueue.Count - 1; i >= 0; --i)
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_15 = __this->get_m_GraphicRebuildQueue_6();
NullCheck(L_15);
int32_t L_16 = IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA(L_15, /*hidden argument*/IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA_RuntimeMethod_var);
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1));
goto IL_009c;
}
IL_0060:
{
// var item = m_GraphicRebuildQueue[i];
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_17 = __this->get_m_GraphicRebuildQueue_6();
int32_t L_18 = V_2;
NullCheck(L_17);
RuntimeObject* L_19 = IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D(L_17, L_18, /*hidden argument*/IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D_RuntimeMethod_var);
V_3 = L_19;
// if (item == null)
RuntimeObject* L_20 = V_3;
if (L_20)
{
goto IL_007e;
}
}
{
// m_GraphicRebuildQueue.RemoveAt(i);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_21 = __this->get_m_GraphicRebuildQueue_6();
int32_t L_22 = V_2;
NullCheck(L_21);
IndexedSet_1_RemoveAt_m833068F05C94CC3E06C94D20998C437037F609B9(L_21, L_22, /*hidden argument*/IndexedSet_1_RemoveAt_m833068F05C94CC3E06C94D20998C437037F609B9_RuntimeMethod_var);
// continue;
goto IL_0098;
}
IL_007e:
{
// if (item.IsDestroyed())
RuntimeObject* L_23 = V_3;
NullCheck(L_23);
bool L_24 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityEngine.UI.ICanvasElement::IsDestroyed() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_23);
if (!L_24)
{
goto IL_0098;
}
}
{
// m_GraphicRebuildQueue.RemoveAt(i);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_25 = __this->get_m_GraphicRebuildQueue_6();
int32_t L_26 = V_2;
NullCheck(L_25);
IndexedSet_1_RemoveAt_m833068F05C94CC3E06C94D20998C437037F609B9(L_25, L_26, /*hidden argument*/IndexedSet_1_RemoveAt_m833068F05C94CC3E06C94D20998C437037F609B9_RuntimeMethod_var);
// item.GraphicUpdateComplete();
RuntimeObject* L_27 = V_3;
NullCheck(L_27);
InterfaceActionInvoker0::Invoke(3 /* System.Void UnityEngine.UI.ICanvasElement::GraphicUpdateComplete() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_27);
}
IL_0098:
{
// for (int i = m_GraphicRebuildQueue.Count - 1; i >= 0; --i)
int32_t L_28 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1));
}
IL_009c:
{
// for (int i = m_GraphicRebuildQueue.Count - 1; i >= 0; --i)
int32_t L_29 = V_2;
if ((((int32_t)L_29) >= ((int32_t)0)))
{
goto IL_0060;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasUpdateRegistry::PerformUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_PerformUpdate_m394F8B8FDD92DFCDFEEF86767B7A294B04211719 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_PerformUpdate_m394F8B8FDD92DFCDFEEF86767B7A294B04211719_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
RuntimeObject* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
RuntimeObject* V_6 = NULL;
int32_t V_7 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
// UISystemProfilerApi.BeginSample(UISystemProfilerApi.SampleType.Layout);
UISystemProfilerApi_BeginSample_m43EF1B2F9606D5F0C99DF84505C5498AA0CDBB1B(0, /*hidden argument*/NULL);
// CleanInvalidItems();
CanvasUpdateRegistry_CleanInvalidItems_mBCA41C6F93EA42647274051F7DA61F36D3330DA3(__this, /*hidden argument*/NULL);
// m_PerformingLayoutUpdate = true;
__this->set_m_PerformingLayoutUpdate_1((bool)1);
// m_LayoutRebuildQueue.Sort(s_SortLayoutFunction);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_0 = __this->get_m_LayoutRebuildQueue_5();
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E * L_1 = ((CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_StaticFields*)il2cpp_codegen_static_fields_for(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var))->get_s_SortLayoutFunction_7();
NullCheck(L_0);
IndexedSet_1_Sort_m508F37F6D9D232E45180BC5129999AA5B996C71D(L_0, L_1, /*hidden argument*/IndexedSet_1_Sort_m508F37F6D9D232E45180BC5129999AA5B996C71D_RuntimeMethod_var);
// for (int i = 0; i <= (int)CanvasUpdate.PostLayout; i++)
V_0 = 0;
goto IL_0071;
}
IL_0027:
{
// for (int j = 0; j < m_LayoutRebuildQueue.Count; j++)
V_1 = 0;
goto IL_005f;
}
IL_002b:
{
// var rebuild = instance.m_LayoutRebuildQueue[j];
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_2 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
NullCheck(L_2);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_3 = L_2->get_m_LayoutRebuildQueue_5();
int32_t L_4 = V_1;
NullCheck(L_3);
RuntimeObject* L_5 = IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D(L_3, L_4, /*hidden argument*/IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D_RuntimeMethod_var);
V_2 = L_5;
}
IL_003c:
try
{ // begin try (depth: 1)
{
// if (ObjectValidForUpdate(rebuild))
RuntimeObject* L_6 = V_2;
bool L_7 = CanvasUpdateRegistry_ObjectValidForUpdate_m2E72AF124053FD1E9003B488EC296410A74566C6(__this, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_004c;
}
}
IL_0045:
{
// rebuild.Rebuild((CanvasUpdate)i);
RuntimeObject* L_8 = V_2;
int32_t L_9 = V_0;
NullCheck(L_8);
InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void UnityEngine.UI.ICanvasElement::Rebuild(UnityEngine.UI.CanvasUpdate) */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_8, L_9);
}
IL_004c:
{
// }
goto IL_005b;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_004e;
throw e;
}
CATCH_004e:
{ // begin catch(System.Exception)
// Debug.LogException(e, rebuild.transform);
RuntimeObject* L_10 = V_2;
NullCheck(L_10);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_11 = InterfaceFuncInvoker0< Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * >::Invoke(1 /* UnityEngine.Transform UnityEngine.UI.ICanvasElement::get_transform() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_10);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogException_m3CC9A37CD398E5B7F2305896F0969939F1BD1E3E(((Exception_t *)__exception_local), L_11, /*hidden argument*/NULL);
// }
goto IL_005b;
} // end catch (depth: 1)
IL_005b:
{
// for (int j = 0; j < m_LayoutRebuildQueue.Count; j++)
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_005f:
{
// for (int j = 0; j < m_LayoutRebuildQueue.Count; j++)
int32_t L_13 = V_1;
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_14 = __this->get_m_LayoutRebuildQueue_5();
NullCheck(L_14);
int32_t L_15 = IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA(L_14, /*hidden argument*/IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA_RuntimeMethod_var);
if ((((int32_t)L_13) < ((int32_t)L_15)))
{
goto IL_002b;
}
}
{
// for (int i = 0; i <= (int)CanvasUpdate.PostLayout; i++)
int32_t L_16 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_0071:
{
// for (int i = 0; i <= (int)CanvasUpdate.PostLayout; i++)
int32_t L_17 = V_0;
if ((((int32_t)L_17) <= ((int32_t)2)))
{
goto IL_0027;
}
}
{
// for (int i = 0; i < m_LayoutRebuildQueue.Count; ++i)
V_3 = 0;
goto IL_008e;
}
IL_0079:
{
// m_LayoutRebuildQueue[i].LayoutComplete();
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_18 = __this->get_m_LayoutRebuildQueue_5();
int32_t L_19 = V_3;
NullCheck(L_18);
RuntimeObject* L_20 = IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D(L_18, L_19, /*hidden argument*/IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D_RuntimeMethod_var);
NullCheck(L_20);
InterfaceActionInvoker0::Invoke(2 /* System.Void UnityEngine.UI.ICanvasElement::LayoutComplete() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_20);
// for (int i = 0; i < m_LayoutRebuildQueue.Count; ++i)
int32_t L_21 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
}
IL_008e:
{
// for (int i = 0; i < m_LayoutRebuildQueue.Count; ++i)
int32_t L_22 = V_3;
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_23 = __this->get_m_LayoutRebuildQueue_5();
NullCheck(L_23);
int32_t L_24 = IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA(L_23, /*hidden argument*/IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA_RuntimeMethod_var);
if ((((int32_t)L_22) < ((int32_t)L_24)))
{
goto IL_0079;
}
}
{
// instance.m_LayoutRebuildQueue.Clear();
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_25 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
NullCheck(L_25);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_26 = L_25->get_m_LayoutRebuildQueue_5();
NullCheck(L_26);
IndexedSet_1_Clear_m15E37C540C28AE031F1497DD102458085E8D9F7D(L_26, /*hidden argument*/IndexedSet_1_Clear_m15E37C540C28AE031F1497DD102458085E8D9F7D_RuntimeMethod_var);
// m_PerformingLayoutUpdate = false;
__this->set_m_PerformingLayoutUpdate_1((bool)0);
// UISystemProfilerApi.EndSample(UISystemProfilerApi.SampleType.Layout);
UISystemProfilerApi_EndSample_mB7DD865D72832D3558931B4E6801999B23F0429A(0, /*hidden argument*/NULL);
// UISystemProfilerApi.BeginSample(UISystemProfilerApi.SampleType.Render);
UISystemProfilerApi_BeginSample_m43EF1B2F9606D5F0C99DF84505C5498AA0CDBB1B(1, /*hidden argument*/NULL);
// ClipperRegistry.instance.Cull();
ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * L_27 = ClipperRegistry_get_instance_mE4E214237577A08B2A6C8AF9DD7CDAE1B75E387B(/*hidden argument*/NULL);
NullCheck(L_27);
ClipperRegistry_Cull_m1ECFA826A6969A177CE2DC701056E4A5E73A4BCB(L_27, /*hidden argument*/NULL);
// m_PerformingGraphicUpdate = true;
__this->set_m_PerformingGraphicUpdate_2((bool)1);
// for (var i = (int)CanvasUpdate.PreRender; i < (int)CanvasUpdate.MaxUpdateValue; i++)
V_4 = 3;
goto IL_013e;
}
IL_00d4:
{
// for (var k = 0; k < instance.m_GraphicRebuildQueue.Count; k++)
V_5 = 0;
goto IL_0125;
}
IL_00d9:
{
}
IL_00da:
try
{ // begin try (depth: 1)
{
// var element = instance.m_GraphicRebuildQueue[k];
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_28 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
NullCheck(L_28);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_29 = L_28->get_m_GraphicRebuildQueue_6();
int32_t L_30 = V_5;
NullCheck(L_29);
RuntimeObject* L_31 = IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D(L_29, L_30, /*hidden argument*/IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D_RuntimeMethod_var);
V_6 = L_31;
// if (ObjectValidForUpdate(element))
RuntimeObject* L_32 = V_6;
bool L_33 = CanvasUpdateRegistry_ObjectValidForUpdate_m2E72AF124053FD1E9003B488EC296410A74566C6(__this, L_32, /*hidden argument*/NULL);
if (!L_33)
{
goto IL_0100;
}
}
IL_00f7:
{
// element.Rebuild((CanvasUpdate)i);
RuntimeObject* L_34 = V_6;
int32_t L_35 = V_4;
NullCheck(L_34);
InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void UnityEngine.UI.ICanvasElement::Rebuild(UnityEngine.UI.CanvasUpdate) */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_34, L_35);
}
IL_0100:
{
// }
goto IL_011f;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0102;
throw e;
}
CATCH_0102:
{ // begin catch(System.Exception)
// Debug.LogException(e, instance.m_GraphicRebuildQueue[k].transform);
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_36 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
NullCheck(L_36);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_37 = L_36->get_m_GraphicRebuildQueue_6();
int32_t L_38 = V_5;
NullCheck(L_37);
RuntimeObject* L_39 = IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D(L_37, L_38, /*hidden argument*/IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D_RuntimeMethod_var);
NullCheck(L_39);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_40 = InterfaceFuncInvoker0< Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * >::Invoke(1 /* UnityEngine.Transform UnityEngine.UI.ICanvasElement::get_transform() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_39);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogException_m3CC9A37CD398E5B7F2305896F0969939F1BD1E3E(((Exception_t *)__exception_local), L_40, /*hidden argument*/NULL);
// }
goto IL_011f;
} // end catch (depth: 1)
IL_011f:
{
// for (var k = 0; k < instance.m_GraphicRebuildQueue.Count; k++)
int32_t L_41 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
}
IL_0125:
{
// for (var k = 0; k < instance.m_GraphicRebuildQueue.Count; k++)
int32_t L_42 = V_5;
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_43 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
NullCheck(L_43);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_44 = L_43->get_m_GraphicRebuildQueue_6();
NullCheck(L_44);
int32_t L_45 = IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA(L_44, /*hidden argument*/IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA_RuntimeMethod_var);
if ((((int32_t)L_42) < ((int32_t)L_45)))
{
goto IL_00d9;
}
}
{
// for (var i = (int)CanvasUpdate.PreRender; i < (int)CanvasUpdate.MaxUpdateValue; i++)
int32_t L_46 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
}
IL_013e:
{
// for (var i = (int)CanvasUpdate.PreRender; i < (int)CanvasUpdate.MaxUpdateValue; i++)
int32_t L_47 = V_4;
if ((((int32_t)L_47) < ((int32_t)5)))
{
goto IL_00d4;
}
}
{
// for (int i = 0; i < m_GraphicRebuildQueue.Count; ++i)
V_7 = 0;
goto IL_0160;
}
IL_0148:
{
// m_GraphicRebuildQueue[i].GraphicUpdateComplete();
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_48 = __this->get_m_GraphicRebuildQueue_6();
int32_t L_49 = V_7;
NullCheck(L_48);
RuntimeObject* L_50 = IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D(L_48, L_49, /*hidden argument*/IndexedSet_1_get_Item_m7A2379CBC0B8E09588748479BFDF0F15FD4CC62D_RuntimeMethod_var);
NullCheck(L_50);
InterfaceActionInvoker0::Invoke(3 /* System.Void UnityEngine.UI.ICanvasElement::GraphicUpdateComplete() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_50);
// for (int i = 0; i < m_GraphicRebuildQueue.Count; ++i)
int32_t L_51 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
}
IL_0160:
{
// for (int i = 0; i < m_GraphicRebuildQueue.Count; ++i)
int32_t L_52 = V_7;
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_53 = __this->get_m_GraphicRebuildQueue_6();
NullCheck(L_53);
int32_t L_54 = IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA(L_53, /*hidden argument*/IndexedSet_1_get_Count_m0765B87F7B89BB4FB86AAD8798CA00CFE09AC1EA_RuntimeMethod_var);
if ((((int32_t)L_52) < ((int32_t)L_54)))
{
goto IL_0148;
}
}
{
// instance.m_GraphicRebuildQueue.Clear();
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_55 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
NullCheck(L_55);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_56 = L_55->get_m_GraphicRebuildQueue_6();
NullCheck(L_56);
IndexedSet_1_Clear_m15E37C540C28AE031F1497DD102458085E8D9F7D(L_56, /*hidden argument*/IndexedSet_1_Clear_m15E37C540C28AE031F1497DD102458085E8D9F7D_RuntimeMethod_var);
// m_PerformingGraphicUpdate = false;
__this->set_m_PerformingGraphicUpdate_2((bool)0);
// UISystemProfilerApi.EndSample(UISystemProfilerApi.SampleType.Render);
UISystemProfilerApi_EndSample_mB7DD865D72832D3558931B4E6801999B23F0429A(1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Int32 UnityEngine.UI.CanvasUpdateRegistry::ParentCount(UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CanvasUpdateRegistry_ParentCount_m198B2252296D2FE5BB5EB22EBE0FD1444B8E81A9 (Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * ___child0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_ParentCount_m198B2252296D2FE5BB5EB22EBE0FD1444B8E81A9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_0 = NULL;
int32_t V_1 = 0;
{
// if (child == null)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_0 = ___child0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000b;
}
}
{
// return 0;
return 0;
}
IL_000b:
{
// var parent = child.parent;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_2 = ___child0;
NullCheck(L_2);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// int count = 0;
V_1 = 0;
goto IL_0021;
}
IL_0016:
{
// count++;
int32_t L_4 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
// parent = parent.parent;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_0;
NullCheck(L_5);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_5, /*hidden argument*/NULL);
V_0 = L_6;
}
IL_0021:
{
// while (parent != null)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_8 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_7, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0016;
}
}
{
// return count;
int32_t L_9 = V_1;
return L_9;
}
}
// System.Int32 UnityEngine.UI.CanvasUpdateRegistry::SortLayoutList(UnityEngine.UI.ICanvasElement,UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CanvasUpdateRegistry_SortLayoutList_m157F65FF5A7EB039678F6EF3B1F3B8CF355BD4EB (RuntimeObject* ___x0, RuntimeObject* ___y1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_SortLayoutList_m157F65FF5A7EB039678F6EF3B1F3B8CF355BD4EB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_0 = NULL;
{
// Transform t1 = x.transform;
RuntimeObject* L_0 = ___x0;
NullCheck(L_0);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_1 = InterfaceFuncInvoker0< Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * >::Invoke(1 /* UnityEngine.Transform UnityEngine.UI.ICanvasElement::get_transform() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_0);
// Transform t2 = y.transform;
RuntimeObject* L_2 = ___y1;
NullCheck(L_2);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = InterfaceFuncInvoker0< Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * >::Invoke(1 /* UnityEngine.Transform UnityEngine.UI.ICanvasElement::get_transform() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_2);
V_0 = L_3;
// return ParentCount(t1) - ParentCount(t2);
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
int32_t L_4 = CanvasUpdateRegistry_ParentCount_m198B2252296D2FE5BB5EB22EBE0FD1444B8E81A9(L_1, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_0;
int32_t L_6 = CanvasUpdateRegistry_ParentCount_m198B2252296D2FE5BB5EB22EBE0FD1444B8E81A9(L_5, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)L_6));
}
}
// System.Void UnityEngine.UI.CanvasUpdateRegistry::RegisterCanvasElementForLayoutRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_RegisterCanvasElementForLayoutRebuild_m97E606B5F1E848A6ACBA44ABE5E5A2A5ED99DCDA (RuntimeObject* ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_RegisterCanvasElementForLayoutRebuild_m97E606B5F1E848A6ACBA44ABE5E5A2A5ED99DCDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// instance.InternalRegisterCanvasElementForLayoutRebuild(element);
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_0 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
RuntimeObject* L_1 = ___element0;
NullCheck(L_0);
CanvasUpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild_m1F8CC12B180B85AE9D3CA4ED52DE3A4544A9D5E4(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::TryRegisterCanvasElementForLayoutRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CanvasUpdateRegistry_TryRegisterCanvasElementForLayoutRebuild_m1AE79FC7D20A9212CB55D436BA9AE807A22E2A1F (RuntimeObject* ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_TryRegisterCanvasElementForLayoutRebuild_m1AE79FC7D20A9212CB55D436BA9AE807A22E2A1F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return instance.InternalRegisterCanvasElementForLayoutRebuild(element);
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_0 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
RuntimeObject* L_1 = ___element0;
NullCheck(L_0);
bool L_2 = CanvasUpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild_m1F8CC12B180B85AE9D3CA4ED52DE3A4544A9D5E4(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::InternalRegisterCanvasElementForLayoutRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CanvasUpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild_m1F8CC12B180B85AE9D3CA4ED52DE3A4544A9D5E4 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, RuntimeObject* ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_InternalRegisterCanvasElementForLayoutRebuild_m1F8CC12B180B85AE9D3CA4ED52DE3A4544A9D5E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_LayoutRebuildQueue.Contains(element))
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_0 = __this->get_m_LayoutRebuildQueue_5();
RuntimeObject* L_1 = ___element0;
NullCheck(L_0);
bool L_2 = IndexedSet_1_Contains_m3ACF6E1E50F670785610EDD7A4EABA1D335AB59F(L_0, L_1, /*hidden argument*/IndexedSet_1_Contains_m3ACF6E1E50F670785610EDD7A4EABA1D335AB59F_RuntimeMethod_var);
if (!L_2)
{
goto IL_0010;
}
}
{
// return false;
return (bool)0;
}
IL_0010:
{
// return m_LayoutRebuildQueue.AddUnique(element);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_3 = __this->get_m_LayoutRebuildQueue_5();
RuntimeObject* L_4 = ___element0;
NullCheck(L_3);
bool L_5 = IndexedSet_1_AddUnique_m49F4E9F9F9ED397E11B73439DB44A87C3C4221DB(L_3, L_4, /*hidden argument*/IndexedSet_1_AddUnique_m49F4E9F9F9ED397E11B73439DB44A87C3C4221DB_RuntimeMethod_var);
return L_5;
}
}
// System.Void UnityEngine.UI.CanvasUpdateRegistry::RegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_RegisterCanvasElementForGraphicRebuild_m0D3A7158D8301462FF18CC00909AD105FF1591AE (RuntimeObject* ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_RegisterCanvasElementForGraphicRebuild_m0D3A7158D8301462FF18CC00909AD105FF1591AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// instance.InternalRegisterCanvasElementForGraphicRebuild(element);
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_0 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
RuntimeObject* L_1 = ___element0;
NullCheck(L_0);
CanvasUpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild_mFEFBCA741876E89C572A3BFBFD7EEC4D0FE503E4(L_0, L_1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::TryRegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CanvasUpdateRegistry_TryRegisterCanvasElementForGraphicRebuild_m36405C59F3D0FA49C55737FE5481D00F5BC6350F (RuntimeObject* ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_TryRegisterCanvasElementForGraphicRebuild_m36405C59F3D0FA49C55737FE5481D00F5BC6350F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return instance.InternalRegisterCanvasElementForGraphicRebuild(element);
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_0 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
RuntimeObject* L_1 = ___element0;
NullCheck(L_0);
bool L_2 = CanvasUpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild_mFEFBCA741876E89C572A3BFBFD7EEC4D0FE503E4(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::InternalRegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CanvasUpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild_mFEFBCA741876E89C572A3BFBFD7EEC4D0FE503E4 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, RuntimeObject* ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_InternalRegisterCanvasElementForGraphicRebuild_mFEFBCA741876E89C572A3BFBFD7EEC4D0FE503E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_PerformingGraphicUpdate)
bool L_0 = __this->get_m_PerformingGraphicUpdate_2();
if (!L_0)
{
goto IL_001a;
}
}
{
// Debug.LogError(string.Format("Trying to add {0} for graphic rebuild while we are already inside a graphic rebuild loop. This is not supported.", element));
RuntimeObject* L_1 = ___element0;
String_t* L_2 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralD6A06A0B45F8310E2889D44E54EAE01DFA2767A7, L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_2, /*hidden argument*/NULL);
// return false;
return (bool)0;
}
IL_001a:
{
// return m_GraphicRebuildQueue.AddUnique(element);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_3 = __this->get_m_GraphicRebuildQueue_6();
RuntimeObject* L_4 = ___element0;
NullCheck(L_3);
bool L_5 = IndexedSet_1_AddUnique_m49F4E9F9F9ED397E11B73439DB44A87C3C4221DB(L_3, L_4, /*hidden argument*/IndexedSet_1_AddUnique_m49F4E9F9F9ED397E11B73439DB44A87C3C4221DB_RuntimeMethod_var);
return L_5;
}
}
// System.Void UnityEngine.UI.CanvasUpdateRegistry::UnRegisterCanvasElementForRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_UnRegisterCanvasElementForRebuild_m79A4C7207CDAC083E716F9AA859F1763B8F84D84 (RuntimeObject* ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_UnRegisterCanvasElementForRebuild_m79A4C7207CDAC083E716F9AA859F1763B8F84D84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// instance.InternalUnRegisterCanvasElementForLayoutRebuild(element);
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_0 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
RuntimeObject* L_1 = ___element0;
NullCheck(L_0);
CanvasUpdateRegistry_InternalUnRegisterCanvasElementForLayoutRebuild_m3F6811D17DFF1519E71788D368A7BEB860DCE9E4(L_0, L_1, /*hidden argument*/NULL);
// instance.InternalUnRegisterCanvasElementForGraphicRebuild(element);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_2 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
RuntimeObject* L_3 = ___element0;
NullCheck(L_2);
CanvasUpdateRegistry_InternalUnRegisterCanvasElementForGraphicRebuild_mCACDA2130D25B96229C3C1594D44BD9347420784(L_2, L_3, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasUpdateRegistry::InternalUnRegisterCanvasElementForLayoutRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_InternalUnRegisterCanvasElementForLayoutRebuild_m3F6811D17DFF1519E71788D368A7BEB860DCE9E4 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, RuntimeObject* ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_InternalUnRegisterCanvasElementForLayoutRebuild_m3F6811D17DFF1519E71788D368A7BEB860DCE9E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_PerformingLayoutUpdate)
bool L_0 = __this->get_m_PerformingLayoutUpdate_1();
if (!L_0)
{
goto IL_0019;
}
}
{
// Debug.LogError(string.Format("Trying to remove {0} from rebuild list while we are already inside a rebuild loop. This is not supported.", element));
RuntimeObject* L_1 = ___element0;
String_t* L_2 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralEBDA6601B7D5DC69F1D7C38173816D204DA06B9A, L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_2, /*hidden argument*/NULL);
// return;
return;
}
IL_0019:
{
// element.LayoutComplete();
RuntimeObject* L_3 = ___element0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(2 /* System.Void UnityEngine.UI.ICanvasElement::LayoutComplete() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_3);
// instance.m_LayoutRebuildQueue.Remove(element);
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_4 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
NullCheck(L_4);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_5 = L_4->get_m_LayoutRebuildQueue_5();
RuntimeObject* L_6 = ___element0;
NullCheck(L_5);
IndexedSet_1_Remove_mB5A8F84C24AE9218D15C325DEABE7EFEB8E01B6E(L_5, L_6, /*hidden argument*/IndexedSet_1_Remove_mB5A8F84C24AE9218D15C325DEABE7EFEB8E01B6E_RuntimeMethod_var);
// }
return;
}
}
// System.Void UnityEngine.UI.CanvasUpdateRegistry::InternalUnRegisterCanvasElementForGraphicRebuild(UnityEngine.UI.ICanvasElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry_InternalUnRegisterCanvasElementForGraphicRebuild_mCACDA2130D25B96229C3C1594D44BD9347420784 (CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * __this, RuntimeObject* ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_InternalUnRegisterCanvasElementForGraphicRebuild_mCACDA2130D25B96229C3C1594D44BD9347420784_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_PerformingGraphicUpdate)
bool L_0 = __this->get_m_PerformingGraphicUpdate_2();
if (!L_0)
{
goto IL_0019;
}
}
{
// Debug.LogError(string.Format("Trying to remove {0} from rebuild list while we are already inside a rebuild loop. This is not supported.", element));
RuntimeObject* L_1 = ___element0;
String_t* L_2 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralEBDA6601B7D5DC69F1D7C38173816D204DA06B9A, L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_2, /*hidden argument*/NULL);
// return;
return;
}
IL_0019:
{
// element.GraphicUpdateComplete();
RuntimeObject* L_3 = ___element0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(3 /* System.Void UnityEngine.UI.ICanvasElement::GraphicUpdateComplete() */, ICanvasElement_t26FA36346B5CB52C9144DF0076E33E8C367471D2_il2cpp_TypeInfo_var, L_3);
// instance.m_GraphicRebuildQueue.Remove(element);
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_4 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
NullCheck(L_4);
IndexedSet_1_t8EDC9C01BB9C10576737E336E9887E1AB4CF4A61 * L_5 = L_4->get_m_GraphicRebuildQueue_6();
RuntimeObject* L_6 = ___element0;
NullCheck(L_5);
IndexedSet_1_Remove_mB5A8F84C24AE9218D15C325DEABE7EFEB8E01B6E(L_5, L_6, /*hidden argument*/IndexedSet_1_Remove_mB5A8F84C24AE9218D15C325DEABE7EFEB8E01B6E_RuntimeMethod_var);
// }
return;
}
}
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::IsRebuildingLayout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CanvasUpdateRegistry_IsRebuildingLayout_m5720F54D56B252982240E5DF4723A3BA7B7A891B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_IsRebuildingLayout_m5720F54D56B252982240E5DF4723A3BA7B7A891B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return instance.m_PerformingLayoutUpdate;
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_0 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = L_0->get_m_PerformingLayoutUpdate_1();
return L_1;
}
}
// System.Boolean UnityEngine.UI.CanvasUpdateRegistry::IsRebuildingGraphics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CanvasUpdateRegistry_IsRebuildingGraphics_m1C67401F44BB421AE8945B8B1B3CD2AC61B75E89 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry_IsRebuildingGraphics_m1C67401F44BB421AE8945B8B1B3CD2AC61B75E89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return instance.m_PerformingGraphicUpdate;
IL2CPP_RUNTIME_CLASS_INIT(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var);
CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9 * L_0 = CanvasUpdateRegistry_get_instance_m6A2150EA4C8C74AF18E53B3CF22BF6EAF70FF927(/*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = L_0->get_m_PerformingGraphicUpdate_2();
return L_1;
}
}
// System.Void UnityEngine.UI.CanvasUpdateRegistry::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CanvasUpdateRegistry__cctor_m97762F83684218576BD97297F450827240460C51 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CanvasUpdateRegistry__cctor_m97762F83684218576BD97297F450827240460C51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private static readonly Comparison<ICanvasElement> s_SortLayoutFunction = SortLayoutList;
Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E * L_0 = (Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E *)il2cpp_codegen_object_new(Comparison_1_tB7B57D93F5FA5FB1E20077A43269B604D56A691E_il2cpp_TypeInfo_var);
Comparison_1__ctor_m359DAC7E2D9DD9F06A9784A8DBC956E450D32AB9(L_0, NULL, (intptr_t)((intptr_t)CanvasUpdateRegistry_SortLayoutList_m157F65FF5A7EB039678F6EF3B1F3B8CF355BD4EB_RuntimeMethod_var), /*hidden argument*/Comparison_1__ctor_m359DAC7E2D9DD9F06A9784A8DBC956E450D32AB9_RuntimeMethod_var);
((CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_StaticFields*)il2cpp_codegen_static_fields_for(CanvasUpdateRegistry_t0F63B307D591C36C16910289988730A62CAB4CB9_il2cpp_TypeInfo_var))->set_s_SortLayoutFunction_7(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UI.ClipperRegistry::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClipperRegistry__ctor_m7F1EE293535B9B61C281BC6CCF563051B1212A74 (ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ClipperRegistry__ctor_m7F1EE293535B9B61C281BC6CCF563051B1212A74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// readonly IndexedSet<IClipper> m_Clippers = new IndexedSet<IClipper>();
IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * L_0 = (IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A *)il2cpp_codegen_object_new(IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A_il2cpp_TypeInfo_var);
IndexedSet_1__ctor_m988313624EBC38B9A5999C43FE32BB43B7820C3B(L_0, /*hidden argument*/IndexedSet_1__ctor_m988313624EBC38B9A5999C43FE32BB43B7820C3B_RuntimeMethod_var);
__this->set_m_Clippers_1(L_0);
// protected ClipperRegistry()
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.UI.ClipperRegistry UnityEngine.UI.ClipperRegistry::get_instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * ClipperRegistry_get_instance_mE4E214237577A08B2A6C8AF9DD7CDAE1B75E387B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ClipperRegistry_get_instance_mE4E214237577A08B2A6C8AF9DD7CDAE1B75E387B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (s_Instance == null)
ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * L_0 = ((ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F_StaticFields*)il2cpp_codegen_static_fields_for(ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F_il2cpp_TypeInfo_var))->get_s_Instance_0();
if (L_0)
{
goto IL_0011;
}
}
{
// s_Instance = new ClipperRegistry();
ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * L_1 = (ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F *)il2cpp_codegen_object_new(ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F_il2cpp_TypeInfo_var);
ClipperRegistry__ctor_m7F1EE293535B9B61C281BC6CCF563051B1212A74(L_1, /*hidden argument*/NULL);
((ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F_StaticFields*)il2cpp_codegen_static_fields_for(ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F_il2cpp_TypeInfo_var))->set_s_Instance_0(L_1);
}
IL_0011:
{
// return s_Instance;
ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * L_2 = ((ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F_StaticFields*)il2cpp_codegen_static_fields_for(ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F_il2cpp_TypeInfo_var))->get_s_Instance_0();
return L_2;
}
}
// System.Void UnityEngine.UI.ClipperRegistry::Cull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClipperRegistry_Cull_m1ECFA826A6969A177CE2DC701056E4A5E73A4BCB (ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ClipperRegistry_Cull_m1ECFA826A6969A177CE2DC701056E4A5E73A4BCB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// for (var i = 0; i < m_Clippers.Count; ++i)
V_0 = 0;
goto IL_0019;
}
IL_0004:
{
// m_Clippers[i].PerformClipping();
IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * L_0 = __this->get_m_Clippers_1();
int32_t L_1 = V_0;
NullCheck(L_0);
RuntimeObject* L_2 = IndexedSet_1_get_Item_m483F24F5AE9A4A668E215CF14829E4C323C43BE5(L_0, L_1, /*hidden argument*/IndexedSet_1_get_Item_m483F24F5AE9A4A668E215CF14829E4C323C43BE5_RuntimeMethod_var);
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void UnityEngine.UI.IClipper::PerformClipping() */, IClipper_t548E5A5A4671DF46008ECF051372EFAEB16C867F_il2cpp_TypeInfo_var, L_2);
// for (var i = 0; i < m_Clippers.Count; ++i)
int32_t L_3 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
}
IL_0019:
{
// for (var i = 0; i < m_Clippers.Count; ++i)
int32_t L_4 = V_0;
IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * L_5 = __this->get_m_Clippers_1();
NullCheck(L_5);
int32_t L_6 = IndexedSet_1_get_Count_mC17606E683A6D310D5B9467C22FE99C9304686BE(L_5, /*hidden argument*/IndexedSet_1_get_Count_mC17606E683A6D310D5B9467C22FE99C9304686BE_RuntimeMethod_var);
if ((((int32_t)L_4) < ((int32_t)L_6)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// System.Void UnityEngine.UI.ClipperRegistry::Register(UnityEngine.UI.IClipper)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClipperRegistry_Register_mF8163BA97EA885507238312E699186155494D4F6 (RuntimeObject* ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ClipperRegistry_Register_mF8163BA97EA885507238312E699186155494D4F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (c == null)
RuntimeObject* L_0 = ___c0;
if (L_0)
{
goto IL_0004;
}
}
{
// return;
return;
}
IL_0004:
{
// instance.m_Clippers.AddUnique(c);
ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * L_1 = ClipperRegistry_get_instance_mE4E214237577A08B2A6C8AF9DD7CDAE1B75E387B(/*hidden argument*/NULL);
NullCheck(L_1);
IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * L_2 = L_1->get_m_Clippers_1();
RuntimeObject* L_3 = ___c0;
NullCheck(L_2);
IndexedSet_1_AddUnique_mD5F8594FB7274B56EF1399D057C483FEBC8CB577(L_2, L_3, /*hidden argument*/IndexedSet_1_AddUnique_mD5F8594FB7274B56EF1399D057C483FEBC8CB577_RuntimeMethod_var);
// }
return;
}
}
// System.Void UnityEngine.UI.ClipperRegistry::Unregister(UnityEngine.UI.IClipper)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClipperRegistry_Unregister_mE9C2B3D8B5C8C71FE5B888D621EABC5E7639C7A2 (RuntimeObject* ___c0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ClipperRegistry_Unregister_mE9C2B3D8B5C8C71FE5B888D621EABC5E7639C7A2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// instance.m_Clippers.Remove(c);
ClipperRegistry_t21CAE5706F7A4BC1D3E54AE35468162956BF7F4F * L_0 = ClipperRegistry_get_instance_mE4E214237577A08B2A6C8AF9DD7CDAE1B75E387B(/*hidden argument*/NULL);
NullCheck(L_0);
IndexedSet_1_t078E2E05FE393B36B32B9E8C5C046FD63C68604A * L_1 = L_0->get_m_Clippers_1();
RuntimeObject* L_2 = ___c0;
NullCheck(L_1);
IndexedSet_1_Remove_m30A0E66F4AF79BD97B7A0F94ACD66AA6B74E383E(L_1, L_2, /*hidden argument*/IndexedSet_1_Remove_m30A0E66F4AF79BD97B7A0F94ACD66AA6B74E383E_RuntimeMethod_var);
// }
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
// UnityEngine.Rect UnityEngine.UI.Clipping::FindCullAndClipWorldRect(System.Collections.Generic.List`1<UnityEngine.UI.RectMask2D>,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Clipping_FindCullAndClipWorldRect_m1006EEFD92ECCD0551162A8E4D677970A00B597A (List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 * ___rectMaskParents0, bool* ___validRect1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Clipping_FindCullAndClipWorldRect_m1006EEFD92ECCD0551162A8E4D677970A00B597A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
memset((&V_0), 0, sizeof(V_0));
float V_1 = 0.0f;
float V_2 = 0.0f;
float V_3 = 0.0f;
float V_4 = 0.0f;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
bool* G_B15_0 = NULL;
bool* G_B14_0 = NULL;
int32_t G_B16_0 = 0;
bool* G_B16_1 = NULL;
{
// if (rectMaskParents.Count == 0)
List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 * L_0 = ___rectMaskParents0;
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m168DA7AAF75C998C00442B5E32BFB956D96D5AEE_inline(L_0, /*hidden argument*/List_1_get_Count_m168DA7AAF75C998C00442B5E32BFB956D96D5AEE_RuntimeMethod_var);
if (L_1)
{
goto IL_0016;
}
}
{
// validRect = false;
bool* L_2 = ___validRect1;
*((int8_t*)L_2) = (int8_t)0;
// return new Rect();
il2cpp_codegen_initobj((&V_5), sizeof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE ));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = V_5;
return L_3;
}
IL_0016:
{
// Rect current = rectMaskParents[0].canvasRect;
List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 * L_4 = ___rectMaskParents0;
NullCheck(L_4);
RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * L_5 = List_1_get_Item_m4B4B96BD54C1E38C67B3621EDAEFF9B1ECDFF556_inline(L_4, 0, /*hidden argument*/List_1_get_Item_m4B4B96BD54C1E38C67B3621EDAEFF9B1ECDFF556_RuntimeMethod_var);
NullCheck(L_5);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = RectMask2D_get_canvasRect_m2CFEAC92FBAE3C1E500CAD0BDB3D6CDD263558BA(L_5, /*hidden argument*/NULL);
V_0 = L_6;
// float xMin = current.xMin;
float L_7 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_1 = L_7;
// float xMax = current.xMax;
float L_8 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_2 = L_8;
// float yMin = current.yMin;
float L_9 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_3 = L_9;
// float yMax = current.yMax;
float L_10 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_4 = L_10;
// for (var i = 1; i < rectMaskParents.Count; ++i)
V_6 = 1;
goto IL_00a7;
}
IL_0049:
{
// current = rectMaskParents[i].canvasRect;
List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 * L_11 = ___rectMaskParents0;
int32_t L_12 = V_6;
NullCheck(L_11);
RectMask2D_tF2CF19F2A4FE2D2FFC7E6F7809374757CA2F377B * L_13 = List_1_get_Item_m4B4B96BD54C1E38C67B3621EDAEFF9B1ECDFF556_inline(L_11, L_12, /*hidden argument*/List_1_get_Item_m4B4B96BD54C1E38C67B3621EDAEFF9B1ECDFF556_RuntimeMethod_var);
NullCheck(L_13);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_14 = RectMask2D_get_canvasRect_m2CFEAC92FBAE3C1E500CAD0BDB3D6CDD263558BA(L_13, /*hidden argument*/NULL);
V_0 = L_14;
// if (xMin < current.xMin)
float L_15 = V_1;
float L_16 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
if ((!(((float)L_15) < ((float)L_16))))
{
goto IL_0069;
}
}
{
// xMin = current.xMin;
float L_17 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_1 = L_17;
}
IL_0069:
{
// if (yMin < current.yMin)
float L_18 = V_3;
float L_19 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
if ((!(((float)L_18) < ((float)L_19))))
{
goto IL_007b;
}
}
{
// yMin = current.yMin;
float L_20 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_3 = L_20;
}
IL_007b:
{
// if (xMax > current.xMax)
float L_21 = V_2;
float L_22 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
if ((!(((float)L_21) > ((float)L_22))))
{
goto IL_008d;
}
}
{
// xMax = current.xMax;
float L_23 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_2 = L_23;
}
IL_008d:
{
// if (yMax > current.yMax)
float L_24 = V_4;
float L_25 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
if ((!(((float)L_24) > ((float)L_25))))
{
goto IL_00a1;
}
}
{
// yMax = current.yMax;
float L_26 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
V_4 = L_26;
}
IL_00a1:
{
// for (var i = 1; i < rectMaskParents.Count; ++i)
int32_t L_27 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
}
IL_00a7:
{
// for (var i = 1; i < rectMaskParents.Count; ++i)
int32_t L_28 = V_6;
List_1_t2BA894CDA977BF8C8AC7BD397B1F6602A63B92C4 * L_29 = ___rectMaskParents0;
NullCheck(L_29);
int32_t L_30 = List_1_get_Count_m168DA7AAF75C998C00442B5E32BFB956D96D5AEE_inline(L_29, /*hidden argument*/List_1_get_Count_m168DA7AAF75C998C00442B5E32BFB956D96D5AEE_RuntimeMethod_var);
if ((((int32_t)L_28) < ((int32_t)L_30)))
{
goto IL_0049;
}
}
{
// validRect = xMax > xMin && yMax > yMin;
bool* L_31 = ___validRect1;
float L_32 = V_2;
float L_33 = V_1;
G_B14_0 = L_31;
if ((!(((float)L_32) > ((float)L_33))))
{
G_B15_0 = L_31;
goto IL_00bd;
}
}
{
float L_34 = V_4;
float L_35 = V_3;
G_B16_0 = ((((float)L_34) > ((float)L_35))? 1 : 0);
G_B16_1 = G_B14_0;
goto IL_00be;
}
IL_00bd:
{
G_B16_0 = 0;
G_B16_1 = G_B15_0;
}
IL_00be:
{
*((int8_t*)G_B16_1) = (int8_t)G_B16_0;
// if (validRect)
bool* L_36 = ___validRect1;
int32_t L_37 = *((uint8_t*)L_36);
if (!L_37)
{
goto IL_00d2;
}
}
{
// return new Rect(xMin, yMin, xMax - xMin, yMax - yMin);
float L_38 = V_1;
float L_39 = V_3;
float L_40 = V_2;
float L_41 = V_1;
float L_42 = V_4;
float L_43 = V_3;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_44;
memset((&L_44), 0, sizeof(L_44));
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_44), L_38, L_39, ((float)il2cpp_codegen_subtract((float)L_40, (float)L_41)), ((float)il2cpp_codegen_subtract((float)L_42, (float)L_43)), /*hidden argument*/NULL);
return L_44;
}
IL_00d2:
{
// return new Rect();
il2cpp_codegen_initobj((&V_5), sizeof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE ));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_45 = V_5;
return L_45;
}
}
#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
// UnityEngine.Color UnityEngine.UI.ColorBlock::get_normalColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_normalColor_mE0A4EBADEFB7A6F245F590B0A5DBB59F289C0905 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public Color normalColor { get { return m_NormalColor; } set { m_NormalColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_NormalColor_0();
return L_0;
}
}
IL2CPP_EXTERN_C Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_normalColor_mE0A4EBADEFB7A6F245F590B0A5DBB59F289C0905_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
return ColorBlock_get_normalColor_mE0A4EBADEFB7A6F245F590B0A5DBB59F289C0905_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.ColorBlock::set_normalColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorBlock_set_normalColor_mAB3355641A3BA73B63E1A8727EC51A095262CC51 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// public Color normalColor { get { return m_NormalColor; } set { m_NormalColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_NormalColor_0(L_0);
// public Color normalColor { get { return m_NormalColor; } set { m_NormalColor = value; } }
return;
}
}
IL2CPP_EXTERN_C void ColorBlock_set_normalColor_mAB3355641A3BA73B63E1A8727EC51A095262CC51_AdjustorThunk (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
ColorBlock_set_normalColor_mAB3355641A3BA73B63E1A8727EC51A095262CC51_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.Color UnityEngine.UI.ColorBlock::get_highlightedColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_highlightedColor_m779349828B304DB2551C3A3CCDDD69861A21EDFF (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public Color highlightedColor { get { return m_HighlightedColor; } set { m_HighlightedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_HighlightedColor_1();
return L_0;
}
}
IL2CPP_EXTERN_C Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_highlightedColor_m779349828B304DB2551C3A3CCDDD69861A21EDFF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
return ColorBlock_get_highlightedColor_m779349828B304DB2551C3A3CCDDD69861A21EDFF_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.ColorBlock::set_highlightedColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorBlock_set_highlightedColor_m7E9A152B71CD6CBD5BEE9E4019547BD9CC991AF6 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// public Color highlightedColor { get { return m_HighlightedColor; } set { m_HighlightedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_HighlightedColor_1(L_0);
// public Color highlightedColor { get { return m_HighlightedColor; } set { m_HighlightedColor = value; } }
return;
}
}
IL2CPP_EXTERN_C void ColorBlock_set_highlightedColor_m7E9A152B71CD6CBD5BEE9E4019547BD9CC991AF6_AdjustorThunk (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
ColorBlock_set_highlightedColor_m7E9A152B71CD6CBD5BEE9E4019547BD9CC991AF6_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.Color UnityEngine.UI.ColorBlock::get_pressedColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_pressedColor_m19AA95DCC2519975D93202C997EECB3E06CE96E5 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public Color pressedColor { get { return m_PressedColor; } set { m_PressedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_PressedColor_2();
return L_0;
}
}
IL2CPP_EXTERN_C Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_pressedColor_m19AA95DCC2519975D93202C997EECB3E06CE96E5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
return ColorBlock_get_pressedColor_m19AA95DCC2519975D93202C997EECB3E06CE96E5_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.ColorBlock::set_pressedColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorBlock_set_pressedColor_m252EDA03CA097EF1604FF2678598BA6A294C13C8 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// public Color pressedColor { get { return m_PressedColor; } set { m_PressedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_PressedColor_2(L_0);
// public Color pressedColor { get { return m_PressedColor; } set { m_PressedColor = value; } }
return;
}
}
IL2CPP_EXTERN_C void ColorBlock_set_pressedColor_m252EDA03CA097EF1604FF2678598BA6A294C13C8_AdjustorThunk (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
ColorBlock_set_pressedColor_m252EDA03CA097EF1604FF2678598BA6A294C13C8_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.Color UnityEngine.UI.ColorBlock::get_selectedColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_selectedColor_mE6DDB9D2D3466CCFFFF000286619BEC4AB60F83D (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public Color selectedColor { get { return m_SelectedColor; } set { m_SelectedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_SelectedColor_3();
return L_0;
}
}
IL2CPP_EXTERN_C Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_selectedColor_mE6DDB9D2D3466CCFFFF000286619BEC4AB60F83D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
return ColorBlock_get_selectedColor_mE6DDB9D2D3466CCFFFF000286619BEC4AB60F83D_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.ColorBlock::set_selectedColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorBlock_set_selectedColor_mE731B0D4FFE33D3438CA3757F72B6808066937E2 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// public Color selectedColor { get { return m_SelectedColor; } set { m_SelectedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_SelectedColor_3(L_0);
// public Color selectedColor { get { return m_SelectedColor; } set { m_SelectedColor = value; } }
return;
}
}
IL2CPP_EXTERN_C void ColorBlock_set_selectedColor_mE731B0D4FFE33D3438CA3757F72B6808066937E2_AdjustorThunk (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
ColorBlock_set_selectedColor_mE731B0D4FFE33D3438CA3757F72B6808066937E2_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.Color UnityEngine.UI.ColorBlock::get_disabledColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_disabledColor_mD865FC8BCFE7B8535A51A68E78130409F3C97FC8 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public Color disabledColor { get { return m_DisabledColor; } set { m_DisabledColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_DisabledColor_4();
return L_0;
}
}
IL2CPP_EXTERN_C Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_disabledColor_mD865FC8BCFE7B8535A51A68E78130409F3C97FC8_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
return ColorBlock_get_disabledColor_mD865FC8BCFE7B8535A51A68E78130409F3C97FC8_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.ColorBlock::set_disabledColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorBlock_set_disabledColor_mABE874E9EF8C41CE83BB16B94C7511AF1FE8AE47 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// public Color disabledColor { get { return m_DisabledColor; } set { m_DisabledColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_DisabledColor_4(L_0);
// public Color disabledColor { get { return m_DisabledColor; } set { m_DisabledColor = value; } }
return;
}
}
IL2CPP_EXTERN_C void ColorBlock_set_disabledColor_mABE874E9EF8C41CE83BB16B94C7511AF1FE8AE47_AdjustorThunk (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
ColorBlock_set_disabledColor_mABE874E9EF8C41CE83BB16B94C7511AF1FE8AE47_inline(_thisAdjusted, ___value0, method);
}
// System.Single UnityEngine.UI.ColorBlock::get_colorMultiplier()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorBlock_get_colorMultiplier_mA273A409AC9125C22CBCCB236F0E758C36BA9581 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public float colorMultiplier { get { return m_ColorMultiplier; } set { m_ColorMultiplier = value; } }
float L_0 = __this->get_m_ColorMultiplier_5();
return L_0;
}
}
IL2CPP_EXTERN_C float ColorBlock_get_colorMultiplier_mA273A409AC9125C22CBCCB236F0E758C36BA9581_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
return ColorBlock_get_colorMultiplier_mA273A409AC9125C22CBCCB236F0E758C36BA9581_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.ColorBlock::set_colorMultiplier(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorBlock_set_colorMultiplier_m8EE6BD49B92CA0C7E801E9D4E39F0AB39237FE26 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float colorMultiplier { get { return m_ColorMultiplier; } set { m_ColorMultiplier = value; } }
float L_0 = ___value0;
__this->set_m_ColorMultiplier_5(L_0);
// public float colorMultiplier { get { return m_ColorMultiplier; } set { m_ColorMultiplier = value; } }
return;
}
}
IL2CPP_EXTERN_C void ColorBlock_set_colorMultiplier_m8EE6BD49B92CA0C7E801E9D4E39F0AB39237FE26_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
ColorBlock_set_colorMultiplier_m8EE6BD49B92CA0C7E801E9D4E39F0AB39237FE26_inline(_thisAdjusted, ___value0, method);
}
// System.Single UnityEngine.UI.ColorBlock::get_fadeDuration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorBlock_get_fadeDuration_mCFF802DD654D7E9C3509A65974EB35153FDB1415 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public float fadeDuration { get { return m_FadeDuration; } set { m_FadeDuration = value; } }
float L_0 = __this->get_m_FadeDuration_6();
return L_0;
}
}
IL2CPP_EXTERN_C float ColorBlock_get_fadeDuration_mCFF802DD654D7E9C3509A65974EB35153FDB1415_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
return ColorBlock_get_fadeDuration_mCFF802DD654D7E9C3509A65974EB35153FDB1415_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.ColorBlock::set_fadeDuration(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorBlock_set_fadeDuration_m2C1C0A118396BB2DF370F2F87A6ECA861AE0CA63 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float fadeDuration { get { return m_FadeDuration; } set { m_FadeDuration = value; } }
float L_0 = ___value0;
__this->set_m_FadeDuration_6(L_0);
// public float fadeDuration { get { return m_FadeDuration; } set { m_FadeDuration = value; } }
return;
}
}
IL2CPP_EXTERN_C void ColorBlock_set_fadeDuration_m2C1C0A118396BB2DF370F2F87A6ECA861AE0CA63_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
ColorBlock_set_fadeDuration_m2C1C0A118396BB2DF370F2F87A6ECA861AE0CA63_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.UI.ColorBlock UnityEngine.UI.ColorBlock::get_defaultColorBlock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ColorBlock_get_defaultColorBlock_mD3AEFDABCF5F714D81FB2047A744930650EC223E (const RuntimeMethod* method)
{
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// var c = new ColorBlock
// {
// m_NormalColor = new Color32(255, 255, 255, 255),
// m_HighlightedColor = new Color32(245, 245, 245, 255),
// m_PressedColor = new Color32(200, 200, 200, 255),
// m_SelectedColor = new Color32(245, 245, 245, 255),
// m_DisabledColor = new Color32(200, 200, 200, 128),
// colorMultiplier = 1.0f,
// fadeDuration = 0.1f
// };
il2cpp_codegen_initobj((&V_0), sizeof(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ));
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_0;
memset((&L_0), 0, sizeof(L_0));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_0), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_0, /*hidden argument*/NULL);
(&V_0)->set_m_NormalColor_0(L_1);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_2;
memset((&L_2), 0, sizeof(L_2));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_2), (uint8_t)((int32_t)245), (uint8_t)((int32_t)245), (uint8_t)((int32_t)245), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_2, /*hidden argument*/NULL);
(&V_0)->set_m_HighlightedColor_1(L_3);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_4;
memset((&L_4), 0, sizeof(L_4));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_4), (uint8_t)((int32_t)200), (uint8_t)((int32_t)200), (uint8_t)((int32_t)200), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_4, /*hidden argument*/NULL);
(&V_0)->set_m_PressedColor_2(L_5);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_6;
memset((&L_6), 0, sizeof(L_6));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_6), (uint8_t)((int32_t)245), (uint8_t)((int32_t)245), (uint8_t)((int32_t)245), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_6, /*hidden argument*/NULL);
(&V_0)->set_m_SelectedColor_3(L_7);
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_8;
memset((&L_8), 0, sizeof(L_8));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_8), (uint8_t)((int32_t)200), (uint8_t)((int32_t)200), (uint8_t)((int32_t)200), (uint8_t)((int32_t)128), /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_9 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_8, /*hidden argument*/NULL);
(&V_0)->set_m_DisabledColor_4(L_9);
ColorBlock_set_colorMultiplier_m8EE6BD49B92CA0C7E801E9D4E39F0AB39237FE26_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&V_0), (1.0f), /*hidden argument*/NULL);
ColorBlock_set_fadeDuration_m2C1C0A118396BB2DF370F2F87A6ECA861AE0CA63_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&V_0), (0.1f), /*hidden argument*/NULL);
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA L_10 = V_0;
// return c;
return L_10;
}
}
// System.Boolean UnityEngine.UI.ColorBlock::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorBlock_Equals_m5F50CD8C86A89B8EFA4E878BD914656ECEB0177D (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorBlock_Equals_m5F50CD8C86A89B8EFA4E878BD914656ECEB0177D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!(obj is ColorBlock))
RuntimeObject * L_0 = ___obj0;
if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
// return false;
return (bool)0;
}
IL_000a:
{
// return Equals((ColorBlock)obj);
RuntimeObject * L_1 = ___obj0;
bool L_2 = ColorBlock_Equals_mCD07A68D8E306D372ECA1D13BDA091E9579B4AEE((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)__this, ((*(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)UnBox(L_1, ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool ColorBlock_Equals_m5F50CD8C86A89B8EFA4E878BD914656ECEB0177D_AdjustorThunk (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
return ColorBlock_Equals_m5F50CD8C86A89B8EFA4E878BD914656ECEB0177D(_thisAdjusted, ___obj0, method);
}
// System.Boolean UnityEngine.UI.ColorBlock::Equals(UnityEngine.UI.ColorBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorBlock_Equals_mCD07A68D8E306D372ECA1D13BDA091E9579B4AEE (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ___other0, const RuntimeMethod* method)
{
{
// return normalColor == other.normalColor &&
// highlightedColor == other.highlightedColor &&
// pressedColor == other.pressedColor &&
// selectedColor == other.selectedColor &&
// disabledColor == other.disabledColor &&
// colorMultiplier == other.colorMultiplier &&
// fadeDuration == other.fadeDuration;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ColorBlock_get_normalColor_mE0A4EBADEFB7A6F245F590B0A5DBB59F289C0905_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ColorBlock_get_normalColor_mE0A4EBADEFB7A6F245F590B0A5DBB59F289C0905_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&___other0), /*hidden argument*/NULL);
bool L_2 = Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0083;
}
}
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3 = ColorBlock_get_highlightedColor_m779349828B304DB2551C3A3CCDDD69861A21EDFF_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = ColorBlock_get_highlightedColor_m779349828B304DB2551C3A3CCDDD69861A21EDFF_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&___other0), /*hidden argument*/NULL);
bool L_5 = Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0083;
}
}
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6 = ColorBlock_get_pressedColor_m19AA95DCC2519975D93202C997EECB3E06CE96E5_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_7 = ColorBlock_get_pressedColor_m19AA95DCC2519975D93202C997EECB3E06CE96E5_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&___other0), /*hidden argument*/NULL);
bool L_8 = Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E(L_6, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0083;
}
}
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_9 = ColorBlock_get_selectedColor_mE6DDB9D2D3466CCFFFF000286619BEC4AB60F83D_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_10 = ColorBlock_get_selectedColor_mE6DDB9D2D3466CCFFFF000286619BEC4AB60F83D_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&___other0), /*hidden argument*/NULL);
bool L_11 = Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E(L_9, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0083;
}
}
{
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_12 = ColorBlock_get_disabledColor_mD865FC8BCFE7B8535A51A68E78130409F3C97FC8_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)__this, /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_13 = ColorBlock_get_disabledColor_mD865FC8BCFE7B8535A51A68E78130409F3C97FC8_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&___other0), /*hidden argument*/NULL);
bool L_14 = Color_op_Equality_m71B1A2F64AD6228F10E20149EF6440460D2C748E(L_12, L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0083;
}
}
{
float L_15 = ColorBlock_get_colorMultiplier_mA273A409AC9125C22CBCCB236F0E758C36BA9581_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)__this, /*hidden argument*/NULL);
float L_16 = ColorBlock_get_colorMultiplier_mA273A409AC9125C22CBCCB236F0E758C36BA9581_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&___other0), /*hidden argument*/NULL);
if ((!(((float)L_15) == ((float)L_16))))
{
goto IL_0083;
}
}
{
float L_17 = ColorBlock_get_fadeDuration_mCFF802DD654D7E9C3509A65974EB35153FDB1415_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)__this, /*hidden argument*/NULL);
float L_18 = ColorBlock_get_fadeDuration_mCFF802DD654D7E9C3509A65974EB35153FDB1415_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&___other0), /*hidden argument*/NULL);
return (bool)((((float)L_17) == ((float)L_18))? 1 : 0);
}
IL_0083:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool ColorBlock_Equals_mCD07A68D8E306D372ECA1D13BDA091E9579B4AEE_AdjustorThunk (RuntimeObject * __this, ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ___other0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
return ColorBlock_Equals_mCD07A68D8E306D372ECA1D13BDA091E9579B4AEE(_thisAdjusted, ___other0, method);
}
// System.Boolean UnityEngine.UI.ColorBlock::op_Equality(UnityEngine.UI.ColorBlock,UnityEngine.UI.ColorBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorBlock_op_Equality_m5D66A64DD671C058B490AB603192AF53B505DE86 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ___point10, ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ___point21, const RuntimeMethod* method)
{
{
// return point1.Equals(point2);
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA L_0 = ___point21;
bool L_1 = ColorBlock_Equals_mCD07A68D8E306D372ECA1D13BDA091E9579B4AEE((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&___point10), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean UnityEngine.UI.ColorBlock::op_Inequality(UnityEngine.UI.ColorBlock,UnityEngine.UI.ColorBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorBlock_op_Inequality_m78ECD4DA562EA2A1C98E66315F0A1BCB448603D6 (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ___point10, ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA ___point21, const RuntimeMethod* method)
{
{
// return !point1.Equals(point2);
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA L_0 = ___point21;
bool L_1 = ColorBlock_Equals_mCD07A68D8E306D372ECA1D13BDA091E9579B4AEE((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&___point10), L_0, /*hidden argument*/NULL);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
// System.Int32 UnityEngine.UI.ColorBlock::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorBlock_GetHashCode_m92C2ECB5F5118D21A01C35481D8CC9A091AB6B4B (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorBlock_GetHashCode_m92C2ECB5F5118D21A01C35481D8CC9A091AB6B4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return base.GetHashCode();
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA L_0 = (*(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)__this);
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA L_1 = L_0;
RuntimeObject * L_2 = Box(ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA_il2cpp_TypeInfo_var, &L_1);
NullCheck((ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF *)L_2);
int32_t L_3 = ValueType_GetHashCode_m48E9FA7FFC7C27D876E764A94E3CF2039ED6C9F9((ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF *)L_2, /*hidden argument*/NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ColorBlock_GetHashCode_m92C2ECB5F5118D21A01C35481D8CC9A091AB6B4B_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * _thisAdjusted = reinterpret_cast<ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *>(__this + _offset);
return ColorBlock_GetHashCode_m92C2ECB5F5118D21A01C35481D8CC9A091AB6B4B(_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
// UnityEngine.UI.ContentSizeFitter_FitMode UnityEngine.UI.ContentSizeFitter::get_horizontalFit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ContentSizeFitter_get_horizontalFit_mB775F652AC10946108F7D44BB52C57413086F524 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
{
// public FitMode horizontalFit { get { return m_HorizontalFit; } set { if (SetPropertyUtility.SetStruct(ref m_HorizontalFit, value)) SetDirty(); } }
int32_t L_0 = __this->get_m_HorizontalFit_4();
return L_0;
}
}
// System.Void UnityEngine.UI.ContentSizeFitter::set_horizontalFit(UnityEngine.UI.ContentSizeFitter_FitMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter_set_horizontalFit_mA1745A5D95BC8E08C7433D60F7C74501EEC7D232 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ContentSizeFitter_set_horizontalFit_mA1745A5D95BC8E08C7433D60F7C74501EEC7D232_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public FitMode horizontalFit { get { return m_HorizontalFit; } set { if (SetPropertyUtility.SetStruct(ref m_HorizontalFit, value)) SetDirty(); } }
int32_t* L_0 = __this->get_address_of_m_HorizontalFit_4();
int32_t L_1 = ___value0;
bool L_2 = SetPropertyUtility_SetStruct_TisFitMode_tBF783E77415F7063B468C18E758F738D83D60A08_m82966FBC8997BA6CE839A42F0D21C2688C77A0DC((int32_t*)L_0, L_1, /*hidden argument*/SetPropertyUtility_SetStruct_TisFitMode_tBF783E77415F7063B468C18E758F738D83D60A08_m82966FBC8997BA6CE839A42F0D21C2688C77A0DC_RuntimeMethod_var);
if (!L_2)
{
goto IL_0014;
}
}
{
// public FitMode horizontalFit { get { return m_HorizontalFit; } set { if (SetPropertyUtility.SetStruct(ref m_HorizontalFit, value)) SetDirty(); } }
ContentSizeFitter_SetDirty_m4830A85DEBF04D4D2523563C5E5ECE3712225080(__this, /*hidden argument*/NULL);
}
IL_0014:
{
// public FitMode horizontalFit { get { return m_HorizontalFit; } set { if (SetPropertyUtility.SetStruct(ref m_HorizontalFit, value)) SetDirty(); } }
return;
}
}
// UnityEngine.UI.ContentSizeFitter_FitMode UnityEngine.UI.ContentSizeFitter::get_verticalFit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ContentSizeFitter_get_verticalFit_m937F784A1D950E72A561B7DF96206ADA5F1FC490 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
{
// public FitMode verticalFit { get { return m_VerticalFit; } set { if (SetPropertyUtility.SetStruct(ref m_VerticalFit, value)) SetDirty(); } }
int32_t L_0 = __this->get_m_VerticalFit_5();
return L_0;
}
}
// System.Void UnityEngine.UI.ContentSizeFitter::set_verticalFit(UnityEngine.UI.ContentSizeFitter_FitMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter_set_verticalFit_m57AFB7FD63A75442295C14BA58417B2110FE836A (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ContentSizeFitter_set_verticalFit_m57AFB7FD63A75442295C14BA58417B2110FE836A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public FitMode verticalFit { get { return m_VerticalFit; } set { if (SetPropertyUtility.SetStruct(ref m_VerticalFit, value)) SetDirty(); } }
int32_t* L_0 = __this->get_address_of_m_VerticalFit_5();
int32_t L_1 = ___value0;
bool L_2 = SetPropertyUtility_SetStruct_TisFitMode_tBF783E77415F7063B468C18E758F738D83D60A08_m82966FBC8997BA6CE839A42F0D21C2688C77A0DC((int32_t*)L_0, L_1, /*hidden argument*/SetPropertyUtility_SetStruct_TisFitMode_tBF783E77415F7063B468C18E758F738D83D60A08_m82966FBC8997BA6CE839A42F0D21C2688C77A0DC_RuntimeMethod_var);
if (!L_2)
{
goto IL_0014;
}
}
{
// public FitMode verticalFit { get { return m_VerticalFit; } set { if (SetPropertyUtility.SetStruct(ref m_VerticalFit, value)) SetDirty(); } }
ContentSizeFitter_SetDirty_m4830A85DEBF04D4D2523563C5E5ECE3712225080(__this, /*hidden argument*/NULL);
}
IL_0014:
{
// public FitMode verticalFit { get { return m_VerticalFit; } set { if (SetPropertyUtility.SetStruct(ref m_VerticalFit, value)) SetDirty(); } }
return;
}
}
// UnityEngine.RectTransform UnityEngine.UI.ContentSizeFitter::get_rectTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ContentSizeFitter_get_rectTransform_mE7FD5F977E954B6D54B9C1CCD112A4A70840CF56 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ContentSizeFitter_get_rectTransform_mE7FD5F977E954B6D54B9C1CCD112A4A70840CF56_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_Rect == null)
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_0 = __this->get_m_Rect_6();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
// m_Rect = GetComponent<RectTransform>();
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_2 = Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mEF939F54B6B56187EC11E16F51DCB12EB62C2103(__this, /*hidden argument*/Component_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mEF939F54B6B56187EC11E16F51DCB12EB62C2103_RuntimeMethod_var);
__this->set_m_Rect_6(L_2);
}
IL_001a:
{
// return m_Rect;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_3 = __this->get_m_Rect_6();
return L_3;
}
}
// System.Void UnityEngine.UI.ContentSizeFitter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter__ctor_m2E5245D54587CA87E6AEE5AB7FA33AB33461D4BF (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
{
// protected ContentSizeFitter()
UIBehaviour__ctor_m270FFBC65602196134042BD4E24DB093883A1BAF(__this, /*hidden argument*/NULL);
// {}
return;
}
}
// System.Void UnityEngine.UI.ContentSizeFitter::OnEnable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter_OnEnable_mBB226A80395594658A4E93F5CEBDA702B2581D74 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
{
// base.OnEnable();
UIBehaviour_OnEnable_mC9822F55BFE331807411109DA82D6AE5EF46E2C2(__this, /*hidden argument*/NULL);
// SetDirty();
ContentSizeFitter_SetDirty_m4830A85DEBF04D4D2523563C5E5ECE3712225080(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.ContentSizeFitter::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter_OnDisable_m500C638EBFCDA4B7B10A93A4106B49DBADCB9619 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ContentSizeFitter_OnDisable_m500C638EBFCDA4B7B10A93A4106B49DBADCB9619_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// m_Tracker.Clear();
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * L_0 = __this->get_address_of_m_Tracker_7();
DrivenRectTransformTracker_Clear_m328659F339A4FB519C9A208A685DDED106B6FC89((DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 *)L_0, /*hidden argument*/NULL);
// LayoutRebuilder.MarkLayoutForRebuild(rectTransform);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_1 = ContentSizeFitter_get_rectTransform_mE7FD5F977E954B6D54B9C1CCD112A4A70840CF56(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(LayoutRebuilder_t8D3501B43B1DE666140E2931FFA732B5B09EA5BD_il2cpp_TypeInfo_var);
LayoutRebuilder_MarkLayoutForRebuild_m25E7408353DE4624A78A43AB985C289210B6E1EE(L_1, /*hidden argument*/NULL);
// base.OnDisable();
UIBehaviour_OnDisable_mDA7B89CA939C50BD6F81CC350C2969755B1576A0(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.ContentSizeFitter::OnRectTransformDimensionsChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter_OnRectTransformDimensionsChange_m299D481E8654CF7608B48204E48678C84DF7DB1A (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
{
// SetDirty();
ContentSizeFitter_SetDirty_m4830A85DEBF04D4D2523563C5E5ECE3712225080(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.ContentSizeFitter::HandleSelfFittingAlongAxis(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter_HandleSelfFittingAlongAxis_m725678942EB77B09B4FCD47347DF54FD7079AFF8 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, int32_t ___axis0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * G_B7_0 = NULL;
ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * G_B7_1 = NULL;
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * G_B7_2 = NULL;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * G_B6_0 = NULL;
ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * G_B6_1 = NULL;
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * G_B6_2 = NULL;
int32_t G_B8_0 = 0;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * G_B8_1 = NULL;
ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * G_B8_2 = NULL;
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * G_B8_3 = NULL;
{
// FitMode fitting = (axis == 0 ? horizontalFit : verticalFit);
int32_t L_0 = ___axis0;
if (!L_0)
{
goto IL_000b;
}
}
{
int32_t L_1 = ContentSizeFitter_get_verticalFit_m937F784A1D950E72A561B7DF96206ADA5F1FC490_inline(__this, /*hidden argument*/NULL);
G_B3_0 = L_1;
goto IL_0011;
}
IL_000b:
{
int32_t L_2 = ContentSizeFitter_get_horizontalFit_mB775F652AC10946108F7D44BB52C57413086F524_inline(__this, /*hidden argument*/NULL);
G_B3_0 = L_2;
}
IL_0011:
{
V_0 = G_B3_0;
// if (fitting == FitMode.Unconstrained)
int32_t L_3 = V_0;
if (L_3)
{
goto IL_0029;
}
}
{
// m_Tracker.Add(this, rectTransform, DrivenTransformProperties.None);
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * L_4 = __this->get_address_of_m_Tracker_7();
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_5 = ContentSizeFitter_get_rectTransform_mE7FD5F977E954B6D54B9C1CCD112A4A70840CF56(__this, /*hidden argument*/NULL);
DrivenRectTransformTracker_Add_m51059F302FBD574E93820E8116283D1608D1AB5A((DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 *)L_4, __this, L_5, 0, /*hidden argument*/NULL);
// return;
return;
}
IL_0029:
{
// m_Tracker.Add(this, rectTransform, (axis == 0 ? DrivenTransformProperties.SizeDeltaX : DrivenTransformProperties.SizeDeltaY));
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * L_6 = __this->get_address_of_m_Tracker_7();
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_7 = ContentSizeFitter_get_rectTransform_mE7FD5F977E954B6D54B9C1CCD112A4A70840CF56(__this, /*hidden argument*/NULL);
int32_t L_8 = ___axis0;
G_B6_0 = L_7;
G_B6_1 = __this;
G_B6_2 = L_6;
if (!L_8)
{
G_B7_0 = L_7;
G_B7_1 = __this;
G_B7_2 = L_6;
goto IL_0040;
}
}
{
G_B8_0 = ((int32_t)8192);
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
G_B8_3 = G_B6_2;
goto IL_0045;
}
IL_0040:
{
G_B8_0 = ((int32_t)4096);
G_B8_1 = G_B7_0;
G_B8_2 = G_B7_1;
G_B8_3 = G_B7_2;
}
IL_0045:
{
DrivenRectTransformTracker_Add_m51059F302FBD574E93820E8116283D1608D1AB5A((DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 *)G_B8_3, G_B8_2, G_B8_1, G_B8_0, /*hidden argument*/NULL);
// if (fitting == FitMode.MinSize)
int32_t L_9 = V_0;
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
{
goto IL_0067;
}
}
{
// rectTransform.SetSizeWithCurrentAnchors((RectTransform.Axis)axis, LayoutUtility.GetMinSize(m_Rect, axis));
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_10 = ContentSizeFitter_get_rectTransform_mE7FD5F977E954B6D54B9C1CCD112A4A70840CF56(__this, /*hidden argument*/NULL);
int32_t L_11 = ___axis0;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_12 = __this->get_m_Rect_6();
int32_t L_13 = ___axis0;
float L_14 = LayoutUtility_GetMinSize_m430414C7CA8EF99A8519968D9BD1ACEEA751A431(L_12, L_13, /*hidden argument*/NULL);
NullCheck(L_10);
RectTransform_SetSizeWithCurrentAnchors_m6F93CD5B798E4A53F2085862EA1B4021AEAA6745(L_10, L_11, L_14, /*hidden argument*/NULL);
return;
}
IL_0067:
{
// rectTransform.SetSizeWithCurrentAnchors((RectTransform.Axis)axis, LayoutUtility.GetPreferredSize(m_Rect, axis));
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_15 = ContentSizeFitter_get_rectTransform_mE7FD5F977E954B6D54B9C1CCD112A4A70840CF56(__this, /*hidden argument*/NULL);
int32_t L_16 = ___axis0;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_17 = __this->get_m_Rect_6();
int32_t L_18 = ___axis0;
float L_19 = LayoutUtility_GetPreferredSize_mFF694E6C47FA410533223DC752F65F02ACA639AB(L_17, L_18, /*hidden argument*/NULL);
NullCheck(L_15);
RectTransform_SetSizeWithCurrentAnchors_m6F93CD5B798E4A53F2085862EA1B4021AEAA6745(L_15, L_16, L_19, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.ContentSizeFitter::SetLayoutHorizontal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter_SetLayoutHorizontal_m966F300CAB4A67ED9FCE5C8133F091BEAA53F435 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
{
// m_Tracker.Clear();
DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 * L_0 = __this->get_address_of_m_Tracker_7();
DrivenRectTransformTracker_Clear_m328659F339A4FB519C9A208A685DDED106B6FC89((DrivenRectTransformTracker_tB8FBBE24EEE9618CA32E4B3CF52F4AD7FDDEBE03 *)L_0, /*hidden argument*/NULL);
// HandleSelfFittingAlongAxis(0);
ContentSizeFitter_HandleSelfFittingAlongAxis_m725678942EB77B09B4FCD47347DF54FD7079AFF8(__this, 0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.ContentSizeFitter::SetLayoutVertical()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter_SetLayoutVertical_m8B76F70D92D2D74ACBB85D35028B1949205FEA63 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
{
// HandleSelfFittingAlongAxis(1);
ContentSizeFitter_HandleSelfFittingAlongAxis_m725678942EB77B09B4FCD47347DF54FD7079AFF8(__this, 1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.ContentSizeFitter::SetDirty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentSizeFitter_SetDirty_m4830A85DEBF04D4D2523563C5E5ECE3712225080 (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ContentSizeFitter_SetDirty_m4830A85DEBF04D4D2523563C5E5ECE3712225080_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!IsActive())
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// LayoutRebuilder.MarkLayoutForRebuild(rectTransform);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_1 = ContentSizeFitter_get_rectTransform_mE7FD5F977E954B6D54B9C1CCD112A4A70840CF56(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(LayoutRebuilder_t8D3501B43B1DE666140E2931FFA732B5B09EA5BD_il2cpp_TypeInfo_var);
LayoutRebuilder_MarkLayoutForRebuild_m25E7408353DE4624A78A43AB985C289210B6E1EE(L_1, /*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
// Conversion methods for marshalling of: UnityEngine.UI.CoroutineTween.ColorTween
IL2CPP_EXTERN_C void ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshal_pinvoke(const ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228& unmarshaled, ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'ColorTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
IL2CPP_EXTERN_C void ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshal_pinvoke_back(const ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshaled_pinvoke& marshaled, ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228& unmarshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'ColorTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UI.CoroutineTween.ColorTween
IL2CPP_EXTERN_C void ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshal_pinvoke_cleanup(ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UI.CoroutineTween.ColorTween
IL2CPP_EXTERN_C void ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshal_com(const ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228& unmarshaled, ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshaled_com& marshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'ColorTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
IL2CPP_EXTERN_C void ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshal_com_back(const ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshaled_com& marshaled, ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228& unmarshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'ColorTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UI.CoroutineTween.ColorTween
IL2CPP_EXTERN_C void ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshal_com_cleanup(ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228_marshaled_com& marshaled)
{
}
// UnityEngine.Color UnityEngine.UI.CoroutineTween.ColorTween::get_startColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorTween_get_startColor_mA979B663DFD611DAC95F4A7B98AA36E24EE5E3D6 (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// get { return m_StartColor; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_StartColor_1();
return L_0;
}
}
IL2CPP_EXTERN_C Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorTween_get_startColor_mA979B663DFD611DAC95F4A7B98AA36E24EE5E3D6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
return ColorTween_get_startColor_mA979B663DFD611DAC95F4A7B98AA36E24EE5E3D6_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::set_startColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_startColor_mD976BED0C47332CB811EA6B68230FFAB69DCE82D (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// set { m_StartColor = value; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_StartColor_1(L_0);
// set { m_StartColor = value; }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_set_startColor_mD976BED0C47332CB811EA6B68230FFAB69DCE82D_AdjustorThunk (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
ColorTween_set_startColor_mD976BED0C47332CB811EA6B68230FFAB69DCE82D_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.Color UnityEngine.UI.CoroutineTween.ColorTween::get_targetColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorTween_get_targetColor_m2620FDCF03617764286DCDF8000AA3BE59C9E7AF (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// get { return m_TargetColor; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_TargetColor_2();
return L_0;
}
}
IL2CPP_EXTERN_C Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorTween_get_targetColor_m2620FDCF03617764286DCDF8000AA3BE59C9E7AF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
return ColorTween_get_targetColor_m2620FDCF03617764286DCDF8000AA3BE59C9E7AF_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::set_targetColor(UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_targetColor_m9BA400CD92F2182DFEDEA4494B66501C7596DD69 (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// set { m_TargetColor = value; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_TargetColor_2(L_0);
// set { m_TargetColor = value; }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_set_targetColor_m9BA400CD92F2182DFEDEA4494B66501C7596DD69_AdjustorThunk (RuntimeObject * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
ColorTween_set_targetColor_m9BA400CD92F2182DFEDEA4494B66501C7596DD69_inline(_thisAdjusted, ___value0, method);
}
// UnityEngine.UI.CoroutineTween.ColorTween_ColorTweenMode UnityEngine.UI.CoroutineTween.ColorTween::get_tweenMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ColorTween_get_tweenMode_m908DEFB153497AC18AD08CB73AFF655C1F6D05FB (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// get { return m_TweenMode; }
int32_t L_0 = __this->get_m_TweenMode_3();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t ColorTween_get_tweenMode_m908DEFB153497AC18AD08CB73AFF655C1F6D05FB_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
return ColorTween_get_tweenMode_m908DEFB153497AC18AD08CB73AFF655C1F6D05FB_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::set_tweenMode(UnityEngine.UI.CoroutineTween.ColorTween_ColorTweenMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_tweenMode_m88B5C1FA53770422C80E61B0958CA7B94E6D8B27 (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { m_TweenMode = value; }
int32_t L_0 = ___value0;
__this->set_m_TweenMode_3(L_0);
// set { m_TweenMode = value; }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_set_tweenMode_m88B5C1FA53770422C80E61B0958CA7B94E6D8B27_AdjustorThunk (RuntimeObject * __this, int32_t ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
ColorTween_set_tweenMode_m88B5C1FA53770422C80E61B0958CA7B94E6D8B27_inline(_thisAdjusted, ___value0, method);
}
// System.Single UnityEngine.UI.CoroutineTween.ColorTween::get_duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorTween_get_duration_mC4A1E3C2EA46A5C657A2B9DA240C796F770ECC5F (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// get { return m_Duration; }
float L_0 = __this->get_m_Duration_4();
return L_0;
}
}
IL2CPP_EXTERN_C float ColorTween_get_duration_mC4A1E3C2EA46A5C657A2B9DA240C796F770ECC5F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
return ColorTween_get_duration_mC4A1E3C2EA46A5C657A2B9DA240C796F770ECC5F_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::set_duration(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_duration_m069BFDD0F6EABA4869ABC1F4620C54F749950E3D (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_Duration = value; }
float L_0 = ___value0;
__this->set_m_Duration_4(L_0);
// set { m_Duration = value; }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_set_duration_m069BFDD0F6EABA4869ABC1F4620C54F749950E3D_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
ColorTween_set_duration_m069BFDD0F6EABA4869ABC1F4620C54F749950E3D_inline(_thisAdjusted, ___value0, method);
}
// System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::get_ignoreTimeScale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorTween_get_ignoreTimeScale_m6A06826E19314EFE9783E505C75CFC76E42E8F05 (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// get { return m_IgnoreTimeScale; }
bool L_0 = __this->get_m_IgnoreTimeScale_5();
return L_0;
}
}
IL2CPP_EXTERN_C bool ColorTween_get_ignoreTimeScale_m6A06826E19314EFE9783E505C75CFC76E42E8F05_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
return ColorTween_get_ignoreTimeScale_m6A06826E19314EFE9783E505C75CFC76E42E8F05_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::set_ignoreTimeScale(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_set_ignoreTimeScale_m42071C6EB064666F7FF945EEC5B5261836E8E593 (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_IgnoreTimeScale = value; }
bool L_0 = ___value0;
__this->set_m_IgnoreTimeScale_5(L_0);
// set { m_IgnoreTimeScale = value; }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_set_ignoreTimeScale_m42071C6EB064666F7FF945EEC5B5261836E8E593_AdjustorThunk (RuntimeObject * __this, bool ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
ColorTween_set_ignoreTimeScale_m42071C6EB064666F7FF945EEC5B5261836E8E593_inline(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::TweenValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_TweenValue_m20FCBA50CE9328956973861A9CB0A1FD97265A58 (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, float ___floatPercentage0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorTween_TweenValue_m20FCBA50CE9328956973861A9CB0A1FD97265A58_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (!ValidTarget())
bool L_0 = ColorTween_ValidTarget_mCFF8428CFF8D45A85E4EE612263E751ED0B5987C((ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *)__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// var newColor = Color.Lerp(m_StartColor, m_TargetColor, floatPercentage);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = __this->get_m_StartColor_1();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2 = __this->get_m_TargetColor_2();
float L_3 = ___floatPercentage0;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4 = Color_Lerp_mD37EF718F1BAC65A7416655F0BC902CE76559C46(L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
// if (m_TweenMode == ColorTweenMode.Alpha)
int32_t L_5 = __this->get_m_TweenMode_3();
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_005d;
}
}
{
// newColor.r = m_StartColor.r;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_6 = __this->get_address_of_m_StartColor_1();
float L_7 = L_6->get_r_0();
(&V_0)->set_r_0(L_7);
// newColor.g = m_StartColor.g;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_8 = __this->get_address_of_m_StartColor_1();
float L_9 = L_8->get_g_1();
(&V_0)->set_g_1(L_9);
// newColor.b = m_StartColor.b;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_10 = __this->get_address_of_m_StartColor_1();
float L_11 = L_10->get_b_2();
(&V_0)->set_b_2(L_11);
// }
goto IL_0078;
}
IL_005d:
{
// else if (m_TweenMode == ColorTweenMode.RGB)
int32_t L_12 = __this->get_m_TweenMode_3();
if ((!(((uint32_t)L_12) == ((uint32_t)1))))
{
goto IL_0078;
}
}
{
// newColor.a = m_StartColor.a;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * L_13 = __this->get_address_of_m_StartColor_1();
float L_14 = L_13->get_a_3();
(&V_0)->set_a_3(L_14);
}
IL_0078:
{
// m_Target.Invoke(newColor);
ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * L_15 = __this->get_m_Target_0();
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_16 = V_0;
NullCheck(L_15);
UnityEvent_1_Invoke_m6D64470308FE35C0990F9878C1E3F6735643D39E(L_15, L_16, /*hidden argument*/UnityEvent_1_Invoke_m6D64470308FE35C0990F9878C1E3F6735643D39E_RuntimeMethod_var);
// }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_TweenValue_m20FCBA50CE9328956973861A9CB0A1FD97265A58_AdjustorThunk (RuntimeObject * __this, float ___floatPercentage0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
ColorTween_TweenValue_m20FCBA50CE9328956973861A9CB0A1FD97265A58(_thisAdjusted, ___floatPercentage0, method);
}
// System.Void UnityEngine.UI.CoroutineTween.ColorTween::AddOnChangedCallback(UnityEngine.Events.UnityAction`1<UnityEngine.Color>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTween_AddOnChangedCallback_m8B7B35D5B912C0BCEFB275B54A3A2EB8D1DD7DE8 (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, UnityAction_1_t8523D5D21ADA168AED3BD9CFFCED8FF87199DE9D * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorTween_AddOnChangedCallback_m8B7B35D5B912C0BCEFB275B54A3A2EB8D1DD7DE8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_Target == null)
ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * L_0 = __this->get_m_Target_0();
if (L_0)
{
goto IL_0013;
}
}
{
// m_Target = new ColorTweenCallback();
ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * L_1 = (ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 *)il2cpp_codegen_object_new(ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0_il2cpp_TypeInfo_var);
ColorTweenCallback__ctor_mBB57DF8BE131686390944A01A6A10A8FBC2DE005(L_1, /*hidden argument*/NULL);
__this->set_m_Target_0(L_1);
}
IL_0013:
{
// m_Target.AddListener(callback);
ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * L_2 = __this->get_m_Target_0();
UnityAction_1_t8523D5D21ADA168AED3BD9CFFCED8FF87199DE9D * L_3 = ___callback0;
NullCheck(L_2);
UnityEvent_1_AddListener_m2C8C24086598C0C84A9C4A06C17E30E42294E50A(L_2, L_3, /*hidden argument*/UnityEvent_1_AddListener_m2C8C24086598C0C84A9C4A06C17E30E42294E50A_RuntimeMethod_var);
// }
return;
}
}
IL2CPP_EXTERN_C void ColorTween_AddOnChangedCallback_m8B7B35D5B912C0BCEFB275B54A3A2EB8D1DD7DE8_AdjustorThunk (RuntimeObject * __this, UnityAction_1_t8523D5D21ADA168AED3BD9CFFCED8FF87199DE9D * ___callback0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
ColorTween_AddOnChangedCallback_m8B7B35D5B912C0BCEFB275B54A3A2EB8D1DD7DE8(_thisAdjusted, ___callback0, method);
}
// System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::GetIgnoreTimescale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorTween_GetIgnoreTimescale_m5100D5725C73E6DB3718A2CF33C9CB46CA27731E (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// return m_IgnoreTimeScale;
bool L_0 = __this->get_m_IgnoreTimeScale_5();
return L_0;
}
}
IL2CPP_EXTERN_C bool ColorTween_GetIgnoreTimescale_m5100D5725C73E6DB3718A2CF33C9CB46CA27731E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
return ColorTween_GetIgnoreTimescale_m5100D5725C73E6DB3718A2CF33C9CB46CA27731E_inline(_thisAdjusted, method);
}
// System.Single UnityEngine.UI.CoroutineTween.ColorTween::GetDuration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ColorTween_GetDuration_m327EABA3FBCD9635DCD360834176D3AEDBFA88B0 (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// return m_Duration;
float L_0 = __this->get_m_Duration_4();
return L_0;
}
}
IL2CPP_EXTERN_C float ColorTween_GetDuration_m327EABA3FBCD9635DCD360834176D3AEDBFA88B0_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
return ColorTween_GetDuration_m327EABA3FBCD9635DCD360834176D3AEDBFA88B0_inline(_thisAdjusted, method);
}
// System.Boolean UnityEngine.UI.CoroutineTween.ColorTween::ValidTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ColorTween_ValidTarget_mCFF8428CFF8D45A85E4EE612263E751ED0B5987C (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// return m_Target != null;
ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * L_0 = __this->get_m_Target_0();
return (bool)((!(((RuntimeObject*)(ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool ColorTween_ValidTarget_mCFF8428CFF8D45A85E4EE612263E751ED0B5987C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * _thisAdjusted = reinterpret_cast<ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 *>(__this + _offset);
return ColorTween_ValidTarget_mCFF8428CFF8D45A85E4EE612263E751ED0B5987C(_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 UnityEngine.UI.CoroutineTween.ColorTween_ColorTweenCallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ColorTweenCallback__ctor_mBB57DF8BE131686390944A01A6A10A8FBC2DE005 (ColorTweenCallback_tA2357F5ECB0BB12F303C2D6EE5A628CFD14C91C0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ColorTweenCallback__ctor_mBB57DF8BE131686390944A01A6A10A8FBC2DE005_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UnityEvent_1__ctor_m7D3D9F37407C6599DAD458464F115E98A48A6C6A(__this, /*hidden argument*/UnityEvent_1__ctor_m7D3D9F37407C6599DAD458464F115E98A48A6C6A_RuntimeMethod_var);
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
// Conversion methods for marshalling of: UnityEngine.UI.CoroutineTween.FloatTween
IL2CPP_EXTERN_C void FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshal_pinvoke(const FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A& unmarshaled, FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'FloatTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
IL2CPP_EXTERN_C void FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshal_pinvoke_back(const FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshaled_pinvoke& marshaled, FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A& unmarshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'FloatTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UI.CoroutineTween.FloatTween
IL2CPP_EXTERN_C void FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshal_pinvoke_cleanup(FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UI.CoroutineTween.FloatTween
IL2CPP_EXTERN_C void FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshal_com(const FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A& unmarshaled, FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshaled_com& marshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'FloatTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
IL2CPP_EXTERN_C void FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshal_com_back(const FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshaled_com& marshaled, FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A& unmarshaled)
{
Exception_t* ___m_Target_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Target' of type 'FloatTween': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Target_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UI.CoroutineTween.FloatTween
IL2CPP_EXTERN_C void FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshal_com_cleanup(FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A_marshaled_com& marshaled)
{
}
// System.Single UnityEngine.UI.CoroutineTween.FloatTween::get_startValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_get_startValue_m6DC736717E2EAD27CE41A6CD292B6D28AE1DED1E (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// get { return m_StartValue; }
float L_0 = __this->get_m_StartValue_1();
return L_0;
}
}
IL2CPP_EXTERN_C float FloatTween_get_startValue_m6DC736717E2EAD27CE41A6CD292B6D28AE1DED1E_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
return FloatTween_get_startValue_m6DC736717E2EAD27CE41A6CD292B6D28AE1DED1E_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::set_startValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_startValue_m34ECE8005F47D60A3F5AF976FF28881A2200B549 (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_StartValue = value; }
float L_0 = ___value0;
__this->set_m_StartValue_1(L_0);
// set { m_StartValue = value; }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_set_startValue_m34ECE8005F47D60A3F5AF976FF28881A2200B549_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
FloatTween_set_startValue_m34ECE8005F47D60A3F5AF976FF28881A2200B549_inline(_thisAdjusted, ___value0, method);
}
// System.Single UnityEngine.UI.CoroutineTween.FloatTween::get_targetValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_get_targetValue_m15E266DEA747D1DD8F49681E9E6AFD7FADBEB027 (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// get { return m_TargetValue; }
float L_0 = __this->get_m_TargetValue_2();
return L_0;
}
}
IL2CPP_EXTERN_C float FloatTween_get_targetValue_m15E266DEA747D1DD8F49681E9E6AFD7FADBEB027_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
return FloatTween_get_targetValue_m15E266DEA747D1DD8F49681E9E6AFD7FADBEB027_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::set_targetValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_targetValue_m04567CCFC5510BA34D68C7A2C4AE32D400D59C3E (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_TargetValue = value; }
float L_0 = ___value0;
__this->set_m_TargetValue_2(L_0);
// set { m_TargetValue = value; }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_set_targetValue_m04567CCFC5510BA34D68C7A2C4AE32D400D59C3E_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
FloatTween_set_targetValue_m04567CCFC5510BA34D68C7A2C4AE32D400D59C3E_inline(_thisAdjusted, ___value0, method);
}
// System.Single UnityEngine.UI.CoroutineTween.FloatTween::get_duration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_get_duration_mBECFBEC57BDC30B54D0638873BA3313A8F7232F5 (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// get { return m_Duration; }
float L_0 = __this->get_m_Duration_3();
return L_0;
}
}
IL2CPP_EXTERN_C float FloatTween_get_duration_mBECFBEC57BDC30B54D0638873BA3313A8F7232F5_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
return FloatTween_get_duration_mBECFBEC57BDC30B54D0638873BA3313A8F7232F5_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::set_duration(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_duration_m7E3C3B6D6F9D1C5D9AE051ED64915029E8B4F094 (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_Duration = value; }
float L_0 = ___value0;
__this->set_m_Duration_3(L_0);
// set { m_Duration = value; }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_set_duration_m7E3C3B6D6F9D1C5D9AE051ED64915029E8B4F094_AdjustorThunk (RuntimeObject * __this, float ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
FloatTween_set_duration_m7E3C3B6D6F9D1C5D9AE051ED64915029E8B4F094_inline(_thisAdjusted, ___value0, method);
}
// System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::get_ignoreTimeScale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_get_ignoreTimeScale_mA7B69D72E1D52EF1890C89D5690D345B852C7239 (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// get { return m_IgnoreTimeScale; }
bool L_0 = __this->get_m_IgnoreTimeScale_4();
return L_0;
}
}
IL2CPP_EXTERN_C bool FloatTween_get_ignoreTimeScale_mA7B69D72E1D52EF1890C89D5690D345B852C7239_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
return FloatTween_get_ignoreTimeScale_mA7B69D72E1D52EF1890C89D5690D345B852C7239_inline(_thisAdjusted, method);
}
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::set_ignoreTimeScale(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_set_ignoreTimeScale_m6826FE67438AA7F1E4ECB85EC83812BC2F6F092B (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_IgnoreTimeScale = value; }
bool L_0 = ___value0;
__this->set_m_IgnoreTimeScale_4(L_0);
// set { m_IgnoreTimeScale = value; }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_set_ignoreTimeScale_m6826FE67438AA7F1E4ECB85EC83812BC2F6F092B_AdjustorThunk (RuntimeObject * __this, bool ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
FloatTween_set_ignoreTimeScale_m6826FE67438AA7F1E4ECB85EC83812BC2F6F092B_inline(_thisAdjusted, ___value0, method);
}
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::TweenValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_TweenValue_m4E4418FB7FBDC7CBF96D95518DFACF25BCBE8EB3 (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, float ___floatPercentage0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FloatTween_TweenValue_m4E4418FB7FBDC7CBF96D95518DFACF25BCBE8EB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
// if (!ValidTarget())
bool L_0 = FloatTween_ValidTarget_m917EB0D30E72AC75D90D1D8F11B1D7EBBD00ECAE((FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *)__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0009;
}
}
{
// return;
return;
}
IL_0009:
{
// var newValue = Mathf.Lerp(m_StartValue, m_TargetValue, floatPercentage);
float L_1 = __this->get_m_StartValue_1();
float L_2 = __this->get_m_TargetValue_2();
float L_3 = ___floatPercentage0;
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
float L_4 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_1, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
// m_Target.Invoke(newValue);
FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * L_5 = __this->get_m_Target_0();
float L_6 = V_0;
NullCheck(L_5);
UnityEvent_1_Invoke_m79A370B4DEEE382453AA91E44FE0718B354DC759(L_5, L_6, /*hidden argument*/UnityEvent_1_Invoke_m79A370B4DEEE382453AA91E44FE0718B354DC759_RuntimeMethod_var);
// }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_TweenValue_m4E4418FB7FBDC7CBF96D95518DFACF25BCBE8EB3_AdjustorThunk (RuntimeObject * __this, float ___floatPercentage0, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
FloatTween_TweenValue_m4E4418FB7FBDC7CBF96D95518DFACF25BCBE8EB3(_thisAdjusted, ___floatPercentage0, method);
}
// System.Void UnityEngine.UI.CoroutineTween.FloatTween::AddOnChangedCallback(UnityEngine.Events.UnityAction`1<System.Single>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTween_AddOnChangedCallback_m56955D43A7CDE997CE447A1C69CA708E8190E9AE (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FloatTween_AddOnChangedCallback_m56955D43A7CDE997CE447A1C69CA708E8190E9AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_Target == null)
FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * L_0 = __this->get_m_Target_0();
if (L_0)
{
goto IL_0013;
}
}
{
// m_Target = new FloatTweenCallback();
FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * L_1 = (FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 *)il2cpp_codegen_object_new(FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502_il2cpp_TypeInfo_var);
FloatTweenCallback__ctor_m85BC42EE5784B9D8659BE634B8F46BFF06933EEE(L_1, /*hidden argument*/NULL);
__this->set_m_Target_0(L_1);
}
IL_0013:
{
// m_Target.AddListener(callback);
FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * L_2 = __this->get_m_Target_0();
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_3 = ___callback0;
NullCheck(L_2);
UnityEvent_1_AddListener_m2B3C82F28F7B39809850DE6DBF22D9751C8D6394(L_2, L_3, /*hidden argument*/UnityEvent_1_AddListener_m2B3C82F28F7B39809850DE6DBF22D9751C8D6394_RuntimeMethod_var);
// }
return;
}
}
IL2CPP_EXTERN_C void FloatTween_AddOnChangedCallback_m56955D43A7CDE997CE447A1C69CA708E8190E9AE_AdjustorThunk (RuntimeObject * __this, UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * ___callback0, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
FloatTween_AddOnChangedCallback_m56955D43A7CDE997CE447A1C69CA708E8190E9AE(_thisAdjusted, ___callback0, method);
}
// System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::GetIgnoreTimescale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_GetIgnoreTimescale_mB93B6C1BAD120F59F58DFE9409A64DE3A4790D88 (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// return m_IgnoreTimeScale;
bool L_0 = __this->get_m_IgnoreTimeScale_4();
return L_0;
}
}
IL2CPP_EXTERN_C bool FloatTween_GetIgnoreTimescale_mB93B6C1BAD120F59F58DFE9409A64DE3A4790D88_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
return FloatTween_GetIgnoreTimescale_mB93B6C1BAD120F59F58DFE9409A64DE3A4790D88_inline(_thisAdjusted, method);
}
// System.Single UnityEngine.UI.CoroutineTween.FloatTween::GetDuration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FloatTween_GetDuration_m81D2D1E8D8AEDFDF03B54F1AF71A74824480B178 (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// return m_Duration;
float L_0 = __this->get_m_Duration_3();
return L_0;
}
}
IL2CPP_EXTERN_C float FloatTween_GetDuration_m81D2D1E8D8AEDFDF03B54F1AF71A74824480B178_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
return FloatTween_GetDuration_m81D2D1E8D8AEDFDF03B54F1AF71A74824480B178_inline(_thisAdjusted, method);
}
// System.Boolean UnityEngine.UI.CoroutineTween.FloatTween::ValidTarget()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FloatTween_ValidTarget_m917EB0D30E72AC75D90D1D8F11B1D7EBBD00ECAE (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// return m_Target != null;
FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * L_0 = __this->get_m_Target_0();
return (bool)((!(((RuntimeObject*)(FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool FloatTween_ValidTarget_m917EB0D30E72AC75D90D1D8F11B1D7EBBD00ECAE_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * _thisAdjusted = reinterpret_cast<FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *>(__this + _offset);
return FloatTween_ValidTarget_m917EB0D30E72AC75D90D1D8F11B1D7EBBD00ECAE(_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 UnityEngine.UI.CoroutineTween.FloatTween_FloatTweenCallback::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatTweenCallback__ctor_m85BC42EE5784B9D8659BE634B8F46BFF06933EEE (FloatTweenCallback_t69056DA8AAB3BCDA97012834C1F1F265F7617502 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FloatTweenCallback__ctor_m85BC42EE5784B9D8659BE634B8F46BFF06933EEE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UnityEvent_1__ctor_m029309819C0547BE76007CF58B8EB0BC5BB9765C(__this, /*hidden argument*/UnityEvent_1__ctor_m029309819C0547BE76007CF58B8EB0BC5BB9765C_RuntimeMethod_var);
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
// UnityEngine.UI.DefaultControls_IFactoryControls UnityEngine.UI.DefaultControls::get_factory()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultControls_get_factory_m616056407908402EFF7E24BC02D0A1B0CDED98B2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_get_factory_m616056407908402EFF7E24BC02D0A1B0CDED98B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return m_CurrentFactory; }
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_m_CurrentFactory_0();
return L_0;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateUIElementRoot(System.String,UnityEngine.Vector2,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7 (String_t* ___name0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___size1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___components2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// GameObject child = factory.CreateGameObject(name, components);
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = DefaultControls_get_factory_m616056407908402EFF7E24BC02D0A1B0CDED98B2_inline(/*hidden argument*/NULL);
String_t* L_1 = ___name0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ___components2;
NullCheck(L_0);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = InterfaceFuncInvoker2< GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, String_t*, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(0 /* UnityEngine.GameObject UnityEngine.UI.DefaultControls/IFactoryControls::CreateGameObject(System.String,System.Type[]) */, IFactoryControls_tF346B725AD1BC6274693FDFCFD4665E01E2FC571_il2cpp_TypeInfo_var, L_0, L_1, L_2);
// RectTransform rectTransform = child.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = L_3;
NullCheck(L_4);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_5 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_4, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// rectTransform.sizeDelta = size;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = ___size1;
NullCheck(L_5);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_5, L_6, /*hidden argument*/NULL);
// return child;
return L_4;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateUIObject(System.String,UnityEngine.GameObject,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E (String_t* ___name0, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___parent1, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___components2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// GameObject go = factory.CreateGameObject(name, components);
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = DefaultControls_get_factory_m616056407908402EFF7E24BC02D0A1B0CDED98B2_inline(/*hidden argument*/NULL);
String_t* L_1 = ___name0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = ___components2;
NullCheck(L_0);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = InterfaceFuncInvoker2< GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, String_t*, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* >::Invoke(0 /* UnityEngine.GameObject UnityEngine.UI.DefaultControls/IFactoryControls::CreateGameObject(System.String,System.Type[]) */, IFactoryControls_tF346B725AD1BC6274693FDFCFD4665E01E2FC571_il2cpp_TypeInfo_var, L_0, L_1, L_2);
// SetParentAndAlign(go, parent);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = L_3;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = ___parent1;
DefaultControls_SetParentAndAlign_mC0E1D3DCB97427FF74488DFED23A51047E04E925(L_4, L_5, /*hidden argument*/NULL);
// return go;
return L_4;
}
}
// System.Void UnityEngine.UI.DefaultControls::SetDefaultTextValues(UnityEngine.UI.Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultControls_SetDefaultTextValues_m79AA4B1F7A2061B259933C3F0CDBB12788BC3DFE (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___lbl0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_SetDefaultTextValues_m79AA4B1F7A2061B259933C3F0CDBB12788BC3DFE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// lbl.color = s_TextColor;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_0 = ___lbl0;
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_TextColor_9();
NullCheck(L_0);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_0, L_1);
// lbl.AssignDefaultFont();
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_2 = ___lbl0;
NullCheck(L_2);
Text_AssignDefaultFont_m96292009E24D108CA2889748CBB06B34CF854B69(L_2, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.DefaultControls::SetDefaultColorTransitionValues(UnityEngine.UI.Selectable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultControls_SetDefaultColorTransitionValues_m7E4AA2E8B97EF5620C34FEE8D146FA35C054EB8F (Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___slider0, const RuntimeMethod* method)
{
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA V_0;
memset((&V_0), 0, sizeof(V_0));
{
// ColorBlock colors = slider.colors;
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * L_0 = ___slider0;
NullCheck(L_0);
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA L_1 = Selectable_get_colors_m9E63E13A7B6C40CB0F20414FFBE15873BE5F3E4E_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
// colors.highlightedColor = new Color(0.882f, 0.882f, 0.882f);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_2;
memset((&L_2), 0, sizeof(L_2));
Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369((&L_2), (0.882f), (0.882f), (0.882f), /*hidden argument*/NULL);
ColorBlock_set_highlightedColor_m7E9A152B71CD6CBD5BEE9E4019547BD9CC991AF6_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&V_0), L_2, /*hidden argument*/NULL);
// colors.pressedColor = new Color(0.698f, 0.698f, 0.698f);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_3;
memset((&L_3), 0, sizeof(L_3));
Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369((&L_3), (0.698f), (0.698f), (0.698f), /*hidden argument*/NULL);
ColorBlock_set_pressedColor_m252EDA03CA097EF1604FF2678598BA6A294C13C8_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&V_0), L_3, /*hidden argument*/NULL);
// colors.disabledColor = new Color(0.521f, 0.521f, 0.521f);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4;
memset((&L_4), 0, sizeof(L_4));
Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369((&L_4), (0.521f), (0.521f), (0.521f), /*hidden argument*/NULL);
ColorBlock_set_disabledColor_mABE874E9EF8C41CE83BB16B94C7511AF1FE8AE47_inline((ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA *)(&V_0), L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.DefaultControls::SetParentAndAlign(UnityEngine.GameObject,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultControls_SetParentAndAlign_mC0E1D3DCB97427FF74488DFED23A51047E04E925 (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___child0, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___parent1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_SetParentAndAlign_mC0E1D3DCB97427FF74488DFED23A51047E04E925_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (parent == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___parent1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// return;
return;
}
IL_000a:
{
// child.transform.SetParent(parent.transform, false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = ___child0;
NullCheck(L_2);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_2, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = ___parent1;
NullCheck(L_4);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35(L_3, L_5, (bool)0, /*hidden argument*/NULL);
// SetLayerRecursively(child, parent.layer);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = ___child0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_7 = ___parent1;
NullCheck(L_7);
int32_t L_8 = GameObject_get_layer_m0DE90D8A3D3AA80497A3A80FBEAC2D207C16B9C8(L_7, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
DefaultControls_SetLayerRecursively_m85578EB1E86A92ADE30289C7A9B8B937CD6933CA(L_6, L_8, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.DefaultControls::SetLayerRecursively(UnityEngine.GameObject,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultControls_SetLayerRecursively_m85578EB1E86A92ADE30289C7A9B8B937CD6933CA (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___go0, int32_t ___layer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_SetLayerRecursively_m85578EB1E86A92ADE30289C7A9B8B937CD6933CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_0 = NULL;
int32_t V_1 = 0;
{
// go.layer = layer;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___go0;
int32_t L_1 = ___layer1;
NullCheck(L_0);
GameObject_set_layer_mDAC8037FCFD0CE62DB66004C4342EA20CF604907(L_0, L_1, /*hidden argument*/NULL);
// Transform t = go.transform;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = ___go0;
NullCheck(L_2);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_3 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// for (int i = 0; i < t.childCount; i++)
V_1 = 0;
goto IL_0028;
}
IL_0012:
{
// SetLayerRecursively(t.GetChild(i).gameObject, layer);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = V_0;
int32_t L_5 = V_1;
NullCheck(L_4);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = Transform_GetChild_mC86B9B61E4EC086A571B09EA7A33FFBF50DF52D3(L_4, L_5, /*hidden argument*/NULL);
NullCheck(L_6);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_7 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_6, /*hidden argument*/NULL);
int32_t L_8 = ___layer1;
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
DefaultControls_SetLayerRecursively_m85578EB1E86A92ADE30289C7A9B8B937CD6933CA(L_7, L_8, /*hidden argument*/NULL);
// for (int i = 0; i < t.childCount; i++)
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
}
IL_0028:
{
// for (int i = 0; i < t.childCount; i++)
int32_t L_10 = V_1;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_11 = V_0;
NullCheck(L_11);
int32_t L_12 = Transform_get_childCount_m7665D779DCDB6B175FB52A254276CDF0C384A724(L_11, /*hidden argument*/NULL);
if ((((int32_t)L_10) < ((int32_t)L_12)))
{
goto IL_0012;
}
}
{
// }
return;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreatePanel(UnityEngine.UI.DefaultControls_Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreatePanel_m6CC4319B8D81426FC2A4E94CA836AB4F0ECA0205 (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreatePanel_m6CC4319B8D81426FC2A4E94CA836AB4F0ECA0205_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// GameObject panelRoot = CreateUIElementRoot("Panel", s_ThickElementSize, typeof(Image));
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_ThickElementSize_4();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7(_stringLiteral2F4BD749ECF708FF53A15E9E7904176BD92AD347, L_0, L_2, /*hidden argument*/NULL);
// RectTransform rectTransform = panelRoot.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = L_5;
NullCheck(L_6);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_7 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_6, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// rectTransform.anchorMin = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_8 = L_7;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_8);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_8, L_9, /*hidden argument*/NULL);
// rectTransform.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_10 = L_8;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_10);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_10, L_11, /*hidden argument*/NULL);
// rectTransform.anchoredPosition = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_12 = L_10;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_12);
RectTransform_set_anchoredPosition_m4DD45DB1A97734A1F3A81E5F259638ECAF35962F(L_12, L_13, /*hidden argument*/NULL);
// rectTransform.sizeDelta = Vector2.zero;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_12);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_12, L_14, /*hidden argument*/NULL);
// Image image = panelRoot.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = L_6;
NullCheck(L_15);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_16 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_15, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
// image.sprite = resources.background;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_17 = L_16;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_18 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_19 = L_18.get_background_1();
NullCheck(L_17);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_17, L_19, /*hidden argument*/NULL);
// image.type = Image.Type.Sliced;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_20 = L_17;
NullCheck(L_20);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_20, 1, /*hidden argument*/NULL);
// image.color = s_PanelColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_21 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_PanelColor_8();
NullCheck(L_20);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_20, L_21);
// return panelRoot;
return L_15;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateButton(UnityEngine.UI.DefaultControls_Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateButton_m73704B2DEB6F80CF622B31A7B14BBEC3A24737C2 (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateButton_m73704B2DEB6F80CF622B31A7B14BBEC3A24737C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
{
// GameObject buttonRoot = CreateUIElementRoot("Button", s_ThickElementSize, typeof(Image), typeof(Button));
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_ThickElementSize_4();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_7);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7(_stringLiteral794145F030FF721599A0353A9B2E59E9A92B9BF1, L_0, L_5, /*hidden argument*/NULL);
V_0 = L_8;
// GameObject childText = CreateUIObject("Text", buttonRoot, typeof(Text));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_10 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = L_10;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_13);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_13);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteralC3328C39B0E29F78E9FF45DB674248B1D245887D, L_9, L_11, /*hidden argument*/NULL);
// Image image = buttonRoot.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = V_0;
NullCheck(L_15);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_16 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_15, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
// image.sprite = resources.standard;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_17 = L_16;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_18 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_19 = L_18.get_standard_0();
NullCheck(L_17);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_17, L_19, /*hidden argument*/NULL);
// image.type = Image.Type.Sliced;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_20 = L_17;
NullCheck(L_20);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_20, 1, /*hidden argument*/NULL);
// image.color = s_DefaultSelectableColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_21 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_DefaultSelectableColor_7();
NullCheck(L_20);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_20, L_21);
// Button bt = buttonRoot.GetComponent<Button>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_22 = V_0;
NullCheck(L_22);
Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * L_23 = GameObject_GetComponent_TisButton_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_m04725F873F765AF3EA906137A60CD58809FE1C80(L_22, /*hidden argument*/GameObject_GetComponent_TisButton_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_m04725F873F765AF3EA906137A60CD58809FE1C80_RuntimeMethod_var);
// SetDefaultColorTransitionValues(bt);
DefaultControls_SetDefaultColorTransitionValues_m7E4AA2E8B97EF5620C34FEE8D146FA35C054EB8F(L_23, /*hidden argument*/NULL);
// Text text = childText.GetComponent<Text>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_24 = L_14;
NullCheck(L_24);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_25 = GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A(L_24, /*hidden argument*/GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A_RuntimeMethod_var);
// text.text = "Button";
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_26 = L_25;
NullCheck(L_26);
VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_26, _stringLiteral794145F030FF721599A0353A9B2E59E9A92B9BF1);
// text.alignment = TextAnchor.MiddleCenter;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_27 = L_26;
NullCheck(L_27);
Text_set_alignment_m561721B60004841C883CE9E1C981616E08AB1900(L_27, 4, /*hidden argument*/NULL);
// SetDefaultTextValues(text);
DefaultControls_SetDefaultTextValues_m79AA4B1F7A2061B259933C3F0CDBB12788BC3DFE(L_27, /*hidden argument*/NULL);
// RectTransform textRectTransform = childText.GetComponent<RectTransform>();
NullCheck(L_24);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_28 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_24, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// textRectTransform.anchorMin = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_29 = L_28;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_30 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_29);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_29, L_30, /*hidden argument*/NULL);
// textRectTransform.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_31 = L_29;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_32 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_31);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_31, L_32, /*hidden argument*/NULL);
// textRectTransform.sizeDelta = Vector2.zero;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_33 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_31);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_31, L_33, /*hidden argument*/NULL);
// return buttonRoot;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_34 = V_0;
return L_34;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateText(UnityEngine.UI.DefaultControls_Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateText_mB0CA319F4BF0C8EC8773075885BD67D78A4582FE (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateText_mB0CA319F4BF0C8EC8773075885BD67D78A4582FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// GameObject go = CreateUIElementRoot("Text", s_ThickElementSize, typeof(Text));
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_ThickElementSize_4();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7(_stringLiteralC3328C39B0E29F78E9FF45DB674248B1D245887D, L_0, L_2, /*hidden argument*/NULL);
// Text lbl = go.GetComponent<Text>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = L_5;
NullCheck(L_6);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_7 = GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A(L_6, /*hidden argument*/GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A_RuntimeMethod_var);
// lbl.text = "New Text";
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_8 = L_7;
NullCheck(L_8);
VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_8, _stringLiteral28578FAF0062012EBA720DFDE2523B539E900054);
// SetDefaultTextValues(lbl);
DefaultControls_SetDefaultTextValues_m79AA4B1F7A2061B259933C3F0CDBB12788BC3DFE(L_8, /*hidden argument*/NULL);
// return go;
return L_6;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateImage(UnityEngine.UI.DefaultControls_Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateImage_m5A948ACE15B86771B6F3EB7A8A74EBE938CEB3E6 (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateImage_m5A948ACE15B86771B6F3EB7A8A74EBE938CEB3E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// GameObject go = CreateUIElementRoot("Image", s_ImageElementSize, typeof(Image));
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_ImageElementSize_6();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7(_stringLiteral50E19FDA0D5B4B74A4A1A1D584E56578693A4EA4, L_0, L_2, /*hidden argument*/NULL);
// return go;
return L_5;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateRawImage(UnityEngine.UI.DefaultControls_Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateRawImage_m3704C3F2E829FBCFEEDA34F27668000B1E6E5A02 (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateRawImage_m3704C3F2E829FBCFEEDA34F27668000B1E6E5A02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// GameObject go = CreateUIElementRoot("RawImage", s_ImageElementSize, typeof(RawImage));
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_ImageElementSize_6();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (RawImage_t68991514DB8F48442D614E7904A298C936B3C7C8_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7(_stringLiteralFB64202B49F93523AA4F932B4BC04BD68BF1DC9F, L_0, L_2, /*hidden argument*/NULL);
// return go;
return L_5;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateSlider(UnityEngine.UI.DefaultControls_Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateSlider_m2AF0A50D2FF4EB21A68A5DBF92076C8DB6D50C5B (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateSlider_m2AF0A50D2FF4EB21A68A5DBF92076C8DB6D50C5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_1 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_2 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_3 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_4 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_5 = NULL;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * V_6 = NULL;
{
// GameObject root = CreateUIElementRoot("Slider", s_ThinElementSize, typeof(Slider));
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_ThinElementSize_5();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7(_stringLiteralAA5DB7D82232EE34651EB5ADEA59B01C839EB843, L_0, L_2, /*hidden argument*/NULL);
V_0 = L_5;
// GameObject background = CreateUIObject("Background", root, typeof(Image));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = L_7;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_10);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_10);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral64DD60FE1A049FE6DB3EB1369DEC2E42BF428E21, L_6, L_8, /*hidden argument*/NULL);
V_1 = L_11;
// GameObject fillArea = CreateUIObject("Fill Area", root, typeof(RectTransform));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = L_13;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_0_0_0_var) };
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_16);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_17 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteralCAD12779BCC9AD20C6B50FEC90E3818C9473FEF6, L_12, L_14, /*hidden argument*/NULL);
V_2 = L_17;
// GameObject fill = CreateUIObject("Fill", fillArea, typeof(Image));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_18 = V_2;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_19 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = L_19;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_22);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_22);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_23 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral7ADB6736CF2C9AE017B128F98738FFBAE0E58655, L_18, L_20, /*hidden argument*/NULL);
V_3 = L_23;
// GameObject handleArea = CreateUIObject("Handle Slide Area", root, typeof(RectTransform));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_24 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_25 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_26 = L_25;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_27 = { reinterpret_cast<intptr_t> (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_0_0_0_var) };
Type_t * L_28 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_27, /*hidden argument*/NULL);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_28);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_28);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_29 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral1A6434BFF89BE97BECFB2E7B808BB4F9E9F3F8ED, L_24, L_26, /*hidden argument*/NULL);
V_4 = L_29;
// GameObject handle = CreateUIObject("Handle", handleArea, typeof(Image));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_30 = V_4;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_31 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_32 = L_31;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_33 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_34 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_33, /*hidden argument*/NULL);
NullCheck(L_32);
ArrayElementTypeCheck (L_32, L_34);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_34);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_35 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteralC0392B2B1C472815BA8D1A1E3B20F4A279BF6C50, L_30, L_32, /*hidden argument*/NULL);
V_5 = L_35;
// Image backgroundImage = background.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_36 = V_1;
NullCheck(L_36);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_37 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_36, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
// backgroundImage.sprite = resources.background;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_38 = L_37;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_39 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_40 = L_39.get_background_1();
NullCheck(L_38);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_38, L_40, /*hidden argument*/NULL);
// backgroundImage.type = Image.Type.Sliced;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_41 = L_38;
NullCheck(L_41);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_41, 1, /*hidden argument*/NULL);
// backgroundImage.color = s_DefaultSelectableColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_42 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_DefaultSelectableColor_7();
NullCheck(L_41);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_41, L_42);
// RectTransform backgroundRect = background.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_43 = V_1;
NullCheck(L_43);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_44 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_43, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// backgroundRect.anchorMin = new Vector2(0, 0.25f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_45 = L_44;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_46;
memset((&L_46), 0, sizeof(L_46));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_46), (0.0f), (0.25f), /*hidden argument*/NULL);
NullCheck(L_45);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_45, L_46, /*hidden argument*/NULL);
// backgroundRect.anchorMax = new Vector2(1, 0.75f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_47 = L_45;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_48;
memset((&L_48), 0, sizeof(L_48));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_48), (1.0f), (0.75f), /*hidden argument*/NULL);
NullCheck(L_47);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_47, L_48, /*hidden argument*/NULL);
// backgroundRect.sizeDelta = new Vector2(0, 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_49;
memset((&L_49), 0, sizeof(L_49));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_49), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_47);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_47, L_49, /*hidden argument*/NULL);
// RectTransform fillAreaRect = fillArea.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_50 = V_2;
NullCheck(L_50);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_51 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_50, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// fillAreaRect.anchorMin = new Vector2(0, 0.25f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_52 = L_51;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_53;
memset((&L_53), 0, sizeof(L_53));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_53), (0.0f), (0.25f), /*hidden argument*/NULL);
NullCheck(L_52);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_52, L_53, /*hidden argument*/NULL);
// fillAreaRect.anchorMax = new Vector2(1, 0.75f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_54 = L_52;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_55;
memset((&L_55), 0, sizeof(L_55));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_55), (1.0f), (0.75f), /*hidden argument*/NULL);
NullCheck(L_54);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_54, L_55, /*hidden argument*/NULL);
// fillAreaRect.anchoredPosition = new Vector2(-5, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_56 = L_54;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_57;
memset((&L_57), 0, sizeof(L_57));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_57), (-5.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_56);
RectTransform_set_anchoredPosition_m4DD45DB1A97734A1F3A81E5F259638ECAF35962F(L_56, L_57, /*hidden argument*/NULL);
// fillAreaRect.sizeDelta = new Vector2(-20, 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_58;
memset((&L_58), 0, sizeof(L_58));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_58), (-20.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_56);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_56, L_58, /*hidden argument*/NULL);
// Image fillImage = fill.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_59 = V_3;
NullCheck(L_59);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_60 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_59, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
// fillImage.sprite = resources.standard;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_61 = L_60;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_62 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_63 = L_62.get_standard_0();
NullCheck(L_61);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_61, L_63, /*hidden argument*/NULL);
// fillImage.type = Image.Type.Sliced;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_64 = L_61;
NullCheck(L_64);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_64, 1, /*hidden argument*/NULL);
// fillImage.color = s_DefaultSelectableColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_65 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_DefaultSelectableColor_7();
NullCheck(L_64);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_64, L_65);
// RectTransform fillRect = fill.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_66 = V_3;
NullCheck(L_66);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_67 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_66, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// fillRect.sizeDelta = new Vector2(10, 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68;
memset((&L_68), 0, sizeof(L_68));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_68), (10.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_67);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_67, L_68, /*hidden argument*/NULL);
// RectTransform handleAreaRect = handleArea.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_69 = V_4;
NullCheck(L_69);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_70 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_69, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// handleAreaRect.sizeDelta = new Vector2(-20, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_71 = L_70;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_72;
memset((&L_72), 0, sizeof(L_72));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_72), (-20.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_71);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_71, L_72, /*hidden argument*/NULL);
// handleAreaRect.anchorMin = new Vector2(0, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_73 = L_71;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_74;
memset((&L_74), 0, sizeof(L_74));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_74), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_73);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_73, L_74, /*hidden argument*/NULL);
// handleAreaRect.anchorMax = new Vector2(1, 1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_75;
memset((&L_75), 0, sizeof(L_75));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_75), (1.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_73);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_73, L_75, /*hidden argument*/NULL);
// Image handleImage = handle.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_76 = V_5;
NullCheck(L_76);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_77 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_76, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
V_6 = L_77;
// handleImage.sprite = resources.knob;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_78 = V_6;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_79 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_80 = L_79.get_knob_3();
NullCheck(L_78);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_78, L_80, /*hidden argument*/NULL);
// handleImage.color = s_DefaultSelectableColor;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_81 = V_6;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_82 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_DefaultSelectableColor_7();
NullCheck(L_81);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_81, L_82);
// RectTransform handleRect = handle.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_83 = V_5;
NullCheck(L_83);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_84 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_83, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// handleRect.sizeDelta = new Vector2(20, 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_85;
memset((&L_85), 0, sizeof(L_85));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_85), (20.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_84);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_84, L_85, /*hidden argument*/NULL);
// Slider slider = root.GetComponent<Slider>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_86 = V_0;
NullCheck(L_86);
Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * L_87 = GameObject_GetComponent_TisSlider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09_m688424BCA2C09954B36F15A3C82F17CAECEB91A7(L_86, /*hidden argument*/GameObject_GetComponent_TisSlider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09_m688424BCA2C09954B36F15A3C82F17CAECEB91A7_RuntimeMethod_var);
// slider.fillRect = fill.GetComponent<RectTransform>();
Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * L_88 = L_87;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_89 = V_3;
NullCheck(L_89);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_90 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_89, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
NullCheck(L_88);
Slider_set_fillRect_mD84E7633BC3F88D77B10F78C5B6731674B98110B(L_88, L_90, /*hidden argument*/NULL);
// slider.handleRect = handle.GetComponent<RectTransform>();
Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * L_91 = L_88;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_92 = V_5;
NullCheck(L_92);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_93 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_92, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
NullCheck(L_91);
Slider_set_handleRect_m5BFDDDC79CBCDFD3A85969E4793E6775EC8A54CE(L_91, L_93, /*hidden argument*/NULL);
// slider.targetGraphic = handleImage;
Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * L_94 = L_91;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_95 = V_6;
NullCheck(L_94);
Selectable_set_targetGraphic_mDA4746F7DF1665B6BF49CE3B026DE84640CA7AC5(L_94, L_95, /*hidden argument*/NULL);
// slider.direction = Slider.Direction.LeftToRight;
Slider_t0654A41304B5CE7074CA86F4E66CB681D0D52C09 * L_96 = L_94;
NullCheck(L_96);
Slider_set_direction_mA51E204E4880C34EAC54578285F6C25C8C7D1170(L_96, 0, /*hidden argument*/NULL);
// SetDefaultColorTransitionValues(slider);
DefaultControls_SetDefaultColorTransitionValues_m7E4AA2E8B97EF5620C34FEE8D146FA35C054EB8F(L_96, /*hidden argument*/NULL);
// return root;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_97 = V_0;
return L_97;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateScrollbar(UnityEngine.UI.DefaultControls_Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateScrollbar_m876785B77922E7A0918137096FE9CEEC4BBCA1C6 (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateScrollbar_m876785B77922E7A0918137096FE9CEEC4BBCA1C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_1 = NULL;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * V_2 = NULL;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * V_3 = NULL;
{
// GameObject scrollbarRoot = CreateUIElementRoot("Scrollbar", s_ThinElementSize, typeof(Image), typeof(Scrollbar));
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_ThinElementSize_5();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_7);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7(_stringLiteralCD289AA6ADCBDEB8448BBE98E9F19873F2B45B16, L_0, L_5, /*hidden argument*/NULL);
V_0 = L_8;
// GameObject sliderArea = CreateUIObject("Sliding Area", scrollbarRoot, typeof(RectTransform));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_10 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = L_10;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_13);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_13);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral564F9BE925CC7F60130686E7C28A11036FFBEBBA, L_9, L_11, /*hidden argument*/NULL);
V_1 = L_14;
// GameObject handle = CreateUIObject("Handle", sliderArea, typeof(Image));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = V_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = L_16;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_19);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_20 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteralC0392B2B1C472815BA8D1A1E3B20F4A279BF6C50, L_15, L_17, /*hidden argument*/NULL);
// Image bgImage = scrollbarRoot.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_21 = V_0;
NullCheck(L_21);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_22 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_21, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
// bgImage.sprite = resources.background;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_23 = L_22;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_24 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_25 = L_24.get_background_1();
NullCheck(L_23);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_23, L_25, /*hidden argument*/NULL);
// bgImage.type = Image.Type.Sliced;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_26 = L_23;
NullCheck(L_26);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_26, 1, /*hidden argument*/NULL);
// bgImage.color = s_DefaultSelectableColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_27 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_DefaultSelectableColor_7();
NullCheck(L_26);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_26, L_27);
// Image handleImage = handle.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_28 = L_20;
NullCheck(L_28);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_29 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_28, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
V_2 = L_29;
// handleImage.sprite = resources.standard;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_30 = V_2;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_31 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_32 = L_31.get_standard_0();
NullCheck(L_30);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_30, L_32, /*hidden argument*/NULL);
// handleImage.type = Image.Type.Sliced;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_33 = V_2;
NullCheck(L_33);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_33, 1, /*hidden argument*/NULL);
// handleImage.color = s_DefaultSelectableColor;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_34 = V_2;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_35 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_DefaultSelectableColor_7();
NullCheck(L_34);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_34, L_35);
// RectTransform sliderAreaRect = sliderArea.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_36 = V_1;
NullCheck(L_36);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_37 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_36, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// sliderAreaRect.sizeDelta = new Vector2(-20, -20);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_38 = L_37;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_39;
memset((&L_39), 0, sizeof(L_39));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_39), (-20.0f), (-20.0f), /*hidden argument*/NULL);
NullCheck(L_38);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_38, L_39, /*hidden argument*/NULL);
// sliderAreaRect.anchorMin = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_40 = L_38;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_41 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_40);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_40, L_41, /*hidden argument*/NULL);
// sliderAreaRect.anchorMax = Vector2.one;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_42 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_40);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_40, L_42, /*hidden argument*/NULL);
// RectTransform handleRect = handle.GetComponent<RectTransform>();
NullCheck(L_28);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_43 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_28, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
V_3 = L_43;
// handleRect.sizeDelta = new Vector2(20, 20);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_44 = V_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_45;
memset((&L_45), 0, sizeof(L_45));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_45), (20.0f), (20.0f), /*hidden argument*/NULL);
NullCheck(L_44);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_44, L_45, /*hidden argument*/NULL);
// Scrollbar scrollbar = scrollbarRoot.GetComponent<Scrollbar>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_46 = V_0;
NullCheck(L_46);
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * L_47 = GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6(L_46, /*hidden argument*/GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6_RuntimeMethod_var);
// scrollbar.handleRect = handleRect;
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * L_48 = L_47;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_49 = V_3;
NullCheck(L_48);
Scrollbar_set_handleRect_m7AB0A8D449A11E4F2CE86DAB09E7352D04C00EE9(L_48, L_49, /*hidden argument*/NULL);
// scrollbar.targetGraphic = handleImage;
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * L_50 = L_48;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_51 = V_2;
NullCheck(L_50);
Selectable_set_targetGraphic_mDA4746F7DF1665B6BF49CE3B026DE84640CA7AC5(L_50, L_51, /*hidden argument*/NULL);
// SetDefaultColorTransitionValues(scrollbar);
DefaultControls_SetDefaultColorTransitionValues_m7E4AA2E8B97EF5620C34FEE8D146FA35C054EB8F(L_50, /*hidden argument*/NULL);
// return scrollbarRoot;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_52 = V_0;
return L_52;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateToggle(UnityEngine.UI.DefaultControls_Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateToggle_m9F0611E37F71C5C077EB3D64D998A7117C830B7F (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateToggle_m9F0611E37F71C5C077EB3D64D998A7117C830B7F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_1 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_2 = NULL;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * V_3 = NULL;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * V_4 = NULL;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * V_5 = NULL;
{
// GameObject toggleRoot = CreateUIElementRoot("Toggle", s_ThinElementSize, typeof(Toggle));
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_ThinElementSize_5();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7(_stringLiteralD5E14B063514CB6630E55F0AEB0AD3B37897EFCA, L_0, L_2, /*hidden argument*/NULL);
V_0 = L_5;
// GameObject background = CreateUIObject("Background", toggleRoot, typeof(Image));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_7 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_8 = L_7;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_10);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_10);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral64DD60FE1A049FE6DB3EB1369DEC2E42BF428E21, L_6, L_8, /*hidden argument*/NULL);
V_1 = L_11;
// GameObject checkmark = CreateUIObject("Checkmark", background, typeof(Image));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = V_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_13 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = L_13;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_16);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_17 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral02D0D18716CB3B951810309E5A5A906EFF9A88A2, L_12, L_14, /*hidden argument*/NULL);
V_2 = L_17;
// GameObject childLabel = CreateUIObject("Label", toggleRoot, typeof(Text));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_18 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_19 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = L_19;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_0_0_0_var) };
Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_22);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_22);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_23 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral74341E3C271DF3C784E595B804B1F90BE0F80429, L_18, L_20, /*hidden argument*/NULL);
// Toggle toggle = toggleRoot.GetComponent<Toggle>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_24 = V_0;
NullCheck(L_24);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_25 = GameObject_GetComponent_TisToggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_m9F98F777EFF307DC0F6FEA2C006044097874BE11(L_24, /*hidden argument*/GameObject_GetComponent_TisToggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_m9F98F777EFF307DC0F6FEA2C006044097874BE11_RuntimeMethod_var);
V_3 = L_25;
// toggle.isOn = true;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_26 = V_3;
NullCheck(L_26);
Toggle_set_isOn_m520D16B143619437D7997316584A029D7C3CABF8(L_26, (bool)1, /*hidden argument*/NULL);
// Image bgImage = background.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_27 = V_1;
NullCheck(L_27);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_28 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_27, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
V_4 = L_28;
// bgImage.sprite = resources.standard;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_29 = V_4;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_30 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_31 = L_30.get_standard_0();
NullCheck(L_29);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_29, L_31, /*hidden argument*/NULL);
// bgImage.type = Image.Type.Sliced;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_32 = V_4;
NullCheck(L_32);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_32, 1, /*hidden argument*/NULL);
// bgImage.color = s_DefaultSelectableColor;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_33 = V_4;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_34 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_DefaultSelectableColor_7();
NullCheck(L_33);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_33, L_34);
// Image checkmarkImage = checkmark.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_35 = V_2;
NullCheck(L_35);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_36 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_35, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
V_5 = L_36;
// checkmarkImage.sprite = resources.checkmark;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_37 = V_5;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_38 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_39 = L_38.get_checkmark_4();
NullCheck(L_37);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_37, L_39, /*hidden argument*/NULL);
// Text label = childLabel.GetComponent<Text>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_40 = L_23;
NullCheck(L_40);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_41 = GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A(L_40, /*hidden argument*/GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A_RuntimeMethod_var);
// label.text = "Toggle";
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_42 = L_41;
NullCheck(L_42);
VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_42, _stringLiteralD5E14B063514CB6630E55F0AEB0AD3B37897EFCA);
// SetDefaultTextValues(label);
DefaultControls_SetDefaultTextValues_m79AA4B1F7A2061B259933C3F0CDBB12788BC3DFE(L_42, /*hidden argument*/NULL);
// toggle.graphic = checkmarkImage;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_43 = V_3;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_44 = V_5;
NullCheck(L_43);
L_43->set_graphic_20(L_44);
// toggle.targetGraphic = bgImage;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_45 = V_3;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_46 = V_4;
NullCheck(L_45);
Selectable_set_targetGraphic_mDA4746F7DF1665B6BF49CE3B026DE84640CA7AC5(L_45, L_46, /*hidden argument*/NULL);
// SetDefaultColorTransitionValues(toggle);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_47 = V_3;
DefaultControls_SetDefaultColorTransitionValues_m7E4AA2E8B97EF5620C34FEE8D146FA35C054EB8F(L_47, /*hidden argument*/NULL);
// RectTransform bgRect = background.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_48 = V_1;
NullCheck(L_48);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_49 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_48, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// bgRect.anchorMin = new Vector2(0f, 1f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_50 = L_49;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_51;
memset((&L_51), 0, sizeof(L_51));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_51), (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_50);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_50, L_51, /*hidden argument*/NULL);
// bgRect.anchorMax = new Vector2(0f, 1f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_52 = L_50;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_53;
memset((&L_53), 0, sizeof(L_53));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_53), (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_52);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_52, L_53, /*hidden argument*/NULL);
// bgRect.anchoredPosition = new Vector2(10f, -10f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_54 = L_52;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_55;
memset((&L_55), 0, sizeof(L_55));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_55), (10.0f), (-10.0f), /*hidden argument*/NULL);
NullCheck(L_54);
RectTransform_set_anchoredPosition_m4DD45DB1A97734A1F3A81E5F259638ECAF35962F(L_54, L_55, /*hidden argument*/NULL);
// bgRect.sizeDelta = new Vector2(kThinHeight, kThinHeight);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_56;
memset((&L_56), 0, sizeof(L_56));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_56), (20.0f), (20.0f), /*hidden argument*/NULL);
NullCheck(L_54);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_54, L_56, /*hidden argument*/NULL);
// RectTransform checkmarkRect = checkmark.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_57 = V_2;
NullCheck(L_57);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_58 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_57, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// checkmarkRect.anchorMin = new Vector2(0.5f, 0.5f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_59 = L_58;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_60;
memset((&L_60), 0, sizeof(L_60));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_60), (0.5f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_59);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_59, L_60, /*hidden argument*/NULL);
// checkmarkRect.anchorMax = new Vector2(0.5f, 0.5f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_61 = L_59;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_62;
memset((&L_62), 0, sizeof(L_62));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_62), (0.5f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_61);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_61, L_62, /*hidden argument*/NULL);
// checkmarkRect.anchoredPosition = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_63 = L_61;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_64 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_63);
RectTransform_set_anchoredPosition_m4DD45DB1A97734A1F3A81E5F259638ECAF35962F(L_63, L_64, /*hidden argument*/NULL);
// checkmarkRect.sizeDelta = new Vector2(20f, 20f);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_65;
memset((&L_65), 0, sizeof(L_65));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_65), (20.0f), (20.0f), /*hidden argument*/NULL);
NullCheck(L_63);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_63, L_65, /*hidden argument*/NULL);
// RectTransform labelRect = childLabel.GetComponent<RectTransform>();
NullCheck(L_40);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_66 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_40, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// labelRect.anchorMin = new Vector2(0f, 0f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_67 = L_66;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68;
memset((&L_68), 0, sizeof(L_68));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_68), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_67);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_67, L_68, /*hidden argument*/NULL);
// labelRect.anchorMax = new Vector2(1f, 1f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_69 = L_67;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_70;
memset((&L_70), 0, sizeof(L_70));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_70), (1.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_69);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_69, L_70, /*hidden argument*/NULL);
// labelRect.offsetMin = new Vector2(23f, 1f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_71 = L_69;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_72;
memset((&L_72), 0, sizeof(L_72));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_72), (23.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_71);
RectTransform_set_offsetMin_m7455ED64FF16C597E648E022BA768CFDCF4531AC(L_71, L_72, /*hidden argument*/NULL);
// labelRect.offsetMax = new Vector2(-5f, -2f);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_73;
memset((&L_73), 0, sizeof(L_73));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_73), (-5.0f), (-2.0f), /*hidden argument*/NULL);
NullCheck(L_71);
RectTransform_set_offsetMax_mD55D44AD4740C79B5C2C83C60B0C38BF1090501C(L_71, L_73, /*hidden argument*/NULL);
// return toggleRoot;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_74 = V_0;
return L_74;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateInputField(UnityEngine.UI.DefaultControls_Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateInputField_mDF85B76D7CDE06E5E49F537EA5FDD8192DA5E65A (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateInputField_mDF85B76D7CDE06E5E49F537EA5FDD8192DA5E65A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_1 = NULL;
InputField_t533609195B110760BCFF00B746C87D81969CB005 * V_2 = NULL;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * V_3 = NULL;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * V_4 = NULL;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_5;
memset((&V_5), 0, sizeof(V_5));
{
// GameObject root = CreateUIElementRoot("InputField", s_ThickElementSize, typeof(Image), typeof(InputField));
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_ThickElementSize_4();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (InputField_t533609195B110760BCFF00B746C87D81969CB005_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_7);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7(_stringLiteralBDE4849D61262D79AEE48F2D9E10F7257C63A7CA, L_0, L_5, /*hidden argument*/NULL);
V_0 = L_8;
// GameObject childPlaceholder = CreateUIObject("Placeholder", root, typeof(Text));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_10 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = L_10;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_13);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_13);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteralED212FA164B940B935EC0A25B32878A0917C7268, L_9, L_11, /*hidden argument*/NULL);
V_1 = L_14;
// GameObject childText = CreateUIObject("Text", root, typeof(Text));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = L_16;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast<intptr_t> (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_0_0_0_var) };
Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_19);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_20 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteralC3328C39B0E29F78E9FF45DB674248B1D245887D, L_15, L_17, /*hidden argument*/NULL);
// Image image = root.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_21 = V_0;
NullCheck(L_21);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_22 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_21, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
// image.sprite = resources.inputField;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_23 = L_22;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_24 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_25 = L_24.get_inputField_2();
NullCheck(L_23);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_23, L_25, /*hidden argument*/NULL);
// image.type = Image.Type.Sliced;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_26 = L_23;
NullCheck(L_26);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_26, 1, /*hidden argument*/NULL);
// image.color = s_DefaultSelectableColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_27 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_DefaultSelectableColor_7();
NullCheck(L_26);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_26, L_27);
// InputField inputField = root.GetComponent<InputField>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_28 = V_0;
NullCheck(L_28);
InputField_t533609195B110760BCFF00B746C87D81969CB005 * L_29 = GameObject_GetComponent_TisInputField_t533609195B110760BCFF00B746C87D81969CB005_mA51516D144F85CAE471A6A68DF98CFB88FCE87AA(L_28, /*hidden argument*/GameObject_GetComponent_TisInputField_t533609195B110760BCFF00B746C87D81969CB005_mA51516D144F85CAE471A6A68DF98CFB88FCE87AA_RuntimeMethod_var);
V_2 = L_29;
// SetDefaultColorTransitionValues(inputField);
InputField_t533609195B110760BCFF00B746C87D81969CB005 * L_30 = V_2;
DefaultControls_SetDefaultColorTransitionValues_m7E4AA2E8B97EF5620C34FEE8D146FA35C054EB8F(L_30, /*hidden argument*/NULL);
// Text text = childText.GetComponent<Text>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_31 = L_20;
NullCheck(L_31);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_32 = GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A(L_31, /*hidden argument*/GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A_RuntimeMethod_var);
V_3 = L_32;
// text.text = "";
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_33 = V_3;
NullCheck(L_33);
VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_33, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
// text.supportRichText = false;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_34 = V_3;
NullCheck(L_34);
Text_set_supportRichText_m8854F111655576BEB5010C2E20DBA3F6CDD4A728(L_34, (bool)0, /*hidden argument*/NULL);
// SetDefaultTextValues(text);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_35 = V_3;
DefaultControls_SetDefaultTextValues_m79AA4B1F7A2061B259933C3F0CDBB12788BC3DFE(L_35, /*hidden argument*/NULL);
// Text placeholder = childPlaceholder.GetComponent<Text>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_36 = V_1;
NullCheck(L_36);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_37 = GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A(L_36, /*hidden argument*/GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A_RuntimeMethod_var);
V_4 = L_37;
// placeholder.text = "Enter text...";
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_38 = V_4;
NullCheck(L_38);
VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_38, _stringLiteralF211CC2AA8CA0E451A49A1F44483A3C0A24BCFCA);
// placeholder.fontStyle = FontStyle.Italic;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_39 = V_4;
NullCheck(L_39);
Text_set_fontStyle_mEB69FC3AD201D282D5DC1985A6B3656B79542030(L_39, 2, /*hidden argument*/NULL);
// Color placeholderColor = text.color;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_40 = V_3;
NullCheck(L_40);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_41 = VirtFuncInvoker0< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_40);
V_5 = L_41;
// placeholderColor.a *= 0.5f;
float* L_42 = (&V_5)->get_address_of_a_3();
float* L_43 = L_42;
float L_44 = *((float*)L_43);
*((float*)L_43) = (float)((float)il2cpp_codegen_multiply((float)L_44, (float)(0.5f)));
// placeholder.color = placeholderColor;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_45 = V_4;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_46 = V_5;
NullCheck(L_45);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_45, L_46);
// RectTransform textRectTransform = childText.GetComponent<RectTransform>();
NullCheck(L_31);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_47 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_31, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// textRectTransform.anchorMin = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_48 = L_47;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_49 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_48);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_48, L_49, /*hidden argument*/NULL);
// textRectTransform.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_50 = L_48;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_51 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_50);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_50, L_51, /*hidden argument*/NULL);
// textRectTransform.sizeDelta = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_52 = L_50;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_53 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_52);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_52, L_53, /*hidden argument*/NULL);
// textRectTransform.offsetMin = new Vector2(10, 6);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_54 = L_52;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_55;
memset((&L_55), 0, sizeof(L_55));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_55), (10.0f), (6.0f), /*hidden argument*/NULL);
NullCheck(L_54);
RectTransform_set_offsetMin_m7455ED64FF16C597E648E022BA768CFDCF4531AC(L_54, L_55, /*hidden argument*/NULL);
// textRectTransform.offsetMax = new Vector2(-10, -7);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_56;
memset((&L_56), 0, sizeof(L_56));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_56), (-10.0f), (-7.0f), /*hidden argument*/NULL);
NullCheck(L_54);
RectTransform_set_offsetMax_mD55D44AD4740C79B5C2C83C60B0C38BF1090501C(L_54, L_56, /*hidden argument*/NULL);
// RectTransform placeholderRectTransform = childPlaceholder.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_57 = V_1;
NullCheck(L_57);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_58 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_57, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// placeholderRectTransform.anchorMin = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_59 = L_58;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_60 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_59);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_59, L_60, /*hidden argument*/NULL);
// placeholderRectTransform.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_61 = L_59;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_62 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_61);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_61, L_62, /*hidden argument*/NULL);
// placeholderRectTransform.sizeDelta = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_63 = L_61;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_64 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_63);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_63, L_64, /*hidden argument*/NULL);
// placeholderRectTransform.offsetMin = new Vector2(10, 6);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_65 = L_63;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_66;
memset((&L_66), 0, sizeof(L_66));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_66), (10.0f), (6.0f), /*hidden argument*/NULL);
NullCheck(L_65);
RectTransform_set_offsetMin_m7455ED64FF16C597E648E022BA768CFDCF4531AC(L_65, L_66, /*hidden argument*/NULL);
// placeholderRectTransform.offsetMax = new Vector2(-10, -7);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_67;
memset((&L_67), 0, sizeof(L_67));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_67), (-10.0f), (-7.0f), /*hidden argument*/NULL);
NullCheck(L_65);
RectTransform_set_offsetMax_mD55D44AD4740C79B5C2C83C60B0C38BF1090501C(L_65, L_67, /*hidden argument*/NULL);
// inputField.textComponent = text;
InputField_t533609195B110760BCFF00B746C87D81969CB005 * L_68 = V_2;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_69 = V_3;
NullCheck(L_68);
InputField_set_textComponent_m11FA15B17BA3DB27324CE4040E063B7DAC091B07(L_68, L_69, /*hidden argument*/NULL);
// inputField.placeholder = placeholder;
InputField_t533609195B110760BCFF00B746C87D81969CB005 * L_70 = V_2;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_71 = V_4;
NullCheck(L_70);
InputField_set_placeholder_m0865B4D3D4ECD6FD461DAB885EB092EEB21A4043(L_70, L_71, /*hidden argument*/NULL);
// return root;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_72 = V_0;
return L_72;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateDropdown(UnityEngine.UI.DefaultControls_Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateDropdown_m00FF9DE1B54D5EA9B22EECC23EAB2D465538C0B2 (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateDropdown_m00FF9DE1B54D5EA9B22EECC23EAB2D465538C0B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_1 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_2 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_3 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_4 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_5 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_6 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_7 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_8 = NULL;
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * V_9 = NULL;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * V_10 = NULL;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * V_11 = NULL;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * V_12 = NULL;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * V_13 = NULL;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * V_14 = NULL;
{
// GameObject root = CreateUIElementRoot("Dropdown", s_ThickElementSize, typeof(Image), typeof(Dropdown));
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_ThickElementSize_4();
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_7);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7(_stringLiteralFC2D12B944ACEBE30DD287A5A171FEECA740C24D, L_0, L_5, /*hidden argument*/NULL);
V_0 = L_8;
// GameObject label = CreateUIObject("Label", root, typeof(Text));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_10 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = L_10;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_13);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_13);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral74341E3C271DF3C784E595B804B1F90BE0F80429, L_9, L_11, /*hidden argument*/NULL);
V_1 = L_14;
// GameObject arrow = CreateUIObject("Arrow", root, typeof(Image));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_15 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_16 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_17 = L_16;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_19);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_20 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral3A4758C3CC8DAC2D76026D0733816741F9B21D43, L_15, L_17, /*hidden argument*/NULL);
V_2 = L_20;
// GameObject template = CreateUIObject("Template", root, typeof(Image), typeof(ScrollRect));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_21 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_22 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_23 = L_22;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_24 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_25 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_24, /*hidden argument*/NULL);
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_25);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_25);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_26 = L_23;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_27 = { reinterpret_cast<intptr_t> (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51_0_0_0_var) };
Type_t * L_28 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_27, /*hidden argument*/NULL);
NullCheck(L_26);
ArrayElementTypeCheck (L_26, L_28);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_28);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_29 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral3EC1AE061C27325C7ECB543ADF91235E22CBC9ED, L_21, L_26, /*hidden argument*/NULL);
V_3 = L_29;
// GameObject viewport = CreateUIObject("Viewport", template, typeof(Image), typeof(Mask));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_30 = V_3;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_31 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_32 = L_31;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_33 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_34 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_33, /*hidden argument*/NULL);
NullCheck(L_32);
ArrayElementTypeCheck (L_32, L_34);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_34);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_35 = L_32;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_36 = { reinterpret_cast<intptr_t> (Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_0_0_0_var) };
Type_t * L_37 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_36, /*hidden argument*/NULL);
NullCheck(L_35);
ArrayElementTypeCheck (L_35, L_37);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_37);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_38 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral09E594A52BE3A0E6E14D1A2606F909F43C8B96D0, L_30, L_35, /*hidden argument*/NULL);
V_4 = L_38;
// GameObject content = CreateUIObject("Content", viewport, typeof(RectTransform));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_39 = V_4;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_40 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_41 = L_40;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_42 = { reinterpret_cast<intptr_t> (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_0_0_0_var) };
Type_t * L_43 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_42, /*hidden argument*/NULL);
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_43);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_43);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_44 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral4F9BE057F0EA5D2BA72FD2C810E8D7B9AA98B469, L_39, L_41, /*hidden argument*/NULL);
V_5 = L_44;
// GameObject item = CreateUIObject("Item", content, typeof(Toggle));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_45 = V_5;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_46 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_47 = L_46;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_48 = { reinterpret_cast<intptr_t> (Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_0_0_0_var) };
Type_t * L_49 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_48, /*hidden argument*/NULL);
NullCheck(L_47);
ArrayElementTypeCheck (L_47, L_49);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_49);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_50 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteralECDDA59AEA5EE67D7D854C969CCF7F4F4B4A4C54, L_45, L_47, /*hidden argument*/NULL);
V_6 = L_50;
// GameObject itemBackground = CreateUIObject("Item Background", item, typeof(Image));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_51 = V_6;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_52 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_53 = L_52;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_54 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_55 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_54, /*hidden argument*/NULL);
NullCheck(L_53);
ArrayElementTypeCheck (L_53, L_55);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_55);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_56 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral96D7E9F2E4825831074F9250E51D3BA8B94AF597, L_51, L_53, /*hidden argument*/NULL);
V_7 = L_56;
// GameObject itemCheckmark = CreateUIObject("Item Checkmark", item, typeof(Image));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_57 = V_6;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_58 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_59 = L_58;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_60 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_61 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_60, /*hidden argument*/NULL);
NullCheck(L_59);
ArrayElementTypeCheck (L_59, L_61);
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_61);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_62 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral9F963877002FE8B751675B18E72CE57B05DB38A5, L_57, L_59, /*hidden argument*/NULL);
V_8 = L_62;
// GameObject itemLabel = CreateUIObject("Item Label", item, typeof(Text));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_63 = V_6;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_64 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_65 = L_64;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_66 = { reinterpret_cast<intptr_t> (Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_0_0_0_var) };
Type_t * L_67 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_66, /*hidden argument*/NULL);
NullCheck(L_65);
ArrayElementTypeCheck (L_65, L_67);
(L_65)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_67);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_68 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral2F0DBE96EDB83FAE28D899C9197D4DA6E4EABC5B, L_63, L_65, /*hidden argument*/NULL);
// GameObject scrollbar = CreateScrollbar(resources);
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_69 = ___resources0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_70 = DefaultControls_CreateScrollbar_m876785B77922E7A0918137096FE9CEEC4BBCA1C6(L_69, /*hidden argument*/NULL);
// scrollbar.name = "Scrollbar";
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_71 = L_70;
NullCheck(L_71);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_71, _stringLiteralCD289AA6ADCBDEB8448BBE98E9F19873F2B45B16, /*hidden argument*/NULL);
// SetParentAndAlign(scrollbar, template);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_72 = L_71;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_73 = V_3;
DefaultControls_SetParentAndAlign_mC0E1D3DCB97427FF74488DFED23A51047E04E925(L_72, L_73, /*hidden argument*/NULL);
// Scrollbar scrollbarScrollbar = scrollbar.GetComponent<Scrollbar>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_74 = L_72;
NullCheck(L_74);
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * L_75 = GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6(L_74, /*hidden argument*/GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6_RuntimeMethod_var);
V_9 = L_75;
// scrollbarScrollbar.SetDirection(Scrollbar.Direction.BottomToTop, true);
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * L_76 = V_9;
NullCheck(L_76);
Scrollbar_SetDirection_m04E971B5F25701C119EE60595560A5A821BEDB80(L_76, 2, (bool)1, /*hidden argument*/NULL);
// RectTransform vScrollbarRT = scrollbar.GetComponent<RectTransform>();
NullCheck(L_74);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_77 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_74, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// vScrollbarRT.anchorMin = Vector2.right;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_78 = L_77;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_79 = Vector2_get_right_mB4BD67462D579461853F297C0DE85D81E07E911E(/*hidden argument*/NULL);
NullCheck(L_78);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_78, L_79, /*hidden argument*/NULL);
// vScrollbarRT.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_80 = L_78;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_81 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_80);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_80, L_81, /*hidden argument*/NULL);
// vScrollbarRT.pivot = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_82 = L_80;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_83 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_82);
RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF(L_82, L_83, /*hidden argument*/NULL);
// vScrollbarRT.sizeDelta = new Vector2(vScrollbarRT.sizeDelta.x, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_84 = L_82;
NullCheck(L_84);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_85 = RectTransform_get_sizeDelta_mDA0A3E73679143B1B52CE2F9A417F90CB9F3DAFF(L_84, /*hidden argument*/NULL);
float L_86 = L_85.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_87;
memset((&L_87), 0, sizeof(L_87));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_87), L_86, (0.0f), /*hidden argument*/NULL);
NullCheck(L_84);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_84, L_87, /*hidden argument*/NULL);
// Text itemLabelText = itemLabel.GetComponent<Text>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_88 = L_68;
NullCheck(L_88);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_89 = GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A(L_88, /*hidden argument*/GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A_RuntimeMethod_var);
V_10 = L_89;
// SetDefaultTextValues(itemLabelText);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_90 = V_10;
DefaultControls_SetDefaultTextValues_m79AA4B1F7A2061B259933C3F0CDBB12788BC3DFE(L_90, /*hidden argument*/NULL);
// itemLabelText.alignment = TextAnchor.MiddleLeft;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_91 = V_10;
NullCheck(L_91);
Text_set_alignment_m561721B60004841C883CE9E1C981616E08AB1900(L_91, 3, /*hidden argument*/NULL);
// Image itemBackgroundImage = itemBackground.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_92 = V_7;
NullCheck(L_92);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_93 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_92, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
V_11 = L_93;
// itemBackgroundImage.color = new Color32(245, 245, 245, 255);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_94 = V_11;
Color32_t23ABC4AE0E0BDFD2E22EE1FA0DA3904FFE5F6E23 L_95;
memset((&L_95), 0, sizeof(L_95));
Color32__ctor_m1AEF46FBBBE4B522E6984D081A3D158198E10AA2((&L_95), (uint8_t)((int32_t)245), (uint8_t)((int32_t)245), (uint8_t)((int32_t)245), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_96 = Color32_op_Implicit_mA89CAD76E78975F51DF7374A67D18A5F6EF8DA61(L_95, /*hidden argument*/NULL);
NullCheck(L_94);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_94, L_96);
// Image itemCheckmarkImage = itemCheckmark.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_97 = V_8;
NullCheck(L_97);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_98 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_97, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
V_12 = L_98;
// itemCheckmarkImage.sprite = resources.checkmark;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_99 = V_12;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_100 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_101 = L_100.get_checkmark_4();
NullCheck(L_99);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_99, L_101, /*hidden argument*/NULL);
// Toggle itemToggle = item.GetComponent<Toggle>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_102 = V_6;
NullCheck(L_102);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_103 = GameObject_GetComponent_TisToggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_m9F98F777EFF307DC0F6FEA2C006044097874BE11(L_102, /*hidden argument*/GameObject_GetComponent_TisToggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_m9F98F777EFF307DC0F6FEA2C006044097874BE11_RuntimeMethod_var);
// itemToggle.targetGraphic = itemBackgroundImage;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_104 = L_103;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_105 = V_11;
NullCheck(L_104);
Selectable_set_targetGraphic_mDA4746F7DF1665B6BF49CE3B026DE84640CA7AC5(L_104, L_105, /*hidden argument*/NULL);
// itemToggle.graphic = itemCheckmarkImage;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_106 = L_104;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_107 = V_12;
NullCheck(L_106);
L_106->set_graphic_20(L_107);
// itemToggle.isOn = true;
NullCheck(L_106);
Toggle_set_isOn_m520D16B143619437D7997316584A029D7C3CABF8(L_106, (bool)1, /*hidden argument*/NULL);
// Image templateImage = template.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_108 = V_3;
NullCheck(L_108);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_109 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_108, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
// templateImage.sprite = resources.standard;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_110 = L_109;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_111 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_112 = L_111.get_standard_0();
NullCheck(L_110);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_110, L_112, /*hidden argument*/NULL);
// templateImage.type = Image.Type.Sliced;
NullCheck(L_110);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_110, 1, /*hidden argument*/NULL);
// ScrollRect templateScrollRect = template.GetComponent<ScrollRect>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_113 = V_3;
NullCheck(L_113);
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_114 = GameObject_GetComponent_TisScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51_m86F516439BCE4785DEF4C19316FF222CD6DD91E7(L_113, /*hidden argument*/GameObject_GetComponent_TisScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51_m86F516439BCE4785DEF4C19316FF222CD6DD91E7_RuntimeMethod_var);
// templateScrollRect.content = content.GetComponent<RectTransform>();
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_115 = L_114;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_116 = V_5;
NullCheck(L_116);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_117 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_116, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
NullCheck(L_115);
ScrollRect_set_content_mCCF04D1FE05A6EE7DB578FA797DD668C79F05373_inline(L_115, L_117, /*hidden argument*/NULL);
// templateScrollRect.viewport = viewport.GetComponent<RectTransform>();
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_118 = L_115;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_119 = V_4;
NullCheck(L_119);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_120 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_119, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
NullCheck(L_118);
ScrollRect_set_viewport_m445D1D8568F23E4F14BF524A7C3D06AC8C779DBF(L_118, L_120, /*hidden argument*/NULL);
// templateScrollRect.horizontal = false;
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_121 = L_118;
NullCheck(L_121);
ScrollRect_set_horizontal_mE171242DA7E88CFA23CFD1867ABCF02408BAE630_inline(L_121, (bool)0, /*hidden argument*/NULL);
// templateScrollRect.movementType = ScrollRect.MovementType.Clamped;
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_122 = L_121;
NullCheck(L_122);
ScrollRect_set_movementType_m5DC0E885A97CE2CE998AAF32B21BA0E5F0872375_inline(L_122, 2, /*hidden argument*/NULL);
// templateScrollRect.verticalScrollbar = scrollbarScrollbar;
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_123 = L_122;
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * L_124 = V_9;
NullCheck(L_123);
ScrollRect_set_verticalScrollbar_m8FBFA26D8764A67595C2A051E9F3EC96359AD587(L_123, L_124, /*hidden argument*/NULL);
// templateScrollRect.verticalScrollbarVisibility = ScrollRect.ScrollbarVisibility.AutoHideAndExpandViewport;
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_125 = L_123;
NullCheck(L_125);
ScrollRect_set_verticalScrollbarVisibility_m04378E56059A4C84FC9B210F79C2E6FF7A507E12(L_125, 2, /*hidden argument*/NULL);
// templateScrollRect.verticalScrollbarSpacing = -3;
NullCheck(L_125);
ScrollRect_set_verticalScrollbarSpacing_mD3E2AFC566836F6FA7C216D628044D5B46BFB13B(L_125, (-3.0f), /*hidden argument*/NULL);
// Mask scrollRectMask = viewport.GetComponent<Mask>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_126 = V_4;
NullCheck(L_126);
Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * L_127 = GameObject_GetComponent_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_mC09F1E3135566B979D6505E5F69268E8DDE16D47(L_126, /*hidden argument*/GameObject_GetComponent_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_mC09F1E3135566B979D6505E5F69268E8DDE16D47_RuntimeMethod_var);
// scrollRectMask.showMaskGraphic = false;
NullCheck(L_127);
Mask_set_showMaskGraphic_m90255D390C59EE8D263A71068837FB0768E998C8(L_127, (bool)0, /*hidden argument*/NULL);
// Image viewportImage = viewport.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_128 = V_4;
NullCheck(L_128);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_129 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_128, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
// viewportImage.sprite = resources.mask;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_130 = L_129;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_131 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_132 = L_131.get_mask_6();
NullCheck(L_130);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_130, L_132, /*hidden argument*/NULL);
// viewportImage.type = Image.Type.Sliced;
NullCheck(L_130);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_130, 1, /*hidden argument*/NULL);
// Text labelText = label.GetComponent<Text>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_133 = V_1;
NullCheck(L_133);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_134 = GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A(L_133, /*hidden argument*/GameObject_GetComponent_TisText_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030_m24A42DAE3900B867697FFD9DFB6E448D6978CD4A_RuntimeMethod_var);
V_13 = L_134;
// SetDefaultTextValues(labelText);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_135 = V_13;
DefaultControls_SetDefaultTextValues_m79AA4B1F7A2061B259933C3F0CDBB12788BC3DFE(L_135, /*hidden argument*/NULL);
// labelText.alignment = TextAnchor.MiddleLeft;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_136 = V_13;
NullCheck(L_136);
Text_set_alignment_m561721B60004841C883CE9E1C981616E08AB1900(L_136, 3, /*hidden argument*/NULL);
// Image arrowImage = arrow.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_137 = V_2;
NullCheck(L_137);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_138 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_137, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
// arrowImage.sprite = resources.dropdown;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_139 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_140 = L_139.get_dropdown_5();
NullCheck(L_138);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_138, L_140, /*hidden argument*/NULL);
// Image backgroundImage = root.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_141 = V_0;
NullCheck(L_141);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_142 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_141, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
V_14 = L_142;
// backgroundImage.sprite = resources.standard;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_143 = V_14;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_144 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_145 = L_144.get_standard_0();
NullCheck(L_143);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_143, L_145, /*hidden argument*/NULL);
// backgroundImage.color = s_DefaultSelectableColor;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_146 = V_14;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_147 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_DefaultSelectableColor_7();
NullCheck(L_146);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_146, L_147);
// backgroundImage.type = Image.Type.Sliced;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_148 = V_14;
NullCheck(L_148);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_148, 1, /*hidden argument*/NULL);
// Dropdown dropdown = root.GetComponent<Dropdown>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_149 = V_0;
NullCheck(L_149);
Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * L_150 = GameObject_GetComponent_TisDropdown_tF6331401084B1213CAB10587A6EC81461501930F_mCEDADB496C533D2B1022FE5C0B5D68493866A5E2(L_149, /*hidden argument*/GameObject_GetComponent_TisDropdown_tF6331401084B1213CAB10587A6EC81461501930F_mCEDADB496C533D2B1022FE5C0B5D68493866A5E2_RuntimeMethod_var);
// dropdown.targetGraphic = backgroundImage;
Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * L_151 = L_150;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_152 = V_14;
NullCheck(L_151);
Selectable_set_targetGraphic_mDA4746F7DF1665B6BF49CE3B026DE84640CA7AC5(L_151, L_152, /*hidden argument*/NULL);
// SetDefaultColorTransitionValues(dropdown);
Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * L_153 = L_151;
DefaultControls_SetDefaultColorTransitionValues_m7E4AA2E8B97EF5620C34FEE8D146FA35C054EB8F(L_153, /*hidden argument*/NULL);
// dropdown.template = template.GetComponent<RectTransform>();
Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * L_154 = L_153;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_155 = V_3;
NullCheck(L_155);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_156 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_155, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
NullCheck(L_154);
Dropdown_set_template_mB9D019C2D44DB5A936754540CA54AB20E948B395(L_154, L_156, /*hidden argument*/NULL);
// dropdown.captionText = labelText;
Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * L_157 = L_154;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_158 = V_13;
NullCheck(L_157);
Dropdown_set_captionText_m6EB525A575E15A0A8FBBA3C5E1E04B2743B5CE97(L_157, L_158, /*hidden argument*/NULL);
// dropdown.itemText = itemLabelText;
Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * L_159 = L_157;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_160 = V_10;
NullCheck(L_159);
Dropdown_set_itemText_m2D83A9DFB92CB75269DB174DD05560F416368240(L_159, L_160, /*hidden argument*/NULL);
// itemLabelText.text = "Option A";
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_161 = V_10;
NullCheck(L_161);
VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_161, _stringLiteralF65F17E852927D59CCF5ED29D413A07B7FF6977A);
// dropdown.options.Add(new Dropdown.OptionData {text = "Option A"});
Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * L_162 = L_159;
NullCheck(L_162);
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_163 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(L_162, /*hidden argument*/NULL);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_164 = (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 *)il2cpp_codegen_object_new(OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831_il2cpp_TypeInfo_var);
OptionData__ctor_m5FF808A9DC863C8D595D5F6BD2DBDC02112F1606(L_164, /*hidden argument*/NULL);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_165 = L_164;
NullCheck(L_165);
OptionData_set_text_m294B34165F072EEF65BEB4700D5F1484A52DC30B_inline(L_165, _stringLiteralF65F17E852927D59CCF5ED29D413A07B7FF6977A, /*hidden argument*/NULL);
NullCheck(L_163);
List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7(L_163, L_165, /*hidden argument*/List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7_RuntimeMethod_var);
// dropdown.options.Add(new Dropdown.OptionData {text = "Option B"});
Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * L_166 = L_162;
NullCheck(L_166);
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_167 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(L_166, /*hidden argument*/NULL);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_168 = (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 *)il2cpp_codegen_object_new(OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831_il2cpp_TypeInfo_var);
OptionData__ctor_m5FF808A9DC863C8D595D5F6BD2DBDC02112F1606(L_168, /*hidden argument*/NULL);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_169 = L_168;
NullCheck(L_169);
OptionData_set_text_m294B34165F072EEF65BEB4700D5F1484A52DC30B_inline(L_169, _stringLiteral82434DCEAD715602381B1E58A901E55BFE52DDE7, /*hidden argument*/NULL);
NullCheck(L_167);
List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7(L_167, L_169, /*hidden argument*/List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7_RuntimeMethod_var);
// dropdown.options.Add(new Dropdown.OptionData {text = "Option C"});
Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * L_170 = L_166;
NullCheck(L_170);
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_171 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(L_170, /*hidden argument*/NULL);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_172 = (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 *)il2cpp_codegen_object_new(OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831_il2cpp_TypeInfo_var);
OptionData__ctor_m5FF808A9DC863C8D595D5F6BD2DBDC02112F1606(L_172, /*hidden argument*/NULL);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_173 = L_172;
NullCheck(L_173);
OptionData_set_text_m294B34165F072EEF65BEB4700D5F1484A52DC30B_inline(L_173, _stringLiteralBBC3ECFBA5F94B95E90E1DB38E22C69A38723019, /*hidden argument*/NULL);
NullCheck(L_171);
List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7(L_171, L_173, /*hidden argument*/List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7_RuntimeMethod_var);
// dropdown.RefreshShownValue();
NullCheck(L_170);
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(L_170, /*hidden argument*/NULL);
// RectTransform labelRT = label.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_174 = V_1;
NullCheck(L_174);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_175 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_174, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// labelRT.anchorMin = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_176 = L_175;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_177 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_176);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_176, L_177, /*hidden argument*/NULL);
// labelRT.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_178 = L_176;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_179 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_178);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_178, L_179, /*hidden argument*/NULL);
// labelRT.offsetMin = new Vector2(10, 6);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_180 = L_178;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_181;
memset((&L_181), 0, sizeof(L_181));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_181), (10.0f), (6.0f), /*hidden argument*/NULL);
NullCheck(L_180);
RectTransform_set_offsetMin_m7455ED64FF16C597E648E022BA768CFDCF4531AC(L_180, L_181, /*hidden argument*/NULL);
// labelRT.offsetMax = new Vector2(-25, -7);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_182;
memset((&L_182), 0, sizeof(L_182));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_182), (-25.0f), (-7.0f), /*hidden argument*/NULL);
NullCheck(L_180);
RectTransform_set_offsetMax_mD55D44AD4740C79B5C2C83C60B0C38BF1090501C(L_180, L_182, /*hidden argument*/NULL);
// RectTransform arrowRT = arrow.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_183 = V_2;
NullCheck(L_183);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_184 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_183, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// arrowRT.anchorMin = new Vector2(1, 0.5f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_185 = L_184;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_186;
memset((&L_186), 0, sizeof(L_186));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_186), (1.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_185);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_185, L_186, /*hidden argument*/NULL);
// arrowRT.anchorMax = new Vector2(1, 0.5f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_187 = L_185;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_188;
memset((&L_188), 0, sizeof(L_188));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_188), (1.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_187);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_187, L_188, /*hidden argument*/NULL);
// arrowRT.sizeDelta = new Vector2(20, 20);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_189 = L_187;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_190;
memset((&L_190), 0, sizeof(L_190));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_190), (20.0f), (20.0f), /*hidden argument*/NULL);
NullCheck(L_189);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_189, L_190, /*hidden argument*/NULL);
// arrowRT.anchoredPosition = new Vector2(-15, 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_191;
memset((&L_191), 0, sizeof(L_191));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_191), (-15.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_189);
RectTransform_set_anchoredPosition_m4DD45DB1A97734A1F3A81E5F259638ECAF35962F(L_189, L_191, /*hidden argument*/NULL);
// RectTransform templateRT = template.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_192 = V_3;
NullCheck(L_192);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_193 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_192, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// templateRT.anchorMin = new Vector2(0, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_194 = L_193;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_195;
memset((&L_195), 0, sizeof(L_195));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_195), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_194);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_194, L_195, /*hidden argument*/NULL);
// templateRT.anchorMax = new Vector2(1, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_196 = L_194;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_197;
memset((&L_197), 0, sizeof(L_197));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_197), (1.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_196);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_196, L_197, /*hidden argument*/NULL);
// templateRT.pivot = new Vector2(0.5f, 1);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_198 = L_196;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_199;
memset((&L_199), 0, sizeof(L_199));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_199), (0.5f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_198);
RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF(L_198, L_199, /*hidden argument*/NULL);
// templateRT.anchoredPosition = new Vector2(0, 2);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_200 = L_198;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_201;
memset((&L_201), 0, sizeof(L_201));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_201), (0.0f), (2.0f), /*hidden argument*/NULL);
NullCheck(L_200);
RectTransform_set_anchoredPosition_m4DD45DB1A97734A1F3A81E5F259638ECAF35962F(L_200, L_201, /*hidden argument*/NULL);
// templateRT.sizeDelta = new Vector2(0, 150);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_202;
memset((&L_202), 0, sizeof(L_202));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_202), (0.0f), (150.0f), /*hidden argument*/NULL);
NullCheck(L_200);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_200, L_202, /*hidden argument*/NULL);
// RectTransform viewportRT = viewport.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_203 = V_4;
NullCheck(L_203);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_204 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_203, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// viewportRT.anchorMin = new Vector2(0, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_205 = L_204;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_206;
memset((&L_206), 0, sizeof(L_206));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_206), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_205);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_205, L_206, /*hidden argument*/NULL);
// viewportRT.anchorMax = new Vector2(1, 1);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_207 = L_205;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_208;
memset((&L_208), 0, sizeof(L_208));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_208), (1.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_207);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_207, L_208, /*hidden argument*/NULL);
// viewportRT.sizeDelta = new Vector2(-18, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_209 = L_207;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_210;
memset((&L_210), 0, sizeof(L_210));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_210), (-18.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_209);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_209, L_210, /*hidden argument*/NULL);
// viewportRT.pivot = new Vector2(0, 1);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_211;
memset((&L_211), 0, sizeof(L_211));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_211), (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_209);
RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF(L_209, L_211, /*hidden argument*/NULL);
// RectTransform contentRT = content.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_212 = V_5;
NullCheck(L_212);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_213 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_212, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// contentRT.anchorMin = new Vector2(0f, 1);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_214 = L_213;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_215;
memset((&L_215), 0, sizeof(L_215));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_215), (0.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_214);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_214, L_215, /*hidden argument*/NULL);
// contentRT.anchorMax = new Vector2(1f, 1);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_216 = L_214;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_217;
memset((&L_217), 0, sizeof(L_217));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_217), (1.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_216);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_216, L_217, /*hidden argument*/NULL);
// contentRT.pivot = new Vector2(0.5f, 1);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_218 = L_216;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_219;
memset((&L_219), 0, sizeof(L_219));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_219), (0.5f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_218);
RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF(L_218, L_219, /*hidden argument*/NULL);
// contentRT.anchoredPosition = new Vector2(0, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_220 = L_218;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_221;
memset((&L_221), 0, sizeof(L_221));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_221), (0.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_220);
RectTransform_set_anchoredPosition_m4DD45DB1A97734A1F3A81E5F259638ECAF35962F(L_220, L_221, /*hidden argument*/NULL);
// contentRT.sizeDelta = new Vector2(0, 28);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_222;
memset((&L_222), 0, sizeof(L_222));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_222), (0.0f), (28.0f), /*hidden argument*/NULL);
NullCheck(L_220);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_220, L_222, /*hidden argument*/NULL);
// RectTransform itemRT = item.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_223 = V_6;
NullCheck(L_223);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_224 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_223, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// itemRT.anchorMin = new Vector2(0, 0.5f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_225 = L_224;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_226;
memset((&L_226), 0, sizeof(L_226));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_226), (0.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_225);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_225, L_226, /*hidden argument*/NULL);
// itemRT.anchorMax = new Vector2(1, 0.5f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_227 = L_225;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_228;
memset((&L_228), 0, sizeof(L_228));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_228), (1.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_227);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_227, L_228, /*hidden argument*/NULL);
// itemRT.sizeDelta = new Vector2(0, 20);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_229;
memset((&L_229), 0, sizeof(L_229));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_229), (0.0f), (20.0f), /*hidden argument*/NULL);
NullCheck(L_227);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_227, L_229, /*hidden argument*/NULL);
// RectTransform itemBackgroundRT = itemBackground.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_230 = V_7;
NullCheck(L_230);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_231 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_230, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// itemBackgroundRT.anchorMin = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_232 = L_231;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_233 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_232);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_232, L_233, /*hidden argument*/NULL);
// itemBackgroundRT.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_234 = L_232;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_235 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_234);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_234, L_235, /*hidden argument*/NULL);
// itemBackgroundRT.sizeDelta = Vector2.zero;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_236 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_234);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_234, L_236, /*hidden argument*/NULL);
// RectTransform itemCheckmarkRT = itemCheckmark.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_237 = V_8;
NullCheck(L_237);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_238 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_237, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// itemCheckmarkRT.anchorMin = new Vector2(0, 0.5f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_239 = L_238;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_240;
memset((&L_240), 0, sizeof(L_240));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_240), (0.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_239);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_239, L_240, /*hidden argument*/NULL);
// itemCheckmarkRT.anchorMax = new Vector2(0, 0.5f);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_241 = L_239;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_242;
memset((&L_242), 0, sizeof(L_242));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_242), (0.0f), (0.5f), /*hidden argument*/NULL);
NullCheck(L_241);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_241, L_242, /*hidden argument*/NULL);
// itemCheckmarkRT.sizeDelta = new Vector2(20, 20);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_243 = L_241;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_244;
memset((&L_244), 0, sizeof(L_244));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_244), (20.0f), (20.0f), /*hidden argument*/NULL);
NullCheck(L_243);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_243, L_244, /*hidden argument*/NULL);
// itemCheckmarkRT.anchoredPosition = new Vector2(10, 0);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_245;
memset((&L_245), 0, sizeof(L_245));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_245), (10.0f), (0.0f), /*hidden argument*/NULL);
NullCheck(L_243);
RectTransform_set_anchoredPosition_m4DD45DB1A97734A1F3A81E5F259638ECAF35962F(L_243, L_245, /*hidden argument*/NULL);
// RectTransform itemLabelRT = itemLabel.GetComponent<RectTransform>();
NullCheck(L_88);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_246 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_88, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// itemLabelRT.anchorMin = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_247 = L_246;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_248 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_247);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_247, L_248, /*hidden argument*/NULL);
// itemLabelRT.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_249 = L_247;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_250 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_249);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_249, L_250, /*hidden argument*/NULL);
// itemLabelRT.offsetMin = new Vector2(20, 1);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_251 = L_249;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_252;
memset((&L_252), 0, sizeof(L_252));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_252), (20.0f), (1.0f), /*hidden argument*/NULL);
NullCheck(L_251);
RectTransform_set_offsetMin_m7455ED64FF16C597E648E022BA768CFDCF4531AC(L_251, L_252, /*hidden argument*/NULL);
// itemLabelRT.offsetMax = new Vector2(-10, -2);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_253;
memset((&L_253), 0, sizeof(L_253));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_253), (-10.0f), (-2.0f), /*hidden argument*/NULL);
NullCheck(L_251);
RectTransform_set_offsetMax_mD55D44AD4740C79B5C2C83C60B0C38BF1090501C(L_251, L_253, /*hidden argument*/NULL);
// template.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_254 = V_3;
NullCheck(L_254);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_254, (bool)0, /*hidden argument*/NULL);
// return root;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_255 = V_0;
return L_255;
}
}
// UnityEngine.GameObject UnityEngine.UI.DefaultControls::CreateScrollView(UnityEngine.UI.DefaultControls_Resources)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultControls_CreateScrollView_m18E2B79533E8C63917A90B112C7861D8777FAB89 (Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 ___resources0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_CreateScrollView_m18E2B79533E8C63917A90B112C7861D8777FAB89_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_1 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_2 = NULL;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * V_3 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_4 = NULL;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * V_5 = NULL;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * V_6 = NULL;
{
// GameObject root = CreateUIElementRoot("Scroll View", new Vector2(200, 200), typeof(Image), typeof(ScrollRect));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0;
memset((&L_0), 0, sizeof(L_0));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_0), (200.0f), (200.0f), /*hidden argument*/NULL);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_2 = L_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_4);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_4);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_5 = L_2;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_7);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_7);
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = DefaultControls_CreateUIElementRoot_m17541BAE4AF1CE86FBAC92CF02933A4CDAB0FAD7(_stringLiteral3005AF5906F0D0E9834355CBD9CF24C4332FFA1D, L_0, L_5, /*hidden argument*/NULL);
V_0 = L_8;
// GameObject viewport = CreateUIObject("Viewport", root, typeof(Image), typeof(Mask));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_9 = V_0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_10 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)2);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_11 = L_10;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E_0_0_0_var) };
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_13);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_13);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_14 = L_11;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_0_0_0_var) };
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (Type_t *)L_16);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_17 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral09E594A52BE3A0E6E14D1A2606F909F43C8B96D0, L_9, L_14, /*hidden argument*/NULL);
V_1 = L_17;
// GameObject content = CreateUIObject("Content", viewport, typeof(RectTransform));
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_18 = V_1;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_19 = (TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F*)SZArrayNew(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_20 = L_19;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_21 = { reinterpret_cast<intptr_t> (RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_0_0_0_var) };
Type_t * L_22 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_21, /*hidden argument*/NULL);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_22);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t *)L_22);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_23 = DefaultControls_CreateUIObject_mF356800BB8FDF5BF330B67B70FC4148D9D2FB47E(_stringLiteral4F9BE057F0EA5D2BA72FD2C810E8D7B9AA98B469, L_18, L_20, /*hidden argument*/NULL);
// GameObject hScrollbar = CreateScrollbar(resources);
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_24 = ___resources0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_25 = DefaultControls_CreateScrollbar_m876785B77922E7A0918137096FE9CEEC4BBCA1C6(L_24, /*hidden argument*/NULL);
V_2 = L_25;
// hScrollbar.name = "Scrollbar Horizontal";
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_26 = V_2;
NullCheck(L_26);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_26, _stringLiteralEC9F7D96DE56795EBE514797581798242F817D49, /*hidden argument*/NULL);
// SetParentAndAlign(hScrollbar, root);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_27 = V_2;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_28 = V_0;
DefaultControls_SetParentAndAlign_mC0E1D3DCB97427FF74488DFED23A51047E04E925(L_27, L_28, /*hidden argument*/NULL);
// RectTransform hScrollbarRT = hScrollbar.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_29 = V_2;
NullCheck(L_29);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_30 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_29, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
V_3 = L_30;
// hScrollbarRT.anchorMin = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_31 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_32 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_31);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_31, L_32, /*hidden argument*/NULL);
// hScrollbarRT.anchorMax = Vector2.right;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_33 = V_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_34 = Vector2_get_right_mB4BD67462D579461853F297C0DE85D81E07E911E(/*hidden argument*/NULL);
NullCheck(L_33);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_33, L_34, /*hidden argument*/NULL);
// hScrollbarRT.pivot = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_35 = V_3;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_36 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_35);
RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF(L_35, L_36, /*hidden argument*/NULL);
// hScrollbarRT.sizeDelta = new Vector2(0, hScrollbarRT.sizeDelta.y);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_37 = V_3;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_38 = V_3;
NullCheck(L_38);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_39 = RectTransform_get_sizeDelta_mDA0A3E73679143B1B52CE2F9A417F90CB9F3DAFF(L_38, /*hidden argument*/NULL);
float L_40 = L_39.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_41;
memset((&L_41), 0, sizeof(L_41));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_41), (0.0f), L_40, /*hidden argument*/NULL);
NullCheck(L_37);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_37, L_41, /*hidden argument*/NULL);
// GameObject vScrollbar = CreateScrollbar(resources);
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_42 = ___resources0;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_43 = DefaultControls_CreateScrollbar_m876785B77922E7A0918137096FE9CEEC4BBCA1C6(L_42, /*hidden argument*/NULL);
V_4 = L_43;
// vScrollbar.name = "Scrollbar Vertical";
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_44 = V_4;
NullCheck(L_44);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_44, _stringLiteral2CA317AB11597AD5389641AFD61F772E8AD833A5, /*hidden argument*/NULL);
// SetParentAndAlign(vScrollbar, root);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_45 = V_4;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_46 = V_0;
DefaultControls_SetParentAndAlign_mC0E1D3DCB97427FF74488DFED23A51047E04E925(L_45, L_46, /*hidden argument*/NULL);
// vScrollbar.GetComponent<Scrollbar>().SetDirection(Scrollbar.Direction.BottomToTop, true);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_47 = V_4;
NullCheck(L_47);
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * L_48 = GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6(L_47, /*hidden argument*/GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6_RuntimeMethod_var);
NullCheck(L_48);
Scrollbar_SetDirection_m04E971B5F25701C119EE60595560A5A821BEDB80(L_48, 2, (bool)1, /*hidden argument*/NULL);
// RectTransform vScrollbarRT = vScrollbar.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_49 = V_4;
NullCheck(L_49);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_50 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_49, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
// vScrollbarRT.anchorMin = Vector2.right;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_51 = L_50;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_52 = Vector2_get_right_mB4BD67462D579461853F297C0DE85D81E07E911E(/*hidden argument*/NULL);
NullCheck(L_51);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_51, L_52, /*hidden argument*/NULL);
// vScrollbarRT.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_53 = L_51;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_54 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_53);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_53, L_54, /*hidden argument*/NULL);
// vScrollbarRT.pivot = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_55 = L_53;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_56 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_55);
RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF(L_55, L_56, /*hidden argument*/NULL);
// vScrollbarRT.sizeDelta = new Vector2(vScrollbarRT.sizeDelta.x, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_57 = L_55;
NullCheck(L_57);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_58 = RectTransform_get_sizeDelta_mDA0A3E73679143B1B52CE2F9A417F90CB9F3DAFF(L_57, /*hidden argument*/NULL);
float L_59 = L_58.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_60;
memset((&L_60), 0, sizeof(L_60));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_60), L_59, (0.0f), /*hidden argument*/NULL);
NullCheck(L_57);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_57, L_60, /*hidden argument*/NULL);
// RectTransform viewportRT = viewport.GetComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_61 = V_1;
NullCheck(L_61);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_62 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_61, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
V_5 = L_62;
// viewportRT.anchorMin = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_63 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_64 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_63);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_63, L_64, /*hidden argument*/NULL);
// viewportRT.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_65 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_66 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_65);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_65, L_66, /*hidden argument*/NULL);
// viewportRT.sizeDelta = Vector2.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_67 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_67);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_67, L_68, /*hidden argument*/NULL);
// viewportRT.pivot = Vector2.up;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_69 = V_5;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_70 = Vector2_get_up_mC4548731D5E7C71164D18C390A1AC32501DAE441(/*hidden argument*/NULL);
NullCheck(L_69);
RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF(L_69, L_70, /*hidden argument*/NULL);
// RectTransform contentRT = content.GetComponent<RectTransform>();
NullCheck(L_23);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_71 = GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C(L_23, /*hidden argument*/GameObject_GetComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_m2E5F02DDA13C176AF75B4E7C1DB801D89E053B2C_RuntimeMethod_var);
V_6 = L_71;
// contentRT.anchorMin = Vector2.up;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_72 = V_6;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_73 = Vector2_get_up_mC4548731D5E7C71164D18C390A1AC32501DAE441(/*hidden argument*/NULL);
NullCheck(L_72);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_72, L_73, /*hidden argument*/NULL);
// contentRT.anchorMax = Vector2.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_74 = V_6;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_75 = Vector2_get_one_m6E01BE09CEA40781CB12CCB6AF33BBDA0F60CEED(/*hidden argument*/NULL);
NullCheck(L_74);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_74, L_75, /*hidden argument*/NULL);
// contentRT.sizeDelta = new Vector2(0, 300);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_76 = V_6;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_77;
memset((&L_77), 0, sizeof(L_77));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_77), (0.0f), (300.0f), /*hidden argument*/NULL);
NullCheck(L_76);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_76, L_77, /*hidden argument*/NULL);
// contentRT.pivot = Vector2.up;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_78 = V_6;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_79 = Vector2_get_up_mC4548731D5E7C71164D18C390A1AC32501DAE441(/*hidden argument*/NULL);
NullCheck(L_78);
RectTransform_set_pivot_mB791A383B3C870B9CBD7BC51B2C95711C88E9DCF(L_78, L_79, /*hidden argument*/NULL);
// ScrollRect scrollRect = root.GetComponent<ScrollRect>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_80 = V_0;
NullCheck(L_80);
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_81 = GameObject_GetComponent_TisScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51_m86F516439BCE4785DEF4C19316FF222CD6DD91E7(L_80, /*hidden argument*/GameObject_GetComponent_TisScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51_m86F516439BCE4785DEF4C19316FF222CD6DD91E7_RuntimeMethod_var);
// scrollRect.content = contentRT;
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_82 = L_81;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_83 = V_6;
NullCheck(L_82);
ScrollRect_set_content_mCCF04D1FE05A6EE7DB578FA797DD668C79F05373_inline(L_82, L_83, /*hidden argument*/NULL);
// scrollRect.viewport = viewportRT;
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_84 = L_82;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_85 = V_5;
NullCheck(L_84);
ScrollRect_set_viewport_m445D1D8568F23E4F14BF524A7C3D06AC8C779DBF(L_84, L_85, /*hidden argument*/NULL);
// scrollRect.horizontalScrollbar = hScrollbar.GetComponent<Scrollbar>();
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_86 = L_84;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_87 = V_2;
NullCheck(L_87);
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * L_88 = GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6(L_87, /*hidden argument*/GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6_RuntimeMethod_var);
NullCheck(L_86);
ScrollRect_set_horizontalScrollbar_mB61F6C8B7878EAFCB4AF0EC5D1E42E1A14F8B438(L_86, L_88, /*hidden argument*/NULL);
// scrollRect.verticalScrollbar = vScrollbar.GetComponent<Scrollbar>();
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_89 = L_86;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_90 = V_4;
NullCheck(L_90);
Scrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389 * L_91 = GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6(L_90, /*hidden argument*/GameObject_GetComponent_TisScrollbar_t8F8679D0EAFACBCBD603E6B0E741E6A783DB3389_m100E1B7CD3A739F07F5E190A8C25AE41512BD8A6_RuntimeMethod_var);
NullCheck(L_89);
ScrollRect_set_verticalScrollbar_m8FBFA26D8764A67595C2A051E9F3EC96359AD587(L_89, L_91, /*hidden argument*/NULL);
// scrollRect.horizontalScrollbarVisibility = ScrollRect.ScrollbarVisibility.AutoHideAndExpandViewport;
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_92 = L_89;
NullCheck(L_92);
ScrollRect_set_horizontalScrollbarVisibility_mC9B69627EE6A64877864E77485E27773EB855DF6(L_92, 2, /*hidden argument*/NULL);
// scrollRect.verticalScrollbarVisibility = ScrollRect.ScrollbarVisibility.AutoHideAndExpandViewport;
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_93 = L_92;
NullCheck(L_93);
ScrollRect_set_verticalScrollbarVisibility_m04378E56059A4C84FC9B210F79C2E6FF7A507E12(L_93, 2, /*hidden argument*/NULL);
// scrollRect.horizontalScrollbarSpacing = -3;
ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * L_94 = L_93;
NullCheck(L_94);
ScrollRect_set_horizontalScrollbarSpacing_m0ECCC684AE9E391D854C6C2B5B695277F065A2D3(L_94, (-3.0f), /*hidden argument*/NULL);
// scrollRect.verticalScrollbarSpacing = -3;
NullCheck(L_94);
ScrollRect_set_verticalScrollbarSpacing_mD3E2AFC566836F6FA7C216D628044D5B46BFB13B(L_94, (-3.0f), /*hidden argument*/NULL);
// Image rootImage = root.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_95 = V_0;
NullCheck(L_95);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_96 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_95, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
// rootImage.sprite = resources.background;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_97 = L_96;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_98 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_99 = L_98.get_background_1();
NullCheck(L_97);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_97, L_99, /*hidden argument*/NULL);
// rootImage.type = Image.Type.Sliced;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_100 = L_97;
NullCheck(L_100);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_100, 1, /*hidden argument*/NULL);
// rootImage.color = s_PanelColor;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_101 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_s_PanelColor_8();
NullCheck(L_100);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_100, L_101);
// Mask viewportMask = viewport.GetComponent<Mask>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_102 = V_1;
NullCheck(L_102);
Mask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB * L_103 = GameObject_GetComponent_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_mC09F1E3135566B979D6505E5F69268E8DDE16D47(L_102, /*hidden argument*/GameObject_GetComponent_TisMask_t082A7A79B4BF2063E5F81D2F84D968569D737CCB_mC09F1E3135566B979D6505E5F69268E8DDE16D47_RuntimeMethod_var);
// viewportMask.showMaskGraphic = false;
NullCheck(L_103);
Mask_set_showMaskGraphic_m90255D390C59EE8D263A71068837FB0768E998C8(L_103, (bool)0, /*hidden argument*/NULL);
// Image viewportImage = viewport.GetComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_104 = V_1;
NullCheck(L_104);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_105 = GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75(L_104, /*hidden argument*/GameObject_GetComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_m9008044B066CF5830B44DEB0C6CD94872D501A75_RuntimeMethod_var);
// viewportImage.sprite = resources.mask;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_106 = L_105;
Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4 L_107 = ___resources0;
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_108 = L_107.get_mask_6();
NullCheck(L_106);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_106, L_108, /*hidden argument*/NULL);
// viewportImage.type = Image.Type.Sliced;
NullCheck(L_106);
Image_set_type_mCA2BF9E071A77EE7D76C7EB343BE5ABEF9E7A199(L_106, 1, /*hidden argument*/NULL);
// return root;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_109 = V_0;
return L_109;
}
}
// System.Void UnityEngine.UI.DefaultControls::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultControls__cctor_m7241DF8D34792725FB5E67F8FA801EAD9C45E2FE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls__cctor_m7241DF8D34792725FB5E67F8FA801EAD9C45E2FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// static IFactoryControls m_CurrentFactory = DefaultRuntimeFactory.Default;
IL2CPP_RUNTIME_CLASS_INIT(DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2_il2cpp_TypeInfo_var))->get_Default_0();
((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->set_m_CurrentFactory_0(L_0);
// private static Vector2 s_ThickElementSize = new Vector2(kWidth, kThickHeight);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1;
memset((&L_1), 0, sizeof(L_1));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_1), (160.0f), (30.0f), /*hidden argument*/NULL);
((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->set_s_ThickElementSize_4(L_1);
// private static Vector2 s_ThinElementSize = new Vector2(kWidth, kThinHeight);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2;
memset((&L_2), 0, sizeof(L_2));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_2), (160.0f), (20.0f), /*hidden argument*/NULL);
((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->set_s_ThinElementSize_5(L_2);
// private static Vector2 s_ImageElementSize = new Vector2(100f, 100f);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3;
memset((&L_3), 0, sizeof(L_3));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_3), (100.0f), (100.0f), /*hidden argument*/NULL);
((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->set_s_ImageElementSize_6(L_3);
// private static Color s_DefaultSelectableColor = new Color(1f, 1f, 1f, 1f);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_4;
memset((&L_4), 0, sizeof(L_4));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_4), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->set_s_DefaultSelectableColor_7(L_4);
// private static Color s_PanelColor = new Color(1f, 1f, 1f, 0.392f);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_5;
memset((&L_5), 0, sizeof(L_5));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_5), (1.0f), (1.0f), (1.0f), (0.392f), /*hidden argument*/NULL);
((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->set_s_PanelColor_8(L_5);
// private static Color s_TextColor = new Color(50f / 255f, 50f / 255f, 50f / 255f, 1f);
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_6;
memset((&L_6), 0, sizeof(L_6));
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((&L_6), (0.196078435f), (0.196078435f), (0.196078435f), (1.0f), /*hidden argument*/NULL);
((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->set_s_TextColor_9(L_6);
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
// UnityEngine.GameObject UnityEngine.UI.DefaultControls_DefaultRuntimeFactory::CreateGameObject(System.String,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * DefaultRuntimeFactory_CreateGameObject_mEF7A906B56039410AAAE4F069426883DC028B7EB (DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2 * __this, String_t* ___name0, TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___components1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultRuntimeFactory_CreateGameObject_mEF7A906B56039410AAAE4F069426883DC028B7EB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return new GameObject(name, components);
String_t* L_0 = ___name0;
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* L_1 = ___components1;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_m20BE06980A232E1D64016957059A9DD834173F68(L_2, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void UnityEngine.UI.DefaultControls_DefaultRuntimeFactory::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultRuntimeFactory__ctor_mA26CD855B0C0BDDA991CB78A064EA63A736B01F0 (DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void UnityEngine.UI.DefaultControls_DefaultRuntimeFactory::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultRuntimeFactory__cctor_mE1EF2B3D2BB81BEC3BC4A4C058C835407C044A83 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultRuntimeFactory__cctor_mE1EF2B3D2BB81BEC3BC4A4C058C835407C044A83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// public static IFactoryControls Default = new DefaultRuntimeFactory();
DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2 * L_0 = (DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2 *)il2cpp_codegen_object_new(DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2_il2cpp_TypeInfo_var);
DefaultRuntimeFactory__ctor_mA26CD855B0C0BDDA991CB78A064EA63A736B01F0(L_0, /*hidden argument*/NULL);
((DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultRuntimeFactory_t220869A7714E77F38D078944261214EF14D509F2_il2cpp_TypeInfo_var))->set_Default_0(L_0);
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
// Conversion methods for marshalling of: UnityEngine.UI.DefaultControls/Resources
IL2CPP_EXTERN_C void Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshal_pinvoke(const Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4& unmarshaled, Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshaled_pinvoke& marshaled)
{
Exception_t* ___standard_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standard' of type 'Resources': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standard_0Exception, NULL);
}
IL2CPP_EXTERN_C void Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshal_pinvoke_back(const Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshaled_pinvoke& marshaled, Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4& unmarshaled)
{
Exception_t* ___standard_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standard' of type 'Resources': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standard_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UI.DefaultControls/Resources
IL2CPP_EXTERN_C void Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshal_pinvoke_cleanup(Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UI.DefaultControls/Resources
IL2CPP_EXTERN_C void Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshal_com(const Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4& unmarshaled, Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshaled_com& marshaled)
{
Exception_t* ___standard_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standard' of type 'Resources': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standard_0Exception, NULL);
}
IL2CPP_EXTERN_C void Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshal_com_back(const Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshaled_com& marshaled, Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4& unmarshaled)
{
Exception_t* ___standard_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standard' of type 'Resources': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standard_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UI.DefaultControls/Resources
IL2CPP_EXTERN_C void Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshal_com_cleanup(Resources_t0D3248037D186E6B8BB5CF2BD1EB021CF3E6DEE4_marshaled_com& marshaled)
{
}
#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
// UnityEngine.RectTransform UnityEngine.UI.Dropdown::get_template()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * Dropdown_get_template_m9C83BB0CFD2BA72F08ACC8B0FA9A274FAD0FC9C4 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// public RectTransform template { get { return m_Template; } set { m_Template = value; RefreshShownValue(); } }
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_0 = __this->get_m_Template_19();
return L_0;
}
}
// System.Void UnityEngine.UI.Dropdown::set_template(UnityEngine.RectTransform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_template_mB9D019C2D44DB5A936754540CA54AB20E948B395 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___value0, const RuntimeMethod* method)
{
{
// public RectTransform template { get { return m_Template; } set { m_Template = value; RefreshShownValue(); } }
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_0 = ___value0;
__this->set_m_Template_19(L_0);
// public RectTransform template { get { return m_Template; } set { m_Template = value; RefreshShownValue(); } }
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// public RectTransform template { get { return m_Template; } set { m_Template = value; RefreshShownValue(); } }
return;
}
}
// UnityEngine.UI.Text UnityEngine.UI.Dropdown::get_captionText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * Dropdown_get_captionText_m3E3FF20006F7EC8A8FD7ABBB7F9F723A0E3CD5FF (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// public Text captionText { get { return m_CaptionText; } set { m_CaptionText = value; RefreshShownValue(); } }
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_0 = __this->get_m_CaptionText_20();
return L_0;
}
}
// System.Void UnityEngine.UI.Dropdown::set_captionText(UnityEngine.UI.Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_captionText_m6EB525A575E15A0A8FBBA3C5E1E04B2743B5CE97 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___value0, const RuntimeMethod* method)
{
{
// public Text captionText { get { return m_CaptionText; } set { m_CaptionText = value; RefreshShownValue(); } }
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_0 = ___value0;
__this->set_m_CaptionText_20(L_0);
// public Text captionText { get { return m_CaptionText; } set { m_CaptionText = value; RefreshShownValue(); } }
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// public Text captionText { get { return m_CaptionText; } set { m_CaptionText = value; RefreshShownValue(); } }
return;
}
}
// UnityEngine.UI.Image UnityEngine.UI.Dropdown::get_captionImage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * Dropdown_get_captionImage_mB846CCDC2F81DEC05EFC9FA1E38505409B428253 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// public Image captionImage { get { return m_CaptionImage; } set { m_CaptionImage = value; RefreshShownValue(); } }
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_0 = __this->get_m_CaptionImage_21();
return L_0;
}
}
// System.Void UnityEngine.UI.Dropdown::set_captionImage(UnityEngine.UI.Image)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_captionImage_m49D7CB97D0524B43A8C47234FA092E0EE1A2A8E5 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___value0, const RuntimeMethod* method)
{
{
// public Image captionImage { get { return m_CaptionImage; } set { m_CaptionImage = value; RefreshShownValue(); } }
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_0 = ___value0;
__this->set_m_CaptionImage_21(L_0);
// public Image captionImage { get { return m_CaptionImage; } set { m_CaptionImage = value; RefreshShownValue(); } }
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// public Image captionImage { get { return m_CaptionImage; } set { m_CaptionImage = value; RefreshShownValue(); } }
return;
}
}
// UnityEngine.UI.Text UnityEngine.UI.Dropdown::get_itemText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * Dropdown_get_itemText_m1AEEFE1ACF751CD3483659F5E5B703239C28C7D5 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// public Text itemText { get { return m_ItemText; } set { m_ItemText = value; RefreshShownValue(); } }
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_0 = __this->get_m_ItemText_22();
return L_0;
}
}
// System.Void UnityEngine.UI.Dropdown::set_itemText(UnityEngine.UI.Text)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_itemText_m2D83A9DFB92CB75269DB174DD05560F416368240 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___value0, const RuntimeMethod* method)
{
{
// public Text itemText { get { return m_ItemText; } set { m_ItemText = value; RefreshShownValue(); } }
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_0 = ___value0;
__this->set_m_ItemText_22(L_0);
// public Text itemText { get { return m_ItemText; } set { m_ItemText = value; RefreshShownValue(); } }
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// public Text itemText { get { return m_ItemText; } set { m_ItemText = value; RefreshShownValue(); } }
return;
}
}
// UnityEngine.UI.Image UnityEngine.UI.Dropdown::get_itemImage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * Dropdown_get_itemImage_m3B115ACA023FC279CAE1757FD4AB0DF91242BA50 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// public Image itemImage { get { return m_ItemImage; } set { m_ItemImage = value; RefreshShownValue(); } }
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_0 = __this->get_m_ItemImage_23();
return L_0;
}
}
// System.Void UnityEngine.UI.Dropdown::set_itemImage(UnityEngine.UI.Image)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_itemImage_m6C79EE0427BB5C381856CF054A460127906A2718 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___value0, const RuntimeMethod* method)
{
{
// public Image itemImage { get { return m_ItemImage; } set { m_ItemImage = value; RefreshShownValue(); } }
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_0 = ___value0;
__this->set_m_ItemImage_23(L_0);
// public Image itemImage { get { return m_ItemImage; } set { m_ItemImage = value; RefreshShownValue(); } }
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// public Image itemImage { get { return m_ItemImage; } set { m_ItemImage = value; RefreshShownValue(); } }
return;
}
}
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown_OptionData> UnityEngine.UI.Dropdown::get_options()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// get { return m_Options.options; }
OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D * L_0 = __this->get_m_Options_25();
NullCheck(L_0);
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_1 = OptionDataList_get_options_m3628E8C41BE97B1D4CB2B5C79CC127C5F6C82CCD_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void UnityEngine.UI.Dropdown::set_options(System.Collections.Generic.List`1<UnityEngine.UI.Dropdown_OptionData>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_options_m89BE75A0A6378F91F04C2DFBCBF091DF8A59CB65 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * ___value0, const RuntimeMethod* method)
{
{
// set { m_Options.options = value; RefreshShownValue(); }
OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D * L_0 = __this->get_m_Options_25();
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_1 = ___value0;
NullCheck(L_0);
OptionDataList_set_options_mA01C00ADF9C913B4B1DB8B3FAA30F3D2DB31EF13_inline(L_0, L_1, /*hidden argument*/NULL);
// set { m_Options.options = value; RefreshShownValue(); }
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// set { m_Options.options = value; RefreshShownValue(); }
return;
}
}
// UnityEngine.UI.Dropdown_DropdownEvent UnityEngine.UI.Dropdown::get_onValueChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 * Dropdown_get_onValueChanged_m4EE82DC9AE8618C52CECA362EBDE6284F41E88FE (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// public DropdownEvent onValueChanged { get { return m_OnValueChanged; } set { m_OnValueChanged = value; } }
DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 * L_0 = __this->get_m_OnValueChanged_26();
return L_0;
}
}
// System.Void UnityEngine.UI.Dropdown::set_onValueChanged(UnityEngine.UI.Dropdown_DropdownEvent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_onValueChanged_m8AA65759FBF874CF3D12C19DA97229853FA7BD91 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 * ___value0, const RuntimeMethod* method)
{
{
// public DropdownEvent onValueChanged { get { return m_OnValueChanged; } set { m_OnValueChanged = value; } }
DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 * L_0 = ___value0;
__this->set_m_OnValueChanged_26(L_0);
// public DropdownEvent onValueChanged { get { return m_OnValueChanged; } set { m_OnValueChanged = value; } }
return;
}
}
// System.Single UnityEngine.UI.Dropdown::get_alphaFadeSpeed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Dropdown_get_alphaFadeSpeed_mE18CF6C0434FA3570CF19C8D9687A714068A830E (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// public float alphaFadeSpeed { get { return m_AlphaFadeSpeed; } set { m_AlphaFadeSpeed = value; } }
float L_0 = __this->get_m_AlphaFadeSpeed_27();
return L_0;
}
}
// System.Void UnityEngine.UI.Dropdown::set_alphaFadeSpeed(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_alphaFadeSpeed_mC017C63451B6F976EA0B1E8189390B7C2CDEB5C5 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float alphaFadeSpeed { get { return m_AlphaFadeSpeed; } set { m_AlphaFadeSpeed = value; } }
float L_0 = ___value0;
__this->set_m_AlphaFadeSpeed_27(L_0);
// public float alphaFadeSpeed { get { return m_AlphaFadeSpeed; } set { m_AlphaFadeSpeed = value; } }
return;
}
}
// System.Int32 UnityEngine.UI.Dropdown::get_value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dropdown_get_value_m5FC2BBBD94BA37BFF81DDCE45F42E0782C44CFCD (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// return m_Value;
int32_t L_0 = __this->get_m_Value_24();
return L_0;
}
}
// System.Void UnityEngine.UI.Dropdown::set_value(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_value_m8899C656D4A14C8AD965B64EBAFDAA1EFC8C056A (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// Set(value);
int32_t L_0 = ___value0;
Dropdown_Set_m8C6D5C2E784DBA1A4F4AB73354DA8B2C1265386E(__this, L_0, (bool)1, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::SetValueWithoutNotify(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_SetValueWithoutNotify_m7099987027B026424BAD7D2B500E9D14A23ACB48 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, int32_t ___input0, const RuntimeMethod* method)
{
{
// Set(input, false);
int32_t L_0 = ___input0;
Dropdown_Set_m8C6D5C2E784DBA1A4F4AB73354DA8B2C1265386E(__this, L_0, (bool)0, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::Set(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_Set_m8C6D5C2E784DBA1A4F4AB73354DA8B2C1265386E (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, int32_t ___value0, bool ___sendCallback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_Set_m8C6D5C2E784DBA1A4F4AB73354DA8B2C1265386E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (Application.isPlaying && (value == m_Value || options.Count == 0))
bool L_0 = Application_get_isPlaying_mF43B519662E7433DD90D883E5AE22EC3CFB65CA5(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_001e;
}
}
{
int32_t L_1 = ___value0;
int32_t L_2 = __this->get_m_Value_24();
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_001d;
}
}
{
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_3 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(__this, /*hidden argument*/NULL);
NullCheck(L_3);
int32_t L_4 = List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_inline(L_3, /*hidden argument*/List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_RuntimeMethod_var);
if (L_4)
{
goto IL_001e;
}
}
IL_001d:
{
// return;
return;
}
IL_001e:
{
// m_Value = Mathf.Clamp(value, 0, options.Count - 1);
int32_t L_5 = ___value0;
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_6 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(__this, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_7 = List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_inline(L_6, /*hidden argument*/List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_8 = Mathf_Clamp_mE1EA15D719BF2F632741D42DF96F0BC797A20389(L_5, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL);
__this->set_m_Value_24(L_8);
// RefreshShownValue();
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// if (sendCallback)
bool L_9 = ___sendCallback1;
if (!L_9)
{
goto IL_005d;
}
}
{
// UISystemProfilerApi.AddMarker("Dropdown.value", this);
UISystemProfilerApi_AddMarker_m9193DB5B08C1B7DD35835D6F0E2DF9DD20483FFA(_stringLiteral2552DAA6D8E7210E423D5962E63BE9B909D92A30, __this, /*hidden argument*/NULL);
// m_OnValueChanged.Invoke(m_Value);
DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 * L_10 = __this->get_m_OnValueChanged_26();
int32_t L_11 = __this->get_m_Value_24();
NullCheck(L_10);
UnityEvent_1_Invoke_mAC9BEEF287D58E79A447A57E28D3679F9B199D70(L_10, L_11, /*hidden argument*/UnityEvent_1_Invoke_mAC9BEEF287D58E79A447A57E28D3679F9B199D70_RuntimeMethod_var);
}
IL_005d:
{
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown__ctor_m8333CFE620788E03D2E44CAB4AADC60FFDD7D40D (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown__ctor_m8333CFE620788E03D2E44CAB4AADC60FFDD7D40D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private OptionDataList m_Options = new OptionDataList();
OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D * L_0 = (OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D *)il2cpp_codegen_object_new(OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D_il2cpp_TypeInfo_var);
OptionDataList__ctor_mBD571B96180D97CDFDC446EE0E37ECFE76B3541A(L_0, /*hidden argument*/NULL);
__this->set_m_Options_25(L_0);
// private DropdownEvent m_OnValueChanged = new DropdownEvent();
DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 * L_1 = (DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306 *)il2cpp_codegen_object_new(DropdownEvent_t429FBB093ED3586F5D49859EBD338125EAB76306_il2cpp_TypeInfo_var);
DropdownEvent__ctor_m98DC282381C3C5B01E23CBCDC916E1E35913633C(L_1, /*hidden argument*/NULL);
__this->set_m_OnValueChanged_26(L_1);
// private float m_AlphaFadeSpeed = 0.15f;
__this->set_m_AlphaFadeSpeed_27((0.15f));
// private List<DropdownItem> m_Items = new List<DropdownItem>();
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_2 = (List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E *)il2cpp_codegen_object_new(List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E_il2cpp_TypeInfo_var);
List_1__ctor_mCE76B08F7D58C23501BA548727A5AD4E432F7C07(L_2, /*hidden argument*/List_1__ctor_mCE76B08F7D58C23501BA548727A5AD4E432F7C07_RuntimeMethod_var);
__this->set_m_Items_30(L_2);
// protected Dropdown()
IL2CPP_RUNTIME_CLASS_INIT(Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A_il2cpp_TypeInfo_var);
Selectable__ctor_m1E7B3EB14D7DC765A511C053C0F65A37755EC4B9(__this, /*hidden argument*/NULL);
// {}
return;
}
}
// System.Void UnityEngine.UI.Dropdown::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_Awake_m55BEE1E9BED97A6179251A5AAE9D1E734BBE4A98 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_Awake_m55BEE1E9BED97A6179251A5AAE9D1E734BBE4A98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// m_AlphaTweenRunner = new TweenRunner<FloatTween>();
TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * L_0 = (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF *)il2cpp_codegen_object_new(TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF_il2cpp_TypeInfo_var);
TweenRunner_1__ctor_m3BA236F3CC80F207C28B3A6B2D5C116C483AE872(L_0, /*hidden argument*/TweenRunner_1__ctor_m3BA236F3CC80F207C28B3A6B2D5C116C483AE872_RuntimeMethod_var);
__this->set_m_AlphaTweenRunner_31(L_0);
// m_AlphaTweenRunner.Init(this);
TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * L_1 = __this->get_m_AlphaTweenRunner_31();
NullCheck(L_1);
TweenRunner_1_Init_m17E5E1BE0EB8226EA16AA2C2AB572E1B225BECD2_inline(L_1, __this, /*hidden argument*/TweenRunner_1_Init_m17E5E1BE0EB8226EA16AA2C2AB572E1B225BECD2_RuntimeMethod_var);
// if (m_CaptionImage)
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_2 = __this->get_m_CaptionImage_21();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0040;
}
}
{
// m_CaptionImage.enabled = (m_CaptionImage.sprite != null);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_4 = __this->get_m_CaptionImage_21();
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_5 = __this->get_m_CaptionImage_21();
NullCheck(L_5);
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_6 = Image_get_sprite_m642D753672A8CBCEB67950914B44EF34C62DD137_inline(L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
NullCheck(L_4);
Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B(L_4, L_7, /*hidden argument*/NULL);
}
IL_0040:
{
// if (m_Template)
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_8 = __this->get_m_Template_19();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_9 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_005e;
}
}
{
// m_Template.gameObject.SetActive(false);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_10 = __this->get_m_Template_19();
NullCheck(L_10);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_11 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_10, /*hidden argument*/NULL);
NullCheck(L_11);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_11, (bool)0, /*hidden argument*/NULL);
}
IL_005e:
{
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_Start_mA6A8B9D3F55B5E372C5A45C82DC632AB28136F11 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_Start_mA6A8B9D3F55B5E372C5A45C82DC632AB28136F11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// m_AlphaTweenRunner = new TweenRunner<FloatTween>();
TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * L_0 = (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF *)il2cpp_codegen_object_new(TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF_il2cpp_TypeInfo_var);
TweenRunner_1__ctor_m3BA236F3CC80F207C28B3A6B2D5C116C483AE872(L_0, /*hidden argument*/TweenRunner_1__ctor_m3BA236F3CC80F207C28B3A6B2D5C116C483AE872_RuntimeMethod_var);
__this->set_m_AlphaTweenRunner_31(L_0);
// m_AlphaTweenRunner.Init(this);
TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * L_1 = __this->get_m_AlphaTweenRunner_31();
NullCheck(L_1);
TweenRunner_1_Init_m17E5E1BE0EB8226EA16AA2C2AB572E1B225BECD2_inline(L_1, __this, /*hidden argument*/TweenRunner_1_Init_m17E5E1BE0EB8226EA16AA2C2AB572E1B225BECD2_RuntimeMethod_var);
// base.Start();
UIBehaviour_Start_mCF174BFBADA4B5806DD4FFF75984F1526AAF3884(__this, /*hidden argument*/NULL);
// RefreshShownValue();
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::OnDisable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_OnDisable_m3957AFD9FF300E263AD7D406810014AB7EA07F51 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_OnDisable_m3957AFD9FF300E263AD7D406810014AB7EA07F51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// ImmediateDestroyDropdownList();
Dropdown_ImmediateDestroyDropdownList_m6B7217213F4E6CC4089712453892CBEA8725E3A4(__this, /*hidden argument*/NULL);
// if (m_Blocker != null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_Blocker_29();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0020;
}
}
{
// DestroyBlocker(m_Blocker);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = __this->get_m_Blocker_29();
VirtActionInvoker1< GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * >::Invoke(46 /* System.Void UnityEngine.UI.Dropdown::DestroyBlocker(UnityEngine.GameObject) */, __this, L_2);
}
IL_0020:
{
// m_Blocker = null;
__this->set_m_Blocker_29((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL);
// base.OnDisable();
Selectable_OnDisable_m4D4535A97B291959E391BCC56D51BF75B7B0F1B9(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::RefreshShownValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * V_0 = NULL;
{
// OptionData data = s_NoOptionData;
IL2CPP_RUNTIME_CLASS_INIT(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_il2cpp_TypeInfo_var);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_0 = ((Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_StaticFields*)il2cpp_codegen_static_fields_for(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_il2cpp_TypeInfo_var))->get_s_NoOptionData_33();
V_0 = L_0;
// if (options.Count > 0)
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_1 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(__this, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_inline(L_1, /*hidden argument*/List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_RuntimeMethod_var);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0039;
}
}
{
// data = options[Mathf.Clamp(m_Value, 0, options.Count - 1)];
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_3 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(__this, /*hidden argument*/NULL);
int32_t L_4 = __this->get_m_Value_24();
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_5 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(__this, /*hidden argument*/NULL);
NullCheck(L_5);
int32_t L_6 = List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_inline(L_5, /*hidden argument*/List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
int32_t L_7 = Mathf_Clamp_mE1EA15D719BF2F632741D42DF96F0BC797A20389(L_4, 0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_3);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_8 = List_1_get_Item_m4AF83DF4952B5005F46816EEB04BE164A4C62E09_inline(L_3, L_7, /*hidden argument*/List_1_get_Item_m4AF83DF4952B5005F46816EEB04BE164A4C62E09_RuntimeMethod_var);
V_0 = L_8;
}
IL_0039:
{
// if (m_CaptionText)
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_9 = __this->get_m_CaptionText_20();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_10 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0074;
}
}
{
// if (data != null && data.text != null)
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_11 = V_0;
if (!L_11)
{
goto IL_0064;
}
}
{
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_12 = V_0;
NullCheck(L_12);
String_t* L_13 = OptionData_get_text_m2357EC665D55A54DDC6D7A150E2F74D95F915307_inline(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0064;
}
}
{
// m_CaptionText.text = data.text;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_14 = __this->get_m_CaptionText_20();
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_15 = V_0;
NullCheck(L_15);
String_t* L_16 = OptionData_get_text_m2357EC665D55A54DDC6D7A150E2F74D95F915307_inline(L_15, /*hidden argument*/NULL);
NullCheck(L_14);
VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_14, L_16);
goto IL_0074;
}
IL_0064:
{
// m_CaptionText.text = "";
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_17 = __this->get_m_CaptionText_20();
NullCheck(L_17);
VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_17, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
}
IL_0074:
{
// if (m_CaptionImage)
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_18 = __this->get_m_CaptionImage_21();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_19 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_18, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_00bf;
}
}
{
// if (data != null)
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_20 = V_0;
if (!L_20)
{
goto IL_0097;
}
}
{
// m_CaptionImage.sprite = data.image;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_21 = __this->get_m_CaptionImage_21();
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_22 = V_0;
NullCheck(L_22);
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_23 = OptionData_get_image_m0BF991D02528EE3C67FE841C3AA87EC1AE7D8E31_inline(L_22, /*hidden argument*/NULL);
NullCheck(L_21);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_21, L_23, /*hidden argument*/NULL);
goto IL_00a3;
}
IL_0097:
{
// m_CaptionImage.sprite = null;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_24 = __this->get_m_CaptionImage_21();
NullCheck(L_24);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_24, (Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 *)NULL, /*hidden argument*/NULL);
}
IL_00a3:
{
// m_CaptionImage.enabled = (m_CaptionImage.sprite != null);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_25 = __this->get_m_CaptionImage_21();
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_26 = __this->get_m_CaptionImage_21();
NullCheck(L_26);
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_27 = Image_get_sprite_m642D753672A8CBCEB67950914B44EF34C62DD137_inline(L_26, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_28 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_27, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
NullCheck(L_25);
Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B(L_25, L_28, /*hidden argument*/NULL);
}
IL_00bf:
{
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::AddOptions(System.Collections.Generic.List`1<UnityEngine.UI.Dropdown_OptionData>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_AddOptions_mF71FBCA3EBE345DB77666E64422AA2845979604B (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * ___options0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_AddOptions_mF71FBCA3EBE345DB77666E64422AA2845979604B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// this.options.AddRange(options);
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_0 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(__this, /*hidden argument*/NULL);
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_1 = ___options0;
NullCheck(L_0);
List_1_AddRange_mC20DA39C8CDCE63A32C66C90E1BBEA5D2A6C0D9D(L_0, L_1, /*hidden argument*/List_1_AddRange_mC20DA39C8CDCE63A32C66C90E1BBEA5D2A6C0D9D_RuntimeMethod_var);
// RefreshShownValue();
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::AddOptions(System.Collections.Generic.List`1<System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_AddOptions_m9DC5D88B6326E8D1427323778484653E29E86F8E (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___options0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_AddOptions_m9DC5D88B6326E8D1427323778484653E29E86F8E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// for (int i = 0; i < options.Count; i++)
V_0 = 0;
goto IL_001f;
}
IL_0004:
{
// this.options.Add(new OptionData(options[i]));
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_0 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(__this, /*hidden argument*/NULL);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_1 = ___options0;
int32_t L_2 = V_0;
NullCheck(L_1);
String_t* L_3 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_4 = (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 *)il2cpp_codegen_object_new(OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831_il2cpp_TypeInfo_var);
OptionData__ctor_m72F6900DD27A92731D7B1FA02623D50440D747C3(L_4, L_3, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7(L_0, L_4, /*hidden argument*/List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7_RuntimeMethod_var);
// for (int i = 0; i < options.Count; i++)
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_001f:
{
// for (int i = 0; i < options.Count; i++)
int32_t L_6 = V_0;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_7 = ___options0;
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_7, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_0004;
}
}
{
// RefreshShownValue();
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::AddOptions(System.Collections.Generic.List`1<UnityEngine.Sprite>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_AddOptions_mE65624F3D156B27E80F4820012C85DBB109DD7C8 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, List_1_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3 * ___options0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_AddOptions_mE65624F3D156B27E80F4820012C85DBB109DD7C8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// for (int i = 0; i < options.Count; i++)
V_0 = 0;
goto IL_001f;
}
IL_0004:
{
// this.options.Add(new OptionData(options[i]));
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_0 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(__this, /*hidden argument*/NULL);
List_1_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3 * L_1 = ___options0;
int32_t L_2 = V_0;
NullCheck(L_1);
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_3 = List_1_get_Item_mF5E71E3338CCF25A3D57841974E13DC51C8BB9E2_inline(L_1, L_2, /*hidden argument*/List_1_get_Item_mF5E71E3338CCF25A3D57841974E13DC51C8BB9E2_RuntimeMethod_var);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_4 = (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 *)il2cpp_codegen_object_new(OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831_il2cpp_TypeInfo_var);
OptionData__ctor_m376A2D81849FC01F09CCD5AB71BFDB596485B0A2(L_4, L_3, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7(L_0, L_4, /*hidden argument*/List_1_Add_m517F898ECAAFAF57D6607F86F1BCF057C0E615D7_RuntimeMethod_var);
// for (int i = 0; i < options.Count; i++)
int32_t L_5 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
}
IL_001f:
{
// for (int i = 0; i < options.Count; i++)
int32_t L_6 = V_0;
List_1_t957EB1DC915D2CB20B436C37F0FBAAAB126005E3 * L_7 = ___options0;
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_mF359AEAAF8F7D192498B9E5F3B0AAC49423CA1BE_inline(L_7, /*hidden argument*/List_1_get_Count_mF359AEAAF8F7D192498B9E5F3B0AAC49423CA1BE_RuntimeMethod_var);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_0004;
}
}
{
// RefreshShownValue();
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::ClearOptions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_ClearOptions_mD85755513F827D82DF4A8EE04D2CEE91C4023EA0 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_ClearOptions_mD85755513F827D82DF4A8EE04D2CEE91C4023EA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// options.Clear();
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_0 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(__this, /*hidden argument*/NULL);
NullCheck(L_0);
List_1_Clear_m17A48F63DE3D34232B01F1A7D55BC3FAFD2FBFFF(L_0, /*hidden argument*/List_1_Clear_m17A48F63DE3D34232B01F1A7D55BC3FAFD2FBFFF_RuntimeMethod_var);
// m_Value = 0;
__this->set_m_Value_24(0);
// RefreshShownValue();
Dropdown_RefreshShownValue_mA221C69078DAADC64EF227C7F66390A1D49E32F1(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::SetupTemplate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_SetupTemplate_m5CE6BC1866BDCDE6E94E367175F90E557F48E143 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_SetupTemplate_m5CE6BC1866BDCDE6E94E367175F90E557F48E143_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * V_1 = NULL;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * V_2 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_3 = NULL;
ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_4 = NULL;
ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_5 = NULL;
int32_t V_6 = 0;
Type_t * V_7 = NULL;
{
// validTemplate = false;
__this->set_validTemplate_32((bool)0);
// if (!m_Template)
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_0 = __this->get_m_Template_19();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0020;
}
}
{
// Debug.LogError("The dropdown template is not assigned. The template needs to be assigned and must have a child GameObject with a Toggle component serving as the item.", this);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m97139CB2EE76D5CD8308C1AD0499A5F163FC7F51(_stringLiteralA612F48B98C756C1FEAA6FC55AECCAF6E4329460, __this, /*hidden argument*/NULL);
// return;
return;
}
IL_0020:
{
// GameObject templateGo = m_Template.gameObject;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_2 = __this->get_m_Template_19();
NullCheck(L_2);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_3 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_2, /*hidden argument*/NULL);
V_0 = L_3;
// templateGo.SetActive(true);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_4 = V_0;
NullCheck(L_4);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_4, (bool)1, /*hidden argument*/NULL);
// Toggle itemToggle = m_Template.GetComponentInChildren<Toggle>();
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_5 = __this->get_m_Template_19();
NullCheck(L_5);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_6 = Component_GetComponentInChildren_TisToggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_mF1F1602C88EB98A9831EEC9AFCFD142E3EE781AC(L_5, /*hidden argument*/Component_GetComponentInChildren_TisToggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106_mF1F1602C88EB98A9831EEC9AFCFD142E3EE781AC_RuntimeMethod_var);
V_1 = L_6;
// validTemplate = true;
__this->set_validTemplate_32((bool)1);
// if (!itemToggle || itemToggle.transform == template)
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_7 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_8 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0061;
}
}
{
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_9 = V_1;
NullCheck(L_9);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_10 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_9, /*hidden argument*/NULL);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_11 = Dropdown_get_template_m9C83BB0CFD2BA72F08ACC8B0FA9A274FAD0FC9C4_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_12 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_10, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_007d;
}
}
IL_0061:
{
// validTemplate = false;
__this->set_validTemplate_32((bool)0);
// Debug.LogError("The dropdown template is not valid. The template must have a child GameObject with a Toggle component serving as the item.", template);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_13 = Dropdown_get_template_m9C83BB0CFD2BA72F08ACC8B0FA9A274FAD0FC9C4_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m97139CB2EE76D5CD8308C1AD0499A5F163FC7F51(_stringLiteralFEACA56F70C915BCC63DA18ADA9707F8BC2618CE, L_13, /*hidden argument*/NULL);
// }
goto IL_0124;
}
IL_007d:
{
// else if (!(itemToggle.transform.parent is RectTransform))
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_14 = V_1;
NullCheck(L_14);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_15 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_16 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_15, /*hidden argument*/NULL);
if (((RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 *)IsInstSealed((RuntimeObject*)L_16, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_il2cpp_TypeInfo_var)))
{
goto IL_00a8;
}
}
{
// validTemplate = false;
__this->set_validTemplate_32((bool)0);
// Debug.LogError("The dropdown template is not valid. The child GameObject with a Toggle component (the item) must have a RectTransform on its parent.", template);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_17 = Dropdown_get_template_m9C83BB0CFD2BA72F08ACC8B0FA9A274FAD0FC9C4_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m97139CB2EE76D5CD8308C1AD0499A5F163FC7F51(_stringLiteral2AEE32C4064725FCC569475A6985841039579F2F, L_17, /*hidden argument*/NULL);
// }
goto IL_0124;
}
IL_00a8:
{
// else if (itemText != null && !itemText.transform.IsChildOf(itemToggle.transform))
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_18 = Dropdown_get_itemText_m1AEEFE1ACF751CD3483659F5E5B703239C28C7D5_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_19 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_18, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_00e7;
}
}
{
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_20 = Dropdown_get_itemText_m1AEEFE1ACF751CD3483659F5E5B703239C28C7D5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_20);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_21 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_20, /*hidden argument*/NULL);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_22 = V_1;
NullCheck(L_22);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_23 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_22, /*hidden argument*/NULL);
NullCheck(L_21);
bool L_24 = Transform_IsChildOf_mCB98BA14F7FB82B6AF6AE961E84C47AE1D99AA80(L_21, L_23, /*hidden argument*/NULL);
if (L_24)
{
goto IL_00e7;
}
}
{
// validTemplate = false;
__this->set_validTemplate_32((bool)0);
// Debug.LogError("The dropdown template is not valid. The Item Text must be on the item GameObject or children of it.", template);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_25 = Dropdown_get_template_m9C83BB0CFD2BA72F08ACC8B0FA9A274FAD0FC9C4_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m97139CB2EE76D5CD8308C1AD0499A5F163FC7F51(_stringLiteralFF690B28AEC4D9B83774DB8CF0DF55185F949A97, L_25, /*hidden argument*/NULL);
// }
goto IL_0124;
}
IL_00e7:
{
// else if (itemImage != null && !itemImage.transform.IsChildOf(itemToggle.transform))
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_26 = Dropdown_get_itemImage_m3B115ACA023FC279CAE1757FD4AB0DF91242BA50_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_27 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_26, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_0124;
}
}
{
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_28 = Dropdown_get_itemImage_m3B115ACA023FC279CAE1757FD4AB0DF91242BA50_inline(__this, /*hidden argument*/NULL);
NullCheck(L_28);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_29 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_28, /*hidden argument*/NULL);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_30 = V_1;
NullCheck(L_30);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_31 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_30, /*hidden argument*/NULL);
NullCheck(L_29);
bool L_32 = Transform_IsChildOf_mCB98BA14F7FB82B6AF6AE961E84C47AE1D99AA80(L_29, L_31, /*hidden argument*/NULL);
if (L_32)
{
goto IL_0124;
}
}
{
// validTemplate = false;
__this->set_validTemplate_32((bool)0);
// Debug.LogError("The dropdown template is not valid. The Item Image must be on the item GameObject or children of it.", template);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_33 = Dropdown_get_template_m9C83BB0CFD2BA72F08ACC8B0FA9A274FAD0FC9C4_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
Debug_LogError_m97139CB2EE76D5CD8308C1AD0499A5F163FC7F51(_stringLiteralD5FBD98C76A709F16314AF71D2B65C99359F9B0D, L_33, /*hidden argument*/NULL);
}
IL_0124:
{
// if (!validTemplate)
bool L_34 = __this->get_validTemplate_32();
if (L_34)
{
goto IL_0134;
}
}
{
// templateGo.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_35 = V_0;
NullCheck(L_35);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_35, (bool)0, /*hidden argument*/NULL);
// return;
return;
}
IL_0134:
{
// DropdownItem item = itemToggle.gameObject.AddComponent<DropdownItem>();
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_36 = V_1;
NullCheck(L_36);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_37 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_36, /*hidden argument*/NULL);
NullCheck(L_37);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_38 = GameObject_AddComponent_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m3FC7D1DDC3117BA73A6208371C6A4896FF21FC83(L_37, /*hidden argument*/GameObject_AddComponent_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m3FC7D1DDC3117BA73A6208371C6A4896FF21FC83_RuntimeMethod_var);
// item.text = m_ItemText;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_39 = L_38;
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_40 = __this->get_m_ItemText_22();
NullCheck(L_39);
DropdownItem_set_text_m13D42A003AF95D99F2327E23532986F9FA1F0ABE_inline(L_39, L_40, /*hidden argument*/NULL);
// item.image = m_ItemImage;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_41 = L_39;
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_42 = __this->get_m_ItemImage_23();
NullCheck(L_41);
DropdownItem_set_image_m7C2A0990EF4FA55AA50A963A93A31E0F28189766_inline(L_41, L_42, /*hidden argument*/NULL);
// item.toggle = itemToggle;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_43 = L_41;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_44 = V_1;
NullCheck(L_43);
DropdownItem_set_toggle_m0EBE6629833FE4C6971885403B74CA15278BC0C9_inline(L_43, L_44, /*hidden argument*/NULL);
// item.rectTransform = (RectTransform)itemToggle.transform;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_45 = V_1;
NullCheck(L_45);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_46 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_45, /*hidden argument*/NULL);
NullCheck(L_43);
DropdownItem_set_rectTransform_m68DE1182C56F9C18124E9D2E7304879865B053C9_inline(L_43, ((RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 *)CastclassSealed((RuntimeObject*)L_46, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
// Canvas parentCanvas = null;
V_2 = (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 *)NULL;
// Transform parentTransform = m_Template.parent;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_47 = __this->get_m_Template_19();
NullCheck(L_47);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_48 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_47, /*hidden argument*/NULL);
V_3 = L_48;
goto IL_0195;
}
IL_017e:
{
// parentCanvas = parentTransform.GetComponent<Canvas>();
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_49 = V_3;
NullCheck(L_49);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_50 = Component_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mAD461B8F1BB5C616749FAA2B63155D710C3CD21C(L_49, /*hidden argument*/Component_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mAD461B8F1BB5C616749FAA2B63155D710C3CD21C_RuntimeMethod_var);
V_2 = L_50;
// if (parentCanvas != null)
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_51 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_52 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_51, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_52)
{
goto IL_019e;
}
}
{
// parentTransform = parentTransform.parent;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_53 = V_3;
NullCheck(L_53);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_54 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_53, /*hidden argument*/NULL);
V_3 = L_54;
}
IL_0195:
{
// while (parentTransform != null)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_55 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_56 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_55, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_56)
{
goto IL_017e;
}
}
IL_019e:
{
// Canvas popupCanvas = GetOrAddComponent<Canvas>(templateGo);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_57 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_il2cpp_TypeInfo_var);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_58 = Dropdown_GetOrAddComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m64A328B1FAA7DE95B776B343E70B913984E4BE3C(L_57, /*hidden argument*/Dropdown_GetOrAddComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m64A328B1FAA7DE95B776B343E70B913984E4BE3C_RuntimeMethod_var);
// popupCanvas.overrideSorting = true;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_59 = L_58;
NullCheck(L_59);
Canvas_set_overrideSorting_m446842097ED576AB8706B9980E85AECC24C13015(L_59, (bool)1, /*hidden argument*/NULL);
// popupCanvas.sortingOrder = 30000;
NullCheck(L_59);
Canvas_set_sortingOrder_m4387540EBDF2716DFAE26F27074DBF15F32382E7(L_59, ((int32_t)30000), /*hidden argument*/NULL);
// if (parentCanvas != null)
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_60 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_61 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_60, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_61)
{
goto IL_0204;
}
}
{
// Component[] components = parentCanvas.GetComponents<BaseRaycaster>();
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_62 = V_2;
NullCheck(L_62);
BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* L_63 = Component_GetComponents_TisBaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966_mC5D7B6F2AF3B637F8CF0F1DEF4E96FEADB5C6814(L_62, /*hidden argument*/Component_GetComponents_TisBaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966_mC5D7B6F2AF3B637F8CF0F1DEF4E96FEADB5C6814_RuntimeMethod_var);
V_5 = (ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155*)L_63;
ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_64 = V_5;
V_4 = L_64;
// for (int i = 0; i < components.Length; i++)
V_6 = 0;
goto IL_01fa;
}
IL_01cf:
{
// Type raycasterType = components[i].GetType();
ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_65 = V_4;
int32_t L_66 = V_6;
NullCheck(L_65);
int32_t L_67 = L_66;
Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_68 = (L_65)->GetAt(static_cast<il2cpp_array_size_t>(L_67));
NullCheck(L_68);
Type_t * L_69 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_68, /*hidden argument*/NULL);
V_7 = L_69;
// if (templateGo.GetComponent(raycasterType) == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_70 = V_0;
Type_t * L_71 = V_7;
NullCheck(L_70);
Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_72 = GameObject_GetComponent_mECB756C7EB39F6BB79F8C065AB0013354763B151(L_70, L_71, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_73 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_72, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_73)
{
goto IL_01f4;
}
}
{
// templateGo.AddComponent(raycasterType);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_74 = V_0;
Type_t * L_75 = V_7;
NullCheck(L_74);
GameObject_AddComponent_m489C9D5426F2050795FA696CD478BB49AAE4BD70(L_74, L_75, /*hidden argument*/NULL);
}
IL_01f4:
{
// for (int i = 0; i < components.Length; i++)
int32_t L_76 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1));
}
IL_01fa:
{
// for (int i = 0; i < components.Length; i++)
int32_t L_77 = V_6;
ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_78 = V_4;
NullCheck(L_78);
if ((((int32_t)L_77) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_78)->max_length)))))))
{
goto IL_01cf;
}
}
{
// }
goto IL_020b;
}
IL_0204:
{
// GetOrAddComponent<GraphicRaycaster>(templateGo);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_79 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_il2cpp_TypeInfo_var);
Dropdown_GetOrAddComponent_TisGraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83_m9B1D258B962FAF4A5D69605ED9910224F26E7294(L_79, /*hidden argument*/Dropdown_GetOrAddComponent_TisGraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83_m9B1D258B962FAF4A5D69605ED9910224F26E7294_RuntimeMethod_var);
}
IL_020b:
{
// GetOrAddComponent<CanvasGroup>(templateGo);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_80 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_il2cpp_TypeInfo_var);
Dropdown_GetOrAddComponent_TisCanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90_mC688692DBB92788BACDED774AD6D005B6EC5F838(L_80, /*hidden argument*/Dropdown_GetOrAddComponent_TisCanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90_mC688692DBB92788BACDED774AD6D005B6EC5F838_RuntimeMethod_var);
// templateGo.SetActive(false);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_81 = V_0;
NullCheck(L_81);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_81, (bool)0, /*hidden argument*/NULL);
// validTemplate = true;
__this->set_validTemplate_32((bool)1);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::OnPointerClick(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_OnPointerClick_m4A7BCD99C3ADD0D5DFC3B94E0AF51110C73C5D5A (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * ___eventData0, const RuntimeMethod* method)
{
{
// Show();
Dropdown_Show_mD7E5E0A23BA93F7DDCF937D487FAA4A03B810592(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::OnSubmit(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_OnSubmit_m684758E3F3C8465F6580A17DB0A05C804BA3ACD3 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData0, const RuntimeMethod* method)
{
{
// Show();
Dropdown_Show_mD7E5E0A23BA93F7DDCF937D487FAA4A03B810592(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::OnCancel(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_OnCancel_mB5306D5E3BAAB6E9F3FBDE6487F02A06A6A0E568 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, BaseEventData_t46C9D2AE3183A742EDE89944AF64A23DBF1B80A5 * ___eventData0, const RuntimeMethod* method)
{
{
// Hide();
Dropdown_Hide_m35382248CCB9AB3A863EC390BD50BEBEC2ACC1E4(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::Show()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_Show_mD7E5E0A23BA93F7DDCF937D487FAA4A03B810592 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_Show_mD7E5E0A23BA93F7DDCF937D487FAA4A03B810592_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * V_0 = NULL;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * V_1 = NULL;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * V_2 = NULL;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * V_3 = NULL;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * V_4 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_5;
memset((&V_5), 0, sizeof(V_5));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_6;
memset((&V_6), 0, sizeof(V_6));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_7;
memset((&V_7), 0, sizeof(V_7));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_8;
memset((&V_8), 0, sizeof(V_8));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_9;
memset((&V_9), 0, sizeof(V_9));
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * V_10 = NULL;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_11;
memset((&V_11), 0, sizeof(V_11));
float V_12 = 0.0f;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* V_13 = NULL;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * V_14 = NULL;
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_15;
memset((&V_15), 0, sizeof(V_15));
int32_t V_16 = 0;
int32_t V_17 = 0;
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * V_18 = NULL;
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * V_19 = NULL;
Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 V_20;
memset((&V_20), 0, sizeof(V_20));
Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 V_21;
memset((&V_21), 0, sizeof(V_21));
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_22;
memset((&V_22), 0, sizeof(V_22));
int32_t V_23 = 0;
bool V_24 = false;
int32_t V_25 = 0;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 V_26;
memset((&V_26), 0, sizeof(V_26));
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_27;
memset((&V_27), 0, sizeof(V_27));
int32_t V_28 = 0;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * V_29 = NULL;
{
// if (!IsActive() || !IsInteractable() || m_Dropdown != null)
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (!L_0)
{
goto IL_001e;
}
}
{
bool L_1 = VirtFuncInvoker0< bool >::Invoke(24 /* System.Boolean UnityEngine.UI.Selectable::IsInteractable() */, __this);
if (!L_1)
{
goto IL_001e;
}
}
{
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = __this->get_m_Dropdown_28();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_2, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001f;
}
}
IL_001e:
{
// return;
return;
}
IL_001f:
{
// var list = ListPool<Canvas>.Get();
IL2CPP_RUNTIME_CLASS_INIT(ListPool_1_tC8893BDDEA491654D06C2BC46017B9267D683021_il2cpp_TypeInfo_var);
List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * L_4 = ListPool_1_Get_mA989CA66D2C850D3E855674932F1ADD2DBAAA35B(/*hidden argument*/ListPool_1_Get_mA989CA66D2C850D3E855674932F1ADD2DBAAA35B_RuntimeMethod_var);
V_0 = L_4;
// gameObject.GetComponentsInParent(false, list);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_5 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(__this, /*hidden argument*/NULL);
List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * L_6 = V_0;
NullCheck(L_5);
GameObject_GetComponentsInParent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mB7F6E5B9B2A774B75A74DB3C96449C5B50D02D12(L_5, (bool)0, L_6, /*hidden argument*/GameObject_GetComponentsInParent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mB7F6E5B9B2A774B75A74DB3C96449C5B50D02D12_RuntimeMethod_var);
// if (list.Count == 0)
List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = List_1_get_Count_m1F183A0E2C36A7AB54555BD922CC9D8F3B4C467B_inline(L_7, /*hidden argument*/List_1_get_Count_m1F183A0E2C36A7AB54555BD922CC9D8F3B4C467B_RuntimeMethod_var);
if (L_8)
{
goto IL_003b;
}
}
{
// return;
return;
}
IL_003b:
{
// Canvas rootCanvas = list[list.Count - 1];
List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * L_9 = V_0;
List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = List_1_get_Count_m1F183A0E2C36A7AB54555BD922CC9D8F3B4C467B_inline(L_10, /*hidden argument*/List_1_get_Count_m1F183A0E2C36A7AB54555BD922CC9D8F3B4C467B_RuntimeMethod_var);
NullCheck(L_9);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_12 = List_1_get_Item_mEFD1886711107A9D5DE286D4D89A248301EF77B2_inline(L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)), /*hidden argument*/List_1_get_Item_mEFD1886711107A9D5DE286D4D89A248301EF77B2_RuntimeMethod_var);
V_1 = L_12;
// for (int i = 0; i < list.Count; i++)
V_16 = 0;
goto IL_006f;
}
IL_004f:
{
// if (list[i].isRootCanvas)
List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * L_13 = V_0;
int32_t L_14 = V_16;
NullCheck(L_13);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_15 = List_1_get_Item_mEFD1886711107A9D5DE286D4D89A248301EF77B2_inline(L_13, L_14, /*hidden argument*/List_1_get_Item_mEFD1886711107A9D5DE286D4D89A248301EF77B2_RuntimeMethod_var);
NullCheck(L_15);
bool L_16 = Canvas_get_isRootCanvas_mA4ADE90017884B88AF7A9DD3114FDD4FEB73918A(L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0069;
}
}
{
// rootCanvas = list[i];
List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * L_17 = V_0;
int32_t L_18 = V_16;
NullCheck(L_17);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_19 = List_1_get_Item_mEFD1886711107A9D5DE286D4D89A248301EF77B2_inline(L_17, L_18, /*hidden argument*/List_1_get_Item_mEFD1886711107A9D5DE286D4D89A248301EF77B2_RuntimeMethod_var);
V_1 = L_19;
// break;
goto IL_0079;
}
IL_0069:
{
// for (int i = 0; i < list.Count; i++)
int32_t L_20 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_006f:
{
// for (int i = 0; i < list.Count; i++)
int32_t L_21 = V_16;
List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * L_22 = V_0;
NullCheck(L_22);
int32_t L_23 = List_1_get_Count_m1F183A0E2C36A7AB54555BD922CC9D8F3B4C467B_inline(L_22, /*hidden argument*/List_1_get_Count_m1F183A0E2C36A7AB54555BD922CC9D8F3B4C467B_RuntimeMethod_var);
if ((((int32_t)L_21) < ((int32_t)L_23)))
{
goto IL_004f;
}
}
IL_0079:
{
// ListPool<Canvas>.Release(list);
List_1_t8EDDA98820A716BCFEAB0E135668381EA8B836A2 * L_24 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ListPool_1_tC8893BDDEA491654D06C2BC46017B9267D683021_il2cpp_TypeInfo_var);
ListPool_1_Release_mF22BEEED9202B913F41B6C9AE9B4C5FDBEC76BD3(L_24, /*hidden argument*/ListPool_1_Release_mF22BEEED9202B913F41B6C9AE9B4C5FDBEC76BD3_RuntimeMethod_var);
// if (!validTemplate)
bool L_25 = __this->get_validTemplate_32();
if (L_25)
{
goto IL_0096;
}
}
{
// SetupTemplate();
Dropdown_SetupTemplate_m5CE6BC1866BDCDE6E94E367175F90E557F48E143(__this, /*hidden argument*/NULL);
// if (!validTemplate)
bool L_26 = __this->get_validTemplate_32();
if (L_26)
{
goto IL_0096;
}
}
{
// return;
return;
}
IL_0096:
{
// m_Template.gameObject.SetActive(true);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_27 = __this->get_m_Template_19();
NullCheck(L_27);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_28 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_27, /*hidden argument*/NULL);
NullCheck(L_28);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_28, (bool)1, /*hidden argument*/NULL);
// m_Template.GetComponent<Canvas>().sortingLayerID = rootCanvas.sortingLayerID;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_29 = __this->get_m_Template_19();
NullCheck(L_29);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_30 = Component_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mAD461B8F1BB5C616749FAA2B63155D710C3CD21C(L_29, /*hidden argument*/Component_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mAD461B8F1BB5C616749FAA2B63155D710C3CD21C_RuntimeMethod_var);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_31 = V_1;
NullCheck(L_31);
int32_t L_32 = Canvas_get_sortingLayerID_mD0EB8964D1C7E68F429F83B5C5AF58426D354C75(L_31, /*hidden argument*/NULL);
NullCheck(L_30);
Canvas_set_sortingLayerID_m9FE5A69A22DB3316964C9D5CD49E5B4352550747(L_30, L_32, /*hidden argument*/NULL);
// m_Dropdown = CreateDropdownList(m_Template.gameObject);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_33 = __this->get_m_Template_19();
NullCheck(L_33);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_34 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_33, /*hidden argument*/NULL);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_35 = VirtFuncInvoker1< GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * >::Invoke(47 /* UnityEngine.GameObject UnityEngine.UI.Dropdown::CreateDropdownList(UnityEngine.GameObject) */, __this, L_34);
__this->set_m_Dropdown_28(L_35);
// m_Dropdown.name = "Dropdown List";
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_36 = __this->get_m_Dropdown_28();
NullCheck(L_36);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(L_36, _stringLiteralDA4A5529E49998E18123CD19ED2CDF7D0F9FCC86, /*hidden argument*/NULL);
// m_Dropdown.SetActive(true);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_37 = __this->get_m_Dropdown_28();
NullCheck(L_37);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_37, (bool)1, /*hidden argument*/NULL);
// RectTransform dropdownRectTransform = m_Dropdown.transform as RectTransform;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_38 = __this->get_m_Dropdown_28();
NullCheck(L_38);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_39 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_38, /*hidden argument*/NULL);
V_2 = ((RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 *)IsInstSealed((RuntimeObject*)L_39, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_il2cpp_TypeInfo_var));
// dropdownRectTransform.SetParent(m_Template.transform.parent, false);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_40 = V_2;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_41 = __this->get_m_Template_19();
NullCheck(L_41);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_42 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_41, /*hidden argument*/NULL);
NullCheck(L_42);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_43 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_42, /*hidden argument*/NULL);
NullCheck(L_40);
Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35(L_40, L_43, (bool)0, /*hidden argument*/NULL);
// DropdownItem itemTemplate = m_Dropdown.GetComponentInChildren<DropdownItem>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_44 = __this->get_m_Dropdown_28();
NullCheck(L_44);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_45 = GameObject_GetComponentInChildren_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m9193A9BC92DC89CED4377A4B8719AB4F79D12E56(L_44, /*hidden argument*/GameObject_GetComponentInChildren_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m9193A9BC92DC89CED4377A4B8719AB4F79D12E56_RuntimeMethod_var);
V_3 = L_45;
// GameObject content = itemTemplate.rectTransform.parent.gameObject;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_46 = V_3;
NullCheck(L_46);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_47 = DropdownItem_get_rectTransform_mADBE4D843FE38C832CC1C9CFE03DC4D55B18E897_inline(L_46, /*hidden argument*/NULL);
NullCheck(L_47);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_48 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_47, /*hidden argument*/NULL);
NullCheck(L_48);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_49 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_48, /*hidden argument*/NULL);
// RectTransform contentRectTransform = content.transform as RectTransform;
NullCheck(L_49);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_50 = GameObject_get_transform_mA5C38857137F137CB96C69FAA624199EB1C2FB2C(L_49, /*hidden argument*/NULL);
V_4 = ((RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 *)IsInstSealed((RuntimeObject*)L_50, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_il2cpp_TypeInfo_var));
// itemTemplate.rectTransform.gameObject.SetActive(true);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_51 = V_3;
NullCheck(L_51);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_52 = DropdownItem_get_rectTransform_mADBE4D843FE38C832CC1C9CFE03DC4D55B18E897_inline(L_51, /*hidden argument*/NULL);
NullCheck(L_52);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_53 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_52, /*hidden argument*/NULL);
NullCheck(L_53);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_53, (bool)1, /*hidden argument*/NULL);
// Rect dropdownContentRect = contentRectTransform.rect;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_54 = V_4;
NullCheck(L_54);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_55 = RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E(L_54, /*hidden argument*/NULL);
V_5 = L_55;
// Rect itemTemplateRect = itemTemplate.rectTransform.rect;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_56 = V_3;
NullCheck(L_56);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_57 = DropdownItem_get_rectTransform_mADBE4D843FE38C832CC1C9CFE03DC4D55B18E897_inline(L_56, /*hidden argument*/NULL);
NullCheck(L_57);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_58 = RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E(L_57, /*hidden argument*/NULL);
V_6 = L_58;
// Vector2 offsetMin = itemTemplateRect.min - dropdownContentRect.min + (Vector2)itemTemplate.rectTransform.localPosition;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_59 = Rect_get_min_m17345668569CF57C5F1D2B2DADD05DD4220A5950((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_6), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_60 = Rect_get_min_m17345668569CF57C5F1D2B2DADD05DD4220A5950((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_61 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_59, L_60, /*hidden argument*/NULL);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_62 = V_3;
NullCheck(L_62);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_63 = DropdownItem_get_rectTransform_mADBE4D843FE38C832CC1C9CFE03DC4D55B18E897_inline(L_62, /*hidden argument*/NULL);
NullCheck(L_63);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_64 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_63, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_65 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_64, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_66 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_61, L_65, /*hidden argument*/NULL);
V_7 = L_66;
// Vector2 offsetMax = itemTemplateRect.max - dropdownContentRect.max + (Vector2)itemTemplate.rectTransform.localPosition;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_67 = Rect_get_max_m3BFB033D741F205FB04EF163A9D5785E7E020756((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_6), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68 = Rect_get_max_m3BFB033D741F205FB04EF163A9D5785E7E020756((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_69 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_67, L_68, /*hidden argument*/NULL);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_70 = V_3;
NullCheck(L_70);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_71 = DropdownItem_get_rectTransform_mADBE4D843FE38C832CC1C9CFE03DC4D55B18E897_inline(L_70, /*hidden argument*/NULL);
NullCheck(L_71);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_72 = Transform_get_localPosition_m812D43318E05BDCB78310EB7308785A13D85EFD8(L_71, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_73 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_72, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_74 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_69, L_73, /*hidden argument*/NULL);
V_8 = L_74;
// Vector2 itemSize = itemTemplateRect.size;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_75 = Rect_get_size_m731642B8F03F6CE372A2C9E2E4A925450630606C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_6), /*hidden argument*/NULL);
V_9 = L_75;
// m_Items.Clear();
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_76 = __this->get_m_Items_30();
NullCheck(L_76);
List_1_Clear_m5A1B380174A642331CB7D6B9DAC84F13766017D0(L_76, /*hidden argument*/List_1_Clear_m5A1B380174A642331CB7D6B9DAC84F13766017D0_RuntimeMethod_var);
// Toggle prev = null;
V_10 = (Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 *)NULL;
// for (int i = 0; i < options.Count; ++i)
V_17 = 0;
goto IL_032d;
}
IL_01da:
{
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_77 = (U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass62_0__ctor_m5929C1C6009D2B9C3DDFDE80B361ACEE79669726(L_77, /*hidden argument*/NULL);
V_18 = L_77;
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_78 = V_18;
NullCheck(L_78);
L_78->set_U3CU3E4__this_1(__this);
// OptionData data = options[i];
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_79 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(__this, /*hidden argument*/NULL);
int32_t L_80 = V_17;
NullCheck(L_79);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_81 = List_1_get_Item_m4AF83DF4952B5005F46816EEB04BE164A4C62E09_inline(L_79, L_80, /*hidden argument*/List_1_get_Item_m4AF83DF4952B5005F46816EEB04BE164A4C62E09_RuntimeMethod_var);
V_19 = L_81;
// DropdownItem item = AddItem(data, value == i, itemTemplate, m_Items);
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_82 = V_18;
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_83 = V_19;
int32_t L_84 = Dropdown_get_value_m5FC2BBBD94BA37BFF81DDCE45F42E0782C44CFCD_inline(__this, /*hidden argument*/NULL);
int32_t L_85 = V_17;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_86 = V_3;
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_87 = __this->get_m_Items_30();
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_88 = Dropdown_AddItem_m5F858BC2C6F291D7E8E674A36F7036A1CA4BEAB2(__this, L_83, (bool)((((int32_t)L_84) == ((int32_t)L_85))? 1 : 0), L_86, L_87, /*hidden argument*/NULL);
NullCheck(L_82);
L_82->set_item_0(L_88);
// if (item == null)
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_89 = V_18;
NullCheck(L_89);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_90 = L_89->get_item_0();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_91 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_90, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_91)
{
goto IL_0327;
}
}
{
// item.toggle.isOn = value == i;
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_92 = V_18;
NullCheck(L_92);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_93 = L_92->get_item_0();
NullCheck(L_93);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_94 = DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline(L_93, /*hidden argument*/NULL);
int32_t L_95 = Dropdown_get_value_m5FC2BBBD94BA37BFF81DDCE45F42E0782C44CFCD_inline(__this, /*hidden argument*/NULL);
int32_t L_96 = V_17;
NullCheck(L_94);
Toggle_set_isOn_m520D16B143619437D7997316584A029D7C3CABF8(L_94, (bool)((((int32_t)L_95) == ((int32_t)L_96))? 1 : 0), /*hidden argument*/NULL);
// item.toggle.onValueChanged.AddListener(x => OnSelectItem(item.toggle));
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_97 = V_18;
NullCheck(L_97);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_98 = L_97->get_item_0();
NullCheck(L_98);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_99 = DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline(L_98, /*hidden argument*/NULL);
NullCheck(L_99);
ToggleEvent_t50D925F8E220FB47DA738411CEF9C57FF7E1DC43 * L_100 = L_99->get_onValueChanged_22();
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_101 = V_18;
UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC * L_102 = (UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC *)il2cpp_codegen_object_new(UnityAction_1_tB994D127B02789CE2010397AEF756615E5F84FDC_il2cpp_TypeInfo_var);
UnityAction_1__ctor_m18CA7901D895C4EFF9722B01F9CCBB555B6E1165(L_102, L_101, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass62_0_U3CShowU3Eb__0_m4658CA3C921911277414F27C3DBB031C3785EE68_RuntimeMethod_var), /*hidden argument*/UnityAction_1__ctor_m18CA7901D895C4EFF9722B01F9CCBB555B6E1165_RuntimeMethod_var);
NullCheck(L_100);
UnityEvent_1_AddListener_mD63C8616B316F25095F83F39E25D7E567AA72AB0(L_100, L_102, /*hidden argument*/UnityEvent_1_AddListener_mD63C8616B316F25095F83F39E25D7E567AA72AB0_RuntimeMethod_var);
// if (item.toggle.isOn)
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_103 = V_18;
NullCheck(L_103);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_104 = L_103->get_item_0();
NullCheck(L_104);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_105 = DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline(L_104, /*hidden argument*/NULL);
NullCheck(L_105);
bool L_106 = Toggle_get_isOn_mC0C6AA83480A8DEFC7ADB2BC4FE1FCF0D92CA964_inline(L_105, /*hidden argument*/NULL);
if (!L_106)
{
goto IL_028c;
}
}
{
// item.toggle.Select();
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_107 = V_18;
NullCheck(L_107);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_108 = L_107->get_item_0();
NullCheck(L_108);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_109 = DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline(L_108, /*hidden argument*/NULL);
NullCheck(L_109);
VirtActionInvoker0::Invoke(38 /* System.Void UnityEngine.UI.Selectable::Select() */, L_109);
}
IL_028c:
{
// if (prev != null)
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_110 = V_10;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_111 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_110, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_111)
{
goto IL_0319;
}
}
{
// Navigation prevNav = prev.navigation;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_112 = V_10;
NullCheck(L_112);
Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 L_113 = Selectable_get_navigation_mE0FE811B11269EFDEE21C98701059F786580FB50_inline(L_112, /*hidden argument*/NULL);
V_20 = L_113;
// Navigation toggleNav = item.toggle.navigation;
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_114 = V_18;
NullCheck(L_114);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_115 = L_114->get_item_0();
NullCheck(L_115);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_116 = DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline(L_115, /*hidden argument*/NULL);
NullCheck(L_116);
Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 L_117 = Selectable_get_navigation_mE0FE811B11269EFDEE21C98701059F786580FB50_inline(L_116, /*hidden argument*/NULL);
V_21 = L_117;
// prevNav.mode = Navigation.Mode.Explicit;
Navigation_set_mode_m98F00F98459C0C3D79FDC7221C779D83130D67BC_inline((Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 *)(&V_20), 4, /*hidden argument*/NULL);
// toggleNav.mode = Navigation.Mode.Explicit;
Navigation_set_mode_m98F00F98459C0C3D79FDC7221C779D83130D67BC_inline((Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 *)(&V_21), 4, /*hidden argument*/NULL);
// prevNav.selectOnDown = item.toggle;
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_118 = V_18;
NullCheck(L_118);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_119 = L_118->get_item_0();
NullCheck(L_119);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_120 = DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline(L_119, /*hidden argument*/NULL);
Navigation_set_selectOnDown_mE97059CFEDDAA89BC14D85EA1FB51A9D3BDA4549_inline((Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 *)(&V_20), L_120, /*hidden argument*/NULL);
// prevNav.selectOnRight = item.toggle;
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_121 = V_18;
NullCheck(L_121);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_122 = L_121->get_item_0();
NullCheck(L_122);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_123 = DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline(L_122, /*hidden argument*/NULL);
Navigation_set_selectOnRight_mEBD7DF30AC830A83DCC7F1E2BA9629864A40336E_inline((Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 *)(&V_20), L_123, /*hidden argument*/NULL);
// toggleNav.selectOnLeft = prev;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_124 = V_10;
Navigation_set_selectOnLeft_m6C219E151D044D1C4F086A2DDD104C537553B79D_inline((Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 *)(&V_21), L_124, /*hidden argument*/NULL);
// toggleNav.selectOnUp = prev;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_125 = V_10;
Navigation_set_selectOnUp_mDC6497A819851FC70C1771FA5B4F8DEF7BDCD552_inline((Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 *)(&V_21), L_125, /*hidden argument*/NULL);
// prev.navigation = prevNav;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_126 = V_10;
Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 L_127 = V_20;
NullCheck(L_126);
Selectable_set_navigation_m40A501995B245DC9F28F2B5BE7B97849D77A15E0(L_126, L_127, /*hidden argument*/NULL);
// item.toggle.navigation = toggleNav;
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_128 = V_18;
NullCheck(L_128);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_129 = L_128->get_item_0();
NullCheck(L_129);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_130 = DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline(L_129, /*hidden argument*/NULL);
Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 L_131 = V_21;
NullCheck(L_130);
Selectable_set_navigation_m40A501995B245DC9F28F2B5BE7B97849D77A15E0(L_130, L_131, /*hidden argument*/NULL);
}
IL_0319:
{
// prev = item.toggle;
U3CU3Ec__DisplayClass62_0_t1F0325C99F37D0AA9A6FB09CBF04290AEFD21E6A * L_132 = V_18;
NullCheck(L_132);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_133 = L_132->get_item_0();
NullCheck(L_133);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_134 = DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline(L_133, /*hidden argument*/NULL);
V_10 = L_134;
}
IL_0327:
{
// for (int i = 0; i < options.Count; ++i)
int32_t L_135 = V_17;
V_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)1));
}
IL_032d:
{
// for (int i = 0; i < options.Count; ++i)
int32_t L_136 = V_17;
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_137 = Dropdown_get_options_mF01AB08188E47DA9CD1488723FCBC453F29BDFA6(__this, /*hidden argument*/NULL);
NullCheck(L_137);
int32_t L_138 = List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_inline(L_137, /*hidden argument*/List_1_get_Count_mF40C1D9EDF3F809522429101585C6B0F8D7E8361_RuntimeMethod_var);
if ((((int32_t)L_136) < ((int32_t)L_138)))
{
goto IL_01da;
}
}
{
// Vector2 sizeDelta = contentRectTransform.sizeDelta;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_139 = V_4;
NullCheck(L_139);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_140 = RectTransform_get_sizeDelta_mDA0A3E73679143B1B52CE2F9A417F90CB9F3DAFF(L_139, /*hidden argument*/NULL);
V_11 = L_140;
// sizeDelta.y = itemSize.y * m_Items.Count + offsetMin.y - offsetMax.y;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_141 = V_9;
float L_142 = L_141.get_y_1();
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_143 = __this->get_m_Items_30();
NullCheck(L_143);
int32_t L_144 = List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_inline(L_143, /*hidden argument*/List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_RuntimeMethod_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_145 = V_7;
float L_146 = L_145.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_147 = V_8;
float L_148 = L_147.get_y_1();
(&V_11)->set_y_1(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_multiply((float)L_142, (float)(((float)((float)L_144))))), (float)L_146)), (float)L_148)));
// contentRectTransform.sizeDelta = sizeDelta;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_149 = V_4;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_150 = V_11;
NullCheck(L_149);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_149, L_150, /*hidden argument*/NULL);
// float extraSpace = dropdownRectTransform.rect.height - contentRectTransform.rect.height;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_151 = V_2;
NullCheck(L_151);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_152 = RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E(L_151, /*hidden argument*/NULL);
V_22 = L_152;
float L_153 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_22), /*hidden argument*/NULL);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_154 = V_4;
NullCheck(L_154);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_155 = RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E(L_154, /*hidden argument*/NULL);
V_22 = L_155;
float L_156 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_22), /*hidden argument*/NULL);
V_12 = ((float)il2cpp_codegen_subtract((float)L_153, (float)L_156));
// if (extraSpace > 0)
float L_157 = V_12;
if ((!(((float)L_157) > ((float)(0.0f)))))
{
goto IL_03cb;
}
}
{
// dropdownRectTransform.sizeDelta = new Vector2(dropdownRectTransform.sizeDelta.x, dropdownRectTransform.sizeDelta.y - extraSpace);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_158 = V_2;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_159 = V_2;
NullCheck(L_159);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_160 = RectTransform_get_sizeDelta_mDA0A3E73679143B1B52CE2F9A417F90CB9F3DAFF(L_159, /*hidden argument*/NULL);
float L_161 = L_160.get_x_0();
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_162 = V_2;
NullCheck(L_162);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_163 = RectTransform_get_sizeDelta_mDA0A3E73679143B1B52CE2F9A417F90CB9F3DAFF(L_162, /*hidden argument*/NULL);
float L_164 = L_163.get_y_1();
float L_165 = V_12;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_166;
memset((&L_166), 0, sizeof(L_166));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_166), L_161, ((float)il2cpp_codegen_subtract((float)L_164, (float)L_165)), /*hidden argument*/NULL);
NullCheck(L_158);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_158, L_166, /*hidden argument*/NULL);
}
IL_03cb:
{
// Vector3[] corners = new Vector3[4];
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_167 = (Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28*)SZArrayNew(Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28_il2cpp_TypeInfo_var, (uint32_t)4);
V_13 = L_167;
// dropdownRectTransform.GetWorldCorners(corners);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_168 = V_2;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_169 = V_13;
NullCheck(L_168);
RectTransform_GetWorldCorners_m073AA4D13C51C5654A5983EE3FE7E2E60F7761B6(L_168, L_169, /*hidden argument*/NULL);
// RectTransform rootCanvasRectTransform = rootCanvas.transform as RectTransform;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_170 = V_1;
NullCheck(L_170);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_171 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_170, /*hidden argument*/NULL);
V_14 = ((RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 *)IsInstSealed((RuntimeObject*)L_171, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_il2cpp_TypeInfo_var));
// Rect rootCanvasRect = rootCanvasRectTransform.rect;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_172 = V_14;
NullCheck(L_172);
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_173 = RectTransform_get_rect_mE5F283FCB99A66403AC1F0607CA49C156D73A15E(L_172, /*hidden argument*/NULL);
V_15 = L_173;
// for (int axis = 0; axis < 2; axis++)
V_23 = 0;
goto IL_04bb;
}
IL_03f9:
{
// bool outside = false;
V_24 = (bool)0;
// for (int i = 0; i < 4; i++)
V_25 = 0;
goto IL_049f;
}
IL_0404:
{
// Vector3 corner = rootCanvasRectTransform.InverseTransformPoint(corners[i]);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_174 = V_14;
Vector3U5BU5D_tB9EC3346CC4A0EA5447D968E84A9AC1F6F372C28* L_175 = V_13;
int32_t L_176 = V_25;
NullCheck(L_175);
int32_t L_177 = L_176;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_178 = (L_175)->GetAt(static_cast<il2cpp_array_size_t>(L_177));
NullCheck(L_174);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_179 = Transform_InverseTransformPoint_mB6E3145F20B531B4A781C194BAC43A8255C96C47(L_174, L_178, /*hidden argument*/NULL);
V_26 = L_179;
// if ((corner[axis] < rootCanvasRect.min[axis] && !Mathf.Approximately(corner[axis], rootCanvasRect.min[axis])) ||
// (corner[axis] > rootCanvasRect.max[axis] && !Mathf.Approximately(corner[axis], rootCanvasRect.max[axis])))
int32_t L_180 = V_23;
float L_181 = Vector3_get_Item_mC3B9D35C070A91D7CA5C5B47280BD0EA3E148AC6((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_26), L_180, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_182 = Rect_get_min_m17345668569CF57C5F1D2B2DADD05DD4220A5950((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_15), /*hidden argument*/NULL);
V_27 = L_182;
int32_t L_183 = V_23;
float L_184 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_27), L_183, /*hidden argument*/NULL);
if ((!(((float)L_181) < ((float)L_184))))
{
goto IL_0455;
}
}
{
int32_t L_185 = V_23;
float L_186 = Vector3_get_Item_mC3B9D35C070A91D7CA5C5B47280BD0EA3E148AC6((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_26), L_185, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_187 = Rect_get_min_m17345668569CF57C5F1D2B2DADD05DD4220A5950((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_15), /*hidden argument*/NULL);
V_27 = L_187;
int32_t L_188 = V_23;
float L_189 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_27), L_188, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_190 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_186, L_189, /*hidden argument*/NULL);
if (!L_190)
{
goto IL_0494;
}
}
IL_0455:
{
int32_t L_191 = V_23;
float L_192 = Vector3_get_Item_mC3B9D35C070A91D7CA5C5B47280BD0EA3E148AC6((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_26), L_191, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_193 = Rect_get_max_m3BFB033D741F205FB04EF163A9D5785E7E020756((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_15), /*hidden argument*/NULL);
V_27 = L_193;
int32_t L_194 = V_23;
float L_195 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_27), L_194, /*hidden argument*/NULL);
if ((!(((float)L_192) > ((float)L_195))))
{
goto IL_0499;
}
}
{
int32_t L_196 = V_23;
float L_197 = Vector3_get_Item_mC3B9D35C070A91D7CA5C5B47280BD0EA3E148AC6((Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 *)(&V_26), L_196, /*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_198 = Rect_get_max_m3BFB033D741F205FB04EF163A9D5785E7E020756((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_15), /*hidden argument*/NULL);
V_27 = L_198;
int32_t L_199 = V_23;
float L_200 = Vector2_get_Item_m67344A67120E48C32D9419E24BA7AED29F063379((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_27), L_199, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
bool L_201 = Mathf_Approximately_m91AF00403E0D2DEA1AAE68601AD218CFAD70DF7E(L_197, L_200, /*hidden argument*/NULL);
if (L_201)
{
goto IL_0499;
}
}
IL_0494:
{
// outside = true;
V_24 = (bool)1;
// break;
goto IL_04a7;
}
IL_0499:
{
// for (int i = 0; i < 4; i++)
int32_t L_202 = V_25;
V_25 = ((int32_t)il2cpp_codegen_add((int32_t)L_202, (int32_t)1));
}
IL_049f:
{
// for (int i = 0; i < 4; i++)
int32_t L_203 = V_25;
if ((((int32_t)L_203) < ((int32_t)4)))
{
goto IL_0404;
}
}
IL_04a7:
{
// if (outside)
bool L_204 = V_24;
if (!L_204)
{
goto IL_04b5;
}
}
{
// RectTransformUtility.FlipLayoutOnAxis(dropdownRectTransform, axis, false, false);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_205 = V_2;
int32_t L_206 = V_23;
IL2CPP_RUNTIME_CLASS_INIT(RectTransformUtility_t9B90669A72B05A33DD88BEBB817BC9CDBB614BBA_il2cpp_TypeInfo_var);
RectTransformUtility_FlipLayoutOnAxis_mFECCA330C80845D0B75829C7DD242688911006AE(L_205, L_206, (bool)0, (bool)0, /*hidden argument*/NULL);
}
IL_04b5:
{
// for (int axis = 0; axis < 2; axis++)
int32_t L_207 = V_23;
V_23 = ((int32_t)il2cpp_codegen_add((int32_t)L_207, (int32_t)1));
}
IL_04bb:
{
// for (int axis = 0; axis < 2; axis++)
int32_t L_208 = V_23;
if ((((int32_t)L_208) < ((int32_t)2)))
{
goto IL_03f9;
}
}
{
// for (int i = 0; i < m_Items.Count; i++)
V_28 = 0;
goto IL_058c;
}
IL_04cb:
{
// RectTransform itemRect = m_Items[i].rectTransform;
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_209 = __this->get_m_Items_30();
int32_t L_210 = V_28;
NullCheck(L_209);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_211 = List_1_get_Item_m8EB234DA8AED6E033171C6C43F707C2592C145AA_inline(L_209, L_210, /*hidden argument*/List_1_get_Item_m8EB234DA8AED6E033171C6C43F707C2592C145AA_RuntimeMethod_var);
NullCheck(L_211);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_212 = DropdownItem_get_rectTransform_mADBE4D843FE38C832CC1C9CFE03DC4D55B18E897_inline(L_211, /*hidden argument*/NULL);
V_29 = L_212;
// itemRect.anchorMin = new Vector2(itemRect.anchorMin.x, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_213 = V_29;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_214 = V_29;
NullCheck(L_214);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_215 = RectTransform_get_anchorMin_mB62D77CAC5A2A086320638AE7DF08135B7028744(L_214, /*hidden argument*/NULL);
float L_216 = L_215.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_217;
memset((&L_217), 0, sizeof(L_217));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_217), L_216, (0.0f), /*hidden argument*/NULL);
NullCheck(L_213);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_213, L_217, /*hidden argument*/NULL);
// itemRect.anchorMax = new Vector2(itemRect.anchorMax.x, 0);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_218 = V_29;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_219 = V_29;
NullCheck(L_219);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_220 = RectTransform_get_anchorMax_m1E51C211FBB32326C884375C9F1E8E8221E5C086(L_219, /*hidden argument*/NULL);
float L_221 = L_220.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_222;
memset((&L_222), 0, sizeof(L_222));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_222), L_221, (0.0f), /*hidden argument*/NULL);
NullCheck(L_218);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_218, L_222, /*hidden argument*/NULL);
// itemRect.anchoredPosition = new Vector2(itemRect.anchoredPosition.x, offsetMin.y + itemSize.y * (m_Items.Count - 1 - i) + itemSize.y * itemRect.pivot.y);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_223 = V_29;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_224 = V_29;
NullCheck(L_224);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_225 = RectTransform_get_anchoredPosition_mCB2171DBADBC572F354CCFE3ACA19F9506F97907(L_224, /*hidden argument*/NULL);
float L_226 = L_225.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_227 = V_7;
float L_228 = L_227.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_229 = V_9;
float L_230 = L_229.get_y_1();
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_231 = __this->get_m_Items_30();
NullCheck(L_231);
int32_t L_232 = List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_inline(L_231, /*hidden argument*/List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_RuntimeMethod_var);
int32_t L_233 = V_28;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_234 = V_9;
float L_235 = L_234.get_y_1();
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_236 = V_29;
NullCheck(L_236);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_237 = RectTransform_get_pivot_mA5BEEE2069ACA7C0C717530EED3E7D811D46C463(L_236, /*hidden argument*/NULL);
float L_238 = L_237.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_239;
memset((&L_239), 0, sizeof(L_239));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_239), L_226, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_228, (float)((float)il2cpp_codegen_multiply((float)L_230, (float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_232, (int32_t)1)), (int32_t)L_233))))))))), (float)((float)il2cpp_codegen_multiply((float)L_235, (float)L_238)))), /*hidden argument*/NULL);
NullCheck(L_223);
RectTransform_set_anchoredPosition_m4DD45DB1A97734A1F3A81E5F259638ECAF35962F(L_223, L_239, /*hidden argument*/NULL);
// itemRect.sizeDelta = new Vector2(itemRect.sizeDelta.x, itemSize.y);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_240 = V_29;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_241 = V_29;
NullCheck(L_241);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_242 = RectTransform_get_sizeDelta_mDA0A3E73679143B1B52CE2F9A417F90CB9F3DAFF(L_241, /*hidden argument*/NULL);
float L_243 = L_242.get_x_0();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_244 = V_9;
float L_245 = L_244.get_y_1();
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_246;
memset((&L_246), 0, sizeof(L_246));
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_246), L_243, L_245, /*hidden argument*/NULL);
NullCheck(L_240);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_240, L_246, /*hidden argument*/NULL);
// for (int i = 0; i < m_Items.Count; i++)
int32_t L_247 = V_28;
V_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_247, (int32_t)1));
}
IL_058c:
{
// for (int i = 0; i < m_Items.Count; i++)
int32_t L_248 = V_28;
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_249 = __this->get_m_Items_30();
NullCheck(L_249);
int32_t L_250 = List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_inline(L_249, /*hidden argument*/List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_RuntimeMethod_var);
if ((((int32_t)L_248) < ((int32_t)L_250)))
{
goto IL_04cb;
}
}
{
// AlphaFadeList(m_AlphaFadeSpeed, 0f, 1f);
float L_251 = __this->get_m_AlphaFadeSpeed_27();
Dropdown_AlphaFadeList_m2B80644908D3927EEB29497DBEA5BB5B8B239316(__this, L_251, (0.0f), (1.0f), /*hidden argument*/NULL);
// m_Template.gameObject.SetActive(false);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_252 = __this->get_m_Template_19();
NullCheck(L_252);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_253 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_252, /*hidden argument*/NULL);
NullCheck(L_253);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_253, (bool)0, /*hidden argument*/NULL);
// itemTemplate.gameObject.SetActive(false);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_254 = V_3;
NullCheck(L_254);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_255 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_254, /*hidden argument*/NULL);
NullCheck(L_255);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_255, (bool)0, /*hidden argument*/NULL);
// m_Blocker = CreateBlocker(rootCanvas);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_256 = V_1;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_257 = VirtFuncInvoker1< GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *, Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * >::Invoke(45 /* UnityEngine.GameObject UnityEngine.UI.Dropdown::CreateBlocker(UnityEngine.Canvas) */, __this, L_256);
__this->set_m_Blocker_29(L_257);
// }
return;
}
}
// UnityEngine.GameObject UnityEngine.UI.Dropdown::CreateBlocker(UnityEngine.Canvas)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Dropdown_CreateBlocker_m036190311A5551395BC6DD3807D909F851AC8075 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * ___rootCanvas0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_CreateBlocker_m036190311A5551395BC6DD3807D909F851AC8075_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * V_0 = NULL;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * V_1 = NULL;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * V_2 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_3 = NULL;
ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_4 = NULL;
ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* V_5 = NULL;
int32_t V_6 = 0;
Type_t * V_7 = NULL;
{
// GameObject blocker = new GameObject("Blocker");
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = (GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)il2cpp_codegen_object_new(GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_il2cpp_TypeInfo_var);
GameObject__ctor_mBB454E679AD9CF0B84D3609A01E6A9753ACF4686(L_0, _stringLiteral7ED53365DD1C43099B49726626A637D3E0BD800E, /*hidden argument*/NULL);
V_0 = L_0;
// RectTransform blockerRect = blocker.AddComponent<RectTransform>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = V_0;
NullCheck(L_1);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_2 = GameObject_AddComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mBCFCAB2CB522FEE3E8160D6B53776131804C0B25(L_1, /*hidden argument*/GameObject_AddComponent_TisRectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20_mBCFCAB2CB522FEE3E8160D6B53776131804C0B25_RuntimeMethod_var);
// blockerRect.SetParent(rootCanvas.transform, false);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_3 = L_2;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_4 = ___rootCanvas0;
NullCheck(L_4);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35(L_3, L_5, (bool)0, /*hidden argument*/NULL);
// blockerRect.anchorMin = Vector3.zero;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_6 = L_3;
IL2CPP_RUNTIME_CLASS_INIT(Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720_il2cpp_TypeInfo_var);
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_7 = Vector3_get_zero_m3CDDCAE94581DF3BB16C4B40A100E28E9C6649C2(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RectTransform_set_anchorMin_mE965F5B0902C2554635010A5752728414A57020A(L_6, L_8, /*hidden argument*/NULL);
// blockerRect.anchorMax = Vector3.one;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_9 = L_6;
Vector3_tDCF05E21F632FE2BA260C06E0D10CA81513E6720 L_10 = Vector3_get_one_mA11B83037CB269C6076CBCF754E24C8F3ACEC2AB(/*hidden argument*/NULL);
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = Vector2_op_Implicit_mEA1F75961E3D368418BA8CEB9C40E55C25BA3C28(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
RectTransform_set_anchorMax_m55EEF00D9E42FE542B5346D7CEDAF9248736F7D3(L_9, L_11, /*hidden argument*/NULL);
// blockerRect.sizeDelta = Vector2.zero;
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
NullCheck(L_9);
RectTransform_set_sizeDelta_m7729BA56325BA667F0F7D60D642124F7909F1302(L_9, L_12, /*hidden argument*/NULL);
// Canvas blockerCanvas = blocker.AddComponent<Canvas>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_13 = V_0;
NullCheck(L_13);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_14 = GameObject_AddComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m474E23A3E8CBCA25DD03C7614EEF1E47AD566618(L_13, /*hidden argument*/GameObject_AddComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m474E23A3E8CBCA25DD03C7614EEF1E47AD566618_RuntimeMethod_var);
// blockerCanvas.overrideSorting = true;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_15 = L_14;
NullCheck(L_15);
Canvas_set_overrideSorting_m446842097ED576AB8706B9980E85AECC24C13015(L_15, (bool)1, /*hidden argument*/NULL);
// Canvas dropdownCanvas = m_Dropdown.GetComponent<Canvas>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_16 = __this->get_m_Dropdown_28();
NullCheck(L_16);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_17 = GameObject_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m5EA55BE80E8E0FB0551D6C16C2BC57A726758C9A(L_16, /*hidden argument*/GameObject_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_m5EA55BE80E8E0FB0551D6C16C2BC57A726758C9A_RuntimeMethod_var);
V_1 = L_17;
// blockerCanvas.sortingLayerID = dropdownCanvas.sortingLayerID;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_18 = L_15;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_19 = V_1;
NullCheck(L_19);
int32_t L_20 = Canvas_get_sortingLayerID_mD0EB8964D1C7E68F429F83B5C5AF58426D354C75(L_19, /*hidden argument*/NULL);
NullCheck(L_18);
Canvas_set_sortingLayerID_m9FE5A69A22DB3316964C9D5CD49E5B4352550747(L_18, L_20, /*hidden argument*/NULL);
// blockerCanvas.sortingOrder = dropdownCanvas.sortingOrder - 1;
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_21 = V_1;
NullCheck(L_21);
int32_t L_22 = Canvas_get_sortingOrder_mA3FC1159A6594B522A7B682F5792845E2DC7C540(L_21, /*hidden argument*/NULL);
NullCheck(L_18);
Canvas_set_sortingOrder_m4387540EBDF2716DFAE26F27074DBF15F32382E7(L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1)), /*hidden argument*/NULL);
// Canvas parentCanvas = null;
V_2 = (Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 *)NULL;
// Transform parentTransform = m_Template.parent;
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_23 = __this->get_m_Template_19();
NullCheck(L_23);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_24 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_23, /*hidden argument*/NULL);
V_3 = L_24;
goto IL_00a1;
}
IL_008a:
{
// parentCanvas = parentTransform.GetComponent<Canvas>();
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_25 = V_3;
NullCheck(L_25);
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_26 = Component_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mAD461B8F1BB5C616749FAA2B63155D710C3CD21C(L_25, /*hidden argument*/Component_GetComponent_TisCanvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591_mAD461B8F1BB5C616749FAA2B63155D710C3CD21C_RuntimeMethod_var);
V_2 = L_26;
// if (parentCanvas != null)
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_27 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_28 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_27, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_28)
{
goto IL_00aa;
}
}
{
// parentTransform = parentTransform.parent;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_29 = V_3;
NullCheck(L_29);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_30 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_29, /*hidden argument*/NULL);
V_3 = L_30;
}
IL_00a1:
{
// while (parentTransform != null)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_31 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_32 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_31, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (L_32)
{
goto IL_008a;
}
}
IL_00aa:
{
// if (parentCanvas != null)
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_33 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_34 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_33, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_34)
{
goto IL_00f9;
}
}
{
// Component[] components = parentCanvas.GetComponents<BaseRaycaster>();
Canvas_tBC28BF1DD8D8499A89B5781505833D3728CF8591 * L_35 = V_2;
NullCheck(L_35);
BaseRaycasterU5BU5D_tBAB92856D134B954B807C51A3228248F5393F0A6* L_36 = Component_GetComponents_TisBaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966_mC5D7B6F2AF3B637F8CF0F1DEF4E96FEADB5C6814(L_35, /*hidden argument*/Component_GetComponents_TisBaseRaycaster_tC7F6105A89F54A38FBFC2659901855FDBB0E3966_mC5D7B6F2AF3B637F8CF0F1DEF4E96FEADB5C6814_RuntimeMethod_var);
V_5 = (ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155*)L_36;
ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_37 = V_5;
V_4 = L_37;
// for (int i = 0; i < components.Length; i++)
V_6 = 0;
goto IL_00ef;
}
IL_00c4:
{
// Type raycasterType = components[i].GetType();
ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_38 = V_4;
int32_t L_39 = V_6;
NullCheck(L_38);
int32_t L_40 = L_39;
Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
NullCheck(L_41);
Type_t * L_42 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_41, /*hidden argument*/NULL);
V_7 = L_42;
// if (blocker.GetComponent(raycasterType) == null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_43 = V_0;
Type_t * L_44 = V_7;
NullCheck(L_43);
Component_t05064EF382ABCAF4B8C94F8A350EA85184C26621 * L_45 = GameObject_GetComponent_mECB756C7EB39F6BB79F8C065AB0013354763B151(L_43, L_44, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_46 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_45, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_46)
{
goto IL_00e9;
}
}
{
// blocker.AddComponent(raycasterType);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_47 = V_0;
Type_t * L_48 = V_7;
NullCheck(L_47);
GameObject_AddComponent_m489C9D5426F2050795FA696CD478BB49AAE4BD70(L_47, L_48, /*hidden argument*/NULL);
}
IL_00e9:
{
// for (int i = 0; i < components.Length; i++)
int32_t L_49 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
}
IL_00ef:
{
// for (int i = 0; i < components.Length; i++)
int32_t L_50 = V_6;
ComponentU5BU5D_t7BE50AFB6301C06D990819B3D8F35CA326CDD155* L_51 = V_4;
NullCheck(L_51);
if ((((int32_t)L_50) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))))
{
goto IL_00c4;
}
}
{
// }
goto IL_0100;
}
IL_00f9:
{
// GetOrAddComponent<GraphicRaycaster>(blocker);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_52 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_il2cpp_TypeInfo_var);
Dropdown_GetOrAddComponent_TisGraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83_m9B1D258B962FAF4A5D69605ED9910224F26E7294(L_52, /*hidden argument*/Dropdown_GetOrAddComponent_TisGraphicRaycaster_t9AA334998113578A7FC0B27D7D6FEF19E74B9D83_m9B1D258B962FAF4A5D69605ED9910224F26E7294_RuntimeMethod_var);
}
IL_0100:
{
// Image blockerImage = blocker.AddComponent<Image>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_53 = V_0;
NullCheck(L_53);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_54 = GameObject_AddComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_mD30135D66AFB92E25180A1358319B74A4621D79F(L_53, /*hidden argument*/GameObject_AddComponent_TisImage_t18FED07D8646917E1C563745518CF3DD57FF0B3E_mD30135D66AFB92E25180A1358319B74A4621D79F_RuntimeMethod_var);
// blockerImage.color = Color.clear;
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_55 = Color_get_clear_m419239BDAEB3D3C4B4291BF2C6EF09A7D7D81360(/*hidden argument*/NULL);
NullCheck(L_54);
VirtActionInvoker1< Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_54, L_55);
// Button blockerButton = blocker.AddComponent<Button>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_56 = V_0;
NullCheck(L_56);
Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * L_57 = GameObject_AddComponent_TisButton_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_m36473E834D5F26A115FB3A704AC6A86C8C95FD95(L_56, /*hidden argument*/GameObject_AddComponent_TisButton_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B_m36473E834D5F26A115FB3A704AC6A86C8C95FD95_RuntimeMethod_var);
// blockerButton.onClick.AddListener(Hide);
NullCheck(L_57);
ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * L_58 = Button_get_onClick_m77E8CA6917881760CC7900930F4C789F3E2F8817_inline(L_57, /*hidden argument*/NULL);
UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 * L_59 = (UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4 *)il2cpp_codegen_object_new(UnityAction_tD19B26F1B2C048E38FD5801A33573BE01064CAF4_il2cpp_TypeInfo_var);
UnityAction__ctor_mEFC4B92529CE83DF72501F92E07EC5598C54BDAC(L_59, __this, (intptr_t)((intptr_t)Dropdown_Hide_m35382248CCB9AB3A863EC390BD50BEBEC2ACC1E4_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_58);
UnityEvent_AddListener_m31973FDDC5BB0B2828AB6EF519EC4FD6563499C9(L_58, L_59, /*hidden argument*/NULL);
// return blocker;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_60 = V_0;
return L_60;
}
}
// System.Void UnityEngine.UI.Dropdown::DestroyBlocker(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_DestroyBlocker_m5C4902C6F0A8F48BA82286ED70CFC60F7BA19961 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___blocker0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_DestroyBlocker_m5C4902C6F0A8F48BA82286ED70CFC60F7BA19961_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Destroy(blocker);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___blocker0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.GameObject UnityEngine.UI.Dropdown::CreateDropdownList(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * Dropdown_CreateDropdownList_m4C38DE76864D27BBA2033CD5DD72A88B1D2896A9 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___template0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_CreateDropdownList_m4C38DE76864D27BBA2033CD5DD72A88B1D2896A9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return (GameObject)Instantiate(template);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___template0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_1 = Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_mC4AB712D7F18E0991E1542CE53F11385E21E7B90(L_0, /*hidden argument*/Object_Instantiate_TisGameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F_mC4AB712D7F18E0991E1542CE53F11385E21E7B90_RuntimeMethod_var);
return L_1;
}
}
// System.Void UnityEngine.UI.Dropdown::DestroyDropdownList(UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_DestroyDropdownList_mD11E6DE18CA6767744F725B6B1326DB7247E2FD8 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___dropdownList0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_DestroyDropdownList_mD11E6DE18CA6767744F725B6B1326DB7247E2FD8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// Destroy(dropdownList);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___dropdownList0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
Object_Destroy_m23B4562495BA35A74266D4372D45368F8C05109A(L_0, /*hidden argument*/NULL);
// }
return;
}
}
// UnityEngine.UI.Dropdown_DropdownItem UnityEngine.UI.Dropdown::CreateItem(UnityEngine.UI.Dropdown_DropdownItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * Dropdown_CreateItem_m591B3B4546D13786893F9930BE702F3A9AAE3CDC (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * ___itemTemplate0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_CreateItem_m591B3B4546D13786893F9930BE702F3A9AAE3CDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return (DropdownItem)Instantiate(itemTemplate);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_0 = ___itemTemplate0;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_1 = Object_Instantiate_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m5063405ACD5422343C447BB6F01EA28525635C50(L_0, /*hidden argument*/Object_Instantiate_TisDropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46_m5063405ACD5422343C447BB6F01EA28525635C50_RuntimeMethod_var);
return L_1;
}
}
// System.Void UnityEngine.UI.Dropdown::DestroyItem(UnityEngine.UI.Dropdown_DropdownItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_DestroyItem_mB71C1CAFF2E69C20B2FF8A9A82E8CA6BDBC5D829 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * ___item0, const RuntimeMethod* method)
{
{
// {}
return;
}
}
// UnityEngine.UI.Dropdown_DropdownItem UnityEngine.UI.Dropdown::AddItem(UnityEngine.UI.Dropdown_OptionData,System.Boolean,UnityEngine.UI.Dropdown_DropdownItem,System.Collections.Generic.List`1<UnityEngine.UI.Dropdown_DropdownItem>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * Dropdown_AddItem_m5F858BC2C6F291D7E8E674A36F7036A1CA4BEAB2 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * ___data0, bool ___selected1, DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * ___itemTemplate2, List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * ___items3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_AddItem_m5F858BC2C6F291D7E8E674A36F7036A1CA4BEAB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * V_0 = NULL;
RuntimeObject * G_B2_0 = NULL;
String_t* G_B2_1 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * G_B2_2 = NULL;
RuntimeObject * G_B1_0 = NULL;
String_t* G_B1_1 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * G_B1_2 = NULL;
String_t* G_B3_0 = NULL;
RuntimeObject * G_B3_1 = NULL;
String_t* G_B3_2 = NULL;
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * G_B3_3 = NULL;
{
// DropdownItem item = CreateItem(itemTemplate);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_0 = ___itemTemplate2;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_1 = VirtFuncInvoker1< DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 *, DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * >::Invoke(49 /* UnityEngine.UI.Dropdown/DropdownItem UnityEngine.UI.Dropdown::CreateItem(UnityEngine.UI.Dropdown/DropdownItem) */, __this, L_0);
V_0 = L_1;
// item.rectTransform.SetParent(itemTemplate.rectTransform.parent, false);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_2 = V_0;
NullCheck(L_2);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_3 = DropdownItem_get_rectTransform_mADBE4D843FE38C832CC1C9CFE03DC4D55B18E897_inline(L_2, /*hidden argument*/NULL);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_4 = ___itemTemplate2;
NullCheck(L_4);
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_5 = DropdownItem_get_rectTransform_mADBE4D843FE38C832CC1C9CFE03DC4D55B18E897_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_5, /*hidden argument*/NULL);
NullCheck(L_3);
Transform_SetParent_m268E3814921D90882EFECE244A797264DE2A5E35(L_3, L_6, (bool)0, /*hidden argument*/NULL);
// item.gameObject.SetActive(true);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_7 = V_0;
NullCheck(L_7);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
GameObject_SetActive_m25A39F6D9FB68C51F13313F9804E85ACC937BC04(L_8, (bool)1, /*hidden argument*/NULL);
// item.gameObject.name = "Item " + items.Count + (data.text != null ? ": " + data.text : "");
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_9 = V_0;
NullCheck(L_9);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_10 = Component_get_gameObject_m0B0570BA8DDD3CD78A9DB568EA18D7317686603C(L_9, /*hidden argument*/NULL);
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_11 = ___items3;
NullCheck(L_11);
int32_t L_12 = List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_inline(L_11, /*hidden argument*/List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_RuntimeMethod_var);
int32_t L_13 = L_12;
RuntimeObject * L_14 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_13);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_15 = ___data0;
NullCheck(L_15);
String_t* L_16 = OptionData_get_text_m2357EC665D55A54DDC6D7A150E2F74D95F915307_inline(L_15, /*hidden argument*/NULL);
G_B1_0 = L_14;
G_B1_1 = _stringLiteral284E12472DB8D8A36F74982258C91605C9D47A2B;
G_B1_2 = L_10;
if (L_16)
{
G_B2_0 = L_14;
G_B2_1 = _stringLiteral284E12472DB8D8A36F74982258C91605C9D47A2B;
G_B2_2 = L_10;
goto IL_0051;
}
}
{
G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_0061;
}
IL_0051:
{
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_17 = ___data0;
NullCheck(L_17);
String_t* L_18 = OptionData_get_text_m2357EC665D55A54DDC6D7A150E2F74D95F915307_inline(L_17, /*hidden argument*/NULL);
String_t* L_19 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, L_18, /*hidden argument*/NULL);
G_B3_0 = L_19;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_0061:
{
String_t* L_20 = String_Concat_m2E1F71C491D2429CC80A28745488FEA947BB7AAC(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL);
NullCheck(G_B3_3);
Object_set_name_m538711B144CDE30F929376BCF72D0DC8F85D0826(G_B3_3, L_20, /*hidden argument*/NULL);
// if (item.toggle != null)
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_21 = V_0;
NullCheck(L_21);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_22 = DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline(L_21, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_23 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_22, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_0085;
}
}
{
// item.toggle.isOn = false;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_24 = V_0;
NullCheck(L_24);
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_25 = DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline(L_24, /*hidden argument*/NULL);
NullCheck(L_25);
Toggle_set_isOn_m520D16B143619437D7997316584A029D7C3CABF8(L_25, (bool)0, /*hidden argument*/NULL);
}
IL_0085:
{
// if (item.text)
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_26 = V_0;
NullCheck(L_26);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_27 = DropdownItem_get_text_mABB014D2DEE9F6B24515DE71A08EBFA82BB44829_inline(L_26, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_28 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_27, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00a3;
}
}
{
// item.text.text = data.text;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_29 = V_0;
NullCheck(L_29);
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_30 = DropdownItem_get_text_mABB014D2DEE9F6B24515DE71A08EBFA82BB44829_inline(L_29, /*hidden argument*/NULL);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_31 = ___data0;
NullCheck(L_31);
String_t* L_32 = OptionData_get_text_m2357EC665D55A54DDC6D7A150E2F74D95F915307_inline(L_31, /*hidden argument*/NULL);
NullCheck(L_30);
VirtActionInvoker1< String_t* >::Invoke(73 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_30, L_32);
}
IL_00a3:
{
// if (item.image)
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_33 = V_0;
NullCheck(L_33);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_34 = DropdownItem_get_image_m2879EEFCAB097FBA79BC4DA41ECBA4EBE3CB6185_inline(L_33, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_35 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_34, /*hidden argument*/NULL);
if (!L_35)
{
goto IL_00dd;
}
}
{
// item.image.sprite = data.image;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_36 = V_0;
NullCheck(L_36);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_37 = DropdownItem_get_image_m2879EEFCAB097FBA79BC4DA41ECBA4EBE3CB6185_inline(L_36, /*hidden argument*/NULL);
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_38 = ___data0;
NullCheck(L_38);
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_39 = OptionData_get_image_m0BF991D02528EE3C67FE841C3AA87EC1AE7D8E31_inline(L_38, /*hidden argument*/NULL);
NullCheck(L_37);
Image_set_sprite_m0D1DBEFD8E361B3967964C71F93EF47E2AC53A13(L_37, L_39, /*hidden argument*/NULL);
// item.image.enabled = (item.image.sprite != null);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_40 = V_0;
NullCheck(L_40);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_41 = DropdownItem_get_image_m2879EEFCAB097FBA79BC4DA41ECBA4EBE3CB6185_inline(L_40, /*hidden argument*/NULL);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_42 = V_0;
NullCheck(L_42);
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_43 = DropdownItem_get_image_m2879EEFCAB097FBA79BC4DA41ECBA4EBE3CB6185_inline(L_42, /*hidden argument*/NULL);
NullCheck(L_43);
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_44 = Image_get_sprite_m642D753672A8CBCEB67950914B44EF34C62DD137_inline(L_43, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_45 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_44, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
NullCheck(L_41);
Behaviour_set_enabled_m9755D3B17D7022D23D1E4C618BD9A6B66A5ADC6B(L_41, L_45, /*hidden argument*/NULL);
}
IL_00dd:
{
// items.Add(item);
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_46 = ___items3;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_47 = V_0;
NullCheck(L_46);
List_1_Add_m586D1EEB2F63DF391D45015E7D30188261F7DFB3(L_46, L_47, /*hidden argument*/List_1_Add_m586D1EEB2F63DF391D45015E7D30188261F7DFB3_RuntimeMethod_var);
// return item;
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_48 = V_0;
return L_48;
}
}
// System.Void UnityEngine.UI.Dropdown::AlphaFadeList(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_AlphaFadeList_m0ECDEA6B54E8EC0ED2C4ACB016942122B6E9FB1E (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, float ___duration0, float ___alpha1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_AlphaFadeList_m0ECDEA6B54E8EC0ED2C4ACB016942122B6E9FB1E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90 * V_0 = NULL;
{
// CanvasGroup group = m_Dropdown.GetComponent<CanvasGroup>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_Dropdown_28();
NullCheck(L_0);
CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90 * L_1 = GameObject_GetComponent_TisCanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90_m1E62EC28BAFB3FD20C659FFCDADD4A12105219E0(L_0, /*hidden argument*/GameObject_GetComponent_TisCanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90_m1E62EC28BAFB3FD20C659FFCDADD4A12105219E0_RuntimeMethod_var);
V_0 = L_1;
// AlphaFadeList(duration, group.alpha, alpha);
float L_2 = ___duration0;
CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90 * L_3 = V_0;
NullCheck(L_3);
float L_4 = CanvasGroup_get_alpha_mF6AFB387E643765758F1461369A65F59BA06D26E(L_3, /*hidden argument*/NULL);
float L_5 = ___alpha1;
Dropdown_AlphaFadeList_m2B80644908D3927EEB29497DBEA5BB5B8B239316(__this, L_2, L_4, L_5, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::AlphaFadeList(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_AlphaFadeList_m2B80644908D3927EEB29497DBEA5BB5B8B239316 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, float ___duration0, float ___start1, float ___end2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_AlphaFadeList_m2B80644908D3927EEB29497DBEA5BB5B8B239316_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A V_0;
memset((&V_0), 0, sizeof(V_0));
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A V_1;
memset((&V_1), 0, sizeof(V_1));
{
// if (end.Equals(start))
float L_0 = ___start1;
bool L_1 = Single_Equals_mCDFA927E712FBA83D076864E16C77E39A6E66FE7((float*)(&___end2), L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000b;
}
}
{
// return;
return;
}
IL_000b:
{
// FloatTween tween = new FloatTween {duration = duration, startValue = start, targetValue = end};
il2cpp_codegen_initobj((&V_1), sizeof(FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A ));
float L_2 = ___duration0;
FloatTween_set_duration_m7E3C3B6D6F9D1C5D9AE051ED64915029E8B4F094_inline((FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *)(&V_1), L_2, /*hidden argument*/NULL);
float L_3 = ___start1;
FloatTween_set_startValue_m34ECE8005F47D60A3F5AF976FF28881A2200B549_inline((FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *)(&V_1), L_3, /*hidden argument*/NULL);
float L_4 = ___end2;
FloatTween_set_targetValue_m04567CCFC5510BA34D68C7A2C4AE32D400D59C3E_inline((FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *)(&V_1), L_4, /*hidden argument*/NULL);
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A L_5 = V_1;
V_0 = L_5;
// tween.AddOnChangedCallback(SetAlpha);
UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 * L_6 = (UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9 *)il2cpp_codegen_object_new(UnityAction_1_t0064196FB7635B812E65BA9FD08D39F68C75DCD9_il2cpp_TypeInfo_var);
UnityAction_1__ctor_m4A0C4C988C2B9F801D155D22295CF4DA2DBFDC0D(L_6, __this, (intptr_t)((intptr_t)Dropdown_SetAlpha_mE46118E546C9444182554BD55A1352401AC8CC9A_RuntimeMethod_var), /*hidden argument*/UnityAction_1__ctor_m4A0C4C988C2B9F801D155D22295CF4DA2DBFDC0D_RuntimeMethod_var);
FloatTween_AddOnChangedCallback_m56955D43A7CDE997CE447A1C69CA708E8190E9AE((FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *)(&V_0), L_6, /*hidden argument*/NULL);
// tween.ignoreTimeScale = true;
FloatTween_set_ignoreTimeScale_m6826FE67438AA7F1E4ECB85EC83812BC2F6F092B_inline((FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A *)(&V_0), (bool)1, /*hidden argument*/NULL);
// m_AlphaTweenRunner.StartTween(tween);
TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * L_7 = __this->get_m_AlphaTweenRunner_31();
FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A L_8 = V_0;
NullCheck(L_7);
TweenRunner_1_StartTween_m1C12D6475DFCA47D74844FD2395C1057AF1CA41D(L_7, L_8, /*hidden argument*/TweenRunner_1_StartTween_m1C12D6475DFCA47D74844FD2395C1057AF1CA41D_RuntimeMethod_var);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::SetAlpha(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_SetAlpha_mE46118E546C9444182554BD55A1352401AC8CC9A (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, float ___alpha0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_SetAlpha_mE46118E546C9444182554BD55A1352401AC8CC9A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (!m_Dropdown)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_Dropdown_28();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000e;
}
}
{
// return;
return;
}
IL_000e:
{
// CanvasGroup group = m_Dropdown.GetComponent<CanvasGroup>();
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_2 = __this->get_m_Dropdown_28();
NullCheck(L_2);
CanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90 * L_3 = GameObject_GetComponent_TisCanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90_m1E62EC28BAFB3FD20C659FFCDADD4A12105219E0(L_2, /*hidden argument*/GameObject_GetComponent_TisCanvasGroup_tE2C664C60990D1DCCEE0CC6545CC3E80369C7F90_m1E62EC28BAFB3FD20C659FFCDADD4A12105219E0_RuntimeMethod_var);
// group.alpha = alpha;
float L_4 = ___alpha0;
NullCheck(L_3);
CanvasGroup_set_alpha_m7E3C4DCD13E6B1FD43C797EFF9698BACA1FBEC3D(L_3, L_4, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_Hide_m35382248CCB9AB3A863EC390BD50BEBEC2ACC1E4 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_Hide_m35382248CCB9AB3A863EC390BD50BEBEC2ACC1E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// if (m_Dropdown != null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_Dropdown_28();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_1 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_0, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_003a;
}
}
{
// AlphaFadeList(m_AlphaFadeSpeed, 0f);
float L_2 = __this->get_m_AlphaFadeSpeed_27();
Dropdown_AlphaFadeList_m0ECDEA6B54E8EC0ED2C4ACB016942122B6E9FB1E(__this, L_2, (0.0f), /*hidden argument*/NULL);
// if (IsActive())
bool L_3 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean UnityEngine.EventSystems.UIBehaviour::IsActive() */, __this);
if (!L_3)
{
goto IL_003a;
}
}
{
// StartCoroutine(DelayedDestroyDropdownList(m_AlphaFadeSpeed));
float L_4 = __this->get_m_AlphaFadeSpeed_27();
RuntimeObject* L_5 = Dropdown_DelayedDestroyDropdownList_mFDA7D3AEA4860DEF70F855A259A6A3F7637139CC(__this, L_4, /*hidden argument*/NULL);
MonoBehaviour_StartCoroutine_mBF8044CE06A35D76A69669ADD8977D05956616B7(__this, L_5, /*hidden argument*/NULL);
}
IL_003a:
{
// if (m_Blocker != null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_6 = __this->get_m_Blocker_29();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_7 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_6, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0054;
}
}
{
// DestroyBlocker(m_Blocker);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_8 = __this->get_m_Blocker_29();
VirtActionInvoker1< GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * >::Invoke(46 /* System.Void UnityEngine.UI.Dropdown::DestroyBlocker(UnityEngine.GameObject) */, __this, L_8);
}
IL_0054:
{
// m_Blocker = null;
__this->set_m_Blocker_29((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL);
// Select();
VirtActionInvoker0::Invoke(38 /* System.Void UnityEngine.UI.Selectable::Select() */, __this);
// }
return;
}
}
// System.Collections.IEnumerator UnityEngine.UI.Dropdown::DelayedDestroyDropdownList(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dropdown_DelayedDestroyDropdownList_mFDA7D3AEA4860DEF70F855A259A6A3F7637139CC (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, float ___delay0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_DelayedDestroyDropdownList_mFDA7D3AEA4860DEF70F855A259A6A3F7637139CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69 * L_0 = (U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69 *)il2cpp_codegen_object_new(U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69_il2cpp_TypeInfo_var);
U3CDelayedDestroyDropdownListU3Ed__74__ctor_m03CEC81B3046E88B824CD2BB0C86501875B704C8(L_0, 0, /*hidden argument*/NULL);
U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69 * L_1 = L_0;
NullCheck(L_1);
L_1->set_U3CU3E4__this_3(__this);
U3CDelayedDestroyDropdownListU3Ed__74_tE1C8F40CDF9DE52D3A9F431CB712B752DE9F6D69 * L_2 = L_1;
float L_3 = ___delay0;
NullCheck(L_2);
L_2->set_delay_2(L_3);
return L_2;
}
}
// System.Void UnityEngine.UI.Dropdown::ImmediateDestroyDropdownList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_ImmediateDestroyDropdownList_m6B7217213F4E6CC4089712453892CBEA8725E3A4 (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_ImmediateDestroyDropdownList_m6B7217213F4E6CC4089712453892CBEA8725E3A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// for (int i = 0; i < m_Items.Count; i++)
V_0 = 0;
goto IL_002e;
}
IL_0004:
{
// if (m_Items[i] != null)
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_0 = __this->get_m_Items_30();
int32_t L_1 = V_0;
NullCheck(L_0);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_2 = List_1_get_Item_m8EB234DA8AED6E033171C6C43F707C2592C145AA_inline(L_0, L_1, /*hidden argument*/List_1_get_Item_m8EB234DA8AED6E033171C6C43F707C2592C145AA_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_3 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_2, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002a;
}
}
{
// DestroyItem(m_Items[i]);
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_4 = __this->get_m_Items_30();
int32_t L_5 = V_0;
NullCheck(L_4);
DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * L_6 = List_1_get_Item_m8EB234DA8AED6E033171C6C43F707C2592C145AA_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m8EB234DA8AED6E033171C6C43F707C2592C145AA_RuntimeMethod_var);
VirtActionInvoker1< DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * >::Invoke(50 /* System.Void UnityEngine.UI.Dropdown::DestroyItem(UnityEngine.UI.Dropdown/DropdownItem) */, __this, L_6);
}
IL_002a:
{
// for (int i = 0; i < m_Items.Count; i++)
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_002e:
{
// for (int i = 0; i < m_Items.Count; i++)
int32_t L_8 = V_0;
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_9 = __this->get_m_Items_30();
NullCheck(L_9);
int32_t L_10 = List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_inline(L_9, /*hidden argument*/List_1_get_Count_mA2BF5A85C785BFD73EF8FF81491603B8816945B7_RuntimeMethod_var);
if ((((int32_t)L_8) < ((int32_t)L_10)))
{
goto IL_0004;
}
}
{
// m_Items.Clear();
List_1_t9FC1E3F4F8E4068616D377F61C3B6D6DBA4DCF9E * L_11 = __this->get_m_Items_30();
NullCheck(L_11);
List_1_Clear_m5A1B380174A642331CB7D6B9DAC84F13766017D0(L_11, /*hidden argument*/List_1_Clear_m5A1B380174A642331CB7D6B9DAC84F13766017D0_RuntimeMethod_var);
// if (m_Dropdown != null)
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_12 = __this->get_m_Dropdown_28();
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_13 = Object_op_Inequality_m31EF58E217E8F4BDD3E409DEF79E1AEE95874FC1(L_12, (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 *)NULL, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0061;
}
}
{
// DestroyDropdownList(m_Dropdown);
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_14 = __this->get_m_Dropdown_28();
VirtActionInvoker1< GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * >::Invoke(48 /* System.Void UnityEngine.UI.Dropdown::DestroyDropdownList(UnityEngine.GameObject) */, __this, L_14);
}
IL_0061:
{
// m_Dropdown = null;
__this->set_m_Dropdown_28((GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F *)NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::OnSelectItem(UnityEngine.UI.Toggle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_OnSelectItem_m57F0626C9D1A326B4FA15BA4B2F20EF9D529D95B (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * ___toggle0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown_OnSelectItem_m57F0626C9D1A326B4FA15BA4B2F20EF9D529D95B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_1 = NULL;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * V_2 = NULL;
int32_t V_3 = 0;
{
// if (!toggle.isOn)
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_0 = ___toggle0;
NullCheck(L_0);
bool L_1 = Toggle_get_isOn_mC0C6AA83480A8DEFC7ADB2BC4FE1FCF0D92CA964_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000f;
}
}
{
// toggle.isOn = true;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_2 = ___toggle0;
NullCheck(L_2);
Toggle_set_isOn_m520D16B143619437D7997316584A029D7C3CABF8(L_2, (bool)1, /*hidden argument*/NULL);
}
IL_000f:
{
// int selectedIndex = -1;
V_0 = (-1);
// Transform tr = toggle.transform;
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_3 = ___toggle0;
NullCheck(L_3);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_4 = Component_get_transform_m00F05BD782F920C301A7EBA480F3B7A904C07EC9(L_3, /*hidden argument*/NULL);
V_1 = L_4;
// Transform parent = tr.parent;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_5 = V_1;
NullCheck(L_5);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_6 = Transform_get_parent_m8FA24E38A1FA29D90CBF3CDC9F9F017C65BB3403(L_5, /*hidden argument*/NULL);
V_2 = L_6;
// for (int i = 0; i < parent.childCount; i++)
V_3 = 0;
goto IL_003c;
}
IL_0023:
{
// if (parent.GetChild(i) == tr)
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_7 = V_2;
int32_t L_8 = V_3;
NullCheck(L_7);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_9 = Transform_GetChild_mC86B9B61E4EC086A571B09EA7A33FFBF50DF52D3(L_7, L_8, /*hidden argument*/NULL);
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_10 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
bool L_11 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_9, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0038;
}
}
{
// selectedIndex = i - 1;
int32_t L_12 = V_3;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)1));
// break;
goto IL_0045;
}
IL_0038:
{
// for (int i = 0; i < parent.childCount; i++)
int32_t L_13 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_003c:
{
// for (int i = 0; i < parent.childCount; i++)
int32_t L_14 = V_3;
Transform_tBB9E78A2766C3C83599A8F66EDE7D1FCAFC66EDA * L_15 = V_2;
NullCheck(L_15);
int32_t L_16 = Transform_get_childCount_m7665D779DCDB6B175FB52A254276CDF0C384A724(L_15, /*hidden argument*/NULL);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_0023;
}
}
IL_0045:
{
// if (selectedIndex < 0)
int32_t L_17 = V_0;
if ((((int32_t)L_17) >= ((int32_t)0)))
{
goto IL_004a;
}
}
{
// return;
return;
}
IL_004a:
{
// value = selectedIndex;
int32_t L_18 = V_0;
Dropdown_set_value_m8899C656D4A14C8AD965B64EBAFDAA1EFC8C056A(__this, L_18, /*hidden argument*/NULL);
// Hide();
Dropdown_Hide_m35382248CCB9AB3A863EC390BD50BEBEC2ACC1E4(__this, /*hidden argument*/NULL);
// }
return;
}
}
// System.Void UnityEngine.UI.Dropdown::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown__cctor_m3B76BCC67847B1F4704C2A91FC7BBC1991630061 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dropdown__cctor_m3B76BCC67847B1F4704C2A91FC7BBC1991630061_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// private static OptionData s_NoOptionData = new OptionData();
OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * L_0 = (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 *)il2cpp_codegen_object_new(OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831_il2cpp_TypeInfo_var);
OptionData__ctor_m5FF808A9DC863C8D595D5F6BD2DBDC02112F1606(L_0, /*hidden argument*/NULL);
((Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_StaticFields*)il2cpp_codegen_static_fields_for(Dropdown_tF6331401084B1213CAB10587A6EC81461501930F_il2cpp_TypeInfo_var))->set_s_NoOptionData_33(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AxisEventData_set_moveVector_m355ADAD19DE3EA67459EAE40FAEAEBE93414FEA3_inline (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// public Vector2 moveVector { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set_U3CmoveVectorU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void AxisEventData_set_moveDir_mD16579255C9B76717A3B349BCFBB371044E23EFA_inline (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public MoveDirection moveDir { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CmoveDirU3Ek__BackingField_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * EventSystem_get_currentInputModule_mAA917C940E32ECAC4324D6824A9E0A951F16D891_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_CurrentInputModule; }
BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * L_0 = __this->get_m_CurrentInputModule_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * EventSystem_get_currentSelectedGameObject_mE28E78D268403602DE1FB6F059EE3E9CDB7325A4_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_CurrentSelected; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_CurrentSelected_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * RaycastResult_get_gameObject_m9D77DEDFF498BAFE29A5F88E9F238400D04C8FDD_inline (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, const RuntimeMethod* method)
{
{
// get { return m_GameObject; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_GameObject_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_pointerEnter_m47E87ACB1557B6380D0E66F57C2F9FFFD5E86DC2_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public GameObject pointerEnter { get; set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CpointerEnterU3Ek__BackingField_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * ExecuteEvents_get_pointerExitHandler_mE5EC9537676A055EEE178A4E6B58D96F9B4AC301_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_pointerExitHandler_mE5EC9537676A055EEE178A4E6B58D96F9B4AC301UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_PointerExitHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t156B38372E4198DF5F3BFB91B163298206561AAA * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_PointerExitHandler_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pointerEnter_mB891C530B173BCDF4FDD5CC757A30AE498D77360_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject pointerEnter { get; set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3CpointerEnterU3Ek__BackingField_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * ExecuteEvents_get_pointerEnterHandler_mFD5296E38EB1C5EB6D16CB83913430FEEBF889A5_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_pointerEnterHandler_mFD5296E38EB1C5EB6D16CB83913430FEEBF889A5UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_PointerEnterHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t500F03BFA685F0E6C5888E69E10E9A4BDCFF29E4 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_PointerEnterHandler_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * BaseInputModule_get_eventSystem_mEF6DEC17FF56D786AA217A52FCCFE8C6F38546BE_inline (BaseInputModule_t904837FCFA79B6C3CED862FF85C9C5F8D6F32939 * __this, const RuntimeMethod* method)
{
{
// get { return m_EventSystem; }
EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * L_0 = __this->get_m_EventSystem_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * ExecuteEvents_get_deselectHandler_mEAA9E3701CC972EFDD20B30E9B3CD9302B2FD668_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_deselectHandler_mEAA9E3701CC972EFDD20B30E9B3CD9302B2FD668UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_DeselectHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t945B1CBADCA0B509D2BDA6B166CBCCBC80030FC8 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_DeselectHandler_13();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * ExecuteEvents_get_selectHandler_m26186C0D78CA4A8AFA0789A09F488F7E186BE1C8_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_selectHandler_m26186C0D78CA4A8AFA0789A09F488F7E186BE1C8UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_SelectHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t7521247C87411935E8A2CA38683533083459473F * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_SelectHandler_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * RaycasterManager_GetRaycasters_m3088F1DFEEDD695546B8CC290E34FD6093CD264D_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RaycasterManager_GetRaycasters_m3088F1DFEEDD695546B8CC290E34FD6093CD264DUnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// return s_Raycasters;
IL2CPP_RUNTIME_CLASS_INIT(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var);
List_1_tED9ECFD90851157EFC14F5BE7FAA8124613D0C97 * L_0 = ((RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_StaticFields*)il2cpp_codegen_static_fields_for(RaycasterManager_tB52F7D391E0E8A513AC945496EACEC93B2D83C3A_il2cpp_TypeInfo_var))->get_s_Raycasters_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void EventTrigger_set_triggers_mC0AB6B03331A1D1E51AB9C0457DA7A4C3006DFEA_inline (EventTrigger_t594B0A2EC0E92150FF56250E207ECB7A90BB6298 * __this, List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * ___value0, const RuntimeMethod* method)
{
{
// set { m_Delegates = value; }
List_1_t3D4AF004AB30F72D5A06525187E5F50A875DE9FA * L_0 = ___value0;
__this->set_m_Delegates_4(L_0);
// set { m_Delegates = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PhysicsRaycaster_get_maxRayIntersections_m731D62B45F87B97DCBBE0DA728B8653E64995ABF_inline (PhysicsRaycaster_tA2270920B561715BFCB1BDF0D759889B5985826C * __this, const RuntimeMethod* method)
{
{
// get { return m_MaxRayIntersections; }
int32_t L_0 = __this->get_m_MaxRayIntersections_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void RaycastResult_set_gameObject_m4EB676328BEC6E2C3A2AFBA4B405CEDDEAEBBFFA_inline (RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// set { m_GameObject = value; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_m_GameObject_0(L_0);
// set { m_GameObject = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_position_mF25FC495A9C968C65BF34B5984616CBFB6332D55_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public Vector2 position { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get_U3CpositionU3Ek__BackingField_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_eligibleForClick_m40B82588BC83E4CF72209B9B1A50585CCE82ABD2_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool eligibleForClick { get; set; }
bool L_0 = ___value0;
__this->set_U3CeligibleForClickU3Ek__BackingField_10(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pointerId_m078CD15662E127124C86C88ACB3C5B44E61F1A54_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int pointerId { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CpointerIdU3Ek__BackingField_11(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_position_m9BDCBF26C28C01F781ACB8FC87448CB4ADD0BBD5_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// public Vector2 position { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set_U3CpositionU3Ek__BackingField_12(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_delta_mC9CBC11B2F8147F7E94590769271297EE018682F_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// public Vector2 delta { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set_U3CdeltaU3Ek__BackingField_13(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pressPosition_m3F5805FAD17E1BC44B84795506DE7EBA7215A46C_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// public Vector2 pressPosition { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set_U3CpressPositionU3Ek__BackingField_14(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_clickTime_m65041A6875D4A8091A0F7195D8E3D11F1DE49FFD_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float clickTime { get; set; }
float L_0 = ___value0;
__this->set_U3CclickTimeU3Ek__BackingField_17(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_clickCount_mE77013E6A569F7BE54306B6AE6DE6B24396789F0_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public int clickCount { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CclickCountU3Ek__BackingField_18(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_scrollDelta_mC28D770F77171619EADE3FADA463866F6E4F3733_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
{
{
// public Vector2 scrollDelta { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___value0;
__this->set_U3CscrollDeltaU3Ek__BackingField_19(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_useDragThreshold_mB742BB006F245766C00371FF33B680FF3F0F48F1_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool useDragThreshold { get; set; }
bool L_0 = ___value0;
__this->set_U3CuseDragThresholdU3Ek__BackingField_20(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_dragging_m34110A723023758249425A1F3C98EFA27BF19F45_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool dragging { get; set; }
bool L_0 = ___value0;
__this->set_U3CdraggingU3Ek__BackingField_21(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_button_m240561B7D92B4AD898CDBD887828B48BBDD0DD2A_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public InputButton button { get; set; }
int32_t L_0 = ___value0;
__this->set_U3CbuttonU3Ek__BackingField_22(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_delta_mC5D62E985D40A7708316C6E07B699B96D9C8184E_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public Vector2 delta { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get_U3CdeltaU3Ek__BackingField_13();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_scrollDelta_mF473A122C860EC5279F6F5D085912BDA6418690B_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public Vector2 scrollDelta { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get_U3CscrollDeltaU3Ek__BackingField_19();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 PointerEventData_get_pointerCurrentRaycast_mE58F786484E13AF2E6C2706E20C889E7453E3A7A_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public RaycastResult pointerCurrentRaycast { get; set; }
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_0 = __this->get_U3CpointerCurrentRaycastU3Ek__BackingField_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 PointerEventData_get_pointerPressRaycast_m722BCA823E0405C9DF20312CDFBBEB5B1B05B7AE_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public RaycastResult pointerPressRaycast { get; set; }
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_0 = __this->get_U3CpointerPressRaycastU3Ek__BackingField_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_lastPress_m0E97AFEEB05C4DDEDA0465481CFE09EFDF617319_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject lastPress { get; private set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3ClastPressU3Ek__BackingField_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool PointerEventData_get_eligibleForClick_m2DAAE590F749D77C50A3665B848B6F778518E29A_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public bool eligibleForClick { get; set; }
bool L_0 = __this->get_U3CeligibleForClickU3Ek__BackingField_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_pointerPress_m7B8C9E16E2B9E86C4DA93A2A2E3A58E56536406B_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// get { return m_PointerPress; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_PointerPress_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_lastPress_m6B005D786FC5B30ECD8D5BC068420D0C361357F4_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public GameObject lastPress { get; private set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3ClastPressU3Ek__BackingField_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * PointerEventData_get_pointerDrag_m20299CC70BC6DA11AFDB8A33A957AC306FBEE5C7_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public GameObject pointerDrag { get; set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_U3CpointerDragU3Ek__BackingField_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool PointerEventData_get_useDragThreshold_mD34A3546D654B48F02FA3920DBEC208891257482_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public bool useDragThreshold { get; set; }
bool L_0 = __this->get_U3CuseDragThresholdU3Ek__BackingField_20();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PointerEventData_get_pointerId_mD351BA661F70CDBB48AA5E80496179069E620D97_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public int pointerId { get; set; }
int32_t L_0 = __this->get_U3CpointerIdU3Ek__BackingField_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pointerCurrentRaycast_mA63CA749AC5410AF7D28F4C924BA3372E12F61FC_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___value0, const RuntimeMethod* method)
{
{
// public RaycastResult pointerCurrentRaycast { get; set; }
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_0 = ___value0;
__this->set_U3CpointerCurrentRaycastU3Ek__BackingField_7(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool PointerEventData_get_dragging_mDB8CAFA859F6B7AC6EABAE340FA047BC2620927F_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public bool dragging { get; set; }
bool L_0 = __this->get_U3CdraggingU3Ek__BackingField_21();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D PointerEventData_get_pressPosition_m7C8D5A54C81C801EB577A60718C4211DFA1A3624_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public Vector2 pressPosition { get; set; }
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = __this->get_U3CpressPositionU3Ek__BackingField_14();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t EventSystem_get_pixelDragThreshold_mE7B5BD351A7B6CD3881D212B84351F23C54AC724_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_DragThreshold; }
int32_t L_0 = __this->get_m_DragThreshold_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * ExecuteEvents_get_beginDragHandler_m7F238765714F73899EAFDF0BA203D9A8A57AED31_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_beginDragHandler_m7F238765714F73899EAFDF0BA203D9A8A57AED31UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_BeginDragHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t51AEB71F82F660F259E3704B0234135B58AFFC27 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_BeginDragHandler_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * ExecuteEvents_get_pointerUpHandler_m7EDDD1128DC04344CECEBCB9B6B7CD064F7FAED2_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_pointerUpHandler_m7EDDD1128DC04344CECEBCB9B6B7CD064F7FAED2UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_PointerUpHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB4C54A8FCB75F989CB93F264C377A493ADE6C3B6 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_PointerUpHandler_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_rawPointerPress_mEBAE6DDF7485B81E092BDE13462926FB5C251BB2_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject rawPointerPress { get; set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3CrawPointerPressU3Ek__BackingField_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * ExecuteEvents_get_dragHandler_m41B7D77771806788CD773C83C2E5A53D5ED5B179_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_dragHandler_m41B7D77771806788CD773C83C2E5A53D5ED5B179UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_DragHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t0E9496F82F057823DBF9B209D6D8F04FC499CEA1 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_DragHandler_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * ButtonState_get_eventData_mA9D054D526473A2481A997758CDDEB022E67351D_inline (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, const RuntimeMethod* method)
{
{
// get { return m_EventData; }
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_0 = __this->get_m_EventData_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ButtonState_get_button_mB538B2D483C482A7E628D26BA390449A54C958A3_inline (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, const RuntimeMethod* method)
{
{
// get { return m_Button; }
int32_t L_0 = __this->get_m_Button_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ButtonState_set_button_m9D44DBD86C06F5C9DF68A84CD5D89A4847E02D68_inline (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { m_Button = value; }
int32_t L_0 = ___value0;
__this->set_m_Button_0(L_0);
// set { m_Button = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ButtonState_set_eventData_m3E72ED95C634264A32BE660552D22684B0BF8B55_inline (ButtonState_tCF0544E1131CD058FABBEE56FA1D0A4716A17F9D * __this, MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * ___value0, const RuntimeMethod* method)
{
{
// set { m_EventData = value; }
MouseButtonEventData_tDD4D7A2BEE7C4674ADFD921AB2323FBFF7317988 * L_0 = ___value0;
__this->set_m_EventData_1(L_0);
// set { m_EventData = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventSystem_get_isFocused_m421DE003FCADF582AF1D7F0B8B036513E9743294_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_HasFocus; }
bool L_0 = __this->get_m_HasFocus_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * ExecuteEvents_get_pointerClickHandler_mA657195AEC7D0A42036CBCAC9AD48F215C3C69E3_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_pointerClickHandler_mA657195AEC7D0A42036CBCAC9AD48F215C3C69E3UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_PointerClickHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t7BFB6A90DB6AE5607866DE2A89133CA327285B1E * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_PointerClickHandler_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * ExecuteEvents_get_dropHandler_mC2362B96C6CD3628B83722F4B7C73E707C6C1EAF_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_dropHandler_mC2362B96C6CD3628B83722F4B7C73E707C6C1EAFUnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_DropHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t720BFA53CC728483A4F8F3E442824FBB413960B5 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_DropHandler_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * ExecuteEvents_get_endDragHandler_m23B60D3E3873043263069A3C3145393475690769_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_endDragHandler_m23B60D3E3873043263069A3C3145393475690769UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_EndDragHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t27247279794E7FDE55DC4CE9990E1DED38CDAF20 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_EndDragHandler_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pointerDrag_mAA21AD97ABF508FD1D2313C36CAEF3A969F1D35D_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * ___value0, const RuntimeMethod* method)
{
{
// public GameObject pointerDrag { get; set; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = ___value0;
__this->set_U3CpointerDragU3Ek__BackingField_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * EventSystem_get_firstSelectedGameObject_m8CAFDA874F89BDA34E0984860046C1C171B200E1_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_FirstSelected; }
GameObject_tBD1244AD56B4E59AAD76E5E7C9282EC5CE434F0F * L_0 = __this->get_m_FirstSelected_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventSystem_get_sendNavigationEvents_m0DB01018B4EF41A51D0AD481DD07F381ED2223DF_inline (EventSystem_t06ACEF1C8D95D44D3A7F57ED4BAA577101B4EA77 * __this, const RuntimeMethod* method)
{
{
// get { return m_sendNavigationEvents; }
bool L_0 = __this->get_m_sendNavigationEvents_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void PointerEventData_set_pointerPressRaycast_m2F371C6E5AB2AAB39C6F7F889594D480D797D5FD_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 ___value0, const RuntimeMethod* method)
{
{
// public RaycastResult pointerPressRaycast { get; set; }
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_0 = ___value0;
__this->set_U3CpointerPressRaycastU3Ek__BackingField_8(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * ExecuteEvents_get_pointerDownHandler_m8AE9CA906C86BBBEB75BA2D05F5DAB01F62519E3_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_pointerDownHandler_m8AE9CA906C86BBBEB75BA2D05F5DAB01F62519E3UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_PointerDownHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t94FBBDEF418C6167886272036699D1A74444B57E * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_PointerDownHandler_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float PointerEventData_get_clickTime_m22DF8D2239FF9E101B69E3C27710B3512328BBF3_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public float clickTime { get; set; }
float L_0 = __this->get_U3CclickTimeU3Ek__BackingField_17();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PointerEventData_get_clickCount_m171A2D241BD02AC43908420497688C5B354BF6E9_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public int clickCount { get; set; }
int32_t L_0 = __this->get_U3CclickCountU3Ek__BackingField_18();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * ExecuteEvents_get_initializePotentialDrag_m5B3D899EB08DA227EFBFC67778DDB98D7505C6D4_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_initializePotentialDrag_m5B3D899EB08DA227EFBFC67778DDB98D7505C6D4UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_InitializePotentialDragHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tBDB74EA8100B6A332148C484883D175247B86418 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_InitializePotentialDragHandler_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * ExecuteEvents_get_submitHandler_m734C2BE2F7CDA7F5C42897E3C8023D3C7E1EDF88_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_submitHandler_m734C2BE2F7CDA7F5C42897E3C8023D3C7E1EDF88UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_SubmitHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t5BB945D5F864E6359484E402D1FE8929D197BE5B * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_SubmitHandler_15();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * ExecuteEvents_get_cancelHandler_m5DB4A9513FB8B9248AE555F7D8E8043175B8D995_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_cancelHandler_m5DB4A9513FB8B9248AE555F7D8E8043175B8D995UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_CancelHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB1E06A1C7DCF49735FC24FF0D18D41AC38573258 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_CancelHandler_16();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AxisEventData_get_moveDir_mD9CF8343509BAE60C581138D824F9C53659DBBD4_inline (AxisEventData_t6684191CFC2ADB0DD66DD195174D92F017862442 * __this, const RuntimeMethod* method)
{
{
// public MoveDirection moveDir { get; set; }
int32_t L_0 = __this->get_U3CmoveDirU3Ek__BackingField_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * ExecuteEvents_get_moveHandler_m113A4222FC10723B2E38398E182C02F6624D6F24_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_moveHandler_m113A4222FC10723B2E38398E182C02F6624D6F24UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_MoveHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB2C19C9019D16125E4D50F9E2BD670A9A4DE01FB * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_MoveHandler_14();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * ExecuteEvents_get_scrollHandler_m48E5B17388986BD59EC7A7BF27E3D30A9FD057F7_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_scrollHandler_m48E5B17388986BD59EC7A7BF27E3D30A9FD057F7UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_ScrollHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_t5B706CE4B39EE6E9686FF18638472F67BD7FB99A * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_ScrollHandler_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * ExecuteEvents_get_updateSelectedHandler_mE18DBB058B1EDC75D4F690A1E35003749BBC0567_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExecuteEvents_get_updateSelectedHandler_mE18DBB058B1EDC75D4F690A1E35003749BBC0567UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return s_UpdateSelectedHandler; }
IL2CPP_RUNTIME_CLASS_INIT(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var);
EventFunction_1_tB6296132C4DCDE6C05DD1F342941985DC893E173 * L_0 = ((ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_StaticFields*)il2cpp_codegen_static_fields_for(ExecuteEvents_t622B95FF46A568C8205B76C1D4111049FC265985_il2cpp_TypeInfo_var))->get_s_UpdateSelectedHandler_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool TouchInputModule_get_forceModuleActive_m3DBB16E0B71B7567515CBE0089A91EF4A0B344C3_inline (TouchInputModule_t9D8F03041D5F5C10102782C1FD3264794CF6F945 * __this, const RuntimeMethod* method)
{
{
// get { return m_ForceModuleActive; }
bool L_0 = __this->get_m_ForceModuleActive_19();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float AspectRatioFitter_get_aspectRatio_m7141303427F7C4B091B584E7D4ED93B54A91BA24_inline (AspectRatioFitter_t3CA8A085831067C09B872C67F6E7F6F4EBB967B6 * __this, const RuntimeMethod* method)
{
{
// public float aspectRatio { get { return m_AspectRatio; } set { if (SetPropertyUtility.SetStruct(ref m_AspectRatio, value)) SetDirty(); } }
float L_0 = __this->get_m_AspectRatio_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t PointerEventData_get_button_mC662D5DAC02F0ED6AE9205259116CC91BB92BD3E_inline (PointerEventData_tC18994283B7753E430E316A62D9E45BA6D644C63 * __this, const RuntimeMethod* method)
{
{
// public InputButton button { get; set; }
int32_t L_0 = __this->get_U3CbuttonU3Ek__BackingField_22();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA Selectable_get_colors_m9E63E13A7B6C40CB0F20414FFBE15873BE5F3E4E_inline (Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * __this, const RuntimeMethod* method)
{
{
// public ColorBlock colors { get { return m_Colors; } set { if (SetPropertyUtility.SetStruct(ref m_Colors, value)) OnSetProperty(); } }
ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA L_0 = __this->get_m_Colors_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float ColorBlock_get_fadeDuration_mCFF802DD654D7E9C3509A65974EB35153FDB1415_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public float fadeDuration { get { return m_FadeDuration; } set { m_FadeDuration = value; } }
float L_0 = __this->get_m_FadeDuration_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_normalColor_mE0A4EBADEFB7A6F245F590B0A5DBB59F289C0905_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public Color normalColor { get { return m_NormalColor; } set { m_NormalColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_NormalColor_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_normalColor_mAB3355641A3BA73B63E1A8727EC51A095262CC51_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// public Color normalColor { get { return m_NormalColor; } set { m_NormalColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_NormalColor_0(L_0);
// public Color normalColor { get { return m_NormalColor; } set { m_NormalColor = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_highlightedColor_m779349828B304DB2551C3A3CCDDD69861A21EDFF_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public Color highlightedColor { get { return m_HighlightedColor; } set { m_HighlightedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_HighlightedColor_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_highlightedColor_m7E9A152B71CD6CBD5BEE9E4019547BD9CC991AF6_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// public Color highlightedColor { get { return m_HighlightedColor; } set { m_HighlightedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_HighlightedColor_1(L_0);
// public Color highlightedColor { get { return m_HighlightedColor; } set { m_HighlightedColor = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_pressedColor_m19AA95DCC2519975D93202C997EECB3E06CE96E5_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public Color pressedColor { get { return m_PressedColor; } set { m_PressedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_PressedColor_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_pressedColor_m252EDA03CA097EF1604FF2678598BA6A294C13C8_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// public Color pressedColor { get { return m_PressedColor; } set { m_PressedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_PressedColor_2(L_0);
// public Color pressedColor { get { return m_PressedColor; } set { m_PressedColor = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_selectedColor_mE6DDB9D2D3466CCFFFF000286619BEC4AB60F83D_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public Color selectedColor { get { return m_SelectedColor; } set { m_SelectedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_SelectedColor_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_selectedColor_mE731B0D4FFE33D3438CA3757F72B6808066937E2_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// public Color selectedColor { get { return m_SelectedColor; } set { m_SelectedColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_SelectedColor_3(L_0);
// public Color selectedColor { get { return m_SelectedColor; } set { m_SelectedColor = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorBlock_get_disabledColor_mD865FC8BCFE7B8535A51A68E78130409F3C97FC8_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public Color disabledColor { get { return m_DisabledColor; } set { m_DisabledColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_DisabledColor_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_disabledColor_mABE874E9EF8C41CE83BB16B94C7511AF1FE8AE47_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// public Color disabledColor { get { return m_DisabledColor; } set { m_DisabledColor = value; } }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_DisabledColor_4(L_0);
// public Color disabledColor { get { return m_DisabledColor; } set { m_DisabledColor = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float ColorBlock_get_colorMultiplier_mA273A409AC9125C22CBCCB236F0E758C36BA9581_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, const RuntimeMethod* method)
{
{
// public float colorMultiplier { get { return m_ColorMultiplier; } set { m_ColorMultiplier = value; } }
float L_0 = __this->get_m_ColorMultiplier_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_colorMultiplier_m8EE6BD49B92CA0C7E801E9D4E39F0AB39237FE26_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float colorMultiplier { get { return m_ColorMultiplier; } set { m_ColorMultiplier = value; } }
float L_0 = ___value0;
__this->set_m_ColorMultiplier_5(L_0);
// public float colorMultiplier { get { return m_ColorMultiplier; } set { m_ColorMultiplier = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorBlock_set_fadeDuration_m2C1C0A118396BB2DF370F2F87A6ECA861AE0CA63_inline (ColorBlock_t93B54DF6E8D65D24CEA9726CA745E48C53E3B1EA * __this, float ___value0, const RuntimeMethod* method)
{
{
// public float fadeDuration { get { return m_FadeDuration; } set { m_FadeDuration = value; } }
float L_0 = ___value0;
__this->set_m_FadeDuration_6(L_0);
// public float fadeDuration { get { return m_FadeDuration; } set { m_FadeDuration = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ContentSizeFitter_get_verticalFit_m937F784A1D950E72A561B7DF96206ADA5F1FC490_inline (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
{
// public FitMode verticalFit { get { return m_VerticalFit; } set { if (SetPropertyUtility.SetStruct(ref m_VerticalFit, value)) SetDirty(); } }
int32_t L_0 = __this->get_m_VerticalFit_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ContentSizeFitter_get_horizontalFit_mB775F652AC10946108F7D44BB52C57413086F524_inline (ContentSizeFitter_t4EA7B51457F7EFAD3BAAC51613C7D4E0C26BF4A8 * __this, const RuntimeMethod* method)
{
{
// public FitMode horizontalFit { get { return m_HorizontalFit; } set { if (SetPropertyUtility.SetStruct(ref m_HorizontalFit, value)) SetDirty(); } }
int32_t L_0 = __this->get_m_HorizontalFit_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorTween_get_startColor_mA979B663DFD611DAC95F4A7B98AA36E24EE5E3D6_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// get { return m_StartColor; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_StartColor_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorTween_set_startColor_mD976BED0C47332CB811EA6B68230FFAB69DCE82D_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// set { m_StartColor = value; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_StartColor_1(L_0);
// set { m_StartColor = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ColorTween_get_targetColor_m2620FDCF03617764286DCDF8000AA3BE59C9E7AF_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// get { return m_TargetColor; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_TargetColor_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorTween_set_targetColor_m9BA400CD92F2182DFEDEA4494B66501C7596DD69_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
{
{
// set { m_TargetColor = value; }
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = ___value0;
__this->set_m_TargetColor_2(L_0);
// set { m_TargetColor = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ColorTween_get_tweenMode_m908DEFB153497AC18AD08CB73AFF655C1F6D05FB_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// get { return m_TweenMode; }
int32_t L_0 = __this->get_m_TweenMode_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorTween_set_tweenMode_m88B5C1FA53770422C80E61B0958CA7B94E6D8B27_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// set { m_TweenMode = value; }
int32_t L_0 = ___value0;
__this->set_m_TweenMode_3(L_0);
// set { m_TweenMode = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float ColorTween_get_duration_mC4A1E3C2EA46A5C657A2B9DA240C796F770ECC5F_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// get { return m_Duration; }
float L_0 = __this->get_m_Duration_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorTween_set_duration_m069BFDD0F6EABA4869ABC1F4620C54F749950E3D_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_Duration = value; }
float L_0 = ___value0;
__this->set_m_Duration_4(L_0);
// set { m_Duration = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ColorTween_get_ignoreTimeScale_m6A06826E19314EFE9783E505C75CFC76E42E8F05_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// get { return m_IgnoreTimeScale; }
bool L_0 = __this->get_m_IgnoreTimeScale_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ColorTween_set_ignoreTimeScale_m42071C6EB064666F7FF945EEC5B5261836E8E593_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_IgnoreTimeScale = value; }
bool L_0 = ___value0;
__this->set_m_IgnoreTimeScale_5(L_0);
// set { m_IgnoreTimeScale = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ColorTween_GetIgnoreTimescale_m5100D5725C73E6DB3718A2CF33C9CB46CA27731E_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// return m_IgnoreTimeScale;
bool L_0 = __this->get_m_IgnoreTimeScale_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float ColorTween_GetDuration_m327EABA3FBCD9635DCD360834176D3AEDBFA88B0_inline (ColorTween_t4CBBF5875FA391053DB62E98D8D9603040413228 * __this, const RuntimeMethod* method)
{
{
// return m_Duration;
float L_0 = __this->get_m_Duration_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float FloatTween_get_startValue_m6DC736717E2EAD27CE41A6CD292B6D28AE1DED1E_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// get { return m_StartValue; }
float L_0 = __this->get_m_StartValue_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FloatTween_set_startValue_m34ECE8005F47D60A3F5AF976FF28881A2200B549_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_StartValue = value; }
float L_0 = ___value0;
__this->set_m_StartValue_1(L_0);
// set { m_StartValue = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float FloatTween_get_targetValue_m15E266DEA747D1DD8F49681E9E6AFD7FADBEB027_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// get { return m_TargetValue; }
float L_0 = __this->get_m_TargetValue_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FloatTween_set_targetValue_m04567CCFC5510BA34D68C7A2C4AE32D400D59C3E_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_TargetValue = value; }
float L_0 = ___value0;
__this->set_m_TargetValue_2(L_0);
// set { m_TargetValue = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float FloatTween_get_duration_mBECFBEC57BDC30B54D0638873BA3313A8F7232F5_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// get { return m_Duration; }
float L_0 = __this->get_m_Duration_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FloatTween_set_duration_m7E3C3B6D6F9D1C5D9AE051ED64915029E8B4F094_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, float ___value0, const RuntimeMethod* method)
{
{
// set { m_Duration = value; }
float L_0 = ___value0;
__this->set_m_Duration_3(L_0);
// set { m_Duration = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool FloatTween_get_ignoreTimeScale_mA7B69D72E1D52EF1890C89D5690D345B852C7239_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// get { return m_IgnoreTimeScale; }
bool L_0 = __this->get_m_IgnoreTimeScale_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FloatTween_set_ignoreTimeScale_m6826FE67438AA7F1E4ECB85EC83812BC2F6F092B_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, bool ___value0, const RuntimeMethod* method)
{
{
// set { m_IgnoreTimeScale = value; }
bool L_0 = ___value0;
__this->set_m_IgnoreTimeScale_4(L_0);
// set { m_IgnoreTimeScale = value; }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool FloatTween_GetIgnoreTimescale_mB93B6C1BAD120F59F58DFE9409A64DE3A4790D88_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// return m_IgnoreTimeScale;
bool L_0 = __this->get_m_IgnoreTimeScale_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR float FloatTween_GetDuration_m81D2D1E8D8AEDFDF03B54F1AF71A74824480B178_inline (FloatTween_tF6BB24C266F36BD80E20C91AED453F7CE516919A * __this, const RuntimeMethod* method)
{
{
// return m_Duration;
float L_0 = __this->get_m_Duration_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* DefaultControls_get_factory_m616056407908402EFF7E24BC02D0A1B0CDED98B2_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultControls_get_factory_m616056407908402EFF7E24BC02D0A1B0CDED98B2UnityEngine_UI_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
// get { return m_CurrentFactory; }
IL2CPP_RUNTIME_CLASS_INIT(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_StaticFields*)il2cpp_codegen_static_fields_for(DefaultControls_t4838A96D37D23D24AD2554A4ACB05B901EF86DB2_il2cpp_TypeInfo_var))->get_m_CurrentFactory_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ScrollRect_set_content_mCCF04D1FE05A6EE7DB578FA797DD668C79F05373_inline (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___value0, const RuntimeMethod* method)
{
{
// public RectTransform content { get { return m_Content; } set { m_Content = value; } }
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_0 = ___value0;
__this->set_m_Content_4(L_0);
// public RectTransform content { get { return m_Content; } set { m_Content = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ScrollRect_set_horizontal_mE171242DA7E88CFA23CFD1867ABCF02408BAE630_inline (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, bool ___value0, const RuntimeMethod* method)
{
{
// public bool horizontal { get { return m_Horizontal; } set { m_Horizontal = value; } }
bool L_0 = ___value0;
__this->set_m_Horizontal_5(L_0);
// public bool horizontal { get { return m_Horizontal; } set { m_Horizontal = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ScrollRect_set_movementType_m5DC0E885A97CE2CE998AAF32B21BA0E5F0872375_inline (ScrollRect_tAD21D8FB1D33789C39BF4E4CD5CD012D9BD7DD51 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public MovementType movementType { get { return m_MovementType; } set { m_MovementType = value; } }
int32_t L_0 = ___value0;
__this->set_m_MovementType_7(L_0);
// public MovementType movementType { get { return m_MovementType; } set { m_MovementType = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void OptionData_set_text_m294B34165F072EEF65BEB4700D5F1484A52DC30B_inline (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
// public string text { get { return m_Text; } set { m_Text = value; } }
String_t* L_0 = ___value0;
__this->set_m_Text_0(L_0);
// public string text { get { return m_Text; } set { m_Text = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * OptionDataList_get_options_m3628E8C41BE97B1D4CB2B5C79CC127C5F6C82CCD_inline (OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D * __this, const RuntimeMethod* method)
{
{
// public List<OptionData> options { get { return m_Options; } set { m_Options = value; } }
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_0 = __this->get_m_Options_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void OptionDataList_set_options_mA01C00ADF9C913B4B1DB8B3FAA30F3D2DB31EF13_inline (OptionDataList_tE70C398434952658ED61EEEDC56766239E2C856D * __this, List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * ___value0, const RuntimeMethod* method)
{
{
// public List<OptionData> options { get { return m_Options; } set { m_Options = value; } }
List_1_tCBED74C5DF8E6C00526CE677BF8B96675B5C3A94 * L_0 = ___value0;
__this->set_m_Options_0(L_0);
// public List<OptionData> options { get { return m_Options; } set { m_Options = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * Image_get_sprite_m642D753672A8CBCEB67950914B44EF34C62DD137_inline (Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * __this, const RuntimeMethod* method)
{
{
// get { return m_Sprite; }
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_0 = __this->get_m_Sprite_36();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* OptionData_get_text_m2357EC665D55A54DDC6D7A150E2F74D95F915307_inline (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * __this, const RuntimeMethod* method)
{
{
// public string text { get { return m_Text; } set { m_Text = value; } }
String_t* L_0 = __this->get_m_Text_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * OptionData_get_image_m0BF991D02528EE3C67FE841C3AA87EC1AE7D8E31_inline (OptionData_t5522C87AD5C3F1C8D3748D1FF1825A24F3835831 * __this, const RuntimeMethod* method)
{
{
// public Sprite image { get { return m_Image; } set { m_Image = value; } }
Sprite_tCA09498D612D08DE668653AF1E9C12BF53434198 * L_0 = __this->get_m_Image_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * Dropdown_get_template_m9C83BB0CFD2BA72F08ACC8B0FA9A274FAD0FC9C4_inline (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// public RectTransform template { get { return m_Template; } set { m_Template = value; RefreshShownValue(); } }
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_0 = __this->get_m_Template_19();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * Dropdown_get_itemText_m1AEEFE1ACF751CD3483659F5E5B703239C28C7D5_inline (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// public Text itemText { get { return m_ItemText; } set { m_ItemText = value; RefreshShownValue(); } }
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_0 = __this->get_m_ItemText_22();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * Dropdown_get_itemImage_m3B115ACA023FC279CAE1757FD4AB0DF91242BA50_inline (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// public Image itemImage { get { return m_ItemImage; } set { m_ItemImage = value; RefreshShownValue(); } }
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_0 = __this->get_m_ItemImage_23();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropdownItem_set_text_m13D42A003AF95D99F2327E23532986F9FA1F0ABE_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * ___value0, const RuntimeMethod* method)
{
{
// public Text text { get { return m_Text; } set { m_Text = value; } }
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_0 = ___value0;
__this->set_m_Text_4(L_0);
// public Text text { get { return m_Text; } set { m_Text = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropdownItem_set_image_m7C2A0990EF4FA55AA50A963A93A31E0F28189766_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * ___value0, const RuntimeMethod* method)
{
{
// public Image image { get { return m_Image; } set { m_Image = value; } }
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_0 = ___value0;
__this->set_m_Image_5(L_0);
// public Image image { get { return m_Image; } set { m_Image = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropdownItem_set_toggle_m0EBE6629833FE4C6971885403B74CA15278BC0C9_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * ___value0, const RuntimeMethod* method)
{
{
// public Toggle toggle { get { return m_Toggle; } set { m_Toggle = value; } }
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_0 = ___value0;
__this->set_m_Toggle_7(L_0);
// public Toggle toggle { get { return m_Toggle; } set { m_Toggle = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DropdownItem_set_rectTransform_m68DE1182C56F9C18124E9D2E7304879865B053C9_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * ___value0, const RuntimeMethod* method)
{
{
// public RectTransform rectTransform { get { return m_RectTransform; } set { m_RectTransform = value; } }
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_0 = ___value0;
__this->set_m_RectTransform_6(L_0);
// public RectTransform rectTransform { get { return m_RectTransform; } set { m_RectTransform = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * DropdownItem_get_rectTransform_mADBE4D843FE38C832CC1C9CFE03DC4D55B18E897_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, const RuntimeMethod* method)
{
{
// public RectTransform rectTransform { get { return m_RectTransform; } set { m_RectTransform = value; } }
RectTransform_t285CBD8775B25174B75164F10618F8B9728E1B20 * L_0 = __this->get_m_RectTransform_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Dropdown_get_value_m5FC2BBBD94BA37BFF81DDCE45F42E0782C44CFCD_inline (Dropdown_tF6331401084B1213CAB10587A6EC81461501930F * __this, const RuntimeMethod* method)
{
{
// return m_Value;
int32_t L_0 = __this->get_m_Value_24();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * DropdownItem_get_toggle_m6DAC29FD2E711343DBCDF240B3218BD6211886DE_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, const RuntimeMethod* method)
{
{
// public Toggle toggle { get { return m_Toggle; } set { m_Toggle = value; } }
Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * L_0 = __this->get_m_Toggle_7();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Toggle_get_isOn_mC0C6AA83480A8DEFC7ADB2BC4FE1FCF0D92CA964_inline (Toggle_t9ADD572046F831945ED0E48A01B50FEA1CA52106 * __this, const RuntimeMethod* method)
{
{
// get { return m_IsOn; }
bool L_0 = __this->get_m_IsOn_23();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 Selectable_get_navigation_mE0FE811B11269EFDEE21C98701059F786580FB50_inline (Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * __this, const RuntimeMethod* method)
{
{
// public Navigation navigation { get { return m_Navigation; } set { if (SetPropertyUtility.SetStruct(ref m_Navigation, value)) OnSetProperty(); } }
Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 L_0 = __this->get_m_Navigation_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Navigation_set_mode_m98F00F98459C0C3D79FDC7221C779D83130D67BC_inline (Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
// public Mode mode { get { return m_Mode; } set { m_Mode = value; } }
int32_t L_0 = ___value0;
__this->set_m_Mode_0(L_0);
// public Mode mode { get { return m_Mode; } set { m_Mode = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Navigation_set_selectOnDown_mE97059CFEDDAA89BC14D85EA1FB51A9D3BDA4549_inline (Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * __this, Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___value0, const RuntimeMethod* method)
{
{
// public Selectable selectOnDown { get { return m_SelectOnDown; } set { m_SelectOnDown = value; } }
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * L_0 = ___value0;
__this->set_m_SelectOnDown_2(L_0);
// public Selectable selectOnDown { get { return m_SelectOnDown; } set { m_SelectOnDown = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Navigation_set_selectOnRight_mEBD7DF30AC830A83DCC7F1E2BA9629864A40336E_inline (Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * __this, Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___value0, const RuntimeMethod* method)
{
{
// public Selectable selectOnRight { get { return m_SelectOnRight; } set { m_SelectOnRight = value; } }
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * L_0 = ___value0;
__this->set_m_SelectOnRight_4(L_0);
// public Selectable selectOnRight { get { return m_SelectOnRight; } set { m_SelectOnRight = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Navigation_set_selectOnLeft_m6C219E151D044D1C4F086A2DDD104C537553B79D_inline (Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * __this, Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___value0, const RuntimeMethod* method)
{
{
// public Selectable selectOnLeft { get { return m_SelectOnLeft; } set { m_SelectOnLeft = value; } }
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * L_0 = ___value0;
__this->set_m_SelectOnLeft_3(L_0);
// public Selectable selectOnLeft { get { return m_SelectOnLeft; } set { m_SelectOnLeft = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Navigation_set_selectOnUp_mDC6497A819851FC70C1771FA5B4F8DEF7BDCD552_inline (Navigation_t761250C05C09773B75F5E0D52DDCBBFE60288A07 * __this, Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * ___value0, const RuntimeMethod* method)
{
{
// public Selectable selectOnUp { get { return m_SelectOnUp; } set { m_SelectOnUp = value; } }
Selectable_tAA9065030FE0468018DEC880302F95FEA9C0133A * L_0 = ___value0;
__this->set_m_SelectOnUp_1(L_0);
// public Selectable selectOnUp { get { return m_SelectOnUp; } set { m_SelectOnUp = value; } }
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * Button_get_onClick_m77E8CA6917881760CC7900930F4C789F3E2F8817_inline (Button_t1203820000D5513FDCCE3D4BFF9C1C9CC755CC2B * __this, const RuntimeMethod* method)
{
{
// get { return m_OnClick; }
ButtonClickedEvent_t975D9C903BC4880557ADD7D3ACFB01CB2B3D6DDB * L_0 = __this->get_m_OnClick_19();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * DropdownItem_get_text_mABB014D2DEE9F6B24515DE71A08EBFA82BB44829_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, const RuntimeMethod* method)
{
{
// public Text text { get { return m_Text; } set { m_Text = value; } }
Text_tE9317B57477F4B50AA4C16F460DE6F82DAD6D030 * L_0 = __this->get_m_Text_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * DropdownItem_get_image_m2879EEFCAB097FBA79BC4DA41ECBA4EBE3CB6185_inline (DropdownItem_tFDD72F3D25AC0CAF12393C7EE460B47468BD2B46 * __this, const RuntimeMethod* method)
{
{
// public Image image { get { return m_Image; } set { m_Image = value; } }
Image_t18FED07D8646917E1C563745518CF3DD57FF0B3E * L_0 = __this->get_m_Image_5();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 List_1_get_Item_m9E4BE7FD0C53A082090B98AF5576E94BBADA2930_gshared_inline (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65* L_2 = (RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65*)__this->get__items_1();
int32_t L_3 = ___index0;
RaycastResult_t991BCED43A91EDD8580F39631DA07B1F88C58B91 L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((RaycastResultU5BU5D_t9A7AEDFED07FDC6A5F4E1F1C064699FCC9745D65*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mD0D3353E379B18064F3FB3B70FF9E2BBB000A4C6_gshared_inline (List_1_t1BB31D71CB8736DC35CCD9FFB9228FAFD427EB52 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
int32_t L_3 = ___index0;
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD1A752D17DF497577BA84B4203B85714F3794590_gshared_inline (Enumerator_tDDB96E6B07B75C58A9D02033BE058D98FED1070B * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_currentValue_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C Enumerator_get_Current_m73F8FC135A20BDFEA0846D8FC876863ED85FEA49_gshared_inline (Enumerator_tC0410598D958D8FA61F7F1A803A0B7F242CEF1C6 * __this, const RuntimeMethod* method)
{
{
KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C L_0 = (KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C )__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_mAD6801F3BC9BA1E99D4E0F72B2B420182D0494FC_gshared_inline (KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t KeyValuePair_2_get_Key_m89B687D373FBE3D230647CA0C536235E12AD829C_gshared_inline (KeyValuePair_2_tC1FD9633618D9B27E2552BBAD347EC14A6C07C2C * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get_key_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void TweenRunner_1_Init_m17E5E1BE0EB8226EA16AA2C2AB572E1B225BECD2_gshared_inline (TweenRunner_1_tA7C92F52BF30E9A20EDA2DD956E11A1493D098EF * __this, MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * ___coroutineContainer0, const RuntimeMethod* method)
{
{
// m_CoroutineContainer = coroutineContainer;
MonoBehaviour_t4A60845CF505405AF8BE8C61CC07F75CADEF6429 * L_0 = ___coroutineContainer0;
__this->set_m_CoroutineContainer_0(L_0);
// }
return;
}
}
| [
"dettmertrey@gmail.com"
] | dettmertrey@gmail.com |
13230ca9ac6ac869f1dbc9bfbeca0518bfa46475 | d30cf4ebd55235b44d03570f9ffed32bc4ca4364 | /tianxiadiyi/Packets/Starring/GCPutOnSoulBead.h | 82463388425128f5841755924bf6339425a504c7 | [] | no_license | weimingtom/tianxiadiyi | 026cf4dd01db37fa91284c0c74531816aafd68f4 | 8770d59b594fd0680264651509b89f31a94e7bdf | refs/heads/master | 2020-05-16T21:04:11.327923 | 2014-06-24T02:55:15 | 2014-06-24T02:55:15 | 40,115,985 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 934 | h | #ifndef __GCPUT_ON_SOUL_BEAD_H__
#define __GCPUT_ON_SOUL_BEAD_H__
#include "Network\UUPacketEXT.h"
#include "Network\UUPacketFactory.h"
#include "Network\UUPacketFactoryManager.h"
class GCPutOnSoulBead : public UUPacketEXT
{
public:
char isSuccess;
GCPutOnSoulBead();
~GCPutOnSoulBead();
virtual void Read() ;
virtual void Write();
virtual void Execute();
virtual unsigned short GetPacketID() const { return MAKE_PACKET_ID(PACKET_CG_PUT_ON_SOUL_BEAD, PACKET_GENERAL); }
virtual unsigned int GetPacketSize() const { return 0; }
};
class GCPutOnSoulBeadFactory : public UUPacketFactory
{
public:
UUPacketEXT* CreatePacket() { return new GCPutOnSoulBead(); }
unsigned short GetPacketID() const { return MAKE_PACKET_ID(PACKET_CG_PUT_ON_SOUL_BEAD, PACKET_GENERAL); }
};
class GCPutOnSoulBeadHandler
{
public:
static void Execute( GCPutOnSoulBead* pPacket);
};
#endif | [
"ggBlueGuy@gmail.com"
] | ggBlueGuy@gmail.com |
fb88ec37f7f05e036f5f4eacc5295fd6112facc7 | 6b40e9cba1dd06cd31a289adff90e9ea622387ac | /Develop/Server/GameServer/main/GItemSystem.cpp | d212c2e0f34e77b430d01c2d1a04dc72b9c2e47e | [] | 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 | UTF-8 | C++ | false | false | 3,418 | cpp | #include "stdafx.h"
#include "GItemSystem.h"
#include "GGlobal.h"
#include "GPlayerObjectManager.h"
#include "GItemManager.h"
#include "GEntityPlayer.h"
#include "CCommandResultTable.h"
#include "GDBManager.h"
#include "GCommand.h"
#include "CCommandTable.h"
#include "GConditionInfo.h"
#include "GCalculator.h"
#include "GCommandCenter.h"
#include "GItemUnequiper.h"
#include "GItemRemover.h"
#include "GEntityNPC.h"
#include "GItemDurabilityUpdater.h"
#include "CSItemHelper.h"
#include "GQuestSystem.h"
#include "GItemUser.h"
#include "GInteractionSystem.h"
#include "GItemEquiper.h"
#include "GItemAdder.h"
#include "GItemActableChecker.h"
#include "GItemHolder.h"
#include "GItemMover.h"
#include "GItemSorter.h"
#include "GItemEnchant.h"
#include "GItemDyer.h"
#include "GItemMoverForDBTask.h"
#include "GItemEquiperForDBTask.h"
#include "GItemAddAndRemoverForInfo.h"
#include "GItemSystemSetterForTest.h"
GItemSystem::GItemSystem()
{
m_pEquiper = new GItemEquiper;
m_pUnequiper = new GItemUnequiper;
m_pAdder = new GItemAdder;
m_pRemover = new GItemRemover;
m_pUser = new GItemUser;
m_pMover = new GItemMover;
m_pDurabilityUpdater = new GItemDurabilityUpdater;
m_pActableChecker = new GItemActableChecker;
m_pAddAndRemoverForInfo = new GItemAddAndRemoverForInfo;
m_pSorter = new GItemSorter;
m_pEnchant = new GItemEnchant;
m_pDyer = new GItemDyer;
// m_pAttune = new GItemSoulAttunement;
m_pMoverForDBTask = new GItemMoverForDBTask;
m_pEquiperForDBTask = new GItemEquiperForDBTask;
m_pSetterForTest = new GItemSystemSetterForTest(this);
}
GItemSystem::~GItemSystem()
{
SAFE_DELETE(m_pEquiper);
SAFE_DELETE(m_pUnequiper);
SAFE_DELETE(m_pAdder);
SAFE_DELETE(m_pRemover);
SAFE_DELETE(m_pUser);
SAFE_DELETE(m_pMover);
SAFE_DELETE(m_pDurabilityUpdater);
SAFE_DELETE(m_pActableChecker);
SAFE_DELETE(m_pAddAndRemoverForInfo);
SAFE_DELETE(m_pSorter);
SAFE_DELETE(m_pEnchant);
SAFE_DELETE(m_pDyer);
SAFE_DELETE(m_pAttune);
SAFE_DELETE(m_pMoverForDBTask);
SAFE_DELETE(m_pEquiperForDBTask);
SAFE_DELETE(m_pSetterForTest);
}
GItemEquiper& GItemSystem::GetEquiper()
{
return *m_pEquiper;
}
GItemUnequiper& GItemSystem::GetUnequiper()
{
return *m_pUnequiper;
}
GItemAdder& GItemSystem::GetAdder()
{
return *m_pAdder;
}
GItemRemover& GItemSystem::GetRemover()
{
return *m_pRemover;
}
GItemUser& GItemSystem::GetUser()
{
return *m_pUser;
}
GItemDurabilityUpdater& GItemSystem::GetDurabilityUpdater()
{
return *m_pDurabilityUpdater;
}
GItemMover& GItemSystem::GetMover()
{
return *m_pMover;
}
GItemActableChecker& GItemSystem::GetActableChecker()
{
return *m_pActableChecker;
}
GItemMoverForDBTask& GItemSystem::GetMoverForDBTask()
{
return *m_pMoverForDBTask;
}
GItemEquiperForDBTask& GItemSystem::GetEquiperForDBTask()
{
return *m_pEquiperForDBTask;
}
GItemAddAndRemoverForInfo& GItemSystem::GetAddAndRemoverForInfo()
{
return *m_pAddAndRemoverForInfo;
}
GItemSorter& GItemSystem::GetSorter()
{
return *m_pSorter;
}
GItemEnchant& GItemSystem::GetEnchant()
{
return *m_pEnchant;
}
GItemDyer& GItemSystem::GetDyer()
{
return *m_pDyer;
}
GItemSystemSetterForTest& GItemSystem::GetSetterForTest()
{
return *m_pSetterForTest;
}
GItemSoulAttunement& GItemSystem::GetAttune()
{
return *m_pAttune;
} | [
"shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4"
] | shzdev@8fd9ef21-cdc5-48af-8625-ea2f38c673c4 |
5134417e6e2043d65de5184c4db574ab819632c0 | 9a7d75b0d32ca40ab26860983e769c13d45267f9 | /src/mpeg2/InverseScanTable.cpp | 5c557d193f3fbdbd36c665c6dfab0e2bbe3d478d | [
"BSD-2-Clause"
] | permissive | jpd002/Play--Framework | 4427b6709c819a4403f14dd41fd8f3131f5f8d48 | 2dadb6dfcbc855c08a6f0bdea90e0572ac4ee0b8 | refs/heads/master | 2023-08-31T11:40:41.713390 | 2023-08-27T00:35:45 | 2023-08-27T00:35:45 | 17,099,900 | 42 | 24 | NOASSERTION | 2022-05-19T12:48:40 | 2014-02-23T02:27:07 | C++ | UTF-8 | C++ | false | false | 706 | cpp | #include "mpeg2/InverseScanTable.h"
using namespace MPEG2;
unsigned int CInverseScanTable::m_nTable0[0x40] =
{
0, 1, 5, 6, 14, 15, 27, 28,
2, 4, 7, 13, 16, 26, 29, 42,
3, 8, 12, 17, 25, 30, 41, 43,
9, 11, 18, 24, 31, 40, 44, 53,
10, 19, 23, 32, 39, 45, 52, 54,
20, 22, 33, 38, 46, 51, 55, 60,
21, 34, 37, 47, 50, 56, 59, 61,
35, 36, 48, 49, 57, 58, 62, 63
};
unsigned int CInverseScanTable::m_nTable1[0x40] =
{
0, 4, 6, 20, 22, 36, 38, 52,
1, 5, 7, 21, 23, 37, 39, 53,
2, 8, 19, 24, 34, 40, 50, 54,
3, 9, 18, 25, 35, 41, 51, 55,
10, 17, 26, 30, 42, 46, 56, 60,
11, 16, 27, 31, 43, 47, 57, 61,
12, 15, 28, 32, 44, 48, 58, 62,
13, 14, 29, 33, 45, 49, 59, 63
};
| [
"jpd002@6a6d099a-6a11-0410-877e-d5a07a98cbd2"
] | jpd002@6a6d099a-6a11-0410-877e-d5a07a98cbd2 |
de8dab12bcdca2dd78ced11db8531a9eb5c2a00f | 486b441cbfec6d627043a23a8eeb2ad40670992b | /csapp/ch05/p344_函数调用.hpp | 4cc31f7805f8dd49eee0369afad4410edb40323b | [] | no_license | QingchaoDai/cpp_learning | f90785e7a516645b331ddfdcdf25d5227781df13 | 2eda4450e8a142ba57f658042637a97a72f38e0e | refs/heads/master | 2022-12-11T20:08:47.792151 | 2020-08-31T03:25:03 | 2020-08-31T03:25:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 717 | hpp | //
// Created by 郑楚彬 on 2020/6/28.
//
#include <iostream>
using namespace std;
long counter = 0;
long f(){
return counter++;
}
long func1(){
return f()+f()+f()+f();
}
long func2(){
return 4*f();
}
long func1in(){
long t = counter++;
t += counter++;
t += counter++;
t += counter++;
return t;
}
long func1opt(){
long t = 4*counter+6;
counter += 4;
return t;
}
void test_call_func(){
cout<<"func1: counter="<<func1()<<endl; // 6 = 0+1+2+3
counter = 0; // 重置
cout<<"func2: counter="<<func2()<<endl; // 0
counter = 0;
cout<<"func1in: counter="<<func1in()<<endl; // 6
counter = 0;
cout<<"func1opt: counter="<<func1opt()<<endl; // 6
}
| [
"530154436@qq.com"
] | 530154436@qq.com |
339d5be6b4bee9d9c82260d27da0c66f11a83b46 | e2745b520626453cb862bd89e79214c60a049277 | /TensorRT-Base/common/logger.h | 445706e2bc39635b4be84aca412e326089708a14 | [] | no_license | XuleiTao/ilove996 | c2489d0d161584e9ae6ceb008ecc704544760b82 | 58c592c6335587ec3d22027f1156231433c73afc | refs/heads/master | 2023-04-20T18:05:49.762233 | 2021-04-29T16:16:26 | 2021-04-29T16:16:26 | 362,875,988 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,655 | h | /**
* @file - logging.h
* @author - wdn (dongnian.wang@outlook.com)
* @brief - 日志类
*
* @copyright Copyright (c) 2019, NVIDIA CORPORATION. All rights reserved.
*
*/
#ifndef TRT_LOGGING_H
#define TRT_LOGGING_H
#include <cassert>
#include <ctime>
#include <iomanip>
#include <iostream>
#include <ostream>
#include <sstream>
#include <string>
#include <NvInferRuntimeCommon.h>
using Severity = nvinfer1::ILogger::Severity;
/**
* 日志缓存类
*/
class LogStreamConsumerBuffer : public std::stringbuf
{
public:
LogStreamConsumerBuffer(std::ostream& stream, const std::string& prefix, bool should_log)
: m_output(stream),
m_prefix(prefix),
m_should_log(should_log)
{
}
LogStreamConsumerBuffer(LogStreamConsumerBuffer&& other)
: m_output(other.m_output)
{
}
~LogStreamConsumerBuffer()
{
// std::streambuf::pbase() 给出了输出序列的缓冲部分的开头的指针
// std::streambuf::pptr() 给出了输出序列当前位置的指针
// 如果指向开头的指针不等于指向当前位置的指针,请调用 put_output() 将输出记录到流
if(pbase() != pptr())
{
put_output();
}
}
/**
* 同步流缓冲区包括将缓冲区内容插入流中,重置缓冲区并刷新流
*
* @return @c int - 同步流缓冲区并取得成功返回0
*/
virtual int sync()
{
put_output();
return 0;
}
/**
* 输出
*/
void put_output()
{
if(m_should_log)
{
std::time_t time_stamp = std::time(nullptr);
tm* tm_local = std::localtime(&time_stamp);
std::cout << "[";
std::cout << std::setw(4) << std::setfill('0') << 1900 + tm_local->tm_year << "-";
std::cout << std::setw(2) << std::setfill('0') << 1 + tm_local->tm_mon << "-";
std::cout << std::setw(2) << std::setfill('0') << tm_local->tm_mday << " ";
std::cout << std::setw(2) << std::setfill('0') << tm_local->tm_hour << ":";
std::cout << std::setw(2) << std::setfill('0') << tm_local->tm_min << ":";
std::cout << std::setw(2) << std::setfill('0') << tm_local->tm_sec << "]";
// 输出信息
m_output << m_prefix << " : "<< str();
// buffer置为空
str("");
// 清除stream
m_output.flush();
}
}
void set_should_log(bool should_log)
{
m_should_log = should_log;
}
private:
std::ostream& m_output;
std::string m_prefix;
bool m_should_log;
};
/**
* 日志基类
*/
class LogStreamConsumerBase
{
public:
LogStreamConsumerBase(std::ostream& stream, const std::string& prefix, bool should_log)
: m_buffer(stream, prefix, should_log)
{
}
protected:
LogStreamConsumerBuffer m_buffer;
};
/**
* 日志类
*/
class LogStreamConsumer : protected LogStreamConsumerBase, public std::ostream
{
public:
LogStreamConsumer(Severity reportable_severity, Severity severity)
: LogStreamConsumerBase(severity_ostream(severity), severity_prefix(severity), severity <= reportable_severity),
std::ostream(&m_buffer), // 链接stream
m_should_log(severity <= reportable_severity),
m_severity(severity)
{
}
LogStreamConsumer(LogStreamConsumer&& other)
: LogStreamConsumerBase(severity_ostream(other.m_severity), severity_prefix(other.m_severity), other.m_should_log),
std::ostream(&m_buffer), // 链接stream
m_should_log(other.m_should_log),
m_severity(other.m_severity)
{
}
void set_reportable_severity(Severity reportable_severity)
{
m_should_log = m_severity <= reportable_severity;
m_buffer.set_should_log(m_should_log);
}
private:
static std::ostream& severity_ostream(Severity severity)
{
return severity > Severity::kERROR ? std::cout : std::cerr;
}
static std::string severity_prefix(Severity severity)
{
switch (severity)
{
case Severity::kINTERNAL_ERROR:
return "[ IERROR]";
case Severity::kERROR:
return "[ ERROR ]";
case Severity::kWARNING:
return "[ WARN ]";
case Severity::kINFO:
return "[ INFO ]";
case Severity::kVERBOSE:
return "[ DEBUG ]";
default:
assert(0);
return "[ ]";
}
}
bool m_should_log;
Severity m_severity;
};
/**
* sample日志类
*/
class Logger : public nvinfer1::ILogger
{
public:
Logger(Severity severity = Severity::kWARNING)
: m_reportable_severity(severity)
{
}
/**
* 用于检索与此记录器相关联的nvinfer1::iLogger的前向兼容方法
*/
nvinfer1::ILogger& get_trt_logger()
{
return *this;
}
/**
* 实现输出
*/
void log(Severity severity, const char* msg) override
{
LogStreamConsumer(m_reportable_severity, severity) << std::string(msg) << std::endl;
//std::cout << std::string(msg) << std::endl;
}
/**
* 设置控制日志输出的方法
*/
void set_reportable_severity(Severity severity)
{
m_reportable_severity = severity;
}
/**
* 获取控制日志输出的方法
*/
Severity get_reportable_severity() const
{
return m_reportable_severity;
}
private:
/**
* 返回消息前缀
*/
static const char* severity_prefix(Severity severity)
{
switch (severity)
{
case Severity::kINTERNAL_ERROR:
return "[ IERROR]";
case Severity::kERROR:
return "[ ERROR ]";
case Severity::kWARNING:
return "[ WARN ]";
case Severity::kINFO:
return "[ INFO ]";
case Severity::kVERBOSE:
return "[ DEBUG ]";
default:
assert(0);
return "[ ]";
}
}
/**
* 消息流
*/
static std::ostream& severity_ostream(Severity severity)
{
return severity > Severity::kINFO ? std::cout : std::cerr;
}
Severity m_reportable_severity;
};
namespace
{
/**
* DEBUG 日志类
*
* Example usage:
*
* LOG_DEBUG(logger) << "hello world" << std::endl;
*/
inline LogStreamConsumer LOG_DEBUG(const Logger& logger)
{
return LogStreamConsumer(logger.get_reportable_severity(), Severity::kVERBOSE);
}
/**
* INFO 日志类
*
* Example usage:
*
* LOG_INFO(logger) << "hello world" << std::endl;
*/
inline LogStreamConsumer LOG_INFO(const Logger& logger)
{
return LogStreamConsumer(logger.get_reportable_severity(), Severity::kINFO);
}
/**
* WARN 日志类
*
* Example usage:
*
* LOG_WARN(logger) << "hello world" << std::endl;
*/
inline LogStreamConsumer LOG_WARN(const Logger& logger)
{
return LogStreamConsumer(logger.get_reportable_severity(), Severity::kWARNING);
}
/**
* ERROR 日志类
*
* Example usage:
*
* LOG_ERROR(logger) << "hello world" << std::endl;
*/
inline LogStreamConsumer LOG_ERROR(const Logger& logger)
{
return LogStreamConsumer(logger.get_reportable_severity(), Severity::kERROR);
}
/**
* FATAL 日志类
*
* Example usage:
*
* LOG_FATAL(logger) << "hello world" << std::endl;
*/
inline LogStreamConsumer LOG_FATAL(const Logger& logger)
{
return LogStreamConsumer(logger.get_reportable_severity(), Severity::kINTERNAL_ERROR);
}
} // namespace
#endif // TRT_LOGGING_H | [
"xulei_tao@qq.com"
] | xulei_tao@qq.com |
3982d807869ae5b4eeb1351529141ce4ddb67e1b | ba844435c391549715aac012abe8a1c8a6723b40 | /Week_11/problem_3.cpp | ee8eb988f61ad8fa4dd9e953a690ab6dde6dfb98 | [] | no_license | aviral10/DAA_Lab | 54a67fb7c6ea5c8b0ed0ae0a93427fd83d85ca6b | d5df242caeb29ed9a22596193363f495207a5128 | refs/heads/master | 2023-08-29T22:42:38.400349 | 2021-11-15T18:35:55 | 2021-11-15T18:35:55 | 385,945,448 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,138 | cpp | #include <bits/stdc++.h>
using namespace std;
// Given a set of elements, you have to partition the set into two subsets such that the sum of
// elements in both subsets is same. Design an algorithm and implement it using a program to solve
// this problem.
// Time Complexity: O(n^2)
// Space Complexity: O(n^2)
int dp[1003][1003];
bool solve(vector<int> &arr, int i, int sm){
if(sm == 0) return true;
if(i >= arr.size() or sm < 0) return false;
if(dp[i][sm] != -1) return dp[i][sm];
return dp[i][sm] = solve(arr,i+1,sm-arr[i]) or solve(arr, i+1, sm);
}
int main(){
//
ios_base::sync_with_stdio(false);
cin.tie(NULL); cout.tie(NULL);
freopen("inp3.txt", "r", stdin);
freopen("out3.txt", "w", stdout);
//
int n;
cin >> n;
vector<int> arr(n);
int sm = 0;
for(int i=0;i<n;i++){
cin >> arr[i];
sm += arr[i];
}
memset(dp, -1, sizeof(dp));
if(sm%2 != 0){
cout << "No\n";
return 0;
}
sm /= 2;
bool ans = solve(arr, 0, sm);
if(ans){
cout << "Yes\n";
}else{
cout << "No\n";
}
return 0;
}
| [
"aviral19rana@gmail.com"
] | aviral19rana@gmail.com |
b1a7c357a4b63e67372c8b5e37d84314876bd7e0 | c10a39f252f37dbdc67bffeaebfb893ba819dd12 | /MATH3316-HighPerfScientificComp/project4/steffensen.cpp | ab89ac2dba8acc2a5f764a17a75a261338c9aebf | [] | no_license | conradhappeliv/schoolwork | 8964720f3ca7291d3e9e7fb1d6a79de05a32cc95 | 73ae294fd06aebd6afbd4a80c6da03a7468db12b | refs/heads/master | 2021-01-23T07:15:56.772195 | 2017-05-03T18:54:27 | 2017-05-03T18:54:27 | 28,058,744 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 862 | cpp | // Conrad Appel
// MATH 3316
// 2 Dec 2014
//
// Adapted from project 2 to better suit this application
#include "mat.h"
#include <iostream>
#include <cmath>
double steffensen(double (*f)(const double), double x, int maxit, double tol) {
double prev_res = x;
double res = x;
for(unsigned int i = 0; i < maxit; i++) {
prev_res = res;
double f_of_x = f(res);
// find current df value using Steffensen's
double df_of_x = (f_of_x - f(res - f_of_x))/f_of_x;
if(df_of_x == 0) break; // can't divide by 0
// x(n+1) = x(n) - f(x(n))/f'(x(n))
res = res - f_of_x/df_of_x;
// residual after calculating next val
f_of_x = std::abs(f(res));
// |h|
double sol_update = std::abs(res - prev_res);
if(sol_update <= tol)
break;
}
return res;
}
| [
"conrad.h.appel.iv@gmail.com"
] | conrad.h.appel.iv@gmail.com |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.