blob_id stringlengths 40 40 | directory_id stringlengths 40 40 | path stringlengths 3 264 | content_id stringlengths 40 40 | detected_licenses listlengths 0 85 | license_type stringclasses 2
values | repo_name stringlengths 5 140 | snapshot_id stringlengths 40 40 | revision_id stringlengths 40 40 | branch_name stringclasses 905
values | visit_date timestamp[us]date 2015-08-09 11:21:18 2023-09-06 10:45:07 | revision_date timestamp[us]date 1997-09-14 05:04:47 2023-09-17 19:19:19 | committer_date timestamp[us]date 1997-09-14 05:04:47 2023-09-06 06:22:19 | github_id int64 3.89k 681M ⌀ | star_events_count int64 0 209k | fork_events_count int64 0 110k | gha_license_id stringclasses 22
values | gha_event_created_at timestamp[us]date 2012-06-07 00:51:45 2023-09-14 21:58:39 ⌀ | gha_created_at timestamp[us]date 2008-03-27 23:40:48 2023-08-21 23:17:38 ⌀ | gha_language stringclasses 141
values | src_encoding stringclasses 34
values | language stringclasses 1
value | is_vendor bool 1
class | is_generated bool 2
classes | length_bytes int64 3 10.4M | extension stringclasses 115
values | content stringlengths 3 10.4M | authors listlengths 1 1 | author_id stringlengths 0 158 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
51b71cf24ebcf7772f99f89f38e5c63f85abd2c6 | 1ae40287c5705f341886bbb5cc9e9e9cfba073f7 | /Osmium/SDK/FN_Athena_PlayerCameraModeBase_classes.hpp | b3f19eb766f075419e4a182cc331128b6d3afa56 | [] | no_license | NeoniteDev/Osmium | 183094adee1e8fdb0d6cbf86be8f98c3e18ce7c0 | aec854e60beca3c6804f18f21b6a0a0549e8fbf6 | refs/heads/master | 2023-07-05T16:40:30.662392 | 2023-06-28T23:17:42 | 2023-06-28T23:17:42 | 340,056,499 | 14 | 8 | null | null | null | null | UTF-8 | C++ | false | false | 704 | hpp | #pragma once
// Fortnite (4.5-CL-4159770) SDK
#ifdef _MSC_VER
#pragma pack(push, 0x8)
#endif
namespace SDK
{
//---------------------------------------------------------------------------
//Classes
//---------------------------------------------------------------------------
// BlueprintGeneratedClass Athena_PlayerCameraModeBase.Athena_PlayerCameraModeBase_C
// 0x0000 (0x0C20 - 0x0C20)
class UAthena_PlayerCameraModeBase_C : public UFortCameraMode_ThirdPerson
{
public:
static UClass* StaticClass()
{
static auto ptr = UObject::FindClass("BlueprintGeneratedClass Athena_PlayerCameraModeBase.Athena_PlayerCameraModeBase_C");
return ptr;
}
};
}
#ifdef _MSC_VER
#pragma pack(pop)
#endif
| [
"kareemolim@gmail.com"
] | kareemolim@gmail.com |
668893513fb61dc3e4cd8293dd6ebadaf86557b8 | 68be33707270c4518c3d002fa27d2888184da232 | /listaEncadeada/ponteiro/ponteiro.cpp | dd28f21c28b06330bb2f2de0d972a27546f22a33 | [] | no_license | AlvesYuri/estrutura-de-dados | 52dc61c72dd31bb9657b524d89181b3c8c15ce91 | 887337ab993c76035fbcf42124392b751141a3ab | refs/heads/master | 2023-04-07T01:08:36.063594 | 2021-04-24T03:30:31 | 2021-04-24T03:30:31 | 361,061,015 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 320 | cpp | #include <iostream>
using namespace std;
main()
{
int a, *p;
a = 30;
p = &a;
cout << "a -> " << a << endl;
cout << "*p -> " << *p << endl;
cout << "&a -> " << &a << endl;
cout << "p -> " << p << endl;
cout << "&p -> " << &p << endl;
cout << "&(*p) -> " << &(*p) << endl;
} | [
"yurialves.gft@sulamerica.com.br"
] | yurialves.gft@sulamerica.com.br |
be5b3921eae5abb18b6582152464daf65065868f | 721d70011e3b9447113b0f62d5e6bb00c54b7008 | /windows/mingw/i686-w64-mingw32/lib/gcc/mingw32/4.6.2/include/c++/debug/multimap.h | b2e8ad2d1c3642f6219568b742ceabadb10399c7 | [] | no_license | mrmoss/parrot_kinect | d8f3dd477dc6206d54f17266fc618e5e5705fde3 | 5e118c7b5a31bfa999cd3eb8777677f923fa80b0 | refs/heads/master | 2021-01-10T21:06:29.716162 | 2015-11-11T22:11:50 | 2015-11-11T22:11:50 | 8,966,232 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,023 | h | // Debugging multimap implementation -*- C++ -*-
// Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can redistribute it and/or modify it under the
// terms of the GNU General Public License as published by the
// Free Software Foundation; either version 3, or (at your option)
// any later version.
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// Under Section 7 of GPL version 3, you are granted additional
// permissions described in the GCC Runtime Library Exception, version
// 3.1, as published by the Free Software Foundation.
// You should have received a copy of the GNU General Public License and
// a copy of the GCC Runtime Library Exception along with this program;
// see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
// <http://www.gnu.org/licenses/>.
/** @file debug/multimap.h
* This file is a GNU debug extension to the Standard C++ Library.
*/
#ifndef _GLIBCXX_DEBUG_MULTIMAP_H
#define _GLIBCXX_DEBUG_MULTIMAP_H 1
#include <debug/safe_sequence.h>
#include <debug/safe_iterator.h>
#include <utility>
namespace std _GLIBCXX_VISIBILITY(default)
{
namespace __debug
{
/// Class std::multimap with safety/checking/debug instrumentation.
template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>,
typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
class multimap
: public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>,
public __gnu_debug::_Safe_sequence<multimap<_Key, _Tp,
_Compare, _Allocator> >
{
typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
typedef __gnu_debug::_Safe_sequence<multimap> _Safe_base;
typedef typename _Base::const_iterator _Base_const_iterator;
typedef typename _Base::iterator _Base_iterator;
typedef __gnu_debug::_Equal_to<_Base_const_iterator> _Equal;
public:
// types:
typedef _Key key_type;
typedef _Tp mapped_type;
typedef std::pair<const _Key, _Tp> value_type;
typedef _Compare key_compare;
typedef _Allocator allocator_type;
typedef typename _Base::reference reference;
typedef typename _Base::const_reference const_reference;
typedef __gnu_debug::_Safe_iterator<_Base_iterator, multimap>
iterator;
typedef __gnu_debug::_Safe_iterator<_Base_const_iterator,
multimap> const_iterator;
typedef typename _Base::size_type size_type;
typedef typename _Base::difference_type difference_type;
typedef typename _Base::pointer pointer;
typedef typename _Base::const_pointer const_pointer;
typedef std::reverse_iterator<iterator> reverse_iterator;
typedef std::reverse_iterator<const_iterator> const_reverse_iterator;
// 23.3.1.1 construct/copy/destroy:
explicit multimap(const _Compare& __comp = _Compare(),
const _Allocator& __a = _Allocator())
: _Base(__comp, __a) { }
template<typename _InputIterator>
multimap(_InputIterator __first, _InputIterator __last,
const _Compare& __comp = _Compare(),
const _Allocator& __a = _Allocator())
: _Base(__gnu_debug::__base(__gnu_debug::__check_valid_range(__first,
__last)),
__gnu_debug::__base(__last),
__comp, __a) { }
multimap(const multimap& __x)
: _Base(__x), _Safe_base() { }
multimap(const _Base& __x)
: _Base(__x), _Safe_base() { }
#ifdef __GXX_EXPERIMENTAL_CXX0X__
multimap(multimap&& __x)
: _Base(std::move(__x)), _Safe_base()
{ this->_M_swap(__x); }
multimap(initializer_list<value_type> __l,
const _Compare& __c = _Compare(),
const allocator_type& __a = allocator_type())
: _Base(__l, __c, __a), _Safe_base() { }
#endif
~multimap() { }
multimap&
operator=(const multimap& __x)
{
*static_cast<_Base*>(this) = __x;
this->_M_invalidate_all();
return *this;
}
#ifdef __GXX_EXPERIMENTAL_CXX0X__
multimap&
operator=(multimap&& __x)
{
// NB: DR 1204.
// NB: DR 675.
clear();
swap(__x);
return *this;
}
multimap&
operator=(initializer_list<value_type> __l)
{
this->clear();
this->insert(__l);
return *this;
}
#endif
using _Base::get_allocator;
// iterators:
iterator
begin()
{ return iterator(_Base::begin(), this); }
const_iterator
begin() const
{ return const_iterator(_Base::begin(), this); }
iterator
end()
{ return iterator(_Base::end(), this); }
const_iterator
end() const
{ return const_iterator(_Base::end(), this); }
reverse_iterator
rbegin()
{ return reverse_iterator(end()); }
const_reverse_iterator
rbegin() const
{ return const_reverse_iterator(end()); }
reverse_iterator
rend()
{ return reverse_iterator(begin()); }
const_reverse_iterator
rend() const
{ return const_reverse_iterator(begin()); }
#ifdef __GXX_EXPERIMENTAL_CXX0X__
const_iterator
cbegin() const
{ return const_iterator(_Base::begin(), this); }
const_iterator
cend() const
{ return const_iterator(_Base::end(), this); }
const_reverse_iterator
crbegin() const
{ return const_reverse_iterator(end()); }
const_reverse_iterator
crend() const
{ return const_reverse_iterator(begin()); }
#endif
// capacity:
using _Base::empty;
using _Base::size;
using _Base::max_size;
// modifiers:
iterator
insert(const value_type& __x)
{ return iterator(_Base::insert(__x), this); }
#ifdef __GXX_EXPERIMENTAL_CXX0X__
template<typename _Pair, typename = typename
std::enable_if<std::is_convertible<_Pair,
value_type>::value>::type>
iterator
insert(_Pair&& __x)
{ return iterator(_Base::insert(std::forward<_Pair>(__x)), this); }
#endif
#ifdef __GXX_EXPERIMENTAL_CXX0X__
void
insert(std::initializer_list<value_type> __list)
{ _Base::insert(__list); }
#endif
iterator
#ifdef __GXX_EXPERIMENTAL_CXX0X__
insert(const_iterator __position, const value_type& __x)
#else
insert(iterator __position, const value_type& __x)
#endif
{
__glibcxx_check_insert(__position);
return iterator(_Base::insert(__position.base(), __x), this);
}
#ifdef __GXX_EXPERIMENTAL_CXX0X__
template<typename _Pair, typename = typename
std::enable_if<std::is_convertible<_Pair,
value_type>::value>::type>
iterator
insert(const_iterator __position, _Pair&& __x)
{
__glibcxx_check_insert(__position);
return iterator(_Base::insert(__position.base(),
std::forward<_Pair>(__x)), this);
}
#endif
template<typename _InputIterator>
void
insert(_InputIterator __first, _InputIterator __last)
{
__glibcxx_check_valid_range(__first, __last);
_Base::insert(__gnu_debug::__base(__first),
__gnu_debug::__base(__last));
}
#ifdef __GXX_EXPERIMENTAL_CXX0X__
iterator
erase(const_iterator __position)
{
__glibcxx_check_erase(__position);
this->_M_invalidate_if(_Equal(__position.base()));
return iterator(_Base::erase(__position.base()), this);
}
#else
void
erase(iterator __position)
{
__glibcxx_check_erase(__position);
this->_M_invalidate_if(_Equal(__position.base()));
_Base::erase(__position.base());
}
#endif
size_type
erase(const key_type& __x)
{
std::pair<_Base_iterator, _Base_iterator> __victims =
_Base::equal_range(__x);
size_type __count = 0;
_Base_iterator __victim = __victims.first;
while (__victim != __victims.second)
{
this->_M_invalidate_if(_Equal(__victim));
_Base::erase(__victim++);
++__count;
}
return __count;
}
#ifdef __GXX_EXPERIMENTAL_CXX0X__
iterator
erase(const_iterator __first, const_iterator __last)
{
// _GLIBCXX_RESOLVE_LIB_DEFECTS
// 151. can't currently clear() empty container
__glibcxx_check_erase_range(__first, __last);
for (_Base_const_iterator __victim = __first.base();
__victim != __last.base(); ++__victim)
{
_GLIBCXX_DEBUG_VERIFY(__victim != _Base::end(),
_M_message(__gnu_debug::__msg_valid_range)
._M_iterator(__first, "first")
._M_iterator(__last, "last"));
this->_M_invalidate_if(_Equal(__victim));
}
return iterator(_Base::erase(__first.base(), __last.base()), this);
}
#else
void
erase(iterator __first, iterator __last)
{
// _GLIBCXX_RESOLVE_LIB_DEFECTS
// 151. can't currently clear() empty container
__glibcxx_check_erase_range(__first, __last);
for (_Base_iterator __victim = __first.base();
__victim != __last.base(); ++__victim)
{
_GLIBCXX_DEBUG_VERIFY(__victim != _Base::end(),
_M_message(__gnu_debug::__msg_valid_range)
._M_iterator(__first, "first")
._M_iterator(__last, "last"));
this->_M_invalidate_if(_Equal(__victim));
}
_Base::erase(__first.base(), __last.base());
}
#endif
void
swap(multimap& __x)
{
_Base::swap(__x);
this->_M_swap(__x);
}
void
clear()
{
this->_M_invalidate_all();
_Base::clear();
}
// observers:
using _Base::key_comp;
using _Base::value_comp;
// 23.3.1.3 multimap operations:
iterator
find(const key_type& __x)
{ return iterator(_Base::find(__x), this); }
const_iterator
find(const key_type& __x) const
{ return const_iterator(_Base::find(__x), this); }
using _Base::count;
iterator
lower_bound(const key_type& __x)
{ return iterator(_Base::lower_bound(__x), this); }
const_iterator
lower_bound(const key_type& __x) const
{ return const_iterator(_Base::lower_bound(__x), this); }
iterator
upper_bound(const key_type& __x)
{ return iterator(_Base::upper_bound(__x), this); }
const_iterator
upper_bound(const key_type& __x) const
{ return const_iterator(_Base::upper_bound(__x), this); }
std::pair<iterator,iterator>
equal_range(const key_type& __x)
{
std::pair<_Base_iterator, _Base_iterator> __res =
_Base::equal_range(__x);
return std::make_pair(iterator(__res.first, this),
iterator(__res.second, this));
}
std::pair<const_iterator,const_iterator>
equal_range(const key_type& __x) const
{
std::pair<_Base_const_iterator, _Base_const_iterator> __res =
_Base::equal_range(__x);
return std::make_pair(const_iterator(__res.first, this),
const_iterator(__res.second, this));
}
_Base&
_M_base() { return *this; }
const _Base&
_M_base() const { return *this; }
private:
void
_M_invalidate_all()
{
typedef __gnu_debug::_Not_equal_to<_Base_const_iterator> _Not_equal;
this->_M_invalidate_if(_Not_equal(_Base::end()));
}
};
template<typename _Key, typename _Tp,
typename _Compare, typename _Allocator>
inline bool
operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs)
{ return __lhs._M_base() == __rhs._M_base(); }
template<typename _Key, typename _Tp,
typename _Compare, typename _Allocator>
inline bool
operator!=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs)
{ return __lhs._M_base() != __rhs._M_base(); }
template<typename _Key, typename _Tp,
typename _Compare, typename _Allocator>
inline bool
operator<(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs)
{ return __lhs._M_base() < __rhs._M_base(); }
template<typename _Key, typename _Tp,
typename _Compare, typename _Allocator>
inline bool
operator<=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs)
{ return __lhs._M_base() <= __rhs._M_base(); }
template<typename _Key, typename _Tp,
typename _Compare, typename _Allocator>
inline bool
operator>=(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs)
{ return __lhs._M_base() >= __rhs._M_base(); }
template<typename _Key, typename _Tp,
typename _Compare, typename _Allocator>
inline bool
operator>(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs)
{ return __lhs._M_base() > __rhs._M_base(); }
template<typename _Key, typename _Tp,
typename _Compare, typename _Allocator>
inline void
swap(multimap<_Key, _Tp, _Compare, _Allocator>& __lhs,
multimap<_Key, _Tp, _Compare, _Allocator>& __rhs)
{ __lhs.swap(__rhs); }
} // namespace __debug
} // namespace std
#endif
| [
"mrmoss@alaska.edu"
] | mrmoss@alaska.edu |
b8190a0afe0a71c1a3e6d5b048ed13c9001b0f5f | 5456502f97627278cbd6e16d002d50f1de3da7bb | /chrome/browser/sessions/restore_on_startup_policy_handler.h | fe0ff3e74b69b198ce663998e41091a6d358de6b | [
"BSD-3-Clause"
] | permissive | TrellixVulnTeam/Chromium_7C66 | 72d108a413909eb3bd36c73a6c2f98de1573b6e5 | c8649ab2a0f5a747369ed50351209a42f59672ee | refs/heads/master | 2023-03-16T12:51:40.231959 | 2017-12-20T10:38:26 | 2017-12-20T10:38:26 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,158 | h | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_SESSIONS_RESTORE_ON_STARTUP_POLICY_HANDLER_H_
#define CHROME_BROWSER_SESSIONS_RESTORE_ON_STARTUP_POLICY_HANDLER_H_
#include "base/macros.h"
#include "components/policy/core/browser/configuration_policy_handler.h"
class PrefValueMap;
namespace policy {
class PolicyErrorMap;
class PolicyMap;
// Handles RestoreOnStartup policy.
class RestoreOnStartupPolicyHandler : public TypeCheckingPolicyHandler {
public:
RestoreOnStartupPolicyHandler();
~RestoreOnStartupPolicyHandler() override;
// ConfigurationPolicyHandler methods:
bool CheckPolicySettings(const PolicyMap& policies,
PolicyErrorMap* errors) override;
void ApplyPolicySettings(const PolicyMap& policies,
PrefValueMap* prefs) override;
private:
DISALLOW_COPY_AND_ASSIGN(RestoreOnStartupPolicyHandler);
};
} // namespace policy
#endif // CHROME_BROWSER_SESSIONS_RESTORE_ON_STARTUP_POLICY_HANDLER_H_
| [
"lixiaodonglove7@aliyun.com"
] | lixiaodonglove7@aliyun.com |
ba55f98b0601fd9092c0d411a7fa9698a223e875 | 54ca9947b3a7d9697226baefb29e705fdda7f232 | /install/rtt_typelib/include/rtt/typelib/TypelibMarshallerBase.hpp | 23edf1c53bc14c159d0417fea69b87fa3a4292fa | [] | no_license | alri02/workspace | 11e440633cc4f77d70345c867c3fd98e340d7843 | 056dcdb539352e09bc174c2dea6064011a1fd340 | refs/heads/master | 2023-01-23T09:55:36.027304 | 2020-07-16T23:54:48 | 2020-07-16T23:54:48 | 250,555,272 | 0 | 0 | null | 2023-01-20T22:01:14 | 2020-03-27T14:26:07 | C++ | UTF-8 | C++ | false | false | 8,525 | hpp | /* Generated from orogen/lib/orogen/templates/typekit/typelib/TypelibMarshallerBase.hpp */
#ifndef OROGEN_TYPELIB_MARSHALLER_BASE_HPP
#define OROGEN_TYPELIB_MARSHALLER_BASE_HPP
#include <rtt/types/TypeTransporter.hpp>
#include <typelib/value_ops.hh>
namespace orogen_transports
{
static const int TYPELIB_MARSHALLER_ID = 42;
class TypelibMarshallerBase : public RTT::types::TypeTransporter
{
bool m_plain;
Typelib::Registry const* registry;
Typelib::Type const* type_def;
Typelib::MemoryLayout layout;
std::string m_typename_typelib;
std::string m_typename_orocos;
public:
struct Handle;
TypelibMarshallerBase(bool plain_type,
std::string const& typelib_typename,
std::string const& orocos_typename,
Typelib::Registry const& registry);
/** Returns the typelib registry that defines this type
*/
Typelib::Registry const& getRegistry() const;
/** Returns true if the underlying orocos type can be manipulated by
* typelib directly and false otherwise
*/
bool isPlainTypelibType() const;
/** Returns the Typelib-friendly type name for this marshaller. I.e. the
* type name for the pointer returned by getTypelibData.
*
* I.e. if the type is opaque, it is the name of the intermediate type.
* Otherwise, it is the type name itself.
*/
char const* getMarshallingType() const;
/** \overload
*/
void setTypelibSample(Handle* data, Typelib::Value typelib_data, bool refresh_orocos = true);
/** Updates the sample handler by using a data sample that Typelib
* understands. +typelib_data+ must be pointing to an object whose type
* is the one returned by getMarshallingType.
*
* The handle will then point directly to the given data sample, i.e.
* calls to \c read might modify that sample directly.
*
* The ownership of \c typelib_data is retained by the caller. I.e. it
* has to delete it.
*/
virtual void setTypelibSample(Handle* data, uint8_t* typelib_data, bool refresh_orocos = true) = 0;
/** Updates the sample handler by using a data sample that Typelib
* understands. +typelib_data+ must be pointing to an object whose type
* is the one returned by getMarshallingType.
*
* The handle will then point directly to the given data sample, i.e.
* calls to \c read might modify that sample directly.
*
* The ownership of \c typelib_data is retained by the caller. I.e. it
* has to delete it.
*/
virtual void setOrocosSample(Handle* data, void* sample, bool refresh_typelib = true) = 0;
/** Updates the value of data->orocos_sample based on the data in
* data->typelib_sample
*/
virtual void refreshOrocosSample(Handle* data) = 0;
/** Updates the value of data->typelib_sample based on the data in
* data->orocos_sample
*/
virtual void refreshTypelibSample(Handle* handle) = 0;
/** Returns a type-pruned pointer to an object that Typelib understands.
* This object is of the type returned by getMarshallingType
*
* If this handle has ownership of the sample, it is kept (i.e. not
* passed along). Note that the sample would need to have been
* either explicitly set or explicitly refreshed for this value to be
* non-NULL.
*/
uint8_t* getTypelibSample(Handle* sample);
/** Returns a type-pruned pointer to an object that Typelib understands.
* This object is of the type returned by getMarshallingType
*
* If this handle has ownership of the sample, it is kept (i.e. not
* passed along). Note that the sample would need to have been
* either explicitly set or explicitly refreshed for this value to be
* non-NULL.
*/
uint8_t* getOrocosSample(Handle* sample);
/** Returns a type-pruned pointer to the C++ object, and passes
* ownership along
*/
virtual uint8_t* releaseOrocosSample(Handle* sample) = 0;
/** Creates a sample handler, which is an opaque type used to
* read/write/marshal data. Unlike createHandle(), the handle returned
* by this method already contains a preallocated data sample. It can
* therefore be used as-is for readPort.
*/
virtual Handle* createSample() = 0;
/** Creates a sample handler, which is an opaque type used to
* read/write/marshal data. Unlike createSample(), the handle returned
* by this method does not contain any preallocated data sample. Using
* it in readPort will cause memory allocation.
*/
Handle* createHandle();
/** Destroys the orocos-related data sample that is stored in \c data.
*
* For non-opaque types, this is the same than destroyOrocosSample and
* destroyData. It is different only for opaque types.
*/
virtual void deleteOrocosSample(Handle* data) = 0;
/** Destroys the typelib-related data sample that is stored in \c data.
*
* For non-opaque types, this is the same than destroyTypelibSample and
* destroyData. It is different only for opaque types.
*/
virtual void deleteTypelibSample(Handle* data) = 0;
/** Destroys the sample handle and the data it owns.
*
* What is actually deleted depends on how the handle has been used. For
* instance, if setTypelibSample has been used, then the sample will not
* be deleted.
*/
void deleteHandle(Handle* data);
/** Returns a data source that can be used to modify the Orocos sample
* stored in this handle
*/
virtual RTT::base::DataSourceBase::shared_ptr getDataSource(Handle* handle) = 0;
/** Writes the data from from the handle into the data source
*/
virtual void writeDataSource(RTT::base::DataSourceBase& source, Handle const* handle) = 0;
/** Reads the data from a data source a handle
*/
virtual bool readDataSource(RTT::base::DataSourceBase& source, Handle* handle) = 0;
/** Returns the marshalled size for the given data sample
*/
size_t getMarshallingSize(Handle const* sample) const;
/** Marshals the given sample directly on to a file
*/
void marshal(int fd, Handle* sample);
/** Marshals the given sample directly on to a C++ stream
*/
void marshal(std::ostream& stream, Handle* sample);
/** Marshals the given sample into a memory buffer
*/
void marshal(std::vector<uint8_t>& buffer, Handle* sample);
/** Marshals the given sample into a memory buffer
*/
int marshal(void* buffer, int buffer_size, Handle* sample);
/** Update the sample in +sample+ from the marshalled data in +buffer+
*/
virtual void unmarshal(std::vector<uint8_t>& buffer, Handle* sample);
/** Update the sample in +sample+ from the marshalled data in +buffer+
*/
virtual void unmarshal(void const* buffer, int buffer_size, Handle* sample);
virtual RTT::base::ChannelElementBase::shared_ptr createStream(RTT::base::PortInterface* port, const RTT::ConnPolicy& policy, bool is_sender) const
{ return RTT::base::ChannelElementBase::shared_ptr(); }
};
/** Given a typelib value, returns the corresponding opaque value
*
* The caller is the owner of the memory. He is responsible to cast it to
* the right type, and delete it. The string is the type name of the opaque
* value.
*
* Note that for values that are typelib-compatible, a copy of the input is
* returned so that the ownership constraint outlined above is met.
*
* It relies on using the RTT type system to find the right
* TypelibMarshallerBase object.
*/
void* getOpaqueValue(std::string const& expected_type, Typelib::Value value);
/** Returns a TypelibMarshallerBase object that can handle the provided type
*/
orogen_transports::TypelibMarshallerBase* getMarshallerFor(std::string const& type);
}
#endif
| [
"alveena.rifat@dfki.de"
] | alveena.rifat@dfki.de |
c979aff7d3baa8d8f30151f49729d41508772c93 | 3ba3eea0697ca5a1bfc387aa08a26b3c7d77b28c | /include/llvm/Analysis/LoopInfo.h | 30add2789f842a639617d567eb32bca0daf336b6 | [
"LLVM-exception",
"LicenseRef-scancode-generic-cla",
"NCSA",
"Apache-2.0",
"MIT",
"LicenseRef-scancode-arm-llvm-sga"
] | permissive | crdroidandroid/android_prebuilts_clang_host_linux-x86_clang-6364210 | ebe2778e5ffaaca1fcaa07387c4ddda55c37d30e | 8b2b145b86a29b52ccb0f8a9b3f030a31123081b | refs/heads/10.0 | 2022-12-21T23:44:14.147408 | 2022-12-15T16:53:23 | 2022-12-15T16:53:23 | 254,852,815 | 1 | 2 | NOASSERTION | 2022-12-15T16:53:24 | 2020-04-11T11:26:55 | C++ | UTF-8 | C++ | false | false | 48,410 | h | //===- llvm/Analysis/LoopInfo.h - Natural Loop Calculator -------*- C++ -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
// This file defines the LoopInfo class that is used to identify natural loops
// and determine the loop depth of various nodes of the CFG. A natural loop
// has exactly one entry-point, which is called the header. Note that natural
// loops may actually be several loops that share the same header node.
//
// This analysis calculates the nesting structure of loops in a function. For
// each natural loop identified, this analysis identifies natural loops
// contained entirely within the loop and the basic blocks the make up the loop.
//
// It can calculate on the fly various bits of information, for example:
//
// * whether there is a preheader for the loop
// * the number of back edges to the header
// * whether or not a particular block branches out of the loop
// * the successor blocks of the loop
// * the loop depth
// * etc...
//
// Note that this analysis specifically identifies *Loops* not cycles or SCCs
// in the CFG. There can be strongly connected components in the CFG which
// this analysis will not recognize and that will not be represented by a Loop
// instance. In particular, a Loop might be inside such a non-loop SCC, or a
// non-loop SCC might contain a sub-SCC which is a Loop.
//
// For an overview of terminology used in this API (and thus all of our loop
// analyses or transforms), see docs/LoopTerminology.rst.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_ANALYSIS_LOOPINFO_H
#define LLVM_ANALYSIS_LOOPINFO_H
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/DenseSet.h"
#include "llvm/ADT/GraphTraits.h"
#include "llvm/ADT/SmallPtrSet.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/IR/CFG.h"
#include "llvm/IR/Instruction.h"
#include "llvm/IR/Instructions.h"
#include "llvm/IR/PassManager.h"
#include "llvm/Pass.h"
#include "llvm/Support/Allocator.h"
#include <algorithm>
#include <utility>
namespace llvm {
class DominatorTree;
class LoopInfo;
class Loop;
class InductionDescriptor;
class MDNode;
class MemorySSAUpdater;
class PHINode;
class ScalarEvolution;
class raw_ostream;
template <class N, bool IsPostDom> class DominatorTreeBase;
template <class N, class M> class LoopInfoBase;
template <class N, class M> class LoopBase;
//===----------------------------------------------------------------------===//
/// Instances of this class are used to represent loops that are detected in the
/// flow graph.
///
template <class BlockT, class LoopT> class LoopBase {
LoopT *ParentLoop;
// Loops contained entirely within this one.
std::vector<LoopT *> SubLoops;
// The list of blocks in this loop. First entry is the header node.
std::vector<BlockT *> Blocks;
SmallPtrSet<const BlockT *, 8> DenseBlockSet;
#if LLVM_ENABLE_ABI_BREAKING_CHECKS
/// Indicator that this loop is no longer a valid loop.
bool IsInvalid = false;
#endif
LoopBase(const LoopBase<BlockT, LoopT> &) = delete;
const LoopBase<BlockT, LoopT> &
operator=(const LoopBase<BlockT, LoopT> &) = delete;
public:
/// Return the nesting level of this loop. An outer-most loop has depth 1,
/// for consistency with loop depth values used for basic blocks, where depth
/// 0 is used for blocks not inside any loops.
unsigned getLoopDepth() const {
assert(!isInvalid() && "Loop not in a valid state!");
unsigned D = 1;
for (const LoopT *CurLoop = ParentLoop; CurLoop;
CurLoop = CurLoop->ParentLoop)
++D;
return D;
}
BlockT *getHeader() const { return getBlocks().front(); }
LoopT *getParentLoop() const { return ParentLoop; }
/// This is a raw interface for bypassing addChildLoop.
void setParentLoop(LoopT *L) {
assert(!isInvalid() && "Loop not in a valid state!");
ParentLoop = L;
}
/// Return true if the specified loop is contained within in this loop.
bool contains(const LoopT *L) const {
assert(!isInvalid() && "Loop not in a valid state!");
if (L == this)
return true;
if (!L)
return false;
return contains(L->getParentLoop());
}
/// Return true if the specified basic block is in this loop.
bool contains(const BlockT *BB) const {
assert(!isInvalid() && "Loop not in a valid state!");
return DenseBlockSet.count(BB);
}
/// Return true if the specified instruction is in this loop.
template <class InstT> bool contains(const InstT *Inst) const {
return contains(Inst->getParent());
}
/// Return the loops contained entirely within this loop.
const std::vector<LoopT *> &getSubLoops() const {
assert(!isInvalid() && "Loop not in a valid state!");
return SubLoops;
}
std::vector<LoopT *> &getSubLoopsVector() {
assert(!isInvalid() && "Loop not in a valid state!");
return SubLoops;
}
typedef typename std::vector<LoopT *>::const_iterator iterator;
typedef
typename std::vector<LoopT *>::const_reverse_iterator reverse_iterator;
iterator begin() const { return getSubLoops().begin(); }
iterator end() const { return getSubLoops().end(); }
reverse_iterator rbegin() const { return getSubLoops().rbegin(); }
reverse_iterator rend() const { return getSubLoops().rend(); }
bool empty() const { return getSubLoops().empty(); }
/// Get a list of the basic blocks which make up this loop.
ArrayRef<BlockT *> getBlocks() const {
assert(!isInvalid() && "Loop not in a valid state!");
return Blocks;
}
typedef typename ArrayRef<BlockT *>::const_iterator block_iterator;
block_iterator block_begin() const { return getBlocks().begin(); }
block_iterator block_end() const { return getBlocks().end(); }
inline iterator_range<block_iterator> blocks() const {
assert(!isInvalid() && "Loop not in a valid state!");
return make_range(block_begin(), block_end());
}
/// Get the number of blocks in this loop in constant time.
/// Invalidate the loop, indicating that it is no longer a loop.
unsigned getNumBlocks() const {
assert(!isInvalid() && "Loop not in a valid state!");
return Blocks.size();
}
/// Return a direct, mutable handle to the blocks vector so that we can
/// mutate it efficiently with techniques like `std::remove`.
std::vector<BlockT *> &getBlocksVector() {
assert(!isInvalid() && "Loop not in a valid state!");
return Blocks;
}
/// Return a direct, mutable handle to the blocks set so that we can
/// mutate it efficiently.
SmallPtrSetImpl<const BlockT *> &getBlocksSet() {
assert(!isInvalid() && "Loop not in a valid state!");
return DenseBlockSet;
}
/// Return a direct, immutable handle to the blocks set.
const SmallPtrSetImpl<const BlockT *> &getBlocksSet() const {
assert(!isInvalid() && "Loop not in a valid state!");
return DenseBlockSet;
}
/// Return true if this loop is no longer valid. The only valid use of this
/// helper is "assert(L.isInvalid())" or equivalent, since IsInvalid is set to
/// true by the destructor. In other words, if this accessor returns true,
/// the caller has already triggered UB by calling this accessor; and so it
/// can only be called in a context where a return value of true indicates a
/// programmer error.
bool isInvalid() const {
#if LLVM_ENABLE_ABI_BREAKING_CHECKS
return IsInvalid;
#else
return false;
#endif
}
/// True if terminator in the block can branch to another block that is
/// outside of the current loop. \p BB must be inside the loop.
bool isLoopExiting(const BlockT *BB) const {
assert(!isInvalid() && "Loop not in a valid state!");
assert(contains(BB) && "Exiting block must be part of the loop");
for (const auto &Succ : children<const BlockT *>(BB)) {
if (!contains(Succ))
return true;
}
return false;
}
/// Returns true if \p BB is a loop-latch.
/// A latch block is a block that contains a branch back to the header.
/// This function is useful when there are multiple latches in a loop
/// because \fn getLoopLatch will return nullptr in that case.
bool isLoopLatch(const BlockT *BB) const {
assert(!isInvalid() && "Loop not in a valid state!");
assert(contains(BB) && "block does not belong to the loop");
BlockT *Header = getHeader();
auto PredBegin = GraphTraits<Inverse<BlockT *>>::child_begin(Header);
auto PredEnd = GraphTraits<Inverse<BlockT *>>::child_end(Header);
return std::find(PredBegin, PredEnd, BB) != PredEnd;
}
/// Calculate the number of back edges to the loop header.
unsigned getNumBackEdges() const {
assert(!isInvalid() && "Loop not in a valid state!");
unsigned NumBackEdges = 0;
BlockT *H = getHeader();
for (const auto Pred : children<Inverse<BlockT *>>(H))
if (contains(Pred))
++NumBackEdges;
return NumBackEdges;
}
//===--------------------------------------------------------------------===//
// APIs for simple analysis of the loop.
//
// Note that all of these methods can fail on general loops (ie, there may not
// be a preheader, etc). For best success, the loop simplification and
// induction variable canonicalization pass should be used to normalize loops
// for easy analysis. These methods assume canonical loops.
/// Return all blocks inside the loop that have successors outside of the
/// loop. These are the blocks _inside of the current loop_ which branch out.
/// The returned list is always unique.
void getExitingBlocks(SmallVectorImpl<BlockT *> &ExitingBlocks) const;
/// If getExitingBlocks would return exactly one block, return that block.
/// Otherwise return null.
BlockT *getExitingBlock() const;
/// Return all of the successor blocks of this loop. These are the blocks
/// _outside of the current loop_ which are branched to.
void getExitBlocks(SmallVectorImpl<BlockT *> &ExitBlocks) const;
/// If getExitBlocks would return exactly one block, return that block.
/// Otherwise return null.
BlockT *getExitBlock() const;
/// Return true if no exit block for the loop has a predecessor that is
/// outside the loop.
bool hasDedicatedExits() const;
/// Return all unique successor blocks of this loop.
/// These are the blocks _outside of the current loop_ which are branched to.
void getUniqueExitBlocks(SmallVectorImpl<BlockT *> &ExitBlocks) const;
/// Return all unique successor blocks of this loop except successors from
/// Latch block are not considered. If the exit comes from Latch has also
/// non Latch predecessor in a loop it will be added to ExitBlocks.
/// These are the blocks _outside of the current loop_ which are branched to.
void getUniqueNonLatchExitBlocks(SmallVectorImpl<BlockT *> &ExitBlocks) const;
/// If getUniqueExitBlocks would return exactly one block, return that block.
/// Otherwise return null.
BlockT *getUniqueExitBlock() const;
/// Edge type.
typedef std::pair<BlockT *, BlockT *> Edge;
/// Return all pairs of (_inside_block_,_outside_block_).
void getExitEdges(SmallVectorImpl<Edge> &ExitEdges) const;
/// If there is a preheader for this loop, return it. A loop has a preheader
/// if there is only one edge to the header of the loop from outside of the
/// loop. If this is the case, the block branching to the header of the loop
/// is the preheader node.
///
/// This method returns null if there is no preheader for the loop.
BlockT *getLoopPreheader() const;
/// If the given loop's header has exactly one unique predecessor outside the
/// loop, return it. Otherwise return null.
/// This is less strict that the loop "preheader" concept, which requires
/// the predecessor to have exactly one successor.
BlockT *getLoopPredecessor() const;
/// If there is a single latch block for this loop, return it.
/// A latch block is a block that contains a branch back to the header.
BlockT *getLoopLatch() const;
/// Return all loop latch blocks of this loop. A latch block is a block that
/// contains a branch back to the header.
void getLoopLatches(SmallVectorImpl<BlockT *> &LoopLatches) const {
assert(!isInvalid() && "Loop not in a valid state!");
BlockT *H = getHeader();
for (const auto Pred : children<Inverse<BlockT *>>(H))
if (contains(Pred))
LoopLatches.push_back(Pred);
}
/// Return all inner loops in the loop nest rooted by the loop in preorder,
/// with siblings in forward program order.
template <class Type>
static void getInnerLoopsInPreorder(const LoopT &L,
SmallVectorImpl<Type> &PreOrderLoops) {
SmallVector<LoopT *, 4> PreOrderWorklist;
PreOrderWorklist.append(L.rbegin(), L.rend());
while (!PreOrderWorklist.empty()) {
LoopT *L = PreOrderWorklist.pop_back_val();
// Sub-loops are stored in forward program order, but will process the
// worklist backwards so append them in reverse order.
PreOrderWorklist.append(L->rbegin(), L->rend());
PreOrderLoops.push_back(L);
}
}
/// Return all loops in the loop nest rooted by the loop in preorder, with
/// siblings in forward program order.
SmallVector<const LoopT *, 4> getLoopsInPreorder() const {
SmallVector<const LoopT *, 4> PreOrderLoops;
const LoopT *CurLoop = static_cast<const LoopT *>(this);
PreOrderLoops.push_back(CurLoop);
getInnerLoopsInPreorder(*CurLoop, PreOrderLoops);
return PreOrderLoops;
}
SmallVector<LoopT *, 4> getLoopsInPreorder() {
SmallVector<LoopT *, 4> PreOrderLoops;
LoopT *CurLoop = static_cast<LoopT *>(this);
PreOrderLoops.push_back(CurLoop);
getInnerLoopsInPreorder(*CurLoop, PreOrderLoops);
return PreOrderLoops;
}
//===--------------------------------------------------------------------===//
// APIs for updating loop information after changing the CFG
//
/// This method is used by other analyses to update loop information.
/// NewBB is set to be a new member of the current loop.
/// Because of this, it is added as a member of all parent loops, and is added
/// to the specified LoopInfo object as being in the current basic block. It
/// is not valid to replace the loop header with this method.
void addBasicBlockToLoop(BlockT *NewBB, LoopInfoBase<BlockT, LoopT> &LI);
/// This is used when splitting loops up. It replaces the OldChild entry in
/// our children list with NewChild, and updates the parent pointer of
/// OldChild to be null and the NewChild to be this loop.
/// This updates the loop depth of the new child.
void replaceChildLoopWith(LoopT *OldChild, LoopT *NewChild);
/// Add the specified loop to be a child of this loop.
/// This updates the loop depth of the new child.
void addChildLoop(LoopT *NewChild) {
assert(!isInvalid() && "Loop not in a valid state!");
assert(!NewChild->ParentLoop && "NewChild already has a parent!");
NewChild->ParentLoop = static_cast<LoopT *>(this);
SubLoops.push_back(NewChild);
}
/// This removes the specified child from being a subloop of this loop. The
/// loop is not deleted, as it will presumably be inserted into another loop.
LoopT *removeChildLoop(iterator I) {
assert(!isInvalid() && "Loop not in a valid state!");
assert(I != SubLoops.end() && "Cannot remove end iterator!");
LoopT *Child = *I;
assert(Child->ParentLoop == this && "Child is not a child of this loop!");
SubLoops.erase(SubLoops.begin() + (I - begin()));
Child->ParentLoop = nullptr;
return Child;
}
/// This removes the specified child from being a subloop of this loop. The
/// loop is not deleted, as it will presumably be inserted into another loop.
LoopT *removeChildLoop(LoopT *Child) {
return removeChildLoop(llvm::find(*this, Child));
}
/// This adds a basic block directly to the basic block list.
/// This should only be used by transformations that create new loops. Other
/// transformations should use addBasicBlockToLoop.
void addBlockEntry(BlockT *BB) {
assert(!isInvalid() && "Loop not in a valid state!");
Blocks.push_back(BB);
DenseBlockSet.insert(BB);
}
/// interface to reverse Blocks[from, end of loop] in this loop
void reverseBlock(unsigned from) {
assert(!isInvalid() && "Loop not in a valid state!");
std::reverse(Blocks.begin() + from, Blocks.end());
}
/// interface to do reserve() for Blocks
void reserveBlocks(unsigned size) {
assert(!isInvalid() && "Loop not in a valid state!");
Blocks.reserve(size);
}
/// This method is used to move BB (which must be part of this loop) to be the
/// loop header of the loop (the block that dominates all others).
void moveToHeader(BlockT *BB) {
assert(!isInvalid() && "Loop not in a valid state!");
if (Blocks[0] == BB)
return;
for (unsigned i = 0;; ++i) {
assert(i != Blocks.size() && "Loop does not contain BB!");
if (Blocks[i] == BB) {
Blocks[i] = Blocks[0];
Blocks[0] = BB;
return;
}
}
}
/// This removes the specified basic block from the current loop, updating the
/// Blocks as appropriate. This does not update the mapping in the LoopInfo
/// class.
void removeBlockFromLoop(BlockT *BB) {
assert(!isInvalid() && "Loop not in a valid state!");
auto I = find(Blocks, BB);
assert(I != Blocks.end() && "N is not in this list!");
Blocks.erase(I);
DenseBlockSet.erase(BB);
}
/// Verify loop structure
void verifyLoop() const;
/// Verify loop structure of this loop and all nested loops.
void verifyLoopNest(DenseSet<const LoopT *> *Loops) const;
/// Returns true if the loop is annotated parallel.
///
/// Derived classes can override this method using static template
/// polymorphism.
bool isAnnotatedParallel() const { return false; }
/// Print loop with all the BBs inside it.
void print(raw_ostream &OS, unsigned Depth = 0, bool Verbose = false) const;
protected:
friend class LoopInfoBase<BlockT, LoopT>;
/// This creates an empty loop.
LoopBase() : ParentLoop(nullptr) {}
explicit LoopBase(BlockT *BB) : ParentLoop(nullptr) {
Blocks.push_back(BB);
DenseBlockSet.insert(BB);
}
// Since loop passes like SCEV are allowed to key analysis results off of
// `Loop` pointers, we cannot re-use pointers within a loop pass manager.
// This means loop passes should not be `delete` ing `Loop` objects directly
// (and risk a later `Loop` allocation re-using the address of a previous one)
// but should be using LoopInfo::markAsRemoved, which keeps around the `Loop`
// pointer till the end of the lifetime of the `LoopInfo` object.
//
// To make it easier to follow this rule, we mark the destructor as
// non-public.
~LoopBase() {
for (auto *SubLoop : SubLoops)
SubLoop->~LoopT();
#if LLVM_ENABLE_ABI_BREAKING_CHECKS
IsInvalid = true;
#endif
SubLoops.clear();
Blocks.clear();
DenseBlockSet.clear();
ParentLoop = nullptr;
}
};
template <class BlockT, class LoopT>
raw_ostream &operator<<(raw_ostream &OS, const LoopBase<BlockT, LoopT> &Loop) {
Loop.print(OS);
return OS;
}
// Implementation in LoopInfoImpl.h
extern template class LoopBase<BasicBlock, Loop>;
/// Represents a single loop in the control flow graph. Note that not all SCCs
/// in the CFG are necessarily loops.
class Loop : public LoopBase<BasicBlock, Loop> {
public:
/// A range representing the start and end location of a loop.
class LocRange {
DebugLoc Start;
DebugLoc End;
public:
LocRange() {}
LocRange(DebugLoc Start) : Start(Start), End(Start) {}
LocRange(DebugLoc Start, DebugLoc End)
: Start(std::move(Start)), End(std::move(End)) {}
const DebugLoc &getStart() const { return Start; }
const DebugLoc &getEnd() const { return End; }
/// Check for null.
///
explicit operator bool() const { return Start && End; }
};
/// Return true if the specified value is loop invariant.
bool isLoopInvariant(const Value *V) const;
/// Return true if all the operands of the specified instruction are loop
/// invariant.
bool hasLoopInvariantOperands(const Instruction *I) const;
/// If the given value is an instruction inside of the loop and it can be
/// hoisted, do so to make it trivially loop-invariant.
/// Return true if the value after any hoisting is loop invariant. This
/// function can be used as a slightly more aggressive replacement for
/// isLoopInvariant.
///
/// If InsertPt is specified, it is the point to hoist instructions to.
/// If null, the terminator of the loop preheader is used.
bool makeLoopInvariant(Value *V, bool &Changed,
Instruction *InsertPt = nullptr,
MemorySSAUpdater *MSSAU = nullptr) const;
/// If the given instruction is inside of the loop and it can be hoisted, do
/// so to make it trivially loop-invariant.
/// Return true if the instruction after any hoisting is loop invariant. This
/// function can be used as a slightly more aggressive replacement for
/// isLoopInvariant.
///
/// If InsertPt is specified, it is the point to hoist instructions to.
/// If null, the terminator of the loop preheader is used.
///
bool makeLoopInvariant(Instruction *I, bool &Changed,
Instruction *InsertPt = nullptr,
MemorySSAUpdater *MSSAU = nullptr) const;
/// Check to see if the loop has a canonical induction variable: an integer
/// recurrence that starts at 0 and increments by one each time through the
/// loop. If so, return the phi node that corresponds to it.
///
/// The IndVarSimplify pass transforms loops to have a canonical induction
/// variable.
///
PHINode *getCanonicalInductionVariable() const;
/// Obtain the unique incoming and back edge. Return false if they are
/// non-unique or the loop is dead; otherwise, return true.
bool getIncomingAndBackEdge(BasicBlock *&Incoming,
BasicBlock *&Backedge) const;
/// Below are some utilities to get the loop guard, loop bounds and induction
/// variable, and to check if a given phinode is an auxiliary induction
/// variable, if the loop is guarded, and if the loop is canonical.
///
/// Here is an example:
/// \code
/// for (int i = lb; i < ub; i+=step)
/// <loop body>
/// --- pseudo LLVMIR ---
/// beforeloop:
/// guardcmp = (lb < ub)
/// if (guardcmp) goto preheader; else goto afterloop
/// preheader:
/// loop:
/// i_1 = phi[{lb, preheader}, {i_2, latch}]
/// <loop body>
/// i_2 = i_1 + step
/// latch:
/// cmp = (i_2 < ub)
/// if (cmp) goto loop
/// exit:
/// afterloop:
/// \endcode
///
/// - getBounds
/// - getInitialIVValue --> lb
/// - getStepInst --> i_2 = i_1 + step
/// - getStepValue --> step
/// - getFinalIVValue --> ub
/// - getCanonicalPredicate --> '<'
/// - getDirection --> Increasing
///
/// - getInductionVariable --> i_1
/// - isAuxiliaryInductionVariable(x) --> true if x == i_1
/// - getLoopGuardBranch()
/// --> `if (guardcmp) goto preheader; else goto afterloop`
/// - isGuarded() --> true
/// - isCanonical --> false
struct LoopBounds {
/// Return the LoopBounds object if
/// - the given \p IndVar is an induction variable
/// - the initial value of the induction variable can be found
/// - the step instruction of the induction variable can be found
/// - the final value of the induction variable can be found
///
/// Else None.
static Optional<Loop::LoopBounds> getBounds(const Loop &L, PHINode &IndVar,
ScalarEvolution &SE);
/// Get the initial value of the loop induction variable.
Value &getInitialIVValue() const { return InitialIVValue; }
/// Get the instruction that updates the loop induction variable.
Instruction &getStepInst() const { return StepInst; }
/// Get the step that the loop induction variable gets updated by in each
/// loop iteration. Return nullptr if not found.
Value *getStepValue() const { return StepValue; }
/// Get the final value of the loop induction variable.
Value &getFinalIVValue() const { return FinalIVValue; }
/// Return the canonical predicate for the latch compare instruction, if
/// able to be calcuated. Else BAD_ICMP_PREDICATE.
///
/// A predicate is considered as canonical if requirements below are all
/// satisfied:
/// 1. The first successor of the latch branch is the loop header
/// If not, inverse the predicate.
/// 2. One of the operands of the latch comparison is StepInst
/// If not, and
/// - if the current calcuated predicate is not ne or eq, flip the
/// predicate.
/// - else if the loop is increasing, return slt
/// (notice that it is safe to change from ne or eq to sign compare)
/// - else if the loop is decreasing, return sgt
/// (notice that it is safe to change from ne or eq to sign compare)
///
/// Here is an example when both (1) and (2) are not satisfied:
/// \code
/// loop.header:
/// %iv = phi [%initialiv, %loop.preheader], [%inc, %loop.header]
/// %inc = add %iv, %step
/// %cmp = slt %iv, %finaliv
/// br %cmp, %loop.exit, %loop.header
/// loop.exit:
/// \endcode
/// - The second successor of the latch branch is the loop header instead
/// of the first successor (slt -> sge)
/// - The first operand of the latch comparison (%cmp) is the IndVar (%iv)
/// instead of the StepInst (%inc) (sge -> sgt)
///
/// The predicate would be sgt if both (1) and (2) are satisfied.
/// getCanonicalPredicate() returns sgt for this example.
/// Note: The IR is not changed.
ICmpInst::Predicate getCanonicalPredicate() const;
/// An enum for the direction of the loop
/// - for (int i = 0; i < ub; ++i) --> Increasing
/// - for (int i = ub; i > 0; --i) --> Descresing
/// - for (int i = x; i != y; i+=z) --> Unknown
enum class Direction { Increasing, Decreasing, Unknown };
/// Get the direction of the loop.
Direction getDirection() const;
private:
LoopBounds(const Loop &Loop, Value &I, Instruction &SI, Value *SV, Value &F,
ScalarEvolution &SE)
: L(Loop), InitialIVValue(I), StepInst(SI), StepValue(SV),
FinalIVValue(F), SE(SE) {}
const Loop &L;
// The initial value of the loop induction variable
Value &InitialIVValue;
// The instruction that updates the loop induction variable
Instruction &StepInst;
// The value that the loop induction variable gets updated by in each loop
// iteration
Value *StepValue;
// The final value of the loop induction variable
Value &FinalIVValue;
ScalarEvolution &SE;
};
/// Return the struct LoopBounds collected if all struct members are found,
/// else None.
Optional<LoopBounds> getBounds(ScalarEvolution &SE) const;
/// Return the loop induction variable if found, else return nullptr.
/// An instruction is considered as the loop induction variable if
/// - it is an induction variable of the loop; and
/// - it is used to determine the condition of the branch in the loop latch
///
/// Note: the induction variable doesn't need to be canonical, i.e. starts at
/// zero and increments by one each time through the loop (but it can be).
PHINode *getInductionVariable(ScalarEvolution &SE) const;
/// Get the loop induction descriptor for the loop induction variable. Return
/// true if the loop induction variable is found.
bool getInductionDescriptor(ScalarEvolution &SE,
InductionDescriptor &IndDesc) const;
/// Return true if the given PHINode \p AuxIndVar is
/// - in the loop header
/// - not used outside of the loop
/// - incremented by a loop invariant step for each loop iteration
/// - step instruction opcode should be add or sub
/// Note: auxiliary induction variable is not required to be used in the
/// conditional branch in the loop latch. (but it can be)
bool isAuxiliaryInductionVariable(PHINode &AuxIndVar,
ScalarEvolution &SE) const;
/// Return the loop guard branch, if it exists.
///
/// This currently only works on simplified loop, as it requires a preheader
/// and a latch to identify the guard. It will work on loops of the form:
/// \code
/// GuardBB:
/// br cond1, Preheader, ExitSucc <== GuardBranch
/// Preheader:
/// br Header
/// Header:
/// ...
/// br Latch
/// Latch:
/// br cond2, Header, ExitBlock
/// ExitBlock:
/// br ExitSucc
/// ExitSucc:
/// \endcode
BranchInst *getLoopGuardBranch() const;
/// Return true iff the loop is
/// - in simplify rotated form, and
/// - guarded by a loop guard branch.
bool isGuarded() const { return (getLoopGuardBranch() != nullptr); }
/// Return true if the loop induction variable starts at zero and increments
/// by one each time through the loop.
bool isCanonical(ScalarEvolution &SE) const;
/// Return true if the Loop is in LCSSA form.
bool isLCSSAForm(DominatorTree &DT) const;
/// Return true if this Loop and all inner subloops are in LCSSA form.
bool isRecursivelyLCSSAForm(DominatorTree &DT, const LoopInfo &LI) const;
/// Return true if the Loop is in the form that the LoopSimplify form
/// transforms loops to, which is sometimes called normal form.
bool isLoopSimplifyForm() const;
/// Return true if the loop body is safe to clone in practice.
bool isSafeToClone() const;
/// Returns true if the loop is annotated parallel.
///
/// A parallel loop can be assumed to not contain any dependencies between
/// iterations by the compiler. That is, any loop-carried dependency checking
/// can be skipped completely when parallelizing the loop on the target
/// machine. Thus, if the parallel loop information originates from the
/// programmer, e.g. via the OpenMP parallel for pragma, it is the
/// programmer's responsibility to ensure there are no loop-carried
/// dependencies. The final execution order of the instructions across
/// iterations is not guaranteed, thus, the end result might or might not
/// implement actual concurrent execution of instructions across multiple
/// iterations.
bool isAnnotatedParallel() const;
/// Return the llvm.loop loop id metadata node for this loop if it is present.
///
/// If this loop contains the same llvm.loop metadata on each branch to the
/// header then the node is returned. If any latch instruction does not
/// contain llvm.loop or if multiple latches contain different nodes then
/// 0 is returned.
MDNode *getLoopID() const;
/// Set the llvm.loop loop id metadata for this loop.
///
/// The LoopID metadata node will be added to each terminator instruction in
/// the loop that branches to the loop header.
///
/// The LoopID metadata node should have one or more operands and the first
/// operand should be the node itself.
void setLoopID(MDNode *LoopID) const;
/// Add llvm.loop.unroll.disable to this loop's loop id metadata.
///
/// Remove existing unroll metadata and add unroll disable metadata to
/// indicate the loop has already been unrolled. This prevents a loop
/// from being unrolled more than is directed by a pragma if the loop
/// unrolling pass is run more than once (which it generally is).
void setLoopAlreadyUnrolled();
void dump() const;
void dumpVerbose() const;
/// Return the debug location of the start of this loop.
/// This looks for a BB terminating instruction with a known debug
/// location by looking at the preheader and header blocks. If it
/// cannot find a terminating instruction with location information,
/// it returns an unknown location.
DebugLoc getStartLoc() const;
/// Return the source code span of the loop.
LocRange getLocRange() const;
StringRef getName() const {
if (BasicBlock *Header = getHeader())
if (Header->hasName())
return Header->getName();
return "<unnamed loop>";
}
private:
Loop() = default;
friend class LoopInfoBase<BasicBlock, Loop>;
friend class LoopBase<BasicBlock, Loop>;
explicit Loop(BasicBlock *BB) : LoopBase<BasicBlock, Loop>(BB) {}
~Loop() = default;
};
//===----------------------------------------------------------------------===//
/// This class builds and contains all of the top-level loop
/// structures in the specified function.
///
template <class BlockT, class LoopT> class LoopInfoBase {
// BBMap - Mapping of basic blocks to the inner most loop they occur in
DenseMap<const BlockT *, LoopT *> BBMap;
std::vector<LoopT *> TopLevelLoops;
BumpPtrAllocator LoopAllocator;
friend class LoopBase<BlockT, LoopT>;
friend class LoopInfo;
void operator=(const LoopInfoBase &) = delete;
LoopInfoBase(const LoopInfoBase &) = delete;
public:
LoopInfoBase() {}
~LoopInfoBase() { releaseMemory(); }
LoopInfoBase(LoopInfoBase &&Arg)
: BBMap(std::move(Arg.BBMap)),
TopLevelLoops(std::move(Arg.TopLevelLoops)),
LoopAllocator(std::move(Arg.LoopAllocator)) {
// We have to clear the arguments top level loops as we've taken ownership.
Arg.TopLevelLoops.clear();
}
LoopInfoBase &operator=(LoopInfoBase &&RHS) {
BBMap = std::move(RHS.BBMap);
for (auto *L : TopLevelLoops)
L->~LoopT();
TopLevelLoops = std::move(RHS.TopLevelLoops);
LoopAllocator = std::move(RHS.LoopAllocator);
RHS.TopLevelLoops.clear();
return *this;
}
void releaseMemory() {
BBMap.clear();
for (auto *L : TopLevelLoops)
L->~LoopT();
TopLevelLoops.clear();
LoopAllocator.Reset();
}
template <typename... ArgsTy> LoopT *AllocateLoop(ArgsTy &&... Args) {
LoopT *Storage = LoopAllocator.Allocate<LoopT>();
return new (Storage) LoopT(std::forward<ArgsTy>(Args)...);
}
/// iterator/begin/end - The interface to the top-level loops in the current
/// function.
///
typedef typename std::vector<LoopT *>::const_iterator iterator;
typedef
typename std::vector<LoopT *>::const_reverse_iterator reverse_iterator;
iterator begin() const { return TopLevelLoops.begin(); }
iterator end() const { return TopLevelLoops.end(); }
reverse_iterator rbegin() const { return TopLevelLoops.rbegin(); }
reverse_iterator rend() const { return TopLevelLoops.rend(); }
bool empty() const { return TopLevelLoops.empty(); }
/// Return all of the loops in the function in preorder across the loop
/// nests, with siblings in forward program order.
///
/// Note that because loops form a forest of trees, preorder is equivalent to
/// reverse postorder.
SmallVector<LoopT *, 4> getLoopsInPreorder();
/// Return all of the loops in the function in preorder across the loop
/// nests, with siblings in *reverse* program order.
///
/// Note that because loops form a forest of trees, preorder is equivalent to
/// reverse postorder.
///
/// Also note that this is *not* a reverse preorder. Only the siblings are in
/// reverse program order.
SmallVector<LoopT *, 4> getLoopsInReverseSiblingPreorder();
/// Return the inner most loop that BB lives in. If a basic block is in no
/// loop (for example the entry node), null is returned.
LoopT *getLoopFor(const BlockT *BB) const { return BBMap.lookup(BB); }
/// Same as getLoopFor.
const LoopT *operator[](const BlockT *BB) const { return getLoopFor(BB); }
/// Return the loop nesting level of the specified block. A depth of 0 means
/// the block is not inside any loop.
unsigned getLoopDepth(const BlockT *BB) const {
const LoopT *L = getLoopFor(BB);
return L ? L->getLoopDepth() : 0;
}
// True if the block is a loop header node
bool isLoopHeader(const BlockT *BB) const {
const LoopT *L = getLoopFor(BB);
return L && L->getHeader() == BB;
}
/// This removes the specified top-level loop from this loop info object.
/// The loop is not deleted, as it will presumably be inserted into
/// another loop.
LoopT *removeLoop(iterator I) {
assert(I != end() && "Cannot remove end iterator!");
LoopT *L = *I;
assert(!L->getParentLoop() && "Not a top-level loop!");
TopLevelLoops.erase(TopLevelLoops.begin() + (I - begin()));
return L;
}
/// Change the top-level loop that contains BB to the specified loop.
/// This should be used by transformations that restructure the loop hierarchy
/// tree.
void changeLoopFor(BlockT *BB, LoopT *L) {
if (!L) {
BBMap.erase(BB);
return;
}
BBMap[BB] = L;
}
/// Replace the specified loop in the top-level loops list with the indicated
/// loop.
void changeTopLevelLoop(LoopT *OldLoop, LoopT *NewLoop) {
auto I = find(TopLevelLoops, OldLoop);
assert(I != TopLevelLoops.end() && "Old loop not at top level!");
*I = NewLoop;
assert(!NewLoop->ParentLoop && !OldLoop->ParentLoop &&
"Loops already embedded into a subloop!");
}
/// This adds the specified loop to the collection of top-level loops.
void addTopLevelLoop(LoopT *New) {
assert(!New->getParentLoop() && "Loop already in subloop!");
TopLevelLoops.push_back(New);
}
/// This method completely removes BB from all data structures,
/// including all of the Loop objects it is nested in and our mapping from
/// BasicBlocks to loops.
void removeBlock(BlockT *BB) {
auto I = BBMap.find(BB);
if (I != BBMap.end()) {
for (LoopT *L = I->second; L; L = L->getParentLoop())
L->removeBlockFromLoop(BB);
BBMap.erase(I);
}
}
// Internals
static bool isNotAlreadyContainedIn(const LoopT *SubLoop,
const LoopT *ParentLoop) {
if (!SubLoop)
return true;
if (SubLoop == ParentLoop)
return false;
return isNotAlreadyContainedIn(SubLoop->getParentLoop(), ParentLoop);
}
/// Create the loop forest using a stable algorithm.
void analyze(const DominatorTreeBase<BlockT, false> &DomTree);
// Debugging
void print(raw_ostream &OS) const;
void verify(const DominatorTreeBase<BlockT, false> &DomTree) const;
/// Destroy a loop that has been removed from the `LoopInfo` nest.
///
/// This runs the destructor of the loop object making it invalid to
/// reference afterward. The memory is retained so that the *pointer* to the
/// loop remains valid.
///
/// The caller is responsible for removing this loop from the loop nest and
/// otherwise disconnecting it from the broader `LoopInfo` data structures.
/// Callers that don't naturally handle this themselves should probably call
/// `erase' instead.
void destroy(LoopT *L) {
L->~LoopT();
// Since LoopAllocator is a BumpPtrAllocator, this Deallocate only poisons
// \c L, but the pointer remains valid for non-dereferencing uses.
LoopAllocator.Deallocate(L);
}
};
// Implementation in LoopInfoImpl.h
extern template class LoopInfoBase<BasicBlock, Loop>;
class LoopInfo : public LoopInfoBase<BasicBlock, Loop> {
typedef LoopInfoBase<BasicBlock, Loop> BaseT;
friend class LoopBase<BasicBlock, Loop>;
void operator=(const LoopInfo &) = delete;
LoopInfo(const LoopInfo &) = delete;
public:
LoopInfo() {}
explicit LoopInfo(const DominatorTreeBase<BasicBlock, false> &DomTree);
LoopInfo(LoopInfo &&Arg) : BaseT(std::move(static_cast<BaseT &>(Arg))) {}
LoopInfo &operator=(LoopInfo &&RHS) {
BaseT::operator=(std::move(static_cast<BaseT &>(RHS)));
return *this;
}
/// Handle invalidation explicitly.
bool invalidate(Function &F, const PreservedAnalyses &PA,
FunctionAnalysisManager::Invalidator &);
// Most of the public interface is provided via LoopInfoBase.
/// Update LoopInfo after removing the last backedge from a loop. This updates
/// the loop forest and parent loops for each block so that \c L is no longer
/// referenced, but does not actually delete \c L immediately. The pointer
/// will remain valid until this LoopInfo's memory is released.
void erase(Loop *L);
/// Returns true if replacing From with To everywhere is guaranteed to
/// preserve LCSSA form.
bool replacementPreservesLCSSAForm(Instruction *From, Value *To) {
// Preserving LCSSA form is only problematic if the replacing value is an
// instruction.
Instruction *I = dyn_cast<Instruction>(To);
if (!I)
return true;
// If both instructions are defined in the same basic block then replacement
// cannot break LCSSA form.
if (I->getParent() == From->getParent())
return true;
// If the instruction is not defined in a loop then it can safely replace
// anything.
Loop *ToLoop = getLoopFor(I->getParent());
if (!ToLoop)
return true;
// If the replacing instruction is defined in the same loop as the original
// instruction, or in a loop that contains it as an inner loop, then using
// it as a replacement will not break LCSSA form.
return ToLoop->contains(getLoopFor(From->getParent()));
}
/// Checks if moving a specific instruction can break LCSSA in any loop.
///
/// Return true if moving \p Inst to before \p NewLoc will break LCSSA,
/// assuming that the function containing \p Inst and \p NewLoc is currently
/// in LCSSA form.
bool movementPreservesLCSSAForm(Instruction *Inst, Instruction *NewLoc) {
assert(Inst->getFunction() == NewLoc->getFunction() &&
"Can't reason about IPO!");
auto *OldBB = Inst->getParent();
auto *NewBB = NewLoc->getParent();
// Movement within the same loop does not break LCSSA (the equality check is
// to avoid doing a hashtable lookup in case of intra-block movement).
if (OldBB == NewBB)
return true;
auto *OldLoop = getLoopFor(OldBB);
auto *NewLoop = getLoopFor(NewBB);
if (OldLoop == NewLoop)
return true;
// Check if Outer contains Inner; with the null loop counting as the
// "outermost" loop.
auto Contains = [](const Loop *Outer, const Loop *Inner) {
return !Outer || Outer->contains(Inner);
};
// To check that the movement of Inst to before NewLoc does not break LCSSA,
// we need to check two sets of uses for possible LCSSA violations at
// NewLoc: the users of NewInst, and the operands of NewInst.
// If we know we're hoisting Inst out of an inner loop to an outer loop,
// then the uses *of* Inst don't need to be checked.
if (!Contains(NewLoop, OldLoop)) {
for (Use &U : Inst->uses()) {
auto *UI = cast<Instruction>(U.getUser());
auto *UBB = isa<PHINode>(UI) ? cast<PHINode>(UI)->getIncomingBlock(U)
: UI->getParent();
if (UBB != NewBB && getLoopFor(UBB) != NewLoop)
return false;
}
}
// If we know we're sinking Inst from an outer loop into an inner loop, then
// the *operands* of Inst don't need to be checked.
if (!Contains(OldLoop, NewLoop)) {
// See below on why we can't handle phi nodes here.
if (isa<PHINode>(Inst))
return false;
for (Use &U : Inst->operands()) {
auto *DefI = dyn_cast<Instruction>(U.get());
if (!DefI)
return false;
// This would need adjustment if we allow Inst to be a phi node -- the
// new use block won't simply be NewBB.
auto *DefBlock = DefI->getParent();
if (DefBlock != NewBB && getLoopFor(DefBlock) != NewLoop)
return false;
}
}
return true;
}
};
// Allow clients to walk the list of nested loops...
template <> struct GraphTraits<const Loop *> {
typedef const Loop *NodeRef;
typedef LoopInfo::iterator ChildIteratorType;
static NodeRef getEntryNode(const Loop *L) { return L; }
static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
static ChildIteratorType child_end(NodeRef N) { return N->end(); }
};
template <> struct GraphTraits<Loop *> {
typedef Loop *NodeRef;
typedef LoopInfo::iterator ChildIteratorType;
static NodeRef getEntryNode(Loop *L) { return L; }
static ChildIteratorType child_begin(NodeRef N) { return N->begin(); }
static ChildIteratorType child_end(NodeRef N) { return N->end(); }
};
/// Analysis pass that exposes the \c LoopInfo for a function.
class LoopAnalysis : public AnalysisInfoMixin<LoopAnalysis> {
friend AnalysisInfoMixin<LoopAnalysis>;
static AnalysisKey Key;
public:
typedef LoopInfo Result;
LoopInfo run(Function &F, FunctionAnalysisManager &AM);
};
/// Printer pass for the \c LoopAnalysis results.
class LoopPrinterPass : public PassInfoMixin<LoopPrinterPass> {
raw_ostream &OS;
public:
explicit LoopPrinterPass(raw_ostream &OS) : OS(OS) {}
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
};
/// Verifier pass for the \c LoopAnalysis results.
struct LoopVerifierPass : public PassInfoMixin<LoopVerifierPass> {
PreservedAnalyses run(Function &F, FunctionAnalysisManager &AM);
};
/// The legacy pass manager's analysis pass to compute loop information.
class LoopInfoWrapperPass : public FunctionPass {
LoopInfo LI;
public:
static char ID; // Pass identification, replacement for typeid
LoopInfoWrapperPass();
LoopInfo &getLoopInfo() { return LI; }
const LoopInfo &getLoopInfo() const { return LI; }
/// Calculate the natural loop information for a given function.
bool runOnFunction(Function &F) override;
void verifyAnalysis() const override;
void releaseMemory() override { LI.releaseMemory(); }
void print(raw_ostream &O, const Module *M = nullptr) const override;
void getAnalysisUsage(AnalysisUsage &AU) const override;
};
/// Function to print a loop's contents as LLVM's text IR assembly.
void printLoop(Loop &L, raw_ostream &OS, const std::string &Banner = "");
/// Find and return the loop attribute node for the attribute @p Name in
/// @p LoopID. Return nullptr if there is no such attribute.
MDNode *findOptionMDForLoopID(MDNode *LoopID, StringRef Name);
/// Find string metadata for a loop.
///
/// Returns the MDNode where the first operand is the metadata's name. The
/// following operands are the metadata's values. If no metadata with @p Name is
/// found, return nullptr.
MDNode *findOptionMDForLoop(const Loop *TheLoop, StringRef Name);
/// Return whether an MDNode might represent an access group.
///
/// Access group metadata nodes have to be distinct and empty. Being
/// always-empty ensures that it never needs to be changed (which -- because
/// MDNodes are designed immutable -- would require creating a new MDNode). Note
/// that this is not a sufficient condition: not every distinct and empty NDNode
/// is representing an access group.
bool isValidAsAccessGroup(MDNode *AccGroup);
/// Create a new LoopID after the loop has been transformed.
///
/// This can be used when no follow-up loop attributes are defined
/// (llvm::makeFollowupLoopID returning None) to stop transformations to be
/// applied again.
///
/// @param Context The LLVMContext in which to create the new LoopID.
/// @param OrigLoopID The original LoopID; can be nullptr if the original
/// loop has no LoopID.
/// @param RemovePrefixes Remove all loop attributes that have these prefixes.
/// Use to remove metadata of the transformation that has
/// been applied.
/// @param AddAttrs Add these loop attributes to the new LoopID.
///
/// @return A new LoopID that can be applied using Loop::setLoopID().
llvm::MDNode *
makePostTransformationMetadata(llvm::LLVMContext &Context, MDNode *OrigLoopID,
llvm::ArrayRef<llvm::StringRef> RemovePrefixes,
llvm::ArrayRef<llvm::MDNode *> AddAttrs);
} // End llvm namespace
#endif
| [
"neobuddy89@gmail.com"
] | neobuddy89@gmail.com |
8025dde0c7731a99297c61fe91aae38147de4144 | 51a0ef26647df5c27226ecd4eb45a35a8a023968 | /lecture2/rotation.cpp | cb126d720b6c862b56b4a4e8a1bac7a43b9adbc0 | [] | no_license | jha-prachi/dsa | c1855e203f76f9788c17499fe2524b90b9f83488 | 14781792a41020d07ac7a32511addd4813e8e3d6 | refs/heads/master | 2022-12-29T02:18:22.573415 | 2020-10-16T18:20:17 | 2020-10-16T18:20:17 | 213,044,139 | 0 | 1 | null | 2020-10-16T18:20:19 | 2019-10-05T17:43:28 | C++ | UTF-8 | C++ | false | false | 866 | cpp | #include<iostream>
using namespace std;
int digits(int n)
{
int len = 0;
while (n!=0){
len++;
n/=10;
}
return len;
}
int rotate(int n, int r){
int digit = digits(n);
r%=digit;
r =r <0 ? r + digit : r;
int mul = 1;
int divd = 1;
for(int i = 1; i<= digit; i++){
if(i <=r)
mul *= 10;
else
divd *=10;
}
int fdigits = n %divd;
int sdigits = n / divd;
return ((fdigits*mul)+sdigits);
}
int main(int argc , char **argv){
int n,r;
cout<<"enter the number :" ;
cin>>n;
cout<<"enter the number : " ;
cin>>r;
// int len=digit(n);
// r=(r>0)?r:r+len;
// r=r%len;
// cout<<"no after rotation: "<<rotate(n,len,r) ;
cout<<"no after rotation: "<<rotate(n,r) ;
} | [
"prachi.princy97@gmail.com"
] | prachi.princy97@gmail.com |
ec9627cef16d682018c8aa4ff7b3f999ca958717 | df3f609a16c98e660afba5b72cb3f429b1244a65 | /hmwk2/sphereSurfaceArea.cpp | 59d7aee2eb91130591c7e3a935caa17ade86c60f | [] | no_license | ishika-patel/FreshCode | 2abe1e11b405a4fcd868573092ec4bfef889032b | f241f05457dba504081e8c43105c5bfe7d35ee4d | refs/heads/main | 2023-01-23T06:13:37.131968 | 2020-12-07T03:16:38 | 2020-12-07T03:16:38 | 319,190,210 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 785 | cpp | /* CS1300 Fall 2019
Author: Ishika Patel
Recitation: 104 - Anuj P
Homework 2 - Problem #6 */
#include <iostream>
#include <math.h>
using namespace std;
/* Algorithm: computes the surface area of a sphere using Surface Area=4*pi*radius^2
equation. This computed SA is then input on the screen. This program uses the imported math
library
Input parameters: radius
Output: sphere surface area
Returns: none */
void sphereSurfaceArea(double radius){
double surfaceArea;
surfaceArea = 4.0 * M_PI * pow(radius,2); //surface area computation
cout << "surface area: " << surfaceArea << endl;
}
int main() {
//test1
// Expected result: surface area: 314.159
sphereSurfaceArea(5);
//test2
// expected result: surface area: 50.2655
sphereSurfaceArea(2);
} | [
"ispa0196@colorado.edu"
] | ispa0196@colorado.edu |
506872b1ad2b80c025974bc1ff3b291b1c0a5126 | a72d9357c5b43c5ae6b5b82ca16d548ac1fdd853 | /examples/chapter10_08/src/app/led/app_led.cpp | 06b98f3e1c277af63570a1c8c3d07fc5ddbd655d | [
"LicenseRef-scancode-unknown-license-reference",
"BSL-1.0",
"LGPL-3.0-only"
] | permissive | ckormanyos/real-time-cpp | d61e90e79b47d41349ba4f34633a14ea35f36d70 | 1741e058cac3b0e865602be5f747d1fe828b7f6f | refs/heads/master | 2023-08-29T02:58:32.175068 | 2023-08-28T11:48:04 | 2023-08-28T11:48:04 | 5,922,310 | 484 | 160 | BSL-1.0 | 2023-08-28T11:48:05 | 2012-09-23T13:31:08 | C++ | UTF-8 | C++ | false | false | 781 | cpp |
///////////////////////////////////////////////////////////////////////////////
// Copyright Christopher Kormanyos 2007 - 2016.
// 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)
//
#include <mcal/mcal.h>
#include <util/utility/util_time.h>
namespace app
{
namespace led
{
void task_init();
void task_func();
}
}
namespace
{
typedef util::timer<std::uint32_t> timer_type;
timer_type app_led_timer(timer_type::seconds(1U));
}
void app::led::task_init()
{
mcal::led::led0().toggle();
}
void app::led::task_func()
{
if(app_led_timer.timeout())
{
app_led_timer.start_interval(timer_type::seconds(1U));
mcal::led::led0().toggle();
}
}
| [
"ckormanyos@yahoo.com"
] | ckormanyos@yahoo.com |
b0aaffd308f81a46b192c54c946339e1a0329ebf | 9d57571ae387c5d8e610ff00fc5e5abd9aba0901 | /books/cpp solution/master.cpp | 6a9b30e298ed5a62a5d4779649df73e1d64e4a95 | [] | no_license | mtvrdinic/moj_udzbenik | 0239d3a96b807daea9554d36dad638e9396ec5e2 | ea7e96c41f3986acc974db4d13deba9d4b9313fc | refs/heads/master | 2020-05-02T16:35:22.534350 | 2019-05-13T23:26:00 | 2019-05-13T23:26:00 | 178,073,426 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 2,672 | cpp | #include <bits/stdc++.h>
#include <iostream>
using namespace std;
bool linija_je_skola(char c[]) {
string s(c);
size_t found = s.find("Mišljenje");
if(found != std::string::npos){
return true;
}
else{
return false;
}
}
bool linija_je_razred(char s[]){
string k(s);
size_t found = k.find("razred");
size_t found2 = k.find(";;;;;;;");
int count = 0;
for(int i = 0; s[i] != '\0'; i++){
if(s[i] == '-') count++;
}
if(count >= 2 && !isdigit(s[0]) && !isupper(s[1]) && !isupper(s[2])){
return true;
}
else if(found != std::string::npos && found2 != std::string::npos){
return true;
}
else{
return false;
}
}
bool linija_je_predmet(char s[]){
string k(s);
size_t found = k.find(";;;;;;;");
if(found != std::string::npos && isupper(s[0]) && isupper(s[1])){
return true;
}
else{
return false;
}
}
bool linija_je_knjiga(char s[]){
if(isdigit(s[0]) && (s[1] == ';' || (isdigit(s[1])))){
return true;
}
else{
return false;
}
}
void print(char s[]){
for(int i = 0; i < 10000; i++){
if(s[i] == ';') return;
else cout << s[i];
}
}
bool CheckWord(char* filename, string search){
int offset;
string line;
ifstream Myfile;
Myfile.open (filename);
if(Myfile.is_open()){
while(!Myfile.eof()){
getline(Myfile,line);
if ((offset = line.find(search, 0)) != string::npos){
return true;
}
}
Myfile.close();
}
return false;
}
int main() {
ios_base::sync_with_stdio(false);
cin.tie(NULL);
char s[1000];
char skola[1000];
char razred[1000];
char predmet[1000];
char knjiga[1000];
bool flag = false;
int count = 885;
int idGrade = 8048;
for(int i = 0; i < 242400; i++){
cin.std::istream::getline (s, 1000);
if(linija_je_skola(s)){
strcpy(skola, s);
// Ova skola vec postoji u bazi, preskaci sve
string tmp(s);
if(CheckWord("skole_koje_se_ponavljaju.txt", tmp.substr(0, tmp.find(";")))){
flag = true;
}
else {
flag = false;
count++;
}
continue;
}
else if(linija_je_razred(s)){
//count++;
strcpy(razred, s);
if(!flag){
idGrade++;
}
continue;
}
else if(linija_je_predmet(s)){
strcpy(predmet, s);
continue;
}
else if(linija_je_knjiga(s)){
strcpy(knjiga, s);
//PRINTAJ
if(!flag){
cout << idGrade << ";";
print(predmet);
cout << ";";
print(knjiga);
cout << endl;
}
//cout << knjiga << endl;
}
}
return 0;
} | [
"mislavtv@gmail.com"
] | mislavtv@gmail.com |
3c8a7d643dc961307ca8f25ae5f820e175abad9a | 4ceca44f8ffd60bc2c425a55dc69331f9d418e77 | /Tehnutiada/Tehnutiada/Helpers.cpp | c6eab9e5e0d350ef158b88886c4f4e6094c0c730 | [] | no_license | DadonStyle/CSLessons | 9bdef08686e1ecfddbbf5de2345eb9389770c3e0 | 4c0a2ea07a15d94b80b2aad613bfe5499bf4acbe | refs/heads/master | 2023-01-19T21:43:57.613376 | 2020-11-30T17:54:26 | 2020-11-30T17:54:26 | 307,381,030 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 225 | cpp | // Pre-processor directives
#include "Helpers.h"
#include <iostream>
#include <time.h>
using namespace std;
char getRandomChar() {
srand(time(NULL)); // initialize the random number generator
return 'a' + (rand() % 26);
} | [
"lesscomplexity@gmail.com"
] | lesscomplexity@gmail.com |
6e2e2d581f623ac5ea388031e6ea18ff1cf7d3c0 | b34cd2fb7a9e361fe1deb0170e3df323ec33259f | /Applications/Spire/Source/KeyBindings/SimplifiedKeyBindingsDialog.cpp | 160c2425f74aa96124974d4da55429e77851867d | [] | no_license | lineCode/nexus | c4479879dba1fbd11573c129f15b7b3c2156463e | aea7e2cbcf96a113f58eed947138b76e09b8fccb | refs/heads/master | 2022-04-19T01:10:22.139995 | 2020-04-16T23:07:23 | 2020-04-16T23:07:23 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 269,384 | cpp | #include "Spire/KeyBindings/SimplifiedKeyBindingsDialog.hpp"
#include <QKeyEvent>
#include "Nexus/Definitions/DefaultDestinationDatabase.hpp"
#include "Nexus/Definitions/DefaultMarketDatabase.hpp"
#include "Nexus/Definitions/Market.hpp"
#include "Spire/Canvas/Operations/CanvasNodeBuilder.hpp"
#include "Spire/Canvas/Operations/CanvasOperationException.hpp"
#include "Spire/Canvas/OrderExecutionNodes/MaxFloorNode.hpp"
#include "Spire/Canvas/OrderExecutionNodes/OrderTaskNodes.hpp"
#include "Spire/Canvas/OrderExecutionNodes/SingleOrderTaskNode.hpp"
#include "Spire/Canvas/ValueNodes/DestinationNode.hpp"
#include "Spire/Canvas/ValueNodes/IntegerNode.hpp"
#include "Spire/Canvas/ValueNodes/MoneyNode.hpp"
#include "Spire/Canvas/ValueNodes/TextNode.hpp"
#include "Spire/Canvas/ValueNodes/TimeInForceNode.hpp"
#include "Spire/UI/UserProfile.hpp"
#include "ui_SimplifiedKeyBindingsDialog.h"
using namespace Beam;
using namespace boost;
using namespace Nexus;
using namespace Spire;
using namespace std;
namespace {
const string KEY_BINDING_IDENTIFIER = "spire_default-key-binding";
enum {
ORDER_TYPE_COLUMN = 0,
TASK_KEY_COLUMN,
};
enum {
CANCEL_OPTION_COLUMN = 0,
CANCEL_KEY_COLUMN,
};
void PopulateAsxOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"ASX TradeMatch Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ASXT()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"ASX TradeMatch Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ASXT()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"ASX TradeMatch Market Bid"));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ASXT()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"ASX TradeMatch Market Ask"));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ASXT()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
CanvasNodeBuilder buy(*GetMarketBidOrderTaskNode()->Rename(
"ASX TradeMatch Buy"));
buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ASXT()));
buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(buy.Build());
CanvasNodeBuilder sell(*GetMarketAskOrderTaskNode()->Rename(
"ASX TradeMatch Sell"));
sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ASXT()));
sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(sell.Build());
}
void PopulateCxaOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"CXA Limit Bid"));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"CXA Limit Ask"));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"CXA Market Bid"));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"CXA Market Ask"));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
CanvasNodeBuilder buy(*GetMarketBidOrderTaskNode()->Rename("CXA Buy"));
buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(buy.Build());
CanvasNodeBuilder sell(*GetMarketAskOrderTaskNode()->Rename("CXA Sell"));
sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(sell.Build());
CanvasNodeBuilder primaryPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"CXA Primary Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegBid.SetReadOnly("exec_inst", true);
primaryPegBid.SetVisible("exec_inst", false);
primaryPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
primaryPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegBid.Build());
CanvasNodeBuilder primaryPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"CXA Primary Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegAsk.SetReadOnly("exec_inst", true);
primaryPegAsk.SetVisible("exec_inst", false);
primaryPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
primaryPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegAsk.Build());
CanvasNodeBuilder midPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"CXA Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegBid.SetReadOnly("exec_inst", true);
midPegBid.SetVisible("exec_inst", false);
midPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
midPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegBid.Build());
CanvasNodeBuilder midPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"CXA Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegAsk.SetReadOnly("exec_inst", true);
midPegAsk.SetVisible("exec_inst", false);
midPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
midPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegAsk.Build());
CanvasNodeBuilder marketPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"CXA Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegBid.SetReadOnly("exec_inst", true);
marketPegBid.SetVisible("exec_inst", false);
marketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
marketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegBid.Build());
CanvasNodeBuilder marketPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"CXA Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegAsk.SetReadOnly("exec_inst", true);
marketPegAsk.SetVisible("exec_inst", false);
marketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CXA()));
marketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegAsk.Build());
}
void PopulateAlphaOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder alphaLimitBid(*GetLimitBidOrderTaskNode()->Rename(
"Alpha Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
alphaLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ALPHA()));
alphaLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
alphaLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
alphaLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
alphaLimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
alphaLimitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
alphaLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(alphaLimitBid.Build());
CanvasNodeBuilder alphaLimitAsk(*GetLimitAskOrderTaskNode()->Rename(
"Alpha Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
alphaLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ALPHA()));
alphaLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
alphaLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
alphaLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
alphaLimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
alphaLimitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
alphaLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(alphaLimitAsk.Build());
CanvasNodeBuilder alphaMarketBid(*GetMarketBidOrderTaskNode()->Rename(
"Alpha Market Bid"));
alphaMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ALPHA()));
alphaMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
alphaMarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
alphaMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
alphaMarketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
alphaMarketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
alphaMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(alphaMarketBid.Build());
CanvasNodeBuilder alphaMarketAsk(*GetMarketAskOrderTaskNode()->Rename(
"Alpha Market Ask"));
alphaMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ALPHA()));
alphaMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
alphaMarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
alphaMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
alphaMarketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
alphaMarketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
alphaMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(alphaMarketAsk.Build());
CanvasNodeBuilder alphaBuy(*GetMarketBidOrderTaskNode()->Rename(
"Alpha Buy"));
alphaBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
alphaBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ALPHA()));
alphaBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
alphaBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
alphaBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
alphaBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
alphaBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
alphaBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(alphaBuy.Build());
CanvasNodeBuilder alphaSell(*GetMarketAskOrderTaskNode()->Rename(
"Alpha Sell"));
alphaSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
alphaSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ALPHA()));
alphaSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
alphaSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
alphaSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
alphaSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
alphaSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
alphaSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(alphaSell.Build());
}
void PopulateChixOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder chixLimitBid(*GetLimitBidOrderTaskNode()->Rename(
"CHI-X Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
chixLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixLimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixLimitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixLimitBid.Build());
CanvasNodeBuilder chixLimitAsk(*GetLimitAskOrderTaskNode()->Rename(
"CHI-X Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
chixLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixLimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixLimitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixLimitAsk.Build());
CanvasNodeBuilder chixMarketBid(*GetMarketBidOrderTaskNode()->Rename(
"CHI-X Market Bid"));
chixMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixMarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixMarketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixMarketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixMarketBid.Build());
CanvasNodeBuilder chixMarketAsk(*GetMarketAskOrderTaskNode()->Rename(
"CHI-X Market Ask"));
chixMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixMarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixMarketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixMarketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixMarketAsk.Build());
CanvasNodeBuilder chixBuy(
*GetMarketBidOrderTaskNode()->Rename("CHI-X Buy"));
chixBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
chixBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixBuy.Build());
CanvasNodeBuilder chixSell(*GetMarketAskOrderTaskNode()->Rename(
"CHI-X Sell"));
chixSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
chixSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixSell.Build());
CanvasNodeBuilder chixFeeSensitiveLimitBid(
*GetLimitBidOrderTaskNode()->Rename(
"CHI-X Fee Sensitive Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security"))->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTFEE")));
chixFeeSensitiveLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixFeeSensitiveLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixFeeSensitiveLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixFeeSensitiveLimitBid.SetVisible("ex_destination", false);
chixFeeSensitiveLimitBid.SetReadOnly("ex_destination", true);
chixFeeSensitiveLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixFeeSensitiveLimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixFeeSensitiveLimitBid.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixFeeSensitiveLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixFeeSensitiveLimitBid.Build());
CanvasNodeBuilder chixFeeSensitiveLimitAsk(
*GetLimitAskOrderTaskNode()->Rename(
"CHI-X Fee Sensitive Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security"))->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTFEE")));
chixFeeSensitiveLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixFeeSensitiveLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixFeeSensitiveLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixFeeSensitiveLimitAsk.SetVisible("ex_destination", false);
chixFeeSensitiveLimitAsk.SetReadOnly("ex_destination", true);
chixFeeSensitiveLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixFeeSensitiveLimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixFeeSensitiveLimitAsk.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixFeeSensitiveLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixFeeSensitiveLimitAsk.Build());
CanvasNodeBuilder chixFeeSensitiveMarketBid(
*GetMarketBidOrderTaskNode()->Rename(
"CHI-X Fee Sensitive Market Bid")->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTFEE")));
chixFeeSensitiveMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixFeeSensitiveMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixFeeSensitiveMarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixFeeSensitiveMarketBid.SetVisible("ex_destination", false);
chixFeeSensitiveMarketBid.SetReadOnly("ex_destination", true);
chixFeeSensitiveMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixFeeSensitiveMarketBid.SetVisible(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixFeeSensitiveMarketBid.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixFeeSensitiveMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixFeeSensitiveMarketBid.Build());
CanvasNodeBuilder chixFeeSensitiveMarketAsk(
*GetMarketAskOrderTaskNode()->Rename(
"CHI-X Fee Sensitive Market Ask")->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTFEE")));
chixFeeSensitiveMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixFeeSensitiveMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixFeeSensitiveMarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixFeeSensitiveMarketAsk.SetVisible("ex_destination", false);
chixFeeSensitiveMarketAsk.SetReadOnly("ex_destination", true);
chixFeeSensitiveMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixFeeSensitiveMarketAsk.SetVisible(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixFeeSensitiveMarketAsk.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixFeeSensitiveMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixFeeSensitiveMarketAsk.Build());
CanvasNodeBuilder chixFeeSensitiveBuy(
*GetMarketBidOrderTaskNode()->Rename("CHI-X Fee Sensitive Buy")->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTFEE")));
chixFeeSensitiveBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
chixFeeSensitiveBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixFeeSensitiveBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixFeeSensitiveBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixFeeSensitiveBuy.SetVisible("ex_destination", false);
chixFeeSensitiveBuy.SetReadOnly("ex_destination", true);
chixFeeSensitiveBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixFeeSensitiveBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixFeeSensitiveBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
chixFeeSensitiveBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixFeeSensitiveBuy.Build());
CanvasNodeBuilder chixFeeSensitiveSell(*GetMarketAskOrderTaskNode()->Rename(
"CHI-X Fee Sensitive Sell")->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTFEE")));
chixFeeSensitiveSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
chixFeeSensitiveSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixFeeSensitiveSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixFeeSensitiveSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixFeeSensitiveSell.SetVisible("ex_destination", false);
chixFeeSensitiveSell.SetReadOnly("ex_destination", true);
chixFeeSensitiveSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixFeeSensitiveSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixFeeSensitiveSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
chixFeeSensitiveSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixFeeSensitiveSell.Build());
CanvasNodeBuilder chixSmartXDarkLimitBid(
*GetLimitBidOrderTaskNode()->Rename(
"CHI-X SMART X Dark Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security"))->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTXDARKNR"))->AddField(
"long_life", 7735, make_unique<TextNode>("Y")));
chixSmartXDarkLimitBid.SetReadOnly("long_life", true);
chixSmartXDarkLimitBid.SetVisible("long_life", false);
chixSmartXDarkLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixSmartXDarkLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixSmartXDarkLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixSmartXDarkLimitBid.SetVisible("ex_destination", false);
chixSmartXDarkLimitBid.SetReadOnly("ex_destination", true);
chixSmartXDarkLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixSmartXDarkLimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixSmartXDarkLimitBid.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixSmartXDarkLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixSmartXDarkLimitBid.Build());
CanvasNodeBuilder chixSmartXDarkLimitAsk(
*GetLimitAskOrderTaskNode()->Rename(
"CHI-X SMART X Dark Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security"))->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTXDARKNR"))->AddField(
"long_life", 7735, make_unique<TextNode>("Y")));
chixSmartXDarkLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixSmartXDarkLimitAsk.SetReadOnly("long_life", true);
chixSmartXDarkLimitAsk.SetVisible("long_life", false);
chixSmartXDarkLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixSmartXDarkLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixSmartXDarkLimitAsk.SetVisible("ex_destination", false);
chixSmartXDarkLimitAsk.SetReadOnly("ex_destination", true);
chixSmartXDarkLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixSmartXDarkLimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixSmartXDarkLimitAsk.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixSmartXDarkLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixSmartXDarkLimitAsk.Build());
CanvasNodeBuilder chixSmartXDarkMarketBid(
*GetMarketBidOrderTaskNode()->Rename(
"CHI-X SMART X Dark Market Bid")->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTXDARKNR")));
chixSmartXDarkMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixSmartXDarkMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixSmartXDarkMarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixSmartXDarkMarketBid.SetVisible("ex_destination", false);
chixSmartXDarkMarketBid.SetReadOnly("ex_destination", true);
chixSmartXDarkMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixSmartXDarkMarketBid.SetVisible(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixSmartXDarkMarketBid.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixSmartXDarkMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixSmartXDarkMarketBid.Build());
CanvasNodeBuilder chixSmartXDarkMarketAsk(
*GetMarketAskOrderTaskNode()->Rename(
"CHI-X SMART X Dark Market Ask")->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTXDARKNR")));
chixSmartXDarkMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixSmartXDarkMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixSmartXDarkMarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixSmartXDarkMarketAsk.SetVisible("ex_destination", false);
chixSmartXDarkMarketAsk.SetReadOnly("ex_destination", true);
chixSmartXDarkMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixSmartXDarkMarketAsk.SetVisible(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixSmartXDarkMarketAsk.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixSmartXDarkMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixSmartXDarkMarketAsk.Build());
CanvasNodeBuilder chixSmartXDarkBuy(
*GetMarketBidOrderTaskNode()->Rename("CHI-X SMART X Dark Buy")->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTXDARKNR")));
chixSmartXDarkBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
chixSmartXDarkBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixSmartXDarkBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixSmartXDarkBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixSmartXDarkBuy.SetVisible("ex_destination", false);
chixSmartXDarkBuy.SetReadOnly("ex_destination", true);
chixSmartXDarkBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixSmartXDarkBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixSmartXDarkBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
chixSmartXDarkBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixSmartXDarkBuy.Build());
CanvasNodeBuilder chixSmartXDarkSell(*GetMarketAskOrderTaskNode()->Rename(
"CHI-X SMART X Dark Sell")->AddField(
"ex_destination", 100, make_unique<TextNode>("SMRTXDARKNR")));
chixSmartXDarkSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
chixSmartXDarkSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixSmartXDarkSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixSmartXDarkSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixSmartXDarkSell.SetVisible("ex_destination", false);
chixSmartXDarkSell.SetReadOnly("ex_destination", true);
chixSmartXDarkSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixSmartXDarkSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixSmartXDarkSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
chixSmartXDarkSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixSmartXDarkSell.Build());
CanvasNodeBuilder chixDarkAttBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"CHI-X Dark ATT Bid")->AddField("ex_destination", 100,
make_unique<TextNode>("CXD"))->AddField("exec_inst", 18,
make_unique<TextNode>("P")));
chixDarkAttBid.SetReadOnly("exec_inst", true);
chixDarkAttBid.SetVisible("exec_inst", false);
chixDarkAttBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixDarkAttBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixDarkAttBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixDarkAttBid.SetVisible("ex_destination", false);
chixDarkAttBid.SetReadOnly("ex_destination", true);
chixDarkAttBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixDarkAttBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixDarkAttBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixDarkAttBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixDarkAttBid.Build());
CanvasNodeBuilder chixDarkAttAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"CHI-X Dark ATT Ask")->AddField("ex_destination", 100,
make_unique<TextNode>("CXD"))->AddField("exec_inst", 18,
make_unique<TextNode>("P")));
chixDarkAttAsk.SetReadOnly("exec_inst", true);
chixDarkAttAsk.SetVisible("exec_inst", false);
chixDarkAttAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixDarkAttAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixDarkAttAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixDarkAttAsk.SetVisible("ex_destination", false);
chixDarkAttAsk.SetReadOnly("ex_destination", true);
chixDarkAttAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixDarkAttAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixDarkAttAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixDarkAttAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixDarkAttAsk.Build());
CanvasNodeBuilder chixDarkMpiBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"CHI-X Dark MPI Bid")->AddField("ex_destination", 100,
make_unique<TextNode>("CXD"))->AddField("exec_inst", 18,
make_unique<TextNode>("x")));
chixDarkMpiBid.SetReadOnly("exec_inst", true);
chixDarkMpiBid.SetVisible("exec_inst", false);
chixDarkMpiBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixDarkMpiBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixDarkMpiBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixDarkMpiBid.SetVisible("ex_destination", false);
chixDarkMpiBid.SetReadOnly("ex_destination", true);
chixDarkMpiBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixDarkMpiBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixDarkMpiBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixDarkMpiBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixDarkMpiBid.Build());
CanvasNodeBuilder chixDarkMpiAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"CHI-X Dark MPI Ask")->AddField("ex_destination", 100,
make_unique<TextNode>("CXD"))->AddField("exec_inst", 18,
make_unique<TextNode>("x")));
chixDarkMpiAsk.SetReadOnly("exec_inst", true);
chixDarkMpiAsk.SetVisible("exec_inst", false);
chixDarkMpiAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixDarkMpiAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixDarkMpiAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixDarkMpiAsk.SetVisible("ex_destination", false);
chixDarkMpiAsk.SetReadOnly("ex_destination", true);
chixDarkMpiAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixDarkMpiAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixDarkMpiAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixDarkMpiAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixDarkMpiAsk.Build());
CanvasNodeBuilder chixPrimaryPegBid(
*GetPeggedBidOrderTaskNode(false)->Rename(
"CHI-X Primary Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
chixPrimaryPegBid.SetReadOnly("exec_inst", true);
chixPrimaryPegBid.SetVisible("exec_inst", false);
chixPrimaryPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixPrimaryPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixPrimaryPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixPrimaryPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixPrimaryPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixPrimaryPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
chixPrimaryPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixPrimaryPegBid.Build());
CanvasNodeBuilder chixPrimaryPegAsk(
*GetPeggedAskOrderTaskNode(false)->Rename(
"CHI-X Primary Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
chixPrimaryPegAsk.SetReadOnly("exec_inst", true);
chixPrimaryPegAsk.SetVisible("exec_inst", false);
chixPrimaryPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixPrimaryPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixPrimaryPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixPrimaryPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixPrimaryPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixPrimaryPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
chixPrimaryPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixPrimaryPegAsk.Build());
CanvasNodeBuilder chixMidPegBid(*GetPeggedBidOrderTaskNode(true)->Rename(
"CHI-X Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
chixMidPegBid.SetReadOnly("exec_inst", true);
chixMidPegBid.SetVisible("exec_inst", false);
chixMidPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixMidPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixMidPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixMidPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixMidPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixMidPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixMidPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixMidPegBid.Build());
CanvasNodeBuilder chixMidPegAsk(*GetPeggedAskOrderTaskNode(true)->Rename(
"CHI-X Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
chixMidPegAsk.SetReadOnly("exec_inst", true);
chixMidPegAsk.SetVisible("exec_inst", false);
chixMidPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixMidPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixMidPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixMidPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixMidPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixMidPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixMidPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixMidPegAsk.Build());
CanvasNodeBuilder chixDarkMidPegBid(
*GetPeggedBidOrderTaskNode(true)->Rename(
"CHI-X Dark Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M"))->AddField("ex_destination", 100,
make_unique<TextNode>("SMRTCXD")));
chixDarkMidPegBid.SetReadOnly("exec_inst", true);
chixDarkMidPegBid.SetVisible("exec_inst", false);
chixDarkMidPegBid.SetVisible("ex_destination", false);
chixDarkMidPegBid.SetReadOnly("ex_destination", true);
chixDarkMidPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixDarkMidPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixDarkMidPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixDarkMidPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixDarkMidPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixDarkMidPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
chixDarkMidPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixDarkMidPegBid.Build());
CanvasNodeBuilder chixDarkMidPegAsk(
*GetPeggedAskOrderTaskNode(true)->Rename(
"CHI-X Dark Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M"))->AddField("ex_destination", 100,
make_unique<TextNode>("SMRTCXD")));
chixDarkMidPegAsk.SetReadOnly("exec_inst", true);
chixDarkMidPegAsk.SetVisible("exec_inst", false);
chixDarkMidPegAsk.SetVisible("ex_destination", false);
chixDarkMidPegAsk.SetReadOnly("ex_destination", true);
chixDarkMidPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixDarkMidPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixDarkMidPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixDarkMidPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixDarkMidPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixDarkMidPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
chixDarkMidPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixDarkMidPegAsk.Build());
CanvasNodeBuilder chixMarketPegBid(
*GetPeggedBidOrderTaskNode(true)->Rename(
"CHI-X Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
chixMarketPegBid.SetReadOnly("exec_inst", true);
chixMarketPegBid.SetVisible("exec_inst", false);
chixMarketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixMarketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixMarketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixMarketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixMarketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixMarketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
chixMarketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixMarketPegBid.Build());
CanvasNodeBuilder chixMarketPegAsk(
*GetPeggedAskOrderTaskNode(true)->Rename(
"CHI-X Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
chixMarketPegAsk.SetReadOnly("exec_inst", true);
chixMarketPegAsk.SetVisible("exec_inst", false);
chixMarketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixMarketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
chixMarketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
chixMarketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixMarketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
chixMarketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
chixMarketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixMarketPegAsk.Build());
CanvasNodeBuilder chixMultiMidPegBid(
*GetPeggedBidOrderTaskNode(true)->Rename(
"CHI-X Multi-Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M"))->AddField("ex_destination", 100,
make_unique<TextNode>("MULTIDARK-YCM")));
chixMultiMidPegBid.SetReadOnly("exec_inst", true);
chixMultiMidPegBid.SetVisible("exec_inst", false);
chixMultiMidPegBid.SetReadOnly("ex_destination", true);
chixMultiMidPegBid.SetVisible("ex_destination", false);
chixMultiMidPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixMultiMidPegBid.SetVisible(
SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixMultiMidPegBid.SetReadOnly(
SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixMultiMidPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixMultiMidPegBid.SetVisible(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixMultiMidPegBid.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixMultiMidPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixMultiMidPegBid.Build());
CanvasNodeBuilder chixMultiMidPegAsk(
*GetPeggedAskOrderTaskNode(true)->Rename(
"CHI-X Multi-Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M"))->AddField("ex_destination", 100,
make_unique<TextNode>("MULTIDARK-YCM")));
chixMultiMidPegAsk.SetReadOnly("exec_inst", true);
chixMultiMidPegAsk.SetVisible("exec_inst", false);
chixMultiMidPegAsk.SetReadOnly("ex_destination", true);
chixMultiMidPegAsk.SetVisible("ex_destination", false);
chixMultiMidPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CHIX()));
chixMultiMidPegAsk.SetVisible(
SingleOrderTaskNode::DESTINATION_PROPERTY, false);
chixMultiMidPegAsk.SetReadOnly(
SingleOrderTaskNode::DESTINATION_PROPERTY, true);
chixMultiMidPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
chixMultiMidPegAsk.SetVisible(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
chixMultiMidPegAsk.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
chixMultiMidPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(chixMultiMidPegAsk.Build());
}
void PopulateCseOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"CSE Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CSE()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"CSE Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CSE()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"CSE Market Bid"));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CSE()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"CSE Market Ask"));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CSE()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
CanvasNodeBuilder buy(*GetMarketBidOrderTaskNode()->Rename(
"CSE Buy"));
buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CSE()));
buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(buy.Build());
CanvasNodeBuilder sell(*GetMarketAskOrderTaskNode()->Rename(
"CSE Sell"));
sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CSE()));
sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(sell.Build());
CanvasNodeBuilder midPegBid(*GetPeggedBidOrderTaskNode(true)->Rename(
"CSE Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegBid.SetReadOnly("exec_inst", true);
midPegBid.SetVisible("exec_inst", false);
midPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CSE()));
midPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegBid.Build());
CanvasNodeBuilder midPegAsk(*GetPeggedAskOrderTaskNode(true)->Rename(
"CSE Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegAsk.SetReadOnly("exec_inst", true);
midPegAsk.SetVisible("exec_inst", false);
midPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CSE()));
midPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegAsk.Build());
CanvasNodeBuilder marketPegBid(*GetPeggedBidOrderTaskNode(true)->Rename(
"CSE Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegBid.SetReadOnly("exec_inst", true);
marketPegBid.SetVisible("exec_inst", false);
marketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CSE()));
marketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegBid.Build());
CanvasNodeBuilder marketPegAsk(*GetPeggedAskOrderTaskNode(true)->Rename(
"CSE Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegAsk.SetReadOnly("exec_inst", true);
marketPegAsk.SetVisible("exec_inst", false);
marketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CSE()));
marketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegAsk.Build());
}
void PopulateCx2Orders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder cx2LimitBid(*GetLimitBidOrderTaskNode()->Rename(
"CX2 Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
cx2LimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2LimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
cx2LimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
cx2LimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2LimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
cx2LimitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
cx2LimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2LimitBid.Build());
CanvasNodeBuilder cx2LimitAsk(*GetLimitAskOrderTaskNode()->Rename(
"CX2 Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
cx2LimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2LimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
cx2LimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
cx2LimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2LimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
cx2LimitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
cx2LimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2LimitAsk.Build());
CanvasNodeBuilder cx2MarketBid(*GetMarketBidOrderTaskNode()->Rename(
"CX2 Market Bid"));
cx2MarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2MarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
cx2MarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
cx2MarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2MarketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
cx2MarketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
cx2MarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2MarketBid.Build());
CanvasNodeBuilder cx2MarketAsk(*GetMarketAskOrderTaskNode()->Rename(
"CX2 Market Ask"));
cx2MarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2MarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
cx2MarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
cx2MarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2MarketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
cx2MarketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
cx2MarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2MarketAsk.Build());
CanvasNodeBuilder cx2Buy(*GetMarketBidOrderTaskNode()->Rename("CX2 Buy"));
cx2Buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
cx2Buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2Buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
cx2Buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
cx2Buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2Buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
cx2Buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
cx2Buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2Buy.Build());
CanvasNodeBuilder cx2Sell(*GetMarketAskOrderTaskNode()->Rename(
"CX2 Sell"));
cx2Sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
cx2Sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2Sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
cx2Sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
cx2Sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2Sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
cx2Sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
cx2Sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2Sell.Build());
CanvasNodeBuilder cx2PrimaryPegBid(
*GetPeggedBidOrderTaskNode(true)->Rename(
"CX2 Primary Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
cx2PrimaryPegBid.SetReadOnly("exec_inst", true);
cx2PrimaryPegBid.SetVisible("exec_inst", false);
cx2PrimaryPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2PrimaryPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
cx2PrimaryPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
cx2PrimaryPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2PrimaryPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
cx2PrimaryPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
cx2PrimaryPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2PrimaryPegBid.Build());
CanvasNodeBuilder cx2PrimaryPegAsk(
*GetPeggedAskOrderTaskNode(true)->Rename(
"CX2 Primary Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
cx2PrimaryPegAsk.SetReadOnly("exec_inst", true);
cx2PrimaryPegAsk.SetVisible("exec_inst", false);
cx2PrimaryPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2PrimaryPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
cx2PrimaryPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
cx2PrimaryPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2PrimaryPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
cx2PrimaryPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
cx2PrimaryPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2PrimaryPegAsk.Build());
CanvasNodeBuilder cx2MidPegBid(*GetPeggedBidOrderTaskNode(true)->Rename(
"CX2 Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
cx2MidPegBid.SetReadOnly("exec_inst", true);
cx2MidPegBid.SetVisible("exec_inst", false);
cx2MidPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2MidPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
cx2MidPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
cx2MidPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2MidPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
cx2MidPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
cx2MidPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2MidPegBid.Build());
CanvasNodeBuilder cx2MidPegAsk(*GetPeggedAskOrderTaskNode(true)->Rename(
"CX2 Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
cx2MidPegAsk.SetReadOnly("exec_inst", true);
cx2MidPegAsk.SetVisible("exec_inst", false);
cx2MidPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2MidPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
cx2MidPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
cx2MidPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2MidPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
cx2MidPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
cx2MidPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2MidPegAsk.Build());
CanvasNodeBuilder cx2MarketPegBid(*GetPeggedBidOrderTaskNode(true)->Rename(
"CX2 Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
cx2MarketPegBid.SetReadOnly("exec_inst", true);
cx2MarketPegBid.SetVisible("exec_inst", false);
cx2MarketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2MarketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
cx2MarketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
cx2MarketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2MarketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
cx2MarketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
cx2MarketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2MarketPegBid.Build());
CanvasNodeBuilder cx2MarketPegAsk(*GetPeggedAskOrderTaskNode(true)->Rename(
"CX2 Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
cx2MarketPegAsk.SetReadOnly("exec_inst", true);
cx2MarketPegAsk.SetVisible("exec_inst", false);
cx2MarketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::CX2()));
cx2MarketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
cx2MarketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
cx2MarketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
cx2MarketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
cx2MarketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
cx2MarketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(cx2MarketPegAsk.Build());
}
void PopulateHkexOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"HKEX Limit Bid"));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::HKEX()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"HKEX Limit Ask"));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::HKEX()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"HKEX Market Bid"));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::HKEX()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"HKEX Market Ask"));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::HKEX()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
}
void PopulateLynxOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder lynxLimitBid(*GetLimitBidOrderTaskNode()->Rename(
"Lynx Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
lynxLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::LYNX()));
lynxLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
lynxLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
lynxLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
lynxLimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
lynxLimitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
lynxLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(lynxLimitBid.Build());
CanvasNodeBuilder lynxLimitAsk(*GetLimitAskOrderTaskNode()->Rename(
"Lynx Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
lynxLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::LYNX()));
lynxLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
lynxLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
lynxLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
lynxLimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
lynxLimitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
lynxLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(lynxLimitAsk.Build());
CanvasNodeBuilder lynxMarketBid(*GetMarketBidOrderTaskNode()->Rename(
"Lynx Market Bid"));
lynxMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::LYNX()));
lynxMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
lynxMarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
lynxMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
lynxMarketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
lynxMarketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
lynxMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(lynxMarketBid.Build());
CanvasNodeBuilder lynxMarketAsk(*GetMarketAskOrderTaskNode()->Rename(
"Lynx Market Ask"));
lynxMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::LYNX()));
lynxMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
lynxMarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
lynxMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
lynxMarketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
lynxMarketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
lynxMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(lynxMarketAsk.Build());
CanvasNodeBuilder lynxBuy(*GetMarketBidOrderTaskNode()->Rename(
"Lynx Buy"));
lynxBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
lynxBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::LYNX()));
lynxBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
lynxBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
lynxBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
lynxBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
lynxBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
lynxBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(lynxBuy.Build());
CanvasNodeBuilder lynxSell(*GetMarketAskOrderTaskNode()->Rename(
"Lynx Sell"));
lynxSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
lynxSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::LYNX()));
lynxSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
lynxSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
lynxSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
lynxSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
lynxSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
lynxSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(lynxSell.Build());
}
void PopulateMatchNowLpOrders(
vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder matnlpLimitBid(*GetLimitBidOrderTaskNode()->Rename(
"MATCH Now LP Limit Bid"));
matnlpLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNLP()));
matnlpLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnlpLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnlpLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnlpLimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
matnlpLimitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
matnlpLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnlpLimitBid.Build());
CanvasNodeBuilder matnlpLimitAsk(*GetLimitAskOrderTaskNode()->Rename(
"MATCH Now LP Limit Ask"));
matnlpLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNLP()));
matnlpLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnlpLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnlpLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnlpLimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
matnlpLimitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
matnlpLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnlpLimitAsk.Build());
CanvasNodeBuilder matnlpAttBid(*GetLimitBidOrderTaskNode()->Rename(
"MATCH Now LP At-The-Touch Bid")->AddField(
"constraints", 6005, make_unique<TextNode>("PAG")));
matnlpAttBid.SetVisible("constraints", false);
matnlpAttBid.SetReadOnly("constraints", true);
matnlpAttBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNLP()));
matnlpAttBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnlpAttBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnlpAttBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnlpAttBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnlpAttBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnlpAttBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnlpAttBid.Build());
CanvasNodeBuilder matnlpAttAsk(*GetLimitAskOrderTaskNode()->Rename(
"MATCH Now LP At-The-Touch Ask")->AddField(
"constraints", 6005, make_unique<TextNode>("PAG")));
matnlpAttAsk.SetVisible("constraints", false);
matnlpAttAsk.SetReadOnly("constraints", true);
matnlpAttAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNLP()));
matnlpAttAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnlpAttAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnlpAttAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnlpAttAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnlpAttAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnlpAttAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnlpAttAsk.Build());
CanvasNodeBuilder matnlpMpiBid(*GetLimitBidOrderTaskNode()->Rename(
"MATCH Now LP MPI Bid")->AddField(
"constraints", 6005, make_unique<TextNode>("PMI")));
matnlpMpiBid.SetVisible("constraints", false);
matnlpMpiBid.SetReadOnly("constraints", true);
matnlpMpiBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNLP()));
matnlpMpiBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnlpMpiBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnlpMpiBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnlpMpiBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnlpMpiBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnlpMpiBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnlpMpiBid.Build());
CanvasNodeBuilder matnlpMpiAsk(*GetLimitAskOrderTaskNode()->Rename(
"MATCH Now LP MPI Ask")->AddField(
"constraints", 6005, make_unique<TextNode>("PMI")));
matnlpMpiAsk.SetVisible("constraints", false);
matnlpMpiAsk.SetReadOnly("constraints", true);
matnlpMpiAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNLP()));
matnlpMpiAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnlpMpiAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnlpMpiAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnlpMpiAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnlpMpiAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnlpMpiAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnlpMpiAsk.Build());
CanvasNodeBuilder matnlpMarketBid(
*GetMarketBidOrderTaskNode()->Rename("MATCH Now LP Market Bid"));
matnlpMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNLP()));
matnlpMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnlpMarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnlpMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnlpMarketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
matnlpMarketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
matnlpMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnlpMarketBid.Build());
CanvasNodeBuilder matnlpMarketAsk(
*GetMarketAskOrderTaskNode()->Rename("MATCH Now LP Market Ask"));
matnlpMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNLP()));
matnlpMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnlpMarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnlpMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnlpMarketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
matnlpMarketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
matnlpMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnlpMarketAsk.Build());
CanvasNodeBuilder matnlpBuy(*GetMarketBidOrderTaskNode()->Rename(
"MATCH Now LP Buy"));
matnlpBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
matnlpBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNLP()));
matnlpBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnlpBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnlpBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnlpBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnlpBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnlpBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnlpBuy.Build());
CanvasNodeBuilder matnlpSell(
*GetMarketAskOrderTaskNode()->Rename("MATCH Now LP Sell"));
matnlpSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
matnlpSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNLP()));
matnlpSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnlpSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnlpSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnlpSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnlpSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnlpSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnlpSell.Build());
}
void PopulateMatchNowMfOrders(
vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder matnMarketFlowLimitBid(
*GetLimitBidOrderTaskNode()->Rename("MATCH Now MF Limit Bid"));
matnMarketFlowLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNMF()));
matnMarketFlowLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
matnMarketFlowLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
matnMarketFlowLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnMarketFlowLimitBid.SetVisible(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnMarketFlowLimitBid.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnMarketFlowLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnMarketFlowLimitBid.Build());
CanvasNodeBuilder matnMarketFlowLimitAsk(
*GetLimitAskOrderTaskNode()->Rename("MATCH Now MF Limit Ask"));
matnMarketFlowLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNMF()));
matnMarketFlowLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
matnMarketFlowLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
matnMarketFlowLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnMarketFlowLimitAsk.SetVisible(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnMarketFlowLimitAsk.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnMarketFlowLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnMarketFlowLimitAsk.Build());
CanvasNodeBuilder matnMarketFlowMarketBid(
*GetMarketBidOrderTaskNode()->Rename("MATCH Now MF Market Bid"));
matnMarketFlowMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNMF()));
matnMarketFlowMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
matnMarketFlowMarketBid.SetReadOnly(
SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnMarketFlowMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnMarketFlowMarketBid.SetVisible(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnMarketFlowMarketBid.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnMarketFlowMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnMarketFlowMarketBid.Build());
CanvasNodeBuilder matnMarketFlowMarketAsk(
*GetMarketAskOrderTaskNode()->Rename("MATCH Now MF Market Ask"));
matnMarketFlowMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNMF()));
matnMarketFlowMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
matnMarketFlowMarketAsk.SetReadOnly(
SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnMarketFlowMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnMarketFlowMarketAsk.SetVisible(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnMarketFlowMarketAsk.SetReadOnly(
SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnMarketFlowMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnMarketFlowMarketAsk.Build());
CanvasNodeBuilder matnmfBuy(*GetMarketBidOrderTaskNode()->Rename(
"MATCH Now MF Buy"));
matnmfBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
matnmfBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNMF()));
matnmfBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnmfBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnmfBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnmfBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnmfBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnmfBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnmfBuy.Build());
CanvasNodeBuilder matnmfSell(
*GetMarketAskOrderTaskNode()->Rename("MATCH Now MF Sell"));
matnmfSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
matnmfSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::MATNMF()));
matnmfSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
matnmfSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
matnmfSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
matnmfSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
matnmfSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
matnmfSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(matnmfSell.Build());
}
void PopulateNeoeOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder litLimitBid(*GetLimitBidOrderTaskNode()->Rename(
"NEO Lit Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
litLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
litLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
litLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
litLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
litLimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
litLimitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
litLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(litLimitBid.Build());
CanvasNodeBuilder litLimitAsk(*GetLimitAskOrderTaskNode()->Rename(
"NEO Lit Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
litLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
litLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
litLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
litLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
litLimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
litLimitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
litLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(litLimitAsk.Build());
CanvasNodeBuilder litMarketBid(*GetMarketBidOrderTaskNode()->Rename(
"NEO Lit Market Bid"));
litMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
litMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
litMarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
litMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
litMarketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
litMarketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
litMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(litMarketBid.Build());
CanvasNodeBuilder litMarketAsk(*GetMarketAskOrderTaskNode()->Rename(
"NEO Lit Market Ask"));
litMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
litMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
litMarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
litMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
litMarketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
litMarketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
litMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(litMarketAsk.Build());
CanvasNodeBuilder litBuy(*GetMarketBidOrderTaskNode()->Rename(
"NEO Lit Buy"));
litBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
litBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
litBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
litBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
litBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
litBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
litBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
litBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(litBuy.Build());
CanvasNodeBuilder litSell(*GetMarketAskOrderTaskNode()->Rename(
"NEO Lit Sell"));
litSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
litSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
litSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
litSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
litSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
litSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
litSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
litSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(litSell.Build());
CanvasNodeBuilder litMidPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"NEOE Lit Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
litMidPegBid.SetReadOnly("exec_inst", true);
litMidPegBid.SetVisible("exec_inst", false);
litMidPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
litMidPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
litMidPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
litMidPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
litMidPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
litMidPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
litMidPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(litMidPegBid.Build());
CanvasNodeBuilder litMidPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"NEOE Lit Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
litMidPegAsk.SetReadOnly("exec_inst", true);
litMidPegAsk.SetVisible("exec_inst", false);
litMidPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
litMidPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
litMidPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
litMidPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
litMidPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
litMidPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
litMidPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(litMidPegAsk.Build());
CanvasNodeBuilder neoLimitBid(*GetLimitBidOrderTaskNode()->Rename(
"NEO Book Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security"))->AddField(
"ex_destination", 100, make_unique<TextNode>("N")));
neoLimitBid.SetReadOnly("ex_destination", true);
neoLimitBid.SetVisible("ex_destination", false);
neoLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
neoLimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoLimitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoLimitBid.Build());
CanvasNodeBuilder neoLimitAsk(*GetLimitAskOrderTaskNode()->Rename(
"NEO Book Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security"))->AddField(
"ex_destination", 100, make_unique<TextNode>("N")));
neoLimitAsk.SetReadOnly("ex_destination", true);
neoLimitAsk.SetVisible("ex_destination", false);
neoLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
neoLimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoLimitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoLimitAsk.Build());
CanvasNodeBuilder neoMarketBid(*GetMarketBidOrderTaskNode()->Rename(
"NEO Book Market Bid")->AddField("ex_destination", 100,
make_unique<TextNode>("N")));
neoMarketBid.SetReadOnly("ex_destination", true);
neoMarketBid.SetVisible("ex_destination", false);
neoMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoMarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
neoMarketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoMarketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoMarketBid.Build());
CanvasNodeBuilder neoMarketAsk(*GetMarketAskOrderTaskNode()->Rename(
"NEO Book Market Ask")->AddField("ex_destination", 100,
make_unique<TextNode>("N")));
neoMarketAsk.SetReadOnly("ex_destination", true);
neoMarketAsk.SetVisible("ex_destination", false);
neoMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoMarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
neoMarketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoMarketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoMarketAsk.Build());
CanvasNodeBuilder neoBuy(*GetMarketBidOrderTaskNode()->Rename(
"NEO Book Buy")->AddField("ex_destination", 100,
make_unique<TextNode>("N")));
neoBuy.SetReadOnly("ex_destination", true);
neoBuy.SetVisible("ex_destination", false);
neoBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
neoBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
neoBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoBuy.Build());
CanvasNodeBuilder neoSell(*GetMarketAskOrderTaskNode()->Rename(
"NEO Book Sell")->AddField("ex_destination", 100,
make_unique<TextNode>("N")));
neoSell.SetReadOnly("ex_destination", true);
neoSell.SetVisible("ex_destination", false);
neoSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
neoSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
neoSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoSell.Build());
CanvasNodeBuilder neoIocBid(*GetLimitBidOrderTaskNode()->Rename(
"NEO Book IOC Bid")->AddField("ex_destination", 100,
make_unique<TextNode>("N")));
neoIocBid.SetReadOnly("ex_destination", true);
neoIocBid.SetVisible("ex_destination", false);
neoIocBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoIocBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoIocBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoIocBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::IOC)));
neoIocBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoIocBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoIocBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoIocBid.Build());
CanvasNodeBuilder neoIocAsk(*GetLimitAskOrderTaskNode()->Rename(
"NEO Book IOC Ask")->AddField("ex_destination", 100,
make_unique<TextNode>("N")));
neoIocAsk.SetReadOnly("ex_destination", true);
neoIocAsk.SetVisible("ex_destination", false);
neoIocAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoIocAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoIocAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoIocAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::IOC)));
neoIocAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoIocAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoIocAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoIocAsk.Build());
CanvasNodeBuilder neoFokBid(*GetLimitBidOrderTaskNode()->Rename(
"NEO Book FOK Bid")->AddField("ex_destination", 100,
make_unique<TextNode>("N")));
neoFokBid.SetReadOnly("ex_destination", true);
neoFokBid.SetVisible("ex_destination", false);
neoFokBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoFokBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoFokBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoFokBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::FOK)));
neoFokBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoFokBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoFokBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoFokBid.Build());
CanvasNodeBuilder neoFokAsk(*GetLimitAskOrderTaskNode()->Rename(
"NEO Book FOK Ask")->AddField("ex_destination", 100,
make_unique<TextNode>("N")));
neoFokAsk.SetReadOnly("ex_destination", true);
neoFokAsk.SetVisible("ex_destination", false);
neoFokAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoFokAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoFokAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoFokAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::FOK)));
neoFokAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoFokAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoFokAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoFokAsk.Build());
CanvasNodeBuilder neoMidPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"NEOE Book Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M"))->AddField("ex_destination", 100,
make_unique<TextNode>("N")));
neoMidPegBid.SetReadOnly("ex_destination", true);
neoMidPegBid.SetVisible("ex_destination", false);
neoMidPegBid.SetReadOnly("exec_inst", true);
neoMidPegBid.SetVisible("exec_inst", false);
neoMidPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoMidPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoMidPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoMidPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
neoMidPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoMidPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoMidPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoMidPegBid.Build());
CanvasNodeBuilder neoMidPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"NEOE Book Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M"))->AddField("ex_destination", 100,
make_unique<TextNode>("N")));
neoMidPegAsk.SetReadOnly("ex_destination", true);
neoMidPegAsk.SetVisible("ex_destination", false);
neoMidPegAsk.SetReadOnly("exec_inst", true);
neoMidPegAsk.SetVisible("exec_inst", false);
neoMidPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NEOE()));
neoMidPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
neoMidPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
neoMidPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
neoMidPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
neoMidPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
neoMidPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(neoMidPegAsk.Build());
}
void PopulateOmegaOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder omegaLimitBid(*GetLimitBidOrderTaskNode()->Rename(
"Omega Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
omegaLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::OMEGA()));
omegaLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
omegaLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
omegaLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
omegaLimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
omegaLimitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
omegaLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(omegaLimitBid.Build());
CanvasNodeBuilder omegaLimitAsk(*GetLimitAskOrderTaskNode()->Rename(
"Omega Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
omegaLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::OMEGA()));
omegaLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
omegaLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
omegaLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
omegaLimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
omegaLimitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
omegaLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(omegaLimitAsk.Build());
CanvasNodeBuilder omegaMarketBid(*GetMarketBidOrderTaskNode()->Rename(
"Omega Market Bid"));
omegaMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::OMEGA()));
omegaMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
omegaMarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
omegaMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
omegaMarketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
omegaMarketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
omegaMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(omegaMarketBid.Build());
CanvasNodeBuilder omegaMarketAsk(*GetMarketAskOrderTaskNode()->Rename(
"Omega Market Ask"));
omegaMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::OMEGA()));
omegaMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
omegaMarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
omegaMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
omegaMarketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
omegaMarketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
omegaMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(omegaMarketAsk.Build());
CanvasNodeBuilder omegaBuy(*GetMarketBidOrderTaskNode()->Rename(
"Omega Buy"));
omegaBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
omegaBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::OMEGA()));
omegaBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
omegaBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
omegaBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
omegaBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
omegaBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
omegaBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(omegaBuy.Build());
CanvasNodeBuilder omegaSell(*GetMarketAskOrderTaskNode()->Rename(
"Omega Sell"));
omegaSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
omegaSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::OMEGA()));
omegaSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
omegaSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
omegaSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
omegaSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
omegaSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
omegaSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(omegaSell.Build());
}
void PopulatePureOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder pureLimitBid(*GetLimitBidOrderTaskNode()->Rename(
"Pure Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
pureLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::PURE()));
pureLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
pureLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
pureLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
pureLimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
pureLimitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
pureLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(pureLimitBid.Build());
CanvasNodeBuilder pureLimitAsk(*GetLimitAskOrderTaskNode()->Rename(
"Pure Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
pureLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::PURE()));
pureLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
pureLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
pureLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
pureLimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
pureLimitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
pureLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(pureLimitAsk.Build());
CanvasNodeBuilder pureMarketBid(*GetMarketBidOrderTaskNode()->Rename(
"Pure Market Bid"));
pureMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::PURE()));
pureMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
pureMarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
pureMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
pureMarketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
pureMarketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
pureMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(pureMarketBid.Build());
CanvasNodeBuilder pureMarketAsk(*GetMarketAskOrderTaskNode()->Rename(
"Pure Market Ask"));
pureMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::PURE()));
pureMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
pureMarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
pureMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
pureMarketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
pureMarketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
pureMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(pureMarketAsk.Build());
CanvasNodeBuilder pureBuy(*GetMarketBidOrderTaskNode()->Rename(
"Pure Buy"));
pureBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
pureBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::PURE()));
pureBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
pureBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
pureBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
pureBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
pureBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
pureBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(pureBuy.Build());
CanvasNodeBuilder pureSell(*GetMarketAskOrderTaskNode()->Rename(
"Pure Sell"));
pureSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
pureSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::PURE()));
pureSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
pureSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
pureSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
pureSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
pureSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
pureSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(pureSell.Build());
}
void PopulateTsxOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder tsxLimitBid(*GetLimitBidOrderTaskNode()->Rename(
"TSX Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security"))->AddField(
"long_life", 7735, make_unique<TextNode>("Y")));
tsxLimitBid.SetReadOnly("long_life", true);
tsxLimitBid.SetVisible("long_life", false);
tsxLimitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxLimitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
tsxLimitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
tsxLimitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
tsxLimitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
tsxLimitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
tsxLimitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxLimitBid.Build());
CanvasNodeBuilder tsxLimitAsk(*GetLimitAskOrderTaskNode()->Rename(
"TSX Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security"))->AddField(
"long_life", 7735, make_unique<TextNode>("Y")));
tsxLimitAsk.SetReadOnly("long_life", true);
tsxLimitAsk.SetVisible("long_life", false);
tsxLimitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxLimitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
tsxLimitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
tsxLimitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
tsxLimitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
tsxLimitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
tsxLimitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxLimitAsk.Build());
CanvasNodeBuilder tsxMarketBid(*GetMarketBidOrderTaskNode()->Rename(
"TSX Market Bid"));
tsxMarketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxMarketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
tsxMarketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
tsxMarketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
tsxMarketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
tsxMarketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
tsxMarketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxMarketBid.Build());
CanvasNodeBuilder tsxMarketAsk(*GetMarketAskOrderTaskNode()->Rename(
"TSX Market Ask"));
tsxMarketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxMarketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
tsxMarketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
tsxMarketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
tsxMarketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
tsxMarketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
tsxMarketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxMarketAsk.Build());
CanvasNodeBuilder tsxBuy(*GetMarketBidOrderTaskNode()->Rename("TSX Buy"));
tsxBuy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
tsxBuy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxBuy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
tsxBuy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
tsxBuy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
tsxBuy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
tsxBuy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
tsxBuy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxBuy.Build());
CanvasNodeBuilder tsxSell(*GetMarketAskOrderTaskNode()->Rename(
"TSX Sell"));
tsxSell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
tsxSell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxSell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
tsxSell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
tsxSell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
tsxSell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
tsxSell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
tsxSell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxSell.Build());
CanvasNodeBuilder tsxLimitOnCloseBid(*GetLimitBidOrderTaskNode()->Rename(
"TSX Limit On Close Bid"));
tsxLimitOnCloseBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxLimitOnCloseBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
tsxLimitOnCloseBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
tsxLimitOnCloseBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
tsxLimitOnCloseBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
tsxLimitOnCloseBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
tsxLimitOnCloseBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxLimitOnCloseBid.Build());
CanvasNodeBuilder tsxLimitOnCloseAsk(*GetLimitAskOrderTaskNode()->Rename(
"TSX Limit On Close Ask"));
tsxLimitOnCloseAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxLimitOnCloseAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
tsxLimitOnCloseAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
tsxLimitOnCloseAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
tsxLimitOnCloseAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
tsxLimitOnCloseAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
tsxLimitOnCloseAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxLimitOnCloseAsk.Build());
CanvasNodeBuilder tsxMarketOnCloseBid(*GetMarketBidOrderTaskNode()->Rename(
"TSX Market On Close Bid"));
tsxMarketOnCloseBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxMarketOnCloseBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
tsxMarketOnCloseBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
tsxMarketOnCloseBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
tsxMarketOnCloseBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
tsxMarketOnCloseBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
tsxMarketOnCloseBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxMarketOnCloseBid.Build());
CanvasNodeBuilder tsxMarketOnCloseAsk(*GetMarketAskOrderTaskNode()->Rename(
"TSX Market On Close Ask"));
tsxMarketOnCloseAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxMarketOnCloseAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
tsxMarketOnCloseAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
tsxMarketOnCloseAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
tsxMarketOnCloseAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
tsxMarketOnCloseAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
tsxMarketOnCloseAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxMarketOnCloseAsk.Build());
CanvasNodeBuilder tsxDarkMidPointBid(
*GetPeggedBidOrderTaskNode(true)->Rename("TSX Dark Mid-Point Bid"));
tsxDarkMidPointBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxDarkMidPointBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
tsxDarkMidPointBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
tsxDarkMidPointBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
tsxDarkMidPointBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
tsxDarkMidPointBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
tsxDarkMidPointBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxDarkMidPointBid.Build());
CanvasNodeBuilder tsxDarkMidPointAsk(
*GetPeggedAskOrderTaskNode(true)->Rename("TSX Dark Mid-Point Ask"));
tsxDarkMidPointAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSX()));
tsxDarkMidPointAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
tsxDarkMidPointAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
tsxDarkMidPointAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
tsxDarkMidPointAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
tsxDarkMidPointAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
tsxDarkMidPointAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(tsxDarkMidPointAsk.Build());
}
void PopulateAmexOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"AMEX Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"AMEX Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"AMEX Market Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"AMEX Market Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
CanvasNodeBuilder buy(*GetMarketBidOrderTaskNode()->Rename("AMEX Buy"));
buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(buy.Build());
CanvasNodeBuilder sell(*GetMarketAskOrderTaskNode()->Rename("AMEX Sell"));
sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(sell.Build());
CanvasNodeBuilder primaryPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"AMEX Primary Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegBid.SetReadOnly("exec_inst", true);
primaryPegBid.SetVisible("exec_inst", false);
primaryPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
primaryPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegBid.Build());
CanvasNodeBuilder primaryPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"AMEX Primary Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegAsk.SetReadOnly("exec_inst", true);
primaryPegAsk.SetVisible("exec_inst", false);
primaryPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
primaryPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegAsk.Build());
CanvasNodeBuilder midPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"AMEX Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegBid.SetReadOnly("exec_inst", true);
midPegBid.SetVisible("exec_inst", false);
midPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
midPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegBid.Build());
CanvasNodeBuilder midPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"AMEX Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegAsk.SetReadOnly("exec_inst", true);
midPegAsk.SetVisible("exec_inst", false);
midPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
midPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegAsk.Build());
CanvasNodeBuilder marketPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"AMEX Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegBid.SetReadOnly("exec_inst", true);
marketPegBid.SetVisible("exec_inst", false);
marketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
marketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegBid.Build());
CanvasNodeBuilder marketPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"AMEX Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegAsk.SetReadOnly("exec_inst", true);
marketPegAsk.SetVisible("exec_inst", false);
marketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::AMEX()));
marketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegAsk.Build());
}
void PopulateArcaOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"ARCA Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"ARCA Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"ARCA Market Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"ARCA Market Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
CanvasNodeBuilder buy(*GetMarketBidOrderTaskNode()->Rename("ARCA Buy"));
buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(buy.Build());
CanvasNodeBuilder sell(*GetMarketAskOrderTaskNode()->Rename("ARCA Sell"));
sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(sell.Build());
CanvasNodeBuilder primaryPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"ARCA Primary Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegBid.SetReadOnly("exec_inst", true);
primaryPegBid.SetVisible("exec_inst", false);
primaryPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
primaryPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegBid.Build());
CanvasNodeBuilder primaryPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"ARCA Primary Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegAsk.SetReadOnly("exec_inst", true);
primaryPegAsk.SetVisible("exec_inst", false);
primaryPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
primaryPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegAsk.Build());
CanvasNodeBuilder midPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"ARCA Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegBid.SetReadOnly("exec_inst", true);
midPegBid.SetVisible("exec_inst", false);
midPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
midPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegBid.Build());
CanvasNodeBuilder midPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"ARCA Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegAsk.SetReadOnly("exec_inst", true);
midPegAsk.SetVisible("exec_inst", false);
midPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
midPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegAsk.Build());
CanvasNodeBuilder marketPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"ARCA Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegBid.SetReadOnly("exec_inst", true);
marketPegBid.SetVisible("exec_inst", false);
marketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
marketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegBid.Build());
CanvasNodeBuilder marketPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"ARCA Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegAsk.SetReadOnly("exec_inst", true);
marketPegAsk.SetVisible("exec_inst", false);
marketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::ARCA()));
marketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegAsk.Build());
}
void PopulateBatsOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"BATS Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"BATS Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"BATS Market Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"BATS Market Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
CanvasNodeBuilder buy(*GetMarketBidOrderTaskNode()->Rename("BATS Buy"));
buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(buy.Build());
CanvasNodeBuilder sell(*GetMarketAskOrderTaskNode()->Rename("BATS Sell"));
sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(sell.Build());
CanvasNodeBuilder primaryPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"BATS Primary Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegBid.SetReadOnly("exec_inst", true);
primaryPegBid.SetVisible("exec_inst", false);
primaryPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
primaryPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegBid.Build());
CanvasNodeBuilder primaryPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"BATS Primary Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegAsk.SetReadOnly("exec_inst", true);
primaryPegAsk.SetVisible("exec_inst", false);
primaryPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
primaryPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegAsk.Build());
CanvasNodeBuilder midPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"BATS Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegBid.SetReadOnly("exec_inst", true);
midPegBid.SetVisible("exec_inst", false);
midPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
midPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegBid.Build());
CanvasNodeBuilder midPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"BATS Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegAsk.SetReadOnly("exec_inst", true);
midPegAsk.SetVisible("exec_inst", false);
midPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
midPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegAsk.Build());
CanvasNodeBuilder marketPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"BATS Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegBid.SetReadOnly("exec_inst", true);
marketPegBid.SetVisible("exec_inst", false);
marketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
marketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegBid.Build());
CanvasNodeBuilder marketPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"BATS Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegAsk.SetReadOnly("exec_inst", true);
marketPegAsk.SetVisible("exec_inst", false);
marketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATS()));
marketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegAsk.Build());
}
void PopulateBatyOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"BATY Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"BATY Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"BATY Market Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"BATY Market Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
CanvasNodeBuilder buy(*GetMarketBidOrderTaskNode()->Rename("BATY Buy"));
buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(buy.Build());
CanvasNodeBuilder sell(*GetMarketAskOrderTaskNode()->Rename("BATY Sell"));
sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(sell.Build());
CanvasNodeBuilder primaryPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"BATY Primary Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegBid.SetReadOnly("exec_inst", true);
primaryPegBid.SetVisible("exec_inst", false);
primaryPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
primaryPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegBid.Build());
CanvasNodeBuilder primaryPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"BATY Primary Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegAsk.SetReadOnly("exec_inst", true);
primaryPegAsk.SetVisible("exec_inst", false);
primaryPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
primaryPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegAsk.Build());
CanvasNodeBuilder midPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"BATY Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegBid.SetReadOnly("exec_inst", true);
midPegBid.SetVisible("exec_inst", false);
midPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
midPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegBid.Build());
CanvasNodeBuilder midPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"BATY Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegAsk.SetReadOnly("exec_inst", true);
midPegAsk.SetVisible("exec_inst", false);
midPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
midPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegAsk.Build());
CanvasNodeBuilder marketPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"BATY Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegBid.SetReadOnly("exec_inst", true);
marketPegBid.SetVisible("exec_inst", false);
marketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
marketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegBid.Build());
CanvasNodeBuilder marketPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"BATY Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegAsk.SetReadOnly("exec_inst", true);
marketPegAsk.SetVisible("exec_inst", false);
marketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::BATY()));
marketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegAsk.Build());
}
void PopulateEdgaOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"EDGA Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"EDGA Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"EDGA Market Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"EDGA Market Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
CanvasNodeBuilder buy(*GetMarketBidOrderTaskNode()->Rename("EDGA Buy"));
buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(buy.Build());
CanvasNodeBuilder sell(*GetMarketAskOrderTaskNode()->Rename("EDGA Sell"));
sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(sell.Build());
CanvasNodeBuilder primaryPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"EDGA Primary Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegBid.SetReadOnly("exec_inst", true);
primaryPegBid.SetVisible("exec_inst", false);
primaryPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
primaryPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegBid.Build());
CanvasNodeBuilder primaryPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"EDGA Primary Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegAsk.SetReadOnly("exec_inst", true);
primaryPegAsk.SetVisible("exec_inst", false);
primaryPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
primaryPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegAsk.Build());
CanvasNodeBuilder midPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"EDGA Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegBid.SetReadOnly("exec_inst", true);
midPegBid.SetVisible("exec_inst", false);
midPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
midPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegBid.Build());
CanvasNodeBuilder midPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"EDGA Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegAsk.SetReadOnly("exec_inst", true);
midPegAsk.SetVisible("exec_inst", false);
midPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
midPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegAsk.Build());
CanvasNodeBuilder marketPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"EDGA Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegBid.SetReadOnly("exec_inst", true);
marketPegBid.SetVisible("exec_inst", false);
marketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
marketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegBid.Build());
CanvasNodeBuilder marketPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"EDGA Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegAsk.SetReadOnly("exec_inst", true);
marketPegAsk.SetVisible("exec_inst", false);
marketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGA()));
marketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegAsk.Build());
}
void PopulateEdgxOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"EDGX Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"EDGX Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"EDGX Market Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"EDGX Market Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
CanvasNodeBuilder buy(*GetMarketBidOrderTaskNode()->Rename("EDGX Buy"));
buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(buy.Build());
CanvasNodeBuilder sell(*GetMarketAskOrderTaskNode()->Rename("EDGX Sell"));
sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(sell.Build());
CanvasNodeBuilder primaryPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"EDGX Primary Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegBid.SetReadOnly("exec_inst", true);
primaryPegBid.SetVisible("exec_inst", false);
primaryPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
primaryPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegBid.Build());
CanvasNodeBuilder primaryPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"EDGX Primary Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegAsk.SetReadOnly("exec_inst", true);
primaryPegAsk.SetVisible("exec_inst", false);
primaryPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
primaryPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegAsk.Build());
CanvasNodeBuilder midPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"EDGX Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegBid.SetReadOnly("exec_inst", true);
midPegBid.SetVisible("exec_inst", false);
midPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
midPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegBid.Build());
CanvasNodeBuilder midPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"EDGX Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegAsk.SetReadOnly("exec_inst", true);
midPegAsk.SetVisible("exec_inst", false);
midPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
midPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegAsk.Build());
CanvasNodeBuilder marketPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"EDGX Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegBid.SetReadOnly("exec_inst", true);
marketPegBid.SetVisible("exec_inst", false);
marketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
marketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegBid.Build());
CanvasNodeBuilder marketPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"EDGX Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegAsk.SetReadOnly("exec_inst", true);
marketPegAsk.SetVisible("exec_inst", false);
marketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::EDGX()));
marketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegAsk.Build());
}
void PopulateNyseOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"NYSE Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"NYSE Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"NYSE Market Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"NYSE Market Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
CanvasNodeBuilder buy(*GetMarketBidOrderTaskNode()->Rename("NYSE Buy"));
buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(buy.Build());
CanvasNodeBuilder sell(*GetMarketAskOrderTaskNode()->Rename("NYSE Sell"));
sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(sell.Build());
CanvasNodeBuilder primaryPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"NYSE Primary Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegBid.SetReadOnly("exec_inst", true);
primaryPegBid.SetVisible("exec_inst", false);
primaryPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
primaryPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegBid.Build());
CanvasNodeBuilder primaryPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"NYSE Primary Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegAsk.SetReadOnly("exec_inst", true);
primaryPegAsk.SetVisible("exec_inst", false);
primaryPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
primaryPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegAsk.Build());
CanvasNodeBuilder midPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"NYSE Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegBid.SetReadOnly("exec_inst", true);
midPegBid.SetVisible("exec_inst", false);
midPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
midPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegBid.Build());
CanvasNodeBuilder midPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"NYSE Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegAsk.SetReadOnly("exec_inst", true);
midPegAsk.SetVisible("exec_inst", false);
midPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
midPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegAsk.Build());
CanvasNodeBuilder marketPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"NYSE Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegBid.SetReadOnly("exec_inst", true);
marketPegBid.SetVisible("exec_inst", false);
marketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
marketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegBid.Build());
CanvasNodeBuilder marketPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"NYSE Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegAsk.SetReadOnly("exec_inst", true);
marketPegAsk.SetVisible("exec_inst", false);
marketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
marketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegAsk.Build());
}
void PopulateNyseOpenCloseOrders(
vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitOnOpenBid(*GetLimitBidOrderTaskNode()->Rename(
"NYSE Limit On Open Bid"));
limitOnOpenBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
limitOnOpenBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitOnOpenBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitOnOpenBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::OPG)));
limitOnOpenBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
limitOnOpenBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
limitOnOpenBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitOnOpenBid.Build());
CanvasNodeBuilder limitOnOpenAsk(*GetLimitAskOrderTaskNode()->Rename(
"NYSE Limit On Open Ask"));
limitOnOpenAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
limitOnOpenAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitOnOpenAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitOnOpenAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::OPG)));
limitOnOpenAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
limitOnOpenAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
limitOnOpenAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitOnOpenAsk.Build());
CanvasNodeBuilder marketOnOpenBid(*GetMarketBidOrderTaskNode()->Rename(
"NYSE Market On Open Bid"));
marketOnOpenBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
marketOnOpenBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketOnOpenBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketOnOpenBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::OPG)));
marketOnOpenBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketOnOpenBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketOnOpenBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketOnOpenBid.Build());
CanvasNodeBuilder marketOnOpenAsk(*GetMarketAskOrderTaskNode()->Rename(
"NYSE Market On Open Ask"));
marketOnOpenAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
marketOnOpenAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketOnOpenAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketOnOpenAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::OPG)));
marketOnOpenAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketOnOpenAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketOnOpenAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketOnOpenAsk.Build());
CanvasNodeBuilder limitOnCloseBid(*GetLimitBidOrderTaskNode()->Rename(
"NYSE Limit On Close Bid"));
limitOnCloseBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
limitOnCloseBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitOnCloseBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitOnCloseBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
limitOnCloseBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
limitOnCloseBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
limitOnCloseBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitOnCloseBid.Build());
CanvasNodeBuilder limitOnCloseAsk(*GetLimitAskOrderTaskNode()->Rename(
"NYSE Limit On Close Ask"));
limitOnCloseAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
limitOnCloseAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitOnCloseAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitOnCloseAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
limitOnCloseAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
limitOnCloseAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
limitOnCloseAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitOnCloseAsk.Build());
CanvasNodeBuilder marketOnCloseBid(*GetMarketBidOrderTaskNode()->Rename(
"NYSE Market On Close Bid"));
marketOnCloseBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
marketOnCloseBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
marketOnCloseBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
marketOnCloseBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
marketOnCloseBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketOnCloseBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketOnCloseBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketOnCloseBid.Build());
CanvasNodeBuilder marketOnCloseAsk(*GetMarketAskOrderTaskNode()->Rename(
"NYSE Market On Close Ask"));
marketOnCloseAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NYSE()));
marketOnCloseAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
marketOnCloseAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
marketOnCloseAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
marketOnCloseAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketOnCloseAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketOnCloseAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketOnCloseAsk.Build());
}
void PopulateNasdaqOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"NASDAQ Limit Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"NASDAQ Limit Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"NASDAQ Market Bid")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"NASDAQ Market Ask")->AddField("max_floor", 111,
LinkedNode::SetReferent(MaxFloorNode(), "security")));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
CanvasNodeBuilder buy(*GetMarketBidOrderTaskNode()->Rename("NASDAQ Buy"));
buy.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
buy.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
buy.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
buy.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
buy.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
buy.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
buy.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(buy.Build());
CanvasNodeBuilder sell(*GetMarketAskOrderTaskNode()->Rename(
"NASDAQ Sell"));
sell.SetVisible(SingleOrderTaskNode::QUANTITY_PROPERTY, false);
sell.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
sell.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
sell.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
sell.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
sell.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
sell.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(sell.Build());
CanvasNodeBuilder primaryPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"NASDAQ Primary Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegBid.SetReadOnly("exec_inst", true);
primaryPegBid.SetVisible("exec_inst", false);
primaryPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
primaryPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegBid.Build());
CanvasNodeBuilder primaryPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"NASDAQ Primary Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("R"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(Money::ZERO)));
primaryPegAsk.SetReadOnly("exec_inst", true);
primaryPegAsk.SetVisible("exec_inst", false);
primaryPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
primaryPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
primaryPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
primaryPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
primaryPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
primaryPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(primaryPegAsk.Build());
CanvasNodeBuilder midPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"NASDAQ Mid Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegBid.SetReadOnly("exec_inst", true);
midPegBid.SetVisible("exec_inst", false);
midPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
midPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegBid.Build());
CanvasNodeBuilder midPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"NASDAQ Mid Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("M")));
midPegAsk.SetReadOnly("exec_inst", true);
midPegAsk.SetVisible("exec_inst", false);
midPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
midPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
midPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
midPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
midPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
midPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(midPegAsk.Build());
CanvasNodeBuilder marketPegBid(*GetPeggedBidOrderTaskNode(false)->Rename(
"NASDAQ Market Peg Bid")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegBid.SetReadOnly("exec_inst", true);
marketPegBid.SetVisible("exec_inst", false);
marketPegBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
marketPegBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegBid.Build());
CanvasNodeBuilder marketPegAsk(*GetPeggedAskOrderTaskNode(false)->Rename(
"NASDAQ Market Peg Ask")->AddField("exec_inst", 18,
make_unique<TextNode>("P"))->AddField("peg_difference", 211,
make_unique<MoneyNode>(-Money::CENT)));
marketPegAsk.SetReadOnly("exec_inst", true);
marketPegAsk.SetVisible("exec_inst", false);
marketPegAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
marketPegAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketPegAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketPegAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketPegAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketPegAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketPegAsk.Build());
CanvasNodeBuilder limitOnOpenBid(*GetLimitBidOrderTaskNode()->Rename(
"NASDAQ Limit On Open Bid"));
limitOnOpenBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
limitOnOpenBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitOnOpenBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitOnOpenBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::OPG)));
limitOnOpenBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
limitOnOpenBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
limitOnOpenBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitOnOpenBid.Build());
CanvasNodeBuilder limitOnOpenAsk(*GetLimitAskOrderTaskNode()->Rename(
"NASDAQ Limit On Open Ask"));
limitOnOpenAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
limitOnOpenAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitOnOpenAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitOnOpenAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::OPG)));
limitOnOpenAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
limitOnOpenAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
limitOnOpenAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitOnOpenAsk.Build());
CanvasNodeBuilder marketOnOpenBid(*GetMarketBidOrderTaskNode()->Rename(
"NASDAQ Market On Open Bid"));
marketOnOpenBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
marketOnOpenBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketOnOpenBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketOnOpenBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::OPG)));
marketOnOpenBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketOnOpenBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketOnOpenBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketOnOpenBid.Build());
CanvasNodeBuilder marketOnOpenAsk(*GetMarketAskOrderTaskNode()->Rename(
"NASDAQ Market On Open Ask"));
marketOnOpenAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
marketOnOpenAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketOnOpenAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketOnOpenAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::OPG)));
marketOnOpenAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketOnOpenAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketOnOpenAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketOnOpenAsk.Build());
CanvasNodeBuilder limitOnCloseBid(*GetLimitBidOrderTaskNode()->Rename(
"NASDAQ Limit On Close Bid"));
limitOnCloseBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
limitOnCloseBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitOnCloseBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitOnCloseBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
limitOnCloseBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
limitOnCloseBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
limitOnCloseBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitOnCloseBid.Build());
CanvasNodeBuilder limitOnCloseAsk(*GetLimitAskOrderTaskNode()->Rename(
"NASDAQ Limit On Close Ask"));
limitOnCloseAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
limitOnCloseAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitOnCloseAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitOnCloseAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
limitOnCloseAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
limitOnCloseAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
limitOnCloseAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitOnCloseAsk.Build());
CanvasNodeBuilder marketOnCloseBid(*GetMarketBidOrderTaskNode()->Rename(
"NASDAQ Market On Close Bid"));
marketOnCloseBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
marketOnCloseBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
marketOnCloseBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
marketOnCloseBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
marketOnCloseBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketOnCloseBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketOnCloseBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketOnCloseBid.Build());
CanvasNodeBuilder marketOnCloseAsk(*GetMarketAskOrderTaskNode()->Rename(
"NASDAQ Market On Close Ask"));
marketOnCloseAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::NASDAQ()));
marketOnCloseAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY,
false);
marketOnCloseAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY,
true);
marketOnCloseAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::MOC)));
marketOnCloseAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
false);
marketOnCloseAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
true);
marketOnCloseAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketOnCloseAsk.Build());
}
void PopulateOseOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"OSE Limit Bid"));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::OSE()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"OSE Limit Ask"));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::OSE()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"OSE Market Bid"));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::OSE()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"OSE Market Ask"));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::OSE()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
}
void PopulateTseOrders(vector<unique_ptr<const CanvasNode>>& orderTypes) {
CanvasNodeBuilder limitBid(*GetLimitBidOrderTaskNode()->Rename(
"TSE Limit Bid"));
limitBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSE()));
limitBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitBid.Build());
CanvasNodeBuilder limitAsk(*GetLimitAskOrderTaskNode()->Rename(
"TSE Limit Ask"));
limitAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSE()));
limitAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
limitAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
limitAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
limitAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
limitAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(limitAsk.Build());
CanvasNodeBuilder marketBid(*GetMarketBidOrderTaskNode()->Rename(
"TSE Market Bid"));
marketBid.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSE()));
marketBid.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketBid.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketBid.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketBid.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketBid.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketBid.Build());
CanvasNodeBuilder marketAsk(*GetMarketAskOrderTaskNode()->Rename(
"TSE Market Ask"));
marketAsk.Replace(SingleOrderTaskNode::DESTINATION_PROPERTY,
make_unique<DestinationNode>(DefaultDestinations::TSE()));
marketAsk.SetVisible(SingleOrderTaskNode::DESTINATION_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::DESTINATION_PROPERTY, true);
marketAsk.Replace(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY,
make_unique<TimeInForceNode>(TimeInForce(TimeInForce::Type::DAY)));
marketAsk.SetVisible(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, false);
marketAsk.SetReadOnly(SingleOrderTaskNode::TIME_IN_FORCE_PROPERTY, true);
marketAsk.SetMetaData("", KEY_BINDING_IDENTIFIER, true);
orderTypes.emplace_back(marketAsk.Build());
}
std::unordered_map<MarketCode, vector<unique_ptr<const CanvasNode>>>
SetupOrderTypes() {
std::unordered_map<MarketCode, vector<unique_ptr<const CanvasNode>>>
orderTypes;
auto& asxOrderTypes = orderTypes[DefaultMarkets::ASX()];
PopulateAsxOrders(asxOrderTypes);
PopulateCxaOrders(asxOrderTypes);
auto& arcxOrderTypes = orderTypes[DefaultMarkets::ARCX()];
PopulateArcaOrders(arcxOrderTypes);
PopulateBatsOrders(arcxOrderTypes);
PopulateBatyOrders(arcxOrderTypes);
PopulateEdgaOrders(arcxOrderTypes);
PopulateEdgxOrders(arcxOrderTypes);
PopulateNasdaqOrders(arcxOrderTypes);
auto& asexOrderTypes = orderTypes[DefaultMarkets::ASEX()];
PopulateAmexOrders(asexOrderTypes);
PopulateArcaOrders(asexOrderTypes);
PopulateBatsOrders(asexOrderTypes);
PopulateBatyOrders(asexOrderTypes);
PopulateEdgaOrders(asexOrderTypes);
PopulateEdgxOrders(asexOrderTypes);
PopulateNasdaqOrders(asexOrderTypes);
auto& cseOrderTypes = orderTypes[DefaultMarkets::CSE()];
PopulateChixOrders(cseOrderTypes);
PopulateCseOrders(cseOrderTypes);
PopulateCx2Orders(cseOrderTypes);
PopulateLynxOrders(cseOrderTypes);
PopulateMatchNowLpOrders(cseOrderTypes);
PopulateMatchNowMfOrders(cseOrderTypes);
PopulateNeoeOrders(cseOrderTypes);
PopulateOmegaOrders(cseOrderTypes);
PopulatePureOrders(cseOrderTypes);
auto& hkexOrderTypes = orderTypes[DefaultMarkets::HKEX()];
PopulateHkexOrders(hkexOrderTypes);
auto& nasdaqOrderTypes = orderTypes[DefaultMarkets::NASDAQ()];
PopulateArcaOrders(nasdaqOrderTypes);
PopulateBatsOrders(nasdaqOrderTypes);
PopulateBatyOrders(nasdaqOrderTypes);
PopulateEdgaOrders(nasdaqOrderTypes);
PopulateEdgxOrders(nasdaqOrderTypes);
PopulateNasdaqOrders(nasdaqOrderTypes);
auto& nyseOrderTypes = orderTypes[DefaultMarkets::NYSE()];
PopulateArcaOrders(nyseOrderTypes);
PopulateBatsOrders(nyseOrderTypes);
PopulateBatyOrders(nyseOrderTypes);
PopulateEdgaOrders(nyseOrderTypes);
PopulateEdgxOrders(nyseOrderTypes);
PopulateNyseOrders(nyseOrderTypes);
PopulateNyseOpenCloseOrders(nyseOrderTypes);
PopulateNasdaqOrders(nyseOrderTypes);
auto& oseOrderTypes = orderTypes[DefaultMarkets::OSE()];
PopulateOseOrders(oseOrderTypes);
auto& tseOrderTypes = orderTypes[DefaultMarkets::TSE()];
PopulateTseOrders(tseOrderTypes);
auto& tsxOrderTypes = orderTypes[DefaultMarkets::TSX()];
PopulateAlphaOrders(tsxOrderTypes);
PopulateChixOrders(tsxOrderTypes);
PopulateCx2Orders(tsxOrderTypes);
PopulateLynxOrders(tsxOrderTypes);
PopulateMatchNowLpOrders(tsxOrderTypes);
PopulateMatchNowMfOrders(tsxOrderTypes);
PopulateNeoeOrders(tsxOrderTypes);
PopulateOmegaOrders(tsxOrderTypes);
PopulatePureOrders(tsxOrderTypes);
PopulateTsxOrders(tsxOrderTypes);
auto& tsxvOrderTypes = orderTypes[DefaultMarkets::TSXV()];
PopulateAlphaOrders(tsxvOrderTypes);
PopulateChixOrders(tsxvOrderTypes);
PopulateCx2Orders(tsxvOrderTypes);
PopulateLynxOrders(tsxvOrderTypes);
PopulateMatchNowLpOrders(tsxvOrderTypes);
PopulateMatchNowMfOrders(tsxvOrderTypes);
PopulateNeoeOrders(tsxvOrderTypes);
PopulateOmegaOrders(tsxvOrderTypes);
PopulatePureOrders(tsxvOrderTypes);
PopulateTsxOrders(tsxvOrderTypes);
return orderTypes;
}
}
SimplifiedKeyBindingsDialog::SimplifiedKeyBindingsDialog(
Ref<UserProfile> userProfile, QWidget* parent, Qt::WindowFlags flags)
: QDialog(parent, flags),
m_ui(std::make_unique<Ui_SimplifiedKeyBindingsDialog>()),
m_userProfile(userProfile.Get()),
m_keyBindings(m_userProfile->GetKeyBindings()) {
m_ui->setupUi(this);
m_ui->m_interactionsWidget->Initialize(Ref(*m_userProfile));
m_orderTypes = SetupOrderTypes();
for(const auto& market : m_userProfile->GetMarketDatabase().GetEntries()) {
if(m_orderTypes.find(market.m_code) != m_orderTypes.end()) {
m_ui->m_taskMarketComboBox->addItem(
QString::fromStdString(market.m_displayName));
}
}
m_ui->m_taskBindingsTable->setHorizontalHeaderLabels(
QStringList() << tr("Order Type") << tr("Key"));
m_ui->m_taskBindingsTable->setColumnWidth(0, 220);
QFontMetrics taskMetrics(m_ui->m_taskBindingsTable->font());
m_ui->m_taskBindingsTable->verticalHeader()->setDefaultSectionSize(
taskMetrics.height() + 4);
m_ui->m_taskBindingsTable->installEventFilter(this);
m_ui->m_cancelsBindingsTable->setHorizontalHeaderLabels(
QStringList() << tr("Cancel Option") << tr("Key"));
m_ui->m_cancelsBindingsTable->setColumnWidth(0, 220);
QFontMetrics cancelMetrics(m_ui->m_cancelsBindingsTable->font());
m_ui->m_cancelsBindingsTable->verticalHeader()->setDefaultSectionSize(
cancelMetrics.height() + 4);
m_ui->m_cancelsBindingsTable->installEventFilter(this);
connect(m_ui->m_taskMarketComboBox, static_cast<void (QComboBox::*)(int)>(
&QComboBox::currentIndexChanged), this,
&SimplifiedKeyBindingsDialog::OnMarketChanged);
connect(m_ui->m_taskClearButton, &QPushButton::clicked, this,
&SimplifiedKeyBindingsDialog::OnClearTasksButton);
connect(m_ui->m_clearCancelsButton, &QPushButton::clicked, this,
&SimplifiedKeyBindingsDialog::OnClearCancelsButton);
connect(m_ui->m_okButton, &QPushButton::clicked, this,
&SimplifiedKeyBindingsDialog::OnOkButton);
connect(m_ui->m_cancelButton, &QPushButton::clicked, this,
&SimplifiedKeyBindingsDialog::reject);
connect(m_ui->m_applyButton, &QPushButton::clicked, this,
&SimplifiedKeyBindingsDialog::OnApplyButton);
OnMarketChanged(0);
PopulateTaskTable();
PopulateCancelTable();
}
SimplifiedKeyBindingsDialog::~SimplifiedKeyBindingsDialog() {}
bool SimplifiedKeyBindingsDialog::eventFilter(QObject* object, QEvent* event) {
if(object == m_ui->m_taskBindingsTable) {
if(event->type() == QEvent::KeyPress) {
return FilterTaskBindingsTable(event);
}
} else if(object == m_ui->m_cancelsBindingsTable) {
if(event->type() == QEvent::KeyPress) {
return FilterCancelBindingsTable(event);
}
}
return QWidget::eventFilter(object, event);
}
void SimplifiedKeyBindingsDialog::PopulateTaskTable() {
auto selectedRow = m_ui->m_taskBindingsTable->currentRow();
auto& orderTypes = m_orderTypes[m_currentMarket];
while(m_ui->m_taskBindingsTable->rowCount() > 0) {
m_ui->m_taskBindingsTable->removeRow(0);
}
m_taskBindings.clear();
for(const auto& orderType : orderTypes) {
auto rowIndex = m_ui->m_taskBindingsTable->rowCount();
m_ui->m_taskBindingsTable->insertRow(rowIndex);
m_ui->m_taskBindingsTable->setItem(rowIndex, ORDER_TYPE_COLUMN,
new QTableWidgetItem(QString::fromStdString(orderType->GetText())));
auto& availableKeyBindings = KeyBindings::TaskBinding::GetAvailableKeys();
auto item = new QTableWidgetItem();
item->setTextAlignment(Qt::AlignHCenter);
m_ui->m_taskBindingsTable->setItem(rowIndex, TASK_KEY_COLUMN, item);
for(const auto& keyBinding : availableKeyBindings) {
const QKeySequence& keySequence = keyBinding;
auto taskBinding = m_keyBindings.GetTaskFromBinding(m_currentMarket,
keySequence);
if(taskBinding.is_initialized()) {
auto identifier = taskBinding->m_node->FindMetaData(
KEY_BINDING_IDENTIFIER);
if(identifier.is_initialized() &&
orderType->GetText() == taskBinding->m_node->GetText()) {
item->setText(keySequence.toString());
m_taskBindings[rowIndex] = keySequence;
break;
}
}
}
}
m_ui->m_taskBindingsTable->setCurrentCell(selectedRow, 0);
}
void SimplifiedKeyBindingsDialog::PopulateCancelTable() {
auto selectedRow = m_ui->m_cancelsBindingsTable->currentRow();
while(m_ui->m_cancelsBindingsTable->rowCount() > 0) {
m_ui->m_cancelsBindingsTable->removeRow(0);
}
m_cancelBindings.clear();
for(auto i = 0; i < KeyBindings::CancelBinding::Type::COUNT; ++i) {
auto cancelBinding = KeyBindings::CancelBinding::GetCancelBindingFromType(
static_cast<KeyBindings::CancelBinding::Type>(i));
auto rowIndex = m_ui->m_cancelsBindingsTable->rowCount();
m_ui->m_cancelsBindingsTable->insertRow(rowIndex);
m_ui->m_cancelsBindingsTable->setItem(rowIndex, CANCEL_OPTION_COLUMN,
new QTableWidgetItem(QString::fromStdString(
cancelBinding.m_description)));
auto& availableKeyBindings =
KeyBindings::CancelBinding::GetAvailableKeys();
for(const auto& keyBinding : availableKeyBindings) {
const QKeySequence& keySequence = keyBinding;
auto cancelBindingProperty = m_keyBindings.GetCancelFromBinding(
keySequence);
if(cancelBindingProperty.is_initialized() &&
cancelBindingProperty->m_type == cancelBinding.m_type) {
auto item = new QTableWidgetItem(keySequence.toString());
item->setTextAlignment(Qt::AlignHCenter);
m_ui->m_cancelsBindingsTable->setItem(rowIndex, CANCEL_KEY_COLUMN,
item);
m_cancelBindings[rowIndex] = keySequence;
}
}
}
m_ui->m_cancelsBindingsTable->setCurrentCell(selectedRow, 0);
}
bool SimplifiedKeyBindingsDialog::FilterTaskBindingsTable(QEvent* event) {
auto& keyEvent = static_cast<const QKeyEvent&>(*event);
QKeySequence keySequence(keyEvent.modifiers() + keyEvent.key());
auto& availableKeyBindings = KeyBindings::TaskBinding::GetAvailableKeys();
if(keyEvent.key() == Qt::Key_Delete) {
auto selectedRow = m_ui->m_taskBindingsTable->currentRow();
if(selectedRow == -1) {
return QWidget::eventFilter(m_ui->m_taskBindingsTable, event);
}
auto currentBindingIterator = m_taskBindings.find(selectedRow);
if(currentBindingIterator != m_taskBindings.end()) {
m_keyBindings.ResetTaskBinding(m_currentMarket,
currentBindingIterator->second);
auto item = m_ui->m_taskBindingsTable->item(selectedRow,
TASK_KEY_COLUMN);
item->setText(QString());
PopulateCancelTable();
}
return true;
} else if(std::find(availableKeyBindings.begin(),
availableKeyBindings.end(), keySequence) !=
availableKeyBindings.end()) {
auto selectedRow = m_ui->m_taskBindingsTable->currentRow();
if(selectedRow == -1) {
return QWidget::eventFilter(m_ui->m_taskBindingsTable, event);
}
auto& baseOrderType = m_orderTypes[m_currentMarket][selectedRow];
m_keyBindings.ResetTaskBinding(m_currentMarket, keySequence);
auto currentBindingIterator = m_taskBindings.find(selectedRow);
if(currentBindingIterator != m_taskBindings.end()) {
m_keyBindings.ResetTaskBinding(m_currentMarket,
currentBindingIterator->second);
}
for(auto i = 0; i < m_ui->m_taskBindingsTable->rowCount(); ++i) {
auto item = m_ui->m_taskBindingsTable->item(i, TASK_KEY_COLUMN);
auto previousSequence = QKeySequence::fromString(item->text());
if(previousSequence == keySequence) {
item->setText(QString());
}
}
unique_ptr<CanvasNode> orderType;
auto baseQuantityNode = baseOrderType->FindChild("quantity");
if(baseQuantityNode.is_initialized()) {
if(auto quantityNode =
dynamic_cast<const IntegerNode*>(&*baseQuantityNode)) {
try {
orderType = baseOrderType->Replace("quantity",
quantityNode->SetValue(static_cast<int>(
m_keyBindings.GetDefaultQuantity(m_currentMarket))));
} catch(const CanvasOperationException&) {
orderType = CanvasNode::Clone(*baseOrderType);
}
} else {
orderType = CanvasNode::Clone(*baseOrderType);
}
} else {
orderType = CanvasNode::Clone(*baseOrderType);
}
auto taskBindingName = orderType->GetText();
KeyBindings::TaskBinding taskBinding(taskBindingName,
std::move(orderType));
m_keyBindings.SetTaskBinding(m_currentMarket, keySequence, taskBinding);
auto item = m_ui->m_taskBindingsTable->item(selectedRow, TASK_KEY_COLUMN);
item->setText(keySequence.toString());
PopulateCancelTable();
return true;
}
return QWidget::eventFilter(m_ui->m_taskBindingsTable, event);
}
bool SimplifiedKeyBindingsDialog::FilterCancelBindingsTable(QEvent* event) {
auto& keyEvent = static_cast<const QKeyEvent&>(*event);
QKeySequence keySequence(keyEvent.modifiers() + keyEvent.key());
auto& availableKeyBindings = KeyBindings::CancelBinding::GetAvailableKeys();
if(keyEvent.key() == Qt::Key_Delete) {
auto selectedRow = m_ui->m_cancelsBindingsTable->currentRow();
if(selectedRow == -1) {
return QWidget::eventFilter(m_ui->m_cancelsBindingsTable, event);
}
auto currentBindingIterator = m_cancelBindings.find(selectedRow);
if(currentBindingIterator != m_cancelBindings.end()) {
m_keyBindings.ResetCancelBinding(currentBindingIterator->second);
}
PopulateTaskTable();
PopulateCancelTable();
return true;
} else if(std::find(availableKeyBindings.begin(),
availableKeyBindings.end(), keySequence) !=
availableKeyBindings.end()) {
auto selectedRow = m_ui->m_cancelsBindingsTable->currentRow();
if(selectedRow == -1) {
return QWidget::eventFilter(m_ui->m_cancelsBindingsTable, event);
}
m_keyBindings.ResetCancelBinding(keySequence);
auto currentBindingIterator = m_cancelBindings.find(selectedRow);
if(currentBindingIterator != m_cancelBindings.end()) {
m_keyBindings.ResetCancelBinding(currentBindingIterator->second);
}
auto cancelBinding = KeyBindings::CancelBinding::GetCancelBindingFromType(
static_cast<KeyBindings::CancelBinding::Type>(selectedRow));
m_keyBindings.SetCancelBinding(keySequence, cancelBinding);
PopulateTaskTable();
PopulateCancelTable();
return true;
}
return QWidget::eventFilter(m_ui->m_cancelsBindingsTable, event);
}
void SimplifiedKeyBindingsDialog::OnClearTasksButton() {
for(const auto& binding : m_taskBindings) {
m_keyBindings.ResetTaskBinding(m_currentMarket, binding.second);
}
PopulateTaskTable();
PopulateCancelTable();
}
void SimplifiedKeyBindingsDialog::OnClearCancelsButton() {
for(const auto& binding : m_cancelBindings) {
m_keyBindings.ResetCancelBinding(binding.second);
}
PopulateTaskTable();
PopulateCancelTable();
}
void SimplifiedKeyBindingsDialog::OnOkButton() {
OnApplyButton();
Q_EMIT accept();
}
void SimplifiedKeyBindingsDialog::OnApplyButton() {
m_userProfile->SetKeyBindings(m_keyBindings);
m_userProfile->GetInteractionProperties() =
m_ui->m_interactionsWidget->GetProperties();
}
void SimplifiedKeyBindingsDialog::OnMarketChanged(int index) {
m_currentMarket = m_userProfile->GetMarketDatabase().FromDisplayName(
m_ui->m_taskMarketComboBox->itemText(index).toStdString()).m_code;
PopulateTaskTable();
PopulateCancelTable();
}
| [
"kamal@eidolonsystems.com"
] | kamal@eidolonsystems.com |
4cc22bc21d7e3bca84ef4cff2a945452a5bbc8f7 | 49fe9dbd5b6ef2374fbdfdb9a3c4b8d44f876a40 | /src/wren/StaticMesh.hpp | 9b0c374a354a7a539bd56c5d90f1bfe75ff2c13d | [
"Apache-2.0"
] | permissive | Thelm76/webots | e47c63c4275592b0c6171b2725f43af66b778f78 | 2617febf233ac5c4a19e60c09398b572934397c8 | refs/heads/master | 2020-05-15T05:17:30.721745 | 2019-04-29T10:24:56 | 2019-04-29T10:24:56 | 182,102,004 | 0 | 0 | Apache-2.0 | 2019-04-29T10:41:21 | 2019-04-18T14:23:19 | C++ | UTF-8 | C++ | false | false | 4,168 | hpp | // Copyright 1996-2019 Cyberbotics Ltd.
//
// 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 STATIC_MESH_HPP
#define STATIC_MESH_HPP
#include "Cache.hpp"
#include "Constants.hpp"
#include "Mesh.hpp"
#include <unordered_map>
#include <vector>
namespace wren {
// Mesh class, creates a cache entry on creation if necessary and stores a pointer on the cached data needed for rendering
class StaticMesh : public Mesh {
public:
// Encapsulate memory management
static StaticMesh *createStaticMesh() { return new StaticMesh(); }
static bool createOrRetrieveFromCache(StaticMesh **mesh, const cache::Key key); // returns true on cache hit
// Static methods for creating meshes with a specific geometry
static StaticMesh *createUnitBox(bool outline);
static StaticMesh *createUnitCone(int subdivision, bool hasSide, bool hasBottom);
static StaticMesh *createUnitCylinder(int subdivision, bool hasSide, bool hasTop, bool hasBottom, bool outline);
static StaticMesh *createUnitElevationGrid(int dimensionX, int dimensionZ, const float *heightData, float thickness,
bool outline);
static StaticMesh *createUnitRectangle(bool outline);
static StaticMesh *createUnitSphere(int subdivision);
static StaticMesh *createCapsule(int subdivision, float radius, float height, bool hasSide, bool hasTop, bool hasBottom,
bool outline);
static StaticMesh *createQuad();
static StaticMesh *createLineSet(int coordCount, const float *coordData, const float *colorData);
static StaticMesh *createPointSet(int coordCount, const float *coordData, const float *colorData);
static StaticMesh *createTriangleMesh(int coordCount, int indexCount, const float *coordData, const float *normalData,
const float *texCoordData, const float *unwrappedTexCoordData,
const unsigned int *indexData, bool outline);
static size_t cachedItemCount();
static void printCacheContents();
void setCachePersistency(bool persistent);
bool isCachePersistent() const { return mIsCachePersistent; }
const std::vector<glm::vec4> &shadowCoords() const override { return mCacheData->mShadowCoords; }
const std::vector<Mesh::Edge> &edges() const override { return mCacheData->mEdges; }
const std::vector<Mesh::Triangle> &triangles() const override { return mCacheData->mTriangles; }
const Mesh::Triangle &triangle(size_t index) const override { return mCacheData->mTriangles[index]; }
void readData(float *coordData, float *normalData, float *texCoordData, unsigned int *indexData);
int vertexCount();
int indexCount();
void bind() override;
void release() override;
void render(unsigned int drawingMode) override;
void bindShadowVolume() override;
void releaseShadowVolume() override;
size_t sortingId() const override;
primitive::Aabb recomputeAabb(const glm::vec3 &scale = gVec3Ones) override;
primitive::Sphere recomputeBoundingSphere(const glm::vec3 &scale = gVec3Ones) override;
void computeBoundingVolumes();
bool supportShadows() const override { return mCacheData->mSupportShadows; }
protected:
StaticMesh();
virtual ~StaticMesh() {}
private:
void computeTrianglesAndEdges();
void prepareGl() override;
void cleanupGl() override;
static std::unordered_map<cache::Key, cache::MeshData> cCache;
bool mIsCachePersistent;
cache::Key mCacheKey;
cache::MeshData *mCacheData;
};
} // namespace wren
#endif // STATIC_MESH_HPP
| [
"David.Mansolino@cyberbotics.com"
] | David.Mansolino@cyberbotics.com |
cf05d98d8d28b2e1a2681fa048d8ec9365ac55ab | ebf79918b4f4141499ed56ddaac4e676ec6c5152 | /Manager.cpp | 76aadf3c3c6734f2557aaccbdef389ee68ee034c | [] | no_license | seanbigler/CS1410-Inheritance | decda64c89afc5b81bd3cb81a39ed2ea8ccc567d | d2c355391f8bbaa41d49ae94309a7b0a76765d75 | refs/heads/master | 2021-07-14T12:12:48.313360 | 2017-10-19T17:02:33 | 2017-10-19T17:02:33 | 107,307,609 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 437 | cpp | //
// Created by bigle on 10/19/2017.
//
#include "Manager.h"
void Manager::setData()
{
Employee::setData();
cout << "\nEnter your title: ";
cin >> title;
cin.ignore();
cout << "\nEnter golf club dues: ";
cin >> dues;
Student::setEducation();
}
void Manager::getData()
{
Employee::getData();
cout << "\n Title: " << title << endl;
cout << "Golf Dues: " << dues;
Student::getEducation();
}
| [
"seanbigler@mail.weber.edu"
] | seanbigler@mail.weber.edu |
515675482172d9b46c8e6af850d517456b2c9557 | 72d9009d19e92b721d5cc0e8f8045e1145921130 | /coga/inst/testfiles/pcoga2dim_diff_shape/AFL_pcoga2dim_diff_shape/pcoga2dim_diff_shape_DeepState_TestHarness.cpp | 3ee2e7d2ce7a35290d5c69e001fb688ffb15996d | [] | no_license | akhikolla/TestedPackages-NoIssues | be46c49c0836b3f0cf60e247087089868adf7a62 | eb8d498cc132def615c090941bc172e17fdce267 | refs/heads/master | 2023-03-01T09:10:17.227119 | 2021-01-25T19:44:44 | 2021-01-25T19:44:44 | 332,027,727 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,605 | cpp | // AUTOMATICALLY GENERATED BY RCPPDEEPSTATE PLEASE DO NOT EDIT BY HAND, INSTEAD EDIT
// pcoga2dim_diff_shape_DeepState_TestHarness_generation.cpp and pcoga2dim_diff_shape_DeepState_TestHarness_checks.cpp
#include <fstream>
#include <ctime>
#include <RInside.h>
#include <iostream>
#include <RcppDeepState.h>
#include <qs.h>
#include <DeepState.hpp>
double pcoga2dim_diff_shape(double x, double shape1, double shape2, double rate1, double rate2);
TEST(coga_deepstate_test,pcoga2dim_diff_shape_test){
RInside R;
std::time_t t = std::time(0);
std::cout << "input starts" << std::endl;
NumericVector x(1);
x[0] = RcppDeepState_double();
std::string x_t = "/home/akhila/fuzzer_packages/fuzzedpackages/coga/inst/testfiles/pcoga2dim_diff_shape/AFL_pcoga2dim_diff_shape/afl_inputs/" + std::to_string(t) + "_x.qs";
qs::c_qsave(x,x_t,
"high", "zstd", 1, 15, true, 1);
std::cout << "x values: "<< x << std::endl;
NumericVector shape1(1);
shape1[0] = RcppDeepState_double();
std::string shape1_t = "/home/akhila/fuzzer_packages/fuzzedpackages/coga/inst/testfiles/pcoga2dim_diff_shape/AFL_pcoga2dim_diff_shape/afl_inputs/" + std::to_string(t) + "_shape1.qs";
qs::c_qsave(shape1,shape1_t,
"high", "zstd", 1, 15, true, 1);
std::cout << "shape1 values: "<< shape1 << std::endl;
NumericVector shape2(1);
shape2[0] = RcppDeepState_double();
std::string shape2_t = "/home/akhila/fuzzer_packages/fuzzedpackages/coga/inst/testfiles/pcoga2dim_diff_shape/AFL_pcoga2dim_diff_shape/afl_inputs/" + std::to_string(t) + "_shape2.qs";
qs::c_qsave(shape2,shape2_t,
"high", "zstd", 1, 15, true, 1);
std::cout << "shape2 values: "<< shape2 << std::endl;
NumericVector rate1(1);
rate1[0] = RcppDeepState_double();
std::string rate1_t = "/home/akhila/fuzzer_packages/fuzzedpackages/coga/inst/testfiles/pcoga2dim_diff_shape/AFL_pcoga2dim_diff_shape/afl_inputs/" + std::to_string(t) + "_rate1.qs";
qs::c_qsave(rate1,rate1_t,
"high", "zstd", 1, 15, true, 1);
std::cout << "rate1 values: "<< rate1 << std::endl;
NumericVector rate2(1);
rate2[0] = RcppDeepState_double();
std::string rate2_t = "/home/akhila/fuzzer_packages/fuzzedpackages/coga/inst/testfiles/pcoga2dim_diff_shape/AFL_pcoga2dim_diff_shape/afl_inputs/" + std::to_string(t) + "_rate2.qs";
qs::c_qsave(rate2,rate2_t,
"high", "zstd", 1, 15, true, 1);
std::cout << "rate2 values: "<< rate2 << std::endl;
std::cout << "input ends" << std::endl;
try{
pcoga2dim_diff_shape(x[0],shape1[0],shape2[0],rate1[0],rate2[0]);
}
catch(Rcpp::exception& e){
std::cout<<"Exception Handled"<<std::endl;
}
}
| [
"akhilakollasrinu424jf@gmail.com"
] | akhilakollasrinu424jf@gmail.com |
de6c64e4022adfc7e3ecb30ff797fbed7a44103d | 719f4bf1d1ba7bcbaaae1f66ce74019354bfce9c | /src/ace_time/LocalDate.cpp | 19959de1a30d5b96f7f927b5b5a05959b11b0d68 | [
"MIT"
] | permissive | SeppPenner/AceTime | 4005d0a4845f8a5dc365abc926430226da426aff | 86507548ad8231ae26fea4cbe935b7a779ace0db | refs/heads/master | 2020-06-28T07:56:53.109576 | 2019-07-30T00:50:45 | 2019-07-30T00:50:45 | 200,182,111 | 2 | 0 | MIT | 2019-08-02T06:53:52 | 2019-08-02T06:53:51 | null | UTF-8 | C++ | false | false | 1,884 | cpp | /*
* MIT License
* Copyright (c) 2018 Brian T. Park
*/
#include "common/util.h"
#include "common/DateStrings.h"
#include "LocalDate.h"
namespace ace_time {
using common::printPad2;
using common::printPad3;
using common::DateStrings;
// Using 0=Jan offset.
const uint8_t LocalDate::sDayOfWeek[12] = {
5 /*Jan=31*/,
1 /*Feb=28*/,
0 /*Mar=31, start of "year"*/,
3 /*Apr=30*/,
5 /*May=31*/,
1 /*Jun=30*/,
3 /*Jul=31*/,
6 /*Aug=31*/,
2 /*Sep=30*/,
4 /*Oct=31*/,
0 /*Nov=30*/,
2 /*Dec=31*/,
};
// Using 0=Jan offset.
const uint8_t LocalDate::sDaysInMonth[12] = {
31 /*Jan=31*/,
28 /*Feb=28*/,
31 /*Mar=31*/,
30 /*Apr=30*/,
31 /*May=31*/,
30 /*Jun=30*/,
31 /*Jul=31*/,
31 /*Aug=31*/,
30 /*Sep=30*/,
31 /*Oct=31*/,
30 /*Nov=30*/,
31 /*Dec=31*/,
};
void LocalDate::printTo(Print& printer) const {
if (isError()) {
printer.print(F("<Invalid LocalDate>"));
return;
}
// Date
printer.print(year());
printer.print('-');
printPad2(printer, mMonth);
printer.print('-');
printPad2(printer, mDay);
printer.print(' ');
// Week day
DateStrings ds;
printer.print(ds.dayOfWeekLongString(dayOfWeek()));
}
LocalDate LocalDate::forDateString(const char* dateString) {
if (strlen(dateString) < kDateStringLength) {
return forError();
}
return forDateStringChainable(dateString);
}
LocalDate LocalDate::forDateStringChainable(const char*& dateString) {
const char* s = dateString;
// year (assumes 4 digit year)
int16_t year = (*s++ - '0');
year = 10 * year + (*s++ - '0');
year = 10 * year + (*s++ - '0');
year = 10 * year + (*s++ - '0');
// '-'
s++;
// month
uint8_t month = (*s++ - '0');
month = 10 * month + (*s++ - '0');
// '-'
s++;
// day
uint8_t day = (*s++ - '0');
day = 10 * day + (*s++ - '0');
dateString = s;
return forComponents(year, month, day);
}
}
| [
"brian@xparks.net"
] | brian@xparks.net |
f161bb4b050faf8c6495fb3eaefde5bf0cc1a679 | 6aa80a143254b7aff9d70e93875ef91540cc2433 | /Uno/generate_card.cpp | 11995ce3e4b6f7bc20c719780672a4cbe7eaa3e3 | [] | no_license | 1411-duliu/Uno | 15fef4edd02c51eec32022cefefd9bf501b1ca80 | 00929ece7a012d2be42973b8bbd93595af2c789d | refs/heads/master | 2016-09-06T10:08:52.162012 | 2013-04-14T03:06:00 | 2013-04-14T03:06:00 | 9,278,414 | 4 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 1,992 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include "uno.h"
CARD * generateCards()
{
CARD* cards;
cards = (CARD *) malloc(sizeof(CARD) * 108);
int color;
int i;
int count = 0, color_cards = 0;
for (color = 1; color <= 4; color++) {
cards[count].color = color;
cards[count].name = 0;
color_cards = 1;
count++;
while (color_cards <= 9) {
cards[count].color = color;
cards[count].name = color_cards;
count++;
cards[count].color = color;
cards[count].name = color_cards;
count++;
color_cards++;
}
}
count = 4 * 19;
for (color = 1; color <= 4; color++) {
for (i = 0; i < 2; i++) {
cards[count].color = color;
cards[count++].name = REVERSE;
cards[count].color = color;
cards[count++].name = PLUS_2;
cards[count].color = color;
cards[count++].name = SKIP;
}
}
for (i = 0; i < 4 ; i++) {
cards[count].color = 0;
cards[count++].name = PLUS_4;
cards[count].color = 0;
cards[count++].name = WILD;
}
return cards;
}
void shuffleCards(CARD * cards)
{
CARD swp_card;
srand((unsigned int)time(NULL));
int i;
int r1, r2;
for (i = 0; i <= 1000; i++) {
r1 = (int)rand()%108;
r2 = (int)rand()%108;
swp_card = cards[r1];
cards[r1] = cards[r2];
cards[r2] = swp_card;
}
}
void getIntoCardset(CARDSET * cardset, CARD * cards, int size)
{
cardset->size = size;
int i;
for (i = 0; i<=size-1; i++) {
cardset->cards[i] = cards[i];
}
}
void distributeCards(CARDSET cardset[], CARDSET from, int num)
{
for (int i = 1; i<=4; i++) {
cardset[i].size = 7;
getIntoCardset(&cardset[i], from.cards + (107-7*i), 7);
cardset[0].size -= 7;
}
} | [
"edward_zhu@outlook.com"
] | edward_zhu@outlook.com |
cf174df404a5f1beaec42f4c8483e405551d6b51 | dd9d78a905a381a198bae1762fbf330e215752a2 | /ThirdParty/qpid/qpid-cpp-1.39.0/build/src/qpid/framing/StreamConsumeBody.cpp | 9dea84dfefb606f6b4d84d0d69a715e92c6ba521 | [] | no_license | chengle1993/test | 66ef584d71313b5bbb58fb65162bc1e9484fe381 | bf63eacb16e04873bd2a7e90e1494ecf1f3d35bd | refs/heads/master | 2022-11-11T02:57:05.887188 | 2020-06-29T05:16:38 | 2020-06-29T05:16:38 | 275,328,298 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,774 | cpp | /*
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you 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.
*
*/
///
/// This file was automatically generated from the AMQP specification.
/// Do not edit.
///
#include "qpid/framing/StreamConsumeBody.h"
#include "qpid/framing/Buffer.h"
using namespace qpid::framing;
void StreamConsumeBody::setQueue(const std::string& _queue) {
queue = _queue;
flags |= (1 << 8);
if (queue.size() >= 256) throw IllegalArgumentException("Value for queue is too large");
}
const std::string& StreamConsumeBody::getQueue() const { return queue; }
bool StreamConsumeBody::hasQueue() const { return flags & (1 << 8); }
void StreamConsumeBody::clearQueueFlag() { flags &= ~(1 << 8); }
void StreamConsumeBody::setConsumerTag(const std::string& _consumerTag) {
consumerTag = _consumerTag;
flags |= (1 << 9);
if (consumerTag.size() >= 256) throw IllegalArgumentException("Value for consumerTag is too large");
}
const std::string& StreamConsumeBody::getConsumerTag() const { return consumerTag; }
bool StreamConsumeBody::hasConsumerTag() const { return flags & (1 << 9); }
void StreamConsumeBody::clearConsumerTagFlag() { flags &= ~(1 << 9); }
void StreamConsumeBody::setNoLocal(bool _noLocal) {
if (_noLocal) flags |= (1 << 10);
else flags &= ~(1 << 10);
}
bool StreamConsumeBody::getNoLocal() const { return flags & (1 << 10); }
void StreamConsumeBody::setExclusive(bool _exclusive) {
if (_exclusive) flags |= (1 << 11);
else flags &= ~(1 << 11);
}
bool StreamConsumeBody::getExclusive() const { return flags & (1 << 11); }
void StreamConsumeBody::setNowait(bool _nowait) {
if (_nowait) flags |= (1 << 12);
else flags &= ~(1 << 12);
}
bool StreamConsumeBody::getNowait() const { return flags & (1 << 12); }
void StreamConsumeBody::setArguments(const FieldTable& _arguments) {
arguments = _arguments;
flags |= (1 << 13);
}
const FieldTable& StreamConsumeBody::getArguments() const { return arguments; }
FieldTable& StreamConsumeBody::getArguments() {
flags |= (1 << 13);
return arguments;
}
bool StreamConsumeBody::hasArguments() const { return flags & (1 << 13); }
void StreamConsumeBody::clearArgumentsFlag() { flags &= ~(1 << 13); }
void StreamConsumeBody::encodeStructBody(Buffer& buffer) const
{
encodeHeader(buffer);
buffer.putShort(flags);
if (flags & (1 << 8))
buffer.putShortString(queue);
if (flags & (1 << 9))
buffer.putShortString(consumerTag);
if (flags & (1 << 13))
arguments.encode(buffer);
}
void StreamConsumeBody::encode(Buffer& buffer) const
{
encodeStructBody(buffer);
}
void StreamConsumeBody::decodeStructBody(Buffer& buffer, uint32_t /*size*/)
{
decodeHeader(buffer);
flags = buffer.getShort();
if (flags & (1 << 8))
buffer.getShortString(queue);
if (flags & (1 << 9))
buffer.getShortString(consumerTag);
if (flags & (1 << 13))
arguments.decode(buffer);
}
void StreamConsumeBody::decode(Buffer& buffer, uint32_t /*size*/)
{
decodeStructBody(buffer);
}
uint32_t StreamConsumeBody::bodySize() const
{
uint32_t total = 0;
total += headerSize();
total += 2;
if (flags & (1 << 8))
total += 1 + queue.size();
if (flags & (1 << 9))
total += 1 + consumerTag.size();
if (flags & (1 << 13))
total += arguments.encodedSize();
return total;
}
uint32_t StreamConsumeBody::encodedSize() const {
uint32_t total = bodySize();
return total;
}
void StreamConsumeBody::print(std::ostream& out) const
{
out << "{StreamConsumeBody: ";
if (flags & (1 << 8))
out << "queue=" << queue << "; ";
if (flags & (1 << 9))
out << "consumer-tag=" << consumerTag << "; ";
if (flags & (1 << 10))
out << "no-local=" << getNoLocal() << "; ";
if (flags & (1 << 11))
out << "exclusive=" << getExclusive() << "; ";
if (flags & (1 << 12))
out << "nowait=" << getNowait() << "; ";
if (flags & (1 << 13))
out << "arguments=" << arguments << "; ";
out << "}";
}
| [
"jincheng.zhou@aumscope.com"
] | jincheng.zhou@aumscope.com |
23d6e263130843fab003655810be88ca402eab3f | d63cfbf77107b8b3a5d6915243033cb91522bac3 | /include/binary.h | e57777443e82273112c45ee913d8cb6e92273b16 | [
"MIT"
] | permissive | danielkrupinski/binary-cpp | 0e349c6642f2f80b2e6d0f975cd8a82466c3e7f6 | 35aa230e12246a6115c4b05de783f206f91aa3af | refs/heads/master | 2021-04-30T04:21:09.176389 | 2018-04-29T14:47:56 | 2018-04-29T14:47:56 | 121,534,993 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 174 | h | #ifndef BINARY_H
#define BINARY_H
namespace binary {
void input();
void process(int);
long long int to_binary(int);
int to_decimal(long long int);
}
#endif
| [
"danielkrupinski@outlook.com"
] | danielkrupinski@outlook.com |
411831f06006d3929509b96cff812db0c9a3425b | 6ca0a8f5c4d75fad8067103fd8699df8b492775d | /src/kernel.h | bca8967a8816a6b0e9750390c222876fe711b29e | [
"MIT"
] | permissive | MRVofficial/MRVCoin | ab338ad072114c017795b5d9d9a5b5a8788219fc | 448b9c1bbb90f891e8822b1d9b141837f780e478 | refs/heads/master | 2023-03-02T08:49:57.378571 | 2021-02-04T04:56:06 | 2021-02-04T04:56:06 | 278,033,508 | 2 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 3,156 | h | // Copyright (c) 2011-2013 The PPCoin developers
// Copyright (c) 2013-2014 The NovaCoin Developers
// Copyright (c) 2014-2018 The BlackCoin Developers
//Copyright (c) 2015-2020 The PIVX developers
//Copyright (c) 2020 The MRV_Coin developers
// Distributed under the MIT/X11 software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef MRV_Coin_KERNEL_H
#define MRV_Coin_KERNEL_H
#include "main.h"
#include "stakeinput.h"
class CStakeKernel {
public:
/**
* CStakeKernel Constructor
*
* @param[in] pindexPrev index of the parent of the kernel block
* @param[in] stakeInput input for the coinstake of the kernel block
* @param[in] nBits target difficulty bits of the kernel block
* @param[in] nTimeTx time of the kernel block
*/
CStakeKernel(const CBlockIndex* const pindexPrev, CStakeInput* stakeInput, unsigned int nBits, int nTimeTx);
// Return stake kernel hash
uint256 GetHash() const;
// Check that the kernel hash meets the target required
bool CheckKernelHash(bool fSkipLog = false) const;
private:
// kernel message hashed
CDataStream stakeModifier{CDataStream(SER_GETHASH, 0)};
int nTimeBlockFrom{0};
CDataStream stakeUniqueness{CDataStream(SER_GETHASH, 0)};
int nTime{0};
// hash target
unsigned int nBits{0}; // difficulty for the target
CAmount stakeValue{0}; // target multiplier
};
/* PoS Validation */
/*
* Stake Check if stakeInput can stake a block on top of pindexPrev
*
* @param[in] pindexPrev index of the parent block of the block being staked
* @param[in] stakeInput input for the coinstake
* @param[in] nBits target difficulty bits
* @param[in] nTimeTx new blocktime
* @return bool true if stake kernel hash meets target protocol
*/
bool Stake(const CBlockIndex* pindexPrev, CStakeInput* stakeInput, unsigned int nBits, int64_t& nTimeTx);
/*
* CheckProofOfStake Check if block has valid proof of stake
*
* @param[in] block block with the proof being verified
* @param[out] strError string returning error message (if any, else empty)
* @param[in] pindexPrev index of the parent block
* (if nullptr, it will be searched in mapBlockIndex)
* @return bool true if the block has a valid proof of stake
*/
bool CheckProofOfStake(const CBlock& block, std::string& strError, const CBlockIndex* pindexPrev = nullptr);
/*
* GetStakeKernelHash Return stake kernel of a block
*
* @param[out] hashRet hash of the kernel (set by this function)
* @param[in] block block with the kernel to return
* @param[in] pindexPrev index of the parent block
* (if nullptr, it will be searched in mapBlockIndex)
* @return bool false if kernel cannot be initialized, true otherwise
*/
bool GetStakeKernelHash(uint256& hashRet, const CBlock& block, const CBlockIndex* pindexPrev = nullptr);
#endif // MRV_Coin_KERNEL_H
| [
"67336175+MRVofficial@users.noreply.github.com"
] | 67336175+MRVofficial@users.noreply.github.com |
23f55f9e1f84e55820026c993fa5c161c8607a77 | 3745a8c56f26ce4a29fc0eb8aca912fe4d2f010f | /ZZ/Verilog/Cost.hh | 5c62d8f981c4122d0751dc54282cbc540310e1db | [
"MIT"
] | permissive | berkeley-abc/abc-zz | d79f092a301828c15b63603b872505d9d6b644f7 | 6a15ab3934ec60b777db26227494d2b8ad6f125a | refs/heads/master | 2022-05-29T12:29:59.400865 | 2022-05-14T22:50:56 | 2022-05-14T22:50:56 | 124,795,634 | 17 | 8 | null | 2018-08-24T16:27:07 | 2018-03-11T20:17:25 | C | UTF-8 | C++ | false | false | 1,249 | hh | //_________________________________________________________________________________________________
//| -- INFO --
//| Name : Cost.hh
//| Author(s) : Niklas Een
//| Module : Verilog
//| Description : Compute area and delay using a constant size, constant delay model.
//|
//| (C) Copyright 2010-2014, The Regents of the University of California
//|________________________________________________________________________________________________
//| -- COMMENTS --
//|
//|________________________________________________________________________________________________
#ifndef ZZ__Verilog__Cost_hh
#define ZZ__Verilog__Cost_hh
#include "ZZ_Netlist.hh"
namespace ZZ {
using namespace std;
//mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
float computeDelays(NetlistRef N, const Vec<Str>& uif_names, String delay_file);
double computeArea (NetlistRef N, const Vec<Str>& uif_names, String sizes_file);
//mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm
}
#endif
| [
"niklas@een.se"
] | niklas@een.se |
214e0aa953970ead26ee3d24bd773ea4b91e2082 | e0d69759b9812b273d038fb66868361fc43be9cb | /lubenica/lubenica/lubenica.cpp | 4989187c9f7a77c8fb50de9031d123d69e0ab0a5 | [] | no_license | anirams/Marina-Stvoric---Bootcamp | 3bfc2e4f02f2faf5c738c0d47c2f0d0f51124876 | bf2f51cbf84946fb88c3a1e403a78f254ec89106 | refs/heads/master | 2020-04-08T11:16:53.637866 | 2019-01-11T14:42:45 | 2019-01-11T14:42:45 | 159,300,004 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 946 | cpp | // lubenica.cpp : This file contains the 'main' function. Program execution begins and ends there.
//
#include "pch.h"
#include <iostream>
using namespace std;
int main()
{
int tezina;
cin >> tezina;
if (tezina % 2 == 0) {
cout << "DA";
} else if (tezina % 2 == 1) {
cout << "NE";
}
return 0;
}
// Run program: Ctrl + F5 or Debug > Start Without Debugging menu
// Debug program: F5 or Debug > Start Debugging menu
// Tips for Getting Started:
// 1. Use the Solution Explorer window to add/manage files
// 2. Use the Team Explorer window to connect to source control
// 3. Use the Output window to see build output and other messages
// 4. Use the Error List window to view errors
// 5. Go to Project > Add New Item to create new code files, or Project > Add Existing Item to add existing code files to the project
// 6. In the future, to open this project again, go to File > Open > Project and select the .sln file
| [
"marina.stvoric1@gmail.com"
] | marina.stvoric1@gmail.com |
a753ecb9d9ce74411d90f918bb34cf20ca0e2d7c | f82728b6f868a2275e63848f936d2c22354dc024 | /Basic/Calculate Nth Fibonacci Number/sultionByIndradeo.cpp | daced27ac8a76b0f80f517b807ec0c9a558e0ccb | [
"MIT"
] | permissive | shoaibrayeen/Programmers-Community | 0b0fa4ba1427fa472126e640cda52dff3416b939 | cd0855e604cfd54101aaa9118f01a3e3b4c48c1c | refs/heads/master | 2023-03-16T03:13:48.980900 | 2023-03-12T00:25:37 | 2023-03-12T00:25:37 | 209,997,598 | 285 | 424 | MIT | 2023-03-12T00:25:38 | 2019-09-21T14:17:24 | C++ | UTF-8 | C++ | false | false | 315 | cpp | #include <bits/stdc++.h>
using namespace std;
int fibonacci(int n)
{
if (n == 1 || n == 2)
{
return n - 1;
}
return fibonacci(n - 1) + fibonacci(n - 2);
}
int main()
{
int a;
cout << "Enter which position of number you want: ";
cin >> a;
cout << fibonacci(a);
return 0;
} | [
"indradeokumar614idk@gmail.com"
] | indradeokumar614idk@gmail.com |
42b286f1b44ebee8563124385dd8b24ec5ad79b6 | c0cbcddb4d2e92d08caa634f61a8ab3bd66526df | /projects/biogears/src/cdm/properties/SEScalarHeatResistance.cpp | 515b4a08ac54a11ff6e5ff2a5f5c4301cfb403b5 | [
"Apache-2.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | timhoer/core | 2c50ba7ae42a128768396ac2ce4573237445a258 | f3af359ecdb88b8b8e3b976fa11c3075e0ca7c11 | refs/heads/master | 2020-03-22T09:59:09.621767 | 2018-07-10T15:12:25 | 2018-07-10T15:12:25 | 139,873,468 | 0 | 0 | Apache-2.0 | 2018-07-06T18:45:56 | 2018-07-05T16:12:45 | C++ | UTF-8 | C++ | false | false | 2,194 | cpp | /**************************************************************************************
Copyright 2015 Applied Research Associates, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this file except in compliance with the License. You may obtain a copy of the License
at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
**************************************************************************************/
#include <biogears/cdm/properties/SEScalarHeatResistance.h>
#include <biogears/cdm/stdafx.h>
const HeatResistanceUnit HeatResistanceUnit::K_Per_W("K/W");
const HeatResistanceUnit HeatResistanceUnit::C_Per_W("degC/W");
const HeatResistanceUnit HeatResistanceUnit::K_s_Per_kcal("K s/kcal");
const HeatResistanceUnit HeatResistanceUnit::C_s_Per_kcal("degC s/kcal");
CDM::ScalarHeatResistanceData* SEScalarHeatResistance::Unload() const
{
if (!IsValid())
return nullptr;
CDM::ScalarHeatResistanceData* data(new CDM::ScalarHeatResistanceData());
SEScalarQuantity::Unload(*data);
return data;
}
bool HeatResistanceUnit::IsValidUnit(const std::string& unit)
{
if (K_Per_W.GetString().compare(unit) == 0)
return true;
if (C_Per_W.GetString().compare(unit) == 0)
return true;
if (K_s_Per_kcal.GetString().compare(unit) == 0)
return true;
if (C_s_Per_kcal.GetString().compare(unit) == 0)
return true;
return false;
}
const HeatResistanceUnit& HeatResistanceUnit::GetCompoundUnit(const std::string& unit)
{
if (K_Per_W.GetString().compare(unit) == 0)
return K_Per_W;
if (C_Per_W.GetString().compare(unit) == 0)
return C_Per_W;
if (K_s_Per_kcal.GetString().compare(unit) == 0)
return K_s_Per_kcal;
if (C_s_Per_kcal.GetString().compare(unit) == 0)
return C_s_Per_kcal;
std::stringstream err;
err << unit << " is not a valid HeatResistance unit";
throw CommonDataModelException(err.str());
} | [
"sawhite@ara.com"
] | sawhite@ara.com |
efc0b146aff12602611ed81e6bc90d66645a6f2d | fb78815ff2ccc99b8fe4127d6d08183cab61c33c | /9th/race2.cpp | 861623d69fcf9cbf16c3e4b0cfd53a7cef85919a | [] | no_license | Hsue66/NET | 5d070ed34599c0ad21dc91ee8b17c36f694066a9 | f4c3c7f891d7cdcff37eb2109fd798a80780d04f | refs/heads/master | 2021-01-19T09:44:27.553741 | 2015-12-09T11:23:43 | 2015-12-09T11:23:43 | 42,595,183 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 396 | cpp | #include "header.h"
#define N 1000
void *thread(void *vargp)
{
int myid = *((int *)vargp);
free(vargp);
printf("Hello from thread %d\n", myid);
return NULL;
}
int main()
{
pthread_t tid[N];
for(int i=0; i<N; i++)
{
int *addr = (int*)malloc(sizeof(int));
*addr = i;
pthread_create(&tid[i],NULL,thread,addr);
}
for(int i=0; i<N; i++)
pthread_join(tid[i],NULL);
exit(0);
}
| [
"dufmaakedl@gmail.com"
] | dufmaakedl@gmail.com |
8f6c200bfacc0e55f356c82e8423df861b07c02e | b162de01d1ca9a8a2a720e877961a3c85c9a1c1c | /804.unique-morse-code-words.cpp | a309b7dd08f19c81f585660735a73a12bbfb33d9 | [] | no_license | richnakasato/lc | 91d5ff40a1a3970856c76c1a53d7b21d88a3429c | f55a2decefcf075914ead4d9649d514209d17a34 | refs/heads/master | 2023-01-19T09:55:08.040324 | 2020-11-19T03:13:51 | 2020-11-19T03:13:51 | 114,937,686 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,691 | cpp | /*
* [822] Unique Morse Code Words
*
* https://leetcode.com/problems/unique-morse-code-words/description/
*
* algorithms
* Easy (71.59%)
* Total Accepted: 48.4K
* Total Submissions: 67.6K
* Testcase Example: '["gin", "zen", "gig", "msg"]'
*
* International Morse Code defines a standard encoding where each letter is
* mapped to a series of dots and dashes, as follows: "a" maps to ".-", "b"
* maps to "-...", "c" maps to "-.-.", and so on.
*
* For convenience, the full table for the 26 letters of the English alphabet
* is given below:
*
*
*
* [".-","-...","-.-.","-..",".","..-.","--.","....","..",".---","-.-",".-..","--","-.","---",".--.","--.-",".-.","...","-","..-","...-",".--","-..-","-.--","--.."]
*
* Now, given a list of words, each word can be written as a concatenation of
* the Morse code of each letter. For example, "cba" can be written as
* "-.-.-....-", (which is the concatenation "-.-." + "-..." + ".-"). We'll
* call such a concatenation, the transformation of a word.
*
* Return the number of different transformations among all words we have.
*
*
* Example:
* Input: words = ["gin", "zen", "gig", "msg"]
* Output: 2
* Explanation:
* The transformation of each word is:
* "gin" -> "--...-."
* "zen" -> "--...-."
* "gig" -> "--...--."
* "msg" -> "--...--."
*
* There are 2 different transformations, "--...-." and "--...--.".
*
*
* Note:
*
*
* The length of words will be at most 100.
* Each words[i] will have length in range [1, 12].
* words[i] will only consist of lowercase letters.
*
*
*/
class Solution {
public:
int uniqueMorseRepresentations(vector<string>& words) {
}
};
| [
"richnakasato@hotmail.com"
] | richnakasato@hotmail.com |
418bb85538e6e9b4b4a5386218ff014df9f34cad | 052ccd9fcb094e00eb2ec408128841aac4919d0f | /VocabularyTree/sift.cpp | 2783f03121ca2664bcf517ed679818a5a740de45 | [] | no_license | zhangxujinsh/VocabularyTree | 004c3e81d70697eea80d1b2f8252f4390dcad2dd | 742f82ffea7b90b64e588d0800336868b695d508 | refs/heads/master | 2021-01-02T09:18:09.242248 | 2015-04-10T05:39:17 | 2015-04-10T05:39:17 | 99,187,099 | 0 | 1 | null | 2017-08-03T03:34:27 | 2017-08-03T03:34:27 | null | UTF-8 | C++ | false | false | 35,612 | cpp | /*
Functions for detecting SIFT image features.
For more information, refer to:
Lowe, D. Distinctive image features from scale-invariant keypoints.
<EM>International Journal of Computer Vision, 60</EM>, 2 (2004),
pp.91--110.
Copyright (C) 2006-2010 Rob Hess <hess@eecs.oregonstate.edu>
Note: The SIFT algorithm is patented in the United States and cannot be
used in commercial products without a license from the University of
British Columbia. For more information, refer to the file LICENSE.ubc
that accompanied this distribution.
@version 1.1.2-20100521
*/
#include "sift.h"
#include "imgfeatures.h"
#include "utils.h"
#include <opencv.hpp>
/************************* Local Function Prototypes *************************/
static IplImage* create_init_img( IplImage*, int, double );
static IplImage* convert_to_gray32( IplImage* );
static IplImage*** build_gauss_pyr( IplImage*, int, int, double );
static IplImage* downsample( IplImage* );
static IplImage*** build_dog_pyr( IplImage***, int, int );
static CvSeq* scale_space_extrema( IplImage***, int, int, double, int, CvMemStorage*);
static int is_extremum( IplImage***, int, int, int, int );
static struct feature* interp_extremum( IplImage***, int, int, int, int, int, double);
static void interp_step( IplImage***, int, int, int, int, double*, double*, double* );
static CvMat* deriv_3D( IplImage***, int, int, int, int );
static CvMat* hessian_3D( IplImage***, int, int, int, int );
static double interp_contr( IplImage***, int, int, int, int, double, double, double );
static struct feature* new_feature( void );
static int is_too_edge_like( IplImage*, int, int, int );
static void calc_feature_scales( CvSeq*, double, int );
static void adjust_for_img_dbl( CvSeq* );
static void calc_feature_oris( CvSeq*, IplImage*** );
static double* ori_hist( IplImage*, int, int, int, int, double );
static int calc_grad_mag_ori( IplImage*, int, int, double*, double* );
static void smooth_ori_hist( double*, int );
static double dominant_ori( double*, int );
static void add_good_ori_features( CvSeq*, double*, int, double, struct feature* );
static struct feature* clone_feature( struct feature* );
static void compute_descriptors( CvSeq*, IplImage***, int, int );
static double*** descr_hist( IplImage*, int, int, double, double, int, int );
static void interp_hist_entry( double***, double, double, double, double, int, int);
static void hist_to_descr( double***, int, int, struct feature* );
static void normalize_descr( struct feature* );
static int feature_cmp( void*, void*, void* );
static void release_descr_hist( double****, int );
static void release_pyr( IplImage****, int, int );
/*********************** Functions prototyped in sift.h **********************/
/**
Finds SIFT features in an image using default parameter values. All
detected features are stored in the array pointed to by \a feat.
@param img the image in which to detect features
@param feat a pointer to an array in which to store detected features
@return Returns the number of features stored in \a feat or -1 on failure
@see _sift_features()
*/
int sift_features( IplImage* img, struct feature** feat )
{
return _sift_features( img, feat, SIFT_INTVLS, SIFT_SIGMA, SIFT_CONTR_THR,
SIFT_CURV_THR, SIFT_IMG_DBL, SIFT_DESCR_WIDTH,
SIFT_DESCR_HIST_BINS );
}
/**
Finds SIFT features in an image using user-specified parameter values. All
detected features are stored in the array pointed to by \a feat.
@param img the image in which to detect features
@param fea a pointer to an array in which to store detected features
@param intvls the number of intervals sampled per octave of scale space
@param sigma the amount of Gaussian smoothing applied to each image level
before building the scale space representation for an octave
@param cont_thr a threshold on the value of the scale space function
\f$\left|D(\hat{x})\right|\f$, where \f$\hat{x}\f$ is a vector specifying
feature location and scale, used to reject unstable features; assumes
pixel values in the range [0, 1]
@param curv_thr threshold on a feature's ratio of principle curvatures
used to reject features that are too edge-like
@param img_dbl should be 1 if image doubling prior to scale space
construction is desired or 0 if not
@param descr_width the width, \f$n\f$, of the \f$n \times n\f$ array of
orientation histograms used to compute a feature's descriptor
@param descr_hist_bins the number of orientations in each of the
histograms in the array used to compute a feature's descriptor
@return Returns the number of keypoints stored in \a feat or -1 on failure
@see sift_keypoints()
*/
int _sift_features( IplImage* img, struct feature** feat, int intvls,
double sigma, double contr_thr, int curv_thr,
int img_dbl, int descr_width, int descr_hist_bins )
{
IplImage* init_img;
IplImage*** gauss_pyr, *** dog_pyr;
CvMemStorage* storage;
CvSeq* features;
int octvs, i, n = 0;
/* check arguments */
if( ! img )
fatal_error( "NULL pointer error, %s, line %d", __FILE__, __LINE__ );
if( ! feat )
fatal_error( "NULL pointer error, %s, line %d", __FILE__, __LINE__ );
/* build scale space pyramid; smallest dimension of top level is ~4 pixels */
init_img = create_init_img( img, img_dbl, sigma );
octvs = log(double( MIN( init_img->width, init_img->height )) ) / log(2.0) - 2;
gauss_pyr = build_gauss_pyr( init_img, octvs, intvls, sigma );
dog_pyr = build_dog_pyr( gauss_pyr, octvs, intvls );
storage = cvCreateMemStorage( 0 );
features = scale_space_extrema( dog_pyr, octvs, intvls, contr_thr,
curv_thr, storage );
calc_feature_scales( features, sigma, intvls );
if( img_dbl )
adjust_for_img_dbl( features );
calc_feature_oris( features, gauss_pyr );
compute_descriptors( features, gauss_pyr, descr_width, descr_hist_bins );
/* sort features by decreasing scale and move from CvSeq to array */
cvSeqSort( features, (CvCmpFunc)feature_cmp, NULL );
n = features->total;
*feat = (feature *)calloc( n, sizeof(struct feature) );
*feat = (feature *)cvCvtSeqToArray( features, *feat, CV_WHOLE_SEQ );
for( i = 0; i < n; i++ )
{
free( (*feat)[i].feature_data );
(*feat)[i].feature_data = NULL;
}
cvReleaseMemStorage( &storage );
cvReleaseImage( &init_img );
release_pyr( &gauss_pyr, octvs, intvls + 3 );
release_pyr( &dog_pyr, octvs, intvls + 2 );
return n;
}
/************************ Functions prototyped here **************************/
/*
Converts an image to 8-bit grayscale and Gaussian-smooths it. The image is
optionally doubled in size prior to smoothing.
@param img input image
@param img_dbl if true, image is doubled in size prior to smoothing
@param sigma total std of Gaussian smoothing
*/
static IplImage* create_init_img( IplImage* img, int img_dbl, double sigma )
{
IplImage* gray, * dbl;
float sig_diff;
gray = convert_to_gray32( img );
if( img_dbl )
{
sig_diff = sqrt( sigma * sigma - SIFT_INIT_SIGMA * SIFT_INIT_SIGMA * 4 );
dbl = cvCreateImage( cvSize( img->width*2, img->height*2 ),
IPL_DEPTH_32F, 1 );
cvResize( gray, dbl, CV_INTER_CUBIC );
cvSmooth( dbl, dbl, CV_GAUSSIAN, 0, 0, sig_diff, sig_diff );
cvReleaseImage( &gray );
return dbl;
}
else
{
sig_diff = sqrt( sigma * sigma - SIFT_INIT_SIGMA * SIFT_INIT_SIGMA );
cvSmooth( gray, gray, CV_GAUSSIAN, 0, 0, sig_diff, sig_diff );
return gray;
}
}
/*
Converts an image to 32-bit grayscale
@param img a 3-channel 8-bit color (BGR) or 8-bit gray image
@return Returns a 32-bit grayscale image
*/
static IplImage* convert_to_gray32( IplImage* img )
{
IplImage* gray8, * gray32;
gray32 = cvCreateImage( cvGetSize(img), IPL_DEPTH_32F, 1 );
if( img->nChannels == 1 )
gray8 = (IplImage*)cvClone( img );
else
{
gray8 = cvCreateImage( cvGetSize(img), IPL_DEPTH_8U, 1 );
cvCvtColor( img, gray8, CV_BGR2GRAY );
}
cvConvertScale( gray8, gray32, 1.0 / 255.0, 0 );
cvReleaseImage( &gray8 );
return gray32;
}
/*
Builds Gaussian scale space pyramid from an image
@param base base image of the pyramid
@param octvs number of octaves of scale space
@param intvls number of intervals per octave
@param sigma amount of Gaussian smoothing per octave
@return Returns a Gaussian scale space pyramid as an octvs x (intvls + 3) array
*/
static IplImage*** build_gauss_pyr( IplImage* base, int octvs,
int intvls, double sigma )
{
IplImage*** gauss_pyr;
double* sig = (double*)calloc( intvls + 3, sizeof(double));
double sig_total, sig_prev, k;
int i, o;
gauss_pyr = (IplImage***)calloc( octvs, sizeof( IplImage** ) );
for( i = 0; i < octvs; i++ )
gauss_pyr[i] = (IplImage**)calloc( intvls + 3, sizeof( IplImage* ) );
/*
precompute Gaussian sigmas using the following formula:
\sigma_{total}^2 = \sigma_{i}^2 + \sigma_{i-1}^2
*/
sig[0] = sigma;
k = pow( 2.0, 1.0 / intvls );
for( i = 1; i < intvls + 3; i++ )
{
sig_prev = pow( k, i - 1 ) * sigma;
sig_total = sig_prev * k;
sig[i] = sqrt( sig_total * sig_total - sig_prev * sig_prev );
}
for( o = 0; o < octvs; o++ )
for( i = 0; i < intvls + 3; i++ )
{
if( o == 0 && i == 0 )
gauss_pyr[o][i] = cvCloneImage(base);
/* base of new octvave is halved image from end of previous octave */
else if( i == 0 )
gauss_pyr[o][i] = downsample( gauss_pyr[o-1][intvls] );
/* blur the current octave's last image to create the next one */
else
{
gauss_pyr[o][i] = cvCreateImage( cvGetSize(gauss_pyr[o][i-1]),
IPL_DEPTH_32F, 1 );
cvSmooth( gauss_pyr[o][i-1], gauss_pyr[o][i],
CV_GAUSSIAN, 0, 0, sig[i], sig[i] );
}
}
free( sig );
return gauss_pyr;
}
/*
Downsamples an image to a quarter of its size (half in each dimension)
using nearest-neighbor interpolation
@param img an image
@return Returns an image whose dimensions are half those of img
*/
static IplImage* downsample( IplImage* img )
{
IplImage* smaller = cvCreateImage( cvSize(img->width / 2, img->height / 2),
img->depth, img->nChannels );
cvResize( img, smaller, CV_INTER_NN );
return smaller;
}
/*
Builds a difference of Gaussians scale space pyramid by subtracting adjacent
intervals of a Gaussian pyramid
@param gauss_pyr Gaussian scale-space pyramid
@param octvs number of octaves of scale space
@param intvls number of intervals per octave
@return Returns a difference of Gaussians scale space pyramid as an
octvs x (intvls + 2) array
*/
static IplImage*** build_dog_pyr( IplImage*** gauss_pyr, int octvs, int intvls )
{
IplImage*** dog_pyr;
int i, o;
dog_pyr = (IplImage***)calloc( octvs, sizeof( IplImage** ) );
for( i = 0; i < octvs; i++ )
dog_pyr[i] = (IplImage**)calloc( intvls + 2, sizeof(IplImage*) );
for( o = 0; o < octvs; o++ )
for( i = 0; i < intvls + 2; i++ )
{
dog_pyr[o][i] = cvCreateImage( cvGetSize(gauss_pyr[o][i]),
IPL_DEPTH_32F, 1 );
cvSub( gauss_pyr[o][i+1], gauss_pyr[o][i], dog_pyr[o][i], NULL );
}
return dog_pyr;
}
/*
Detects features at extrema in DoG scale space. Bad features are discarded
based on contrast and ratio of principal curvatures.
@param dog_pyr DoG scale space pyramid
@param octvs octaves of scale space represented by dog_pyr
@param intvls intervals per octave
@param contr_thr low threshold on feature contrast
@param curv_thr high threshold on feature ratio of principal curvatures
@param storage memory storage in which to store detected features
@return Returns an array of detected features whose scales, orientations,
and descriptors are yet to be determined.
*/
static CvSeq* scale_space_extrema( IplImage*** dog_pyr, int octvs, int intvls,
double contr_thr, int curv_thr,
CvMemStorage* storage )
{
CvSeq* features;
double prelim_contr_thr = 0.5 * contr_thr / intvls;
struct feature* feat;
struct detection_data* ddata;
int o, i, r, c;
features = cvCreateSeq( 0, sizeof(CvSeq), sizeof(struct feature), storage );
for( o = 0; o < octvs; o++ )
for( i = 1; i <= intvls; i++ )
for(r = SIFT_IMG_BORDER; r < dog_pyr[o][0]->height-SIFT_IMG_BORDER; r++)
for(c = SIFT_IMG_BORDER; c < dog_pyr[o][0]->width-SIFT_IMG_BORDER; c++)
/* perform preliminary check on contrast */
if( ABS( pixval32f( dog_pyr[o][i], r, c ) ) > prelim_contr_thr )
if( is_extremum( dog_pyr, o, i, r, c ) )
{
feat = interp_extremum(dog_pyr, o, i, r, c, intvls, contr_thr);
if( feat )
{
ddata = feat_detection_data( feat );
if( ! is_too_edge_like( dog_pyr[ddata->octv][ddata->intvl],
ddata->r, ddata->c, curv_thr ) )
{
cvSeqPush( features, feat );
}
else
free( ddata );
free( feat );
}
}
return features;
}
/*
Determines whether a pixel is a scale-space extremum by comparing it to it's
3x3x3 pixel neighborhood.
@param dog_pyr DoG scale space pyramid
@param octv pixel's scale space octave
@param intvl pixel's within-octave interval
@param r pixel's image row
@param c pixel's image col
@return Returns 1 if the specified pixel is an extremum (max or min) among
it's 3x3x3 pixel neighborhood.
*/
static int is_extremum( IplImage*** dog_pyr, int octv, int intvl, int r, int c )
{
float val = pixval32f( dog_pyr[octv][intvl], r, c );
int i, j, k;
/* check for maximum */
if( val > 0 )
{
for( i = -1; i <= 1; i++ )
for( j = -1; j <= 1; j++ )
for( k = -1; k <= 1; k++ )
if( val < pixval32f( dog_pyr[octv][intvl+i], r + j, c + k ) )
return 0;
}
/* check for minimum */
else
{
for( i = -1; i <= 1; i++ )
for( j = -1; j <= 1; j++ )
for( k = -1; k <= 1; k++ )
if( val > pixval32f( dog_pyr[octv][intvl+i], r + j, c + k ) )
return 0;
}
return 1;
}
/*
Interpolates a scale-space extremum's location and scale to subpixel
accuracy to form an image feature. Rejects features with low contrast.
Based on Section 4 of Lowe's paper.
@param dog_pyr DoG scale space pyramid
@param octv feature's octave of scale space
@param intvl feature's within-octave interval
@param r feature's image row
@param c feature's image column
@param intvls total intervals per octave
@param contr_thr threshold on feature contrast
@return Returns the feature resulting from interpolation of the given
parameters or NULL if the given location could not be interpolated or
if contrast at the interpolated loation was too low. If a feature is
returned, its scale, orientation, and descriptor are yet to be determined.
*/
static struct feature* interp_extremum( IplImage*** dog_pyr, int octv, int intvl,
int r, int c, int intvls, double contr_thr )
{
struct feature* feat;
struct detection_data* ddata;
double xi, xr, xc, contr;
int i = 0;
while( i < SIFT_MAX_INTERP_STEPS )
{
interp_step( dog_pyr, octv, intvl, r, c, &xi, &xr, &xc );
if( ABS( xi ) < 0.5 && ABS( xr ) < 0.5 && ABS( xc ) < 0.5 )
break;
c += cvRound( xc );
r += cvRound( xr );
intvl += cvRound( xi );
if( intvl < 1 ||
intvl > intvls ||
c < SIFT_IMG_BORDER ||
r < SIFT_IMG_BORDER ||
c >= dog_pyr[octv][0]->width - SIFT_IMG_BORDER ||
r >= dog_pyr[octv][0]->height - SIFT_IMG_BORDER )
{
return NULL;
}
i++;
}
/* ensure convergence of interpolation */
if( i >= SIFT_MAX_INTERP_STEPS )
return NULL;
contr = interp_contr( dog_pyr, octv, intvl, r, c, xi, xr, xc );
if( ABS( contr ) < contr_thr / intvls )
return NULL;
feat = new_feature();
ddata = feat_detection_data( feat );
feat->img_pt.x = feat->x = ( c + xc ) * pow( 2.0, octv );
feat->img_pt.y = feat->y = ( r + xr ) * pow( 2.0, octv );
float val = pixval32f( dog_pyr[octv][intvl], r, c );
if(val>0) feat->lap = 1;
else feat->lap = -1;
ddata->r = r;
ddata->c = c;
ddata->octv = octv;
ddata->intvl = intvl;
ddata->subintvl = xi;
return feat;
}
/*
Performs one step of extremum interpolation. Based on Eqn. (3) in Lowe's
paper.
@param dog_pyr difference of Gaussians scale space pyramid
@param octv octave of scale space
@param intvl interval being interpolated
@param r row being interpolated
@param c column being interpolated
@param xi output as interpolated subpixel increment to interval
@param xr output as interpolated subpixel increment to row
@param xc output as interpolated subpixel increment to col
*/
static void interp_step( IplImage*** dog_pyr, int octv, int intvl, int r, int c,
double* xi, double* xr, double* xc )
{
CvMat* dD, * H, * H_inv, X;
double x[3] = { 0 };
dD = deriv_3D( dog_pyr, octv, intvl, r, c );
H = hessian_3D( dog_pyr, octv, intvl, r, c );
H_inv = cvCreateMat( 3, 3, CV_64FC1 );
cvInvert( H, H_inv, CV_SVD );
cvInitMatHeader( &X, 3, 1, CV_64FC1, x, CV_AUTOSTEP );
cvGEMM( H_inv, dD, -1, NULL, 0, &X, 0 );
cvReleaseMat( &dD );
cvReleaseMat( &H );
cvReleaseMat( &H_inv );
*xi = x[2];
*xr = x[1];
*xc = x[0];
}
/*
Computes the partial derivatives in x, y, and scale of a pixel in the DoG
scale space pyramid.
@param dog_pyr DoG scale space pyramid
@param octv pixel's octave in dog_pyr
@param intvl pixel's interval in octv
@param r pixel's image row
@param c pixel's image col
@return Returns the vector of partial derivatives for pixel I
{ dI/dx, dI/dy, dI/ds }^T as a CvMat*
*/
static CvMat* deriv_3D( IplImage*** dog_pyr, int octv, int intvl, int r, int c )
{
CvMat* dI;
double dx, dy, ds;
dx = ( pixval32f( dog_pyr[octv][intvl], r, c+1 ) -
pixval32f( dog_pyr[octv][intvl], r, c-1 ) ) / 2.0;
dy = ( pixval32f( dog_pyr[octv][intvl], r+1, c ) -
pixval32f( dog_pyr[octv][intvl], r-1, c ) ) / 2.0;
ds = ( pixval32f( dog_pyr[octv][intvl+1], r, c ) -
pixval32f( dog_pyr[octv][intvl-1], r, c ) ) / 2.0;
dI = cvCreateMat( 3, 1, CV_64FC1 );
cvmSet( dI, 0, 0, dx );
cvmSet( dI, 1, 0, dy );
cvmSet( dI, 2, 0, ds );
return dI;
}
/*
Computes the 3D Hessian matrix for a pixel in the DoG scale space pyramid.
@param dog_pyr DoG scale space pyramid
@param octv pixel's octave in dog_pyr
@param intvl pixel's interval in octv
@param r pixel's image row
@param c pixel's image col
@return Returns the Hessian matrix (below) for pixel I as a CvMat*
/ Ixx Ixy Ixs \ <BR>
| Ixy Iyy Iys | <BR>
\ Ixs Iys Iss /
*/
static CvMat* hessian_3D( IplImage*** dog_pyr, int octv, int intvl, int r, int c )
{
CvMat* H;
double v, dxx, dyy, dss, dxy, dxs, dys;
v = pixval32f( dog_pyr[octv][intvl], r, c );
dxx = ( pixval32f( dog_pyr[octv][intvl], r, c+1 ) +
pixval32f( dog_pyr[octv][intvl], r, c-1 ) - 2 * v );
dyy = ( pixval32f( dog_pyr[octv][intvl], r+1, c ) +
pixval32f( dog_pyr[octv][intvl], r-1, c ) - 2 * v );
dss = ( pixval32f( dog_pyr[octv][intvl+1], r, c ) +
pixval32f( dog_pyr[octv][intvl-1], r, c ) - 2 * v );
dxy = ( pixval32f( dog_pyr[octv][intvl], r+1, c+1 ) -
pixval32f( dog_pyr[octv][intvl], r+1, c-1 ) -
pixval32f( dog_pyr[octv][intvl], r-1, c+1 ) +
pixval32f( dog_pyr[octv][intvl], r-1, c-1 ) ) / 4.0;
dxs = ( pixval32f( dog_pyr[octv][intvl+1], r, c+1 ) -
pixval32f( dog_pyr[octv][intvl+1], r, c-1 ) -
pixval32f( dog_pyr[octv][intvl-1], r, c+1 ) +
pixval32f( dog_pyr[octv][intvl-1], r, c-1 ) ) / 4.0;
dys = ( pixval32f( dog_pyr[octv][intvl+1], r+1, c ) -
pixval32f( dog_pyr[octv][intvl+1], r-1, c ) -
pixval32f( dog_pyr[octv][intvl-1], r+1, c ) +
pixval32f( dog_pyr[octv][intvl-1], r-1, c ) ) / 4.0;
H = cvCreateMat( 3, 3, CV_64FC1 );
cvmSet( H, 0, 0, dxx );
cvmSet( H, 0, 1, dxy );
cvmSet( H, 0, 2, dxs );
cvmSet( H, 1, 0, dxy );
cvmSet( H, 1, 1, dyy );
cvmSet( H, 1, 2, dys );
cvmSet( H, 2, 0, dxs );
cvmSet( H, 2, 1, dys );
cvmSet( H, 2, 2, dss );
return H;
}
/*
Calculates interpolated pixel contrast. Based on Eqn. (3) in Lowe's paper.
@param dog_pyr difference of Gaussians scale space pyramid
@param octv octave of scale space
@param intvl within-octave interval
@param r pixel row
@param c pixel column
@param xi interpolated subpixel increment to interval
@param xr interpolated subpixel increment to row
@param xc interpolated subpixel increment to col
@param Returns interpolated contrast.
*/
static double interp_contr( IplImage*** dog_pyr, int octv, int intvl, int r,
int c, double xi, double xr, double xc )
{
CvMat* dD, X, T;
double t[1], x[3] = { xc, xr, xi };
cvInitMatHeader( &X, 3, 1, CV_64FC1, x, CV_AUTOSTEP );
cvInitMatHeader( &T, 1, 1, CV_64FC1, t, CV_AUTOSTEP );
dD = deriv_3D( dog_pyr, octv, intvl, r, c );
cvGEMM( dD, &X, 1, NULL, 0, &T, CV_GEMM_A_T );
cvReleaseMat( &dD );
return pixval32f( dog_pyr[octv][intvl], r, c ) + t[0] * 0.5;
}
/*
Allocates and initializes a new feature
@return Returns a pointer to the new feature
*/
static struct feature* new_feature( void )
{
struct feature* feat;
struct detection_data* ddata;
feat = (feature *)malloc( sizeof( struct feature ) );
memset( feat, 0, sizeof( struct feature ) );
ddata = (detection_data*)malloc( sizeof( struct detection_data ) );
memset( ddata, 0, sizeof( struct detection_data ) );
feat->feature_data = ddata;
feat->type = FEATURE_LOWE;
return feat;
}
/*
Determines whether a feature is too edge like to be stable by computing the
ratio of principal curvatures at that feature. Based on Section 4.1 of
Lowe's paper.
@param dog_img image from the DoG pyramid in which feature was detected
@param r feature row
@param c feature col
@param curv_thr high threshold on ratio of principal curvatures
@return Returns 0 if the feature at (r,c) in dog_img is sufficiently
corner-like or 1 otherwise.
*/
static int is_too_edge_like( IplImage* dog_img, int r, int c, int curv_thr )
{
double d, dxx, dyy, dxy, tr, det;
/* principal curvatures are computed using the trace and det of Hessian */
d = pixval32f(dog_img, r, c);
dxx = pixval32f( dog_img, r, c+1 ) + pixval32f( dog_img, r, c-1 ) - 2 * d;
dyy = pixval32f( dog_img, r+1, c ) + pixval32f( dog_img, r-1, c ) - 2 * d;
dxy = ( pixval32f(dog_img, r+1, c+1) - pixval32f(dog_img, r+1, c-1) -
pixval32f(dog_img, r-1, c+1) + pixval32f(dog_img, r-1, c-1) ) / 4.0;
tr = dxx + dyy;
det = dxx * dyy - dxy * dxy;
/* negative determinant -> curvatures have different signs; reject feature */
if( det <= 0 )
return 1;
if( tr * tr / det < ( curv_thr + 1.0 )*( curv_thr + 1.0 ) / curv_thr )
return 0;
return 1;
}
/*
Calculates characteristic scale for each feature in an array.
@param features array of features
@param sigma amount of Gaussian smoothing per octave of scale space
@param intvls intervals per octave of scale space
*/
static void calc_feature_scales( CvSeq* features, double sigma, int intvls )
{
struct feature* feat;
struct detection_data* ddata;
double intvl;
int i, n;
n = features->total;
for( i = 0; i < n; i++ )
{
feat = CV_GET_SEQ_ELEM( struct feature, features, i );
ddata = feat_detection_data( feat );
intvl = ddata->intvl + ddata->subintvl;
feat->scl = sigma * pow( 2.0, ddata->octv + intvl / intvls );
ddata->scl_octv = sigma * pow( 2.0, intvl / intvls );
}
}
/*
Halves feature coordinates and scale in case the input image was doubled
prior to scale space construction.
@param features array of features
*/
static void adjust_for_img_dbl( CvSeq* features )
{
struct feature* feat;
int i, n;
n = features->total;
for( i = 0; i < n; i++ )
{
feat = CV_GET_SEQ_ELEM( struct feature, features, i );
feat->x /= 2.0;
feat->y /= 2.0;
feat->scl /= 2.0;
feat->img_pt.x /= 2.0;
feat->img_pt.y /= 2.0;
}
}
/*
Computes a canonical orientation for each image feature in an array. Based
on Section 5 of Lowe's paper. This function adds features to the array when
there is more than one dominant orientation at a given feature location.
@param features an array of image features
@param gauss_pyr Gaussian scale space pyramid
*/
static void calc_feature_oris( CvSeq* features, IplImage*** gauss_pyr )
{
struct feature* feat;
struct detection_data* ddata;
double* hist;
double omax;
int i, j, n = features->total;
for( i = 0; i < n; i++ )
{
feat = (feature *)malloc( sizeof( struct feature ) );
cvSeqPopFront( features, feat );
ddata = feat_detection_data( feat );
hist = ori_hist( gauss_pyr[ddata->octv][ddata->intvl],
ddata->r, ddata->c, SIFT_ORI_HIST_BINS,
cvRound( SIFT_ORI_RADIUS * ddata->scl_octv ),
SIFT_ORI_SIG_FCTR * ddata->scl_octv );
for( j = 0; j < SIFT_ORI_SMOOTH_PASSES; j++ )
smooth_ori_hist( hist, SIFT_ORI_HIST_BINS );
omax = dominant_ori( hist, SIFT_ORI_HIST_BINS );
add_good_ori_features( features, hist, SIFT_ORI_HIST_BINS,
omax * SIFT_ORI_PEAK_RATIO, feat );
free( ddata );
free( feat );
free( hist );
}
}
/*
Computes a gradient orientation histogram at a specified pixel.
@param img image
@param r pixel row
@param c pixel col
@param n number of histogram bins
@param rad radius of region over which histogram is computed
@param sigma std for Gaussian weighting of histogram entries
@return Returns an n-element array containing an orientation histogram
representing orientations between 0 and 2 PI.
*/
static double* ori_hist( IplImage* img, int r, int c, int n, int rad, double sigma)
{
double* hist;
double mag, ori, w, exp_denom, PI2 = CV_PI * 2.0;
int bin, i, j;
hist = (double*)calloc( n, sizeof( double ) );
exp_denom = 2.0 * sigma * sigma;
for( i = -rad; i <= rad; i++ )
for( j = -rad; j <= rad; j++ )
if( calc_grad_mag_ori( img, r + i, c + j, &mag, &ori ) )
{
w = exp( -( i*i + j*j ) / exp_denom );
bin = cvRound( n * ( ori + CV_PI ) / PI2 );
bin = ( bin < n )? bin : 0;
hist[bin] += w * mag;
}
return hist;
}
/*
Calculates the gradient magnitude and orientation at a given pixel.
@param img image
@param r pixel row
@param c pixel col
@param mag output as gradient magnitude at pixel (r,c)
@param ori output as gradient orientation at pixel (r,c)
@return Returns 1 if the specified pixel is a valid one and sets mag and
ori accordingly; otherwise returns 0
*/
static int calc_grad_mag_ori( IplImage* img, int r, int c, double* mag, double* ori )
{
double dx, dy;
if( r > 0 && r < img->height - 1 && c > 0 && c < img->width - 1 )
{
dx = pixval32f( img, r, c+1 ) - pixval32f( img, r, c-1 );
dy = pixval32f( img, r-1, c ) - pixval32f( img, r+1, c );
*mag = sqrt( dx*dx + dy*dy );
*ori = atan2( dy, dx );
return 1;
}
else
return 0;
}
/*
Gaussian smooths an orientation histogram.
@param hist an orientation histogram
@param n number of bins
*/
static void smooth_ori_hist( double* hist, int n )
{
double prev, tmp, h0 = hist[0];
int i;
prev = hist[n-1];
for( i = 0; i < n; i++ )
{
tmp = hist[i];
hist[i] = 0.25 * prev + 0.5 * hist[i] +
0.25 * ( ( i+1 == n )? h0 : hist[i+1] );
prev = tmp;
}
}
/*
Finds the magnitude of the dominant orientation in a histogram
@param hist an orientation histogram
@param n number of bins
@return Returns the value of the largest bin in hist
*/
static double dominant_ori( double* hist, int n )
{
double omax;
int maxbin, i;
omax = hist[0];
maxbin = 0;
for( i = 1; i < n; i++ )
if( hist[i] > omax )
{
omax = hist[i];
maxbin = i;
}
return omax;
}
/*
Interpolates a histogram peak from left, center, and right values
*/
#define interp_hist_peak( l, c, r ) ( 0.5 * ((l)-(r)) / ((l) - 2.0*(c) + (r)) )
/*
Adds features to an array for every orientation in a histogram greater than
a specified threshold.
@param features new features are added to the end of this array
@param hist orientation histogram
@param n number of bins in hist
@param mag_thr new features are added for entries in hist greater than this
@param feat new features are clones of this with different orientations
*/
static void add_good_ori_features( CvSeq* features, double* hist, int n,
double mag_thr, struct feature* feat )
{
struct feature* new_feat;
double bin, PI2 = CV_PI * 2.0;
int l, r, i;
for( i = 0; i < n; i++ )
{
l = ( i == 0 )? n - 1 : i-1;
r = ( i + 1 ) % n;
if( hist[i] > hist[l] && hist[i] > hist[r] && hist[i] >= mag_thr )
{
bin = i + interp_hist_peak( hist[l], hist[i], hist[r] );
bin = ( bin < 0 )? n + bin : ( bin >= n )? bin - n : bin;
new_feat = clone_feature( feat );
new_feat->ori = ( ( PI2 * bin ) / n ) - CV_PI;
cvSeqPush( features, new_feat );
free( new_feat );
}
}
}
/*
Makes a deep copy of a feature
@param feat feature to be cloned
@return Returns a deep copy of feat
*/
static struct feature* clone_feature( struct feature* feat )
{
struct feature* new_feat;
struct detection_data* ddata;
new_feat = new_feature();
ddata = feat_detection_data( new_feat );
memcpy( new_feat, feat, sizeof( struct feature ) );
memcpy( ddata, feat_detection_data(feat), sizeof( struct detection_data ) );
new_feat->feature_data = ddata;
return new_feat;
}
/*
Computes feature descriptors for features in an array. Based on Section 6
of Lowe's paper.
@param features array of features
@param gauss_pyr Gaussian scale space pyramid
@param d width of 2D array of orientation histograms
@param n number of bins per orientation histogram
*/
static void compute_descriptors( CvSeq* features, IplImage*** gauss_pyr, int d, int n)
{
struct feature* feat;
struct detection_data* ddata;
double*** hist;
int i, k = features->total;
for( i = 0; i < k; i++ )
{
feat = CV_GET_SEQ_ELEM( struct feature, features, i );
ddata = feat_detection_data( feat );
hist = descr_hist( gauss_pyr[ddata->octv][ddata->intvl], ddata->r,
ddata->c, feat->ori, ddata->scl_octv, d, n );
hist_to_descr( hist, d, n, feat );
release_descr_hist( &hist, d );
}
}
/*
Computes the 2D array of orientation histograms that form the feature
descriptor. Based on Section 6.1 of Lowe's paper.
@param img image used in descriptor computation
@param r row coord of center of orientation histogram array
@param c column coord of center of orientation histogram array
@param ori canonical orientation of feature whose descr is being computed
@param scl scale relative to img of feature whose descr is being computed
@param d width of 2d array of orientation histograms
@param n bins per orientation histogram
@return Returns a d x d array of n-bin orientation histograms.
*/
static double*** descr_hist( IplImage* img, int r, int c, double ori,
double scl, int d, int n )
{
double*** hist;
double cos_t, sin_t, hist_width, exp_denom, r_rot, c_rot, grad_mag,
grad_ori, w, rbin, cbin, obin, bins_per_rad, PI2 = 2.0 * CV_PI;
int radius, i, j;
hist = (double***)calloc( d, sizeof( double** ) );
for( i = 0; i < d; i++ )
{
hist[i] = (double**)calloc( d, sizeof( double* ) );
for( j = 0; j < d; j++ )
hist[i][j] = (double*)calloc( n, sizeof( double ) );
}
cos_t = cos( ori );
sin_t = sin( ori );
bins_per_rad = n / PI2;
exp_denom = d * d * 0.5;
hist_width = SIFT_DESCR_SCL_FCTR * scl;
radius = hist_width * sqrt(2.0) * ( d + 1.0 ) * 0.5 + 0.5;
for( i = -radius; i <= radius; i++ )
for( j = -radius; j <= radius; j++ )
{
/*
Calculate sample's histogram array coords rotated relative to ori.
Subtract 0.5 so samples that fall e.g. in the center of row 1 (i.e.
r_rot = 1.5) have full weight placed in row 1 after interpolation.
*/
c_rot = ( j * cos_t - i * sin_t ) / hist_width;
r_rot = ( j * sin_t + i * cos_t ) / hist_width;
rbin = r_rot + d / 2 - 0.5;
cbin = c_rot + d / 2 - 0.5;
if( rbin > -1.0 && rbin < d && cbin > -1.0 && cbin < d )
if( calc_grad_mag_ori( img, r + i, c + j, &grad_mag, &grad_ori ))
{
grad_ori -= ori;
while( grad_ori < 0.0 )
grad_ori += PI2;
while( grad_ori >= PI2 )
grad_ori -= PI2;
obin = grad_ori * bins_per_rad;
w = exp( -(c_rot * c_rot + r_rot * r_rot) / exp_denom );
interp_hist_entry( hist, rbin, cbin, obin, grad_mag * w, d, n );
}
}
return hist;
}
/*
Interpolates an entry into the array of orientation histograms that form
the feature descriptor.
@param hist 2D array of orientation histograms
@param rbin sub-bin row coordinate of entry
@param cbin sub-bin column coordinate of entry
@param obin sub-bin orientation coordinate of entry
@param mag size of entry
@param d width of 2D array of orientation histograms
@param n number of bins per orientation histogram
*/
static void interp_hist_entry( double*** hist, double rbin, double cbin,
double obin, double mag, int d, int n )
{
double d_r, d_c, d_o, v_r, v_c, v_o;
double** row, * h;
int r0, c0, o0, rb, cb, ob, r, c, o;
r0 = cvFloor( rbin );
c0 = cvFloor( cbin );
o0 = cvFloor( obin );
d_r = rbin - r0;
d_c = cbin - c0;
d_o = obin - o0;
/*
The entry is distributed into up to 8 bins. Each entry into a bin
is multiplied by a weight of 1 - d for each dimension, where d is the
distance from the center value of the bin measured in bin units.
*/
for( r = 0; r <= 1; r++ )
{
rb = r0 + r;
if( rb >= 0 && rb < d )
{
v_r = mag * ( ( r == 0 )? 1.0 - d_r : d_r );
row = hist[rb];
for( c = 0; c <= 1; c++ )
{
cb = c0 + c;
if( cb >= 0 && cb < d )
{
v_c = v_r * ( ( c == 0 )? 1.0 - d_c : d_c );
h = row[cb];
for( o = 0; o <= 1; o++ )
{
ob = ( o0 + o ) % n;
v_o = v_c * ( ( o == 0 )? 1.0 - d_o : d_o );
h[ob] += v_o;
}
}
}
}
}
}
/*
Converts the 2D array of orientation histograms into a feature's descriptor
vector.
@param hist 2D array of orientation histograms
@param d width of hist
@param n bins per histogram
@param feat feature into which to store descriptor
*/
static void hist_to_descr( double*** hist, int d, int n, struct feature* feat )
{
int int_val, i, r, c, o, k = 0;
for( r = 0; r < d; r++ )
for( c = 0; c < d; c++ )
for( o = 0; o < n; o++ )
{
feat->descr[k++] = hist[r][c][o];
}
feat->d = k;
normalize_descr( feat );
for( i = 0; i < k; i++ )
if( feat->descr[i] > SIFT_DESCR_MAG_THR )
feat->descr[i] = SIFT_DESCR_MAG_THR;
normalize_descr( feat );
/* convert floating-point descriptor to integer valued descriptor */
//for( i = 0; i < k; i++ )
//{
// int_val = SIFT_INT_DESCR_FCTR * feat->descr[i];
// feat->descr[i] = MIN( 255, int_val );
//}
}
/*
Normalizes a feature's descriptor vector to unitl length
@param feat feature
*/
static void normalize_descr( struct feature* feat )
{
double cur, len_inv, len_sq = 0.0;
int i, d = feat->d;
for( i = 0; i < d; i++ )
{
cur = feat->descr[i];
len_sq += cur*cur;
}
len_inv = 1.0 / sqrt( len_sq );
for( i = 0; i < d; i++ )
feat->descr[i] *= len_inv;
}
/*
Compares features for a decreasing-scale ordering. Intended for use with
CvSeqSort
@param feat1 first feature
@param feat2 second feature
@param param unused
@return Returns 1 if feat1's scale is greater than feat2's, -1 if vice versa,
and 0 if their scales are equal
*/
static int feature_cmp( void* feat1, void* feat2, void* param )
{
struct feature* f1 = (struct feature*) feat1;
struct feature* f2 = (struct feature*) feat2;
if( f1->scl < f2->scl )
return 1;
if( f1->scl > f2->scl )
return -1;
return 0;
}
/*
De-allocates memory held by a descriptor histogram
@param hist pointer to a 2D array of orientation histograms
@param d width of hist
*/
static void release_descr_hist( double**** hist, int d )
{
int i, j;
for( i = 0; i < d; i++)
{
for( j = 0; j < d; j++ )
free( (*hist)[i][j] );
free( (*hist)[i] );
}
free( *hist );
*hist = NULL;
}
/*
De-allocates memory held by a scale space pyramid
@param pyr scale space pyramid
@param octvs number of octaves of scale space
@param n number of images per octave
*/
static void release_pyr( IplImage**** pyr, int octvs, int n )
{
int i, j;
for( i = 0; i < octvs; i++ )
{
for( j = 0; j < n; j++ )
cvReleaseImage( &(*pyr)[i][j] );
free( (*pyr)[i] );
}
free( *pyr );
*pyr = NULL;
}
| [
"menglics@gmail.com"
] | menglics@gmail.com |
656ae795b5b7202c0ffc8468e33a0b65489d3278 | f7ccc4fc48b1b32a17679d4054a5af80a04f8077 | /src/RC4/RC4.cpp | 58efdb58628e4f87209dfc855bfb2df89fb8e22c | [] | no_license | Maill/rc4parellel | d2bd3dfe517b75c6de1fb011026a64492ab8a603 | f1b0484d2109e31e6e91b843b0cc1b211ea5f88f | refs/heads/master | 2020-04-05T18:35:09.609214 | 2018-12-16T14:24:44 | 2018-12-16T14:24:44 | 157,104,431 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,339 | cpp | /**
* RC4 Cryptographic Implementation
* RC4.cpp
* Purpose : encrypt and decrypt data
*
* @authors Nicolas Cornu, Olivier Lefebvre, Vincent Valvas
* @version 0.2
* @date 11/10/2018
*/
///Intern include
#include "RC4.h"
/**
* Constructor of RC4
*/
RC4::RC4() = default;
/**
* Initialize the indexes and permutation table encryption
* @param key Key of the message
* @param size Size of the key
*/
void RC4::setKey(string key, long size) {
indexI = 0;
indexJ = 0;
keySize = size;
for(int i = 0; i < 256; i++){
permutationTable[i] = (unsigned char)i;
}
ksa((unsigned char *) key.c_str());
}
/**
* Start the RC4 encryption/decryption
* @param chunk Data chunk from the file
*/
void RC4::execute(pair<int[2], unsigned char*>* chunk) {
prga(chunk->second, chunk->first[1]);
}
/**
* Calculate the initial values through the key in the permutation table encryption
* @param key Key of the message
*/
void RC4::ksa(unsigned char *key) {
int j = 0;
for(int i = 0; i < 256; i++){
j = (j + permutationTable[i] + key[i % keySize]) & 0xFF;
std::swap(permutationTable[i], permutationTable[j]);
}
}
/**
* [Unsed] Swap the values on the permutation table encryption
* @param i First value to swap
* @param j Second value to swap
*/
void RC4::swap(int i, int j) {
unsigned char swapedData = permutationTable[i];
permutationTable[i] = permutationTable[j];
permutationTable[j] = swapedData;
}
/**
* RC4 encryption/decryption algorithm
* @param text Text vector from the chunk
*/
void RC4::prga(unsigned char* text, int size) {
for (int i = 0; i < size; i++) {
indexI = (indexI + 1) & 0xFF;
indexJ = (indexJ + permutationTable[indexI]) & 0xFF;
std::swap(permutationTable[indexI], permutationTable[indexJ]);
text[i] = permutationTable[(permutationTable[indexI] + permutationTable[indexJ]) & 0xFF] ^ text[i];
}
}
/**
* [Unsed] Calculate the indexes and permutation table encryption to a certain point for encryption/decryption texts parts
* @param end End bound
*/
void RC4::setIndexes(int end) {
for(int k = 0; k < end; k++) {
indexI = (indexI + 1) % 256;
indexJ = (indexJ + permutationTable[indexI]) % 256;
std::swap(permutationTable[indexI], permutationTable[indexJ]);
}
}
| [
"nicolas.demoncourt@gmail.com"
] | nicolas.demoncourt@gmail.com |
40a528b6d614c39b2cf85188f143b0358754f836 | 8648e8e1034b55d63e34a60afd1e7ada4a72ee6b | /ShootingGame/fireworksEnemy.cpp | a18b7a3603cb2eaee4c8b1d72c30889aa28a548f | [] | no_license | taityo/ShootingGame | 5270b5ff58143b7b9e97eb6073585addafa69c10 | aac6bc13413772568e45e434358e138fa5c826a9 | refs/heads/master | 2021-07-16T19:20:40.427382 | 2017-10-24T14:59:54 | 2017-10-24T14:59:54 | 107,782,968 | 0 | 0 | null | null | null | null | SHIFT_JIS | C++ | false | false | 1,541 | cpp | #include "fireworksEnemy.h"
fireworksEnemy::fireworksEnemy(double x, double y, int hp, double radius):
Enemy(x, y, hp, radius, 3), nextPos(Random(Window::Width()), Random(Window::Height()-100)), count(0)
{
}
fireworksEnemy::~fireworksEnemy()
{
}
void fireworksEnemy::draw() {
Circle(pos, radius).draw(Color(255, 160, 0));
}
void fireworksEnemy::shot(Player& player, EnemyBulletManager& ebm) {
//花火のように周りに弾を打つ。
if (pos == nextPos) {//ここで待ち時間を調整できる
if (count == 0) {
if (rand() % 5 != 0) {
nextPos = Vec2(Random(Window::Width()), Random(Window::Height() - 100));
}
else {
double bulletSpeed = 5;
for (int i = 0; i < 8; i++) {//できてるかわからない
double radian = i * 45 * Pi / 180;
ebm.add(pos.x, pos.y, 5, sin(radian)*bulletSpeed, cos(radian)*bulletSpeed);
}
count++;
return;
}
}
else if (count <= 60) {
count++;
return;
}
else {
count = 0;
nextPos = Vec2(Random(Window::Width()), Random(Window::Height() - 100));
}
}
}
void fireworksEnemy::update(Player& player) {//ランダムな位置に移動し、ランダムなタイミングで弾を打つ
double x = this->nextPos.x - this->pos.x;
double y = -(this->nextPos.y - this->pos.y);
double radian = atan2(y, x);
if (sqrt(x*x + y*y) < speed) {
this->pos.x += x;
this->pos.y += -y;
}
else {
this->pos.x += cos(radian)*speed;
this->pos.y += -sin(radian)*speed;
}
} | [
"c0116040f6@edu.teu.ac.jp"
] | c0116040f6@edu.teu.ac.jp |
202e035c760d855bf6ef32b99a0fa46ebac151e4 | f32320f228b57a12b4cc61d3e7828911d096012f | /ECG_Solution/src/MessagePrinter.h | c78fa14e3c7e981f0f8383cec4f5aaf074951690 | [] | no_license | SaphCode/ECG | 6c39ac012784a7cd4abe52ea2010649c6b504069 | 2d251d8ced8655187105cdde1c0d5e295bf1d3d9 | refs/heads/master | 2023-02-01T14:35:16.679353 | 2020-12-14T20:20:46 | 2020-12-14T20:20:46 | 311,713,029 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 342 | h | #pragma once
#include <vector>
#include <string>
#include <iostream>
// Include GLEW. Always include it before gl.h and glfw3.h, since it's a bit magic.
#include <GL/glew.h>
// Include GLFW
#include <GLFW/glfw3.h>
class MessagePrinter
{
public:
/* Prints the log output to console.
*/
static void PrintLog(std::vector<GLchar> log);
};
| [
"chris.stanek97@gmail.com"
] | chris.stanek97@gmail.com |
ef0d2b6fdf4f34ca6baf24cfb943a596ac73d5d0 | d2566520060aa4e0dc9ee53cca3cfe8b0bc09cb9 | /src/Main/MeshConv.cpp | 3bca6ddb9593c46cd0216d9711d4bded3286dbe8 | [
"BSD-2-Clause"
] | permissive | supermangithu/quinoa | f4a452de8ff1011a89dec1365a32730299ceecc1 | 2dd7ead9592b43a06fa25fec2f7fa7687f6169bf | refs/heads/master | 2023-04-13T14:42:02.394865 | 2020-09-12T13:35:33 | 2020-09-12T13:35:33 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 7,103 | cpp | // *****************************************************************************
/*!
\file src/Main/MeshConv.cpp
\copyright 2012-2015 J. Bakosi,
2016-2018 Los Alamos National Security, LLC.,
2019-2020 Triad National Security, LLC.
All rights reserved. See the LICENSE file for details.
\brief Mesh file converter Charm++ main chare
\details Mesh file converter Charm++ main chare. This file contains the
definition of the Charm++ main chare, equivalent to main() in Charm++-land.
*/
// *****************************************************************************
#include <vector>
#include <utility>
#include <iostream>
#include "Print.hpp"
#include "Timer.hpp"
#include "Types.hpp"
#include "QuinoaConfig.hpp"
#include "Init.hpp"
#include "Tags.hpp"
#include "MeshConvDriver.hpp"
#include "MeshConv/CmdLine/CmdLine.hpp"
#include "MeshConv/CmdLine/Parser.hpp"
#include "ProcessException.hpp"
#include "ChareStateCollector.hpp"
#include "NoWarning/charm.hpp"
#include "NoWarning/meshconv.decl.h"
#if defined(__clang__)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wmissing-variable-declarations"
#endif
//! \brief Charm handle to the main proxy, facilitates call-back to finalize,
//! etc., must be in global scope, unique per executable
CProxy_Main mainProxy;
//! Chare state collector Charm++ chare group proxy
tk::CProxy_ChareStateCollector stateProxy;
//! If true, call and stack traces are to be output with exceptions
//! \note This is true by default so that the trace is always output between
//! program start and the Main ctor in which the user-input from command line
//! setting for this overrides this true setting.
bool g_trace = true;
#if defined(__clang__)
#pragma clang diagnostic pop
#endif
//! \brief Charm++ main chare for the mesh converter executable, meshconv.
//! \details Note that this object should not be in a namespace.
// cppcheck-suppress noConstructor
class Main : public CBase_Main {
public:
//! \brief Constructor
//! \details MeshConv's main chare constructor is the entry point of the
//! program, called by the Charm++ runtime system. The constructor does
//! basic initialization steps, e.g., parser the command-line, prints out
//! some useful information to screen (in verbose mode), and instantiates
//! a driver. Since Charm++ is fully asynchronous, the constructor
//! usually spawns asynchronous objects and immediately exits. Thus in the
//! body of the main chare constructor we fire up an 'execute' chare,
//! which then calls back to Main::execute(). Finishing the main chare
//! constructor the Charm++ runtime system then starts the
//! network-migration of all global-scope data (if any). The execute chare
//! calling back to Main::execute() signals the end of the migration of
//! the global-scope data. Then we are ready to execute the driver which
//! calls back to Main::finalize() when it finished. Then finalize() exits
//! by calling Charm++'s CkExit(), shutting down the runtime system.
//! \see http://charm.cs.illinois.edu/manuals/html/charm++/manual.html
Main( CkArgMsg* msg )
try :
m_signal( tk::setSignalHandlers() ),
m_cmdline(),
// Parse command line into m_cmdline using default simple pretty printer
m_cmdParser( msg->argc, msg->argv, tk::Print(), m_cmdline ),
// Create MeshConv driver
m_driver( tk::Main< meshconv::MeshConvDriver >
( msg->argc, msg->argv,
m_cmdline,
tk::HeaderType::MESHCONV,
tk::meshconv_executable(),
m_cmdline.get< tag::io, tag::screen >(),
m_cmdline.get< tag::io, tag::nrestart >() ) ),
m_timer(1), // Start new timer measuring the total runtime
m_timestamp()
{
delete msg;
g_trace = m_cmdline.get< tag::trace >();
tk::MainCtor( mainProxy, thisProxy, m_timer, m_cmdline,
CkCallback( CkIndex_Main::quiescence(), thisProxy ) );
// If quiescence detection is on or user requested it, create chare state
// collector Charm++ chare group
if ( m_cmdline.get< tag::chare >() || m_cmdline.get< tag::quiescence >() )
stateProxy = tk::CProxy_ChareStateCollector::ckNew();
// Fire up an asynchronous execute object, which when created at some
// future point in time will call back to this->execute(). This is
// necessary so that this->execute() can access already migrated
// global-scope data.
CProxy_execute::ckNew();
} catch (...) { tk::processExceptionCharm(); }
void execute() {
try {
m_timestamp.emplace_back("Migrate global-scope data", m_timer[1].hms());
m_driver.execute();
} catch (...) { tk::processExceptionCharm(); }
}
//! Towards normal exit but collect chare state first (if any)
void finalize() {
tk::finalize( m_cmdline, m_timer, stateProxy, m_timestamp,
m_cmdline.get< tag::io, tag::screen >(),
m_cmdline.get< tag::io, tag::nrestart >(),
CkCallback( CkIndex_Main::dumpstate(nullptr), thisProxy ) );
}
//! Add a time stamp contributing to final timers output
void timestamp( std::string label, tk::real stamp ) {
try {
m_timestamp.emplace_back( label, tk::hms( stamp ) );
} catch (...) { tk::processExceptionCharm(); }
}
//! Add multiple time stamps contributing to final timers output
void timestamp( const std::vector< std::pair< std::string, tk::real > >& s )
{ for (const auto& t : s) timestamp( t.first, t.second ); }
//! Entry method triggered when quiescence is detected
void quiescence() {
try {
stateProxy.collect( /* error= */ true,
CkCallback( CkIndex_Main::dumpstate(nullptr), thisProxy ) );
} catch (...) { tk::processExceptionCharm(); }
}
//! Dump chare state
void dumpstate( CkReductionMsg* msg ) {
tk::dumpstate( m_cmdline,
m_cmdline.get< tag::io, tag::screen >(),
m_cmdline.get< tag::io, tag::nrestart >(),
msg );
}
private:
int m_signal; //!< Used to set signal handlers
meshconv::ctr::CmdLine m_cmdline; //!< Command line
meshconv::CmdLineParser m_cmdParser; //!< Command line parser
meshconv::MeshConvDriver m_driver; //!< Driver
std::vector< tk::Timer > m_timer; //!< Timers
//! Time stamps in h:m:s with labels
std::vector< std::pair< std::string, tk::Timer::Watch > > m_timestamp;
};
//! \brief Charm++ chare execute
//! \details By the time this object is constructed, the Charm++ runtime system
//! has finished migrating all global-scoped read-only objects which happens
//! after the main chare constructor has finished.
class execute : public CBase_execute {
public: execute() { mainProxy.execute(); }
};
#include "NoWarning/meshconv.def.h"
| [
"jbakosi@lanl.gov"
] | jbakosi@lanl.gov |
f409eb64cd18636c017f94faf31a0f2c71b192df | fd61f227d2cb96f34d85da07849d1ddee20f6eae | /include/TTracking.hh | e4545199e016eefc7007904cd0f0519ba6a43e80 | [] | no_license | diamondIPP/StripTelescopeAnalysis | 00b8febec9c5042d1518bc268d25ce136914a827 | ee7f86063af1ffbd5a8bf83e074e948f2b3fb8c0 | refs/heads/master | 2021-01-16T23:31:21.813252 | 2020-02-03T14:50:50 | 2020-02-03T14:50:50 | 50,115,743 | 0 | 1 | null | 2018-07-21T15:51:33 | 2016-01-21T15:15:00 | C++ | UTF-8 | C++ | false | false | 2,771 | hh | /*
* TTracking.hh
*
* Created on: Jan 23, 2012
* Author: bachmair
*/
#ifndef TTRACKING_HH_
#define TTRACKING_HH_
#include "TEventReader.hh"
#include "TTrack.hh"
#include "TDetectorAlignment.hh"
#include "TFile.h"
#include "TPositionPrediction.hh"
#include "TSettings.class.hh"
class TTracking: public TADCEventReader{
public:
TTracking(std::string pathName, std::string alignmentName,std::string etaDistributionPath, TSettings* settings);
TPositionPrediction* predictPosition(UInt_t subjectPlane, vector<UInt_t> vecRefPlanes,bool cmnCorrection = true, bool bPrint=false);
Float_t getXPosition(UInt_t plane,bool cmnCorrected);
Float_t getYPosition(UInt_t plane,bool cmnCorrected);
Float_t getZPosition(UInt_t plane);
virtual ~TTracking();
bool LoadEvent(UInt_t eventNumber);
Float_t getStripXPositionOfCluster(UInt_t plane,TCluster xCluster, Float_t yPred,bool cmnCorrected,TCluster::calculationMode_t mode=TCluster::highest2Centroid,TH1F* histo=NULL);
Float_t getStripXPosition(UInt_t plane,Float_t yPred,bool cmnCorrected,TCluster::calculationMode_t mode=TCluster::highest2Centroid);
Float_t getPositionOfCluster(TPlaneProperties::enumCoordinate cor,UInt_t plane,TCluster xCluster,TCluster yCluster,bool cmnCorrected, TCluster::calculationMode_t mode=TCluster::highest2Centroid, TH1F* histo=0);
Float_t getPositionOfCluster(UInt_t det, TCluster cluster, Float_t predictedPerpPosition,bool cmnCorrected, TCluster::calculationMode_t mode=TCluster::highest2Centroid, TH1F* histo=0);
Float_t getPosition(TPlaneProperties::enumCoordinate cor,UInt_t plane,TCluster::calculationMode_t mode=TCluster::highest2Centroid);
Float_t getPositionInDetSystem(UInt_t det, Float_t xPred, Float_t yPred);
Float_t getMeasuredPositionMetricSpace(TPlaneProperties::enumCoordinate cor, UInt_t plane,bool cmnCorrected,TCluster::calculationMode_t mode=TCluster::highest2Centroid);
// Float_t getPosition(TPlaneProperties::enumCoordinate cor,UInt_t plane,TCluster::calculationMode_t mode=TCluster::highest2Centroid){return myTrack->getPosition(cor,plane, mode);};
// Float_t getXPosition(UInt_t plane);
// Float_t getYPosition(UInt_t plane);
// Float_t getZPosition(UInt_t plane);
// Float_t getXMeasured(UInt_t plane);
// Float_t getYMeasured(UInt_t plane);
// Float_t getMeasured(TPlaneProperties::enumCoordinate cor,UInt_t plane);
// TPositionPrediction* predictPosition(UInt_t subjectPlane, vector<UInt_t> vecRefPlanes,bool bPrint=false);
TDetectorAlignment* getAlignment(){return myAlignment;};
Float_t getYPositionInDetSystem(UInt_t det,Float_t xPredicted,Float_t yPredicted);
private:
bool setAlignment(std::string alignmentName);
TTrack *myTrack;
TSettings* settings;
TFile* alignmentFile;
TDetectorAlignment* myAlignment;
};
#endif /* TTRACKING_HH_ */
| [
"bachmair@phys.ethz.ch"
] | bachmair@phys.ethz.ch |
33ad2b101d04f36ff27fd5f5cd0a3498a8302344 | 1c69b487f541ba07667b06f3e78e843f0af4abc0 | /GenesisLaserIIObject.h | fc54e7e8d55df41ca319c1e02f56d3f07b9ed04e | [] | no_license | yluo1/Liquidus | d2520b1f499322eef2e7ecc82942c9520cf08b6b | afb1822d51b81fa06e7b7d8ffb282fcf878d2268 | refs/heads/master | 2016-09-05T19:50:05.520453 | 2014-04-06T15:55:50 | 2014-04-06T15:55:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,966 | h | #ifndef _GENESISLASERIIOBJECT_
#define _GENESISLASERIIOBJECT_
#include <Math.h>
#include "Constants.h"
#include "ConstantsIO.h"
#include "Object.h"
#include "VectorT.h"
#include "ForcePongConstants.h"
#include "LaserObject.h"
#define GENESISLASERIIPOINTS 10
class GenesisLaserIIObject:public LaserObject{
private:
float maxLength;
VectorT *sourcePosition;
float *sourceDirectionTheta;
int fireMode;
VectorT lastPosition;
Object **shipObjPtr;
public:
GenesisLaserIIObject(){
}
GenesisLaserIIObject(int objID,int teamID,int type,VectorT color,
VectorT position,VectorT initialVelocity,
float radius,float damage,float life,float hitPoints,
Object **shipObjPtr,VectorT *sourcePosition,float *sourceDirectionTheta,int fireMode,float maxLength,
Map *mapPtr,Object **firstElementPtr,Object **currentElementPtr)
:LaserObject(objID,teamID,type,color,
position,initialVelocity,radius,damage,life,hitPoints,true,
mapPtr,firstElementPtr,currentElementPtr){
this->sourcePosition=sourcePosition;
this->sourceDirectionTheta=sourceDirectionTheta;
this->maxLength=maxLength;
this->fireMode=fireMode;
this->shipObjPtr=shipObjPtr;
blowOnContact=false;
fluidAffected=false;
if(fireMode!=0){
position=*sourcePosition;
position.x+=maxLength;
mass=.0001;
}
directionTheta=*sourceDirectionTheta;
}
virtual void display(){
if(fireMode==0){//Base Shot
glPushMatrix();
glPushAttrib(GL_ENABLE_BIT);
glTranslatef(position.x,position.y,position.z);
glRotatef(directionTheta,0,0,1);
glTranslatef(-position.x,-position.y,-position.z);
glEnable(GL_TEXTURE_2D);
VectorT color=this->color*25+.75;
glColor4f(color.x,color.y,color.z,.1+life/initialLife*.9);
glBindTexture(GL_TEXTURE_2D, ammoTextures[AMMO_GENESIS_LASERII].texID);
float newRad=radius*2;
glBegin(GL_TRIANGLE_STRIP);
for(int a=0;a<1;++a){
glTexCoord2d(1,1); glVertex2f(position.x,position.y+newRad);
glTexCoord2d(0,1); glVertex2f(position.x+maxLength,position.y+newRad);
glTexCoord2d(1,0); glVertex2f(position.x,position.y-newRad);
glTexCoord2d(0,0); glVertex2f(position.x+maxLength,position.y-newRad);
}
glEnd();
glPopAttrib();
glPopMatrix();
}
}
virtual void update(){
if(fireMode==0){
if(life==initialLife){
int nBits=maxLength/radius;
for(int a=0;a<nBits;++a){
int b=findNextOpenObject(firstElementPtr,objCount);
if(b!=-1){
firstElementPtr[b]=new GenesisLaserIIObject(b,teamID,type,color,position,velocityRelative,
radius,damage*0,life,hitPoints,
shipObjPtr,sourcePosition,sourceDirectionTheta,a+1,maxLength/nBits*a,
mapPtr,firstElementPtr,&firstElementPtr[b]);
}
}
}
}
if(*shipObjPtr!=NULL){
lastPosition=position;
position=*sourcePosition;
directionTheta=*sourceDirectionTheta;
if(fireMode!=0){
position.x+=maxLength*globalScale;
position=position.translate(-*sourcePosition);
position=position.rotateZAxis(directionTheta/RADIAN*-1);
position=position.translate(*sourcePosition);
totalVelocity=(position-lastPosition)/dt;
VectorT vDirection=position-*sourcePosition;
VectorT rayColor=color*.2;
VectorT impulsePosition(position.x/defaultDisplay.windowWidth,1-position.y/defaultDisplay.windowHeight,1.0);
mapPtr->addImpulseToBuffer(impulsePosition,rayColor,.1,
fluidRadius,mapPtr->inkFrameBuffer,3,TYPE_IMPULSE_DIRECTIONAL);
if(CHAOTIC_MODE){
float d=vDirection.norm();
if(d!=0){
velColor=(vDirection/d+1.0)/2.0;
velColor.y=1.0-velColor.y;
mapPtr->addImpulseToBuffer(impulsePosition,velColor,.1,
fluidRadius,mapPtr->velocityFrameBuffer,0,TYPE_IMPULSE_DIRECTIONAL);
}
}
}
}
life-=dt;
if(life<=0||*shipObjPtr==NULL){//Life end or host ship dead
(*currentElementPtr)=NULL;
delete this;
}
}
virtual float getMaxSpeed(){
return MAX_FLUID_SPEED*10;
}
};
#endif
| [
"luoyuancheng@gmail.com"
] | luoyuancheng@gmail.com |
4e771661e75c6bbfce1939002e5e6b5d844b98cf | 8048598e1e46300178829e7e5cde7bce71df7320 | /Chi-Fu-Mi/Chi-Fu-Mi/Papier.cpp | 5f95e4a8d68d2912224474168632f49894f09bdf | [] | no_license | tarraschk/Chi-Fu-Mi | db7c9c0947f16aaea41b3e62cfe71f22f7d35bd7 | 39e5cfbb49269a9b897bedb4072503b35578cba5 | refs/heads/master | 2021-01-16T19:20:47.640513 | 2012-11-05T16:06:19 | 2012-11-05T16:06:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 346 | cpp | //
// Papier.cpp
// Chi-Fu-Mi
//
// Created by Maxime Alay-eddine on 26/10/12.
// Copyright 2012 Ecole Centrale de Nantes. All rights reserved.
//
#include "Papier.h"
#include <iostream>
int Papier::nombre = 0;
Papier::Papier(const Joueur& j) : Coup(j) {
Papier::nombre++;
};
std::string Papier::type() const {
return "Papier";
}; | [
"maxime.alayeddine@gmail.com"
] | maxime.alayeddine@gmail.com |
d56ee1cacd2bbde9651f9ba66d861c912096f094 | 1747c8202e8e915fba72c05656df819ffb342682 | /Servo/Behaviours/T-6/B-113/B-113.hpp | 00a757ec4b9add7cf62a8f2dd74d3dc1469e6d61 | [] | no_license | prisme-studio/SERVO | 7fd7de4ec0892237198c276718bdb5eeb34ffda4 | b231991542931cf685f0060743ef641fa81578dc | refs/heads/master | 2021-01-09T04:35:00.939465 | 2020-03-16T17:18:43 | 2020-03-16T17:18:43 | 242,246,974 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 702 | hpp | //
// B-113.hpp
// Talkers
//
// Created by Valentin Dufois on 2020-02-24.
//
#ifndef B_113_hpp
#define B_113_hpp
#ifdef B113
#undef B113
#endif
#include "../../Behaviour.hpp"
class B113: public Behaviour {
public:
B113(): Behaviour(113, // ID
6, // Tree ID
1, // Is tree start ?
0, // Force start ?
{ // Expected inputs
},
{ // Expected outputs
96,
97,
}) {}
virtual bool execute(Machine * machine) override {
/*
Action:
*/
_state["RAND"] = rand() % 10;
return true;
}
};
#endif /* B_113_hpp */
| [
"valentin@dufois.fr"
] | valentin@dufois.fr |
22b154c413d17ab32fe114d7e5d3e6e22f7f9763 | 9063052d8e2c294efa3b501d42aef2ac59d84fa0 | /jiju_algo_practice/6/lv1.cpp | 80b8632d4c6f757e7f14da9242ce0254ad6cc3ae | [] | no_license | yes99/practice2020 | ffe5502d23038eabea834ebc2b18ff724f849c4a | 100ac281f4fe6d0f991213802fbd8524451f1ac2 | refs/heads/master | 2021-07-08T00:54:19.728874 | 2021-06-13T05:52:07 | 2021-06-13T05:52:07 | 245,789,109 | 0 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 879 | cpp | #include <iostream>
#include<fstream>
#include<string>
using namespace std;
// ii >>
// oo <<
int main()
{
ifstream ii("D:\\input.txt");
//ifstream ii("input.txt");
ofstream oo("D:\\output.txt");
//ofstream oo("output.txt");
int tt;
ii >> tt;
int t = tt;
int origint=t;
int i, j, k;
long long mul=2 * t;
long long div =t;
/*for (i = 2*t; i > t; i--)
{
mul = mul * i;
cout << i<<" ";
}
cout << endl;
for (i = 1; i <= t; i++)
{
div = div * i;
cout << i << " ";
}*/
long double result;
for (i = 1; i <= t; i++)
{
result = mul / div;
mul--;
div--;
//cout << result << " ";
}
result = result / (t + 1);
cout << result;
/*cout << endl;
int g = t + 1;
long long result = mul / (div);
result = result / g;
if (tt == 6)
{
oo << 142;
cout << 142;
return 0;
}
cout << result;
oo << result;*/
ii.close();
oo.close();
return 0;
} | [
"yes950324@naver.com"
] | yes950324@naver.com |
3bab05738152e475b838a7e874a75059ed29bcb8 | 5d83739af703fb400857cecc69aadaf02e07f8d1 | /Archive2/4e/187c43dbae5418/main.cpp | 0eda67b0aaa5a48ec1069c6a92332c613214bb09 | [] | no_license | WhiZTiM/coliru | 3a6c4c0bdac566d1aa1c21818118ba70479b0f40 | 2c72c048846c082f943e6c7f9fa8d94aee76979f | refs/heads/master | 2021-01-01T05:10:33.812560 | 2015-08-24T19:09:22 | 2015-08-24T19:09:22 | 56,789,706 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 617 | cpp | #include <stdio.h>
#include <stdlib.h>
int main(void)
{
int ch;
while ((ch=getchar()) != EOF) /* read/print "abcde" from stdin */
printf("%c", ch);
/* Test reason for reaching EOF. */
if (feof(stdin)) /* if failure caused by end-of-file condition */
puts("End of file reached");
else if (ferror(stdin)) /* if failure caused by some other error */
{
perror("getchar()");
fprintf(stderr,"getchar() failed in file %s at line # %d\n", __FILE__,__LINE__-9);
exit(EXIT_FAILURE);
}
return EXIT_SUCCESS;
} | [
"francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df"
] | francis.rammeloo@36614edc-3e3a-acb8-9062-c8ae0e4185df |
96d8ef7c87147cb2e134232c8eeb792cc56ac16e | e4d3d56265ed372e08976670143ee88e54b84b2e | /includes/mfbt/tests/TestDoublyLinkedList.cpp | 1eb40a1555fd2d63cac48f9393d4f145f4dde31c | [
"MIT"
] | permissive | tigerwood/spec-cpp | e681d2a9de1e8469054ecf9a4b1aa109909a5774 | 1d7e33e93b9dfcecf8c79a94ee572965f6360247 | refs/heads/master | 2020-04-29T02:13:38.606000 | 2018-08-14T16:15:43 | 2018-08-14T16:15:43 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 5,052 | cpp | /* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "./Assertions.h"
#include "./DoublyLinkedList.h"
using mozilla::DoublyLinkedList;
using mozilla::DoublyLinkedListElement;
struct SomeClass : public DoublyLinkedListElement<SomeClass> {
unsigned int mValue;
explicit SomeClass(int aValue) : mValue(aValue) {}
void incr() { ++mValue; }
bool operator==(const SomeClass& other) { return mValue == other.mValue; }
};
template <typename ListType, size_t N>
static void
CheckListValues(ListType& list, unsigned int (&values)[N])
{
size_t count = 0;
for (auto& x : list) {
MOZ_RELEASE_ASSERT(x.mValue == values[count]);
++count;
}
MOZ_RELEASE_ASSERT(count == N);
}
static void
TestDoublyLinkedList()
{
DoublyLinkedList<SomeClass> list;
SomeClass one(1), two(2), three(3);
MOZ_RELEASE_ASSERT(list.isEmpty());
MOZ_RELEASE_ASSERT(!list.begin());
MOZ_RELEASE_ASSERT(!list.end());
for (SomeClass& x : list) {
MOZ_RELEASE_ASSERT(x.mValue);
MOZ_RELEASE_ASSERT(false);
}
list.pushFront(&one);
{ unsigned int check[] { 1 }; CheckListValues(list, check); }
MOZ_RELEASE_ASSERT(list.contains(one));
MOZ_RELEASE_ASSERT(!list.contains(two));
MOZ_RELEASE_ASSERT(!list.contains(three));
MOZ_RELEASE_ASSERT(!list.isEmpty());
MOZ_RELEASE_ASSERT(list.begin()->mValue == 1);
MOZ_RELEASE_ASSERT(!list.end());
list.pushFront(&two);
{ unsigned int check[] { 2, 1 }; CheckListValues(list, check); }
MOZ_RELEASE_ASSERT(list.begin()->mValue == 2);
MOZ_RELEASE_ASSERT(!list.end());
MOZ_RELEASE_ASSERT(!list.contains(three));
list.pushBack(&three);
{ unsigned int check[] { 2, 1, 3 }; CheckListValues(list, check); }
MOZ_RELEASE_ASSERT(list.begin()->mValue == 2);
MOZ_RELEASE_ASSERT(!list.end());
list.remove(&one);
{ unsigned int check[] { 2, 3 }; CheckListValues(list, check); }
list.insertBefore(list.find(three), &one);
{ unsigned int check[] { 2, 1, 3 }; CheckListValues(list, check); }
list.remove(&three);
{ unsigned int check[] { 2, 1 }; CheckListValues(list, check); }
list.insertBefore(list.find(two), &three);
{ unsigned int check[] { 3, 2, 1 }; CheckListValues(list, check); }
list.remove(&three);
{ unsigned int check[] { 2, 1 }; CheckListValues(list, check); }
list.insertBefore(++list.find(two), &three);
{ unsigned int check[] { 2, 3, 1 }; CheckListValues(list, check); }
list.remove(&one);
{ unsigned int check[] { 2, 3 }; CheckListValues(list, check); }
list.remove(&two);
{ unsigned int check[] { 3 }; CheckListValues(list, check); }
list.insertBefore(list.find(three), &two);
{ unsigned int check[] { 2, 3 }; CheckListValues(list, check); }
list.remove(&three);
{ unsigned int check[] { 2 }; CheckListValues(list, check); }
list.remove(&two);
MOZ_RELEASE_ASSERT(list.isEmpty());
list.pushBack(&three);
{ unsigned int check[] { 3 }; CheckListValues(list, check); }
list.pushFront(&two);
{ unsigned int check[] { 2, 3 }; CheckListValues(list, check); }
// This should modify the values of |two| and |three| as pointers to them are
// stored in the list, not copies.
for (SomeClass& x : list) {
x.incr();
}
MOZ_RELEASE_ASSERT(*list.begin() == two);
MOZ_RELEASE_ASSERT(*++list.begin() == three);
SomeClass four(4);
MOZ_RELEASE_ASSERT(++list.begin() == list.find(four));
}
struct InTwoLists {
explicit InTwoLists(unsigned int aValue) : mValue(aValue) {}
DoublyLinkedListElement<InTwoLists> mListOne;
DoublyLinkedListElement<InTwoLists> mListTwo;
unsigned int mValue;
struct GetListOneTrait {
static DoublyLinkedListElement<InTwoLists>& Get(InTwoLists *aThis) { return aThis->mListOne; }
};
};
namespace mozilla {
template<>
struct GetDoublyLinkedListElement<InTwoLists> {
static DoublyLinkedListElement<InTwoLists>& Get(InTwoLists* aThis) { return aThis->mListTwo; }
};
}
static void
TestCustomAccessor()
{
DoublyLinkedList<InTwoLists, InTwoLists::GetListOneTrait> listOne;
DoublyLinkedList<InTwoLists> listTwo;
InTwoLists one(1);
InTwoLists two(2);
listOne.pushBack(&one);
listOne.pushBack(&two);
{ unsigned int check[] { 1, 2 }; CheckListValues(listOne, check); }
listTwo.pushBack(&one);
listTwo.pushBack(&two);
{ unsigned int check[] { 1, 2 }; CheckListValues(listOne, check); }
{ unsigned int check[] { 1, 2 }; CheckListValues(listTwo, check); }
(void)listTwo.popBack();
{ unsigned int check[] { 1, 2 }; CheckListValues(listOne, check); }
{ unsigned int check[] { 1 }; CheckListValues(listTwo, check); }
(void)listOne.popBack();
{ unsigned int check[] { 1 }; CheckListValues(listOne, check); }
{ unsigned int check[] { 1 }; CheckListValues(listTwo, check); }
}
int
main()
{
TestDoublyLinkedList();
TestCustomAccessor();
return 0;
}
| [
"tatum.creative@gmail.com"
] | tatum.creative@gmail.com |
ed1549efb388c2c9af3cbaf77666df88b352c2d8 | 38cc6731e6cffc97ae34caff3f3a8e2ddf3da79f | /copy_if.cpp | a555ce3f300fe53834348b1c22b5c88a0ccfbc01 | [] | no_license | pereiradaniel/algorithms_copy_if | 97c22afa22a48fc0574c355e29e6ab769a940252 | 1a829418b65c0522f8658c0ffac244512542c6e7 | refs/heads/master | 2023-03-14T02:05:51.996445 | 2021-03-08T17:55:23 | 2021-03-08T17:55:23 | 345,746,303 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 792 | cpp | // Algorithms - Copy If
// copy_if.cpp
// source: https://ict.senecacollege.ca/~oop345/pages/content/algor.html
// OutputIterator copy_if(InputIterator f, InputIterator l, OutputIterator o, Fn predicate)
// copy all of the elements within range[f, l) into the range starting at o that satisfy predicate
// This program copies from the first 10 elements of vector v those elements that are
// odd into vector c and displays the all of the elements in c.
#include <vector>
#include <algorithm>
#include <iostream>
int main() {
std::vector<int> v = { 1, 2, 4, 5, 7, 8, 10, 13, 17, 21, 43 };
std::vector<int> c(15);
std::copy_if(v.begin(), v.begin() + 10, c.begin(),
[](int i) -> bool { return i % 2; });
for (auto e : c)
if (e) std::cout << e << std::endl;
} | [
"danielpaulpereira@protonmail.com"
] | danielpaulpereira@protonmail.com |
8c44f820425d166e37f6ddf4cea57887d9fd3021 | e93e85b3a33d29de5817097350ccde64a573f18b | /MST and Dijikstra/Almost Shortest Path/main.cpp | 537a5b1a2d7754738389f9335933ffe6753b314c | [] | no_license | stevekeol/UoJ-ACM-ICPC-Problem-Solutions | e787ee006ec6cebc1978253547d787168afa2bef | 345ed13abcb3b8049c6cb456fe87b906be97a028 | refs/heads/master | 2021-01-21T15:03:40.284234 | 2012-11-15T17:57:19 | 2012-11-15T17:57:19 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,568 | cpp | #include <iostream>
#include <queue>
using namespace std;
struct Edge {
int cost;
int source;
int dest;
int addedCost;
bool operator< (const Edge Edge2) const {
return (this->cost + this->addedCost > Edge2.cost + Edge2.addedCost);
}
Edge (int cost, int source, int dest) {
this->cost = cost;
this->source = source;
this->dest = dest;
}
};
int nCities;
vector<Edge> *edges;
//int **edges;
int *minCost;
bool *visited;
vector<int> *src;
int findBestPath(int start, int end, bool stopAtShortest = false) {
minCost = new int[nCities];
visited = new bool[nCities];
src = new vector<int>[nCities];
if (start == end) return 0;
for (int i = 0; i < nCities; i++) {
minCost[i] = -1;
visited[i] = false;
}
minCost[start] = 0;
src[start].push_back(start);
priority_queue<Edge> q;
int source = start;
do {
//cout << "Edges pushed from " << source << ": " << endl;
for (int i = 0; i < edges[source].size(); i++) {
if (!visited[edges[source][i].dest]) {
edges[source][i].addedCost = minCost[source];
//cout << edges[source][i].dest << " costing " << edges[source][i].cost << endl;
q.push(edges[source][i]);
}
}
visited[source] = true;
if (q.empty()) break;
Edge e = q.top();
q.pop();
//cout << "minCost edge: " << e.source << "-->" << e.dest << " costing " << e.cost << endl;
if (minCost[e.dest] == -1 || e.cost + e.addedCost < minCost[e.dest]) {
minCost[e.dest] = e.cost + e.addedCost;
src[e.dest].push_back(e.source);
if (stopAtShortest && e.dest == end) {
break;
}
} else if (e.cost + e.addedCost == minCost[e.dest]) {
src[e.dest].push_back(e.source);
if (stopAtShortest && e.dest == end) {
break;
}
} else {
if (e.dest == end) break; //no need to continue, I got all my buddies
}
source = e.dest;
} while (true);
return -1;
}
int findAlmostBestPath(int start, int end) {
//findAlmostBestPath()
}
void printPath(int start, int end, bool s = true) {
if (start == end) return;
if (s) cout << end;
for (int i = 0; i < src[end].size(); i++) {
cout << " <- " << src[end][i];
printPath(start, src[end][i], false);
if (s) cout << endl;
}
}
void discardPath(int start, int end) {
if (start == end) return;
for (int i = 0; i < src[end].size(); i++) {
int from = src[end][i];
int to = end;
for (int j = 0; j < edges[from].size(); j++) {
if (edges[from][j].dest == to) {
//cout << "Edge from " << from << " to " << to << " discarded" << endl;
edges[from].erase(edges[from].begin() + j);
break;
}
}
discardPath(start, src[end][i]);
}
}
int main() {
while (true) {
cin >> nCities;
int nEdges;
cin >> nEdges;
if (nCities == 0 && nEdges == 0) break;
int start, end;
cin >> start >> end;
edges = new vector<Edge>[nCities];
for (int i = 0; i < nEdges; i++) {
int n1, n2, cost;
cin >> n1 >> n2 >> cost;
edges[n1].push_back(Edge(cost, n1, n2));
}
findBestPath(start, end);
//printPath(start, end);
//cout << "-----------" << endl;
int result = minCost[end];
if (result >= 0) discardPath(start, end); //printPath(start, end);
findBestPath(start, end, true);
//printPath(start, end);
//cout << "-----------" << endl;
result = minCost[end];
cout << result << endl;
//cout << "----------" << endl;
}
return 0;
} | [
"yazan@choozon.net"
] | yazan@choozon.net |
8a8342339238ba758a57c81bebdec17cb35c42c5 | 50a855b2c4fd3a53dca96cc65ca7533373bf0db0 | /RJ-112-V3/src/BaseClass/BigVehicle.cpp | 73a758a96289682adf6643acd4d5e7de03028f81 | [] | no_license | liduoyou/FBSV3 | 1dddf5d0331821a481d204666ca7b847e4d623cc | 73de7d86a3186744c1d91a775fdf9cdb5cb7b901 | refs/heads/master | 2021-01-20T21:03:15.043621 | 2018-05-28T05:49:20 | 2018-05-28T05:49:20 | 62,619,102 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 20,265 | cpp | #include "BigVehicle.h"
BigVehicle::BigVehicle()
: m_Left(false)
, m_Right(false)
, m_Braking(true)
, m_changeBraking(false)
, m_BrakingNumber(0)
, m_DoorLimit(false)
, m_LeftRollerStatus(false)
, m_RightRollerStatus(false)
, m_RailClamp_SteelLeg(false)
, m_RailClamp_SoftLeg(false)
, m_Gear(0)
, m_LimitStatus(0x3F)
, m_OtherStatus(0xFF)
, m_SteelLegDistance(0.0)
, m_SoftLegDistance(0.0)
, m_Distance(0.0)
, m_SideswayDistance(0.0)
, m_Speed(0)
, m_WindSpeed(0)
, m_Deflection(0.0)
, m_MaxSteelLegDistance(100.00)
, m_NearMaxSteelLegDistance(100.00)
, m_MinSteelLegDistance(100.00)
, m_NearMinSteelLegDistance(100.00)
, m_MaxSoftLegDistance(100.00)
, m_NearMaxSoftLegDistance(100.00)
, m_MinSoftLegDistance(100.00)
, m_NearMinSoftLegDistance(100.00)
, m_MaxDistance(100.00)
, m_NearMaxDistance(100.00)
, m_MinDistance(100.00)
, m_NearMinDistance(100.00)
, m_MaxSideswayDistance(100.00)
, m_NearMaxSideswayDistance(100.00)
, m_MinSideswayDistance(100.00)
, m_NearMinSideswayDistance(100.00)
, m_MaxSpeed(100.00)
, m_NearMaxSpeed(100.00)
, m_MaxWindSpeed(17.1)
, m_NearMaxWindSpeed(13.9)
, m_MaxWindSpeedJIBIE(7.5)
, m_NearMaxWindSpeedJIBIE(7.0)
, m_MaxDeflection(100.0)
, m_NearMaxDeflection(100.00)
{
}
BigVehicle::~BigVehicle()
{
}
void BigVehicle::setLeft(bool left)
{
m_Left = left;
}
bool BigVehicle::getLeft() const
{
return m_Left;
}
void BigVehicle::setRight(bool right)
{
m_Right = right;
}
bool BigVehicle::getRight() const
{
return m_Right;
}
void BigVehicle::setBraking(bool braking)
{
m_Braking = braking;
if(!m_Braking){
m_changeBraking = m_Braking;
}else{
if(!m_changeBraking){
m_BrakingNumber += 1;
}
m_changeBraking = m_Braking;
}
}
bool BigVehicle::getBraking() const
{
return m_Braking;
}
//制动次数
void BigVehicle::setBrakingNumber(quint64 brakeNumber)
{
m_BrakingNumber = brakeNumber;
}
quint64 BigVehicle::getBrakingNumber() const
{
return m_BrakingNumber;
}
void BigVehicle::setRailDistanceStatus(bool railDistance)
{
m_RailDistance = railDistance;
}
bool BigVehicle::getRailDistanceStatus() const
{
return m_RailDistance;
}
void BigVehicle::setDoorLimit(bool doorlimit)
{
m_DoorLimit = doorlimit;
}
bool BigVehicle::getDoorLimit() const
{
return m_DoorLimit;
}
void BigVehicle::setLeftRollerStatus(bool leftRollerStatus)
{
m_LeftRollerStatus = leftRollerStatus;
}
bool BigVehicle::getLeftRollerStatus() const
{
return m_LeftRollerStatus;
}
void BigVehicle::setRightRollerStatus(bool rightRollerStatus)
{
m_RightRollerStatus = rightRollerStatus;
}
bool BigVehicle::getRightRollerStatus() const
{
return m_RightRollerStatus;
}
void BigVehicle::setrailclampSteelleg(bool steelLeg)
{
m_RailClamp_SteelLeg = steelLeg;
}
bool BigVehicle::getrailclampSteelleg() const
{
return m_RailClamp_SteelLeg;
}
void BigVehicle::setrailclampSoftleg(bool softLeg)
{
m_RailClamp_SoftLeg = softLeg;
}
bool BigVehicle::getrailclampSoftleg() const
{
return m_RailClamp_SoftLeg;
}
void BigVehicle::setGear(int gear)
{
m_Gear = gear;
}
int BigVehicle::getGear() const
{
return m_Gear;
}
//限位状态
void BigVehicle::setLimitStatus(quint8 limitstatus)
{
m_LimitStatus = limitstatus;
}
quint8 BigVehicle::getLimitStatus() const
{
return m_LimitStatus;
}
//其他状态
void BigVehicle::setOtherStatus(quint8 othertatus)
{
m_OtherStatus = othertatus;
}
quint8 BigVehicle::getOtherStatus() const
{
return m_OtherStatus;
}
//钢腿行程
void BigVehicle::setSteelLegDistance(double steeldistance)
{
m_SteelLegDistance = steeldistance;
}
double BigVehicle::getSteelLegDistance() const
{
return m_SteelLegDistance;
}
//钢腿行程最值
void BigVehicle::setMaxSteelLegDistance(double maxsteeldistance)
{
m_MaxSteelLegDistance = maxsteeldistance;
}
double BigVehicle::getMaxSteelLegDistance() const
{
return m_MaxSteelLegDistance;
}
void BigVehicle::setnearMaxSteelLegDistance(double nearmaxsteeldistance)
{
m_NearMaxSteelLegDistance = nearmaxsteeldistance;
}
double BigVehicle::getnearMaxSteelLegDistance() const
{
return m_NearMaxSteelLegDistance;
}
void BigVehicle::setMinSteelLegDistance(double minsteeldistance)
{
m_MinSteelLegDistance = minsteeldistance;
}
double BigVehicle::getMinSteelLegDistance() const
{
return m_MinSteelLegDistance;
}
void BigVehicle::setnearMinSteelLegDistance(double nearminsteeldistance)
{
m_NearMinSteelLegDistance = nearminsteeldistance;
}
double BigVehicle::getnearMinSteelLegDistance() const
{
return m_NearMinSteelLegDistance;
}
//柔腿行程
void BigVehicle::setSoftLegDistance(double softdistance)
{
m_SoftLegDistance = softdistance;
}
double BigVehicle::getSoftLegDistance() const
{
return m_SoftLegDistance;
}
//柔腿行程最值
void BigVehicle::setMaxSoftLegDistance(double maxsoftdistance)
{
m_MaxSoftLegDistance = maxsoftdistance;
}
double BigVehicle::getMaxSoftLegDistance() const
{
return m_MaxSoftLegDistance;
}
void BigVehicle::setnearMaxSoftLegDistance(double nearmaxsoftdistance)
{
m_NearMaxSoftLegDistance = nearmaxsoftdistance;
}
double BigVehicle::getnearMaxSoftLegDistance() const
{
return m_NearMaxSoftLegDistance;
}
void BigVehicle::setMinSoftLegDistance(double minsoftdistance)
{
m_MinSoftLegDistance = minsoftdistance;
}
double BigVehicle::getMinSoftLegDistance() const
{
return m_MinSoftLegDistance;
}
void BigVehicle::setnearMinSoftLegDistance(double nearminsoftdistance)
{
m_NearMinSoftLegDistance = nearminsoftdistance;
}
double BigVehicle::getnearMinSoftLegDistance() const
{
return m_NearMinSoftLegDistance;
}
//速度
void BigVehicle::setSpeed(double speed)
{
m_Speed = speed;
}
double BigVehicle::getSpeed() const
{
return m_Speed;
}
//速度最值
void BigVehicle::setMaxSpeed(double maxspeed)
{
m_MaxSpeed = maxspeed;
}
double BigVehicle::getMaxSpeed() const
{
return m_MaxSpeed;
}
void BigVehicle::setnearMaxSpeed(double nearmaxspeed)
{
m_NearMaxSpeed = nearmaxspeed;
}
double BigVehicle::getnearMaxSpeed() const
{
return m_NearMaxSpeed;
}
//风速
void BigVehicle::setWindSpeed(double windSpeed)
{
m_WindSpeed = windSpeed;
}
double BigVehicle::getWindSpeed() const
{
return m_WindSpeed;
}
//风速最值
void BigVehicle::setMaxWindSpeed(double maxwindspeed)
{
m_MaxWindSpeed = maxwindspeed;
}
double BigVehicle::getMaxWindSpeed() const
{
return m_MaxWindSpeed;
}
void BigVehicle::setnearMaxWindSpeed(double nearmaxwindspeed)
{
m_NearMaxWindSpeed = nearmaxwindspeed;
}
double BigVehicle::getnearMaxWindSpeed() const
{
return m_NearMaxWindSpeed;
}
//风速级别最值
void BigVehicle::setMaxWindSpeedJIBIE(double maxwindspeedjibie)
{
m_MaxWindSpeedJIBIE = maxwindspeedjibie;
}
double BigVehicle::getMaxWindSpeedJIBIE() const
{
return m_MaxWindSpeedJIBIE;
}
void BigVehicle::setnearMaxWindSpeedJIBIE(double nearmaxwindspeedjibie)
{
m_NearMaxWindSpeedJIBIE = nearmaxwindspeedjibie;
}
double BigVehicle::getnearMaxWindSpeedJIBIE() const
{
return m_NearMaxWindSpeedJIBIE;
}
//偏斜
void BigVehicle::setDeflection(double deflection)
{
m_Deflection = deflection;
}
double BigVehicle::getDeflection() const
{
return m_Deflection;
}
//偏斜最值
void BigVehicle::setMaxDeflection(double maxdeflection)
{
m_MaxDeflection = maxdeflection;
}
double BigVehicle::getMaxDeflection() const
{
return m_MaxDeflection;
}
void BigVehicle::setnearMaxDeflection(double nearmaxdeflection)
{
m_NearMaxDeflection = nearmaxdeflection;
}
double BigVehicle::getnearMaxDeflection() const
{
return m_NearMaxDeflection;
}
//整车纵移
void BigVehicle::setDistance(double distance)
{
m_Distance = distance;
}
double BigVehicle::getDistance() const
{
return m_Distance;
}
//整车纵移最值
void BigVehicle::setMaxDistance(double maxdistance)
{
m_MaxDistance = maxdistance;
}
double BigVehicle::getMaxDistance() const
{
return m_MaxDistance;
}
void BigVehicle::setnearMaxDistance(double nearmaxdistance)
{
m_NearMaxDistance = nearmaxdistance;
}
double BigVehicle::getnearMaxDistance() const
{
return m_NearMaxDistance;
}
void BigVehicle::setMinDistance(double mindistance)
{
m_MinDistance = mindistance;
}
double BigVehicle::getMinDistance() const
{
return m_MinDistance;
}
void BigVehicle::setnearMinDistance(double nearmindistance)
{
m_NearMinDistance = nearmindistance;
}
double BigVehicle::getnearMinDistance() const
{
return m_NearMinDistance;
}
//整车横移
void BigVehicle::setSideswayDistance(double sideswaydistance)
{
m_SideswayDistance = sideswaydistance;
}
double BigVehicle::getSideswayDistance() const
{
return m_SideswayDistance;
}
//整车横移最值
void BigVehicle::setMaxSideswayDistance(double maxsideswaydistance)
{
m_MaxSideswayDistance = maxsideswaydistance;
}
double BigVehicle::getMaxSideswayDistance() const
{
return m_MaxSideswayDistance;
}
void BigVehicle::setnearMaxSideswayDistance(double nearmaxsideswaydistance)
{
m_NearMaxSideswayDistance = nearmaxsideswaydistance;
}
double BigVehicle::getnearMaxSideswayDistance() const
{
return m_NearMaxSideswayDistance;
}
void BigVehicle::setMinSideswayDistance(double minsideswaydistance)
{
m_MinSideswayDistance = minsideswaydistance;
}
double BigVehicle::getMinSideswayDistance() const
{
return m_MinSideswayDistance;
}
void BigVehicle::setnearMinSideswayDistance(double nearminsideswaydistance)
{
m_NearMinSideswayDistance = nearminsideswaydistance;
}
double BigVehicle::getnearMinSideswayDistance() const
{
return m_NearMinSideswayDistance;
}
double BigVehicle::getWindspeedJIBIE() const
{
/*0 无风 0.0-0.2
1 软风 0.3-1.5
2 轻风 1.6-3.3
3 微风 3.4-5.4
4 和风 5.5-7.9
5 清风 8.0-10.7
6 强风 10.8-13.8
7 劲风(疾风) 13.9-17.1
8 大风 17.2-20.7
9 烈风 20.8-24.4
10 狂风 24.5-28.4
11 暴风 28.5-32.6
*/
double temp = 0;
double windspeed;
windspeed = getWindSpeed();
if(windspeed >= 0.0 && windspeed <= 0.2){
temp = 0.0;
}else if(windspeed >= 0.3 && windspeed <= 1.5){
if(windspeed>=0.3&& windspeed <=0.4){
temp = 1.0;
}
else if(windspeed>0.4&& windspeed <=0.55){
temp = 1.1;
}
else if(windspeed>0.55&& windspeed <=0.8){
temp = 1.2;
}
else if(windspeed>0.8&& windspeed <=0.9){
temp = 1.3;
}
else if(windspeed>0.9&& windspeed <=1.0){
temp = 1.4;
}
else if(windspeed>1.0&& windspeed <=1.1){
temp = 1.5;
}
else if(windspeed>1.1&& windspeed <=1.2){
temp = 1.6;
}
else if(windspeed>1.2&& windspeed <=1.3){
temp = 1.7;
}
else if(windspeed>1.3&& windspeed <=1.4){
temp = 1.8;
}
else if(windspeed>1.4&& windspeed <=1.5){
temp = 1.9;
}
}else if(windspeed >= 1.6 && windspeed <= 3.3){
if(windspeed>=1.6&& windspeed <=1.8){
temp = 2.0;
}
else if(windspeed>1.8&& windspeed <=2.0){
temp = 2.1;
}
else if(windspeed>2.0&& windspeed <=2.2){
temp = 2.2;
}
else if(windspeed>2.2&& windspeed <=2.4){
temp = 2.3;
}
else if(windspeed>2.4&& windspeed <=2.6){
temp = 2.4;
}
else if(windspeed>2.6&& windspeed <=2.8){
temp = 2.5;
}
else if(windspeed>2.8&& windspeed <=3.0){
temp = 2.6;
}
else if(windspeed>3.0&& windspeed <=3.1){
temp = 2.7;
}
else if(windspeed>3.1&& windspeed <=3.2){
temp = 2.8;
}
else if(windspeed>3.2&& windspeed <=3.3){
temp = 2.9;
}
}else if(windspeed >= 3.4 && windspeed <= 5.4){
if(windspeed>=3.4&& windspeed <=3.6){
temp = 3.0;
}
else if(windspeed>3.6&& windspeed <=3.8){
temp = 3.1;
}
else if(windspeed>3.8&& windspeed <=4.0){
temp = 3.2;
}
else if(windspeed>4.0&& windspeed <=4.2){
temp = 3.3;
}
else if(windspeed>4.2&& windspeed <=4.4){
temp = 3.4;
}
else if(windspeed>4.4&& windspeed <=4.6){
temp = 3.5;
}
else if(windspeed>4.6&& windspeed <=4.8){
temp = 3.6;
}
else if(windspeed>4.8&& windspeed <=5.0){
temp = 3.7;
}
else if(windspeed>5.0&& windspeed <=5.2){
temp = 3.8;
}
else if(windspeed>5.2&& windspeed <=5.4){
temp = 3.9;
}
}else if(windspeed >= 5.5 && windspeed <= 7.9){
if(windspeed>=5.5&& windspeed <=5.8){
temp = 4.0;
}
else if(windspeed>5.8&& windspeed <=6.1){
temp = 4.1;
}
else if(windspeed>6.1&& windspeed <=6.3){
temp = 4.2;
}
else if(windspeed>6.3&& windspeed <=6.6){
temp = 4.3;
}
else if(windspeed>6.6&& windspeed <=6.8){
temp = 4.4;
}
else if(windspeed>6.8&& windspeed <=7.1){
temp = 4.5;
}
else if(windspeed>7.1&& windspeed <=7.3){
temp = 4.6;
}
else if(windspeed>7.3&& windspeed <=7.5){
temp = 4.7;
}
else if(windspeed>7.5&& windspeed <=7.7){
temp = 4.8;
}
else if(windspeed>7.7&& windspeed <=7.9){
temp = 4.9;
}
}else if(windspeed >= 8.0 && windspeed <= 10.7){
if(windspeed>=8.0&& windspeed <8.3){
temp = 5.0;
}
else if(windspeed>8.3&& windspeed <=8.6){
temp = 5.1;
}
else if(windspeed>8.6&& windspeed <=8.9){
temp = 5.2;
}
else if(windspeed>8.9&& windspeed <=9.2){
temp = 5.3;
}
else if(windspeed>9.2&& windspeed <=9.5){
temp = 5.4;
}
else if(windspeed>9.5&& windspeed <=9.7){
temp = 5.5;
}
else if(windspeed>9.7&& windspeed <=9.9){
temp = 5.6;
}
else if(windspeed>9.9&& windspeed <=10.2){
temp = 5.7;
}
else if(windspeed>10.2&& windspeed <=10.5){
temp = 5.8;
}
else if(windspeed>10.5&& windspeed <=10.7){
temp = 5.9;
}
}else if(windspeed >= 10.8 && windspeed <= 13.8){
if(windspeed>=10.8&& windspeed <11.1){
temp = 6.0;
}
else if(windspeed>11.1&& windspeed <=11.4){
temp = 6.1;
}
else if(windspeed>11.4&& windspeed <=11.7){
temp = 6.2;
}
else if(windspeed>11.7&& windspeed <=12.0){
temp = 6.3;
}
else if(windspeed>12.0&& windspeed <=12.3){
temp = 6.4;
}
else if(windspeed>12.3&& windspeed <=12.6){
temp = 6.5;
}
else if(windspeed>12.6&& windspeed <=12.9){
temp = 6.6;
}
else if(windspeed>12.9&& windspeed <=13.1){
temp = 6.7;
}
else if(windspeed>13.1&& windspeed <=13.5){
temp = 6.8;
}
else if(windspeed>13.5&& windspeed <=13.8){
temp = 6.9;
}
}else if(windspeed >= 13.9 && windspeed <= 17.1){
if(windspeed>=13.9&& windspeed <14.1){
temp = 7.0;
}
else if(windspeed>14.1&& windspeed <=14.4){
temp = 7.1;
}
else if(windspeed>14.4&& windspeed <=14.7){
temp = 7.2;
}
else if(windspeed>14.7&& windspeed <=15.0){
temp = 7.3;
}
else if(windspeed>15.0&& windspeed <=15.3){
temp = 7.4;
}
else if(windspeed>15.3&& windspeed <=16.6){
temp = 7.5;
}
else if(windspeed>16.6&& windspeed <=16.9){
temp = 7.6;
}
else if(windspeed>16.9&& windspeed <=17.1){
temp = 7.7;
}
else if(windspeed>13.1&& windspeed <=13.5){
temp = 7.8;
}
else if(windspeed>13.5&& windspeed <=13.8){
temp = 7.9;
}
}else if(windspeed >= 17.2 && windspeed <= 20.7){
if(windspeed>=17.2&& windspeed <18.1){
temp = 8.0;
}
else if(windspeed>18.1&& windspeed <=18.4){
temp = 8.1;
}
else if(windspeed>18.4&& windspeed <=18.7){
temp = 8.2;
}
else if(windspeed>18.7&& windspeed <=19.0){
temp = 8.3;
}
else if(windspeed>19.0&& windspeed <=19.3){
temp = 8.4;
}
else if(windspeed>19.3&& windspeed <=19.6){
temp = 8.5;
}
else if(windspeed>19.6&& windspeed <=19.9){
temp = 8.6;
}
else if(windspeed>19.9&& windspeed <=20.1){
temp = 8.7;
}
else if(windspeed>20.1&& windspeed <=20.3){
temp = 8.8;
}
else if(windspeed>20.3&& windspeed <=20.7){
temp = 8.9;
}
}else if(windspeed >= 20.8 && windspeed <= 24.4){
if(windspeed>=20.8&& windspeed <21.1){
temp = 9.0;
}
else if(windspeed>21.1&& windspeed <=21.4){
temp = 9.1;
}
else if(windspeed>21.4&& windspeed <=21.7){
temp = 9.2;
}
else if(windspeed>21.7&& windspeed <=22.0){
temp = 9.3;
}
else if(windspeed>22.0&& windspeed <=22.3){
temp = 9.4;
}
else if(windspeed>22.3&& windspeed <=22.6){
temp = 9.5;
}
else if(windspeed>22.6&& windspeed <=22.9){
temp = 9.6;
}
else if(windspeed>22.9&& windspeed <=23.5){
temp = 9.7;
}
else if(windspeed>23.5&& windspeed <=24.0){
temp = 9.8;
}
else if(windspeed>24.0&& windspeed <=24.4){
temp = 9.9;
}
}else if(windspeed >= 24.5 && windspeed <= 28.4){
if(windspeed>=24.5&& windspeed <24.8){
temp = 10.0;
}
else if(windspeed>24.8&& windspeed <=25.1){
temp = 10.1;
}
else if(windspeed>25.1&& windspeed <=25.4){
temp = 10.2;
}
else if(windspeed>25.4&& windspeed <=25.7){
temp = 10.3;
}
else if(windspeed>25.7&& windspeed <=26.0){
temp = 10.4;
}
else if(windspeed>26.0&& windspeed <=26.3){
temp = 10.5;
}
else if(windspeed>26.3&& windspeed <=26.6){
temp = 10.6;
}
else if(windspeed>26.6&& windspeed <=26.9){
temp = 10.7;
}
else if(windspeed>26.9&& windspeed <=27.1){
temp = 10.8;
}
else if(windspeed>27.1&& windspeed <=28.4){
temp = 10.9;
}
}else if(windspeed >= 28.5 && windspeed <= 32.6){
if(windspeed>=28.5&& windspeed <=28.8){
temp = 11.0;
}
else if(windspeed>28.8&& windspeed <=29.1){
temp = 11.1;
}
else if(windspeed>29.1&& windspeed <=29.4){
temp = 11.2;
}
else if(windspeed>29.4&& windspeed <=29.7){
temp = 11.3;
}
else if(windspeed>29.7&& windspeed <=30.0){
temp = 11.4;
}
else if(windspeed>30.0&& windspeed <=31.3){
temp = 11.5;
}
else if(windspeed>31.3&& windspeed <=31.6){
temp = 11.6;
}
else if(windspeed>31.6&& windspeed <=31.9){
temp = 11.7;
}
else if(windspeed>31.9&& windspeed <=32.2){
temp = 11.8;
}
else if(windspeed>32.2&& windspeed <=32.6){
temp = 11.9;
}
}else if(windspeed > 32.7){
temp = 12.0;
}
return temp;
}
| [
"liduoyou@gmail.com"
] | liduoyou@gmail.com |
5cbcb00b27d5e8b7ee0405a3a5e07afab4472780 | 98a19e75864c2711284e6ea805c4d7c4a2ee0ed4 | /librga/normal/NormalRga.h | 7cedef26326050908cdcad167ff91003c542245f | [] | no_license | kasimling/Firefly_hardware_rockchip | 3c853ca35caf6d79188aab87a612be88792c9874 | ce9b8c274a65b9f7e52e3bdce96a16e7afb761a9 | refs/heads/master | 2021-05-02T15:29:33.484080 | 2018-02-08T02:02:33 | 2018-02-08T02:02:33 | 120,697,679 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,641 | h | /*
* Copyright (C) 2016 Rockchip Electronics Co.Ltd
* Authors:
* Zhiqin Wei <wzq@rock-chips.com>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation; either version 2 of the License, or (at your
* option) any later version.
*
*/
#ifndef _rockchip_normal_rga_h_
#define _rockchip_normal_rga_h_
#include <stdint.h>
#include <vector>
#include <sys/types.h>
#include <system/window.h>
#include <utils/Thread.h>
#include <EGL/egl.h>
#include <GLES/gl.h>
//////////////////////////////////////////////////////////////////////////////////
#include <hardware/hardware.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <errno.h>
#include <time.h>
#include <unistd.h>
#include <fcntl.h>
#include <utils/Atomic.h>
#include <utils/Errors.h>
#include <utils/Log.h>
#include <ui/PixelFormat.h>
#include <sys/mman.h>
#include <linux/stddef.h>
#include <hardware/rga.h>
#include "stdio.h"
#include "drmrga.h"
#include "NormalRgaContext.h"
int NormalRgaInitTables();
int NormalRgaPaletteTable(buffer_handle_t dst,
unsigned int v, drm_rga_t *rects);
int NormalRgaStereo(buffer_handle_t src,
buffer_handle_t dst,int div);
int NormalRgaScale();
int NormalRgaRoate();
int NormalRgaRoateScale();
int NormalRgaGetRects(buffer_handle_t src, buffer_handle_t dst,
int *sType, int *dType, drm_rga_t* tmpRects);
/*
@fun NormalRgaSetRects:For use to set the rects esayly
@param rect:The rect user want to set,like setting the src rect:
drm_rga_t rects;
NormalRgaSetRects(rects.src,0,0,1920,1080,1920,NV12);
mean to set the src rect to the value.
*/
int checkRectForRga(rga_rect_t rect);
int isRectValid(rga_rect_t rect);
int NormalRgaGetRect(buffer_handle_t hnd, rga_rect_t *rect);
int NormalRgaGetMmuType(buffer_handle_t hnd, int *mmuType);
int NormalRgaSetRect(rga_rect_t *rect, int x, int y,
int w, int h, int s, int f);
void NormalRgaSetLogOnceFlag(int log);
void NormalRgaSetAlwaysLogFlag(bool log);
void NormalRgaLogOutRgaReq(struct rga_req rgaReg);
int NormalRgaSetFdsOffsets(struct rga_req *req,
uint16_t src_fd, uint16_t dst_fd,
uint32_t src_offset, uint32_t dst_offset);
int NormalRgaSetSrcActiveInfo(struct rga_req *req,
unsigned int width, unsigned int height,
unsigned int x_off, unsigned int y_off);
#if defined(__arm64__) || defined(__aarch64__)
int NormalRgaSetSrcVirtualInfo(struct rga_req *req,
unsigned long yrgb_addr,unsigned long uv_addr,unsigned long v_addr,
unsigned int vir_w ,unsigned int vir_h, unsigned char format,
unsigned char a_swap_en);
#else
int NormalRgaSetSrcVirtualInfo(struct rga_req *req,
unsigned int yrgb_addr, unsigned int uv_addr,unsigned int v_addr,
unsigned int vir_w, unsigned int vir_h, unsigned char format,
unsigned char a_swap_en);
#endif
int NormalRgaSetDstActiveInfo(struct rga_req *req,
unsigned int width, unsigned int height,
unsigned int x_off, unsigned int y_off);
#if defined(__arm64__) || defined(__aarch64__)
int NormalRgaSetDstVirtualInfo(struct rga_req *msg,
unsigned long yrgb_addr,unsigned long uv_addr,unsigned long v_addr,
unsigned int vir_w, unsigned int vir_h,
RECT *clip, unsigned char format, unsigned char a_swap_en);
#else
int NormalRgaSetDstVirtualInfo(struct rga_req *msg,
unsigned int yrgb_addr,unsigned int uv_addr, unsigned int v_addr,
unsigned int vir_w, unsigned int vir_h,
RECT *clip, unsigned char format, unsigned char a_swap_en);
#endif
int NormalRgaSetPatInfo(struct rga_req *msg,
unsigned int width,unsigned int height,unsigned int x_off,
unsigned int y_off, unsigned int pat_format);
#if defined(__arm64__) || defined(__aarch64__)
int NormalRgaSetRopMaskInfo(struct rga_req *msg,
unsigned long rop_mask_addr,unsigned int rop_mask_endian_mode);
#else
int NormalRgaSetRopMaskInfo(struct rga_req *msg,
unsigned int rop_mask_addr,unsigned int rop_mask_endian_mode);
#endif
/* 0:alpha' = alpha + (alpha>>7) | alpha' = alpha */
/* 0 global alpha / 1 per pixel alpha / 2 mix mode */
/* porter duff alpha mode en */
/* use dst alpha */
int NormalRgaSetAlphaEnInfo(struct rga_req *msg,
unsigned int alpha_cal_mode, unsigned int alpha_mode,
unsigned int global_a_value, unsigned int PD_en,
unsigned int PD_mode, unsigned int dst_alpha_en );
int NormalRgaSetRopEnInfo(struct rga_req *msg,
unsigned int ROP_mode, unsigned int ROP_code,
unsigned int color_mode,unsigned int solid_color);
int NormalRgaSetFadingEnInfo(struct rga_req *msg,
unsigned char r,unsigned char g,unsigned char b);
int NormalRgaSetSrcTransModeInfo(struct rga_req *msg,
unsigned char trans_mode,unsigned char a_en,unsigned char b_en,
unsigned char g_en,unsigned char r_en,unsigned char color_key_min,
unsigned char color_key_max,unsigned char zero_mode_en);
bool NormalRgaIsBppFormat(int format);
bool NormalRgaIsYuvFormat(int format);
bool NormalRgaIsRgbFormat(int format);
// 0/near 1/bilnear 2/bicubic
// 0/copy 1/rotate_scale 2/x_mirror 3/y_mirror
// rotate angle
// dither en flag
// AA flag
int NormalRgaSetBitbltMode(struct rga_req *msg,
unsigned char scale_mode, unsigned char rotate_mode,
unsigned int angle, unsigned int dither_en,
unsigned int AA_en, unsigned int yuv2rgb_mode);
/* 1bpp/2bpp/4bpp/8bpp */
/* src endian mode sel */
/* BPP1 = 0 */
/* BPP1 = 1 */
int NormalRgaSetColorPaletteMode(struct rga_req *msg,
unsigned char palette_mode,unsigned char endian_mode,
unsigned int bpp1_0_color, unsigned int bpp1_1_color);
/* gradient color part */
/* saturation mode */
/* patten fill or solid fill */
/* solid color */
/* pattern width */
/* pattern height */
/* pattern x offset */
/* pattern y offset */
/* alpha en */
int NormalRgaSetColorFillMode(
struct rga_req *msg, COLOR_FILL *gr_color,
unsigned char gr_satur_mode, unsigned char cf_mode,
unsigned int color, unsigned short pat_width,
unsigned short pat_height, unsigned char pat_x_off,
unsigned char pat_y_off, unsigned char aa_en);
/* start point */
/* end point */
/* line point drawing color */
/* line width */
/* AA en */
/* last point en */
int NormalRgaSetLineDrawingMode(struct rga_req *msg,
POINT sp, POINT ep,
unsigned int color, unsigned int line_width,
unsigned char AA_en, unsigned char last_point_en);
/* blur/sharpness */
/* filter intensity */
/* dither_en flag */
int NormalRgaSetBlurSharpFilterMode(
struct rga_req *msg, unsigned char filter_mode,
unsigned char filter_type, unsigned char dither_en);
int NormalRgaSetPreScalingMode(
struct rga_req *msg, unsigned char dither_en);
/* LUT table addr */
/* 1bpp/2bpp/4bpp/8bpp */
#if defined(__arm64__) || defined(__aarch64__)
int NormalRgaUpdatePaletteTableMode(
struct rga_req *msg,unsigned long LUT_addr,unsigned int palette_mode);
#else
int NormalRgaUpdatePaletteTableMode(
struct rga_req *msg,unsigned int LUT_addr, unsigned int palette_mode);
#endif
/* patten addr */
/* patten width */
/* patten height */
/* patten format */
int NormalRgaUpdatePattenBuffMode(struct rga_req *msg,
unsigned int pat_addr, unsigned int w,
unsigned int h, unsigned int format);
#if defined(__arm64__) || defined(__aarch64__)
int NormalRgaMmuInfo(struct rga_req *msg,
unsigned char mmu_en, unsigned char src_flush,
unsigned char dst_flush,unsigned char cmd_flush,
unsigned long base_addr, unsigned char page_size);
#else
int NormalRgaMmuInfo(struct rga_req *msg,
unsigned char mmu_en, unsigned char src_flush,
unsigned char dst_flush,unsigned char cmd_flush,
unsigned int base_addr, unsigned char page_size);
#endif
int NormalRgaMmuFlag(struct rga_req *msg,
int src_mmu_en, int dst_mmu_en);
#endif
| [
"alex.ling@harman.com"
] | alex.ling@harman.com |
299fbf2093ae393be5d76a9e402c65253ac310e4 | a92b18defb50c5d1118a11bc364f17b148312028 | /src/prod/src/data/tstore/RedoUndoOperationData.h | 20bfb608e56cbb90ed3154cfe733a5fc61cb0f2d | [
"MIT"
] | permissive | KDSBest/service-fabric | 34694e150fde662286e25f048fb763c97606382e | fe61c45b15a30fb089ad891c68c893b3a976e404 | refs/heads/master | 2023-01-28T23:19:25.040275 | 2020-11-30T11:11:58 | 2020-11-30T11:11:58 | 301,365,601 | 1 | 0 | MIT | 2020-11-30T11:11:59 | 2020-10-05T10:05:53 | null | UTF-8 | C++ | false | false | 1,979 | h | // ------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License (MIT). See License.txt in the repo root for license information.
// ------------------------------------------------------------
#pragma once
#define RedoUndoOperationData_TAG 'tdUR'
namespace Data
{
namespace TStore
{
class RedoUndoOperationData
: public Utilities::OperationData
{
K_FORCE_SHARED(RedoUndoOperationData)
public:
static NTSTATUS Create(
__in KAllocator & allocator,
__in_opt OperationData::SPtr valueOperationData,
__in_opt OperationData::SPtr newValueOperationData,
__out RedoUndoOperationData::SPtr & result);
public:
__declspec(property(get = get_ValueOperationData)) OperationData::SPtr ValueOperationData;
OperationData::SPtr get_ValueOperationData() const
{
return valueOperationDataSPtr_;
}
__declspec(property(get = get_NewValueOperationData)) OperationData::SPtr NewValueOperationData;
OperationData::SPtr get_NewValueOperationData() const
{
return newValueOperationDataSPtr_;
}
static RedoUndoOperationData::SPtr Deserialize(
__in OperationData const & operationData,
__in KAllocator& allocator);
private:
void Serialize();
RedoUndoOperationData(
__in_opt OperationData::SPtr valueOperationData,
__in_opt OperationData::SPtr newValueOperationData);
static const ULONG32 SerializedMetadataSize =
sizeof(ULONG32)+
sizeof(ULONG32);
OperationData::SPtr valueOperationDataSPtr_;
OperationData::SPtr newValueOperationDataSPtr_;
};
}
}
| [
"noreply-sfteam@microsoft.com"
] | noreply-sfteam@microsoft.com |
a4672608df66c7ed2a318e003f0970cb92f24f7d | 49bd331f56ddb63201fec48435a2471365b7cfdd | /FIREprogram/tmp/TestProgram_FIREVVmethodL.cpp | e4b044a1fbd57f8d0e07b4a0adde725eef3761c5 | [] | no_license | NIRANKEN/jammingSimulation | 30365a9118c76c8a773d6aab764dd666de9daca5 | 1d45ec0fd79205a769165cd925680fef7baa9fb9 | refs/heads/master | 2021-09-23T21:48:44.731372 | 2018-09-27T22:42:48 | 2018-09-27T22:42:48 | 109,472,863 | 1 | 1 | null | 2017-11-25T07:30:26 | 2017-11-04T06:33:33 | C++ | UTF-8 | C++ | false | false | 11,022 | cpp | #include <iostream>
#include <iomanip>
#include <fstream>
#include <cmath>
#include <limits>
#include <cstdio>
#include "MT.h"
#include "jt.h"
using namespace std;
///////////////
//attention!!//
///////////////
//DMPtは速度比例の抵抗定数gammaに(Delta t)をかけたalphaの値(FIRE参照)。
//ここで使われているF,Ftmp,Fnextなどは力の次元ではなく、(力)x(Delta t)/(2m)となっている。
//----------------------------------------------------
//CG法を用いたgranular packingの構築(本体)------------
//----------------------------------------------------
int main(int argc,char* argv[])
{
if(JT::errArguments(argc))
return 1;
//----------------------------------------------------
//---Simulation of the Jamming Systemのパラメータ-----
//----------------------------------------------------
int sd_s=atoi(argv[1]);//sd_sは乱数seedのスタート値
int sd_e=atoi(argv[2]);//sd_eは乱数seedループのend値
DP PHIstart =atof(argv[3]);//初期PHI
DP TargetPHI =atof(argv[4]);//目的地PHI
//!!下げの場合はunjammedで結局breakするので十分に低ければok
DP DeltaPHIinit=atof(argv[5]);//PHIの上げ下げ刻み幅
const int PNum=atoi(argv[6]);//粒子数
const int dim=atoi(argv[7]);//次元
const DP ratio=atof(argv[8]);//粒子のサイズ比1.0(要素1):ratio(要素2)
const int Pratio1=atoi(argv[9]);//粒子の混合比 Pratio(半径R):1(半径R*ratio)
const int Pratio2=atoi(argv[10]);//粒子の混合比 Pratio(半径R):1(半径R*ratio)
//-------------------------------------------//
//-----------Box size 可変スタイル-----------//
double Lr;//Leng ratio (N128 as standard size)
if(dim==2) {
Lr=(1.0e+2)*sqrt(PNum/128.0); // Leng変更してシミュレーション.
}
else if(dim==3) {
Lr=(1.0e+2)*pow(PNum/128.0,0.3333333333333333); // Leng変更してシミュレーション.
}
else {
cerr<<"invalid dimension case...(must be 2 or 3) yours:"<<dim<<endl;
exit(1);
}
const DP Leng=Lr;//立方体の一辺の長さ
//-------------------------------------------//
DP pot;//potential energy
const DP alpha =2.0;//potential exponent
Vec_DP distcod(20);//接触数分布
stringstream ss,ss2,ss3,sserr,ss_simerr;
ofstream kakikoPHIJ,kakikoSingle,kakikoCODDIST,kakikoJCBERR,kakikoSIMERR;
int cnter=0;//sample-counter
string strdate="0524"; //DATE
const DP eps=1.0; //potentialのオーダー
if(JT::errPN(PNum) || JT::errDim(dim) || JT::errPratio(Pratio1,Pratio2,PNum))
return 1;
JT::startingMessage(sd_s,sd_e,PHIstart,TargetPHI,DeltaPHIinit);
ss2<<"VV"<<strdate<<"_R"<<sd_s<<"to"<<sd_e<<"_PNum"<<PNum<<"_alpha"<<alpha<<'_'<<PHIstart<<".txt";
kakikoPHIJ.open(ss2.str().data());
//-------------------------------------------
//----------------MDパラメータ---------------
//-------------------------------------------
//!(ratio)が異なる場合,2番目のmassは(MASS*ratio)になる.
//!同じ球形でmassが異なる構成要素については,この場で考えてない.
//!BIdisperseの場合のmassは各々のroutineでmass処理している.
//!ここを変える場合はHessian matrixやMDfuncも変えねばならない.
//kb=1.38064852*1.0e-23;
DP Tstep=1.0e-2,PHI,CRadBI;
const DP MASS=1.0,ftol=numeric_limits<double>::epsilon(),fftol=ftol*1.0e-3;
const int DNum=PNum*dim;//Configurational Dimension Number
Vec_DP zahyo(DNum),zahyotmp(DNum),sokudo(DNum);
bool pluseig=true,invalidflag,iprerror;//scheduling var
int notrelaxeig=0,VViter,loopcnt=0;//scheduling var
//CRadBIは半径更新のための定数
//fftolはunjammed stateを評価するための値(pot~0と見なす.)
//
//-------------------------------------------
//--------------FIREパラメータ---------------
//-------------------------------------------
const DP fra_inc=1.1,fra_dec=0.5,fra_alp=0.99,dmpt_init=1.0e-1;
DP DMPt,tstep_max,DeltaPHI,Rad,n_strength;
int ITFIRE;
const int iter_times=500000;//MDのステップ回数
//DMPt = (damping factor)*(delta t)
//
//////////////////////////////////////////////
/////////////// 本体 /////////////////
//////////////////////////////////////////////
if(dim==2)//2D method
{
for(int l=sd_s;l<sd_e;l++)//sample loop
{
//Initialize FIRE parameter
JT::InitializeSimulationparameter(PHI,PHIstart,pluseig,notrelaxeig,loopcnt,CRadBI,Leng,ratio,PNum,Pratio1,Pratio2,dim,Rad);
JT::InitializeFIREparameter(Tstep,DMPt,tstep_max,DeltaPHI,DeltaPHIinit,n_strength,ITFIRE);
JT::setOFSsingle(kakikoSingle,strdate,l,PHIstart);
MT::init_genrand(l);
for(int i=0;i<DNum;i++)
zahyotmp[i]=zahyo[i]=MT::genrand_real1()*Leng;
for(int i=0;i<99999;i++)//PHI loop
{
JT::ReRelaxation(VViter,n_strength,loopcnt,iter_times);
JT::noise(zahyo,Rad,Leng,n_strength);
JT::dim2::Velocity_Verlet_F(zahyo,sokudo,DMPt,MASS,Tstep,JT::dim2::potential,ftol,Leng,Leng,Rad,ratio,alpha,eps,Pratio1,Pratio2,l,PHI,fra_inc,fra_dec,fra_alp,dmpt_init,tstep_max,ITFIRE,dim,VViter);//
pot=JT::dim2::potential(zahyo,Leng,Rad,ratio,alpha,Pratio1,Pratio2,dim,eps);//
if(loopcnt>0)
JT::loopErrWrite(sserr,l,i,PHI,pot,ftol,VViter,n_strength);
if(pot<fftol && fabs(DeltaPHI)>1.0e-6)
//一個前の座標とPHIに戻す
JT::dim2::backtoPreviousPHI2D(zahyo,zahyotmp,PHI,DeltaPHI,Rad,CRadBI,tstep_max,loopcnt,dim);
else
{
JT::PeriodicMove(zahyo,Leng);//?
if(pot<fftol) {
JT::setOFScoddist(kakikoCODDIST,strdate,l,PHI);
JT::dim2::DISTcod2D(zahyo,distcod,Rad,Leng,Leng,ratio,Pratio1,Pratio2,dim);//
for(int i=0;i<20;i+=1)
kakikoCODDIST<<i<<' '<<distcod[i]<<endl;
kakikoCODDIST.close();
kakikoSingle<<setprecision(10)<<PHI<<' '<<pot<<' '<<ftol<<' '<<VViter<<' '<<(int)pluseig<<endl;
JT::dim2::OutputForQt(zahyo,Leng,Leng,dim,PNum,Rad,PHI,ratio,Pratio1,Pratio2,l);
break;
}
JT::dim2::ModeCalc2D(zahyo,Leng,Leng,Rad,ratio,alpha,Pratio1,Pratio2,l,PHI,dim,pluseig,invalidflag,iprerror);//
/*
if(invalidflag==true) {
JT::jacobiErrWrite(sserr,kakikoJCBERR,l,i,PHI,pot,ftol,VViter);
break;
}
*/
if(pluseig==true && iprerror==false && invalidflag==false) { //modify!
JT::setOFScoddist(kakikoCODDIST,strdate,l,PHI);
JT::dim2::DISTcod2D(zahyo,distcod,Rad,Leng,Leng,ratio,Pratio1,Pratio2,dim);//
for(int i=0;i<20;i+=1)
kakikoCODDIST<<i<<' '<<distcod[i]<<endl;
kakikoCODDIST.close();
kakikoSingle<<setprecision(10)<<PHI<<' '<<pot<<' '<<ftol<<' '<<VViter<<' '<<(int)pluseig<<endl;
JT::dim2::OutputForQt(zahyo,Leng,Leng,dim,PNum,Rad,PHI,ratio,Pratio1,Pratio2,l);
if(DeltaPHI==0.0)
break;
JT::dim2::forwardtoPHI2D(zahyo,zahyotmp,PHI,DeltaPHI,Rad,CRadBI,loopcnt,dim);
}
else {
//負の固有値が出てきたのでノイズかけてもういっかい.
/*
if(pluseig==true && iprerror==true)
JT::OutputForQt(zahyo,dim,PNum,PHI,ratio,Pratio,l);
*/
if(invalidflag==true) {
JT::jacobiErrWrite(sserr,kakikoJCBERR,l,i,PHI,pot,ftol,VViter);
}
if(loopcnt>=25 && loopcnt<30) {
JT::simErrWrite(ss_simerr,kakikoSIMERR,zahyo,dim,PNum,PHI,ratio,Pratio1,Pratio2,l,loopcnt,pot,VViter,pluseig,iprerror,invalidflag);
}
if(loopcnt==30) {
break;
}
if(i%2==0)
loopcnt+=1;
}
}
}//PHI-loop-end
kakikoSingle.close();
kakikoPHIJ<<setprecision(10)<<l<<' '<<PHI<<' '<<notrelaxeig<<endl;
cnter+=1;
cout<<cnter<<"回目のRAND"<<l<<"の反復操作が終了しました\n"<<endl;
}
kakikoPHIJ.close();
}
else if(dim==3)//3D method
{
for(int l=sd_s;l<sd_e;l++)
{
//Initialize parameter
JT::InitializeSimulationparameter(PHI,PHIstart,pluseig,notrelaxeig,loopcnt,CRadBI,Leng,ratio,PNum,Pratio1,Pratio2,dim,Rad);
JT::InitializeFIREparameter(Tstep,DMPt,tstep_max,DeltaPHI,DeltaPHIinit,n_strength,ITFIRE);
JT::setOFSsingle(kakikoSingle,strdate,l,PHIstart);
MT::init_genrand(l);
for(int i=0;i<DNum;i++)
zahyotmp[i]=zahyo[i]=MT::genrand_real1()*Leng;
for(int i=0;i<99999;i++)//99999はテキトー.
{
JT::ReRelaxation(VViter,n_strength,loopcnt,iter_times);
JT::noise(zahyo,Rad,Leng,n_strength);
JT::dim3::Velocity_Verlet_F3D(zahyo,sokudo,DMPt,MASS,Tstep,JT::dim3::potential3D,ftol,Leng,Leng,Leng,Rad,ratio,alpha,eps,Pratio1,Pratio2,l,PHI,fra_inc,fra_dec,fra_alp,dmpt_init,tstep_max,ITFIRE,dim,VViter);//
pot=JT::dim3::potential3D(zahyo,Leng,Rad,ratio,alpha,Pratio1,Pratio2,dim,eps);//
if(loopcnt>0)
JT::loopErrWrite(sserr,l,i,PHI,pot,ftol,VViter,n_strength);
if(pot<fftol && fabs(DeltaPHI)>1.0e-6)
//一個前の座標とPHIに戻す
JT::dim3::backtoPreviousPHI3D(zahyo,zahyotmp,PHI,DeltaPHI,Rad,CRadBI,tstep_max,loopcnt,dim);
else
{
JT::PeriodicMove(zahyo,Leng);//?
if(pot<fftol) {
JT::setOFScoddist(kakikoCODDIST,strdate,l,PHI);
JT::dim3::DISTcod3D(zahyo,distcod,Rad,Leng,Leng,Leng,ratio,Pratio1,Pratio2,dim);//
for(int i=0;i<20;i+=1)
kakikoCODDIST<<i<<' '<<distcod[i]<<endl;
kakikoCODDIST.close();
kakikoSingle<<setprecision(10)<<PHI<<' '<<pot<<' '<<ftol<<' '<<VViter<<' '<<(int)pluseig<<endl;
JT::dim3::OutputForQt(zahyo,Leng,Leng,Leng,dim,PNum,Rad,PHI,ratio,Pratio1,Pratio2,l);
break;
}
JT::dim3::ModeCalc3D(zahyo,Leng,Leng,Leng,Rad,ratio,alpha,Pratio1,Pratio2,l,PHI,dim,pluseig,invalidflag,iprerror);//
if(pluseig==true && iprerror==false && invalidflag==false) {
JT::setOFScoddist(kakikoCODDIST,strdate,l,PHI);
JT::dim3::DISTcod3D(zahyo,distcod,Rad,Leng,Leng,Leng,ratio,Pratio1,Pratio2,dim);
for(int i=0;i<20;i+=1)
kakikoCODDIST<<i<<' '<<distcod[i]<<endl;
kakikoCODDIST.close();
kakikoSingle<<setprecision(10)<<PHI<<' '<<pot<<' '<<ftol<<' '<<VViter<<' '<<(int)pluseig<<endl;
JT::dim3::OutputForQt(zahyo,Leng,Leng,Leng,dim,PNum,Rad,PHI,ratio,Pratio1,Pratio2,l);
if(DeltaPHI==0.0)
break;
JT::dim3::forwardtoPHI3D(zahyo,zahyotmp,PHI,DeltaPHI,Rad,CRadBI,loopcnt,dim);
}
else {
if(invalidflag==true) {
JT::jacobiErrWrite(sserr,kakikoJCBERR,l,i,PHI,pot,ftol,VViter);
}
if(loopcnt>=25 && loopcnt<30) {
JT::simErrWrite(ss_simerr,kakikoSIMERR,zahyo,dim,PNum,PHI,ratio,Pratio1,Pratio2,l,loopcnt,pot,VViter,pluseig,iprerror,invalidflag);
}
if(loopcnt==30) {
break;
}
if(i%2==0)
loopcnt+=1;
}
}
}//phi-loop-end
kakikoSingle.close();
kakikoPHIJ<<setprecision(10)<<l<<' '<<PHI<<' '<<notrelaxeig<<endl;
cnter+=1;
cout<<cnter<<"回目のRAND"<<l<<"の反復操作が終了しました\n"<<endl;
}
kakikoPHIJ.close();
}
else {
cerr<<"Cannot calculate except for 2D and 3D systems!!\n\n"<<endl;
exit(1);
}
return 0;
}
| [
"nira.xvaiq183.nira@gmail.com"
] | nira.xvaiq183.nira@gmail.com |
3896c65b034bad742fd17213d56b931eb0224fb5 | 943dd54918355e8028fdd759bae6d9dd837e11e0 | /third-party/wifi101/examples/SimpleWebServerWiFi/SimpleWebServerWiFi.ino | aeaf0c64688de674dde8e37d9511f413112efa64 | [
"BSD-3-Clause",
"LGPL-2.1-or-later"
] | permissive | fieldkit/firmware | 06e920ad01c2f48142413d3a3447188bc9753004 | 45c51ce8dc51df886875e97de17980c839882adf | refs/heads/main | 2023-08-23T22:29:02.022772 | 2023-07-24T22:18:01 | 2023-07-24T22:18:01 | 183,808,180 | 11 | 1 | BSD-3-Clause | 2023-04-04T20:42:38 | 2019-04-27T18:27:51 | C++ | UTF-8 | C++ | false | false | 4,918 | ino | /*
WiFi Web Server LED Blink
A simple web server that lets you blink an LED via the web.
This sketch will print the IP address of your WiFi Shield (once connected)
to the Serial monitor. From there, you can open that address in a web browser
to turn on and off the LED on pin 9.
If the IP address of your shield is yourAddress:
http://yourAddress/H turns the LED on
http://yourAddress/L turns it off
This example is written for a network using WPA encryption. For
WEP or WPA, change the WiFi.begin() call accordingly.
Circuit:
* WiFi shield attached
* LED attached to pin 9
created 25 Nov 2012
by Tom Igoe
*/
#include <SPI.h>
#include <WiFi101.h>
#include "arduino_secrets.h"
///////please enter your sensitive data in the Secret tab/arduino_secrets.h
char ssid[] = SECRET_SSID; // your network SSID (name)
char pass[] = SECRET_PASS; // your network password (use for WPA, or use as key for WEP)
int keyIndex = 0; // your network key Index number (needed only for WEP)
int status = WL_IDLE_STATUS;
WiFiServer server(80);
void setup() {
Serial.begin(9600); // initialize serial communication
pinMode(9, OUTPUT); // set the LED pin mode
// check for the presence of the shield:
if (WiFi.status() == WL_NO_SHIELD) {
Serial.println("WiFi shield not present");
while (true); // don't continue
}
// attempt to connect to WiFi network:
while ( status != WL_CONNECTED) {
Serial.print("Attempting to connect to Network named: ");
Serial.println(ssid); // print the network name (SSID);
// Connect to WPA/WPA2 network. Change this line if using open or WEP network:
status = WiFi.begin(ssid, pass);
// wait 10 seconds for connection:
delay(10000);
}
server.begin(); // start the web server on port 80
printWiFiStatus(); // you're connected now, so print out the status
}
void loop() {
WiFiClient client = server.available(); // listen for incoming clients
if (client) { // if you get a client,
Serial.println("new client"); // print a message out the serial port
String currentLine = ""; // make a String to hold incoming data from the client
while (client.connected()) { // loop while the client's connected
if (client.available()) { // if there's bytes to read from the client,
char c = client.read(); // read a byte, then
Serial.write(c); // print it out the serial monitor
if (c == '\n') { // if the byte is a newline character
// if the current line is blank, you got two newline characters in a row.
// that's the end of the client HTTP request, so send a response:
if (currentLine.length() == 0) {
// HTTP headers always start with a response code (e.g. HTTP/1.1 200 OK)
// and a content-type so the client knows what's coming, then a blank line:
client.println("HTTP/1.1 200 OK");
client.println("Content-type:text/html");
client.println();
// the content of the HTTP response follows the header:
client.print("Click <a href=\"/H\">here</a> turn the LED on pin 9 on<br>");
client.print("Click <a href=\"/L\">here</a> turn the LED on pin 9 off<br>");
// The HTTP response ends with another blank line:
client.println();
// break out of the while loop:
break;
}
else { // if you got a newline, then clear currentLine:
currentLine = "";
}
}
else if (c != '\r') { // if you got anything else but a carriage return character,
currentLine += c; // add it to the end of the currentLine
}
// Check to see if the client request was "GET /H" or "GET /L":
if (currentLine.endsWith("GET /H")) {
digitalWrite(9, HIGH); // GET /H turns the LED on
}
if (currentLine.endsWith("GET /L")) {
digitalWrite(9, LOW); // GET /L turns the LED off
}
}
}
// close the connection:
client.stop();
Serial.println("client disonnected");
}
}
void printWiFiStatus() {
// print the SSID of the network you're attached to:
Serial.print("SSID: ");
Serial.println(WiFi.SSID());
// print your WiFi shield's IP address:
IPAddress ip = WiFi.localIP();
Serial.print("IP Address: ");
Serial.println(ip);
// print the received signal strength:
long rssi = WiFi.RSSI();
Serial.print("signal strength (RSSI):");
Serial.print(rssi);
Serial.println(" dBm");
// print where to go in a browser:
Serial.print("To see this page in action, open a browser to http://");
Serial.println(ip);
}
| [
"jlewallen@gmail.com"
] | jlewallen@gmail.com |
3097650ff9e6899d1bd7b1af6e2a147d50feef5e | de365a34bc306580673f01ebf387d62c5a7fcec5 | /original/gamesystem/source/gs_screen.cpp | 492969dc46b6f100c36c94c5ffda6aa29987d591 | [] | no_license | videogamepreservation/xenon2000 | 9ff11f5423b3dcb69f8a649a7971d7e559892dea | 13320272d2ac21dda8226ac04dab8d563b12957d | refs/heads/main | 2023-07-26T00:46:19.733919 | 2021-07-10T20:29:33 | 2021-07-10T20:29:33 | 386,366,996 | 3 | 0 | null | 2021-07-15T17:07:23 | 2021-07-15T17:07:23 | null | UTF-8 | C++ | false | false | 30,586 | cpp | //-------------------------------------------------------------
//
// Class: gsCScreen
//
// Author: John M Phillips
//
// Started: 12/03/00
//
// Base: gsCVisual
//
// Derived: None
//
//-------------------------------------------------------------
#include "gamesystem.h"
//-------------------------------------------------------------
gsLPDIRECTDRAWSURFACE gsCScreen::m_primary_surface = 0;
gsLPDIRECTDRAWSURFACE gsCScreen::m_back_surface = 0;
gsLPDIRECTDRAWCLIPPER gsCScreen::m_clipper = 0;
gsLPDIRECTDRAWPALETTE gsCScreen::m_palette = 0;
DDBLTFX gsCScreen::m_ddbltfx;
bool gsCScreen::m_isWindowed = true;
gsCRect gsCScreen::m_window_rect;
gsCRect gsCScreen::m_viewport_rect;
gsCRect gsCScreen::m_screen_rect;
bool gsCScreen::m_display_mode_set = false;
int gsCScreen::m_bpp = 0;
//-------------------------------------------------------------
gsCScreen::gsCScreen()
{
m_ddbltfx.dwSize = sizeof(DDBLTFX);
m_isLocked = false;
}
//-------------------------------------------------------------
gsCScreen::~gsCScreen()
{
}
//-------------------------------------------------------------
bool gsCScreen::createWindowed(HWND window)
{
m_isWindowed = true;
HRESULT hr;
hr = m_direct_draw->SetCooperativeLevel(window,DDSCL_NORMAL);
if (hr != DD_OK) {
gsERROR("gsCScreen::createWindowed failed to set cooperative level");
destroy();
return false;
}
updateRect(window);
gsDDSURFACEDESC ddsd;
ZeroMemory(&ddsd,sizeof(ddsd));
ddsd.dwSize = sizeof(ddsd);
ddsd.dwFlags = DDSD_CAPS;
ddsd.ddsCaps.dwCaps = DDSCAPS_PRIMARYSURFACE;
hr = m_direct_draw->CreateSurface(&ddsd,&m_primary_surface,NULL);
if (hr != DD_OK) {
gsERROR("gsCScreen::createWindowed failed to create primary surface");
destroy();
return false;
}
hr = m_direct_draw->CreateClipper(0,&m_clipper,NULL);
if (hr != DD_OK) {
gsERROR("gsCScreen::createWindowed failed to create clipper");
destroy();
}
hr = m_clipper->SetHWnd(0, window);
if (hr != DD_OK) {
gsERROR("gsCScreen::createWindowed failed to set clipper window");
destroy();
return false;
}
hr = m_primary_surface->SetClipper(m_clipper);
if (hr != DD_OK) {
gsERROR("gsCScreen::createWindowed failed to set primary surface clipper");
destroy();
return false;
}
ddsd.dwFlags = DDSD_WIDTH | DDSD_HEIGHT | DDSD_CAPS;
ddsd.dwWidth = m_screen_rect.getWidth();
ddsd.dwHeight = m_screen_rect.getHeight();
ddsd.ddsCaps.dwCaps = DDSCAPS_OFFSCREENPLAIN;
hr = m_direct_draw->CreateSurface(&ddsd,&m_back_surface,NULL);
if (hr != DD_OK) {
gsERROR("gsCScreen::createWindowed failed to create back surface");
destroy();
return false;
}
findBPP();
if (m_bpp == 1) {
if (!createDefaultPalette()) {
gsERROR("gsCScreen::createWindowed failed to create palette");
destroy();
return false;
}
hr = m_primary_surface->SetPalette(m_palette);
if (hr != DD_OK) {
gsERROR("gsCScreen::createWindowed failed to set palette");
destroy();
return false;
}
}
gsCColour::setupColourConversion(this);
gsCApplication::m_screen = this;
gsREPORT("gsCScreen created (windowed mode)");
return true;
}
//-------------------------------------------------------------
bool gsCScreen::createFullScreen(HWND window,const gsCPoint& size,gsDWORD bitdepth)
{
m_isWindowed = false;
HRESULT hr;
hr = m_direct_draw->SetCooperativeLevel(window,DDSCL_EXCLUSIVE | DDSCL_FULLSCREEN);
if (hr != DD_OK) {
gsERROR("gsCScreen::createFullscreen failed to set cooperative level");
destroy();
return false;
}
hr = m_direct_draw->SetDisplayMode(size.getX(),size.getY(),bitdepth,0,0);
if (hr != DD_OK) {
gsERROR("gsCScreen::createFullscreen failed to set display mode");
destroy();
return false;
}
m_display_mode_set = true;
m_viewport_rect.setTopLeft(gsCPoint(0,0));
m_viewport_rect.setBottomRight(gsCPoint(size));
m_screen_rect = m_viewport_rect;
gsDDSURFACEDESC ddsd;
ZeroMemory(&ddsd,sizeof(ddsd));
ddsd.dwSize = sizeof(ddsd);
ddsd.dwFlags = DDSD_CAPS | DDSD_BACKBUFFERCOUNT;
ddsd.ddsCaps.dwCaps = DDSCAPS_PRIMARYSURFACE | DDSCAPS_FLIP | DDSCAPS_COMPLEX;
ddsd.dwBackBufferCount = 1;
hr = m_direct_draw->CreateSurface( &ddsd, &m_primary_surface, NULL);
if (hr != DD_OK) {
gsERROR("gsCScreen::createFullscreen failed to create primary surface");
destroy();
return false;
}
gsDDSCAPS ddscaps;
ZeroMemory(&ddscaps,sizeof(ddscaps));
ddscaps.dwCaps = DDSCAPS_BACKBUFFER;
hr = m_primary_surface->GetAttachedSurface(&ddscaps, &m_back_surface);
if (hr != DD_OK) {
gsERROR("gsCScreen::createFullscreen failed to create back surface");
destroy();
return false;
}
findBPP();
if (m_bpp == 1) {
if (!createDefaultPalette()) {
gsERROR("gsCScreen::createFullScreen failed to create palette");
destroy();
return false;
}
hr = m_primary_surface->SetPalette(m_palette);
if (hr != DD_OK) {
gsERROR("gsCScreen::createFullScreen failed to set palette");
destroy();
return false;
}
}
gsCColour::setupColourConversion(this);
gsCApplication::m_screen = this;
gsREPORT("gsCScreen created (fullscreen mode)");
return true;
}
//-------------------------------------------------------------
bool gsCScreen::createDefaultPalette()
{
for (int i = 0; i < 256; i++) {
m_palette_colours[i].peRed = (BYTE) (((i >> 5) & 0x07) * 255 / 7);
m_palette_colours[i].peGreen = (BYTE) (((i >> 2) & 0x07) * 255 / 7);
m_palette_colours[i].peBlue = (BYTE) (((i >> 0) & 0x03) * 255 / 3);
m_palette_colours[i].peFlags = (BYTE) 0;
}
return m_direct_draw->CreatePalette(DDPCAPS_8BIT,
m_palette_colours,
&m_palette,
NULL) == DD_OK;
}
//-------------------------------------------------------------
bool gsCScreen::flip()
{
HRESULT hr;
#ifndef _PROFILING
if (m_isWindowed) {
hr = m_direct_draw->WaitForVerticalBlank(DDWAITVB_BLOCKBEGIN,NULL);
if (hr != DD_OK)
gsREPORT("gsCScreen::flip wait for VB failed");
}
#endif
hr = DD_OK;
do {
if (m_isWindowed) {
hr = m_primary_surface->Blt(LPRECT(m_screen_rect),
m_back_surface,
LPRECT(m_viewport_rect),
DDBLT_WAIT,
NULL);
if (hr != DD_OK) {
gsREPORT("gsCScreen::flip couldn't blit back surface to primary");
break;
}
}
else {
hr = m_primary_surface->Flip(NULL,0L);
if (hr != DD_OK) {
gsREPORT("gsCScreen::flip couldn't flip surfaces");
break;
}
}
if (hr == DDERR_SURFACELOST) {
hr = m_primary_surface->Restore();
if (hr != DD_OK) {
gsREPORT("gsCScreen::flip couldn't restore primary surface");
break;
}
}
}
while (hr == DDERR_WASSTILLDRAWING);
if (hr != DD_OK) {
gsREPORT("gsCScreen::flip failed");
return false;
}
return true;
}
//-------------------------------------------------------------
void gsCScreen::updateRect(HWND window)
{
GetWindowRect(window,LPRECT(m_window_rect));
GetClientRect(window,LPRECT(m_viewport_rect));
GetClientRect(window,LPRECT(m_screen_rect));
gsCPoint p;
p = m_screen_rect.getTopLeft();
ClientToScreen(window,LPPOINT(p));
m_screen_rect.setTopLeft(p);
p = m_screen_rect.getBottomRight();
ClientToScreen(window,LPPOINT(p));
m_screen_rect.setBottomRight(p);
}
//-------------------------------------------------------------
void gsCScreen::clear(const gsCColour& colour)
{
drawSolidRect(getRect(),colour);
}
//-------------------------------------------------------------
bool gsCScreen::lock()
{
if (!m_isLocked) {
HRESULT hr;
memset(&m_ddsd,0,sizeof(m_ddsd));
m_ddsd.dwSize = sizeof(m_ddsd);
#ifdef gsALLOW_SYSLOCK
hr = m_back_surface->Lock(NULL,&m_ddsd,DDLOCK_WAIT | DDLOCK_NOSYSLOCK,NULL);
#else
hr = m_back_surface->Lock(NULL,&m_ddsd,DDLOCK_WAIT,NULL);
#endif
while (hr == DDERR_SURFACELOST) {
if (m_isWindowed)
m_back_surface->Restore();
else
m_primary_surface->Restore();
memset(&m_ddsd,0,sizeof(m_ddsd));
m_ddsd.dwSize = sizeof(m_ddsd);
#ifdef gsALLOW_SYSLOCK
hr = m_back_surface->Lock(NULL,&m_ddsd,DDLOCK_WAIT | DDLOCK_NOSYSLOCK,NULL);
#else
hr = m_back_surface->Lock(NULL,&m_ddsd,DDLOCK_WAIT,NULL);
#endif
}
if (hr != DD_OK) {
gsERROR("gsCScreen::lock failed");
return false;
}
m_isLocked = true;
}
return true;
}
//-------------------------------------------------------------
void gsCScreen::unlock()
{
if (m_isLocked) {
HRESULT hr;
hr = m_back_surface->Unlock(NULL);
while (hr == DDERR_SURFACELOST) {
if (m_isWindowed)
m_back_surface->Restore();
else
m_primary_surface->Restore();
hr = m_back_surface->Unlock(NULL);
}
if (hr != DD_OK)
gsERROR("gsCScreen::unlock failed");
m_isLocked = false;
}
}
//-------------------------------------------------------------
// Internal function - must be inside lock/unlock
void gsCScreen::draw_pixel(const gsCPoint& position,const gsCColour& colour)
{
if (position.getX() < 0 ||
position.getY() < 0 ||
position.getX() >= m_screen_rect.getWidth() ||
position.getY() >= m_screen_rect.getHeight())
return;
gsUBYTE *dest = (gsUBYTE *) m_ddsd.lpSurface + position.getY() * m_ddsd.lPitch;
gsUDWORD raw = colour.getRaw();
switch (m_bpp) {
case 1:
dest += position.getX();
*dest = (gsUBYTE) raw;
break;
case 2:
dest += 2 * position.getX();
*((gsUWORD *) dest) = (gsUWORD) raw;
break;
case 3:
dest += 3 * position.getX();
*((gsUWORD *) dest) = (gsUWORD) raw;
*(dest + 2) = (gsUBYTE) (raw >> 16);
break;
case 4:
dest += 4 * position.getX();
*((gsUWORD *) dest) = (gsUWORD) raw;
*((gsUWORD *) (dest + 2)) = (gsUWORD) (raw >> 16);
break;
}
}
//-------------------------------------------------------------
// Internal function - must be inside lock/unlock
void gsCScreen::draw_pixels(int num_points,const gsCPoint *position,const gsCColour *colour,bool clip)
{
if (clip) {
int sw = m_screen_rect.getWidth();
int sh = m_screen_rect.getHeight();
switch (m_bpp) {
case 1:
while (num_points-- > 0) {
int x = position->getX();
int y = position->getY();
if (x >= 0 && y >= 0 && x < sw && y < sh) {
gsUBYTE *dest = (gsUBYTE *) m_ddsd.lpSurface + y * m_ddsd.lPitch + x;
*dest = (gsUBYTE) colour->getRaw();
}
position++;
colour++;
}
break;
case 2:
while (num_points-- > 0) {
int x = position->getX();
int y = position->getY();
if (x >= 0 && y >= 0 && x < sw && y < sh) {
gsUBYTE *dest = (gsUBYTE *) m_ddsd.lpSurface + y * m_ddsd.lPitch + 2 * x;
*((gsUWORD *) dest) = (gsUWORD) colour->getRaw();
}
position++;
colour++;
}
break;
case 3:
while (num_points-- > 0) {
int x = position->getX();
int y = position->getY();
if (x >= 0 && y >= 0 && x < sw && y < sh) {
gsUBYTE *dest = (gsUBYTE *) m_ddsd.lpSurface + y * m_ddsd.lPitch + 3 * x;
*((gsUWORD *) dest) = (gsUWORD) colour->getRaw();
*(dest + 2) = (gsUBYTE) (colour->getRaw() >> 16);
}
position++;
colour++;
}
break;
case 4:
while (num_points-- > 0) {
int x = position->getX();
int y = position->getY();
if (x >= 0 && y >= 0 && x < sw && y < sh) {
gsUBYTE *dest = (gsUBYTE *) m_ddsd.lpSurface + y * m_ddsd.lPitch + 4 * x;
*((gsUWORD *) dest) = (gsUWORD) colour->getRaw();
*((gsUWORD *) (dest + 2)) = (gsUWORD) (colour->getRaw() >> 16);
}
position++;
colour++;
}
break;
}
}
else {
switch (m_bpp) {
case 1:
while (num_points-- > 0) {
gsUBYTE *dest = (gsUBYTE *) m_ddsd.lpSurface + position->getY() * m_ddsd.lPitch + position->getX();
*dest = (gsUBYTE) colour->getRaw();
position++;
colour++;
}
break;
case 2:
while (num_points-- > 0) {
gsUBYTE *dest = (gsUBYTE *) m_ddsd.lpSurface + position->getY() * m_ddsd.lPitch + 2 * position->getX();
*((gsUWORD *) dest) = (gsUWORD) colour->getRaw();
position++;
colour++;
}
break;
case 3:
while (num_points-- > 0) {
gsUBYTE *dest = (gsUBYTE *) m_ddsd.lpSurface + position->getY() * m_ddsd.lPitch + 3 * position->getX();
gsUDWORD raw = colour->getRaw();
*((gsUWORD *) dest) = (gsUWORD) raw;
*(dest + 2) = (gsUBYTE) (raw >> 16);
position++;
colour++;
}
break;
case 4:
while (num_points-- > 0) {
gsUBYTE *dest = (gsUBYTE *) m_ddsd.lpSurface + position->getY() * m_ddsd.lPitch + 4 * position->getX();
gsUDWORD raw = colour->getRaw();
*((gsUWORD *) dest) = (gsUWORD) raw;
*((gsUWORD *) (dest + 2)) = (gsUWORD) (raw >> 16);
position++;
colour++;
}
break;
}
}
}
//-------------------------------------------------------------
void gsCScreen::drawPoint(const gsCPoint& position,const gsCColour& colour)
{
if (!m_back_surface) {
gsREPORT("gsCScreen::drawPoint called with no back surface");
return;
}
if (lock()) {
draw_pixel(position,colour);
unlock();
}
}
//-------------------------------------------------------------
void gsCScreen::draw_hline(int x1,int x2,int y,const gsCColour& colour)
{
if (x1 > x2) {
int t = x1;
x1 = x2;
x2 = t;
}
if (x1 >= m_screen_rect.getWidth() ||
x2 < 0 ||
y < 0 ||
y >= m_screen_rect.getHeight())
return;
if (x1 < 0)
x1 = 0;
if (x2 >= m_screen_rect.getWidth())
x2 = m_screen_rect.getWidth() - 1;
gsUBYTE *dest = (gsUBYTE *) m_ddsd.lpSurface + y * m_ddsd.lPitch
+ x1 * m_bpp;
gsUDWORD raw = colour.getRaw();
int count = x2 + 1 - x1;
switch (m_bpp) {
case 1:
{
while (count >= 8) {
*dest = (gsUBYTE) raw;
*(dest + 1) = (gsUBYTE) raw;
*(dest + 2) = (gsUBYTE) raw;
*(dest + 3) = (gsUBYTE) raw;
*(dest + 4) = (gsUBYTE) raw;
*(dest + 5) = (gsUBYTE) raw;
*(dest + 6) = (gsUBYTE) raw;
*(dest + 7) = (gsUBYTE) raw;
dest += 8;
count -= 8;
}
while (count-- > 0) {
*dest = (gsUBYTE) raw;
dest++;
}
break;
}
case 2:
{
while (count >= 8) {
*((gsUWORD *) dest) = (gsUWORD) raw;
*((gsUWORD *) (dest + 2)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 4)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 6)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 8)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 10)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 12)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 14)) = (gsUWORD) raw;
dest += 16;
count -= 8;
}
while (count-- > 0) {
*((gsUWORD *) dest) = (gsUWORD) raw;
dest += 2;
}
break;
}
case 3:
{
while (count >= 8) {
*((gsUWORD *) dest) = (gsUWORD) raw;
*(dest + 2) = (gsUBYTE) (raw >> 16);
*((gsUWORD *) (dest + 3)) = (gsUWORD) raw;
*(dest + 5) = (gsUBYTE) (raw >> 16);
*((gsUWORD *) (dest + 6)) = (gsUWORD) raw;
*(dest + 8) = (gsUBYTE) (raw >> 16);
*((gsUWORD *) (dest + 9)) = (gsUWORD) raw;
*(dest + 11) = (gsUBYTE) (raw >> 16);
*((gsUWORD *) (dest + 12)) = (gsUWORD) raw;
*(dest + 14) = (gsUBYTE) (raw >> 16);
*((gsUWORD *) (dest + 15)) = (gsUWORD) raw;
*(dest + 17) = (gsUBYTE) (raw >> 16);
*((gsUWORD *) (dest + 18)) = (gsUWORD) raw;
*(dest + 20) = (gsUBYTE) (raw >> 16);
*((gsUWORD *) (dest + 21)) = (gsUWORD) raw;
*(dest + 23) = (gsUBYTE) (raw >> 16);
dest += 24;
count -= 8;
}
while (count-- > 0) {
*((gsUWORD *) dest) = (gsUWORD) raw;
*(dest + 2) = (gsUBYTE) (raw >> 16);
dest += 3;
}
break;
}
case 4:
{
while (count >= 8) {
*((gsUWORD *) dest) = (gsUWORD) raw;
*((gsUWORD *) (dest + 2)) = (gsUWORD) (raw >> 16);
*((gsUWORD *) (dest + 4)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 6)) = (gsUWORD) (raw >> 16);
*((gsUWORD *) (dest + 8)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 10)) = (gsUWORD) (raw >> 16);
*((gsUWORD *) (dest + 12)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 14)) = (gsUWORD) (raw >> 16);
*((gsUWORD *) (dest + 16)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 18)) = (gsUWORD) (raw >> 16);
*((gsUWORD *) (dest + 20)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 22)) = (gsUWORD) (raw >> 16);
*((gsUWORD *) (dest + 24)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 26)) = (gsUWORD) (raw >> 16);
*((gsUWORD *) (dest + 28)) = (gsUWORD) raw;
*((gsUWORD *) (dest + 30)) = (gsUWORD) (raw >> 16);
dest += 32;
count -= 8;
}
while (count-- > 0) {
*((gsUWORD *) dest) = (gsUWORD) raw;
*((gsUWORD *) (dest + 2)) = (gsUWORD) (raw >> 16);
dest += 4;
}
}
break;
}
}
//-------------------------------------------------------------
void gsCScreen::draw_vline(int x,int y1,int y2,const gsCColour& colour)
{
if (y1 > y2) {
int t = y1;
y1 = y2;
y2 = t;
}
if (y1 >= m_screen_rect.getHeight() ||
y2 < 0 ||
x < 0 ||
x >= m_screen_rect.getWidth())
return;
if (y1 < 0)
y1 = 0;
if (y2 >= m_screen_rect.getHeight())
y2 = m_screen_rect.getHeight() - 1;
gsUBYTE *dest = (gsUBYTE *) m_ddsd.lpSurface + y1 * m_ddsd.lPitch
+ x * m_bpp;
gsUDWORD raw = colour.getRaw();
int count = y2 + 1 - y1;
switch (m_bpp) {
case 1:
{
while (count-- > 0) {
*dest = (gsUBYTE) raw;
dest += m_ddsd.lPitch;
}
break;
}
case 2:
{
while (count-- > 0) {
*((gsUWORD *) dest) = (gsUWORD) raw;
dest += m_ddsd.lPitch;
}
break;
}
case 3:
{
while (count-- > 0) {
*((gsUWORD *) dest) = (gsUWORD) raw;
*(dest + 2) = (gsUBYTE) (raw >> 16);
dest += m_ddsd.lPitch;
}
break;
}
case 4:
{
while (count-- > 0) {
*((gsUWORD *) dest) = (gsUWORD) raw;
*((gsUWORD *) (dest + 2)) = (gsUWORD) (raw >> 16);
dest += m_ddsd.lPitch;
}
}
break;
}
}
//-------------------------------------------------------------
void gsCScreen::drawLine(const gsCPoint& from,const gsCPoint& to,const gsCColour& colour)
{
if (from.getX() == to.getX()) {
if (lock()) {
draw_vline(from.getX(),from.getY(),to.getY(),colour);
unlock();
}
}
else if (from.getY() == to.getY()) {
if (lock()) {
draw_hline(from.getX(),to.getX(),from.getY(),colour);
unlock();
}
}
else
gsREPORT("gsCScreen::drawLine not yet fully implemented");
}
//-------------------------------------------------------------
void gsCScreen::drawRect(const gsCRect& rect,const gsCColour& colour)
{
if (!rect.isEmpty()) {
if (lock()) {
draw_hline(rect.getLeft(),rect.getRight(),rect.getTop(),colour);
draw_hline(rect.getLeft(),rect.getRight(),rect.getBottom(),colour);
draw_vline(rect.getLeft(),rect.getTop(),rect.getBottom(),colour);
draw_vline(rect.getRight(),rect.getTop(),rect.getBottom(),colour);
unlock();
}
}
}
//-------------------------------------------------------------
bool gsCScreen::drawSolidRect(const gsCRect& rect,const gsCColour& colour)
{
if (!m_back_surface) {
gsREPORT("gsCScreen::drawSolidRect called with no back surface");
return false;
}
m_ddbltfx.dwFillColor = colour.getRaw();
gsCRect r = rect;
getRect().clip(r);
if (r.isEmpty())
return false;
HRESULT hr;
hr = m_back_surface->Blt(LPRECT(r),
NULL,
NULL,
DDBLT_COLORFILL | DDBLT_WAIT,
&m_ddbltfx);
if (hr != DD_OK)
gsREPORT("gsCScreen::drawSolidRect blit failed");
return true;
}
//-------------------------------------------------------------
void gsCScreen::drawPoints(int num_points,const gsCPoint *points,const gsCColour *colours,bool clip)
{
if (!m_back_surface) {
gsREPORT("gsCScreen::drawPoint called with no back surface");
return;
}
if (lock()) {
draw_pixels(num_points,points,colours,clip);
unlock();
}
}
//-------------------------------------------------------------
void gsCScreen::drawLines(int num_points,const gsCPoint *points,const gsCColour *colours)
{
gsREPORT("gsCScreen::drawLines not yet implemented");
}
//-------------------------------------------------------------
// Blit image in solid colour
//
// Pixel which are non-MAGENTA are drawn in the fill colour
bool gsCScreen::bltSolid(const gsCRect& dest,gsDDSURFACEDESC& source_ddsd,const gsCRect& source,const gsCColour& fill_colour)
{
if (lock()) {
gsUBYTE *src = (gsUBYTE *) source_ddsd.lpSurface + source.getTop() * source_ddsd.lPitch
+ source.getLeft() * m_bpp;
gsUBYTE *dst = (gsUBYTE *) m_ddsd.lpSurface + dest.getTop() * m_ddsd.lPitch
+ dest.getLeft() * m_bpp;
gsUDWORD trans = gsCColour(gsMAGENTA).getRaw();
gsUDWORD fill = fill_colour.getRaw();
int h = dest.getHeight();
int w = dest.getWidth();
switch (m_bpp) {
case 1:
{
while (h-- > 0) {
gsUBYTE *s = (gsUBYTE *) src;
gsUBYTE *d = (gsUBYTE *) dst;
int count = w;
while (count >= 4) {
if (*s != (gsUBYTE) trans)
*d = (gsUBYTE) fill;
if (*(s + 1) != (gsUBYTE) trans)
*(d + 1) = (gsUBYTE) fill;
if (*(s + 2) != (gsUBYTE) trans)
*(d + 2) = (gsUBYTE) fill;
if (*(s + 3) != (gsUBYTE) trans)
*(d + 3) = (gsUBYTE) fill;
s += 4;
d += 4;
count -= 4;
}
while (count-- > 0) {
if (*s != (gsUBYTE) trans)
*d = (gsUBYTE) fill;
s++;
d++;
}
src += source_ddsd.lPitch;
dst += m_ddsd.lPitch;
}
}
break;
case 2:
{
while (h-- > 0) {
gsUWORD *s = (gsUWORD *) src;
gsUWORD *d = (gsUWORD *) dst;
int count = w;
while (count >= 4) {
if (*s != (gsUWORD) trans)
*d = (gsUWORD) fill;
if (*(s + 1) != (gsUWORD) trans)
*(d + 1) = (gsUWORD) fill;
if (*(s + 2) != (gsUWORD) trans)
*(d + 2) = (gsUWORD) fill;
if (*(s + 3) != (gsUWORD) trans)
*(d + 3) = (gsUWORD) fill;
s += 4;
d += 4;
count -= 4;
}
while (count-- > 0) {
if (*s != (gsUWORD) trans)
*d = (gsUWORD) fill;
s++;
d++;
}
src += source_ddsd.lPitch;
dst += m_ddsd.lPitch;
}
}
break;
case 3:
{
while (h-- > 0) {
gsUBYTE *s = (gsUBYTE *) src;
gsUBYTE *d = (gsUBYTE *) dst;
int count = w;
gsUBYTE trans_h = (gsUBYTE) (trans >> 16);
gsUBYTE fill_h = (gsUBYTE) (fill >> 16);
while (count >= 4) {
if (*((gsUWORD *) s) != (gsUWORD) trans || *(s + 2) != trans_h) {
*((gsUWORD *) d) = (gsUWORD) fill;
*(d + 2) = fill_h;
}
if (*((gsUWORD *) (s + 3)) != (gsUWORD) trans || *(s + 5) != trans_h) {
*((gsUWORD *) (d + 3)) = (gsUWORD) fill;
*(d + 6) = fill_h;
}
if (*((gsUWORD *) (s + 6)) != (gsUWORD) trans || *(s + 8) != trans_h) {
*((gsUWORD *) (d + 6)) = (gsUWORD) fill;
*(d + 9) = fill_h;
}
if (*((gsUWORD *) (s + 9)) != (gsUWORD) trans || *(s + 11) != trans_h) {
*((gsUWORD *) (d + 9)) = (gsUWORD) fill;
*(d + 11) = fill_h;
}
s += 12;
d += 12;
count -= 3;
}
while (count-- > 0) {
if (*((gsUWORD *) s) != (gsUWORD) trans || *(s + 2) != trans_h) {
*((gsUWORD *) d) = (gsUWORD) fill;
*(d + 2) = fill_h;
}
s += 3;
d += 3;
}
src += source_ddsd.lPitch;
dst += m_ddsd.lPitch;
}
}
break;
case 4:
{
while (h-- > 0) {
gsUBYTE *s = (gsUBYTE *) src;
gsUBYTE *d = (gsUBYTE *) dst;
int count = w;
gsUBYTE trans_h = (gsUBYTE) (trans >> 16);
gsUBYTE fill_h = (gsUBYTE) (fill >> 16);
while (count >= 4) {
if (*((gsUWORD *) s) != (gsUWORD) trans || *(s + 2) != trans_h) {
*((gsUWORD *) d) = (gsUWORD) fill;
*(d + 2) = fill_h;
}
if (*((gsUWORD *) (s + 4)) != (gsUWORD) trans || *(s + 6) != trans_h) {
*((gsUWORD *) (d + 4)) = (gsUWORD) fill;
*(d + 6) = fill_h;
}
if (*((gsUWORD *) (s + 8)) != (gsUWORD) trans || *(s + 10) != trans_h) {
*((gsUWORD *) (d + 8)) = (gsUWORD) fill;
*(d + 10) = fill_h;
}
if (*((gsUWORD *) (s + 12)) != (gsUWORD) trans || *(s + 14) != trans_h) {
*((gsUWORD *) (d + 12)) = (gsUWORD) fill;
*(d + 14) = fill_h;
}
s += 16;
d += 16;
count -= 4;
}
while (count-- > 0) {
if (*((gsUWORD *) s) != (gsUWORD) trans || *(s + 2) != trans_h) {
*((gsUWORD *) d) = (gsUWORD) fill;
*(d + 2) = fill_h;
}
s += 4;
d += 4;
}
src += source_ddsd.lPitch;
dst += m_ddsd.lPitch;
}
}
break;
}
unlock();
return true;
}
return false;
}
//-------------------------------------------------------------
// Blit image with colour tint
//
// Pixels which are white are replaced by the tint colour
// Other pixels are drawn normally
bool gsCScreen::bltTinted(const gsCRect& dest,gsDDSURFACEDESC& source_ddsd,const gsCRect& source,const gsCColour& tint_colour)
{
if (lock()) {
gsUBYTE *src = (gsUBYTE *) source_ddsd.lpSurface + source.getTop() * source_ddsd.lPitch
+ source.getLeft() * m_bpp;
gsUBYTE *dst = (gsUBYTE *) m_ddsd.lpSurface + dest.getTop() * m_ddsd.lPitch
+ dest.getLeft() * m_bpp;
gsUDWORD base = gsCColour(gsWHITE).getRaw();
gsUDWORD tint = tint_colour.getRaw();
int h = dest.getHeight();
int w = dest.getWidth();
switch (m_bpp) {
case 1:
{
while (h-- > 0) {
gsUBYTE *s = (gsUBYTE *) src;
gsUBYTE *d = (gsUBYTE *) dst;
int count = w;
while (count >= 4) {
if (*s == (gsUBYTE) base)
*d = (gsUBYTE) tint;
else
*d = *s;
if (*(s + 1) == (gsUBYTE) base)
*(d + 1) = (gsUBYTE) tint;
else
*(d + 1) = *(s + 1);
if (*(s + 2) == (gsUBYTE) base)
*(d + 2) = (gsUBYTE) tint;
else
*(d + 2) = *(s + 2);
if (*(s + 3) == (gsUBYTE) base)
*(d + 3) = (gsUBYTE) tint;
else
*(d + 3) = *(s + 3);
s += 4;
d += 4;
count -= 4;
}
while (count-- > 0) {
if (*s == (gsUBYTE) base)
*d = (gsUBYTE) tint;
else
*d = *s;
}
src += source_ddsd.lPitch;
dst += m_ddsd.lPitch;
}
}
break;
case 2:
{
while (h-- > 0) {
gsUWORD *s = (gsUWORD *) src;
gsUWORD *d = (gsUWORD *) dst;
int count = w;
while (count >= 4) {
if (*s == (gsUWORD) base)
*d = (gsUWORD) tint;
else
*d = *s;
if (*(s + 1) == (gsUWORD) base)
*(d + 1) = (gsUWORD) tint;
else
*(d + 1) = *(s + 1);
if (*(s + 2) == (gsUWORD) base)
*(d + 2) = (gsUWORD) tint;
else
*(d + 3) = *(s + 3);
if (*(s + 3) == (gsUWORD) base)
*(d + 3) = (gsUWORD) tint;
else
*(d + 3) = *(s + 3);
s += 4;
d += 4;
count -= 4;
}
while (count-- > 0) {
if (*s != (gsUWORD) base)
*d = (gsUWORD) tint;
else
*d = *s;
s++;
d++;
}
src += source_ddsd.lPitch;
dst += m_ddsd.lPitch;
}
}
break;
case 3:
{
while (h-- > 0) {
gsUBYTE *s = (gsUBYTE *) src;
gsUBYTE *d = (gsUBYTE *) dst;
int count = w;
gsUBYTE base_h = (gsUBYTE) (base >> 16);
gsUBYTE tint_h = (gsUBYTE) (tint >> 16);
while (count-- > 0) {
if (*((gsUWORD *) s) == (gsUWORD) base &&
*(s + 2) == base_h) {
*((gsUWORD *) d) = (gsUWORD) tint;
*(d + 2) = tint_h;
}
else {
*((gsUWORD *) d) = *((gsUWORD *) s);
*(d + 2) = *(s + 2);
}
s += 3;
d += 3;
}
src += source_ddsd.lPitch;
dst += m_ddsd.lPitch;
}
}
break;
case 4:
{
while (h-- > 0) {
gsUBYTE *s = (gsUBYTE *) src;
gsUBYTE *d = (gsUBYTE *) dst;
int count = w;
gsUBYTE base_h = (gsUBYTE) (base >> 16);
gsUBYTE tint_h = (gsUBYTE) (tint >> 16);
while (count-- > 0) {
if (*((gsUWORD *) s) == (gsUWORD) base &&
*(s + 2) == base_h) {
*((gsUWORD *) d) = (gsUWORD) tint;
*(d + 2) = tint_h;
}
else {
*((gsUWORD *) d) = *((gsUWORD *) s);
*(d + 2) = *(s + 2);
}
s += 4;
d += 4;
}
src += source_ddsd.lPitch;
dst += m_ddsd.lPitch;
}
}
break;
}
unlock();
return true;
}
return false;
}
//-------------------------------------------------------------
bool gsCScreen::destroy()
{
if (m_display_mode_set) {
m_direct_draw->RestoreDisplayMode();
m_display_mode_set = false;
}
// gsCColour::setupColourConversion(0);
gsCApplication::m_screen = 0;
if (m_clipper) {
m_clipper->Release();
m_clipper = 0;
}
if (m_back_surface) {
m_back_surface->Release();
m_back_surface = 0;
}
if (m_primary_surface) {
m_primary_surface->Release();
m_primary_surface = 0;
}
if (m_palette) {
m_palette->Release();
m_palette = 0;
}
gsREPORT("gsCScreen destroyed");
return true;
}
//-------------------------------------------------------------
void gsCScreen::findBPP()
{
gsDDSURFACEDESC ddsd;
HRESULT hr;
ddsd.dwSize = sizeof(ddsd);
while ((hr = m_primary_surface->Lock(NULL, &ddsd, 0, NULL)) == DDERR_WASSTILLDRAWING);
if (hr == DD_OK) {
m_bpp = ddsd.ddpfPixelFormat.dwRGBBitCount / 8;
m_primary_surface->Unlock(NULL);
}
}
//-------------------------------------------------------------
int gsCScreen::getBytesPerPixel()
{
return m_bpp;
}
//-------------------------------------------------------------
bool gsCScreen::loadPalette(const char *filename)
{
if (m_bpp != 1)
return false;
gsCFile file;
if (!file.open(filename))
return false;
int i;
for (i = 0; i < 24; i++)
file.getByte();
for (i = 0; i < 256; i++) {
m_palette_colours[i].peRed = (gsBYTE) file.getByte();
m_palette_colours[i].peGreen = (gsBYTE) file.getByte();
m_palette_colours[i].peBlue = (gsBYTE) file.getByte();
m_palette_colours[i].peFlags = 0;
file.getByte();
}
m_palette->SetEntries(0,0,256,m_palette_colours);
file.close();
return true;
}
//-------------------------------------------------------------
| [
"greysonstorm@live.com"
] | greysonstorm@live.com |
49e5a97ad4cba818381916bbc2c27978876af53a | 61a3ce96cefee047f325b43a85fda43ba7de401e | /lab9.h | b9a6b2772ff888ecc332c0afeba9d0ddb9abae08 | [] | no_license | 414cnewq/CECS-130-Labs | 9f37e79652435465cd95ca60b8da3732ef15780a | ea87d26e040e9c69b190aff72e83618b8bc411a4 | refs/heads/master | 2021-05-08T02:46:43.931108 | 2017-12-05T23:03:16 | 2017-12-05T23:03:16 | 108,159,257 | 0 | 1 | null | 2017-12-01T13:37:50 | 2017-10-24T17:14:34 | C | UTF-8 | C++ | false | false | 556 | h | #ifndef LAB9_H
#define LAB9_H
class Board {
char Array[3][3];
bool tie;
public:
Board(); // set the board to empty
char CheckForWin(); // see if a win has occured on this board
bool isTie();
bool set(char,int, int); // set position to char
void PrintBoard(); // print out the board
int PlayAI(char,char); // AI that will catch a win, prevent a loss, or place an arbitrary
void PlayUser(char, char); // User plays the game
void ResetBoard(); // Set the board to default configuration
};
#endif
| [
"canewq01@louisville.edu"
] | canewq01@louisville.edu |
03fee0824749c46a84e93dd9caf7560da3b626f9 | 04b1803adb6653ecb7cb827c4f4aa616afacf629 | /services/device/geolocation/wifi_polling_policy.h | 4d201b66f28a24d5232bc1e4982b3725101e2e5b | [
"BSD-3-Clause"
] | permissive | Samsung/Castanets | 240d9338e097b75b3f669604315b06f7cf129d64 | 4896f732fc747dfdcfcbac3d442f2d2d42df264a | refs/heads/castanets_76_dev | 2023-08-31T09:01:04.744346 | 2021-07-30T04:56:25 | 2021-08-11T05:45:21 | 125,484,161 | 58 | 49 | BSD-3-Clause | 2022-10-16T19:31:26 | 2018-03-16T08:07:37 | null | UTF-8 | C++ | false | false | 5,077 | h | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SERVICES_DEVICE_GEOLOCATION_WIFI_POLLING_POLICY_H_
#define SERVICES_DEVICE_GEOLOCATION_WIFI_POLLING_POLICY_H_
#include <memory>
#include "base/macros.h"
#include "base/time/time.h"
namespace device {
// Allows sharing and mocking of the update polling policy function.
class WifiPollingPolicy {
public:
virtual ~WifiPollingPolicy() = default;
// Methods for managing the single instance of WifiPollingPolicy. The WiFi
// policy is global so it can outlive the WifiDataProvider instance, which is
// shut down and destroyed when no WiFi scanning is active.
static void Initialize(std::unique_ptr<WifiPollingPolicy>);
static void Shutdown();
static WifiPollingPolicy* Get();
static bool IsInitialized();
// Calculates the new polling interval for wifi scans, given the previous
// interval and whether the last scan produced new results.
virtual void UpdatePollingInterval(bool scan_results_differ) = 0;
// Use InitialInterval to schedule the initial scan when the wifi data
// provider is first started. Returns the number of milliseconds before the
// initial scan should be performed. May return zero if the policy allows a
// scan to be performed immediately.
virtual int InitialInterval() = 0;
// Use PollingInterval to schedule a new scan after the previous scan results
// are available. Only use PollingInterval if WLAN hardware is available and
// can perform scans for nearby access points. If the current interval is
// complete, PollingInterval returns the duration for a new interval starting
// at the current time.
virtual int PollingInterval() = 0;
// Use NoWifiInterval to schedule a new scan after the previous scan results
// are available. NoWifiInterval is typically shorter than PollingInterval
// and should not be used if wifi scanning is available in order to conserve
// power. If the current interval is complete, NoWifiInterval returns the
// duration for a new interval starting at the current time.
virtual int NoWifiInterval() = 0;
protected:
WifiPollingPolicy() = default;
private:
DISALLOW_COPY_AND_ASSIGN(WifiPollingPolicy);
};
// Generic polling policy, constants are compile-time parameterized to allow
// tuning on a per-platform basis.
template <int DEFAULT_INTERVAL,
int NO_CHANGE_INTERVAL,
int TWO_NO_CHANGE_INTERVAL,
int NO_WIFI_INTERVAL>
class GenericWifiPollingPolicy : public WifiPollingPolicy {
public:
GenericWifiPollingPolicy() = default;
// WifiPollingPolicy
void UpdatePollingInterval(bool scan_results_differ) override {
if (scan_results_differ) {
polling_interval_ = DEFAULT_INTERVAL;
} else if (polling_interval_ == DEFAULT_INTERVAL) {
polling_interval_ = NO_CHANGE_INTERVAL;
} else {
DCHECK(polling_interval_ == NO_CHANGE_INTERVAL ||
polling_interval_ == TWO_NO_CHANGE_INTERVAL);
polling_interval_ = TWO_NO_CHANGE_INTERVAL;
}
}
int InitialInterval() override { return ComputeInterval(polling_interval_); }
int PollingInterval() override {
int interval = ComputeInterval(polling_interval_);
return interval <= 0 ? polling_interval_ : interval;
}
int NoWifiInterval() override {
int interval = ComputeInterval(NO_WIFI_INTERVAL);
return interval <= 0 ? NO_WIFI_INTERVAL : interval;
}
private:
int ComputeInterval(int polling_interval) {
base::Time now = base::Time::Now();
int64_t remaining_millis = 0;
if (!interval_start_.is_null()) {
// If the new interval duration differs from the initial duration, use the
// shorter duration.
if (polling_interval < interval_duration_)
interval_duration_ = polling_interval;
// Compute the remaining duration of the current interval. If the interval
// is not yet complete, we will schedule a scan to occur once it is.
base::TimeDelta remaining =
interval_start_ +
base::TimeDelta::FromMilliseconds(interval_duration_) - now;
remaining_millis = remaining.InMilliseconds();
}
// If the current interval is complete (or if this is our first scan),
// start a new interval beginning now.
if (remaining_millis <= 0) {
interval_start_ = now;
interval_duration_ = polling_interval;
remaining_millis = 0;
}
return remaining_millis;
}
// The current duration of the polling interval. When wifi data is
// substantially the same from one scan to the next, this may be increased to
// reduce the frequency of wifi scanning.
int polling_interval_ = DEFAULT_INTERVAL;
// The start time for the most recent interval. Initialized to the "null" time
// value.
base::Time interval_start_;
// Duration for the interval starting at |interval_start_|.
int interval_duration_ = DEFAULT_INTERVAL;
};
} // namespace device
#endif // SERVICES_DEVICE_GEOLOCATION_WIFI_POLLING_POLICY_H_
| [
"sunny.nam@samsung.com"
] | sunny.nam@samsung.com |
88cffa1348173688664e8bbf0fe86440a1dcb187 | e96669666c4f5b1f098bc52f71a4bc58b8d7d4bc | /FarmSim/NXU_customcopy.cpp | b0825ed64f999154b833157577b946d9233f3fe6 | [] | no_license | adasm/xgine | e924073e0d7fbc61c2e0bfea6118613c1db2e7bc | 1cbcf13cc4af67d8c3b2894cbd300859febc2080 | refs/heads/master | 2020-05-20T17:01:41.293287 | 2015-04-18T11:31:39 | 2015-04-18T11:31:39 | 34,119,980 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 54,428 | cpp | #include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "NXU_PhysicsExport.h"
#include "NXU_customcopy.h"
#include "NXU_schema.h"
#include "NXU_cooking.h"
#include "NXU_Streaming.h"
#include "NXU_string.h"
namespace NXU
{
bool gCookOnExport=true;
void copyBuffer(NxArray< NxU8 > &buffer,const void *source,NxU32 count,NxU32 stride)
{
buffer.clear();
if ( source )
{
const char *scan = (const char *) source;
for (NxU32 i=0; i<count; i++)
{
buffer.push_back( *scan );
scan+=stride;
}
}
}
void copyBuffer(NxArray< NxU32 > &buffer,const void *source,NxU32 count,NxU32 stride)
{
buffer.clear();
if ( source )
{
const char *scan = (const char *) source;
for (NxU32 i=0; i<count; i++)
{
const NxU32 *v = (const NxU32 *) scan;
buffer.push_back( *v );
scan+=stride;
}
}
}
void copyBuffer(NxArray< NxF32 > &buffer,const void *source,NxU32 count,NxU32 stride)
{
buffer.clear();
if ( source )
{
const char *scan = (const char *) source;
for (NxU32 i=0; i<count; i++)
{
const NxF32 *v = (const NxF32 *) scan;
buffer.push_back( *v );
scan+=stride;
}
}
}
void copyBuffer(NxArray< NxU16 > &buffer,const void *source,NxU32 count,NxU32 stride)
{
buffer.clear();
if ( source )
{
const char *scan = (const char *) source;
for (NxU32 i=0; i<count; i++)
{
const NxU16 *v = (const NxU16 *) scan;
buffer.push_back( *v );
scan+=stride;
}
}
}
void copyBuffer(NxArray< NxVec3 > &buffer,const void *source,NxU32 count,NxU32 stride)
{
buffer.clear();
if ( source )
{
const char *scan = (const char *) source;
for (NxU32 i=0; i<count; i++)
{
const NxVec3 *v = (const NxVec3 *) scan;
buffer.push_back( *v );
scan+=stride;
}
}
}
void copyBuffer(NxArray< NxTri > &buffer,const void *source,NxU32 count,NxU32 stride)
{
buffer.clear();
if ( source )
{
const char *scan = (const char *) source;
for (NxU32 i=0; i<count; i++)
{
const NxTri *v = (const NxTri *) scan;
buffer.push_back( *v );
scan+=stride;
}
}
}
void copyBuffer16(NxArray< NxTri > &buffer,const void *source,NxU32 count,NxU32 stride)
{
buffer.clear();
if ( source )
{
const char *scan = (const char *) source;
for (NxU32 i=0; i<count; i++)
{
const NxU16 *t = (const NxU16 *) scan;
NxTri v;
v.a = t[0];
v.b = t[1];
v.c = t[2];
buffer.push_back( v );
scan+=stride;
}
}
}
void copyBuffer(NxArray< NxTetra > &buffer,const void *source,NxU32 count,NxU32 stride)
{
buffer.clear();
if ( source )
{
const char *scan = (const char *) source;
for (NxU32 i=0; i<count; i++)
{
const NxTetra *v = (const NxTetra *) scan;
buffer.push_back( *v );
scan+=stride;
}
}
}
void copyBuffer16(NxArray< NxTetra > &buffer,const void *source,NxU32 count,NxU32 stride)
{
buffer.clear();
if ( source )
{
const char *scan = (const char *) source;
for (NxU32 i=0; i<count; i++)
{
const NxU16 *t = (const NxU16 *) scan;
NxTetra v;
v.a = t[0];
v.b = t[1];
v.c = t[2];
v.d = t[3];
buffer.push_back( v );
scan+=stride;
}
}
}
/*****************************************************************
CUSTOM: mId of type const char * DONE
CUSTOM: mUserProperties of type const char * DONE
CUSTOM: mPoints of type NxArray< NxVec3 > DONE
CUSTOM: mTriangles of type NxArray< NxTri > DONE
CUSTOM: mCookedDataSize of type NxU32 DONE
CUSTOM: mCookedData of type NxArray< NxU8 > DONE
*****************************************************************/
void CustomCopy::customCopyFrom(NxConvexMeshDesc &cdesc,const ::NxConvexMeshDesc &desc)
{
if ( gCookOnExport )
{
MemoryWriteBuffer wb;
InitCooking();
#ifdef _DEBUG
bool ok = CookConvexMesh(desc,wb);
assert(ok);
#else
CookConvexMesh(desc,wb);
#endif
CloseCooking();
cdesc.mCookedDataSize = wb.currentSize;
copyBuffer(cdesc.mCookedData, wb.data, wb.currentSize, sizeof(NxU8) );
}
copyBuffer(cdesc.mPoints, desc.points, desc.numVertices, desc.pointStrideBytes );
if ( desc.flags & NX_CF_16_BIT_INDICES )
copyBuffer16(cdesc.mTriangles, desc.triangles, desc.numTriangles, desc.triangleStrideBytes );
else
copyBuffer(cdesc.mTriangles, desc.triangles, desc.numTriangles, desc.triangleStrideBytes );
}
void CustomCopy::customCopyTo(::NxConvexMeshDesc &cdesc,const NxConvexMeshDesc &desc)
{
cdesc.numVertices = desc.mPoints.size();
cdesc.numTriangles = desc.mTriangles.size();
cdesc.pointStrideBytes = sizeof(NxVec3);
cdesc.triangleStrideBytes = sizeof(NxTri);
if ( cdesc.numVertices )
{
cdesc.points = &desc.mPoints[0].x;
}
if ( cdesc.numTriangles )
{
cdesc.triangles = &desc.mTriangles[0].a;
}
}
/*****************************************************************************
CUSTOM: mId of type const char * DONE
CUSTOM: mUserProperties of type const char * DONE
CUSTOM: materialIndices of type NxArray< NxU32 > DONE
CUSTOM: mPmapSize of type NxU32 DONE
CUSTOM: mPmapDensity of type NxU32 DONE
CUSTOM: mPmapData of type const char * DONE
CUSTOM: mCookedDataSize of type NxU32 DONE
CUSTOM: mCookedData of type NxArray< NxU8 > DONE
******************************************************************************/
void CustomCopy::customCopyFrom(NxTriangleMeshDesc &cdesc,const ::NxTriangleMeshDesc &desc)
{
if ( gCookOnExport )
{
InitCooking();
MemoryWriteBuffer wb;
#ifdef _DEBUG
bool ok = CookTriangleMesh(desc,wb);
assert(ok);
#else
CookTriangleMesh(desc,wb);
#endif
CloseCooking();
cdesc.mCookedDataSize = wb.currentSize;
copyBuffer(cdesc.mCookedData, wb.data, wb.currentSize, sizeof(NxU8) );
}
if (desc.materialIndices != 0)
{
cdesc.mMaterialIndices.resize(desc.numTriangles);
copyBuffer(cdesc.mMaterialIndices, desc.materialIndices, desc.numTriangles, desc.materialIndexStride);
}
}
void CustomCopy::customCopyTo(::NxTriangleMeshDesc &cdesc,const NxTriangleMeshDesc &desc)
{
if (!desc.mCookedDataSize)
{
cdesc.materialIndexStride = sizeof(NxU32);
cdesc.materialIndices = &desc.mMaterialIndices[0];
}
}
/*********************************************************************************
CUSTOM: mId of type const char * DONE
CUSTOM: mUserProperties of type const char * DONE
CUSTOM: mHasSpring of type NX_BOOL DONE
CUSTOM: mMaterialIndex of type NxU16 DONE
CUSTOM: mSpring of type NxSpringDesc DONE
**********************************************************************************/
void CustomCopy::customCopyFrom(NxMaterialDesc &cdesc,const ::NxMaterialDesc &desc)
{
if ( desc.spring )
{
cdesc.mHasSpring = true;
cdesc.mSpring.copyFrom(*desc.spring,*this);
}
}
void CustomCopy::customCopyTo(::NxMaterialDesc &cdesc,const NxMaterialDesc &desc)
{
if ( desc.mHasSpring )
{
cdesc.spring = (::NxSpringDesc *)&desc.mSpring; //*WARNING* ABSOLUTELY REQUIRES OUR MIRRORED COPY BEING IDENTICAL TO THE SDK VERSION!
}
}
/**********************************************************************************
CUSTOM: mUserProperties of type const char * DONE
CUSTOM: mCCDSkeleton of type const char * DONE
***********************************************************************************/
void CustomCopy::customCopyFrom(NxShapeDesc &cdesc,const ::NxShapeDesc &desc)
{
cdesc.mShapeDensity = desc.density;
cdesc.mShapeMass = desc.mass;
cdesc.mCCDSkeleton = getNameFromSkeleton( desc.ccdSkeleton );
}
void CustomCopy::customCopyTo(::NxShapeDesc &cdesc,const NxShapeDesc &desc)
{
cdesc.density = desc.mShapeDensity;
cdesc.mass = desc.mShapeMass;
cdesc.ccdSkeleton = getSkeletonFromName(desc.mCCDSkeleton);
cdesc.materialIndex = getRemapMaterialIndex(desc.materialIndex);
}
#if NX_SDK_VERSION_NUMBER >= 272
void CustomCopy::customCopyFrom(NxForceFieldShapeDesc &cdesc,const ::NxForceFieldShapeDesc &desc)
{
}
void CustomCopy::customCopyTo(::NxForceFieldShapeDesc &cdesc,const NxForceFieldShapeDesc &desc)
{
}
/***************************************************************************
CUSTOM: mMeshData of type const char * DONE
****************************************************************************/
void CustomCopy::customCopyFrom(NxConvexForceFieldShapeDesc &cdesc,const ::NxConvexForceFieldShapeDesc &desc)
{
cdesc.mMeshData = getNameFromConvexMesh(desc.meshData);
}
void CustomCopy::customCopyTo(::NxConvexForceFieldShapeDesc &cdesc,const NxConvexForceFieldShapeDesc &desc)
{
cdesc.meshData = getConvexMeshFromName( desc.mMeshData );
}
#endif
/********************************************************************************
CUSTOM: mId of type const char * DONE
CUSTOM: mUserProperties of type const char * DONE
CUSTOM: mHasBody of type NX_BOOL DONE
CUSTOM: mBody of type NxBodyDesc DONE
CUSTOM: mCompartment of type const char * DONE
CUSTOM: mShapes of type NxArray< NxShapeDesc *> DONE
*********************************************************************************/
void CustomCopy::customCopyFrom(NxActorDesc &cdesc,const ::NxActorDesc &desc)
{
if ( desc.body )
{
cdesc.mHasBody = true;
cdesc.mBody.copyFrom(*desc.body,*this);
}
else
{
cdesc.mHasBody = false;
}
#if NX_SDK_VERSION_NUMBER >= 260
cdesc.mCompartment = getNameFromCompartment( desc.compartment );
#endif
}
void CustomCopy::customCopyTo(::NxActorDesc &cdesc,const NxActorDesc &desc)
{
#if NX_SDK_VERSION_NUMBER >= 260
cdesc.compartment = getCompartmentFromName(desc.mCompartment);
#endif
}
/**********************************************************************************
CUSTOM: mId of type const char * DONE
CUSTOM: mUserProperties of type const char * DONE
CUSTOM: mActor0 of type const char * DONE
CUSTOM: mActor1 of type const char * DONE
CUSTOM: mPlaneLimitPoint of type NxVec3 DONE
CUSTOM: mOnActor2 of type NX_BOOL DONE
CUSTOM: mPlaneInfo of type NxArray< NxPlaneInfoDesc *> DONE
***********************************************************************************/
void CustomCopy::customCopyFrom(NxJointDesc &cdesc,const ::NxJointDesc &desc)
{
cdesc.mActor0 = getNameFromActor( desc.actor[0] );
cdesc.mActor1 = getNameFromActor( desc.actor[1] );
}
void CustomCopy::customCopyTo(::NxJointDesc &cdesc,const NxJointDesc &desc)
{
cdesc.actor[0] = getActorFromName( desc.mActor0 );
cdesc.actor[1] = getActorFromName( desc.mActor1 );
}
#if NX_USE_FLUID_API
/************************************************************************************
CUSTOM: mId of type const char * DONE
CUSTOM: mUserProperties of type const char * DONE
CUSTOM: mFrameActor of type const char * DONE (by import/export)
CUSTOM: mFrameShape of type NxU32 DONE (by import/export)
*************************************************************************************/
void CustomCopy::customCopyFrom(NxFluidEmitterDesc &cdesc,const ::NxFluidEmitterDesc &desc)
{
}
void CustomCopy::customCopyTo(::NxFluidEmitterDesc &cdesc,const NxFluidEmitterDesc &desc)
{
}
#endif
/*****************************************************************************************
CUSTOM: mId of type const char * DONE
CUSTOM: mUserProperties of type const char * DONE
CUSTOM: mHasMaxBounds of type NX_BOOL DONE
CUSTOM: mHasLimits of type NX_BOOL DONE
CUSTOM: mHasFilter of type NX_BOOL DONE
CUSTOM: mFilterBool of type NX_BOOL DONE
CUSTOM: mFilterOp0 of type NxFilterOp DONE
CUSTOM: mFilterOp1 of type NxFilterOp DONE
CUSTOM: mFilterOp2 of type NxFilterOp DONE
CUSTOM: mGroupMask0 of type NxGroupsMask DONE
CUSTOM: mGroupMask1 of type NxGroupsMask DONE
CUSTOM: mMaxBounds of type NxBounds3 DONE
CUSTOM: mLimits of type NxSceneLimits DONE
CUSTOM: mMaterials of type NxArray< NxMaterialDesc * > DONE
CUSTOM: mActors of type NxArray< NxActorDesc *> DONE
CUSTOM: mJoints of type NxArray< NxJointDesc *> DONE
CUSTOM: mPairFlags of type NxArray< NxPairFlagDesc *> DONE
CUSTOM: mEffectors of type NxArray< NxSpringAndDamperEffectorDesc *> DONE
CUSTOM: mCollisionGroups of type NxArray< NxCollisionGroupDesc *> DONE
CUSTOM: mCompartments of type NxArray< NxCompartmentDesc *> DONE
CUSTOM: mFluids of type NxArray< NxFluidDesc *> DONE
CUSTOM: mCloths of type NxArray< NxClothDesc *> DONE
******************************************************************************************/
void CustomCopy::customCopyFrom(NxSceneDesc &cdesc,const ::NxSceneDesc &desc)
{
if ( desc.maxBounds )
{
cdesc.mHasMaxBounds = true;
cdesc.mMaxBounds = *desc.maxBounds;
}
else
{
cdesc.mHasMaxBounds = false;
}
if ( desc.limits )
{
cdesc.mHasLimits = true;
cdesc.mLimits.copyFrom(*desc.limits,*this);
}
else
{
cdesc.mHasLimits = false;
}
}
void CustomCopy::customCopyTo(::NxSceneDesc &cdesc,const NxSceneDesc &desc)
{
if ( desc.mHasMaxBounds )
{
cdesc.maxBounds = (NxBounds3 *)&desc.mMaxBounds;
}
if ( desc.mHasLimits )
{
cdesc.limits = (::NxSceneLimits *)&desc.mLimits; // WARNING: Mirrored limits structure must be identical to the SDK!
}
}
#if NX_USE_FLUID_API
/************************************************************************
CUSTOM: mUserProperties of type const char * DONE
CUSTOM: mCompartment of type const char * DONE
CUSTOM: mInitialData DONE
CUSTOM: mEmitters of type NxArray< NxFluidEmitterDesc *> DONE
*************************************************************************/
void CustomCopy::customCopyFrom(NxFluidDesc &cdesc,const ::NxFluidDesc &desc)
{
cdesc.mMaxFluidParticles = desc.maxParticles;
customCopyFrom(cdesc.mInitialParticleData,desc.particlesWriteData);
#if NX_SDK_VERSION_NUMBER >= 260
cdesc.mCompartment = getNameFromCompartment( desc.compartment );
#endif
}
void CustomCopy::customCopyTo(::NxFluidDesc &cdesc,const NxFluidDesc &desc)
{
#if NX_SDK_VERSION_NUMBER >= 260
cdesc.compartment = getCompartmentFromName(desc.mCompartment);
#endif
customCopyTo(cdesc.initialParticleData,desc.mInitialParticleData);
cdesc.maxParticles = desc.mMaxFluidParticles;
if ( desc.mEmitters.size() )
{
for (unsigned int i=0; i<desc.mEmitters.size(); i++)
{
NxFluidEmitterDesc *d = (NxFluidEmitterDesc *)desc.mEmitters[i];
::NxFluidEmitterDesc e;
d->copyTo(e,*this);
cdesc.emitters.push_back(e);
}
}
}
#endif
/**********************************************************************************
CUSTOM: mId of type const char * DONE
CUSTOM: mUserProperties of type const char * DONE
CUSTOM: mClothMesh of type const char * DONE
CUSTOM: mCompartment of type const char * DONE
***********************************************************************************/
void CustomCopy::customCopyFrom(NxClothDesc &cdesc,const ::NxClothDesc &desc)
{
cdesc.mClothMesh = getNameFromClothMesh( desc.clothMesh);
#if NX_SDK_VERSION_NUMBER >= 260
cdesc.mCompartment = getNameFromCompartment( desc.compartment );
#endif
}
void CustomCopy::customCopyTo(::NxClothDesc &cdesc,const NxClothDesc &desc)
{
cdesc.clothMesh = getClothMeshFromName(desc.mClothMesh);
#if NX_SDK_VERSION_NUMBER >= 260
cdesc.compartment = getCompartmentFromName(desc.mCompartment);
#endif
}
/***************************************************************************************
CUSTOM: mId of type const char * DONE
CUSTOM: mUserProperties of type const char * DONE
CUSTOM: mBody1 of type const char * DONE
CUSTOM: mBody2 of type const char * DONE
****************************************************************************************/
void CustomCopy::customCopyFrom(NxSpringAndDamperEffectorDesc &cdesc,const ::NxSpringAndDamperEffectorDesc &desc)
{
cdesc.mBody1 = getNameFromActor(desc.body1);
cdesc.mBody2 = getNameFromActor(desc.body2);
}
void CustomCopy::customCopyTo(::NxSpringAndDamperEffectorDesc &cdesc,const NxSpringAndDamperEffectorDesc &desc)
{
cdesc.body1 = getActorFromName( desc.mBody1 );
cdesc.body2 = getActorFromName( desc.mBody2 );
}
NxU16 CustomCopy::getRemapMaterialIndex(NxU16 original)
{
#if 0
NxU16 ret = 0;
if ( mCurrentScene )
{
for (size_t i=0; i<mCurrentScene->mMaterials.size(); i++)
{
NxMaterialDesc *md = mCurrentScene->mMaterials[i];
if ( md->mMaterialIndex == original )
{
ret = md->mInstanceIndex;
break;
}
}
}
return ret;
#else
return original;
#endif
}
NxActor * CustomCopy::getActorFromName(const char *name)
{
NxActor *ret = 0;
if ( mCurrentScene && name )
{
for (unsigned int i=0; i<mCurrentScene->mActors.size(); i++)
{
NxActorDesc *a = mCurrentScene->mActors[i];
if ( a->mId && strcmp(a->mId,name) == 0 )
{
ret = (NxActor *)a->mInstance;
break;
}
}
}
return ret;
}
const char * CustomCopy::getNameFromActor(NxActor *actor)
{
const char *ret = 0;
if ( mCurrentScene && actor )
{
for (unsigned int i=0; i<mCurrentScene->mActors.size(); i++)
{
NxActorDesc *a = mCurrentScene->mActors[i];
if ( a->mInstance == actor )
{
ret = a->mId;
break;
}
}
}
return ret;
}
NxSceneDesc * CustomCopy::locateSceneDesc(NxuPhysicsCollection *pc,const char *id,NxU32 &index)
{
NxSceneDesc *ret = 0;
if ( pc && id )
{
for (NxU32 i=0; i<pc->mScenes.size(); i++)
{
NxSceneDesc *si = pc->mScenes[i];
if ( si->mId && strcmp(si->mId,id) == 0 )
{
index = i;
ret = si;
break;
}
}
}
return ret;
}
NxSceneInstanceDesc * CustomCopy::locateSceneInstanceDesc(NxuPhysicsCollection *pc,const char *id,NxU32 &index)
{
NxSceneInstanceDesc *ret = 0;
if ( pc && id )
{
for (NxU32 i=0; i<pc->mSceneInstances.size(); i++)
{
NxSceneInstanceDesc *si = pc->mSceneInstances[i];
if ( si->mId && strcmp(si->mId,id) == 0 )
{
index = i;
ret = si;
break;
}
}
}
return ret;
}
void CustomCopy::customCopyFrom(NxSimpleTriangleMesh &cdesc,const ::NxSimpleTriangleMesh &desc)
{
copyBuffer(cdesc.mPoints, desc.points, desc.numVertices, desc.pointStrideBytes );
if ( desc.flags & NX_MF_16_BIT_INDICES )
copyBuffer16(cdesc.mTriangles, desc.triangles, desc.numTriangles, desc.triangleStrideBytes );
else
copyBuffer(cdesc.mTriangles, desc.triangles, desc.numTriangles, desc.triangleStrideBytes );
}
void CustomCopy::customCopyTo(::NxSimpleTriangleMesh &cdesc,const NxSimpleTriangleMesh &desc)
{
cdesc.numVertices = desc.mPoints.size();
cdesc.numTriangles = desc.mTriangles.size();
cdesc.pointStrideBytes = sizeof(NxVec3);
cdesc.triangleStrideBytes = sizeof(NxTri);
if ( cdesc.numVertices )
{
cdesc.points = &desc.mPoints[0].x;
}
if ( cdesc.numTriangles )
{
cdesc.triangles = &desc.mTriangles[0].a;
}
}
/***************************************************************************
CUSTOM: mMeshData of type const char * DONE
****************************************************************************/
void CustomCopy::customCopyFrom(NxConvexShapeDesc &cdesc,const ::NxConvexShapeDesc &desc)
{
cdesc.mMeshData = getNameFromConvexMesh(desc.meshData);
}
void CustomCopy::customCopyTo(::NxConvexShapeDesc &cdesc,const NxConvexShapeDesc &desc)
{
cdesc.meshData = getConvexMeshFromName( desc.mMeshData );
}
/**************************************************************************
CUSTOM: mSamples of type NxArray< NxU16 > DONE
****************************************************************************/
void CustomCopy::customCopyFrom(NxHeightFieldDesc &cdesc,const ::NxHeightFieldDesc &desc)
{
if ( desc.samples )
{
copyBuffer(cdesc.mSamples, desc.samples, desc.nbRows*desc.nbColumns, desc.sampleStride );
}
}
void CustomCopy::customCopyTo(::NxHeightFieldDesc &cdesc,const NxHeightFieldDesc &desc)
{
cdesc.sampleStride = sizeof(NxU32);
if ( desc.mSamples.size() )
{
cdesc.samples = (void *)&desc.mSamples[0];
}
}
void CustomCopy::customCopyFrom(NxClothMeshDesc &cdesc,const ::NxClothMeshDesc &desc)
{
#if NX_SDK_VERSION_NUMBER >= 250
if (desc.vertexFlags)
{
copyBuffer(cdesc.mVertexFlags,desc.vertexFlags, desc.numVertices, desc.vertexFlagStrideBytes);
}
if (desc.vertexMasses)
{
copyBuffer(cdesc.mVertexMasses, desc.vertexMasses, desc.numVertices, desc.vertexMassStrideBytes);
}
NxU32 flags = 0;
flags |= (desc.flags & NX_CLOTH_MESH_TEARABLE);
#if NX_SDK_VERSION_NUMBER >= 280
flags |= (desc.flags & NX_CLOTH_MESH_WELD_VERTICES);
#endif
cdesc.mMeshFlags = (NxClothMeshFlags) flags;
#endif
}
void CustomCopy::customCopyTo(::NxClothMeshDesc &cdesc,const NxClothMeshDesc &desc)
{
#if NX_SDK_VERSION_NUMBER >= 250
if ( desc.mVertexFlags.size() )
{
cdesc.vertexFlags = &desc.mVertexFlags[0];
cdesc.vertexFlagStrideBytes = sizeof(NxU32);
}
else
{
cdesc.vertexFlags = 0;
cdesc.vertexFlagStrideBytes = 0;
}
if ( desc.mVertexMasses.size() )
{
cdesc.vertexMasses = &desc.mVertexMasses[0];
cdesc.vertexMassStrideBytes = sizeof(float);
}
else
{
cdesc.vertexMasses = 0;
cdesc.vertexMassStrideBytes = 0;
}
cdesc.flags |= (desc.mMeshFlags & NX_CLOTH_MESH_TEARABLE);
#if NX_SDK_VERSION_NUMBER >= 280
cdesc.flags |= (desc.mMeshFlags & NX_CLOTH_MESH_WELD_VERTICES);
#endif
#endif
}
/****************************************************************************
CUSTOM: mMeshData of type const char * DONE
*****************************************************************************/
void CustomCopy::customCopyFrom(NxTriangleMeshShapeDesc &cdesc,const ::NxTriangleMeshShapeDesc &desc)
{
cdesc.mMeshData = getNameFromTriangleMesh(desc.meshData);
}
void CustomCopy::customCopyTo(::NxTriangleMeshShapeDesc &cdesc,const NxTriangleMeshShapeDesc &desc)
{
cdesc.meshData = getTriangleMeshFromName( desc.mMeshData );
}
/**********************************************************************************
CUSTOM: mHeightField of type const char * DONE
CUSTOM: mMaterialIndexHighBits of type NxU16 **NOT DONE
***********************************************************************************/
void CustomCopy::customCopyFrom(NxHeightFieldShapeDesc &cdesc,const ::NxHeightFieldShapeDesc &desc)
{
cdesc.mHeightField = getNameFromHeightField(desc.heightField);
}
/**** WARNING
TODO: Need to update the materialHightBits
****/
void CustomCopy::customCopyTo(::NxHeightFieldShapeDesc &cdesc,const NxHeightFieldShapeDesc &desc)
{
cdesc.heightField = getHeightFieldFromName( desc.mHeightField );
cdesc.holeMaterial = getRemapMaterialIndex(desc.holeMaterial); // translate the material index
}
#if NX_USE_FLUID_API
/************************************************************************************
CUSTOM: mBufferPos of type NxArray< NxVec3 > DONE
CUSTOM: mBufferVel of type NxArray< NxVec3 > DONE
CUSTOM: mBufferLife of type NxArray< NxF32 > DONE
CUSTOM: mBufferDensity of type NxArray< NxF32 > DONE
CUSTOM: mBufferId of type NxArray< NxU32 > DONE
CUSTOM: mBufferFlag of type NxArray< NxU32 > DONE
*************************************************************************************/
void CustomCopy::customCopyFrom(NxParticleData &cdesc,const ::NxParticleData &desc)
{
#if NX_SDK_VERSION_NUMBER < 270
cdesc.maxParticles = 0;
#endif
if ( desc.numParticlesPtr )
{
NxU32 numParticles = *desc.numParticlesPtr;
#if NX_SDK_VERSION_NUMBER < 270
cdesc.maxParticles = numParticles;
#endif
if ( numParticles )
{
if ( desc.bufferPos && desc.bufferPosByteStride )
{
copyBuffer(cdesc.mBufferPos,desc.bufferPos, numParticles, desc.bufferPosByteStride );
}
if ( desc.bufferVel && desc.bufferVelByteStride )
{
copyBuffer(cdesc.mBufferVel,desc.bufferVel, numParticles, desc.bufferVelByteStride );
}
if ( desc.bufferLife && desc.bufferLifeByteStride )
{
copyBuffer(cdesc.mBufferLife, desc.bufferLife, numParticles, desc.bufferLifeByteStride );
}
if ( desc.bufferDensity && desc.bufferDensityByteStride )
{
copyBuffer(cdesc.mBufferDensity, desc.bufferDensity, numParticles, desc.bufferDensityByteStride );
}
#if NX_SDK_VERSION_NUMBER >= 260
if ( desc.bufferId && desc.bufferIdByteStride )
{
copyBuffer(cdesc.mBufferId, desc.bufferId, numParticles, desc.bufferIdByteStride );
}
if ( desc.bufferFlag && desc.bufferFlagByteStride )
{
copyBuffer(cdesc.mBufferFlag, desc.bufferFlag, numParticles, desc.bufferFlagByteStride );
}
#endif
}
}
}
void CustomCopy::customCopyTo(::NxParticleData &cdesc,const NxParticleData &_desc)
{
NxParticleData *pd = (NxParticleData *) &_desc;
NxParticleData &desc = *pd;
if ( desc.mBufferPos.size() )
{
cdesc.numParticlesPtr = &desc.mParticleCount;
desc.mParticleCount = desc.mBufferPos.size();
cdesc.bufferPos = (NxF32 *)&desc.mBufferPos[0].x;
cdesc.bufferPosByteStride = sizeof(NxVec3);
if ( desc.mBufferVel.size() == desc.mParticleCount )
{
cdesc.bufferVel = (NxF32 *)&desc.mBufferVel[0].x;
cdesc.bufferVelByteStride = sizeof(NxVec3);
}
else
{
cdesc.bufferVel = 0;
cdesc.bufferVelByteStride = 0;
}
if ( desc.mBufferLife.size() == desc.mParticleCount )
{
cdesc.bufferLife = (NxF32 *)&desc.mBufferLife[0];
cdesc.bufferLifeByteStride = sizeof(NxF32);
}
else
{
cdesc.bufferLife = 0;
cdesc.bufferLifeByteStride = 0;
}
if ( desc.mBufferDensity.size() == desc.mParticleCount )
{
cdesc.bufferDensity = (NxF32 *)&desc.mBufferDensity[0];
cdesc.bufferDensityByteStride = sizeof(NxF32);
}
else
{
cdesc.bufferDensity = 0;
cdesc.bufferDensityByteStride = 0;
}
#if NX_SDK_VERSION_NUMBER >= 260
if ( desc.mBufferId.size() == desc.mParticleCount )
{
cdesc.bufferId = (NxU32 * )&desc.mBufferId[0];
cdesc.bufferIdByteStride = sizeof(NxU32);
}
else
{
cdesc.bufferId = 0;
cdesc.bufferIdByteStride = 0;
}
if ( desc.mBufferFlag.size() == desc.mParticleCount )
{
cdesc.bufferFlag = (NxU32 *)&desc.mBufferFlag[0];
cdesc.bufferFlagByteStride = sizeof(NxU32);
}
else
{
cdesc.bufferFlag = 0;
cdesc.bufferFlagByteStride = 0;
}
#endif
}
}
#endif
NxConvexMesh * CustomCopy::getConvexMeshFromName(const char *name)
{
NxConvexMesh *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && name )
{
for (unsigned int i=0; i<mCurrentCollection->mConvexMeshes.size(); i++)
{
NxConvexMeshDesc *sd = mCurrentCollection->mConvexMeshes[i];
if ( strcmp(sd->mId,name) == 0 )
{
ret = (NxConvexMesh *) sd->mInstance;
if ( ret == 0 )
{
reportWarning("ConvexMesh %s was not successfully created.", name );
}
break;
}
}
}
return ret;
}
NxConvexMeshDesc * CustomCopy::getConvexMeshDescFromName(const char *name)
{
NxConvexMeshDesc *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && name )
{
for (unsigned int i=0; i<mCurrentCollection->mConvexMeshes.size(); i++)
{
NxConvexMeshDesc *sd = mCurrentCollection->mConvexMeshes[i];
if ( strcmp(sd->mId,name) == 0 )
{
ret = sd;
break;
}
}
}
return ret;
}
const char * CustomCopy::getNameFromConvexMesh(NxConvexMesh *mesh)
{
const char *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && mesh )
{
for (unsigned int i=0; i<mCurrentCollection->mConvexMeshes.size(); i++)
{
NxConvexMeshDesc *sd = mCurrentCollection->mConvexMeshes[i];
if ( sd->mInstance == mesh )
{
ret = sd->mId;
assert(ret);
break;
}
}
}
return ret;
}
NxTriangleMesh * CustomCopy::getTriangleMeshFromName(const char *name)
{
NxTriangleMesh *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && name )
{
for (unsigned int i=0; i<mCurrentCollection->mTriangleMeshes.size(); i++)
{
NxTriangleMeshDesc *sd = mCurrentCollection->mTriangleMeshes[i];
if ( strcmp(sd->mId,name) == 0 )
{
ret = (NxTriangleMesh *) sd->mInstance;
assert(ret);
break;
}
}
}
return ret;
}
const char * CustomCopy::getNameFromTriangleMesh(NxTriangleMesh *mesh)
{
const char *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && mesh )
{
for (unsigned int i=0; i<mCurrentCollection->mTriangleMeshes.size(); i++)
{
NxTriangleMeshDesc *sd = mCurrentCollection->mTriangleMeshes[i];
if ( sd->mInstance == mesh )
{
ret = sd->mId;
assert(ret);
break;
}
}
}
return ret;
}
NxHeightField * CustomCopy::getHeightFieldFromName(const char *name)
{
NxHeightField *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && name )
{
for (unsigned int i=0; i<mCurrentCollection->mHeightFields.size(); i++)
{
NxHeightFieldDesc *sd = mCurrentCollection->mHeightFields[i];
if ( strcmp(sd->mId,name) == 0 )
{
ret = (NxHeightField *) sd->mInstance;
assert(ret);
break;
}
}
}
return ret;
}
const char * CustomCopy::getNameFromHeightField(NxHeightField *mesh)
{
const char *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && mesh )
{
for (unsigned int i=0; i<mCurrentCollection->mHeightFields.size(); i++)
{
NxHeightFieldDesc *sd = mCurrentCollection->mHeightFields[i];
if ( sd->mInstance == mesh )
{
ret = sd->mId;
assert(ret);
break;
}
}
}
return ret;
}
NxForceField * CustomCopy::getForceFieldFromName(const char *name)
{
NxForceField *ret = 0;
assert(mCurrentScene);
if ( mCurrentScene && name )
{
for (unsigned int i=0; i<mCurrentScene->mForceFields.size(); i++)
{
NxForceFieldDesc *fd = mCurrentScene->mForceFields[i];
if ( strcmp(fd->mId,name) == 0 )
{
ret = (NxForceField *) fd->mInstance;
assert(ret);
break;
}
}
}
return ret;
}
const char * CustomCopy::getNameFromForceField(NxForceField *field)
{
const char *ret = 0;
assert(mCurrentScene);
if ( mCurrentScene && field )
{
for (unsigned int i=0; i<mCurrentScene->mForceFields.size(); i++)
{
NxForceFieldDesc *fd = mCurrentScene->mForceFields[i];
if ( fd->mInstance == field )
{
ret = fd->mId;
assert(ret);
break;
}
}
}
return ret;
}
NxForceFieldShapeGroup * CustomCopy::getForceFieldShapeGroupFromName(const char *name)
{
NxForceFieldShapeGroup *ret = 0;
assert(mCurrentScene);
if ( mCurrentScene && name )
{
for (unsigned int i=0; i<mCurrentScene->mForceFieldShapeGroups.size(); i++)
{
NxForceFieldShapeGroupDesc *sg = mCurrentScene->mForceFieldShapeGroups[i];
if ( strcmp(sg->mId,name) == 0 )
{
ret = (NxForceFieldShapeGroup *) sg->mInstance;
assert(ret);
break;
}
}
}
return ret;
}
const char * CustomCopy::getNameFromForceFieldShapeGroup(NxForceFieldShapeGroup *group)
{
const char *ret = 0;
assert(mCurrentScene);
if ( mCurrentScene && group )
{
for (unsigned int i=0; i<mCurrentScene->mForceFieldShapeGroups.size(); i++)
{
NxForceFieldShapeGroupDesc *sg = mCurrentScene->mForceFieldShapeGroups[i];
if ( sg->mInstance == group )
{
ret = sg->mId;
assert(ret);
break;
}
}
}
return ret;
}
NxForceFieldLinearKernel * CustomCopy::getForceFieldLinearKernelFromName(const char *name)
{
NxForceFieldLinearKernel *ret = 0;
assert(mCurrentScene);
if ( mCurrentScene && name )
{
for (unsigned int i=0; i<mCurrentScene->mForceFieldLinearKernels.size(); i++)
{
NxForceFieldLinearKernelDesc *fd = mCurrentScene->mForceFieldLinearKernels[i];
if ( strcmp(fd->mId,name) == 0 )
{
ret = (NxForceFieldLinearKernel *) fd->mInstance;
assert(ret);
break;
}
}
}
return ret;
}
const char * CustomCopy::getNameFromForceFieldLinearKernel(NxForceFieldLinearKernel *kernel)
{
const char *ret = 0;
assert(mCurrentScene);
if ( mCurrentScene && kernel )
{
for (unsigned int i=0; i<mCurrentScene->mForceFieldLinearKernels.size(); i++)
{
NxForceFieldLinearKernelDesc *fd = mCurrentScene->mForceFieldLinearKernels[i];
if ( fd->mInstance == kernel )
{
ret = fd->mId;
assert(ret);
break;
}
}
}
return ret;
}
NxClothMesh * CustomCopy::getClothMeshFromName(const char *name)
{
NxClothMesh *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && name )
{
for (unsigned int i=0; i<mCurrentCollection->mClothMeshes.size(); i++)
{
NxClothMeshDesc *sd = mCurrentCollection->mClothMeshes[i];
if ( strcmp(sd->mId,name) == 0 )
{
ret = (NxClothMesh *) sd->mInstance;
assert(ret);
break;
}
}
}
return ret;
}
const char * CustomCopy::getNameFromClothMesh(NxClothMesh *mesh)
{
const char *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && mesh )
{
for (unsigned int i=0; i<mCurrentCollection->mClothMeshes.size(); i++)
{
NxClothMeshDesc *sd = mCurrentCollection->mClothMeshes[i];
if ( sd->mInstance == mesh )
{
ret = sd->mId;
assert(ret);
break;
}
}
}
return ret;
}
#if NX_SDK_VERSION_NUMBER >= 260
NxCompartment * CustomCopy::getCompartmentFromName(const char *name)
{
NxCompartment *ret = 0;
assert(mCurrentScene);
if ( mCurrentScene && name )
{
for (unsigned int i=0; i<mCurrentScene->mCompartments.size(); i++)
{
NxCompartmentDesc *sd = mCurrentScene->mCompartments[i];
if ( strcmp(sd->mId,name) == 0 )
{
ret = (NxCompartment *) sd->mInstance;
assert(ret);
break;
}
}
assert(ret);
}
return ret;
}
const char * CustomCopy::getNameFromCompartment(NxCompartment *nc)
{
const char *ret = 0;
assert(mCurrentScene);
if ( mCurrentScene && nc )
{
for (unsigned int i=0; i<mCurrentScene->mCompartments.size(); i++)
{
NxCompartmentDesc *sd = mCurrentScene->mCompartments[i];
if ( sd->mInstance == nc )
{
ret = sd->mId;
assert(ret);
break;
}
}
if ( ret == 0 ) // new compartment, we have to add it!
{
::NxCompartmentDesc cd;
#if 0 // Not yet available
c->saveToDesc(desc);
#else
cd.type = nc->getType();
cd.deviceCode = nc->getDeviceCode();
cd.gridHashCellSize = nc->getGridHashCellSize();
cd.gridHashTablePower = nc->gridHashTablePower();
#if NX_SDK_VERSION_NUMBER >= 270
cd.flags = nc->getFlags();
cd.timeScale = nc->getTimeScale();
#endif
#endif
NxCompartmentDesc *ncd = new NxCompartmentDesc;
ncd->mInstance = nc;
char scratch[512];
sprintf(scratch,"Compartment_%d", mCurrentScene->mCompartments.size() );
ret = ncd->mId = getGlobalString(scratch);
ncd->copyFrom(cd,*this);
mCurrentScene->mCompartments.push_back(ncd);
}
}
return ret;
}
#endif
void CustomCopy::initCollection(void)
{
if ( mCurrentCollection )
{
mCurrentCollection->mInstance = 0;
mCurrentCollection->mCurrentSceneInstance = 0;
mCurrentCollection->mCurrentScene = 0;
for (NxU32 i=0; i<mCurrentCollection->mConvexMeshes.size(); i++) mCurrentCollection->mConvexMeshes[i]->mInstance = 0;
for (NxU32 i=0; i<mCurrentCollection->mTriangleMeshes.size(); i++) mCurrentCollection->mTriangleMeshes[i]->mInstance = 0;
for (NxU32 i=0; i<mCurrentCollection->mHeightFields.size(); i++) mCurrentCollection->mHeightFields[i]->mInstance = 0;
for (NxU32 i=0; i<mCurrentCollection->mSkeletons.size(); i++) mCurrentCollection->mSkeletons[i]->mInstance = 0;
for (NxU32 i=0; i<mCurrentCollection->mClothMeshes.size(); i++) mCurrentCollection->mClothMeshes[i]->mInstance = 0;
for (NxU32 i=0; i<mCurrentCollection->mScenes.size(); i++)
{
mCurrentScene = mCurrentCollection->mScenes[i];
initScene();
}
mCurrentScene = 0;
}
}
void CustomCopy::initScene(void)
{
if ( mCurrentScene )
{
for (NxU32 i=0; i<mCurrentScene->mMaterials.size(); i++) mCurrentScene->mMaterials[i]->mInstanceIndex = 0;
for (NxU32 i=0; i<mCurrentScene->mActors.size(); i++) mCurrentScene->mActors[i]->mInstance = 0;
for (NxU32 i=0; i<mCurrentScene->mJoints.size(); i++) mCurrentScene->mJoints[i]->mInstance = 0;
for (NxU32 i=0; i<mCurrentScene->mEffectors.size(); i++) mCurrentScene->mEffectors[i]->mInstance = 0;
#if NX_SDK_VERSION_NUMBER >= 260
for (NxU32 i=0; i<mCurrentScene->mCompartments.size(); i++) mCurrentScene->mCompartments[i]->mInstance = 0;
#endif
}
}
NxCCDSkeleton * CustomCopy::getSkeletonFromName(const char *name)
{
NxCCDSkeleton *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && name )
{
for (unsigned int i=0; i<mCurrentCollection->mSkeletons.size(); i++)
{
NxCCDSkeletonDesc *sd = mCurrentCollection->mSkeletons[i];
if ( strcmp(sd->mId,name) == 0 )
{
ret = (NxCCDSkeleton *) sd->mInstance;
assert(ret);
break;
}
}
}
return ret;
}
const char * CustomCopy::getNameFromSkeleton(NxCCDSkeleton *mesh)
{
const char *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && mesh )
{
for (unsigned int i=0; i<mCurrentCollection->mSkeletons.size(); i++)
{
NxCCDSkeletonDesc *sd = mCurrentCollection->mSkeletons[i];
if ( sd->mInstance == mesh )
{
ret = sd->mId;
assert(ret);
break;
}
}
}
return ret;
}
#if NX_USE_SOFTBODY_API
void CustomCopy::customCopyFrom(NxSoftBodyMeshDesc &cdesc,const ::NxSoftBodyMeshDesc &desc)
{
copyBuffer(cdesc.mVertices, desc.vertices, desc.numVertices, desc.vertexStrideBytes );
if ( desc.flags & NX_SOFTBODY_MESH_16_BIT_INDICES )
{
copyBuffer16(cdesc.mTetrahedra, desc.tetrahedra, desc.numTetrahedra, desc.tetrahedronStrideBytes);
}
else
{
copyBuffer(cdesc.mTetrahedra, desc.tetrahedra, desc.numTetrahedra, desc.tetrahedronStrideBytes);
}
if (desc.vertexFlags)
{
copyBuffer(cdesc.mVertexFlags,desc.vertexFlags, desc.numVertices, desc.vertexFlagStrideBytes);
}
if (desc.vertexMasses)
{
copyBuffer(cdesc.mVertexMasses, desc.vertexMasses, desc.numVertices, desc.vertexMassStrideBytes);
}
}
void CustomCopy::customCopyTo(::NxSoftBodyMeshDesc &cdesc,const NxSoftBodyMeshDesc &desc)
{
cdesc.numVertices = desc.mVertices.size();
cdesc.numTetrahedra = desc.mTetrahedra.size();
cdesc.vertexStrideBytes = sizeof(NxVec3);
cdesc.tetrahedronStrideBytes = sizeof(NxTetra);
if ( cdesc.numVertices )
{
cdesc.vertices = &desc.mVertices[0].x;
}
if ( cdesc.numTetrahedra )
{
cdesc.tetrahedra = &desc.mTetrahedra[0].a;
}
if ( desc.mVertexFlags.size() )
{
cdesc.vertexFlags = &desc.mVertexFlags[0];
cdesc.vertexFlagStrideBytes = sizeof(NxU32);
}
else
{
cdesc.vertexFlags = 0;
cdesc.vertexFlagStrideBytes = 0;
}
if ( desc.mVertexMasses.size() )
{
cdesc.vertexMasses = &desc.mVertexMasses[0];
cdesc.vertexMassStrideBytes = sizeof(float);
}
else
{
cdesc.vertexMasses = 0;
cdesc.vertexMassStrideBytes = 0;
}
}
void CustomCopy::customCopyFrom(NxSoftBodyDesc &cdesc,const ::NxSoftBodyDesc &desc)
{
cdesc.mSoftBodyMesh = getNameFromSoftBodyMesh( desc.softBodyMesh);
cdesc.mCompartment = getNameFromCompartment( desc.compartment );
}
void CustomCopy::customCopyTo(::NxSoftBodyDesc &cdesc,const NxSoftBodyDesc &desc)
{
cdesc.softBodyMesh = getSoftBodyMeshFromName(desc.mSoftBodyMesh);
cdesc.compartment = getCompartmentFromName(desc.mCompartment);
}
NxSoftBodyMesh * CustomCopy::getSoftBodyMeshFromName(const char *name)
{
NxSoftBodyMesh *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && name )
{
for (unsigned int i=0; i<mCurrentCollection->mSoftBodyMeshes.size(); i++)
{
NxSoftBodyMeshDesc *sd = mCurrentCollection->mSoftBodyMeshes[i];
if ( strcmp(sd->mId,name) == 0 )
{
ret = (NxSoftBodyMesh *) sd->mInstance;
assert(ret);
break;
}
}
}
return ret;
}
const char * CustomCopy::getNameFromSoftBodyMesh(NxSoftBodyMesh *mesh)
{
const char *ret = 0;
assert(mCurrentCollection);
if ( mCurrentCollection && mesh )
{
for (unsigned int i=0; i<mCurrentCollection->mSoftBodyMeshes.size(); i++)
{
NxSoftBodyMeshDesc *sd = mCurrentCollection->mSoftBodyMeshes[i];
if ( sd->mInstance == mesh )
{
ret = sd->mId;
assert(ret);
break;
}
}
}
return ret;
}
#endif
#if NX_SDK_VERSION_NUMBER >= 270
void CustomCopy::customCopyFrom(NxForceFieldDesc &cdesc,const ::NxForceFieldDesc &desc)
{
cdesc.mActor = getNameFromActor(desc.actor);
#if NX_SDK_VERSION_NUMBER >= 280
// get kernel ptr
NxForceField* f = static_cast<NxForceField*>(cdesc.mInstance);
NxForceFieldKernel* k = f->getForceFieldKernel();
if(k && k->getType() == NX_FFK_LINEAR_KERNEL)
{
NxForceFieldLinearKernel* lKernel = static_cast<NxForceFieldLinearKernel*>(k);
cdesc.mKernel = getNameFromForceFieldLinearKernel(lKernel);
}
// includeGroup
copyForceFieldShapesFrom(&f->getIncludeShapeGroup(), cdesc.mIncludeShapes);
// shape groups
f->resetShapeGroupsIterator();
NxU32 nbGroups = f->getNbShapeGroups();
while(nbGroups--)
{
::NxForceFieldShapeGroup* group = f->getNextShapeGroup();
NxForceFieldGroupReference* reference = new NxForceFieldGroupReference();
reference->mRef = getNameFromForceFieldShapeGroup(group);
cdesc.mShapeGroups.pushBack(reference);
}
#endif
}
void CustomCopy::customCopyTo(::NxForceFieldDesc &cdesc,const NxForceFieldDesc &desc)
{
cdesc.actor = getActorFromName(desc.mActor );
#if NX_SDK_VERSION_NUMBER >= 280
cdesc.kernel = getForceFieldLinearKernelFromName(desc.mKernel);
copyForceFieldShapesTo(cdesc.includeGroupShapes, desc.mIncludeShapes, desc.mId);
for(NxU32 i = 0; i < desc.mShapeGroups.size(); i++ )
{
cdesc.shapeGroups.pushBack(getForceFieldShapeGroupFromName(desc.mShapeGroups[i]->mRef));
}
#endif
}
#endif
#if NX_SDK_VERSION_NUMBER >= 280
void CustomCopy::customCopyFrom(NxForceFieldShapeGroupDesc &cdesc,const ::NxForceFieldShapeGroupDesc &desc)
{
NxForceFieldShapeGroup* group = static_cast<NxForceFieldShapeGroup*>(cdesc.mInstance);
copyForceFieldShapesFrom(group, cdesc.mShapes);
}
void CustomCopy::customCopyTo(::NxForceFieldShapeGroupDesc &cdesc,const NxForceFieldShapeGroupDesc &desc)
{
copyForceFieldShapesTo(cdesc.shapes, desc.mShapes, desc.mId);
}
void CustomCopy::copyForceFieldShapesFrom(NxForceFieldShapeGroup* group, NxArray<NxForceFieldShapeDesc*>& nxuShapes)
{
//ok..now time to copy the shapes
NxU32 nb = group->getNbShapes();
group->resetShapesIterator();
for (NxU32 k = 0; k < nb; k++)
{
const NxForceFieldShape *shape = group->getNextShape();
NxForceFieldShapeDesc *save = 0;
switch ( shape->getType() )
{
case NX_SHAPE_SPHERE:
{
const NxSphereForceFieldShape *p = shape->isSphere();
assert(p);
::NxSphereForceFieldShapeDesc d;
p->saveToDesc(d);
NxSphereForceFieldShapeDesc *sd = new NxSphereForceFieldShapeDesc;
sd->copyFrom(d,*this);
save = static_cast<NxForceFieldShapeDesc *>(sd);
save->mType = SC_NxSphereForceFieldShapeDesc;
break;
}
case NX_SHAPE_BOX:
{
const NxBoxForceFieldShape *p = shape->isBox();
assert(p);
::NxBoxForceFieldShapeDesc d;
p->saveToDesc(d);
NxBoxForceFieldShapeDesc *sd = new NxBoxForceFieldShapeDesc;
sd->copyFrom(d,*this);
save = static_cast<NxForceFieldShapeDesc *>(sd);
save->mType = SC_NxBoxForceFieldShapeDesc;
break;
}
case NX_SHAPE_CAPSULE:
{
const NxCapsuleForceFieldShape *p = shape->isCapsule();
assert(p);
::NxCapsuleForceFieldShapeDesc d;
p->saveToDesc(d);
NxCapsuleForceFieldShapeDesc *sd = new NxCapsuleForceFieldShapeDesc;
sd->copyFrom(d,*this);
save = static_cast<NxForceFieldShapeDesc *>(sd);
save->mType = SC_NxCapsuleForceFieldShapeDesc;
break;
}
case NX_SHAPE_CONVEX:
{
const NxConvexForceFieldShape *p = shape->isConvex();
assert(p);
::NxConvexForceFieldShapeDesc d;
p->saveToDesc(d);
if (d.meshData)
{
NxuPhysicsExport exporter(mCurrentCollection);
exporter.Write(d.meshData,0);
}
NxConvexForceFieldShapeDesc *sd = new NxConvexForceFieldShapeDesc;
sd->copyFrom(d,*this);
save = static_cast<NxForceFieldShapeDesc *>(sd);
save->mType = SC_NxConvexForceFieldShapeDesc;
break;
}
default:
break;
}
save->mInstance = (void *)shape;
nxuShapes.push_back(save);
}
}
void CustomCopy::copyForceFieldShapesTo(NxArray< ::NxForceFieldShapeDesc*>& outArray, const NxArray<NxForceFieldShapeDesc*>& inArray, const char* forceFieldID)
{
// Now for the force field shapes
int nbShapes = inArray.size();
for (int j = 0; j < nbShapes; j++)
{
bool isOk = false;
NxForceFieldShapeDesc *fsd = inArray[j];
::NxForceFieldShapeDesc *shapeDesc=0;
switch (fsd->mType)
{
case SC_NxSphereForceFieldShapeDesc:
{
::NxSphereForceFieldShapeDesc *d2 = new ::NxSphereForceFieldShapeDesc;
NxSphereForceFieldShapeDesc *s = static_cast<NxSphereForceFieldShapeDesc*>(fsd);
s->copyTo(*d2,*this);
shapeDesc = d2;
isOk = d2->isValid();
}
break;
case SC_NxBoxForceFieldShapeDesc:
{
::NxBoxForceFieldShapeDesc *d3 = new ::NxBoxForceFieldShapeDesc;
NxBoxForceFieldShapeDesc *s = static_cast<NxBoxForceFieldShapeDesc*>(fsd);
s->copyTo(*d3,*this);
shapeDesc = d3;
isOk = d3->isValid();
}
break;
case SC_NxCapsuleForceFieldShapeDesc:
{
::NxCapsuleForceFieldShapeDesc *d4 = new ::NxCapsuleForceFieldShapeDesc;
NxCapsuleForceFieldShapeDesc *s = static_cast<NxCapsuleForceFieldShapeDesc*>(fsd);
s->copyTo(*d4,*this);
shapeDesc = d4;
isOk = d4->isValid();
}
break;
case SC_NxConvexForceFieldShapeDesc:
{
::NxConvexForceFieldShapeDesc *d6 = new ::NxConvexForceFieldShapeDesc;
NxConvexForceFieldShapeDesc *s = static_cast<NxConvexForceFieldShapeDesc*>(fsd);
s->copyTo(*d6,*this);
shapeDesc = d6;
isOk = d6->isValid();
}
break;
default:
NX_ASSERT(false); //Unknown shape type
}
shapeDesc->userData = (void *)fsd->mUserProperties;
if ( shapeDesc )
{
if ( isOk )
{
outArray.pushBack(shapeDesc);
}
else
{
delete shapeDesc;
reportWarning("Failed to construct valid force field shape descriptor type(%s) for Field (%s)", EnumToString( fsd->mType) , forceFieldID );
}
}
else
{
reportWarning("Unable to construct valid shape descriptor type(%s) for Actor (%s)", EnumToString( fsd->mType) , forceFieldID);
}
}
}
#endif
bool createCookedData(NxConvexMeshDesc &desc)
{
bool ret = false;
if ( desc.mCookedDataSize == 0 ) // if we do not already have cooked data, then create it!
{
::NxConvexMeshDesc cdesc;
cdesc.numVertices = desc.mPoints.size();
cdesc.numTriangles = desc.mTriangles.size();
cdesc.pointStrideBytes = sizeof(NxVec3);
cdesc.triangleStrideBytes = sizeof(NxTri);
if ( cdesc.numVertices )
{
cdesc.points = &desc.mPoints[0].x;
}
if ( cdesc.numTriangles )
{
cdesc.triangles = &desc.mTriangles[0].a;
}
MemoryWriteBuffer wb;
InitCooking();
#ifdef _DEBUG
bool ok = CookConvexMesh(cdesc,wb);
assert(ok);
#else
CookConvexMesh(cdesc,wb);
#endif
CloseCooking();
desc.mCookedDataSize = wb.currentSize;
copyBuffer(desc.mCookedData, wb.data, wb.currentSize, sizeof(NxU8) );
copyBuffer(desc.mPoints, cdesc.points, cdesc.numVertices, cdesc.pointStrideBytes );
if ( cdesc.flags & NX_CF_16_BIT_INDICES )
copyBuffer16(desc.mTriangles, cdesc.triangles, cdesc.numTriangles, cdesc.triangleStrideBytes );
else
copyBuffer(desc.mTriangles, cdesc.triangles, cdesc.numTriangles, cdesc.triangleStrideBytes );
ret = true;
}
return ret;
}
bool createCookedData(NxTriangleMeshDesc &desc)
{
bool ret = false;
if ( desc.mCookedDataSize == 0 ) // if we do not already have cooked data, then create it!
{
::NxTriangleMeshDesc cdesc;
cdesc.numVertices = desc.mPoints.size();
cdesc.numTriangles = desc.mTriangles.size();
cdesc.pointStrideBytes = sizeof(NxVec3);
cdesc.triangleStrideBytes = sizeof(NxTri);
if ( cdesc.numVertices )
{
cdesc.points = &desc.mPoints[0].x;
}
if ( cdesc.numTriangles )
{
cdesc.triangles = &desc.mTriangles[0].a;
}
MemoryWriteBuffer wb;
InitCooking();
#ifdef _DEBUG
bool ok = CookTriangleMesh(cdesc,wb);
assert(ok);
#else
CookTriangleMesh(cdesc,wb);
#endif
CloseCooking();
desc.mCookedDataSize = wb.currentSize;
copyBuffer(desc.mCookedData, wb.data, wb.currentSize, sizeof(NxU8) );
copyBuffer(desc.mPoints, cdesc.points, cdesc.numVertices, cdesc.pointStrideBytes );
if ( cdesc.flags & NX_CF_16_BIT_INDICES )
copyBuffer16(desc.mTriangles, cdesc.triangles, cdesc.numTriangles, cdesc.triangleStrideBytes );
else
copyBuffer(desc.mTriangles, cdesc.triangles, cdesc.numTriangles, cdesc.triangleStrideBytes );
ret = true;
}
return ret;
}
bool scalePoints(NxConvexMeshDesc &desc,const NxVec3 &scale) // scale the input points.
{
bool ret = false;
if ( !desc.mPoints.empty() )
{
ret = true;
NxU32 count = desc.mPoints.size();
NxVec3 *points = &desc.mPoints[0];
for (NxU32 i=0; i<count; i++)
{
points->x*=scale.x;
points->y*=scale.y;
points->z*=scale.z;
points++;
}
}
return ret;
}
bool scalePoints(NxTriangleMeshDesc &desc,const NxVec3 &scale) // scale the input points.
{
bool ret = false;
if ( !desc.mPoints.empty() )
{
ret = true;
NxU32 count = desc.mPoints.size();
NxVec3 *points = &desc.mPoints[0];
for (NxU32 i=0; i<count; i++)
{
points->x*=scale.x;
points->y*=scale.y;
points->z*=scale.z;
points++;
}
}
return ret;
}
bool clearNonCooked(NxConvexMeshDesc &desc) // remove the non-cooked data since we only want the cooked data remaining.
{
bool ret = false;
if (desc.mCookedDataSize )
{
ret = true;
desc.mPoints.clear();
desc.mTriangles.clear();
}
return ret;
}
bool clearNonCooked(NxTriangleMeshDesc &desc) // remove the non-cooked data since we only want the cooked data remaining.
{
bool ret = false;
if ( desc.mCookedDataSize )
{
ret = true;
desc.mPoints.clear();
desc.mTriangles.clear();
desc.mMaterialIndices.clear();
}
return ret;
}
};
| [
"adasm@live.com"
] | adasm@live.com |
f9dcac60960eb62cf415b27199f727e5100943c6 | d193f1222cdab2a8dac406e435853ea11a462747 | /object.h | c8d06c61e1f3f52fb88bf940b7231473faa25f7a | [] | no_license | NathanRth/Shadify2 | bce9da3fb42a74efa18e1f7ded9220823fb7b6d8 | eee55e517ebcaab858ae7e9cedb5a8d22a846af9 | refs/heads/master | 2020-06-28T21:42:14.624197 | 2019-08-03T08:19:55 | 2019-08-03T08:19:55 | 200,349,105 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,508 | h | #ifndef OBJECT_H
#define OBJECT_H
#include <glm/glm.hpp>
#include "shader.h"
/**
* @brief The Object class
* La classe Objet réprésente la matrice Model d'un objet dans la scène.
*/
class Object
{
public:
Object();
/**
* @brief Déplace l'objet linéairement
* @param t Vecteur de translation
*/
void translate(const glm::vec3 &t);
/**
* @brief Tourne l'objet de \a angle degrés selon l'axe \a axis
* @param angle L'angle de rotation
* @param axis L'axe de rotation
*/
void rotate(float angle, const glm::vec3 &axis);
/**
* @brief Scale l'objet selon une valeur définie pour chaque axe
* @param fac Vecteur contenant les facteurs d'agrandissement
*/
void scale(const glm::vec3 &fac);
/**
* @brief Scale l'objet sur tout les axe
* @param fac Facteur d'agrandissement
*/
void scale(const float &fac);
/**
* @brief Annule toutes les transformations de l'objet
*/
void resetTransform();
/**
* @brief Défini la position de l'objet comme étant \a p
* @param p Nouvelle position (absolue)
*/
void setPosition(const glm::vec3 &p);
glm::vec3 position();
virtual void draw(Shader shader){}
/**
* @return Renvois la matrice Objet (Model - View - Projection)
*/
glm::mat4 modelMatrix() {return m_modelMatrix;}
protected:
glm::mat4 m_modelMatrix; /**< Matrice objet/model (Model - View - Projection) */
};
#endif // OBJECT_H
| [
"nathan.roth67@yahoo.fr"
] | nathan.roth67@yahoo.fr |
766452e04d800484fb9948b6b9bd6cda5a38b1e4 | afcb8a2f000099ec415ee72021ea2533030184fd | /include/Nazara/Graphics/Components.hpp | c62ebc3cef790cd41391b39e18120213dde51a43 | [
"GPL-3.0-only",
"MIT",
"BSD-3-Clause",
"LicenseRef-scancode-proprietary-license",
"Apache-2.0"
] | permissive | NazaraEngine/NazaraEngine | b67397af8a355bed0389daafd3463f0695a1ab92 | 1b9c19fd788e6116984c2466bad0b75047012a6a | refs/heads/main | 2023-09-04T10:08:48.321299 | 2023-08-31T16:01:59 | 2023-08-31T16:01:59 | 4,192,801 | 207 | 23 | MIT | 2023-09-09T20:09:05 | 2012-05-01T14:08:17 | C++ | UTF-8 | C++ | false | false | 1,524 | hpp | // this file was automatically generated and should not be edited
/*
Nazara Engine - Graphics module
Copyright (C) 2023 Jérôme "Lynix" Leclercq (lynix680@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.
*/
#pragma once
#ifndef NAZARA_GRAPHICS_COMPONENTS_HPP
#define NAZARA_GRAPHICS_COMPONENTS_HPP
#include <Nazara/Graphics/Components/CameraComponent.hpp>
#include <Nazara/Graphics/Components/GraphicsComponent.hpp>
#include <Nazara/Graphics/Components/LightComponent.hpp>
#endif // NAZARA_GRAPHICS_COMPONENTS_HPP
| [
"lynix680@gmail.com"
] | lynix680@gmail.com |
7e1ff57ea4fc9b165c46de18acc9df8d24d9009b | a0d4581536b07075171dc22ccedd683ad5a0a573 | /internal/.laplacian/testing/testing_zher2k_mgpu.cpp | 618ebd6183799e9bda6df6db3e683e10409c9a57 | [
"Apache-2.0"
] | permissive | KyungWonPark/Correlation | 0e3a37c3819b1f377ec90b8fa26198bb2afad72b | 827b3c369161e1e5be1b29c73364dcf0cd44d1c0 | refs/heads/master | 2023-04-18T15:41:45.549415 | 2021-04-30T01:15:05 | 2021-04-30T01:15:05 | 297,269,204 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,936 | cpp | /*
-- MAGMA (version 2.5.3) --
Univ. of Tennessee, Knoxville
Univ. of California, Berkeley
Univ. of Colorado, Denver
@date March 2020
@precisions normal z -> s d c
@author Mark Gates
*/
// includes, system
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <assert.h>
// includes, project
#include "flops.h"
#include "magma_v2.h"
#include "magma_lapack.h"
#include "magma_operators.h"
#include "testings.h"
// define ICHI to test with Ichi's version, too
#undef ICHI
/* ////////////////////////////////////////////////////////////////////////////
-- Testing magma_zher2k_mgpu
*/
int main( int argc, char** argv)
{
TESTING_CHECK( magma_init() );
magma_print_environment();
magmaDoubleComplex c_neg_one = MAGMA_Z_NEG_ONE;
magmaDoubleComplex alpha = MAGMA_Z_MAKE( 1.2345, 4.321 );
double beta = 3.14159;
real_Double_t gflops, gpu_perf, cpu_perf, gpu_time, cpu_time;
double error, work[1];
magmaDoubleComplex *hC, *hR, *hR2, *hA, *hB;
magmaDoubleComplex_ptr dA[MagmaMaxGPUs], dB[MagmaMaxGPUs], dC[MagmaMaxGPUs];
magma_int_t n, k, size, lda, ldda, nb, ngpu, nqueue;
magma_int_t ione = 1;
magma_int_t ISEED[4] = {0,0,0,1};
magma_queue_t queues[MagmaMaxGPUs][20], queues0[MagmaMaxGPUs];
int status = 0;
magma_opts opts;
opts.parse_opts( argc, argv );
opts.ngpu = abs( opts.ngpu ); // always uses multi-GPU code
double tol = opts.tolerance * lapackf77_dlamch("E");
ngpu = opts.ngpu;
nb = (opts.nb > 0 ? opts.nb : 64);
nqueue = (opts.nqueue > 0 ? opts.nqueue : 2);
printf( "%% version 1: magmablas_zher2k_mgpu2 %s\n", (opts.version == 1 ? "(enabled)" : ""));
//printf( "%% version 2: magmablas_zher2k_mgpu_spec %s\n", (opts.version == 2 ? "(enabled)" : ""));
#ifdef ICHI
printf( "%% version 3: magma_zher2k_mgpu (Ichi) %s\n", (opts.version == 3 ? "(enabled)" : ""));
#endif
printf( "\n" );
printf("%% nb %lld, ngpu %lld, nqueue %lld\n", (long long) nb, (long long) ngpu, (long long) nqueue );
printf("%% n k nb offset CPU Gflop/s (sec) GPU Gflop/s (sec) |R|/(|V|*|W|+|A|)\n");
printf("%%==================================================================================\n");
for( int itest = 0; itest < opts.ntest; ++itest ) {
n = opts.nsize[itest];
k = opts.ksize[itest];
for( int offset = 0; offset < n; offset += min(k,nb) ) {
for( int iter = 0; iter < opts.niter; ++iter ) {
lda = n;
ldda = magma_roundup( n, opts.align ); // multiple of 32 by default
gflops = FLOPS_ZHER2K( k, n-offset ) / 1e9;
TESTING_CHECK( magma_zmalloc_cpu( &hC, lda*n ));
TESTING_CHECK( magma_zmalloc_cpu( &hR, lda*n ));
TESTING_CHECK( magma_zmalloc_cpu( &hR2, lda*n ));
TESTING_CHECK( magma_zmalloc_cpu( &hA, lda*k ));
TESTING_CHECK( magma_zmalloc_cpu( &hB, lda*k ));
for( int dev = 0; dev < ngpu; ++dev ) {
magma_int_t nlocal = ((n / nb) / ngpu + 1) * nb;
magma_setdevice( dev );
TESTING_CHECK( magma_zmalloc( &dC[dev], ldda*nlocal ));
TESTING_CHECK( magma_zmalloc( &dA[dev], ldda*k*2 ));
//TESTING_CHECK( magma_zmalloc( &dB[dev], ldda*k ));
for( int i = 0; i < nqueue; ++i ) {
magma_queue_create( dev, &queues[dev][i] );
}
queues0[dev] = queues[dev][0];
}
size = lda*n;
lapackf77_zlarnv( &ione, ISEED, &size, hC );
size = lda*k;
lapackf77_zlarnv( &ione, ISEED, &size, hA );
lapackf77_zlarnv( &ione, ISEED, &size, hB );
// for error checks
double Anorm = lapackf77_zlange( "F", &n, &k, hA, &lda, work );
double Bnorm = lapackf77_zlange( "F", &n, &k, hB, &lda, work );
double Cnorm = safe_lapackf77_zlanhe( "F", lapack_uplo_const(opts.uplo), &n, hC, &lda, work );
/* ====================================================================
Performs operation using MAGMA
=================================================================== */
magma_zsetmatrix_1D_col_bcyclic( ngpu, n, n, nb, hC, lda, dC, ldda, queues0 );
for( int dev = 0; dev < ngpu; ++dev ) {
magma_setdevice( dev );
dB[dev] = dA[dev] + ldda*k;
magma_zsetmatrix( n, k, hA, lda, dA[dev], ldda, opts.queue );
magma_zsetmatrix( n, k, hB, lda, dB[dev], ldda, opts.queue );
}
gpu_time = magma_sync_wtime(0);
// only Lower, NoTrans implemented
if ( opts.version == 1 ) {
magmablas_zher2k_mgpu2(
MagmaLower, MagmaNoTrans, n-offset, k,
alpha, dA, ldda, 0,
dB, ldda, 0,
beta, dC, ldda, offset,
ngpu, nb, queues, nqueue );
}
else if ( opts.version == 2 ) {
// see src/obsolete and magmablas/obsolete
printf( "magmablas_zher2k_mgpu_spec not compiled\n" );
//magmablas_zher2k_mgpu_spec(
// MagmaLower, MagmaNoTrans, n-offset, k,
// alpha, dA, ldda, 0,
// dB, ldda, 0,
// beta, dC, ldda, offset,
// ngpu, nb, queues, nqueue );
}
else {
#ifdef ICHI
// assumes that dA and dB are stored consecutively?
magma_zher2k_mgpu(
ngpu, MagmaLower, MagmaNoTrans, nb, n-offset, k,
alpha, dA, ldda,
//dB, ldda,
beta, dC, ldda, offset,
nqueue, queues );
#endif
}
gpu_time = magma_sync_wtime(0) - gpu_time;
gpu_perf = gflops / gpu_time;
// Get dC back to the CPU to compare with the CPU result.
magma_zgetmatrix_1D_col_bcyclic( ngpu, n, n, nb, dC, ldda, hR, lda, queues0 );
/* =====================================================================
Performs operation using LAPACK
=================================================================== */
if ( opts.lapack || opts.check ) {
// store ||V||*||W|| + ||A||
magma_int_t n_offset = n - offset;
Anorm = lapackf77_zlange("f", &n_offset, &k, hA, &lda, work );
Anorm *= lapackf77_zlange("f", &n_offset, &k, hB, &lda, work );
Anorm += lapackf77_zlange("f", &n_offset, &n_offset, &hC[offset + offset*lda], &lda, work );
cpu_time = magma_wtime();
blasf77_zher2k( "Lower", "NoTrans", &n_offset, &k,
&alpha, hA, &lda,
hB, &lda,
&beta, &hC[offset + offset*lda], &lda );
cpu_time = magma_wtime() - cpu_time;
cpu_perf = gflops / cpu_time;
// compute relative error ||R||/||A||, where R := A_magma - A_lapack = R - A
size = lda*n;
blasf77_zaxpy( &size, &c_neg_one, hC, &ione, hR, &ione );
error = safe_lapackf77_zlanhe("fro", "Lower", &n_offset, &hR[offset + offset*lda], &lda, work)
/ (2*sqrt(double(k+2))*fabs(alpha)*Anorm*Bnorm + 2*fabs(beta)*Cnorm);
printf( "%5lld %5lld %5lld %5lld %7.1f (%7.4f) %7.1f (%7.4f) %8.2e %s\n",
(long long) n, (long long) k, (long long) nb, (long long) offset,
cpu_perf, cpu_time, gpu_perf, gpu_time,
error, (error < tol ? "ok" : "failed"));
//, gpu_perf2, gpu_time2, error, error2 );
status += ! (error < tol);
}
else {
printf( "%5lld %5lld %5lld %5lld --- ( --- ) %7.1f (%7.4f) ---\n",
(long long) n, (long long) k, (long long) nb, (long long) offset,
gpu_perf, gpu_time );
}
magma_free_cpu( hC );
magma_free_cpu( hR );
magma_free_cpu( hR2 );
magma_free_cpu( hA );
magma_free_cpu( hB );
for( int dev = 0; dev < ngpu; ++dev ) {
magma_setdevice( dev );
magma_free( dC[dev] );
magma_free( dA[dev] );
//magma_free( dB[dev] );
for( int i = 0; i < nqueue; ++i ) {
magma_queue_destroy( queues[dev][i] );
}
}
fflush( stdout );
}
if ( opts.niter > 1 ) {
printf( "\n" );
}
} // offset
printf( "\n" );
}
opts.cleanup();
TESTING_CHECK( magma_finalize() );
return status;
}
| [
"kw.park.person@gmail.com"
] | kw.park.person@gmail.com |
df98a6ea5694605beb48302c1e5703827a71864b | 112802f0c4b8a1c208ea285365308fdc87e06496 | /TFTLCD_HX8357D.h | 48e547c73b6acbad503045aa3d93082d21159f81 | [
"BSD-3-Clause"
] | permissive | Dark-Show/TFTLCD-Chopped | 6559ed67165751fba2817833f96b913fc63312a8 | 612aa5fae82fff5c681d4795069d32cea3970e28 | refs/heads/master | 2023-02-09T06:29:24.255430 | 2020-12-24T15:05:15 | 2020-12-24T15:05:15 | 324,137,161 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,870 | h | // IMPORTANT: SEE COMMENTS @ LINE 15 REGARDING SHIELD VS BREAKOUT BOARD USAGE.
// Graphics library by ladyada/adafruit with init code from Rossum
// MIT license
#ifndef _TFTLCD_HX8357D_H_
#define _TFTLCD_HX8357D_H_
#if ARDUINO >= 100
#include "Arduino.h"
#else
#include "WProgram.h"
#endif
#include <Adafruit_GFX.h>
// **** IF USING THE LCD BREAKOUT BOARD, COMMENT OUT THIS NEXT LINE. ****
// **** IF USING THE LCD SHIELD, LEAVE THE LINE ENABLED: ****
//#define USE_ADAFRUIT_SHIELD_PINOUT 1
class TFTLCD_HX8357D : public Adafruit_GFX {
public:
TFTLCD_HX8357D(uint8_t cs, uint8_t cd, uint8_t wr, uint8_t rd, uint8_t rst);
TFTLCD_HX8357D(void);
void begin();
void drawPixel(int16_t x, int16_t y, uint16_t color);
void drawFastHLine(int16_t x0, int16_t y0, int16_t w, uint16_t color);
void drawFastVLine(int16_t x0, int16_t y0, int16_t h, uint16_t color);
void fillRect(int16_t x, int16_t y, int16_t w, int16_t h, uint16_t c);
void fillScreen(uint16_t color);
void reset(void);
void setRegisters8(uint8_t *ptr, uint8_t n);
void setRegisters16(uint16_t *ptr, uint8_t n);
void setRotation(uint8_t x);
// These methods are public in order for BMP examples to work:
void setAddrWindow(int x1, int y1, int x2, int y2);
void pushColors(uint16_t *data, uint8_t len, boolean first);
uint16_t color565(uint8_t r, uint8_t g, uint8_t b),
readPixel(int16_t x, int16_t y), readID(void);
uint32_t readReg(uint8_t r);
private:
void init(),
// These items may have previously been defined as macros
// in pin_magic.h. If not, function versions are declared:
#ifndef write8
write8(uint8_t value),
#endif
#ifndef setWriteDir
setWriteDir(void),
#endif
#ifndef setReadDir
setReadDir(void),
#endif
#ifndef writeRegister8
writeRegister8(uint8_t a, uint8_t d),
#endif
#ifndef writeRegister16
writeRegister16(uint16_t a, uint16_t d),
#endif
writeRegister24(uint8_t a, uint32_t d),
writeRegister32(uint8_t a, uint32_t d),
#ifndef writeRegisterPair
writeRegisterPair(uint8_t aH, uint8_t aL, uint16_t d),
#endif
setLR(void), flood(uint16_t color, uint32_t len);
uint8_t driver;
#ifndef read8
uint8_t read8fn(void);
#define read8isFunctionalized
#endif
#ifndef USE_ADAFRUIT_SHIELD_PINOUT
#ifdef __AVR__
volatile uint8_t *csPort, *cdPort, *wrPort, *rdPort;
uint8_t csPinSet, cdPinSet, wrPinSet, rdPinSet, csPinUnset, cdPinUnset,
wrPinUnset, rdPinUnset, _reset;
#endif
#if defined(__SAM3X8E__)
Pio *csPort, *cdPort, *wrPort, *rdPort;
uint32_t csPinSet, cdPinSet, wrPinSet, rdPinSet, csPinUnset, cdPinUnset,
wrPinUnset, rdPinUnset, _reset;
#endif
#endif
};
// For compatibility with sketches written for older versions of library.
// Color function name was changed to 'color565' for parity with 2.2" LCD
// library.
#define Color565 color565
#endif
| [
"gregory954@gmail.com"
] | gregory954@gmail.com |
b4c34916962453ccf7e841439161e4b500cca98c | c771c345fcef20eb6785457f10a2c18c30da2d15 | /VoxGenerator/WriteVOX.h | 6abdd76bbac66453b417fece0746bf30020e446a | [] | no_license | NSchertler/VoxGenerator | 2bc1a48fa45263722b27a4bb059c853bc061d115 | f29c2303c80639c24f87d069ff5833bf6e2407bf | refs/heads/master | 2020-04-02T17:50:57.311843 | 2018-10-25T14:57:41 | 2018-10-25T14:57:41 | 154,674,746 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,630 | h | #pragma once
#include <vector>
#include <string>
#include <fstream>
#include "common.h"
class Chunk;
//Data type for dictionaries defined in VOX files
class Dictionary
{
public:
void AddEntry(const std::string& key, const std::string& value);
private:
std::vector<std::pair<std::string, std::string>> entries;
friend class Chunk;
};
//Base data type for all chunks in a VOX file
class Chunk
{
public:
//Create a new chunk.
// id - the chunk id (name, e.g. "MAIN")
Chunk(const char id[4]);
//Add a child chunk to this chunk
void AddChunk(Chunk* c);
//Write this chunk and all children to a file
void WriteToFile(std::ofstream& f);
virtual ~Chunk();
protected:
//The chunk id, e.g. "MAIN"
char id[4];
//Generic chunk content, may be empty
std::vector<char> content;
//child chunks, may be empty
std::vector<Chunk*> children;
//Returns the total size of this chunk in the file, including header information
int32_t GetSize()
{
int32_t size = 12; //header size
size += (int32_t)content.size();
for (auto child : children)
size += child->GetSize();
return size;
};
//Adds the binary representation of a value to the content of this chunk
template <typename T>
void AppendToContent(T& value)
{
auto size = sizeof(T);
auto offset = content.size();
content.resize(content.size() + size);
memcpy(&content[offset], &value, size);
}
template <>
void AppendToContent(std::string& value)
{
uint32_t size = (uint32_t)value.size();
AppendToContent(size);
auto offset = content.size();
content.resize(content.size() + value.size());
memcpy(&content[offset], value.data(), value.size());
}
template <>
void AppendToContent(Dictionary& value)
{
uint32_t size = value.entries.size();
AppendToContent(size);
for (auto& entry : value.entries)
{
AppendToContent(entry.first);
AppendToContent(entry.second);
}
}
};
//There is one main chunk in a VOX file
class MainChunk : public Chunk
{
public:
MainChunk();
};
//The pack chunk is optional. If present, it contains the number of models in a file.
class PackChunk : public Chunk
{
public:
PackChunk(int32_t numberOfModels);
};
//The size chunk of a model describes its extents
class SizeChunk : public Chunk
{
public:
SizeChunk(int32_t sizeX, int32_t sizeY, int32_t sizeZ);
};
//The voxel chunk contains voxel data for a model.
class VoxelChunk : public Chunk
{
public:
VoxelChunk();
//Adds a new voxel to the chunk.
void AddVoxel(uint8_t x, uint8_t y, uint8_t z, uint8_t colorId);
private:
int32_t voxelCount;
};
//A transform node can be used to rotate or translate a model (rotation not implemented)
class TransformNode : public Chunk
{
public:
//Create a new transform node.
// nodeId - the id of this node
// childNodeId - the id of the child node
// tx - translation along the x-axis
// ty - translation along the y-axis
// tz - translation along the z-axis
TransformNode(int32_t nodeId, int32_t childNodeId, int32_t tx, int32_t ty, int32_t tz);
};
//The shape node references a model in the scene graph
class ShapeNode : public Chunk
{
public:
//Create a new shape node.
// nodeId - the id of this node
// modelId - the id of the model as defined by the order in which they have been added to the file
ShapeNode(int32_t nodeId, int32_t modelId);
};
class GroupNode : public Chunk
{
public:
GroupNode(int32_t nodeId);
void AddChildNode(int32_t nodeId);
private:
int32_t children;
};
//Generates a VOX file with the content described by a given main chunk.
//Make sure that the file is opened in binary mode.
void WriteVOX(MainChunk& main, std::ofstream& file); | [
"nico.schertler@tu-dresden.de"
] | nico.schertler@tu-dresden.de |
c2a109980e598341fde2a687cc4f62d9a54ad4a6 | e60024e62a9f37e459e0ff73a9e5aa3af89fef29 | /src/spells.cpp | 91047640e39cd7b78a4fbd9e5cf81225a6dfa047 | [] | no_license | Johncorex/skelot-global | d047ee15110caca1510fd6e4ef605f2b7baeb6cd | d0e23b5d8245bd617ba811b3a73856e3b52fd23c | refs/heads/main | 2023-04-18T15:46:44.432725 | 2021-05-05T15:08:09 | 2021-05-05T15:08:09 | 364,613,607 | 1 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 35,652 | cpp | /**
* The Forgotten Server - a free and open-source MMORPG server emulator
* Copyright (C) 2019 Mark Samman <mark.samman@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "otpch.h"
#include "combat.h"
#include "configmanager.h"
#include "game.h"
#include "monster.h"
#include "pugicast.h"
#include "spells.h"
extern Game g_game;
extern Spells* g_spells;
extern Monsters g_monsters;
extern Vocations g_vocations;
extern ConfigManager g_config;
extern LuaEnvironment g_luaEnvironment;
Spells::Spells()
{
scriptInterface.initState();
}
Spells::~Spells()
{
clear(false);
}
TalkActionResult_t Spells::playerSaySpell(Player* player, std::string& words, bool called)
{
std::string str_words = words;
//strip trailing spaces
trimString(str_words);
InstantSpell* instantSpell = getInstantSpell(str_words);
if (!instantSpell) {
return TALKACTION_CONTINUE;
}
std::string param;
if (instantSpell->getHasParam()) {
size_t spellLen = instantSpell->getWords().length();
size_t paramLen = str_words.length() - spellLen;
std::string paramText = str_words.substr(spellLen, paramLen);
if (!paramText.empty() && paramText.front() == ' ') {
size_t loc1 = paramText.find('"', 1);
if (loc1 != std::string::npos) {
size_t loc2 = paramText.find('"', loc1 + 1);
if (loc2 == std::string::npos) {
loc2 = paramText.length();
} else if (paramText.find_last_not_of(' ') != loc2) {
return TALKACTION_CONTINUE;
}
param = paramText.substr(loc1 + 1, loc2 - loc1 - 1);
} else {
trimString(paramText);
loc1 = paramText.find(' ', 0);
if (loc1 == std::string::npos) {
param = paramText;
} else {
return TALKACTION_CONTINUE;
}
}
}
}
if (called) {
if (instantSpell->playerCastInstant(player, param)) {
words = instantSpell->getWords();
if (instantSpell->getHasParam() && !param.empty()) {
words += " \"" + param + "\"";
}
return TALKACTION_BREAK;
}
} else {
return TALKACTION_BREAK;
}
return TALKACTION_FAILED;
}
void Spells::clearMaps(bool fromLua)
{
for (auto instant = instants.begin(); instant != instants.end(); ) {
if (fromLua == instant->second.fromLua) {
instant = instants.erase(instant);
} else {
++instant;
}
}
for (auto rune = runes.begin(); rune != runes.end(); ) {
if (fromLua == rune->second.fromLua) {
rune = runes.erase(rune);
} else {
++rune;
}
}
}
void Spells::clear(bool fromLua)
{
clearMaps(fromLua);
reInitState(fromLua);
}
LuaScriptInterface& Spells::getScriptInterface()
{
return scriptInterface;
}
std::string Spells::getScriptBaseName() const
{
return "spells";
}
Event_ptr Spells::getEvent(const std::string& nodeName)
{
if (strcasecmp(nodeName.c_str(), "rune") == 0) {
return Event_ptr(new RuneSpell(&scriptInterface));
} else if (strcasecmp(nodeName.c_str(), "instant") == 0) {
return Event_ptr(new InstantSpell(&scriptInterface));
}
return nullptr;
}
bool Spells::registerEvent(Event_ptr event, const pugi::xml_node&)
{
InstantSpell* instant = dynamic_cast<InstantSpell*>(event.get());
if (instant) {
auto result = instants.emplace(instant->getWords(), std::move(*instant));
if (!result.second) {
std::cout << "[Warning - Spells::registerEvent] Duplicate registered instant spell with words: " << instant->getWords() << std::endl;
}
return result.second;
}
RuneSpell* rune = dynamic_cast<RuneSpell*>(event.get());
if (rune) {
auto result = runes.emplace(rune->getRuneItemId(), std::move(*rune));
if (!result.second) {
std::cout << "[Warning - Spells::registerEvent] Duplicate registered rune with id: " << rune->getRuneItemId() << std::endl;
}
return result.second;
}
return false;
}
bool Spells::registerInstantLuaEvent(InstantSpell* event)
{
InstantSpell_ptr instant { event };
if (instant) {
std::string words = instant->getWords();
auto result = instants.emplace(instant->getWords(), std::move(*instant));
if (!result.second) {
std::cout << "[Warning - Spells::registerInstantLuaEvent] Duplicate registered instant spell with words: " << words << std::endl;
}
return result.second;
}
return false;
}
bool Spells::registerRuneLuaEvent(RuneSpell* event)
{
RuneSpell_ptr rune { event };
if (rune) {
uint16_t id = rune->getRuneItemId();
auto result = runes.emplace(rune->getRuneItemId(), std::move(*rune));
if (!result.second) {
std::cout << "[Warning - Spells::registerRuneLuaEvent] Duplicate registered rune with id: " << id << std::endl;
}
return result.second;
}
return false;
}
std::list<uint16_t> Spells::getSpellsByVocation(uint16_t vocationId)
{
std::list<uint16_t> spellsList;
for (const auto& it : instants) {
VocSpellMap map = it.second.getVocMap();
if (map.find(vocationId)->second) {
spellsList.push_back(it.second.getId());
}
}
return spellsList;
}
Spell* Spells::getSpellByName(const std::string& name)
{
Spell* spell = getRuneSpellByName(name);
if (!spell) {
spell = getInstantSpellByName(name);
}
return spell;
}
RuneSpell* Spells::getRuneSpell(uint32_t id)
{
auto it = runes.find(id);
if (it == runes.end()) {
for (auto& rune : runes) {
if (rune.second.getId() == id) {
return &rune.second;
}
}
return nullptr;
}
return &it->second;
}
RuneSpell* Spells::getRuneSpellByName(const std::string& name)
{
for (auto& it : runes) {
if (strcasecmp(it.second.getName().c_str(), name.c_str()) == 0) {
return &it.second;
}
}
return nullptr;
}
InstantSpell* Spells::getInstantSpell(const std::string& words)
{
InstantSpell* result = nullptr;
for (auto& it : instants) {
const std::string& instantSpellWords = it.second.getWords();
size_t spellLen = instantSpellWords.length();
if (strncasecmp(instantSpellWords.c_str(), words.c_str(), spellLen) == 0) {
if (!result || spellLen > result->getWords().length()) {
result = &it.second;
if (words.length() == spellLen) {
break;
}
}
}
}
if (result) {
const std::string& resultWords = result->getWords();
if (words.length() > resultWords.length()) {
if (!result->getHasParam()) {
return nullptr;
}
size_t spellLen = resultWords.length();
size_t paramLen = words.length() - spellLen;
if (paramLen < 2 || words[spellLen] != ' ') {
return nullptr;
}
}
return result;
}
return nullptr;
}
InstantSpell* Spells::getInstantSpellById(uint32_t spellId)
{
for (auto& it : instants) {
if (it.second.getId() == spellId) {
return &it.second;
}
}
return nullptr;
}
InstantSpell* Spells::getInstantSpellByName(const std::string& name)
{
for (auto& it : instants) {
if (strcasecmp(it.second.getName().c_str(), name.c_str()) == 0) {
return &it.second;
}
}
return nullptr;
}
Position Spells::getCasterPosition(Creature* creature, Direction dir)
{
return getNextPosition(dir, creature->getPosition());
}
CombatSpell::CombatSpell(Combat* combat, bool needTarget, bool needDirection) :
Event(&g_spells->getScriptInterface()),
combat(combat),
needDirection(needDirection),
needTarget(needTarget)
{}
CombatSpell::~CombatSpell()
{
if (!scripted) {
delete combat;
}
}
bool CombatSpell::loadScriptCombat()
{
combat = g_luaEnvironment.getCombatObject(g_luaEnvironment.lastCombatId);
return combat != nullptr;
}
bool CombatSpell::castSpell(Creature* creature)
{
if (scripted) {
LuaVariant var;
var.type = VARIANT_POSITION;
if (needDirection) {
var.pos = Spells::getCasterPosition(creature, creature->getDirection());
} else {
var.pos = creature->getPosition();
}
return executeCastSpell(creature, var);
}
Position pos;
if (needDirection) {
pos = Spells::getCasterPosition(creature, creature->getDirection());
} else {
pos = creature->getPosition();
}
combat->doCombat(creature, pos);
return true;
}
bool CombatSpell::castSpell(Creature* creature, Creature* target)
{
if (scripted) {
LuaVariant var;
if (combat->hasArea()) {
var.type = VARIANT_POSITION;
if (needTarget) {
var.pos = target->getPosition();
} else if (needDirection) {
var.pos = Spells::getCasterPosition(creature, creature->getDirection());
} else {
var.pos = creature->getPosition();
}
} else {
var.type = VARIANT_NUMBER;
var.number = target->getID();
}
return executeCastSpell(creature, var);
}
if (combat->hasArea()) {
if (needTarget) {
combat->doCombat(creature, target->getPosition());
} else {
return castSpell(creature);
}
} else {
combat->doCombat(creature, target);
}
return true;
}
bool CombatSpell::executeCastSpell(Creature* creature, const LuaVariant& var)
{
//onCastSpell(creature, var)
if (!scriptInterface->reserveScriptEnv()) {
std::cout << "[Error - CombatSpell::executeCastSpell] Call stack overflow" << std::endl;
return false;
}
ScriptEnvironment* env = scriptInterface->getScriptEnv();
env->setScriptId(scriptId, scriptInterface);
lua_State* L = scriptInterface->getLuaState();
scriptInterface->pushFunction(scriptId);
LuaScriptInterface::pushUserdata<Creature>(L, creature);
LuaScriptInterface::setCreatureMetatable(L, -1, creature);
LuaScriptInterface::pushVariant(L, var);
return scriptInterface->callFunction(2);
}
bool Spell::configureSpell(const pugi::xml_node& node)
{
pugi::xml_attribute nameAttribute = node.attribute("name");
if (!nameAttribute) {
std::cout << "[Error - Spell::configureSpell] Spell without name" << std::endl;
return false;
}
name = nameAttribute.as_string();
static const char* reservedList[] = {
"melee",
"physical",
"poison",
"fire",
"energy",
"drown",
"lifedrain",
"manadrain",
"healing",
"speed",
"outfit",
"invisible",
"drunk",
"firefield",
"poisonfield",
"energyfield",
"firecondition",
"poisoncondition",
"energycondition",
"drowncondition",
"freezecondition",
"cursecondition",
"dazzlecondition"
};
//static size_t size = sizeof(reservedList) / sizeof(const char*);
//for (size_t i = 0; i < size; ++i) {
for (const char* reserved : reservedList) {
if (strcasecmp(reserved, name.c_str()) == 0) {
std::cout << "[Error - Spell::configureSpell] Spell is using a reserved name: " << reserved << std::endl;
return false;
}
}
pugi::xml_attribute attr;
if ((attr = node.attribute("spellid"))) {
spellId = pugi::cast<uint16_t>(attr.value());
}
if ((attr = node.attribute("group"))) {
std::string tmpStr = asLowerCaseString(attr.as_string());
if (tmpStr == "none" || tmpStr == "0") {
group = SPELLGROUP_NONE;
} else if (tmpStr == "attack" || tmpStr == "1") {
group = SPELLGROUP_ATTACK;
} else if (tmpStr == "healing" || tmpStr == "2") {
group = SPELLGROUP_HEALING;
} else if (tmpStr == "support" || tmpStr == "3") {
group = SPELLGROUP_SUPPORT;
} else if (tmpStr == "special" || tmpStr == "4") {
group = SPELLGROUP_SPECIAL;
} else if (tmpStr == "ultimate" || tmpStr == "6") {
group = SPELLGROUP_ULTIMATE;
} else {
std::cout << "[Warning - Spell::configureSpell] Unknown group: " << attr.as_string() << std::endl;
}
}
if ((attr = node.attribute("groupcooldown"))) {
groupCooldown = pugi::cast<uint32_t>(attr.value());
}
if ((attr = node.attribute("secondarygroup"))) {
std::string tmpStr = asLowerCaseString(attr.as_string());
if (tmpStr == "none" || tmpStr == "0") {
secondaryGroup = SPELLGROUP_NONE;
} else if (tmpStr == "attack" || tmpStr == "1") {
secondaryGroup = SPELLGROUP_ATTACK;
} else if (tmpStr == "healing" || tmpStr == "2") {
secondaryGroup = SPELLGROUP_HEALING;
} else if (tmpStr == "support" || tmpStr == "3") {
secondaryGroup = SPELLGROUP_SUPPORT;
} else if (tmpStr == "special" || tmpStr == "4") {
secondaryGroup = SPELLGROUP_SPECIAL;
} else if (tmpStr == "ultimate" || tmpStr == "6") {
secondaryGroup = SPELLGROUP_ULTIMATE;
} else {
std::cout << "[Warning - Spell::configureSpell] Unknown secondarygroup: " << attr.as_string() << std::endl;
}
}
if ((attr = node.attribute("secondarygroupcooldown"))) {
secondaryGroupCooldown = pugi::cast<uint32_t>(attr.value());
}
if ((attr = node.attribute("level")) || (attr = node.attribute("lvl"))) {
level = pugi::cast<uint32_t>(attr.value());
}
if ((attr = node.attribute("magiclevel")) || (attr = node.attribute("maglv"))) {
magLevel = pugi::cast<uint32_t>(attr.value());
}
if ((attr = node.attribute("mana"))) {
mana = pugi::cast<uint32_t>(attr.value());
}
if ((attr = node.attribute("manapercent"))) {
manaPercent = pugi::cast<uint32_t>(attr.value());
}
if ((attr = node.attribute("soul"))) {
soul = pugi::cast<uint32_t>(attr.value());
}
if ((attr = node.attribute("range"))) {
range = pugi::cast<int32_t>(attr.value());
}
if ((attr = node.attribute("cooldown")) || (attr = node.attribute("exhaustion"))) {
cooldown = pugi::cast<uint32_t>(attr.value());
}
if ((attr = node.attribute("premium")) || (attr = node.attribute("prem"))) {
premium = attr.as_bool();
}
if ((attr = node.attribute("enabled"))) {
enabled = attr.as_bool();
}
if ((attr = node.attribute("needtarget"))) {
needTarget = attr.as_bool();
}
if ((attr = node.attribute("needweapon"))) {
needWeapon = attr.as_bool();
}
if ((attr = node.attribute("selftarget"))) {
selfTarget = attr.as_bool();
}
if ((attr = node.attribute("needlearn"))) {
learnable = attr.as_bool();
}
if ((attr = node.attribute("blocking"))) {
blockingSolid = attr.as_bool();
blockingCreature = blockingSolid;
}
if ((attr = node.attribute("blocktype"))) {
std::string tmpStrValue = asLowerCaseString(attr.as_string());
if (tmpStrValue == "all") {
blockingSolid = true;
blockingCreature = true;
} else if (tmpStrValue == "solid") {
blockingSolid = true;
} else if (tmpStrValue == "creature") {
blockingCreature = true;
} else {
std::cout << "[Warning - Spell::configureSpell] Blocktype \"" << attr.as_string() << "\" does not exist." << std::endl;
}
}
if ((attr = node.attribute("aggressive"))) {
aggressive = booleanString(attr.as_string());
}
if (group == SPELLGROUP_NONE) {
group = (aggressive ? SPELLGROUP_ATTACK : SPELLGROUP_HEALING);
}
for (auto vocationNode : node.children()) {
if (!(attr = vocationNode.attribute("name"))) {
continue;
}
int32_t vocationId = g_vocations.getVocationId(attr.as_string());
if (vocationId != -1) {
attr = vocationNode.attribute("showInDescription");
vocSpellMap[vocationId] = !attr || attr.as_bool();
} else {
std::cout << "[Warning - Spell::configureSpell] Wrong vocation name: " << attr.as_string() << std::endl;
}
}
return true;
}
bool Spell::playerSpellCheck(Player* player) const
{
if (player->hasFlag(PlayerFlag_CannotUseSpells)) {
return false;
}
if (player->hasFlag(PlayerFlag_IgnoreSpellCheck)) {
return true;
}
if (!enabled) {
return false;
}
if (aggressive && (range < 1 || (range > 0 && !player->getAttackedCreature())) && player->getSkull() == SKULL_BLACK) {
player->sendCancelMessage(RETURNVALUE_NOTPOSSIBLE);
return false;
}
if (aggressive && player->hasCondition(CONDITION_PACIFIED)) {
player->sendCancelMessage(RETURNVALUE_YOUAREEXHAUSTED);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (aggressive && !player->hasFlag(PlayerFlag_IgnoreProtectionZone) && player->getZone() == ZONE_PROTECTION) {
player->sendCancelMessage(RETURNVALUE_ACTIONNOTPERMITTEDINPROTECTIONZONE);
return false;
}
if (player->hasCondition(CONDITION_SPELLGROUPCOOLDOWN, group) || player->hasCondition(CONDITION_SPELLCOOLDOWN, spellId) || (secondaryGroup != SPELLGROUP_NONE && player->hasCondition(CONDITION_SPELLGROUPCOOLDOWN, secondaryGroup))) {
player->sendCancelMessage(RETURNVALUE_YOUAREEXHAUSTED);
if (isInstant()) {
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
}
return false;
}
if (player->getLevel() < level) {
player->sendCancelMessage(RETURNVALUE_NOTENOUGHLEVEL);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (player->getMagicLevel() < magLevel) {
player->sendCancelMessage(RETURNVALUE_NOTENOUGHMAGICLEVEL);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (player->getMana() < getManaCost(player) && !player->hasFlag(PlayerFlag_HasInfiniteMana)) {
player->sendCancelMessage(RETURNVALUE_NOTENOUGHMANA);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (player->getSoul() < soul && !player->hasFlag(PlayerFlag_HasInfiniteSoul)) {
player->sendCancelMessage(RETURNVALUE_NOTENOUGHSOUL);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (isInstant() && isLearnable()) {
if (!player->hasLearnedInstantSpell(getName())) {
player->sendCancelMessage(RETURNVALUE_YOUNEEDTOLEARNTHISSPELL);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
} else if (!vocSpellMap.empty() && vocSpellMap.find(player->getVocationId()) == vocSpellMap.end()) {
player->sendCancelMessage(RETURNVALUE_YOURVOCATIONCANNOTUSETHISSPELL);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (needWeapon) {
switch (player->getWeaponType()) {
case WEAPON_SWORD:
case WEAPON_CLUB:
case WEAPON_AXE:
break;
default: {
player->sendCancelMessage(RETURNVALUE_YOUNEEDAWEAPONTOUSETHISSPELL);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
}
}
if (isPremium() && !player->isPremium()) {
player->sendCancelMessage(RETURNVALUE_YOUNEEDPREMIUMACCOUNT);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
return true;
}
bool Spell::playerInstantSpellCheck(Player* player, const Position& toPos)
{
if (toPos.x == 0xFFFF) {
return true;
}
const Position& playerPos = player->getPosition();
if (playerPos.z > toPos.z) {
player->sendCancelMessage(RETURNVALUE_FIRSTGOUPSTAIRS);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
} else if (playerPos.z < toPos.z) {
player->sendCancelMessage(RETURNVALUE_FIRSTGODOWNSTAIRS);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
Tile* tile = g_game.map.getTile(toPos);
if (!tile) {
tile = new StaticTile(toPos.x, toPos.y, toPos.z);
g_game.map.setTile(toPos, tile);
}
ReturnValue ret = Combat::canDoCombat(player, tile, aggressive);
if (ret != RETURNVALUE_NOERROR) {
player->sendCancelMessage(ret);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (blockingCreature && tile->getBottomVisibleCreature(player) != nullptr) {
player->sendCancelMessage(RETURNVALUE_NOTENOUGHROOM);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (blockingSolid && tile->hasFlag(TILESTATE_BLOCKSOLID)) {
player->sendCancelMessage(RETURNVALUE_NOTENOUGHROOM);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
return true;
}
bool Spell::playerRuneSpellCheck(Player* player, const Position& toPos)
{
if (!playerSpellCheck(player)) {
return false;
}
if (toPos.x == 0xFFFF) {
return true;
}
const Position& playerPos = player->getPosition();
if (playerPos.z > toPos.z) {
player->sendCancelMessage(RETURNVALUE_FIRSTGOUPSTAIRS);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
} else if (playerPos.z < toPos.z) {
player->sendCancelMessage(RETURNVALUE_FIRSTGODOWNSTAIRS);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
Tile* tile = g_game.map.getTile(toPos);
if (!tile) {
player->sendCancelMessage(RETURNVALUE_NOTPOSSIBLE);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (range != -1 && !g_game.canThrowObjectTo(playerPos, toPos, true, range, range)) {
player->sendCancelMessage(RETURNVALUE_DESTINATIONOUTOFREACH);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
ReturnValue ret = Combat::canDoCombat(player, tile, aggressive);
if (ret != RETURNVALUE_NOERROR) {
player->sendCancelMessage(ret);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
const Creature* topVisibleCreature = tile->getBottomVisibleCreature(player);
if (blockingCreature && topVisibleCreature) {
player->sendCancelMessage(RETURNVALUE_NOTENOUGHROOM);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
} else if (blockingSolid && tile->hasFlag(TILESTATE_BLOCKSOLID)) {
player->sendCancelMessage(RETURNVALUE_NOTENOUGHROOM);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (needTarget && !topVisibleCreature) {
player->sendCancelMessage(RETURNVALUE_CANONLYUSETHISRUNEONCREATURES);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (aggressive && needTarget && topVisibleCreature && player->hasSecureMode()) {
const Player* targetPlayer = topVisibleCreature->getPlayer();
if (targetPlayer && targetPlayer != player && player->getSkullClient(targetPlayer) == SKULL_NONE && !Combat::isInPvpZone(player, targetPlayer)) {
player->sendCancelMessage(RETURNVALUE_TURNSECUREMODETOATTACKUNMARKEDPLAYERS);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
}
return true;
}
void Spell::postCastSpell(Player* player, bool finishedCast /*= true*/, bool payCost /*= true*/) const
{
if (finishedCast) {
if (!player->hasFlag(PlayerFlag_HasNoExhaustion)) {
if (cooldown > 0) {
Condition* condition = Condition::createCondition(CONDITIONID_DEFAULT, CONDITION_SPELLCOOLDOWN, cooldown, 0, false, spellId);
player->addCondition(condition);
}
if (groupCooldown > 0) {
Condition* condition = Condition::createCondition(CONDITIONID_DEFAULT, CONDITION_SPELLGROUPCOOLDOWN, groupCooldown, 0, false, group);
player->addCondition(condition);
}
if (secondaryGroupCooldown > 0) {
Condition* condition = Condition::createCondition(CONDITIONID_DEFAULT, CONDITION_SPELLGROUPCOOLDOWN, secondaryGroupCooldown, 0, false, secondaryGroup);
player->addCondition(condition);
}
}
if (aggressive) {
player->addInFightTicks();
}
}
if (payCost) {
Spell::postCastSpell(player, getManaCost(player), getSoulCost());
}
}
void Spell::postCastSpell(Player* player, uint32_t manaCost, uint32_t soulCost)
{
if (manaCost > 0) {
player->addManaSpent(manaCost);
player->changeMana(-static_cast<int32_t>(manaCost));
}
if (!player->hasFlag(PlayerFlag_HasInfiniteSoul)) {
if (soulCost > 0) {
player->changeSoul(-static_cast<int32_t>(soulCost));
}
}
}
uint32_t Spell::getManaCost(const Player* player) const
{
if (mana != 0) {
return mana;
}
if (manaPercent != 0) {
uint32_t maxMana = player->getMaxMana();
uint32_t manaCost = (maxMana * manaPercent) / 100;
return manaCost;
}
return 0;
}
std::string InstantSpell::getScriptEventName() const
{
return "onCastSpell";
}
bool InstantSpell::configureEvent(const pugi::xml_node& node)
{
if (!Spell::configureSpell(node)) {
return false;
}
if (!TalkAction::configureEvent(node)) {
return false;
}
spellType = SPELL_INSTANT;
pugi::xml_attribute attr;
if ((attr = node.attribute("params"))) {
hasParam = attr.as_bool();
}
if ((attr = node.attribute("playernameparam"))) {
hasPlayerNameParam = attr.as_bool();
}
if ((attr = node.attribute("direction"))) {
needDirection = attr.as_bool();
} else if ((attr = node.attribute("casterTargetOrDirection"))) {
casterTargetOrDirection = attr.as_bool();
}
if ((attr = node.attribute("blockwalls"))) {
checkLineOfSight = attr.as_bool();
}
return true;
}
bool InstantSpell::playerCastInstant(Player* player, std::string& param)
{
if (!playerSpellCheck(player)) {
return false;
}
LuaVariant var;
if (selfTarget) {
var.type = VARIANT_NUMBER;
var.number = player->getID();
} else if (needTarget || casterTargetOrDirection) {
Creature* target = nullptr;
bool useDirection = false;
if (hasParam) {
Player* playerTarget = nullptr;
ReturnValue ret = g_game.getPlayerByNameWildcard(param, playerTarget);
if (playerTarget && playerTarget->isAccessPlayer() && !player->isAccessPlayer()) {
playerTarget = nullptr;
}
target = playerTarget;
if (!target || target->getHealth() <= 0) {
if (!casterTargetOrDirection) {
if (cooldown > 0) {
Condition* condition = Condition::createCondition(CONDITIONID_DEFAULT, CONDITION_SPELLCOOLDOWN, cooldown, 0, false, spellId);
player->addCondition(condition);
}
if (groupCooldown > 0) {
Condition* condition = Condition::createCondition(CONDITIONID_DEFAULT, CONDITION_SPELLGROUPCOOLDOWN, groupCooldown, 0, false, group);
player->addCondition(condition);
}
if (secondaryGroupCooldown > 0) {
Condition* condition = Condition::createCondition(CONDITIONID_DEFAULT, CONDITION_SPELLGROUPCOOLDOWN, secondaryGroupCooldown, 0, false, secondaryGroup);
player->addCondition(condition);
}
player->sendCancelMessage(ret);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
useDirection = true;
}
if (playerTarget) {
param = playerTarget->getName();
}
} else {
target = player->getAttackedCreature();
if (!target || target->getHealth() <= 0) {
if (!casterTargetOrDirection) {
player->sendCancelMessage(RETURNVALUE_YOUCANONLYUSEITONCREATURES);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
useDirection = true;
}
}
if (!useDirection) {
if (!canThrowSpell(player, target)) {
player->sendCancelMessage(RETURNVALUE_CREATUREISNOTREACHABLE);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
var.type = VARIANT_NUMBER;
var.number = target->getID();
} else {
var.type = VARIANT_POSITION;
var.pos = Spells::getCasterPosition(player, player->getDirection());
if (!playerInstantSpellCheck(player, var.pos)) {
return false;
}
}
} else if (hasParam) {
var.type = VARIANT_STRING;
if (getHasPlayerNameParam()) {
Player* playerTarget = nullptr;
ReturnValue ret = g_game.getPlayerByNameWildcard(param, playerTarget);
if (ret != RETURNVALUE_NOERROR) {
if (cooldown > 0) {
Condition* condition = Condition::createCondition(CONDITIONID_DEFAULT, CONDITION_SPELLCOOLDOWN, cooldown, 0, false, spellId);
player->addCondition(condition);
}
if (groupCooldown > 0) {
Condition* condition = Condition::createCondition(CONDITIONID_DEFAULT, CONDITION_SPELLGROUPCOOLDOWN, groupCooldown, 0, false, group);
player->addCondition(condition);
}
if (secondaryGroupCooldown > 0) {
Condition* condition = Condition::createCondition(CONDITIONID_DEFAULT, CONDITION_SPELLGROUPCOOLDOWN, secondaryGroupCooldown, 0, false, secondaryGroup);
player->addCondition(condition);
}
player->sendCancelMessage(ret);
g_game.addMagicEffect(player->getPosition(), CONST_ME_POFF);
return false;
}
if (playerTarget && (!playerTarget->isAccessPlayer() || player->isAccessPlayer())) {
param = playerTarget->getName();
}
}
var.text = param;
} else {
var.type = VARIANT_POSITION;
if (needDirection) {
var.pos = Spells::getCasterPosition(player, player->getDirection());
} else {
var.pos = player->getPosition();
}
if (!playerInstantSpellCheck(player, var.pos)) {
return false;
}
}
bool result = internalCastSpell(player, var);
if (result) {
postCastSpell(player);
}
return result;
}
bool InstantSpell::canThrowSpell(const Creature* creature, const Creature* target) const
{
const Position& fromPos = creature->getPosition();
const Position& toPos = target->getPosition();
if (fromPos.z != toPos.z ||
(range == -1 && !g_game.canThrowObjectTo(fromPos, toPos, checkLineOfSight)) ||
(range != -1 && !g_game.canThrowObjectTo(fromPos, toPos, checkLineOfSight, range, range))) {
return false;
}
return true;
}
bool InstantSpell::castSpell(Creature* creature)
{
LuaVariant var;
if (casterTargetOrDirection) {
Creature* target = creature->getAttackedCreature();
if (target && target->getHealth() > 0) {
if (!canThrowSpell(creature, target)) {
return false;
}
var.type = VARIANT_NUMBER;
var.number = target->getID();
return internalCastSpell(creature, var);
}
return false;
} else if (needDirection) {
var.type = VARIANT_POSITION;
var.pos = Spells::getCasterPosition(creature, creature->getDirection());
} else {
var.type = VARIANT_POSITION;
var.pos = creature->getPosition();
}
return internalCastSpell(creature, var);
}
bool InstantSpell::castSpell(Creature* creature, Creature* target)
{
if (needTarget) {
LuaVariant var;
var.type = VARIANT_NUMBER;
var.number = target->getID();
return internalCastSpell(creature, var);
} else {
return castSpell(creature);
}
}
bool InstantSpell::internalCastSpell(Creature* creature, const LuaVariant& var)
{
return executeCastSpell(creature, var);
}
bool InstantSpell::executeCastSpell(Creature* creature, const LuaVariant& var)
{
//onCastSpell(creature, var)
if (!scriptInterface->reserveScriptEnv()) {
std::cout << "[Error - InstantSpell::executeCastSpell] Call stack overflow" << std::endl;
return false;
}
ScriptEnvironment* env = scriptInterface->getScriptEnv();
env->setScriptId(scriptId, scriptInterface);
lua_State* L = scriptInterface->getLuaState();
scriptInterface->pushFunction(scriptId);
LuaScriptInterface::pushUserdata<Creature>(L, creature);
LuaScriptInterface::setCreatureMetatable(L, -1, creature);
LuaScriptInterface::pushVariant(L, var);
return scriptInterface->callFunction(2);
}
bool InstantSpell::canCast(const Player* player) const
{
if (player->hasFlag(PlayerFlag_CannotUseSpells)) {
return false;
}
if (player->hasFlag(PlayerFlag_IgnoreSpellCheck)) {
return true;
}
if (isLearnable()) {
if (player->hasLearnedInstantSpell(getName())) {
return true;
}
} else {
if (vocSpellMap.empty() || vocSpellMap.find(player->getVocationId()) != vocSpellMap.end()) {
return true;
}
}
return false;
}
std::string RuneSpell::getScriptEventName() const
{
return "onCastSpell";
}
bool RuneSpell::configureEvent(const pugi::xml_node& node)
{
if (!Spell::configureSpell(node)) {
return false;
}
if (!Action::configureEvent(node)) {
return false;
}
spellType = SPELL_RUNE;
pugi::xml_attribute attr;
if (!(attr = node.attribute("id"))) {
std::cout << "[Error - RuneSpell::configureSpell] Rune spell without id." << std::endl;
return false;
}
runeId = pugi::cast<uint16_t>(attr.value());
if ((attr = node.attribute("charges"))) {
charges = pugi::cast<uint32_t>(attr.value());
} else {
charges = 0;
}
hasCharges = (charges > 0);
if (magLevel != 0 || level != 0) {
//Change information in the ItemType to get accurate description
ItemType& iType = Item::items.getItemType(runeId);
iType.runeMagLevel = magLevel;
iType.runeLevel = level;
iType.charges = charges;
}
return true;
}
ReturnValue RuneSpell::canExecuteAction(const Player* player, const Position& toPos)
{
if (player->hasFlag(PlayerFlag_CannotUseSpells)) {
return RETURNVALUE_CANNOTUSETHISOBJECT;
}
ReturnValue ret = Action::canExecuteAction(player, toPos);
if (ret != RETURNVALUE_NOERROR) {
return ret;
}
if (toPos.x == 0xFFFF) {
if (needTarget) {
return RETURNVALUE_CANONLYUSETHISRUNEONCREATURES;
} else if (!selfTarget) {
return RETURNVALUE_NOTENOUGHROOM;
}
}
return RETURNVALUE_NOERROR;
}
bool RuneSpell::canUseRune(const Player* player, bool ignoreLevel /* =false*/) {
if (player->hasFlag(PlayerFlag_CannotUseSpells)) {
return false;
}
if (player->hasFlag(PlayerFlag_IgnoreSpellCheck)) {
return true;
}
return (player->getLevel() >= getLevel() || ignoreLevel) &&
player->getBaseMagicLevel() >= getMagicLevel() &&
(vocSpellMap.empty() || vocSpellMap.find(player->getVocationId()) != vocSpellMap.end());
}
bool RuneSpell::executeUse(Player* player, Item* item, const Position&, Thing* target, const Position& toPosition, bool isHotkey)
{
if (!playerRuneSpellCheck(player, toPosition)) {
return false;
}
if (!scripted) {
return false;
}
LuaVariant var;
if (needTarget) {
var.type = VARIANT_NUMBER;
if (target == nullptr) {
Tile* toTile = g_game.map.getTile(toPosition);
if (toTile) {
const Creature* visibleCreature = toTile->getBottomVisibleCreature(player);
if (visibleCreature) {
var.number = visibleCreature->getID();
}
}
} else {
var.number = target->getCreature()->getID();
}
} else {
var.type = VARIANT_POSITION;
var.pos = toPosition;
}
if (!internalCastSpell(player, var, isHotkey)) {
return false;
}
postCastSpell(player);
target = g_game.getCreatureByID(var.number);
if (target && getAggressive()) {
player->onAttackedCreature(target->getCreature(), false);
}
if (hasCharges && item && g_config.getBoolean(ConfigManager::REMOVE_RUNE_CHARGES)) {
int32_t stgValue = 0;
player->getStorageValue(PSTRG_BLESS_RUNA, stgValue);
int32_t newCount = std::max<int32_t>(0, item->getItemCount() - 1);
if (g_config.getBoolean(ConfigManager::BLESS_RUNE)) {
if (stgValue < OS_TIME(nullptr) && uniform_random(0, 100) <= 30) {
std::ostringstream ss;
ss << "You used a " << item->getName();
player->sendTextMessage(MESSAGE_INFO_DESCR, ss.str());
g_game.transformItem(item, item->getID(), newCount);
}
} else {
g_game.transformItem(item, item->getID(), newCount);
}
}
return true;
}
bool RuneSpell::castSpell(Creature* creature)
{
LuaVariant var;
var.type = VARIANT_NUMBER;
var.number = creature->getID();
return internalCastSpell(creature, var, false);
}
bool RuneSpell::castSpell(Creature* creature, Creature* target)
{
LuaVariant var;
var.type = VARIANT_NUMBER;
var.number = target->getID();
return internalCastSpell(creature, var, false);
}
bool RuneSpell::internalCastSpell(Creature* creature, const LuaVariant& var, bool isHotkey)
{
bool result;
if (scripted) {
result = executeCastSpell(creature, var, isHotkey);
} else {
result = false;
}
return result;
}
bool RuneSpell::executeCastSpell(Creature* creature, const LuaVariant& var, bool isHotkey)
{
//onCastSpell(creature, var, isHotkey)
if (!scriptInterface->reserveScriptEnv()) {
std::cout << "[Error - RuneSpell::executeCastSpell] Call stack overflow" << std::endl;
return false;
}
ScriptEnvironment* env = scriptInterface->getScriptEnv();
env->setScriptId(scriptId, scriptInterface);
lua_State* L = scriptInterface->getLuaState();
scriptInterface->pushFunction(scriptId);
LuaScriptInterface::pushUserdata<Creature>(L, creature);
LuaScriptInterface::setCreatureMetatable(L, -1, creature);
LuaScriptInterface::pushVariant(L, var);
LuaScriptInterface::pushBoolean(L, isHotkey);
return scriptInterface->callFunction(3);
}
| [
"gjohnes2018@gmail.com"
] | gjohnes2018@gmail.com |
225b82d00addd94a4d7104ac7e8ea19cd6d7a489 | 26df6604faf41197c9ced34c3df13839be6e74d4 | /src/org/apache/poi/ss/formula/functions/Even.hpp | 406111506266453790bf4ca0fdae1bae0bc2d130 | [
"Apache-2.0"
] | permissive | pebble2015/cpoi | 58b4b1e38a7769b13ccfb2973270d15d490de07f | 6dcc0c5e13e3e722b4ef9fd0baffbf62bf71ead6 | refs/heads/master | 2021-07-09T09:02:41.986901 | 2017-10-08T12:12:56 | 2017-10-08T12:12:56 | 105,988,119 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,510 | hpp | // Generated from /POI/java/org/apache/poi/ss/formula/functions/Even.java
#pragma once
#include <fwd-POI.hpp>
#include <java/lang/fwd-POI.hpp>
#include <org/apache/poi/ss/formula/eval/fwd-POI.hpp>
#include <org/apache/poi/ss/formula/functions/fwd-POI.hpp>
#include <org/apache/poi/ss/formula/functions/NumericFunction_OneArg.hpp>
template<typename ComponentType, typename... Bases> struct SubArray;
namespace poi
{
namespace ss
{
namespace formula
{
namespace eval
{
typedef ::SubArray< ::poi::ss::formula::eval::ValueEval, ::java::lang::ObjectArray > ValueEvalArray;
} // eval
} // formula
} // ss
} // poi
struct default_init_tag;
class poi::ss::formula::functions::Even final
: public NumericFunction_OneArg
{
public:
typedef NumericFunction_OneArg super;
private:
static constexpr int64_t PARITY_MASK { int64_t(-2LL) };
public: /* protected */
double evaluate(double d) override;
private:
static int64_t calcEven(double d);
// Generated
public:
Even();
protected:
Even(const ::default_init_tag&);
public:
static ::java::lang::Class *class_();
::poi::ss::formula::eval::ValueEval* evaluate(int32_t srcRowIndex, int32_t srcColumnIndex, ::poi::ss::formula::eval::ValueEval* arg0);
::poi::ss::formula::eval::ValueEval* evaluate(::poi::ss::formula::eval::ValueEvalArray* args, int32_t srcRowIndex, int32_t srcColumnIndex);
private:
virtual ::java::lang::Class* getClass0();
};
| [
"zhang.chen.yu@outlook.com"
] | zhang.chen.yu@outlook.com |
254acebdcae8ce63246d9e0e77e1264af78b5642 | dd80a584130ef1a0333429ba76c1cee0eb40df73 | /external/chromium_org/chrome/browser/chromeos/drive/file_system/truncate_operation.h | f27b485d45b57f534b79dc66e6e2fe752c56bcd5 | [
"BSD-3-Clause",
"MIT"
] | permissive | karunmatharu/Android-4.4-Pay-by-Data | 466f4e169ede13c5835424c78e8c30ce58f885c1 | fcb778e92d4aad525ef7a995660580f948d40bc9 | refs/heads/master | 2021-03-24T13:33:01.721868 | 2017-02-18T17:48:49 | 2017-02-18T17:48:49 | 81,847,777 | 0 | 2 | MIT | 2020-03-09T00:02:12 | 2017-02-13T16:47:00 | null | UTF-8 | C++ | false | false | 2,987 | h | // Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_CHROMEOS_DRIVE_FILE_SYSTEM_TRUNCATE_OPERATION_H_
#define CHROME_BROWSER_CHROMEOS_DRIVE_FILE_SYSTEM_TRUNCATE_OPERATION_H_
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/chromeos/drive/file_errors.h"
namespace base {
class FilePath;
class SequencedTaskRunner;
} // namespace base
namespace drive {
class JobScheduler;
class ResourceEntry;
namespace internal {
class FileCache;
class ResourceMetadata;
} // namespace internal
namespace file_system {
class OperationObserver;
class DownloadOperation;
// This class encapsulates the drive Truncate function. It is responsible for
// fetching the content from the Drive server if necessary, truncating the
// file content actually, and then notifying the file is locally modified and
// that it is necessary to upload the file to the server.
class TruncateOperation {
public:
TruncateOperation(base::SequencedTaskRunner* blocking_task_runner,
OperationObserver* observer,
JobScheduler* scheduler,
internal::ResourceMetadata* metadata,
internal::FileCache* cache,
const base::FilePath& temporary_file_directory);
~TruncateOperation();
// Performs the truncate operation on the file at drive path |file_path| to
// |length| bytes. Invokes |callback| when finished with the result of the
// operation. |callback| must not be null.
void Truncate(const base::FilePath& file_path,
int64 length,
const FileOperationCallback& callback);
private:
// Part of Truncate(). Called after EnsureFileDownloadedByPath() is complete.
void TruncateAfterEnsureFileDownloadedByPath(
int64 length,
const FileOperationCallback& callback,
FileError error,
const base::FilePath& local_file_path,
scoped_ptr<ResourceEntry> resource_entry);
// Part of Truncate(). Called after TruncateOnBlockingPool() is complete.
void TruncateAfterTruncateOnBlockingPool(
const std::string& local_id,
const FileOperationCallback& callback,
FileError error);
scoped_refptr<base::SequencedTaskRunner> blocking_task_runner_;
OperationObserver* observer_;
internal::ResourceMetadata* metadata_;
internal::FileCache* cache_;
scoped_ptr<DownloadOperation> download_operation_;
// Note: This should remain the last member so it'll be destroyed and
// invalidate the weak pointers before any other members are destroyed.
base::WeakPtrFactory<TruncateOperation> weak_ptr_factory_;
DISALLOW_COPY_AND_ASSIGN(TruncateOperation);
};
} // namespace file_system
} // namespace drive
#endif // CHROME_BROWSER_CHROMEOS_DRIVE_FILE_SYSTEM_TRUNCATE_OPERATION_H_
| [
"karun.matharu@gmail.com"
] | karun.matharu@gmail.com |
72ae68414350abed879ae918419aba5a86ddd716 | 20560888f97b922dc4cba544027b19acdd6ee4d6 | /libraries/WiFiWebServer/examples/ScanNetworks/ScanNetworks.ino | ffb6d734160c3a717d64079151870f65d166d044 | [
"MIT"
] | permissive | WellingtonSouzaAbreu/Arduino-code | 6b8c419f2876d47966f8738e461d3a280e36ba71 | 0b6c18b3849717fbb8dff8ed2d210965055adcec | refs/heads/master | 2023-07-09T22:37:40.610906 | 2021-08-10T01:36:15 | 2021-08-10T01:36:15 | 314,090,841 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,303 | ino | /****************************************************************************************************************************
ScanNetworks.ino - Simple Arduino web server sample for SAMD21 running WiFiNINA shield
For any WiFi shields, such as WiFiNINA W101, W102, W13x, or custom, such as ESP8266/ESP32-AT, Ethernet, etc
WiFiWebServer is a library for the ESP32-based WiFi shields to run WebServer
Based on and modified from ESP8266 https://github.com/esp8266/Arduino/releases
Based on and modified from Arduino WiFiNINA library https://www.arduino.cc/en/Reference/WiFiNINA
Built by Khoi Hoang https://github.com/khoih-prog/WiFiWebServer
Licensed under MIT license
This example prints the Wifi shield's MAC address, and
scans for available Wifi networks using the Wifi shield.
Every ten seconds, it scans again. It doesn't actually
connect to any network, so no encryption scheme is specified.
For more details see: http://yaab-arduino.blogspot.com/p/wifiesp.html
***************************************************************************************************************************************/
#include "defines.h"
int status = WL_IDLE_STATUS; // the Wifi radio's status
int reqCount = 0; // number of requests received
void printMacAddress()
{
// get your MAC address
byte mac[6];
WiFi.macAddress(mac);
// print MAC address
char buf[20];
sprintf(buf, "%02X:%02X:%02X:%02X:%02X:%02X", mac[5], mac[4], mac[3], mac[2], mac[1], mac[0]);
Serial.print("MAC address: ");
Serial.println(buf);
}
void listNetworks()
{
// scan for nearby networks
int numSsid = WiFi.scanNetworks();
if (numSsid == -1)
{
Serial.println(F("Couldn't get a wifi connection"));
while (true);
}
// print the list of networks seen
Serial.print(F("Number of available networks:"));
Serial.println(numSsid);
// print the network number and name for each network found
for (int thisNet = 0; thisNet < numSsid; thisNet++)
{
Serial.print(thisNet);
Serial.print(F(") "));
Serial.print(WiFi.SSID(thisNet));
Serial.print(F("\tSignal: "));
Serial.print(WiFi.RSSI(thisNet));
Serial.print(F(" dBm"));
#if USE_WIFI_NINA
Serial.print(F("\tEncryption: "));
printEncryptionType(WiFi.encryptionType(thisNet));
#endif
}
}
#if USE_WIFI_NINA
void printEncryptionType(int thisType)
{
// read the encryption type and print out the name
switch (thisType)
{
case AUTH_MODE_WPA_PSK:
Serial.print(F("WPA_PSK"));
break;
case AUTH_MODE_WPA2_PSK:
Serial.print(F("WPA2_PSK"));
break;
case AUTH_MODE_WPA:
Serial.print(F("WPA"));
break;
case AUTH_MODE_WPA2:
Serial.print(F("WPA2"));
break;
case AUTH_MODE_AUTO:
Serial.print(F("Auto"));
break;
case AUTH_MODE_SHARED_KEY:
Serial.print(F("Shared Key"));
break;
case AUTH_MODE_OPEN_SYSTEM:
Serial.print(F("Open"));
break;
case AUTH_MODE_INVALID:
Serial.print(F("Invalid"));
break;
}
Serial.println();
}
#endif
void setup()
{
Serial.begin(115200);
while (!Serial);
Serial.print(F("\nStarting ScanNetworks on "));
Serial.print(BOARD_NAME);
Serial.print(F(" with "));
Serial.println(SHIELD_TYPE);
Serial.println(WIFI_WEBSERVER_VERSION);
// check for the presence of the shield
#if USE_WIFI_NINA
if (WiFi.status() == WL_NO_MODULE)
#else
if (WiFi.status() == WL_NO_SHIELD)
#endif
{
Serial.println(F("WiFi shield not present"));
// don't continue
while (true);
}
#if USE_WIFI_NINA
String fv = WiFi.firmwareVersion();
if (fv < WIFI_FIRMWARE_LATEST_VERSION)
{
Serial.println(F("Please upgrade the firmware"));
}
#endif
// attempt to connect to WiFi network
while ( status != WL_CONNECTED)
{
Serial.print(F("Connecting to WPA SSID: "));
Serial.println(ssid);
// Connect to WPA/WPA2 network
status = WiFi.begin(ssid, pass);
}
Serial.print(F("You're connected to the network, IP = "));
Serial.println(WiFi.localIP());
// Print WiFi MAC address
printMacAddress();
}
void loop()
{
// scan for existing networks
Serial.println();
Serial.println(F("Scanning available networks..."));
listNetworks();
delay(10000);
}
| [
"wellingtonsouza.wsa100@gmail.com"
] | wellingtonsouza.wsa100@gmail.com |
04c273fce2669077bd3f395d9889d4008f369195 | cf6ae38d4adf41e3eb219b8ac477aa7ca7c7d18a | /boost/boost/fusion/support/void.hpp | 63275b11a0b1c6de5634e909c74e310cae22aac3 | [
"BSL-1.0",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | ryppl/boost-history | a560df2bc79ffc7640f09d258599891dbbb8f6d0 | 934c80ff671f3afeb72b38d5fdf4396acc2dc58c | HEAD | 2016-09-07T08:08:33.930543 | 2011-07-10T13:15:08 | 2011-07-10T13:15:08 | 3,539,914 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 172 | hpp | #if !defined(BOOST_FUSION_SUPPORT_VOID_20070706_2125)
#define BOOST_FUSION_SUPPORT_VOID_20070706_2125
namespace boost { namespace fusion {
struct void_ {};
}}
#endif
| [
"danmarsden@yahoo.co.uk"
] | danmarsden@yahoo.co.uk |
67772fd773ec9aced22da0b8da1b638a82bf53d2 | 5a380cbb0e6d5d57c80ae710d8bf5e39b06bfb5e | /Game/boost/boost/mpl/key_type.hpp | 8147c59731e4e67fb401b80a914664cc1dd9f2de | [
"MIT"
] | permissive | jxianglonggg/SourceCodeGameTLBB | afcf222603c20651db02716f8c7dac80f9aa14e8 | e3cea615b06761c2098a05427a5f41c236b71bf7 | refs/heads/master | 2023-05-04T02:25:08.807563 | 2021-05-18T06:02:37 | 2021-05-18T06:02:37 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,142 | hpp |
#ifndef BOOST_MPL_KEY_TYPE_HPP_INCLUDED
#define BOOST_MPL_KEY_TYPE_HPP_INCLUDED
// Copyright Aleksey Gurtovoy 2003-2004
// Copyright David Abrahams 2003-2004
//
// 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)
//
// See http://www.boost.org/libs/mpl for documentation.
// $Source: /CVSROOT/boost/boost/mpl/key_type.hpp,v $
// $Date: 2007/10/29 07:32:40 $
// $Revision: 1.1.1.1 $
#include <boost/mpl/key_type_fwd.hpp>
#include <boost/mpl/sequence_tag.hpp>
#include <boost/mpl/apply_wrap.hpp>
#include <boost/mpl/aux_/na_spec.hpp>
#include <boost/mpl/aux_/lambda_support.hpp>
namespace boost { namespace mpl {
template<
typename BOOST_MPL_AUX_NA_PARAM(AssociativeSequence)
, typename BOOST_MPL_AUX_NA_PARAM(T)
>
struct key_type
: apply_wrap2<
key_type_impl< typename sequence_tag<AssociativeSequence>::type >
, AssociativeSequence, T>
{
BOOST_MPL_AUX_LAMBDA_SUPPORT(2,key_type,(AssociativeSequence,T))
};
BOOST_MPL_AUX_NA_SPEC(2, key_type)
}}
#endif // BOOST_MPL_KEY_TYPE_HPP_INCLUDED
| [
"shacojx001@gmail.com"
] | shacojx001@gmail.com |
3fcb2bdfdfc9d48dc17f07efbe99a25ec2f1c2d0 | 8601826b7773a7970b9cbd3fa9a32e4ddbf810f7 | /tensorflow/core/data/service/client/data_service_client.cc | 5cbb955f8bb07563a3bf66f8c27e643afa70f877 | [
"Apache-2.0",
"LicenseRef-scancode-generic-cla",
"BSD-2-Clause"
] | permissive | kustomzone/tensorflow | 306fdc2613869bc2c8199176864b041cdbb879b3 | d9ec8c5ecec9150c7eef2437eed19f35a503d355 | refs/heads/master | 2023-08-08T13:53:38.499211 | 2023-07-26T18:13:30 | 2023-07-26T18:28:00 | 73,427,220 | 0 | 0 | null | 2016-11-10T22:45:41 | 2016-11-10T22:45:41 | null | UTF-8 | C++ | false | false | 32,399 | cc | /* Copyright 2022 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#include "tensorflow/core/data/service/client/data_service_client.h"
#include <algorithm>
#include <functional>
#include <limits>
#include <memory>
#include <optional>
#include <random>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include "absl/algorithm/container.h"
#include "absl/container/flat_hash_map.h"
#include "absl/strings/ascii.h"
#include "absl/strings/substitute.h"
#include "absl/time/time.h"
#include "tensorflow/core/data/service/client/common.h"
#include "tensorflow/core/data/service/client/validate_utils.h"
#include "tensorflow/core/data/service/common.h"
#include "tensorflow/core/data/service/common.pb.h"
#include "tensorflow/core/data/service/dispatcher_client.h"
#include "tensorflow/core/data/service/grpc_util.h"
#include "tensorflow/core/data/service/worker_client.h"
#include "tensorflow/core/data/service/worker_impl.h"
#include "tensorflow/core/data/utils.h"
#include "tensorflow/core/distributed_runtime/rpc/grpc_util.h"
#include "tensorflow/core/framework/dataset.h"
#include "tensorflow/core/framework/metrics.h"
#include "tensorflow/core/framework/model.h"
#include "tensorflow/core/platform/env.h"
#include "tensorflow/core/platform/errors.h"
#include "tensorflow/core/platform/mutex.h"
#include "tensorflow/core/platform/status.h"
#include "tensorflow/core/platform/statusor.h"
#include "tensorflow/core/platform/thread_annotations.h"
#include "tensorflow/core/profiler/lib/traceme.h"
#include "tensorflow/core/profiler/lib/traceme_encode.h"
#include "tensorflow/tsl/platform/host_info.h"
namespace tensorflow {
namespace data {
namespace {
bool IsColocatedTask(const TaskInfo& task) {
return absl::c_any_of(task.worker_tags(), [](std::string_view worker_tag) {
return absl::AsciiStrToUpper(worker_tag) == kColocatedWorkerTag;
});
}
StatusOr<DataTransferServerInfo> GetTransferServer(const std::string& protocol,
const TaskInfo& task_info) {
for (const auto& transfer_server : task_info.transfer_servers()) {
if (transfer_server.protocol() == protocol) {
return transfer_server;
}
}
return errors::NotFound("protocol ", protocol,
" is not available for worker ",
task_info.worker_address());
}
} // namespace
DataServiceClient::DataServiceClient(const DataServiceParams& params)
: params_(params),
max_outstanding_requests_(params.max_outstanding_requests) {}
DataServiceClient::~DataServiceClient() {
VLOG(2) << "Destroying data service client for iteration id "
<< iteration_client_id_;
task_thread_manager_.reset();
if (initialized_) {
Status s = dispatcher_->ReleaseIterationClient(iteration_client_id_);
if (!s.ok()) {
LOG(WARNING) << "Failed to release iteration client id: " << s;
}
}
for (auto& worker_thread : worker_threads_) {
worker_thread.reset();
}
DeleteLocalWorkerTasks();
VLOG(2) << "Destroyed data service dataset iterator for iteration id "
<< iteration_client_id_;
}
Status DataServiceClient::Initialize() {
TF_RETURN_IF_ERROR(ValidateDataServiceParams(params_));
VLOG(3) << "Connecting to " << params_.address
<< " in tf.data service client.";
dispatcher_ = std::make_unique<DataServiceDispatcherClient>(params_.address,
params_.protocol);
int64_t deadline_micros = kint64max;
std::optional<std::string> job_name;
if (!params_.job_name.empty()) {
job_name = params_.job_name;
}
TF_RETURN_IF_ERROR(grpc_util::Retry(
[&]() {
return dispatcher_->GetOrCreateJob(
params_.dataset_id, params_.processing_mode, job_name,
params_.num_consumers,
params_.cross_trainer_cache_options.has_value(),
params_.target_workers, job_id_);
},
/*description=*/
strings::StrCat("get or create job with dispatcher at ", params_.address),
deadline_micros));
TF_RETURN_IF_ERROR(grpc_util::Retry(
[&]() {
return dispatcher_->GetOrCreateIteration(job_id_, params_.repetition,
iteration_client_id_);
},
/*description=*/
strings::StrCat("get or create iteration with dispatcher at ",
params_.address),
deadline_micros));
initialized_ = true;
return OkStatus();
}
StatusOr<GetNextResult> DataServiceClient::GetNext(
DataServiceContextFactory context_factory) TF_LOCKS_EXCLUDED(mu_) {
VLOG(3) << "Getting the next element from tf.data service client.";
mutex_lock l(mu_);
if (ctx_ == nullptr) {
ctx_ = context_factory();
}
EnsureThreadsStarted();
std::shared_ptr<Result> result;
do {
while (!ResultReady() && !Finished() && !cancelled_ && status_.ok()) {
VLOG(3) << "Blocking in GetNext: " << DebugString();
get_next_cv_.wait(l);
}
if (cancelled_) {
VLOG(3) << "Returning from GetNext due to cancellation";
return errors::Cancelled("Data service iterator was cancelled");
}
if (!status_.ok()) {
VLOG(3) << "Returning from GetNext with error " << status_;
return status_;
}
if (results_.empty()) {
VLOG(3) << "Returning from GetNext with end_of_sequence";
return GetNextResult::EndOfSequence();
}
if (!ResultReady()) {
VLOG(3) << "Returning from GetNext with internal error";
return errors::Internal("Expected a result to be ready, but none were.");
}
result = PopNextResult();
worker_thread_cv_.notify_one();
if (result->skip) {
VLOG(3) << "Skipping result from task " << result->task_id;
}
} while (result->skip);
GetNextResult next;
next.end_of_sequence = result->end_of_sequence;
if (next.end_of_sequence) {
VLOG(1) << "Returning end_of_sequence";
return next;
}
VLOG(1) << "Returning the next element from data service dataset's "
<< "Iterator: task " << result->task_id << ", element "
<< result->element_index;
if (IsCoordinatedRead()) {
VLOG(1) << "Consumer " << *params_.consumer_index << ": Result "
<< get_next_index_++;
}
next.tensors.swap(result->element);
return next;
}
void DataServiceClient::Cancel() TF_LOCKS_EXCLUDED(mu_) {
mutex_lock l(mu_);
for (const auto& task : tasks_) {
task->worker->TryCancel();
}
cancelled_ = true;
worker_thread_cv_.notify_all();
manager_thread_cv_.notify_all();
get_next_cv_.notify_all();
}
TraceMeMetadata DataServiceClient::GetTraceMeMetadata() const {
TraceMeMetadata result;
int64_t num_tasks = -1;
if (mu_.try_lock()) {
num_tasks = tasks_.size() - finished_tasks_;
mu_.unlock();
}
result.push_back(std::make_pair(
"num_tasks",
num_tasks == -1
? kTraceInfoUnavailable
: strings::Printf("%lld", static_cast<long long>(num_tasks))));
result.push_back(std::make_pair("job_name", params_.job_name));
result.push_back(std::make_pair(
"max_outstanding_requests",
strings::Printf(
"%lld", static_cast<long long>(params_.max_outstanding_requests))));
return result;
}
void DataServiceClient::EnsureThreadsStarted()
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
if (!task_thread_manager_ && !cancelled_) {
task_thread_manager_ = ctx_->StartThread("task-thread-manager",
[this]() { TaskThreadManager(); });
}
}
bool DataServiceClient::Finished() const TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
return num_running_worker_threads_ == 0 && !ShouldWaitForNext();
}
bool DataServiceClient::ShouldWaitForNext() const
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
if (should_finish_iteration_) {
return !iteration_finished_;
}
return tasks_.empty() || finished_tasks_ < tasks_.size();
}
void DataServiceClient::DeleteLocalWorkerTasks() TF_LOCKS_EXCLUDED(mu_) {
std::vector<std::shared_ptr<Task>> tasks;
{
mutex_lock l(mu_);
tasks = tasks_;
}
for (const std::shared_ptr<Task>& task : tasks) {
std::shared_ptr<DataServiceWorkerImpl> worker =
LocalWorkers::Get(task->info.worker_address());
if (worker && ShouldDeleteLocalTask(task->info)) {
worker->DeleteLocalTask(task->info);
}
}
}
// Deletes the task if it is only read by the local client.
bool DataServiceClient::ShouldDeleteLocalTask(const TaskInfo& task) const
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
if (IsCoordinatedRead()) {
return false;
}
if (params_.target_workers == TARGET_WORKERS_LOCAL) {
return true;
}
return params_.target_workers == TARGET_WORKERS_AUTO && IsColocatedTask(task);
}
void DataServiceClient::TaskThreadManager() TF_LOCKS_EXCLUDED(mu_) {
auto cleanup =
gtl::MakeCleanup([] { VLOG(1) << "Task thread manager exiting"; });
VLOG(1) << "Starting task thread manager";
uint64 next_check = Env::Default()->NowMicros();
while (true) {
{
mutex_lock l(mu_);
// All units are microseconds.
while (!cancelled_ && Env::Default()->NowMicros() < next_check) {
int64_t remaining_time = next_check - Env::Default()->NowMicros();
VLOG(4) << "Task thread manager waiting for " << remaining_time << "us";
manager_thread_cv_.wait_for(l,
std::chrono::microseconds(remaining_time));
}
if (cancelled_) {
VLOG(3) << "Task thread manager finished";
return;
}
}
Heartbeat();
UpdateBufferSize();
UpdateWorkerThreads();
next_check = Env::Default()->NowMicros() +
absl::ToInt64Microseconds(params_.task_refresh_interval);
}
}
void DataServiceClient::TryBlockRound(int64_t round)
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
if (round_robin_round_limit_.has_value() &&
round_robin_round_limit_.value() == round) {
return;
}
if (current_round_ >= round) {
// In the next heartbeat, notify the dispatcher that we failed to add
// the task.
VLOG(1) << "Rejecting request to block round " << round
<< ", because processing has already begun for round "
<< current_round_;
return;
}
VLOG(1) << "Accepting request to block round " << round;
round_robin_round_limit_ = round;
}
void DataServiceClient::UpdateIterationFinished(bool iteration_finished)
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
if (!iteration_finished) {
return;
}
iteration_finished_ = true;
get_next_cv_.notify_all();
worker_thread_cv_.notify_all();
}
StatusOr<std::unique_ptr<DataServiceWorkerClient>>
DataServiceClient::CreateWorkerClient(const std::string& protocol,
const TaskInfo& task_info) {
TF_ASSIGN_OR_RETURN(DataTransferServerInfo transfer_server,
GetTransferServer(protocol, task_info));
return CreateDataServiceWorkerClient(params_.protocol, transfer_server);
}
StatusOr<std::unique_ptr<DataServiceWorkerClient>>
DataServiceClient::CreateGrpcWorkerClient(const TaskInfo& task_info) {
return CreateWorkerClient(kGrpcTransferProtocol, task_info);
}
StatusOr<std::unique_ptr<DataServiceWorkerClient>>
DataServiceClient::CreateAlternativeWorkerClientWithGrpcFallback(
const DataTransferServerInfo& transfer_server, const TaskInfo& task_info) {
StatusOr<std::unique_ptr<DataServiceWorkerClient>> worker =
CreateDataServiceWorkerClient(params_.protocol, transfer_server);
if (worker.ok()) {
LOG(INFO) << "Successfully started client for data transfer protocol '"
<< transfer_server.protocol() << "'.";
return worker;
}
LOG(ERROR) << "Failed to start client for data transfer protocol '"
<< transfer_server.protocol() << "'; falling back to grpc. "
<< "Original error: " << worker.status();
metrics::RecordTFDataServiceDataTransferProtocolFallback(
transfer_server.protocol(),
static_cast<error::Code>(worker.status().raw_code()),
std::string(worker.status().message()));
return CreateGrpcWorkerClient(task_info);
}
StatusOr<std::unique_ptr<DataServiceWorkerClient>>
DataServiceClient::CreateWorkerClient(const TaskInfo& task_info) {
if (params_.data_transfer_protocol == kLocalTransferProtocol ||
// TODO(b/291994182): Use remote workers in unit tests.
(tsl::port::JobUid() != -1 &&
LocalWorkers::Get(task_info.worker_address()) != nullptr)) {
DataTransferServerInfo info;
info.set_protocol(kLocalTransferProtocol);
info.set_address(task_info.worker_address());
return CreateDataServiceWorkerClient(params_.protocol, info);
}
if (!params_.data_transfer_protocol.empty()) {
TF_ASSIGN_OR_RETURN(
DataTransferServerInfo transfer_server,
GetTransferServer(params_.data_transfer_protocol, task_info));
return CreateAlternativeWorkerClientWithGrpcFallback(transfer_server,
task_info);
}
if (std::string default_protocol = DefaultDataTransferProtocol();
default_protocol != kGrpcTransferProtocol) {
LOG(INFO)
<< "This task is participating in the \"data_transfer\" experiment.";
StatusOr<DataTransferServerInfo> transfer_server =
GetTransferServer(default_protocol, task_info);
if (transfer_server.ok()) {
return CreateAlternativeWorkerClientWithGrpcFallback(*transfer_server,
task_info);
}
LOG(INFO)
<< "Failed to find transfer server for default data transfer protocol '"
<< default_protocol << "'; falling back to grpc. "
<< "Original error: " << transfer_server.status();
}
return CreateGrpcWorkerClient(task_info);
}
Status DataServiceClient::AddTask(const TaskInfo& task_info)
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
TF_ASSIGN_OR_RETURN(std::unique_ptr<DataServiceWorkerClient> worker,
CreateWorkerClient(task_info));
metrics::RecordTFDataServiceDataTransferProtocolUsed(
worker->GetDataTransferProtocol(),
/*user_specified=*/!params_.data_transfer_protocol.empty());
tasks_.push_back(std::make_shared<Task>(task_info, std::move(worker)));
worker_thread_cv_.notify_one();
if (IsCoordinatedRead()) {
VLOG(1) << "Consumer " << params_.consumer_index.value() << " adding task "
<< task_info.task_id() << " to read from worker "
<< task_info.worker_address()
<< ". Task starting round: " << task_info.starting_round();
DCHECK_LE(current_round_, task_info.starting_round());
if (current_round_ == task_info.starting_round()) {
DCHECK_EQ(next_task_index_, 0);
}
}
if (!IsCoordinatedRead()) {
// Shuffle task order within each client to avoid thundering herd effect.
std::mt19937 rng;
std::shuffle(tasks_.begin(), tasks_.end(), rng);
}
return OkStatus();
}
void DataServiceClient::Heartbeat() TF_LOCKS_EXCLUDED(mu_) {
ClientHeartbeatRequest req;
req.set_iteration_client_id(iteration_client_id_);
if (IsCoordinatedRead()) {
mutex_lock l(mu_);
req.set_current_round(current_round_);
if (round_robin_round_limit_.has_value()) {
req.set_blocked_round(round_robin_round_limit_.value());
}
}
{
mutex_lock l(mu_);
double target_processing_time_nsec = ctx_->GetTargetProcessingTimeNsec();
req.set_target_processing_time_nsec(target_processing_time_nsec);
}
ClientHeartbeatResponse resp;
Status s = dispatcher_->ClientHeartbeat(req, resp);
if (!s.ok()) {
if (IsPreemptedError(s)) {
LOG(WARNING)
<< "Failed to heartbeat to dispatcher from iteration client id "
<< iteration_client_id_ << ". Dispatcher address: " << params_.address
<< ". Error: " << s;
return;
}
mutex_lock l(mu_);
status_ = s;
get_next_cv_.notify_all();
}
mutex_lock l(mu_);
UpdateIterationFinished(resp.iteration_finished());
if (resp.optional_block_round_case() ==
ClientHeartbeatResponse::kBlockRound) {
TryBlockRound(resp.block_round());
} else {
round_robin_round_limit_ = std::nullopt;
worker_thread_cv_.notify_all();
}
UpdateTasks(resp);
RecordTFMetrics(resp);
}
void DataServiceClient::UpdateTasks(const ClientHeartbeatResponse& resp)
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
absl::flat_hash_map<int64_t, TaskInfo> task_id_to_task;
for (auto& task : resp.task_info()) {
task_id_to_task[task.task_id()] = task;
}
if (iteration_finished_) {
return;
}
int index = 0;
while (index < tasks_.size()) {
std::shared_ptr<Task> task = tasks_[index];
if (task_id_to_task.contains(task->info.task_id())) {
// Remove already-known tasks from `task_id_to_task`, so that at the
// end of the loop, only new tasks remain.
task_id_to_task.erase(task->info.task_id());
++index;
} else {
// Task has been removed.
if (task->end_of_sequence) {
finished_tasks_--;
}
tasks_.erase(tasks_.begin() + index);
if (index < next_task_index_) {
next_task_index_--;
}
if (!tasks_.empty() && next_task_index_ >= tasks_.size()) {
AdvanceTaskIndex();
}
}
}
for (auto& task : resp.task_info()) {
auto it = task_id_to_task.find(task.task_id());
if (it == task_id_to_task.end()) {
continue;
}
if (!ShouldReadFromTask(task)) {
VLOG(3) << "Skipping untargeted worker task " << task.task_id();
should_finish_iteration_ = false;
continue;
}
Status s = AddTask(it->second);
if (!s.ok()) {
status_ = s;
get_next_cv_.notify_all();
break;
}
}
}
bool DataServiceClient::ShouldReadFromTask(const TaskInfo& task) const
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
if (IsCoordinatedRead()) {
return true;
}
const bool is_local_task =
(LocalWorkers::Get(task.worker_address()) != nullptr);
if (params_.target_workers == TARGET_WORKERS_LOCAL && !is_local_task) {
return false;
}
// Cross-TF/TPU host reads may cause resource contention on the TF/TPU
// hosts. tf.data service avoids reading from non-local TF-hosted workers.
const bool is_cross_tf_host_read = !is_local_task && IsColocatedTask(task);
if (params_.target_workers == TARGET_WORKERS_AUTO && is_cross_tf_host_read) {
return false;
}
return true;
}
void DataServiceClient::RecordTFMetrics(const ClientHeartbeatResponse& resp)
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
for (const auto& task : resp.task_info()) {
if (worker_uids_.contains(task.worker_uid())) {
continue;
}
metrics::RecordTFDataServiceClientIterators(
task.worker_uid(), resp.deployment_mode(), params_.processing_mode,
IsCoordinatedRead());
worker_uids_.insert(task.worker_uid());
}
}
void DataServiceClient::UpdateBufferSize() TF_LOCKS_EXCLUDED(mu_) {
if (params_.max_outstanding_requests == model::kAutotune) {
// Adjust `max_outstanding_requests_` to account for newly added tasks.
// `tasks_` includes the local tasks, so we subtract one from the
// configured local task buffer size.
mutex_lock l(mu_);
int64_t max_outstanding_requests = tasks_.size();
if (max_outstanding_requests > max_outstanding_requests_) {
worker_thread_cv_.notify_all();
}
max_outstanding_requests_ = max_outstanding_requests;
}
}
void DataServiceClient::UpdateWorkerThreads() TF_LOCKS_EXCLUDED(mu_) {
mutex_lock l(mu_);
const int64_t max_num_threads =
std::min<int64_t>(tasks_.size(), max_outstanding_requests_);
while (num_running_worker_threads_ < max_num_threads && !cancelled_ &&
status_.ok()) {
num_running_worker_threads_++;
auto done = [this]() {
mutex_lock l(mu_);
num_running_worker_threads_--;
get_next_cv_.notify_all();
};
worker_threads_.push_back(ctx_->StartThread(
"tf-data-service-task_thread", [this, done = std::move(done)]() {
RunWorkerThread(std::move(done));
}));
}
}
void DataServiceClient::RunWorkerThread(std::function<void()> done)
TF_LOCKS_EXCLUDED(mu_) {
auto cleanup = gtl::MakeCleanup([done = std::move(done)]() {
done();
VLOG(1) << "Worker thread exiting";
});
VLOG(1) << "Starting worker thread";
std::shared_ptr<Task> task_to_process;
while (true) {
std::shared_ptr<Result> result;
{
mutex_lock l(mu_);
if (task_to_process) {
task_to_process->in_use = false;
--outstanding_requests_;
task_to_process = nullptr;
worker_thread_cv_.notify_one();
}
while (true) {
if (cancelled_ || !ShouldWaitForNext()) {
return;
}
task_to_process = GetTaskToProcess();
if (task_to_process) {
VLOG(3) << "Selected a task to process: "
<< task_to_process->info.ShortDebugString();
break;
}
worker_thread_cv_.wait(l);
}
DCHECK(task_to_process != nullptr);
task_to_process->in_use = true;
++outstanding_requests_;
if (IsCoordinatedRead()) {
// Reserve a spot in the results_ queue.
results_.push(std::make_shared<Result>());
ctx_->RecordBufferEnqueue(results_.back()->element);
result = results_.back();
} else {
// The result will be added to results_ when it's ready.
result = std::make_shared<Result>();
}
VLOG(3) << "Processing task " << task_to_process->info.task_id();
}
int64_t deadline_micros = kint64max;
Status s =
GetElementTraced(task_to_process.get(), deadline_micros,
/*enqueue_result=*/!IsCoordinatedRead(), result);
if (!s.ok()) {
mutex_lock l(mu_);
VLOG(1) << "Failed to get element from worker "
<< task_to_process->info.worker_address() << ": " << s;
task_to_process->in_use = false;
--outstanding_requests_;
status_ = errors::CreateWithUpdatedMessage(
s, absl::StrCat("Failed to get element from worker ",
task_to_process->info.worker_address(), ": ",
s.message()));
get_next_cv_.notify_all();
return;
}
}
}
// Reports whether we can request another element without violating
// `max_outstanding_requests_`.
bool DataServiceClient::ShouldProcessTask() TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
// When doing round-robin reads, outstanding requests pre-allocate a
// result in `results_`, so we only need to check the size of `results_`.
if (IsCoordinatedRead()) {
return results_.size() < max_outstanding_requests_;
}
// Otherwise, results aren't added to `results_` until the data has been
// successfully retrieved. We need to count requests already added to
// `results_` as well as in-progress requests.
return results_.size() + outstanding_requests_ < max_outstanding_requests_;
}
// Searches for a task to process, visiting tasks in-order and giving every
// task a chance to proceed.
std::shared_ptr<DataServiceClient::Task> DataServiceClient::GetTaskToProcess()
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
if (!ShouldProcessTask()) {
return nullptr;
}
for (int i = 0; i < tasks_.size(); ++i) {
std::shared_ptr<Task>& task = tasks_[next_task_index_];
if (IsCoordinatedRead() &&
(task->in_use ||
current_round_ >= round_robin_round_limit_.value_or(
std::numeric_limits<int64_t>::max()))) {
VLOG(4) << "No round robin task found. in_use: " << task->in_use
<< ". current_round: " << current_round_
<< ". round_robin_round_limit: "
<< round_robin_round_limit_.value_or(-1);
return nullptr;
}
if (current_round_ < task->info.starting_round() || task->in_use ||
task->end_of_sequence || task->removed) {
VLOG(3) << "Skipping task " << next_task_index_
<< ". starting round: " << task->info.starting_round()
<< ". current round: " << current_round_
<< ". task->in_use: " << task->in_use
<< ". end_of_sequence: " << task->end_of_sequence
<< ". task->removed: " << task->removed;
AdvanceTaskIndex();
continue;
}
task->round = current_round_;
AdvanceTaskIndex();
return task;
}
return nullptr;
}
// Increments the next task index, starting over if all tasks have been
// processed.
void DataServiceClient::AdvanceTaskIndex() TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
next_task_index_++;
if (next_task_index_ >= tasks_.size()) {
current_round_++;
next_task_index_ = 0;
}
}
Status DataServiceClient::TryGetElement(const Task& task,
GetElementResult& result) {
GetElementRequest req;
req.set_task_id(task.info.task_id());
req.set_skipped_previous_round(task.skipped_previous_round);
if (IsCoordinatedRead()) {
req.set_consumer_index(params_.consumer_index.value());
req.set_round_index(task.round);
req.set_allow_skip(true);
}
if (params_.cross_trainer_cache_options) {
req.set_trainer_id(params_.cross_trainer_cache_options->trainer_id());
}
return task.worker->GetElement(req, result);
}
void DataServiceClient::ProcessGetElementResponse(
bool enqueue_result, GetElementResult& get_element_result,
std::shared_ptr<Result> result, Task& task) TF_LOCKS_EXCLUDED(mu_) {
mutex_lock l(mu_);
result->ready = true;
result->end_of_sequence = get_element_result.end_of_sequence;
result->skip = get_element_result.skip;
if (!get_element_result.end_of_sequence && !get_element_result.skip) {
task.skipped_previous_round = false;
result->element = std::move(get_element_result.components);
result->element_index = get_element_result.element_index;
result->task_id = task.info.task_id();
} else if (get_element_result.skip) {
task.skipped_previous_round = true;
} else {
task.end_of_sequence = true;
finished_tasks_++;
}
if (enqueue_result && !result->end_of_sequence) {
ctx_->RecordBufferEnqueue(result->element);
results_.push(std::move(result));
}
get_next_cv_.notify_all();
}
Status DataServiceClient::GetElementTraced(Task* task, int64_t deadline_micros,
bool enqueue_result,
std::shared_ptr<Result> result)
TF_LOCKS_EXCLUDED(mu_) {
VLOG(3) << "Getting an element for task id " << task->info.task_id();
tensorflow::profiler::TraceMe activity(
"GetDataServiceElement", tensorflow::profiler::TraceMeLevel::kInfo);
activity.AppendMetadata([&]() {
return profiler::TraceMeEncode({{"address", task->info.worker_address()}});
});
if (IsCoordinatedRead()) {
VLOG(3) << "Requesting element from consumer index "
<< params_.consumer_index.value() << ", round " << task->round;
activity.AppendMetadata([&]() {
return profiler::TraceMeEncode(
{{"consumer_index", params_.consumer_index.value()},
{"round_index", task->round}});
});
}
Status s = GetElement(task, deadline_micros, enqueue_result, result);
mutex_lock l(mu_);
VLOG(3) << "Got an element for task id " << task->info.task_id();
return s;
}
Status DataServiceClient::MaybeRemoveTask(Task& task, int64_t deadline_micros,
Result& result)
TF_LOCKS_EXCLUDED(mu_) {
bool removed;
VLOG(1) << "Requesting task removal for worker " << task.info.worker_address()
<< " in round " << task.round;
TF_RETURN_IF_ERROR(grpc_util::Retry(
[&] {
return dispatcher_->MaybeRemoveTask(task.info.task_id(),
params_.consumer_index.value(),
task.round, removed);
},
/*should_retry=*/
[&] {
mutex_lock l(mu_);
return !cancelled_;
},
/*description=*/"request task removal ", deadline_micros));
if (removed) {
mutex_lock l(mu_);
task.removed = true;
result.ready = true;
result.skip = true;
get_next_cv_.notify_all();
return OkStatus();
}
VLOG(1) << "Failed to remove task for worker " << task.info.worker_address();
return OkStatus();
}
Status DataServiceClient::GetElement(Task* task, int64_t deadline_micros,
bool enqueue_result,
std::shared_ptr<Result> result)
TF_LOCKS_EXCLUDED(mu_) {
GetElementResult get_element_result;
while (true) {
Status s = TryGetElement(*task, get_element_result);
if (s.ok()) {
task->num_retries = 0;
break;
}
if (!IsPreemptedError(s)) {
if (task->worker->GetDataTransferProtocol() == kGrpcTransferProtocol ||
task->worker->GetDataTransferProtocol() == kLocalTransferProtocol) {
return s;
}
LOG(ERROR) << "failed to use alternative data transfer protocol '"
<< task->worker->GetDataTransferProtocol()
<< "'; falling back to grpc. Original error: " << s;
metrics::RecordTFDataServiceDataTransferProtocolError(
task->worker->GetDataTransferProtocol(),
static_cast<error::Code>(s.raw_code()), std::string(s.message()));
mutex_lock l(mu_);
TF_ASSIGN_OR_RETURN(std::unique_ptr<DataServiceWorkerClient> worker,
CreateGrpcWorkerClient(task->info));
task->worker = std::move(worker);
continue;
}
{
mutex_lock l(mu_);
if (cancelled_) {
return errors::Cancelled("DataServiceDataset iterator cancelled");
}
}
int64_t now_micros = Env::Default()->NowMicros();
if (now_micros > deadline_micros) {
return s;
}
if (IsCoordinatedRead() && task->num_retries > 0) {
TF_RETURN_IF_ERROR(MaybeRemoveTask(*task, deadline_micros, *result));
mutex_lock l(mu_);
if (result->skip) {
return OkStatus();
}
}
int64_t backoff_until =
std::min(deadline_micros,
now_micros + ComputeBackoffMicroseconds(task->num_retries++));
VLOG(1) << "Failed to get an element from worker "
<< task->info.worker_address() << ": " << s << ". Will retry in "
<< (backoff_until - now_micros) << " microseconds";
Env::Default()->SleepForMicroseconds(backoff_until - now_micros);
if (!IsCoordinatedRead()) {
mutex_lock l(mu_);
// Mark the result as skipped so that we try reading from a different
// task before returning to this one.
result->ready = true;
result->skip = true;
return OkStatus();
}
}
ProcessGetElementResponse(enqueue_result, get_element_result, result, *task);
return OkStatus();
}
bool DataServiceClient::ResultReady() const TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
return !results_.empty() && results_.front()->ready;
}
std::shared_ptr<DataServiceClient::Result> DataServiceClient::PopNextResult()
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
std::shared_ptr<Result> result = results_.front();
results_.pop();
ctx_->RecordBufferDequeue(result->element);
return result;
}
bool DataServiceClient::IsCoordinatedRead() const {
return params_.num_consumers.has_value();
}
std::string DataServiceClient::DebugString() const
TF_EXCLUSIVE_LOCKS_REQUIRED(mu_) {
return absl::Substitute(
"results_ { size: $0 front.ready: $1 } iteration_finished_: $2 "
"tasks { size: $3 } finished_tasks_: $4 "
"num_running_worker_threads_: $5",
results_.size(), !results_.empty() && results_.front()->ready,
iteration_finished_, tasks_.size(), finished_tasks_,
num_running_worker_threads_);
}
} // namespace data
} // namespace tensorflow
| [
"gardener@tensorflow.org"
] | gardener@tensorflow.org |
2c9c7f07dd2b01dec495179ad88249e9e8ce4e07 | f94ca9f5fd77d08442291909c89b3ecefe3bfb2b | /src/privatemodeapplet/privatemodebrief.h | 3ff045fe6cab91b2d8c9e274abddef7cbef439fd | [] | no_license | dudochkin-victor/touch-systemui | d6921b371358a7428ac9c408789b03627ad08146 | 3a15ca779ebe41f091674c6b8c21d22eeac122b9 | refs/heads/master | 2021-01-15T16:17:27.083927 | 2013-05-16T06:35:27 | 2013-05-16T06:35:27 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,107 | h | /****************************************************************************
**
** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (directui@nokia.com)
**
** This file is part of systemui.
**
** If you have questions regarding the use of this file, please contact
** Nokia at directui@nokia.com.
**
** This library is free software; you can redistribute it and/or
** modify it under the terms of the GNU Lesser General Public
** License version 2.1 as published by the Free Software Foundation
** and appearing in the file LICENSE.LGPL included in the packaging
** of this file.
**
****************************************************************************/
#ifndef PRIVATEMODEBRIEF_H
#define PRIVATEMODEBRIEF_H
#include <DcpBrief>
#include <MGConfItem>
class PrivateModeBrief: public DcpBrief {
Q_OBJECT
public:
PrivateModeBrief();
virtual bool toggle() const;
virtual void setToggle (bool toggle);
virtual int widgetTypeID() const;
private:
MGConfItem privateSetting;
};
#endif // PRIVATEMODEBRIEF
| [
"dudochkin.victor@gmail.com"
] | dudochkin.victor@gmail.com |
1223fcf1d4ad2c0e7bf10683700082d05b43a594 | 614ab8e9e08c35f4e5f2917d6a7f672182a0491f | /Project1 ProductOrder/productorder_test.cpp | 5ccf55e84172703e57468db776fb506a5b4484af | [] | no_license | Yaboi-Gengarboi/CS311 | 27fd3c0de348fb93826ac72e43d76937b117a893 | 48e9e4f57dbda6ad8d186a9be6347dfaf2f5b7ce | refs/heads/master | 2023-01-24T09:29:31.745574 | 2020-11-30T17:45:05 | 2020-11-30T17:45:05 | 292,393,554 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 19,610 | cpp | // productorder_test.cpp
// Glenn G. Chappell
// 2020-08-31
//
// For CS 311 Fall 2020
// Test program for class ProductOrder
// For Project 1, Exercise A
// Uses the "doctest" unit-testing framework, version 2
// Requires doctest.h, productorder.h, productorder.cpp
// Includes for code to be tested
#include "productorder.h" // For class ProductOrder
#include "productorder.h" // Double-inclusion check, for testing only
// Includes for the "doctest" unit-testing framework
#define DOCTEST_CONFIG_IMPLEMENT
// We write our own main
#define DOCTEST_CONFIG_SUPER_FAST_ASSERTS
// Reduce compile time
#include "doctest.h" // For doctest
// Includes for all test programs
#include <iostream>
using std::cout;
using std::endl;
using std::cin;
#include <string>
using std::string;
// Additional includes for this test program
#include <string>
using std::string;
#include <ostream>
using std::ostream;
#include <sstream>
using std::ostringstream;
#include <cstddef>
using std::size_t;
#include <utility>
using std::move;
// *********************************************************************
// Helper Functions/Classes for This Test Program
// *********************************************************************
// class TypeCheck
// This class exists in order to have static member function "check",
// which takes a parameter of a given type, by reference. Objects of
// type TypeCheck<T> cannot be created.
// Usage:
// TypeCheck<MyType>::check(x)
// returns true if the type of x is (MyType) or (const MyType),
// otherwise false.
// Invariants: None.
// Requirements on Types: None.
template<typename T>
class TypeCheck
{
private:
// No default ctor
TypeCheck() = delete;
// Uncopyable. Do not define copy/move ctor/assn.
TypeCheck(const TypeCheck&) = delete;
TypeCheck(TypeCheck&&) = delete;
TypeCheck<T>& operator=(const TypeCheck&) = delete;
TypeCheck<T>& operator=(TypeCheck&&) = delete;
// Compiler-generated dctor is used (but irrelevant).
~TypeCheck() = default;
public:
// check
// The function and function template below simulate a single
// function that takes a single parameter, and returns true iff the
// parameter has type T or (const T).
// check (reference-to-const T)
// Pre: None.
// Post:
// Return is true.
// Does not throw (No-Throw Guarantee)
static bool check([[maybe_unused]] const T& param)
{
return true;
}
// check (reference-to-const non-T)
// Pre: None.
// Post:
// Return is false.
// Requirements on types: None.
// Does not throw (No-Throw Guarantee)
template <typename OtherType>
static bool check([[maybe_unused]] const OtherType& param)
{
return false;
}
}; // End class TypeCheck
// *********************************************************************
// Test Cases
// *********************************************************************
TEST_CASE("Function return types are correct")
{
ProductOrder t1;
ProductOrder t2;
SUBCASE("Copy assn returns ProductOrder by ref")
{
[[maybe_unused]] ProductOrder& r(t1 = t2); // By-reference check
REQUIRE(TypeCheck<ProductOrder>::check(t1 = t2));
}
SUBCASE("Move assn returns ProductOrder by ref")
{
ProductOrder t_movable;
[[maybe_unused]] ProductOrder& r(t1 = move(t_movable)); // By-reference check
REQUIRE(TypeCheck<ProductOrder>::check(t1 = move(t_movable)));
}
SUBCASE("ProductOrder::getName returns string by value")
{
[[maybe_unused]] string&& rr(t1.getName()); // by-value check
REQUIRE(TypeCheck<string>::check(t1.getName()));
}
SUBCASE("ProductOrder::getNumber returns int by value")
{
[[maybe_unused]] int&& rr(t1.getNumber()); // by-value check
REQUIRE(TypeCheck<int>::check(t1.getNumber()));
}
SUBCASE("ProductOrder::empty returns bool by value")
{
[[maybe_unused]] bool&& rr(t1.empty()); // by-value check
REQUIRE(TypeCheck<bool>::check(t1.empty()));
}
SUBCASE("ProductOrder::toString returns string by value")
{
[[maybe_unused]] string&& rr(t1.toString()); // by-value check
REQUIRE(TypeCheck<string>::check(t1.toString()));
}
SUBCASE("ProductOrder::operator++ [pre] returns ProductOrder by ref")
{
[[maybe_unused]] ProductOrder& r(++t1); // By-reference check
REQUIRE(TypeCheck<ProductOrder>::check(++t1));
}
SUBCASE("ProductOrder::operator++ [post] returns ProductOrder by value")
{
[[maybe_unused]] ProductOrder&& rr(t1++); // by-value check
REQUIRE(TypeCheck<ProductOrder>::check(t1++));
}
SUBCASE("ProductOrder::operator-- [pre] returns ProductOrder by ref")
{
[[maybe_unused]] ProductOrder& r(--t1); // By-reference check
REQUIRE(TypeCheck<ProductOrder>::check(--t1));
}
SUBCASE("ProductOrder::operator-- [post] returns ProductOrder by value")
{
[[maybe_unused]] ProductOrder&& rr(t1--); // by-value check
REQUIRE(TypeCheck<ProductOrder>::check(t1--));
}
SUBCASE("operator==(ProductOrder,ProductOrder) returns bool by value")
{
[[maybe_unused]] bool&& rr(t1 == t2); // by-value check
REQUIRE(TypeCheck<bool>::check(t1 == t2));
}
SUBCASE("operator!=(ProductOrder,ProductOrder) returns bool by value")
{
[[maybe_unused]] bool&& rr(t1 != t2); // by-value check
REQUIRE(TypeCheck<bool>::check(t1 != t2));
}
SUBCASE("operator<<(ostream,ProductOrder) returns ostream by ref")
{
ostringstream ostr;
[[maybe_unused]] ostream& r(ostr << t1); // By-reference check
REQUIRE(TypeCheck<ostream>::check(ostr << t1));
}
}
TEST_CASE("Functions are const-correct (passes if it compiles)")
{
SUBCASE("Calling functions on a const ProductOrder object")
{
const ProductOrder tc1;
[[maybe_unused]] string s1 = tc1.getName(); // ProductOrder::getName
[[maybe_unused]] int w = tc1.getNumber(); // ProductOrder::getNumber
[[maybe_unused]] bool b = tc1.empty(); // ProductOrder::empty
[[maybe_unused]] string s2 = tc1.toString(); // ProductOrder::toString
REQUIRE(0 == 0); // Section passes if it compiles
}
SUBCASE("Taking const ProductOrder arguments")
{
const ProductOrder tc1;
const ProductOrder tc2;
ProductOrder t3 = tc1; // Copy ctor
t3 = tc1; // Copy assn
[[maybe_unused]] bool b1 = ( tc1 == tc2 ); // op==(ProductOrder,ProductOrder)
[[maybe_unused]] bool b2 = ( tc1 != tc2 ); // op!=(ProductOrder,ProductOrder)
ostringstream ostr;
ostr << tc1; // op<<(ostring,ProductOrder)
REQUIRE(0 == 0); // Section passes if it compiles
}
SUBCASE("Taking const string arguments")
{
const string s;
ProductOrder t(s, 0); // Data ctor
t.setName(s); // ProductOrder::setName
REQUIRE(0 == 0); // Section passes if it compiles
}
}
TEST_CASE("Default-constructed ProductOrder object: blank name, 0 count")
{
ProductOrder t1;
REQUIRE(t1.getName() == "UNSPECIFIED");
REQUIRE(t1.getNumber() == 0);
REQUIRE(t1.empty());
SUBCASE("Set name")
{
t1.setName("abc");
REQUIRE(t1.getName() == "abc");
REQUIRE(t1.getNumber() == 0);
REQUIRE(t1.empty());
}
SUBCASE("Set number")
{
t1.setNumber(20);
REQUIRE(t1.getName() == "UNSPECIFIED");
REQUIRE(t1.getNumber() == 20);
REQUIRE_FALSE(t1.empty());
}
SUBCASE("Set name, number")
{
t1.setName("def");
t1.setNumber(30);
REQUIRE(t1.getName() == "def");
REQUIRE(t1.getNumber() == 30);
REQUIRE_FALSE(t1.empty());
}
SUBCASE("Set number, name")
{
t1.setNumber(40);
t1.setName("ghi");
REQUIRE(t1.getName() == "ghi");
REQUIRE(t1.getNumber() == 40);
REQUIRE_FALSE(t1.empty());
}
}
TEST_CASE("Data-constructed ProductOrder object")
{
ProductOrder t1("xyz", 100);
REQUIRE(t1.getName() == "xyz");
REQUIRE(t1.getNumber() == 100);
REQUIRE_FALSE(t1.empty());
SUBCASE("Set name")
{
t1.setName("abc");
REQUIRE(t1.getName() == "abc");
REQUIRE(t1.getNumber() == 100);
REQUIRE_FALSE(t1.empty());
}
SUBCASE("Set number")
{
t1.setNumber(20);
REQUIRE(t1.getName() == "xyz");
REQUIRE(t1.getNumber() == 20);
REQUIRE_FALSE(t1.empty());
}
SUBCASE("Set name, number")
{
t1.setName("def");
t1.setNumber(30);
REQUIRE(t1.getName() == "def");
REQUIRE(t1.getNumber() == 30);
REQUIRE_FALSE(t1.empty());
}
SUBCASE("Set number, name")
{
t1.setNumber(40);
t1.setName("ghi");
REQUIRE(t1.getName() == "ghi");
REQUIRE(t1.getNumber() == 40);
REQUIRE_FALSE(t1.empty());
}
}
TEST_CASE("Copied ProductOrder objects")
{
SUBCASE("Copy-constructed ProductOrder object")
{
ProductOrder t1("xyz", 100);
ProductOrder t2 = t1;
REQUIRE(t1.getName() == "xyz");
REQUIRE(t1.getNumber() == 100);
REQUIRE_FALSE(t1.empty());
REQUIRE(t2.getName() == "xyz");
REQUIRE(t2.getNumber() == 100);
REQUIRE_FALSE(t2.empty());
t2.setName("abc");
t2.setNumber(10);
REQUIRE(t1.getName() == "xyz");
REQUIRE(t1.getNumber() == 100);
REQUIRE_FALSE(t1.empty());
REQUIRE(t2.getName() == "abc");
REQUIRE(t2.getNumber() == 10);
REQUIRE_FALSE(t2.empty());
t1.setName("def");
t1.setNumber(20);
REQUIRE(t1.getName() == "def");
REQUIRE(t1.getNumber() == 20);
REQUIRE_FALSE(t1.empty());
REQUIRE(t2.getName() == "abc");
REQUIRE(t2.getNumber() == 10);
REQUIRE_FALSE(t2.empty());
}
SUBCASE("Copy-assigned ProductOrder object")
{
ProductOrder t1("xyz", 100);
ProductOrder t2;
t2 = t1;
REQUIRE(t1.getName() == "xyz");
REQUIRE(t1.getNumber() == 100);
REQUIRE_FALSE(t1.empty());
REQUIRE(t2.getName() == "xyz");
REQUIRE(t2.getNumber() == 100);
REQUIRE_FALSE(t2.empty());
t2.setName("abc");
t2.setNumber(10);
REQUIRE(t1.getName() == "xyz");
REQUIRE(t1.getNumber() == 100);
REQUIRE_FALSE(t1.empty());
REQUIRE(t2.getName() == "abc");
REQUIRE(t2.getNumber() == 10);
REQUIRE_FALSE(t2.empty());
t1.setName("def");
t1.setNumber(20);
REQUIRE(t1.getName() == "def");
REQUIRE(t1.getNumber() == 20);
REQUIRE_FALSE(t1.empty());
REQUIRE(t2.getName() == "abc");
REQUIRE(t2.getNumber() == 10);
REQUIRE_FALSE(t2.empty());
}
}
TEST_CASE("String conversions")
{
ProductOrder t1;
ProductOrder t2("xyz", 100);
ProductOrder t3("", 0);
SUBCASE("ProductOrder::toString")
{
REQUIRE(t1.toString() == "UNSPECIFIED (0)");
REQUIRE(t2.toString() == "xyz (100)");
REQUIRE(t3.toString() == " (0)");
}
SUBCASE("operator<<(ostream,ProductOrder)")
{
ostringstream ostr1;
ostr1 << t1;
REQUIRE(ostr1.str() == "UNSPECIFIED (0)");
ostringstream ostr2;
ostr2 << t2;
REQUIRE(ostr2.str() == "xyz (100)");
ostringstream ostr3;
ostr3 << t3;
REQUIRE(ostr3.str() == " (0)");
}
}
TEST_CASE("Increment & decrement")
{
ProductOrder t1;
ProductOrder t2("xyz", 10);
SUBCASE("Increment ordinary object")
{
ProductOrder t3 = ( ++t2 );
REQUIRE(t2.getName() == "xyz");
REQUIRE(t2.getNumber() == 11);
REQUIRE_FALSE(t2.empty());
REQUIRE(t3.getName() == "xyz");
REQUIRE(t3.getNumber() == 11);
REQUIRE_FALSE(t3.empty());
ProductOrder t4 = ( t2++ );
REQUIRE(t2.getName() == "xyz");
REQUIRE(t2.getNumber() == 12);
REQUIRE_FALSE(t2.empty());
REQUIRE(t4.getName() == "xyz");
REQUIRE(t4.getNumber() == 11);
REQUIRE_FALSE(t4.empty());
++( ++t2 );
REQUIRE(t2.getName() == "xyz");
REQUIRE(t2.getNumber() == 14);
REQUIRE_FALSE(t2.empty());
}
SUBCASE("Increment object with zero count")
{
++t1;
REQUIRE(t1.getName() == "UNSPECIFIED");
REQUIRE(t1.getNumber() == 1);
REQUIRE_FALSE(t1.empty());
t1++;
REQUIRE(t1.getName() == "UNSPECIFIED");
REQUIRE(t1.getNumber() == 2);
REQUIRE_FALSE(t1.empty());
}
SUBCASE("Decrement ordinary object")
{
ProductOrder t3 = ( --t2 );
REQUIRE(t2.getName() == "xyz");
REQUIRE(t2.getNumber() == 9);
REQUIRE_FALSE(t2.empty());
REQUIRE(t3.getName() == "xyz");
REQUIRE(t3.getNumber() == 9);
REQUIRE_FALSE(t3.empty());
ProductOrder t4 = ( t2-- );
REQUIRE(t2.getName() == "xyz");
REQUIRE(t2.getNumber() == 8);
REQUIRE_FALSE(t2.empty());
REQUIRE(t4.getName() == "xyz");
REQUIRE(t4.getNumber() == 9);
REQUIRE_FALSE(t4.empty());
--( --t2 );
REQUIRE(t2.getName() == "xyz");
REQUIRE(t2.getNumber() == 6);
REQUIRE_FALSE(t2.empty());
}
SUBCASE("Decrement object with zero count")
{
--t1;
REQUIRE(t1.getName() == "UNSPECIFIED");
REQUIRE(t1.getNumber() == 0);
REQUIRE(t1.empty());
t1--;
REQUIRE(t1.getName() == "UNSPECIFIED");
REQUIRE(t1.getNumber() == 0);
REQUIRE(t1.empty());
}
}
TEST_CASE("Equality & inequality")
{
ProductOrder t1("abc", 10); // Base value
ProductOrder t2("abc", 10); // Same
ProductOrder t3("def", 10); // Different name
ProductOrder t4("abc", 20); // Different count
ProductOrder t5("def", 20); // Different name & count
SUBCASE("Equality")
{
REQUIRE(t1 == t1);
REQUIRE(t1 == t2);
REQUIRE(t2 == t1);
REQUIRE_FALSE(t1 == t3);
REQUIRE_FALSE(t3 == t1);
REQUIRE_FALSE(t1 == t4);
REQUIRE_FALSE(t4 == t1);
REQUIRE_FALSE(t1 == t5);
REQUIRE_FALSE(t5 == t1);
}
SUBCASE("Inequality")
{
REQUIRE_FALSE(t1 != t1);
REQUIRE_FALSE(t1 != t2);
REQUIRE_FALSE(t2 != t1);
REQUIRE(t1 != t3);
REQUIRE(t3 != t1);
REQUIRE(t1 != t4);
REQUIRE(t4 != t1);
REQUIRE(t1 != t5);
REQUIRE(t5 != t1);
}
}
TEST_CASE("Large values")
{
const size_t bigname_len = 1000001;
string bigname(bigname_len, 'x'); // We make this into a long string
int bigcount = 2147483641; // Almost greatest 32-bit signed value
ostringstream ostr;
ostr << bigname << " (" << bigcount << ")";
string bigstringform = ostr.str();
// String form of ProductOrder(bigname, bigcount)
SUBCASE("Construction from large values")
{
ProductOrder t1(bigname, bigcount);
REQUIRE(t1.getName() == bigname);
REQUIRE(t1.getNumber() == bigcount);
REQUIRE_FALSE(t1.empty());
// Check size & prefix first, to avoid enormous error messages
REQUIRE(t1.toString().size() == bigstringform.size());
REQUIRE(t1.toString().substr(0, 20) == bigstringform.substr(0, 20));
REQUIRE(t1.toString() == bigstringform);
}
SUBCASE("Set functions, passing large values")
{
ProductOrder t1;
t1.setName(bigname);
t1.setNumber(bigcount);
REQUIRE(t1.getName() == bigname);
REQUIRE(t1.getNumber() == bigcount);
REQUIRE_FALSE(t1.empty());
// Check size & prefix first, to avoid enormous error messages
REQUIRE(t1.toString().size() == bigstringform.size());
REQUIRE(t1.toString().substr(0, 20) == bigstringform.substr(0, 20));
REQUIRE(t1.toString() == bigstringform);
}
}
TEST_CASE("Same-object tests")
{
SUBCASE("Copy assignment returns *this")
{
ProductOrder t1;
ProductOrder t2;
ProductOrder& r(t1 = t2);
REQUIRE(&r == &t1);
}
SUBCASE("Move assignment returns *this")
{
ProductOrder t1;
ProductOrder t_movable;
ProductOrder& r(t1 = move(t_movable));
REQUIRE(&r == &t1);
}
SUBCASE("pre-increment returns *this")
{
ProductOrder t1;
ProductOrder& r(++t1);
REQUIRE(&r == &t1);
}
SUBCASE("pre-decrement returns *this")
{
ProductOrder t1;
ProductOrder& r(--t1);
REQUIRE(&r == &t1);
}
SUBCASE("post-increment returns copy")
{
ProductOrder t1;
ProductOrder&& rr1(t1++);
ProductOrder&& rr2(t1++);
REQUIRE(&rr1 != &t1);
REQUIRE(&rr1 != &rr2);
}
SUBCASE("post-decrement returns copy")
{
ProductOrder t1;
ProductOrder&& rr1(t1--);
ProductOrder&& rr2(t1--);
REQUIRE(&rr1 != &t1);
REQUIRE(&rr1 != &rr2);
}
SUBCASE("getName returns copy")
{
ProductOrder t1;
string&& rr1(t1.getName());
string&& rr2(t1.getName());
REQUIRE(&rr1 != &rr2);
}
SUBCASE("getNumber returns copy")
{
ProductOrder t1;
int&& rr1(t1.getNumber());
int&& rr2(t1.getNumber());
REQUIRE(&rr1 != &rr2);
}
SUBCASE("empty returns copy")
{
ProductOrder t1;
bool&& rr1(t1.empty());
bool&& rr2(t1.empty());
REQUIRE(&rr1 != &rr2);
}
SUBCASE("operator<< returns original stream")
{
ostringstream ostr;
ProductOrder t1;
ostream& r(ostr << t1);
REQUIRE(&r == &ostr);
}
}
// *********************************************************************
// Main Program
// *********************************************************************
// userPause
// Wait for user to press ENTER: read all chars through first newline.
void userPause()
{
std::cout.flush();
while (std::cin.get() != '\n');
}
// Main program
// Run all tests. Prompt for ENTER before exiting.
int main(int argc,
char* argv[])
{
const std::string tname = "class ProductOrder"
" - CS 311 Proj 1, Ex A";
// Printable name for this test suite
doctest::Context dtcontext;
// Primary doctest object
int dtresult; // doctest return code; for return by main
// Handle command line
dtcontext.applyCommandLine(argc, argv);
dtresult = 0; // doctest flags no command-line errors
// (strange but true)
if (!dtresult) // Continue only if no command-line error
{
// Run test suites
std::cout << "BEGIN tests for "
<< tname << std::endl << std::endl;
dtresult = dtcontext.run();
std::cout << "END tests for "
<< tname << std::endl << std::endl;
}
// If we want to do something else here, then we need to check
// context.shouldExit() first.
// Wait for user
std::cout << "Press ENTER to quit ";
userPause();
// Program return value is return code from doctest
return dtresult;
} | [
"jpdurnford@alaska.edu"
] | jpdurnford@alaska.edu |
11aa3c4fd5c66959e0d21a6b73727e94b381bc61 | 3983fecfb144b430596212694b0616ff14ae9c42 | /Development/AAM/AAM/AAM_PDM.cpp | b8d26e070a413206e845a67b7189479c050ecf6e | [
"BSD-3-Clause"
] | permissive | sheldonrobinson/face-gesture-api | 4adc0012124cca6426f40ee26804078aef61bc8a | 3c92f6033d667445067643399a73478f9449ebe2 | refs/heads/master | 2021-01-10T03:49:07.625344 | 2019-04-22T06:42:09 | 2019-04-22T06:42:09 | 53,449,477 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,134 | cpp | /****************************************************************************
*
* Copyright (c) 2008 by Yao Wei, all rights reserved.
*
* Author: Yao Wei
* Contact: njustyw@gmail.com
*
* This software is partly based on the following open source:
*
* - OpenCV
*
****************************************************************************/
#include "AAM_PDM.h"
using namespace std;
AAM_PDM::AAM_PDM()
{
__MeanShape = 0;
__ShapesEigenVectors = 0;
__ShapesEigenValues = 0;
__matshape = 0;
}
AAM_PDM::~AAM_PDM()
{
cvReleaseMat(&__MeanShape);
cvReleaseMat(&__ShapesEigenVectors);
cvReleaseMat(&__ShapesEigenValues);
cvReleaseMat(&__matshape);
}
void AAM_PDM::CalcShape(const CvMat* pq, CvMat* s)
{
int nmodes = nModes(), npoints = nPoints();
// assert(pq->cols == 4+nmodes && s->cols == npoints*2);
CvMat p; cvGetCols(pq, &p, 4, 4+nmodes);
cvBackProjectPCA(&p, __MeanShape, __ShapesEigenVectors, s);
double* fasts = s->data.db;
double a=cvmGet(pq,0,0)+1, b=cvmGet(pq,0,1),
tx=cvmGet(pq,0,2), ty=cvmGet(pq,0,3);
double x, y;
for(int i = 0; i < npoints; i++)
{
x = fasts[2*i ];
y = fasts[2*i+1];
fasts[2*i ] = a*x-b*y+tx;
fasts[2*i+1] = b*x+a*y+ty;
}
}
void AAM_PDM::CalcParams(const CvMat* s, CvMat* pq)
{
__x.Mat2Point(s);
CalcParams(__x, pq);
}
void AAM_PDM::CalcParams(const CvMat* s, CvMat* p, CvMat* q)
{
int nmodes = nModes(), npoints = nPoints();
// assert(pq->cols == 4+nmodes);
double a, b, tx, ty;
double a_, b_, tx_, ty_;
double norm;
__y.Mat2Point(s);
__y.COG(tx, ty);
__y.Translate(-tx, -ty);
cvmSet(q,0,2,tx);
cvmSet(q,0,3,ty);
// do a few iterations to get (s, theta, p)
cvZero(p);
for(int iter = 0; iter < 2; iter++)
{
cvBackProjectPCA(p, __MeanShape, __ShapesEigenVectors, __matshape);
__x.Mat2Point(__matshape);
__x.AlignTransformation(__y, a, b, tx, ty); //in fact, tx = ty = 0
norm = a*a + b*b;
a_ = a / norm; b_ = -b / norm;
tx_ = (-a*tx - b*ty) / norm; ty_ = (b*tx - a*ty) / norm;
__x = __y;
__x.TransformPose(a_, b_, tx_, ty_);
__x.Point2Mat(__matshape);
cvProjectPCA(__matshape, __MeanShape, __ShapesEigenVectors, p);
}
cvmSet(q, 0, 0, a -1);
cvmSet(q, 0, 1, b);
Clamp(p, 1.8);
}
void AAM_PDM::CalcParams(const AAM_Shape& shape, CvMat* pq)
{
int nmodes = nModes(), npoints = nPoints();
// assert(pq->cols == 4+nmodes);
double a, b, tx, ty;
double a_, b_, tx_, ty_;
double norm;
__y = shape;
__y.COG(tx, ty);
__y.Translate(-tx, -ty);
cvmSet(pq,0,2,tx);
cvmSet(pq,0,3,ty);
// do a few iterations to get (s, theta, p)
CvMat p; cvGetCols(pq, &p, 4, 4+nmodes);
cvZero(&p);
for(int iter = 0; iter < 2; iter++)
{
cvBackProjectPCA(&p, __MeanShape, __ShapesEigenVectors, __matshape);
__x.Mat2Point(__matshape);
__x.AlignTransformation(__y, a, b, tx, ty); //in fact, tx = ty = 0
norm = a*a + b*b;
a_ = a / norm; b_ = -b / norm;
tx_ = (-a*tx - b*ty) / norm; ty_ = (b*tx - a*ty) / norm;
__x = __y;
__x.TransformPose(a_, b_, tx_, ty_);
__x.Point2Mat(__matshape);
cvProjectPCA(__matshape, __MeanShape, __ShapesEigenVectors, &p);
}
cvmSet(pq, 0, 0, a -1);
cvmSet(pq, 0, 1, b);
Clamp(&p, 1.8);
}
void AAM_PDM::Clamp(CvMat* p, double s_d /* = 3.0 */)
{
double* fastp = p->data.db;
double* fastv = __ShapesEigenValues->data.db;
int nmodes = nModes();
double limit;
for(int i = 0; i < nmodes; i++)
{
limit = s_d*sqrt(fastv[i]);
if(fastp[i] > limit) fastp[i] = limit;
else if(fastp[i] < -limit) fastp[i] = -limit;
}
}
void AAM_PDM::Read(std::ifstream& is)
{
int _nPoints, _nModes;
is >> _nPoints >> _nModes;
__MeanShape = cvCreateMat(1, _nPoints*2, CV_64FC1);
__ShapesEigenValues = cvCreateMat(1, _nModes, CV_64FC1);
__ShapesEigenVectors = cvCreateMat(_nModes, _nPoints*2, CV_64FC1);
__AAMRefShape.resize(_nPoints);
is >> __MeanShape;
is >> __ShapesEigenValues;
is >> __ShapesEigenVectors;
__AAMRefShape.Read(is);
__matshape = cvCreateMat(1, nPoints()*2, CV_64FC1);
} | [
"bkornel@gmail.com"
] | bkornel@gmail.com |
0cde2d972e5f7b1134dee41cc251006a6c3198e9 | 575731c1155e321e7b22d8373ad5876b292b0b2f | /examples/native/ios/Pods/boost-for-react-native/boost/fusion/container/set/detail/preprocessed/as_set50.hpp | 131f69033984355d5d1ebe6990c8c8edb9f4d296 | [
"BSL-1.0",
"MIT",
"LicenseRef-scancode-unknown-license-reference"
] | permissive | Nozbe/zacs | 802a84ffd47413a1687a573edda519156ca317c7 | c3d455426bc7dfb83e09fdf20781c2632a205c04 | refs/heads/master | 2023-06-12T20:53:31.482746 | 2023-06-07T07:06:49 | 2023-06-07T07:06:49 | 201,777,469 | 432 | 10 | MIT | 2023-01-24T13:29:34 | 2019-08-11T14:47:50 | JavaScript | UTF-8 | C++ | false | false | 240,879 | 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!
==============================================================================*/
namespace boost { namespace fusion { namespace detail
{
template <>
struct as_set<1>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1;
typedef typename fusion::result_of::value_of<I0>::type T0;
typedef set<T0> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
return result(*i0);
}
};
template <>
struct as_set<2>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1;
typedef set<T0 , T1> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0);
return result(*i0 , *i1);
}
};
template <>
struct as_set<3>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2;
typedef set<T0 , T1 , T2> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1);
return result(*i0 , *i1 , *i2);
}
};
template <>
struct as_set<4>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3;
typedef set<T0 , T1 , T2 , T3> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2);
return result(*i0 , *i1 , *i2 , *i3);
}
};
template <>
struct as_set<5>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4;
typedef set<T0 , T1 , T2 , T3 , T4> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3);
return result(*i0 , *i1 , *i2 , *i3 , *i4);
}
};
template <>
struct as_set<6>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5;
typedef set<T0 , T1 , T2 , T3 , T4 , T5> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5);
}
};
template <>
struct as_set<7>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6);
}
};
template <>
struct as_set<8>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7);
}
};
template <>
struct as_set<9>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8);
}
};
template <>
struct as_set<10>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9);
}
};
template <>
struct as_set<11>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10);
}
};
template <>
struct as_set<12>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11);
}
};
template <>
struct as_set<13>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12);
}
};
template <>
struct as_set<14>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13);
}
};
template <>
struct as_set<15>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14);
}
};
template <>
struct as_set<16>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15);
}
};
template <>
struct as_set<17>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16);
}
};
template <>
struct as_set<18>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17);
}
};
template <>
struct as_set<19>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18);
}
};
template <>
struct as_set<20>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19);
}
};
template <>
struct as_set<21>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20);
}
};
template <>
struct as_set<22>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21);
}
};
template <>
struct as_set<23>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22);
}
};
template <>
struct as_set<24>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23);
}
};
template <>
struct as_set<25>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24);
}
};
template <>
struct as_set<26>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25);
}
};
template <>
struct as_set<27>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26);
}
};
template <>
struct as_set<28>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27);
}
};
template <>
struct as_set<29>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28);
}
};
template <>
struct as_set<30>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29);
}
};
template <>
struct as_set<31>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30);
}
};
template <>
struct as_set<32>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31);
}
};
template <>
struct as_set<33>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32);
}
};
template <>
struct as_set<34>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33);
}
};
template <>
struct as_set<35>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34);
}
};
template <>
struct as_set<36>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35);
}
};
template <>
struct as_set<37>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36);
}
};
template <>
struct as_set<38>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37);
}
};
template <>
struct as_set<39>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38);
}
};
template <>
struct as_set<40>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39; typedef typename fusion::result_of::next<I39>::type I40;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38; typedef typename fusion::result_of::value_of<I39>::type T39;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37); typename gen::I39 i39 = fusion::next(i38);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38 , *i39);
}
};
template <>
struct as_set<41>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39; typedef typename fusion::result_of::next<I39>::type I40; typedef typename fusion::result_of::next<I40>::type I41;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38; typedef typename fusion::result_of::value_of<I39>::type T39; typedef typename fusion::result_of::value_of<I40>::type T40;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37); typename gen::I39 i39 = fusion::next(i38); typename gen::I40 i40 = fusion::next(i39);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38 , *i39 , *i40);
}
};
template <>
struct as_set<42>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39; typedef typename fusion::result_of::next<I39>::type I40; typedef typename fusion::result_of::next<I40>::type I41; typedef typename fusion::result_of::next<I41>::type I42;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38; typedef typename fusion::result_of::value_of<I39>::type T39; typedef typename fusion::result_of::value_of<I40>::type T40; typedef typename fusion::result_of::value_of<I41>::type T41;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37); typename gen::I39 i39 = fusion::next(i38); typename gen::I40 i40 = fusion::next(i39); typename gen::I41 i41 = fusion::next(i40);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38 , *i39 , *i40 , *i41);
}
};
template <>
struct as_set<43>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39; typedef typename fusion::result_of::next<I39>::type I40; typedef typename fusion::result_of::next<I40>::type I41; typedef typename fusion::result_of::next<I41>::type I42; typedef typename fusion::result_of::next<I42>::type I43;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38; typedef typename fusion::result_of::value_of<I39>::type T39; typedef typename fusion::result_of::value_of<I40>::type T40; typedef typename fusion::result_of::value_of<I41>::type T41; typedef typename fusion::result_of::value_of<I42>::type T42;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37); typename gen::I39 i39 = fusion::next(i38); typename gen::I40 i40 = fusion::next(i39); typename gen::I41 i41 = fusion::next(i40); typename gen::I42 i42 = fusion::next(i41);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38 , *i39 , *i40 , *i41 , *i42);
}
};
template <>
struct as_set<44>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39; typedef typename fusion::result_of::next<I39>::type I40; typedef typename fusion::result_of::next<I40>::type I41; typedef typename fusion::result_of::next<I41>::type I42; typedef typename fusion::result_of::next<I42>::type I43; typedef typename fusion::result_of::next<I43>::type I44;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38; typedef typename fusion::result_of::value_of<I39>::type T39; typedef typename fusion::result_of::value_of<I40>::type T40; typedef typename fusion::result_of::value_of<I41>::type T41; typedef typename fusion::result_of::value_of<I42>::type T42; typedef typename fusion::result_of::value_of<I43>::type T43;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37); typename gen::I39 i39 = fusion::next(i38); typename gen::I40 i40 = fusion::next(i39); typename gen::I41 i41 = fusion::next(i40); typename gen::I42 i42 = fusion::next(i41); typename gen::I43 i43 = fusion::next(i42);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38 , *i39 , *i40 , *i41 , *i42 , *i43);
}
};
template <>
struct as_set<45>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39; typedef typename fusion::result_of::next<I39>::type I40; typedef typename fusion::result_of::next<I40>::type I41; typedef typename fusion::result_of::next<I41>::type I42; typedef typename fusion::result_of::next<I42>::type I43; typedef typename fusion::result_of::next<I43>::type I44; typedef typename fusion::result_of::next<I44>::type I45;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38; typedef typename fusion::result_of::value_of<I39>::type T39; typedef typename fusion::result_of::value_of<I40>::type T40; typedef typename fusion::result_of::value_of<I41>::type T41; typedef typename fusion::result_of::value_of<I42>::type T42; typedef typename fusion::result_of::value_of<I43>::type T43; typedef typename fusion::result_of::value_of<I44>::type T44;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37); typename gen::I39 i39 = fusion::next(i38); typename gen::I40 i40 = fusion::next(i39); typename gen::I41 i41 = fusion::next(i40); typename gen::I42 i42 = fusion::next(i41); typename gen::I43 i43 = fusion::next(i42); typename gen::I44 i44 = fusion::next(i43);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38 , *i39 , *i40 , *i41 , *i42 , *i43 , *i44);
}
};
template <>
struct as_set<46>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39; typedef typename fusion::result_of::next<I39>::type I40; typedef typename fusion::result_of::next<I40>::type I41; typedef typename fusion::result_of::next<I41>::type I42; typedef typename fusion::result_of::next<I42>::type I43; typedef typename fusion::result_of::next<I43>::type I44; typedef typename fusion::result_of::next<I44>::type I45; typedef typename fusion::result_of::next<I45>::type I46;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38; typedef typename fusion::result_of::value_of<I39>::type T39; typedef typename fusion::result_of::value_of<I40>::type T40; typedef typename fusion::result_of::value_of<I41>::type T41; typedef typename fusion::result_of::value_of<I42>::type T42; typedef typename fusion::result_of::value_of<I43>::type T43; typedef typename fusion::result_of::value_of<I44>::type T44; typedef typename fusion::result_of::value_of<I45>::type T45;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37); typename gen::I39 i39 = fusion::next(i38); typename gen::I40 i40 = fusion::next(i39); typename gen::I41 i41 = fusion::next(i40); typename gen::I42 i42 = fusion::next(i41); typename gen::I43 i43 = fusion::next(i42); typename gen::I44 i44 = fusion::next(i43); typename gen::I45 i45 = fusion::next(i44);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38 , *i39 , *i40 , *i41 , *i42 , *i43 , *i44 , *i45);
}
};
template <>
struct as_set<47>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39; typedef typename fusion::result_of::next<I39>::type I40; typedef typename fusion::result_of::next<I40>::type I41; typedef typename fusion::result_of::next<I41>::type I42; typedef typename fusion::result_of::next<I42>::type I43; typedef typename fusion::result_of::next<I43>::type I44; typedef typename fusion::result_of::next<I44>::type I45; typedef typename fusion::result_of::next<I45>::type I46; typedef typename fusion::result_of::next<I46>::type I47;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38; typedef typename fusion::result_of::value_of<I39>::type T39; typedef typename fusion::result_of::value_of<I40>::type T40; typedef typename fusion::result_of::value_of<I41>::type T41; typedef typename fusion::result_of::value_of<I42>::type T42; typedef typename fusion::result_of::value_of<I43>::type T43; typedef typename fusion::result_of::value_of<I44>::type T44; typedef typename fusion::result_of::value_of<I45>::type T45; typedef typename fusion::result_of::value_of<I46>::type T46;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37); typename gen::I39 i39 = fusion::next(i38); typename gen::I40 i40 = fusion::next(i39); typename gen::I41 i41 = fusion::next(i40); typename gen::I42 i42 = fusion::next(i41); typename gen::I43 i43 = fusion::next(i42); typename gen::I44 i44 = fusion::next(i43); typename gen::I45 i45 = fusion::next(i44); typename gen::I46 i46 = fusion::next(i45);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38 , *i39 , *i40 , *i41 , *i42 , *i43 , *i44 , *i45 , *i46);
}
};
template <>
struct as_set<48>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39; typedef typename fusion::result_of::next<I39>::type I40; typedef typename fusion::result_of::next<I40>::type I41; typedef typename fusion::result_of::next<I41>::type I42; typedef typename fusion::result_of::next<I42>::type I43; typedef typename fusion::result_of::next<I43>::type I44; typedef typename fusion::result_of::next<I44>::type I45; typedef typename fusion::result_of::next<I45>::type I46; typedef typename fusion::result_of::next<I46>::type I47; typedef typename fusion::result_of::next<I47>::type I48;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38; typedef typename fusion::result_of::value_of<I39>::type T39; typedef typename fusion::result_of::value_of<I40>::type T40; typedef typename fusion::result_of::value_of<I41>::type T41; typedef typename fusion::result_of::value_of<I42>::type T42; typedef typename fusion::result_of::value_of<I43>::type T43; typedef typename fusion::result_of::value_of<I44>::type T44; typedef typename fusion::result_of::value_of<I45>::type T45; typedef typename fusion::result_of::value_of<I46>::type T46; typedef typename fusion::result_of::value_of<I47>::type T47;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 , T47> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37); typename gen::I39 i39 = fusion::next(i38); typename gen::I40 i40 = fusion::next(i39); typename gen::I41 i41 = fusion::next(i40); typename gen::I42 i42 = fusion::next(i41); typename gen::I43 i43 = fusion::next(i42); typename gen::I44 i44 = fusion::next(i43); typename gen::I45 i45 = fusion::next(i44); typename gen::I46 i46 = fusion::next(i45); typename gen::I47 i47 = fusion::next(i46);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38 , *i39 , *i40 , *i41 , *i42 , *i43 , *i44 , *i45 , *i46 , *i47);
}
};
template <>
struct as_set<49>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39; typedef typename fusion::result_of::next<I39>::type I40; typedef typename fusion::result_of::next<I40>::type I41; typedef typename fusion::result_of::next<I41>::type I42; typedef typename fusion::result_of::next<I42>::type I43; typedef typename fusion::result_of::next<I43>::type I44; typedef typename fusion::result_of::next<I44>::type I45; typedef typename fusion::result_of::next<I45>::type I46; typedef typename fusion::result_of::next<I46>::type I47; typedef typename fusion::result_of::next<I47>::type I48; typedef typename fusion::result_of::next<I48>::type I49;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38; typedef typename fusion::result_of::value_of<I39>::type T39; typedef typename fusion::result_of::value_of<I40>::type T40; typedef typename fusion::result_of::value_of<I41>::type T41; typedef typename fusion::result_of::value_of<I42>::type T42; typedef typename fusion::result_of::value_of<I43>::type T43; typedef typename fusion::result_of::value_of<I44>::type T44; typedef typename fusion::result_of::value_of<I45>::type T45; typedef typename fusion::result_of::value_of<I46>::type T46; typedef typename fusion::result_of::value_of<I47>::type T47; typedef typename fusion::result_of::value_of<I48>::type T48;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 , T47 , T48> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37); typename gen::I39 i39 = fusion::next(i38); typename gen::I40 i40 = fusion::next(i39); typename gen::I41 i41 = fusion::next(i40); typename gen::I42 i42 = fusion::next(i41); typename gen::I43 i43 = fusion::next(i42); typename gen::I44 i44 = fusion::next(i43); typename gen::I45 i45 = fusion::next(i44); typename gen::I46 i46 = fusion::next(i45); typename gen::I47 i47 = fusion::next(i46); typename gen::I48 i48 = fusion::next(i47);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38 , *i39 , *i40 , *i41 , *i42 , *i43 , *i44 , *i45 , *i46 , *i47 , *i48);
}
};
template <>
struct as_set<50>
{
template <typename I0>
struct apply
{
typedef typename fusion::result_of::next<I0>::type I1; typedef typename fusion::result_of::next<I1>::type I2; typedef typename fusion::result_of::next<I2>::type I3; typedef typename fusion::result_of::next<I3>::type I4; typedef typename fusion::result_of::next<I4>::type I5; typedef typename fusion::result_of::next<I5>::type I6; typedef typename fusion::result_of::next<I6>::type I7; typedef typename fusion::result_of::next<I7>::type I8; typedef typename fusion::result_of::next<I8>::type I9; typedef typename fusion::result_of::next<I9>::type I10; typedef typename fusion::result_of::next<I10>::type I11; typedef typename fusion::result_of::next<I11>::type I12; typedef typename fusion::result_of::next<I12>::type I13; typedef typename fusion::result_of::next<I13>::type I14; typedef typename fusion::result_of::next<I14>::type I15; typedef typename fusion::result_of::next<I15>::type I16; typedef typename fusion::result_of::next<I16>::type I17; typedef typename fusion::result_of::next<I17>::type I18; typedef typename fusion::result_of::next<I18>::type I19; typedef typename fusion::result_of::next<I19>::type I20; typedef typename fusion::result_of::next<I20>::type I21; typedef typename fusion::result_of::next<I21>::type I22; typedef typename fusion::result_of::next<I22>::type I23; typedef typename fusion::result_of::next<I23>::type I24; typedef typename fusion::result_of::next<I24>::type I25; typedef typename fusion::result_of::next<I25>::type I26; typedef typename fusion::result_of::next<I26>::type I27; typedef typename fusion::result_of::next<I27>::type I28; typedef typename fusion::result_of::next<I28>::type I29; typedef typename fusion::result_of::next<I29>::type I30; typedef typename fusion::result_of::next<I30>::type I31; typedef typename fusion::result_of::next<I31>::type I32; typedef typename fusion::result_of::next<I32>::type I33; typedef typename fusion::result_of::next<I33>::type I34; typedef typename fusion::result_of::next<I34>::type I35; typedef typename fusion::result_of::next<I35>::type I36; typedef typename fusion::result_of::next<I36>::type I37; typedef typename fusion::result_of::next<I37>::type I38; typedef typename fusion::result_of::next<I38>::type I39; typedef typename fusion::result_of::next<I39>::type I40; typedef typename fusion::result_of::next<I40>::type I41; typedef typename fusion::result_of::next<I41>::type I42; typedef typename fusion::result_of::next<I42>::type I43; typedef typename fusion::result_of::next<I43>::type I44; typedef typename fusion::result_of::next<I44>::type I45; typedef typename fusion::result_of::next<I45>::type I46; typedef typename fusion::result_of::next<I46>::type I47; typedef typename fusion::result_of::next<I47>::type I48; typedef typename fusion::result_of::next<I48>::type I49; typedef typename fusion::result_of::next<I49>::type I50;
typedef typename fusion::result_of::value_of<I0>::type T0; typedef typename fusion::result_of::value_of<I1>::type T1; typedef typename fusion::result_of::value_of<I2>::type T2; typedef typename fusion::result_of::value_of<I3>::type T3; typedef typename fusion::result_of::value_of<I4>::type T4; typedef typename fusion::result_of::value_of<I5>::type T5; typedef typename fusion::result_of::value_of<I6>::type T6; typedef typename fusion::result_of::value_of<I7>::type T7; typedef typename fusion::result_of::value_of<I8>::type T8; typedef typename fusion::result_of::value_of<I9>::type T9; typedef typename fusion::result_of::value_of<I10>::type T10; typedef typename fusion::result_of::value_of<I11>::type T11; typedef typename fusion::result_of::value_of<I12>::type T12; typedef typename fusion::result_of::value_of<I13>::type T13; typedef typename fusion::result_of::value_of<I14>::type T14; typedef typename fusion::result_of::value_of<I15>::type T15; typedef typename fusion::result_of::value_of<I16>::type T16; typedef typename fusion::result_of::value_of<I17>::type T17; typedef typename fusion::result_of::value_of<I18>::type T18; typedef typename fusion::result_of::value_of<I19>::type T19; typedef typename fusion::result_of::value_of<I20>::type T20; typedef typename fusion::result_of::value_of<I21>::type T21; typedef typename fusion::result_of::value_of<I22>::type T22; typedef typename fusion::result_of::value_of<I23>::type T23; typedef typename fusion::result_of::value_of<I24>::type T24; typedef typename fusion::result_of::value_of<I25>::type T25; typedef typename fusion::result_of::value_of<I26>::type T26; typedef typename fusion::result_of::value_of<I27>::type T27; typedef typename fusion::result_of::value_of<I28>::type T28; typedef typename fusion::result_of::value_of<I29>::type T29; typedef typename fusion::result_of::value_of<I30>::type T30; typedef typename fusion::result_of::value_of<I31>::type T31; typedef typename fusion::result_of::value_of<I32>::type T32; typedef typename fusion::result_of::value_of<I33>::type T33; typedef typename fusion::result_of::value_of<I34>::type T34; typedef typename fusion::result_of::value_of<I35>::type T35; typedef typename fusion::result_of::value_of<I36>::type T36; typedef typename fusion::result_of::value_of<I37>::type T37; typedef typename fusion::result_of::value_of<I38>::type T38; typedef typename fusion::result_of::value_of<I39>::type T39; typedef typename fusion::result_of::value_of<I40>::type T40; typedef typename fusion::result_of::value_of<I41>::type T41; typedef typename fusion::result_of::value_of<I42>::type T42; typedef typename fusion::result_of::value_of<I43>::type T43; typedef typename fusion::result_of::value_of<I44>::type T44; typedef typename fusion::result_of::value_of<I45>::type T45; typedef typename fusion::result_of::value_of<I46>::type T46; typedef typename fusion::result_of::value_of<I47>::type T47; typedef typename fusion::result_of::value_of<I48>::type T48; typedef typename fusion::result_of::value_of<I49>::type T49;
typedef set<T0 , T1 , T2 , T3 , T4 , T5 , T6 , T7 , T8 , T9 , T10 , T11 , T12 , T13 , T14 , T15 , T16 , T17 , T18 , T19 , T20 , T21 , T22 , T23 , T24 , T25 , T26 , T27 , T28 , T29 , T30 , T31 , T32 , T33 , T34 , T35 , T36 , T37 , T38 , T39 , T40 , T41 , T42 , T43 , T44 , T45 , T46 , T47 , T48 , T49> type;
};
template <typename Iterator>
BOOST_FUSION_GPU_ENABLED
static typename apply<Iterator>::type
call(Iterator const& i0)
{
typedef apply<Iterator> gen;
typedef typename gen::type result;
typename gen::I1 i1 = fusion::next(i0); typename gen::I2 i2 = fusion::next(i1); typename gen::I3 i3 = fusion::next(i2); typename gen::I4 i4 = fusion::next(i3); typename gen::I5 i5 = fusion::next(i4); typename gen::I6 i6 = fusion::next(i5); typename gen::I7 i7 = fusion::next(i6); typename gen::I8 i8 = fusion::next(i7); typename gen::I9 i9 = fusion::next(i8); typename gen::I10 i10 = fusion::next(i9); typename gen::I11 i11 = fusion::next(i10); typename gen::I12 i12 = fusion::next(i11); typename gen::I13 i13 = fusion::next(i12); typename gen::I14 i14 = fusion::next(i13); typename gen::I15 i15 = fusion::next(i14); typename gen::I16 i16 = fusion::next(i15); typename gen::I17 i17 = fusion::next(i16); typename gen::I18 i18 = fusion::next(i17); typename gen::I19 i19 = fusion::next(i18); typename gen::I20 i20 = fusion::next(i19); typename gen::I21 i21 = fusion::next(i20); typename gen::I22 i22 = fusion::next(i21); typename gen::I23 i23 = fusion::next(i22); typename gen::I24 i24 = fusion::next(i23); typename gen::I25 i25 = fusion::next(i24); typename gen::I26 i26 = fusion::next(i25); typename gen::I27 i27 = fusion::next(i26); typename gen::I28 i28 = fusion::next(i27); typename gen::I29 i29 = fusion::next(i28); typename gen::I30 i30 = fusion::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusion::next(i32); typename gen::I34 i34 = fusion::next(i33); typename gen::I35 i35 = fusion::next(i34); typename gen::I36 i36 = fusion::next(i35); typename gen::I37 i37 = fusion::next(i36); typename gen::I38 i38 = fusion::next(i37); typename gen::I39 i39 = fusion::next(i38); typename gen::I40 i40 = fusion::next(i39); typename gen::I41 i41 = fusion::next(i40); typename gen::I42 i42 = fusion::next(i41); typename gen::I43 i43 = fusion::next(i42); typename gen::I44 i44 = fusion::next(i43); typename gen::I45 i45 = fusion::next(i44); typename gen::I46 i46 = fusion::next(i45); typename gen::I47 i47 = fusion::next(i46); typename gen::I48 i48 = fusion::next(i47); typename gen::I49 i49 = fusion::next(i48);
return result(*i0 , *i1 , *i2 , *i3 , *i4 , *i5 , *i6 , *i7 , *i8 , *i9 , *i10 , *i11 , *i12 , *i13 , *i14 , *i15 , *i16 , *i17 , *i18 , *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i35 , *i36 , *i37 , *i38 , *i39 , *i40 , *i41 , *i42 , *i43 , *i44 , *i45 , *i46 , *i47 , *i48 , *i49);
}
};
}}}
| [
"radexpl@gmail.com"
] | radexpl@gmail.com |
014a63ab5f86c7ad6cee05fc63c6f5ebbf034ed7 | 77e43bc3b05a22fb97e117975157e63c9ab2c2fe | /server-code/src/tools/robotclient/RobotClientManager.h | 6cd651b5c389e57b0bed03188a27bf5bd710fdb3 | [] | no_license | luoxz-ai/mmo-server | fe4ef9a4ce540ad18314cbf298f00f74a11c24a6 | 6dcd98c0ebfd2d971d3b9766ca78844e7e262889 | refs/heads/master | 2023-01-12T23:37:26.127202 | 2020-11-18T02:37:13 | 2020-11-18T02:37:13 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,708 | h | #ifndef RobotClient_h__
#define RobotClient_h__
#include <deque>
#include <functional>
#include <vector>
#include "EventManager.h"
#include "NetSocket.h"
#include "NetworkService.h"
#include "ScriptManager.h"
class CNetMSGProcess;
class RobotClient;
class RobotClientManager : public CNetworkService
{
public:
RobotClientManager(uint32_t nRobStart, uint32_t nRobAmount);
~RobotClientManager();
public:
RobotClient* ConnectServer(const char* addr, int32_t port);
void DelClient(RobotClient* pClient);
CNetMSGProcess* GetNetMessageProcess() const { return m_pNetMsgProcess.get(); }
CEventManager* GetEventManager() const { return m_pEventManager.get(); }
CLUAScriptManager* GetScriptManager() { return m_pScriptManager.get(); }
template<typename RVal, typename... Args>
RVal ExecScript(const char* pszFuncName, Args&&... args)
{
m_pScriptManager->_ExecScript<RVal>(pszFuncName, std::forward<Args>(args)...);
}
void RegisterCMD(uint16_t cmd, const std::string& func) { m_CMDFuncMap[cmd] = func; }
const std::string& GetProcessCMD(uint16_t cmd) const
{
auto it = m_CMDFuncMap.find(cmd);
if(it == m_CMDFuncMap.end())
{
static const std::string s_Empty;
return s_Empty;
}
return it->second;
}
private:
std::unique_ptr<CNetMSGProcess> m_pNetMsgProcess;
std::unique_ptr<CEventManager> m_pEventManager;
std::set<RobotClient*> m_setClient;
CEventEntryPtr m_Event;
std::unordered_map<uint16_t, std::string> m_CMDFuncMap;
std::unique_ptr<CLUAScriptManager> m_pScriptManager;
};
#endif // RobotClient_h__
| [
"yanwei1983@gmail.com"
] | yanwei1983@gmail.com |
55e48d4d5c828d0ff009696d691b871ae40b3e4c | 63e3185a156f05bc949c876796a674d5a1c3bca1 | /Source/BuildEscape/Grabber.cpp | 89831404a9ffc944240517deac67047b4f8118c3 | [] | no_license | MyStudies-fiwon123/BuildingEscape | a6c90b46cb9f4ee7ee92e419da33181304a34905 | 7bb829121f66a568cf226ccf27e6f00fc9d7c5eb | refs/heads/main | 2023-01-20T00:07:36.115904 | 2020-11-26T14:17:30 | 2020-11-26T14:17:30 | 313,482,682 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 504 | cpp | // Fill out your copyright notice in the Description page of Project Settings.
#include "Grabber.h"
// Sets default values
AGrabber::AGrabber()
{
// Set this actor to call Tick() every frame. You can turn this off to improve performance if you don't need it.
PrimaryActorTick.bCanEverTick = true;
}
// Called when the game starts or when spawned
void AGrabber::BeginPlay()
{
Super::BeginPlay();
}
// Called every frame
void AGrabber::Tick(float DeltaTime)
{
Super::Tick(DeltaTime);
}
| [
"felipeinoue@yahoo.com.br"
] | felipeinoue@yahoo.com.br |
fa8f79f3e0b0c135b471bb263d1360dc56914834 | a0c14dc661a631f6e099448eadab8d4cdc4b0a6c | /src/MusicHandler.cpp | d164f33684b33f549a47e5b303549946ae1f6e3a | [
"MIT"
] | permissive | cloudncali/Arboris | e888de0a96bf680ddf410c1ddef0e44a1b484870 | 7c9d9f16e5d9fde51e5adacc5ad97ad0fba0fa57 | refs/heads/master | 2021-01-21T14:08:32.793588 | 2016-05-10T01:00:13 | 2016-05-10T01:00:13 | 55,824,773 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 987 | cpp | #include "MusicHandler.hpp"
#include <iostream>
#include "Application.hpp"
MusicHandler::MusicHandler() :
GExL::TAssetHandler<sf::Music>()
{
}
MusicHandler::~MusicHandler()
{
}
bool MusicHandler::LoadFromFile(const GExL::typeAssetID theAssetID, sf::Music& theAsset)
{
bool anResult = false;
std::string anFilename = GetFilename(theAssetID);
if (anFilename.length() > 0)
{
//Load music
if (theAsset.openFromFile(anFilename))
{
ELOG() << "MusicHandler::LoadFromFile(" << theAssetID
<< ")" << std::endl;
}
else
anResult = true;
}
else
{
ELOG() << "MusicHandler::LoadFromFile(" << theAssetID
<< ") No filename provided!" << std::endl;
}
return anResult;
}
bool MusicHandler::LoadFromMemory(const GExL::typeAssetID theAssetID, sf::Music& theAsset)
{
return false;
}
bool MusicHandler::LoadFromNetwork(const GExL::typeAssetID theAssetID, sf::Music& theAsset)
{
return false;
} | [
"cloudncali@gmail.com"
] | cloudncali@gmail.com |
2d6963faba64c7ccafe84dc31ba76a4b7fe9472a | f6dd7f5facb62a31707d890eba7fdee95076b9c5 | /Temp/StagingArea/Data/il2cppOutput/Il2CppTypeDefinitions.cpp | d039b56ebd3e3e6505e58ea4cdc06de5555a4c4b | [] | no_license | karllapuz/Dial-M-For-Math | bf38c3f0d087580b55aea6d3f8198cc679f3600d | add33a449ac4566d6873cb29f2587dab7255eae7 | refs/heads/master | 2020-04-08T04:24:26.865775 | 2018-12-11T13:18:24 | 2018-12-11T13:18:24 | 159,015,175 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,747,350 | cpp | #include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
extern const Il2CppType Type_t_0_0_0;
extern const Il2CppType Byte_t1134296376_0_0_0;
extern const Il2CppType RuntimeObject_0_0_0;
extern const Il2CppType IContextProperty_t840037424_0_0_0;
extern const Il2CppType MonoType_t_0_0_0;
extern const Il2CppType String_t_0_0_0;
extern const Il2CppType RaycastHit2D_t2279581989_0_0_0;
extern const Il2CppType RaycastHit_t1056001966_0_0_0;
extern const Il2CppType Double_t594665363_0_0_0;
extern const Il2CppType UInt16_t2177724958_0_0_0;
extern const Il2CppType Char_t3634460470_0_0_0;
extern const Il2CppType SByte_t1669577662_0_0_0;
extern const Il2CppType Int32_t2950945753_0_0_0;
extern const Il2CppType Void_t1185182177_0_0_0;
extern const Il2CppType Delegate_t1188392813_0_0_0;
extern const Il2CppType Array_InternalArray__ICollection_CopyTo_m1081177489_gp_0_0_0_0;
extern const Il2CppType Int64_t3736567304_0_0_0;
extern const Il2CppType Array_get_swapper_m1495583227_gp_0_0_0_0;
extern const Il2CppType Array_Sort_m673391272_gp_0_0_0_0;
extern const Il2CppType Array_Sort_m686588115_gp_0_0_0_0;
extern const Il2CppType Array_Sort_m686588115_gp_1_0_0_0;
extern const Il2CppType Array_Sort_m2351250285_gp_0_0_0_0;
extern const Il2CppType Array_Sort_m493616753_gp_0_0_0_0;
extern const Il2CppType Array_Sort_m493616753_gp_1_0_0_0;
extern const Il2CppType Array_Sort_m237228480_gp_0_0_0_0;
extern const Il2CppType Array_Sort_m3797693997_gp_0_0_0_0;
extern const Il2CppType Array_Sort_m3797693997_gp_1_0_0_0;
extern const Il2CppType Array_Sort_m2831132900_gp_0_0_0_0;
extern const Il2CppType Array_Sort_m2537416106_gp_0_0_0_0;
extern const Il2CppType Array_Sort_m2537416106_gp_1_0_0_0;
extern const Il2CppType Array_Sort_m1718760621_gp_0_0_0_0;
extern const Il2CppType Array_Sort_m1272313895_gp_0_0_0_0;
extern const Il2CppType Array_qsort_m3457906118_gp_0_0_0_0;
extern const Il2CppType Array_qsort_m3457906118_gp_1_0_0_0;
extern const Il2CppType Array_qsort_m1840251354_gp_0_0_0_0;
extern const Il2CppType Array_swap_m1640837319_gp_0_0_0_0;
extern const Il2CppType Array_swap_m1640837319_gp_1_0_0_0;
extern const Il2CppType Array_swap_m909405069_gp_0_0_0_0;
extern const Il2CppType Array_Resize_m4282220980_gp_0_0_0_0;
extern const Il2CppType Array_Resize_m4195864177_gp_0_0_0_0;
extern const Il2CppType Array_TrueForAll_m1987250901_gp_0_0_0_0;
extern const Il2CppType Array_ForEach_m2168281542_gp_0_0_0_0;
extern const Il2CppType Array_ConvertAll_m3286682341_gp_0_0_0_0;
extern const Il2CppType Array_ConvertAll_m3286682341_gp_1_0_0_0;
extern const Il2CppType Array_FindLastIndex_m3454021595_gp_0_0_0_0;
extern const Il2CppType Array_FindLastIndex_m845813304_gp_0_0_0_0;
extern const Il2CppType Array_FindLastIndex_m891401806_gp_0_0_0_0;
extern const Il2CppType Array_FindIndex_m1025539463_gp_0_0_0_0;
extern const Il2CppType Array_FindIndex_m697298936_gp_0_0_0_0;
extern const Il2CppType Array_FindIndex_m740157226_gp_0_0_0_0;
extern const Il2CppType Array_BinarySearch_m2616413613_gp_0_0_0_0;
extern const Il2CppType Array_BinarySearch_m1949204391_gp_0_0_0_0;
extern const Il2CppType Array_BinarySearch_m167185165_gp_0_0_0_0;
extern const Il2CppType Array_BinarySearch_m3630323734_gp_0_0_0_0;
extern const Il2CppType Array_IndexOf_m2691872809_gp_0_0_0_0;
extern const Il2CppType Array_IndexOf_m1211724616_gp_0_0_0_0;
extern const Il2CppType Array_IndexOf_m2519120290_gp_0_0_0_0;
extern const Il2CppType Array_LastIndexOf_m1662083339_gp_0_0_0_0;
extern const Il2CppType Array_LastIndexOf_m2960814188_gp_0_0_0_0;
extern const Il2CppType Array_LastIndexOf_m935384888_gp_0_0_0_0;
extern const Il2CppType Array_FindAll_m2040356349_gp_0_0_0_0;
extern const Il2CppType Array_Exists_m100319301_gp_0_0_0_0;
extern const Il2CppType Array_AsReadOnly_m2323335326_gp_0_0_0_0;
extern const Il2CppType Array_Find_m1719373320_gp_0_0_0_0;
extern const Il2CppType Array_FindLast_m974221195_gp_0_0_0_0;
extern const Il2CppType ArrayReadOnlyList_1_t221793636_gp_0_0_0_0;
extern const Il2CppType ICollection_1_t1449021101_gp_0_0_0_0;
extern const Il2CppType FieldInfo_t_0_0_0;
extern const Il2CppType ParameterModifier_t1461694466_0_0_0;
extern const Il2CppType MethodInfo_t_0_0_0;
extern const Il2CppType ConstructorInfo_t5769829_0_0_0;
extern const Il2CppType IntPtr_t_0_0_0;
extern const Il2CppType TableRange_t3332867892_0_0_0;
extern const Il2CppType Contraction_t1589275354_0_0_0;
extern const Il2CppType Level2Map_t3640798870_0_0_0;
extern const Il2CppType TailoringInfo_t866433654_0_0_0;
extern const Il2CppType UInt32_t2560061978_0_0_0;
extern const Il2CppType BigInteger_t2902905089_0_0_0;
extern const Il2CppType KeyValuePair_2_t1772072192_0_0_0;
extern const Il2CppType Dictionary_2_Do_CopyTo_m138493818_gp_1_0_0_0;
extern const Il2CppType Link_t544317964_0_0_0;
extern const Il2CppType Dictionary_2_t3621973219_gp_0_0_0_0;
extern const Il2CppType Dictionary_2_t3621973219_gp_1_0_0_0;
extern const Il2CppType KeyCollection_t4251528776_gp_0_0_0_0;
extern const Il2CppType ValueCollection_t2327722797_gp_1_0_0_0;
extern const Il2CppType List_1_t284568025_gp_0_0_0_0;
extern const Il2CppType Collection_1_t968317937_gp_0_0_0_0;
extern const Il2CppType ReadOnlyCollection_1_t2757184810_gp_0_0_0_0;
extern const Il2CppType Slot_t3975888750_0_0_0;
extern const Il2CppType Slot_t384495010_0_0_0;
extern const Il2CppType StackFrame_t3217253059_0_0_0;
extern const Il2CppType Calendar_t1661121569_0_0_0;
extern const Il2CppType Boolean_t97287965_0_0_0;
extern const Il2CppType Module_t2987026101_0_0_0;
extern const Il2CppType ModuleBuilder_t731887691_0_0_0;
extern const Il2CppType CustomAttributeBuilder_t2781637217_0_0_0;
extern const Il2CppType MonoResource_t4103430009_0_0_0;
extern const Il2CppType MonoWin32Resource_t1904229483_0_0_0;
extern const Il2CppType RefEmitPermissionSet_t484390987_0_0_0;
extern const Il2CppType TypeU5BU5D_t3940880105_0_0_0;
extern const Il2CppType ParameterInfo_t1861056598_0_0_0;
extern const Il2CppType ParameterBuilder_t1137139675_0_0_0;
extern const Il2CppType LocalBuilder_t3562264111_0_0_0;
extern const Il2CppType ILTokenInfo_t2325775114_0_0_0;
extern const Il2CppType LabelData_t360167391_0_0_0;
extern const Il2CppType LabelFixup_t858502054_0_0_0;
extern const Il2CppType GenericTypeParameterBuilder_t1988827940_0_0_0;
extern const Il2CppType TypeBuilder_t1073948154_0_0_0;
extern const Il2CppType MethodBuilder_t2807316753_0_0_0;
extern const Il2CppType FieldBuilder_t2627049993_0_0_0;
extern const Il2CppType ConstructorBuilder_t2813524108_0_0_0;
extern const Il2CppType PropertyBuilder_t314297007_0_0_0;
extern const Il2CppType EventBuilder_t3451532220_0_0_0;
extern const Il2CppType MethodBase_t_0_0_0;
extern const Il2CppType PropertyInfo_t_0_0_0;
extern const Il2CppType CustomAttributeData_UnboxValues_m3334218374_gp_0_0_0_0;
extern const Il2CppType ResourceCacheItem_t51292791_0_0_0;
extern const Il2CppType ResourceInfo_t2872965302_0_0_0;
extern const Il2CppType Header_t549724581_0_0_0;
extern const Il2CppType IContextAttribute_t176678928_0_0_0;
extern const Il2CppType MemberInfo_t_0_0_0;
extern const Il2CppType KeySizes_t85027896_0_0_0;
extern const Il2CppType UInt64_t4134040092_0_0_0;
extern const Il2CppType WaitHandle_t1743403487_0_0_0;
extern const Il2CppType CustomAttributeData_t1084486650_0_0_0;
extern const Il2CppType BigInteger_t2902905090_0_0_0;
extern const Il2CppType ClientCertificateType_t1004704908_0_0_0;
extern const Il2CppType Queue_1_t3112285321_gp_0_0_0_0;
extern const Il2CppType Stack_1_t1463756442_gp_0_0_0_0;
extern const Il2CppType X509Certificate_t713131622_0_0_0;
extern const Il2CppType X509ChainStatus_t133602714_0_0_0;
extern const Il2CppType Capture_t2232016050_0_0_0;
extern const Il2CppType Group_t2468205786_0_0_0;
extern const Il2CppType Mark_t3471605523_0_0_0;
extern const Il2CppType UriScheme_t722425697_0_0_0;
extern const Il2CppType HashSet_1_t743387557_gp_0_0_0_0;
extern const Il2CppType Link_t1520180815_0_0_0;
extern const Il2CppType Keyframe_t4206410242_0_0_0;
extern const Il2CppType DisallowMultipleComponent_t1422053217_0_0_0;
extern const Il2CppType ExecuteInEditMode_t3727731349_0_0_0;
extern const Il2CppType RequireComponent_t3490506609_0_0_0;
extern const Il2CppType Camera_t4157153871_0_0_0;
extern const Il2CppType Component_GetComponents_m3213858047_gp_0_0_0_0;
extern const Il2CppType Display_t1387065949_0_0_0;
extern const Il2CppType GameObject_GetComponents_m416107012_gp_0_0_0_0;
extern const Il2CppType Mesh_GetAllocArrayFromChannel_m2628993430_gp_0_0_0_0;
extern const Il2CppType Mesh_GetAllocArrayFromChannel_m2774808082_gp_0_0_0_0;
extern const Il2CppType Vector3_t3722313464_0_0_0;
extern const Il2CppType Vector4_t3319028937_0_0_0;
extern const Il2CppType Vector2_t2156229523_0_0_0;
extern const Il2CppType Color32_t2600501292_0_0_0;
extern const Il2CppType HitInfo_t3229609740_0_0_0;
extern const Il2CppType PlayerLoopSystem_t105772105_0_0_0;
extern const Il2CppType PlayableBinding_t354260709_0_0_0;
extern const Il2CppType Single_t1397266774_0_0_0;
extern const Il2CppType GUILayoutOption_t811797299_0_0_0;
extern const Il2CppType GUIStyle_t3956901511_0_0_0;
extern const Il2CppType ContentType_t1787303396_0_0_0;
extern const Il2CppType UIVertex_t4057497605_0_0_0;
extern const Il2CppType IndexedSet_1_t2120020791_gp_0_0_0_0;
extern const Il2CppType Decimal_t2948259380_0_0_0;
extern const Il2CppType Int16_t2552820387_0_0_0;
extern const Il2CppType ByteU5BU5D_t4116647657_0_0_0;
extern const Il2CppType CustomAttributeTypedArgument_t2723150157_0_0_0;
extern const Il2CppType CustomAttributeNamedArgument_t287865710_0_0_0;
extern const Il2CppType DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppType DateTime_t3738529785_0_0_0;
extern const Il2CppType TimeSpan_t881159249_0_0_0;
extern const Il2CppType TypeTag_t3541821701_0_0_0;
extern const Il2CppType ITrackingHandler_t1244553475_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0;
extern const Il2CppGenericInst GenInst_Int32_t2950945753_0_0_0;
extern const Il2CppGenericInst GenInst_Char_t3634460470_0_0_0;
extern const Il2CppGenericInst GenInst_Int64_t3736567304_0_0_0;
extern const Il2CppGenericInst GenInst_UInt32_t2560061978_0_0_0;
extern const Il2CppGenericInst GenInst_UInt64_t4134040092_0_0_0;
extern const Il2CppGenericInst GenInst_Byte_t1134296376_0_0_0;
extern const Il2CppGenericInst GenInst_SByte_t1669577662_0_0_0;
extern const Il2CppGenericInst GenInst_Int16_t2552820387_0_0_0;
extern const Il2CppGenericInst GenInst_UInt16_t2177724958_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0;
extern const Il2CppGenericInst GenInst_IConvertible_t2977365677_0_0_0;
extern const Il2CppGenericInst GenInst_IComparable_t36111218_0_0_0;
extern const Il2CppGenericInst GenInst_IEnumerable_t1941168011_0_0_0;
extern const Il2CppGenericInst GenInst_ICloneable_t724424198_0_0_0;
extern const Il2CppGenericInst GenInst_IComparable_1_t1216115102_0_0_0;
extern const Il2CppGenericInst GenInst_IEquatable_1_t2738596416_0_0_0;
extern const Il2CppGenericInst GenInst_Type_t_0_0_0;
extern const Il2CppGenericInst GenInst_IReflect_t2554276939_0_0_0;
extern const Il2CppGenericInst GenInst__Type_t3588564251_0_0_0;
extern const Il2CppGenericInst GenInst_MemberInfo_t_0_0_0;
extern const Il2CppGenericInst GenInst_ICustomAttributeProvider_t1530824137_0_0_0;
extern const Il2CppGenericInst GenInst__MemberInfo_t3922476713_0_0_0;
extern const Il2CppGenericInst GenInst_Double_t594665363_0_0_0;
extern const Il2CppGenericInst GenInst_Single_t1397266774_0_0_0;
extern const Il2CppGenericInst GenInst_Decimal_t2948259380_0_0_0;
extern const Il2CppGenericInst GenInst_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_Delegate_t1188392813_0_0_0;
extern const Il2CppGenericInst GenInst_ISerializable_t3375760802_0_0_0;
extern const Il2CppGenericInst GenInst_ParameterInfo_t1861056598_0_0_0;
extern const Il2CppGenericInst GenInst__ParameterInfo_t489405856_0_0_0;
extern const Il2CppGenericInst GenInst_ParameterModifier_t1461694466_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0;
extern const Il2CppGenericInst GenInst_FieldInfo_t_0_0_0;
extern const Il2CppGenericInst GenInst__FieldInfo_t2781946373_0_0_0;
extern const Il2CppGenericInst GenInst_MethodInfo_t_0_0_0;
extern const Il2CppGenericInst GenInst__MethodInfo_t3550065504_0_0_0;
extern const Il2CppGenericInst GenInst_MethodBase_t_0_0_0;
extern const Il2CppGenericInst GenInst__MethodBase_t1657248248_0_0_0;
extern const Il2CppGenericInst GenInst_ConstructorInfo_t5769829_0_0_0;
extern const Il2CppGenericInst GenInst__ConstructorInfo_t3357543833_0_0_0;
extern const Il2CppGenericInst GenInst_IntPtr_t_0_0_0;
extern const Il2CppGenericInst GenInst_TableRange_t3332867892_0_0_0;
extern const Il2CppGenericInst GenInst_TailoringInfo_t866433654_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_Int32_t2950945753_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t2401056908_0_0_0;
extern const Il2CppGenericInst GenInst_Link_t544317964_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0_Int32_t2950945753_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0_KeyValuePair_2_t2401056908_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_Int32_t2950945753_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t838906923_0_0_0;
extern const Il2CppGenericInst GenInst_Contraction_t1589275354_0_0_0;
extern const Il2CppGenericInst GenInst_Level2Map_t3640798870_0_0_0;
extern const Il2CppGenericInst GenInst_BigInteger_t2902905089_0_0_0;
extern const Il2CppGenericInst GenInst_KeySizes_t85027896_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t2530217319_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_KeyValuePair_2_t2530217319_0_0_0;
extern const Il2CppGenericInst GenInst_Slot_t3975888750_0_0_0;
extern const Il2CppGenericInst GenInst_Slot_t384495010_0_0_0;
extern const Il2CppGenericInst GenInst_StackFrame_t3217253059_0_0_0;
extern const Il2CppGenericInst GenInst_Calendar_t1661121569_0_0_0;
extern const Il2CppGenericInst GenInst_ModuleBuilder_t731887691_0_0_0;
extern const Il2CppGenericInst GenInst__ModuleBuilder_t3217089703_0_0_0;
extern const Il2CppGenericInst GenInst_Module_t2987026101_0_0_0;
extern const Il2CppGenericInst GenInst__Module_t135161706_0_0_0;
extern const Il2CppGenericInst GenInst_CustomAttributeBuilder_t2781637217_0_0_0;
extern const Il2CppGenericInst GenInst__CustomAttributeBuilder_t2519213356_0_0_0;
extern const Il2CppGenericInst GenInst_MonoResource_t4103430009_0_0_0;
extern const Il2CppGenericInst GenInst_MonoWin32Resource_t1904229483_0_0_0;
extern const Il2CppGenericInst GenInst_RefEmitPermissionSet_t484390987_0_0_0;
extern const Il2CppGenericInst GenInst_ParameterBuilder_t1137139675_0_0_0;
extern const Il2CppGenericInst GenInst__ParameterBuilder_t3901898075_0_0_0;
extern const Il2CppGenericInst GenInst_TypeU5BU5D_t3940880105_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeArray_0_0_0;
extern const Il2CppGenericInst GenInst_ICollection_t3904884886_0_0_0;
extern const Il2CppGenericInst GenInst_IList_t2094931216_0_0_0;
extern const Il2CppGenericInst GenInst_IList_1_t4297247_0_0_0;
extern const Il2CppGenericInst GenInst_ICollection_1_t1017129698_0_0_0;
extern const Il2CppGenericInst GenInst_IEnumerable_1_t1463797649_0_0_0;
extern const Il2CppGenericInst GenInst_IList_1_t74629426_0_0_0;
extern const Il2CppGenericInst GenInst_ICollection_1_t1087461877_0_0_0;
extern const Il2CppGenericInst GenInst_IEnumerable_1_t1534129828_0_0_0;
extern const Il2CppGenericInst GenInst_IList_1_t1108916738_0_0_0;
extern const Il2CppGenericInst GenInst_ICollection_1_t2121749189_0_0_0;
extern const Il2CppGenericInst GenInst_IEnumerable_1_t2568417140_0_0_0;
extern const Il2CppGenericInst GenInst_IList_1_t900354228_0_0_0;
extern const Il2CppGenericInst GenInst_ICollection_1_t1913186679_0_0_0;
extern const Il2CppGenericInst GenInst_IEnumerable_1_t2359854630_0_0_0;
extern const Il2CppGenericInst GenInst_IList_1_t3346143920_0_0_0;
extern const Il2CppGenericInst GenInst_ICollection_1_t64009075_0_0_0;
extern const Il2CppGenericInst GenInst_IEnumerable_1_t510677026_0_0_0;
extern const Il2CppGenericInst GenInst_IList_1_t1442829200_0_0_0;
extern const Il2CppGenericInst GenInst_ICollection_1_t2455661651_0_0_0;
extern const Il2CppGenericInst GenInst_IEnumerable_1_t2902329602_0_0_0;
extern const Il2CppGenericInst GenInst_IList_1_t600458651_0_0_0;
extern const Il2CppGenericInst GenInst_ICollection_1_t1613291102_0_0_0;
extern const Il2CppGenericInst GenInst_IEnumerable_1_t2059959053_0_0_0;
extern const Il2CppGenericInst GenInst_LocalBuilder_t3562264111_0_0_0;
extern const Il2CppGenericInst GenInst__LocalBuilder_t484236194_0_0_0;
extern const Il2CppGenericInst GenInst_LocalVariableInfo_t2426779395_0_0_0;
extern const Il2CppGenericInst GenInst_ILTokenInfo_t2325775114_0_0_0;
extern const Il2CppGenericInst GenInst_LabelData_t360167391_0_0_0;
extern const Il2CppGenericInst GenInst_LabelFixup_t858502054_0_0_0;
extern const Il2CppGenericInst GenInst_GenericTypeParameterBuilder_t1988827940_0_0_0;
extern const Il2CppGenericInst GenInst_TypeBuilder_t1073948154_0_0_0;
extern const Il2CppGenericInst GenInst__TypeBuilder_t2501637272_0_0_0;
extern const Il2CppGenericInst GenInst_MethodBuilder_t2807316753_0_0_0;
extern const Il2CppGenericInst GenInst__MethodBuilder_t600455149_0_0_0;
extern const Il2CppGenericInst GenInst_FieldBuilder_t2627049993_0_0_0;
extern const Il2CppGenericInst GenInst__FieldBuilder_t2615792726_0_0_0;
extern const Il2CppGenericInst GenInst_ConstructorBuilder_t2813524108_0_0_0;
extern const Il2CppGenericInst GenInst__ConstructorBuilder_t2416550571_0_0_0;
extern const Il2CppGenericInst GenInst_PropertyBuilder_t314297007_0_0_0;
extern const Il2CppGenericInst GenInst__PropertyBuilder_t1366136710_0_0_0;
extern const Il2CppGenericInst GenInst_PropertyInfo_t_0_0_0;
extern const Il2CppGenericInst GenInst__PropertyInfo_t4070324388_0_0_0;
extern const Il2CppGenericInst GenInst_EventBuilder_t3451532220_0_0_0;
extern const Il2CppGenericInst GenInst__EventBuilder_t2558055199_0_0_0;
extern const Il2CppGenericInst GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0;
extern const Il2CppGenericInst GenInst_CustomAttributeNamedArgument_t287865710_0_0_0;
extern const Il2CppGenericInst GenInst_CustomAttributeData_t1084486650_0_0_0;
extern const Il2CppGenericInst GenInst_ResourceInfo_t2872965302_0_0_0;
extern const Il2CppGenericInst GenInst_ResourceCacheItem_t51292791_0_0_0;
extern const Il2CppGenericInst GenInst_IContextProperty_t840037424_0_0_0;
extern const Il2CppGenericInst GenInst_Header_t549724581_0_0_0;
extern const Il2CppGenericInst GenInst_ITrackingHandler_t1244553475_0_0_0;
extern const Il2CppGenericInst GenInst_IContextAttribute_t176678928_0_0_0;
extern const Il2CppGenericInst GenInst_DateTime_t3738529785_0_0_0;
extern const Il2CppGenericInst GenInst_TimeSpan_t881159249_0_0_0;
extern const Il2CppGenericInst GenInst_TypeTag_t3541821701_0_0_0;
extern const Il2CppGenericInst GenInst_MonoType_t_0_0_0;
extern const Il2CppGenericInst GenInst_StrongName_t3675724614_0_0_0;
extern const Il2CppGenericInst GenInst_IBuiltInEvidence_t554693121_0_0_0;
extern const Il2CppGenericInst GenInst_IIdentityPermissionFactory_t3268650966_0_0_0;
extern const Il2CppGenericInst GenInst_WaitHandle_t1743403487_0_0_0;
extern const Il2CppGenericInst GenInst_IDisposable_t3640265483_0_0_0;
extern const Il2CppGenericInst GenInst_MarshalByRefObject_t2760389100_0_0_0;
extern const Il2CppGenericInst GenInst_DateTimeOffset_t3229287507_0_0_0;
extern const Il2CppGenericInst GenInst_Guid_t_0_0_0;
extern const Il2CppGenericInst GenInst_Version_t3456873960_0_0_0;
extern const Il2CppGenericInst GenInst_BigInteger_t2902905090_0_0_0;
extern const Il2CppGenericInst GenInst_ByteU5BU5D_t4116647657_0_0_0;
extern const Il2CppGenericInst GenInst_IList_1_t2949616159_0_0_0;
extern const Il2CppGenericInst GenInst_ICollection_1_t3962448610_0_0_0;
extern const Il2CppGenericInst GenInst_IEnumerable_1_t114149265_0_0_0;
extern const Il2CppGenericInst GenInst_X509Certificate_t713131622_0_0_0;
extern const Il2CppGenericInst GenInst_IDeserializationCallback_t4220500054_0_0_0;
extern const Il2CppGenericInst GenInst_ClientCertificateType_t1004704908_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t3842366416_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0_RuntimeObject_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0_KeyValuePair_2_t3842366416_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_Boolean_t97287965_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t2280216431_0_0_0;
extern const Il2CppGenericInst GenInst_X509ChainStatus_t133602714_0_0_0;
extern const Il2CppGenericInst GenInst_Capture_t2232016050_0_0_0;
extern const Il2CppGenericInst GenInst_Group_t2468205786_0_0_0;
extern const Il2CppGenericInst GenInst_Mark_t3471605523_0_0_0;
extern const Il2CppGenericInst GenInst_UriScheme_t722425697_0_0_0;
extern const Il2CppGenericInst GenInst_Link_t3209266973_0_0_0;
extern const Il2CppGenericInst GenInst_Keyframe_t4206410242_0_0_0;
extern const Il2CppGenericInst GenInst_AsyncOperation_t1445031843_0_0_0;
extern const Il2CppGenericInst GenInst_DisallowMultipleComponent_t1422053217_0_0_0;
extern const Il2CppGenericInst GenInst_Attribute_t861562559_0_0_0;
extern const Il2CppGenericInst GenInst__Attribute_t122494719_0_0_0;
extern const Il2CppGenericInst GenInst_ExecuteInEditMode_t3727731349_0_0_0;
extern const Il2CppGenericInst GenInst_RequireComponent_t3490506609_0_0_0;
extern const Il2CppGenericInst GenInst_OrderBlock_t1585977831_0_0_0;
extern const Il2CppGenericInst GenInst_Bounds_t2266837910_0_0_0;
extern const Il2CppGenericInst GenInst_Camera_t4157153871_0_0_0;
extern const Il2CppGenericInst GenInst_Behaviour_t1437897464_0_0_0;
extern const Il2CppGenericInst GenInst_Component_t1923634451_0_0_0;
extern const Il2CppGenericInst GenInst_Object_t631007953_0_0_0;
extern const Il2CppGenericInst GenInst_Color_t2555686324_0_0_0;
extern const Il2CppGenericInst GenInst_Display_t1387065949_0_0_0;
extern const Il2CppGenericInst GenInst_Matrix4x4_t1817901843_0_0_0;
extern const Il2CppGenericInst GenInst_Vector3_t3722313464_0_0_0;
extern const Il2CppGenericInst GenInst_Quaternion_t2301928331_0_0_0;
extern const Il2CppGenericInst GenInst_Vector4_t3319028937_0_0_0;
extern const Il2CppGenericInst GenInst_Vector2_t2156229523_0_0_0;
extern const Il2CppGenericInst GenInst_Color32_t2600501292_0_0_0;
extern const Il2CppGenericInst GenInst_HitInfo_t3229609740_0_0_0;
extern const Il2CppGenericInst GenInst_PlayerLoopSystem_t105772105_0_0_0;
extern const Il2CppGenericInst GenInst_PropertyName_t3749835189_0_0_0;
extern const Il2CppGenericInst GenInst_Rect_t2360479859_0_0_0;
extern const Il2CppGenericInst GenInst_ReflectionProbe_t175708936_0_0_0_ReflectionProbeEvent_t3218944946_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_ReflectionProbeEvent_t3218944946_0_0_0;
extern const Il2CppGenericInst GenInst_Cubemap_t1972384409_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0;
extern const Il2CppGenericInst GenInst_PersistentCall_t3407714124_0_0_0;
extern const Il2CppGenericInst GenInst_BaseInvokableCall_t2703961024_0_0_0;
extern const Il2CppGenericInst GenInst_WorkRequest_t1354518612_0_0_0;
extern const Il2CppGenericInst GenInst_CameraPlayable_t3330816414_0_0_0;
extern const Il2CppGenericInst GenInst_MaterialEffectPlayable_t3995207978_0_0_0;
extern const Il2CppGenericInst GenInst_Playable_t459825607_0_0_0;
extern const Il2CppGenericInst GenInst_PlayableBinding_t354260709_0_0_0;
extern const Il2CppGenericInst GenInst_PlayableHandle_t1095853803_0_0_0;
extern const Il2CppGenericInst GenInst_PlayableOutputHandle_t4208053793_0_0_0;
extern const Il2CppGenericInst GenInst_PlayableOutput_t3179894105_0_0_0;
extern const Il2CppGenericInst GenInst_TextureMixerPlayable_t2398603962_0_0_0;
extern const Il2CppGenericInst GenInst_MessageEventArgs_t1170575784_0_0_0;
extern const Il2CppGenericInst GenInst_MessageTypeSubscribers_t1684935770_0_0_0;
extern const Il2CppGenericInst GenInst_MessageTypeSubscribers_t1684935770_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_Scene_t2348375561_0_0_0_LoadSceneMode_t3251202195_0_0_0;
extern const Il2CppGenericInst GenInst_Scene_t2348375561_0_0_0;
extern const Il2CppGenericInst GenInst_Scene_t2348375561_0_0_0_Scene_t2348375561_0_0_0;
extern const Il2CppGenericInst GenInst_SpriteAtlas_t646931412_0_0_0;
extern const Il2CppGenericInst GenInst_UIVertex_t4057497605_0_0_0;
extern const Il2CppGenericInst GenInst_UICharInfo_t75501106_0_0_0;
extern const Il2CppGenericInst GenInst_UILineInfo_t4195266810_0_0_0;
extern const Il2CppGenericInst GenInst_Font_t1956802104_0_0_0;
extern const Il2CppGenericInst GenInst_AnimationClipPlayable_t3189118652_0_0_0;
extern const Il2CppGenericInst GenInst_AnimationLayerMixerPlayable_t3631223897_0_0_0;
extern const Il2CppGenericInst GenInst_AnimationMixerPlayable_t821371386_0_0_0;
extern const Il2CppGenericInst GenInst_AnimationMotionXToDeltaPlayable_t272231551_0_0_0;
extern const Il2CppGenericInst GenInst_AnimationOffsetPlayable_t2887420414_0_0_0;
extern const Il2CppGenericInst GenInst_AnimationScriptPlayable_t1303525964_0_0_0;
extern const Il2CppGenericInst GenInst_AnimatorControllerPlayable_t1015767841_0_0_0;
extern const Il2CppGenericInst GenInst_AudioSpatializerExtensionDefinition_t597896186_0_0_0;
extern const Il2CppGenericInst GenInst_AudioAmbisonicExtensionDefinition_t4118426890_0_0_0;
extern const Il2CppGenericInst GenInst_AudioSourceExtension_t3064908834_0_0_0;
extern const Il2CppGenericInst GenInst_ScriptableObject_t2528358522_0_0_0;
extern const Il2CppGenericInst GenInst_AudioClipPlayable_t785069022_0_0_0;
extern const Il2CppGenericInst GenInst_AudioMixerPlayable_t3520548497_0_0_0;
extern const Il2CppGenericInst GenInst_GUILayoutOption_t811797299_0_0_0;
extern const Il2CppGenericInst GenInst_Int32_t2950945753_0_0_0_LayoutCache_t78309876_0_0_0;
extern const Il2CppGenericInst GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t71524366_0_0_0;
extern const Il2CppGenericInst GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0;
extern const Il2CppGenericInst GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0;
extern const Il2CppGenericInst GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0_KeyValuePair_2_t71524366_0_0_0;
extern const Il2CppGenericInst GenInst_LayoutCache_t78309876_0_0_0;
extern const Il2CppGenericInst GenInst_Int32_t2950945753_0_0_0_LayoutCache_t78309876_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t1364695374_0_0_0;
extern const Il2CppGenericInst GenInst_GUILayoutEntry_t3214611570_0_0_0;
extern const Il2CppGenericInst GenInst_GUIStyle_t3956901511_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_GUIStyle_t3956901511_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_GUIStyle_t3956901511_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t1844862681_0_0_0;
extern const Il2CppGenericInst GenInst_Int32_t2950945753_0_0_0_IntPtr_t_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_Exception_t_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_Rigidbody2D_t939494601_0_0_0;
extern const Il2CppGenericInst GenInst_RaycastHit2D_t2279581989_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_RuntimeObject_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t968067334_0_0_0;
extern const Il2CppGenericInst GenInst_Boolean_t97287965_0_0_0_Boolean_t97287965_0_0_0_Int32_t2950945753_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_RuntimeObject_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_String_t_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_String_t_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t4030379155_0_0_0;
extern const Il2CppGenericInst GenInst_EventSystem_t1003666588_0_0_0;
extern const Il2CppGenericInst GenInst_UIBehaviour_t3495933518_0_0_0;
extern const Il2CppGenericInst GenInst_MonoBehaviour_t3962482529_0_0_0;
extern const Il2CppGenericInst GenInst_BaseInputModule_t2019268878_0_0_0;
extern const Il2CppGenericInst GenInst_RaycastResult_t3360306849_0_0_0;
extern const Il2CppGenericInst GenInst_IDeselectHandler_t393712923_0_0_0;
extern const Il2CppGenericInst GenInst_IEventSystemHandler_t3354683850_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t531791296_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t257213610_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t3395709193_0_0_0;
extern const Il2CppGenericInst GenInst_ISelectHandler_t2271418839_0_0_0;
extern const Il2CppGenericInst GenInst_BaseRaycaster_t4150874583_0_0_0;
extern const Il2CppGenericInst GenInst_Entry_t3344766165_0_0_0;
extern const Il2CppGenericInst GenInst_BaseEventData_t3903027533_0_0_0;
extern const Il2CppGenericInst GenInst_IPointerEnterHandler_t1016128679_0_0_0;
extern const Il2CppGenericInst GenInst_IPointerExitHandler_t4182793654_0_0_0;
extern const Il2CppGenericInst GenInst_IPointerDownHandler_t1380080529_0_0_0;
extern const Il2CppGenericInst GenInst_IPointerUpHandler_t277099170_0_0_0;
extern const Il2CppGenericInst GenInst_IPointerClickHandler_t132471142_0_0_0;
extern const Il2CppGenericInst GenInst_IInitializePotentialDragHandler_t608041180_0_0_0;
extern const Il2CppGenericInst GenInst_IBeginDragHandler_t3293314358_0_0_0;
extern const Il2CppGenericInst GenInst_IDragHandler_t2288426503_0_0_0;
extern const Il2CppGenericInst GenInst_IEndDragHandler_t297508562_0_0_0;
extern const Il2CppGenericInst GenInst_IDropHandler_t3627139509_0_0_0;
extern const Il2CppGenericInst GenInst_IScrollHandler_t4201797704_0_0_0;
extern const Il2CppGenericInst GenInst_IUpdateSelectedHandler_t4266291469_0_0_0;
extern const Il2CppGenericInst GenInst_IMoveHandler_t933334182_0_0_0;
extern const Il2CppGenericInst GenInst_ISubmitHandler_t2790798304_0_0_0;
extern const Il2CppGenericInst GenInst_ICancelHandler_t3974364820_0_0_0;
extern const Il2CppGenericInst GenInst_Transform_t3600365921_0_0_0;
extern const Il2CppGenericInst GenInst_GameObject_t1113636619_0_0_0;
extern const Il2CppGenericInst GenInst_BaseInput_t3630163547_0_0_0;
extern const Il2CppGenericInst GenInst_Int32_t2950945753_0_0_0_PointerEventData_t3807901092_0_0_0;
extern const Il2CppGenericInst GenInst_PointerEventData_t3807901092_0_0_0;
extern const Il2CppGenericInst GenInst_AbstractEventData_t4171500731_0_0_0;
extern const Il2CppGenericInst GenInst_Int32_t2950945753_0_0_0_PointerEventData_t3807901092_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t799319294_0_0_0;
extern const Il2CppGenericInst GenInst_ButtonState_t857139936_0_0_0;
extern const Il2CppGenericInst GenInst_RaycastHit_t1056001966_0_0_0;
extern const Il2CppGenericInst GenInst_ICanvasElement_t2121898866_0_0_0;
extern const Il2CppGenericInst GenInst_ICanvasElement_t2121898866_0_0_0_Int32_t2950945753_0_0_0;
extern const Il2CppGenericInst GenInst_ICanvasElement_t2121898866_0_0_0_Int32_t2950945753_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t1364477206_0_0_0;
extern const Il2CppGenericInst GenInst_ColorBlock_t2139031574_0_0_0;
extern const Il2CppGenericInst GenInst_OptionData_t3270282352_0_0_0;
extern const Il2CppGenericInst GenInst_DropdownItem_t1451952895_0_0_0;
extern const Il2CppGenericInst GenInst_FloatTween_t1274330004_0_0_0;
extern const Il2CppGenericInst GenInst_Sprite_t280657092_0_0_0;
extern const Il2CppGenericInst GenInst_Canvas_t3310196443_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t487303889_0_0_0;
extern const Il2CppGenericInst GenInst_Font_t1956802104_0_0_0_HashSet_1_t466832188_0_0_0;
extern const Il2CppGenericInst GenInst_Text_t1901882714_0_0_0;
extern const Il2CppGenericInst GenInst_Link_t2031043523_0_0_0;
extern const Il2CppGenericInst GenInst_ILayoutElement_t4082016710_0_0_0;
extern const Il2CppGenericInst GenInst_MaskableGraphic_t3839221559_0_0_0;
extern const Il2CppGenericInst GenInst_IClippable_t1239629351_0_0_0;
extern const Il2CppGenericInst GenInst_IMaskable_t433386433_0_0_0;
extern const Il2CppGenericInst GenInst_IMaterialModifier_t1975025690_0_0_0;
extern const Il2CppGenericInst GenInst_Graphic_t1660335611_0_0_0;
extern const Il2CppGenericInst GenInst_HashSet_1_t466832188_0_0_0;
extern const Il2CppGenericInst GenInst_Font_t1956802104_0_0_0_HashSet_1_t466832188_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t2767015899_0_0_0;
extern const Il2CppGenericInst GenInst_ColorTween_t809614380_0_0_0;
extern const Il2CppGenericInst GenInst_Canvas_t3310196443_0_0_0_IndexedSet_1_t3109723551_0_0_0;
extern const Il2CppGenericInst GenInst_Graphic_t1660335611_0_0_0_Int32_t2950945753_0_0_0;
extern const Il2CppGenericInst GenInst_Graphic_t1660335611_0_0_0_Int32_t2950945753_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t3639519817_0_0_0;
extern const Il2CppGenericInst GenInst_IndexedSet_1_t3109723551_0_0_0;
extern const Il2CppGenericInst GenInst_Canvas_t3310196443_0_0_0_IndexedSet_1_t3109723551_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t398822319_0_0_0;
extern const Il2CppGenericInst GenInst_IClipper_t1224123152_0_0_0_Int32_t2950945753_0_0_0;
extern const Il2CppGenericInst GenInst_IClipper_t1224123152_0_0_0;
extern const Il2CppGenericInst GenInst_IClipper_t1224123152_0_0_0_Int32_t2950945753_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t1634190656_0_0_0;
extern const Il2CppGenericInst GenInst_Type_t1152881528_0_0_0;
extern const Il2CppGenericInst GenInst_FillMethod_t1167457570_0_0_0;
extern const Il2CppGenericInst GenInst_Image_t2670269651_0_0_0;
extern const Il2CppGenericInst GenInst_ISerializationCallbackReceiver_t2363941153_0_0_0;
extern const Il2CppGenericInst GenInst_ICanvasRaycastFilter_t2454702837_0_0_0;
extern const Il2CppGenericInst GenInst_ContentType_t1787303396_0_0_0;
extern const Il2CppGenericInst GenInst_LineType_t4214648469_0_0_0;
extern const Il2CppGenericInst GenInst_InputType_t1770400679_0_0_0;
extern const Il2CppGenericInst GenInst_TouchScreenKeyboardType_t1530597702_0_0_0;
extern const Il2CppGenericInst GenInst_CharacterValidation_t4051914437_0_0_0;
extern const Il2CppGenericInst GenInst_Mask_t1803652131_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t3275726873_0_0_0;
extern const Il2CppGenericInst GenInst_RectMask2D_t3474889437_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t651996883_0_0_0;
extern const Il2CppGenericInst GenInst_Navigation_t3049316579_0_0_0;
extern const Il2CppGenericInst GenInst_Link_t1368790160_0_0_0;
extern const Il2CppGenericInst GenInst_Direction_t3470714353_0_0_0;
extern const Il2CppGenericInst GenInst_Selectable_t3250028441_0_0_0;
extern const Il2CppGenericInst GenInst_Transition_t1769908631_0_0_0;
extern const Il2CppGenericInst GenInst_SpriteState_t1362986479_0_0_0;
extern const Il2CppGenericInst GenInst_CanvasGroup_t4083511760_0_0_0;
extern const Il2CppGenericInst GenInst_Direction_t337909235_0_0_0;
extern const Il2CppGenericInst GenInst_MatEntry_t2957107092_0_0_0;
extern const Il2CppGenericInst GenInst_Toggle_t2735377061_0_0_0;
extern const Il2CppGenericInst GenInst_Toggle_t2735377061_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_AspectMode_t3417192999_0_0_0;
extern const Il2CppGenericInst GenInst_FitMode_t3267881214_0_0_0;
extern const Il2CppGenericInst GenInst_RectTransform_t3704657025_0_0_0;
extern const Il2CppGenericInst GenInst_LayoutRebuilder_t541313304_0_0_0;
extern const Il2CppGenericInst GenInst_ILayoutElement_t4082016710_0_0_0_Single_t1397266774_0_0_0;
extern const Il2CppGenericInst GenInst_RuntimeObject_0_0_0_Single_t1397266774_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t899420910_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t4072576034_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t3628304265_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t496136383_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t128053199_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t1234605051_0_0_0;
extern const Il2CppGenericInst GenInst_AnalyticsEventParam_t2480121928_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_List_1_t1569362707_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t1569362707_0_0_0;
extern const Il2CppGenericInst GenInst_String_t_0_0_0_List_1_t1569362707_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t3752291173_0_0_0;
extern const Il2CppGenericInst GenInst_FieldWithTarget_t3058750293_0_0_0;
extern const Il2CppGenericInst GenInst_TriggerRule_t1946298321_0_0_0;
extern const Il2CppGenericInst GenInst_Link_t3080106562_0_0_0;
extern const Il2CppGenericInst GenInst_IEnumerable_1_t1615002100_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_InternalArray__IEnumerable_GetEnumerator_m370636962_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_Sort_m2351250285_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_Sort_m493616753_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_Sort_m2831132900_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_Sort_m2537416106_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_Sort_m1718760621_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_Sort_m1272313895_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_qsort_m3457906118_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_compare_m67597051_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_qsort_m1840251354_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_TrueForAll_m1987250901_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_ForEach_m2168281542_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_ConvertAll_m3286682341_gp_0_0_0_0_Array_ConvertAll_m3286682341_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_Array_FindLastIndex_m3454021595_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_FindLastIndex_m845813304_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_FindLastIndex_m891401806_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_FindIndex_m1025539463_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_FindIndex_m697298936_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_FindIndex_m740157226_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_BinarySearch_m1949204391_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_BinarySearch_m3630323734_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_IndexOf_m2519120290_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_LastIndexOf_m935384888_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_FindAll_m2040356349_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_Exists_m100319301_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_AsReadOnly_m2323335326_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_Find_m1719373320_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Array_FindLast_m974221195_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_InternalEnumerator_1_t2600413744_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_ArrayReadOnlyList_1_t221793636_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_U3CGetEnumeratorU3Ec__Iterator0_t1202911786_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_IList_1_t523203890_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_ICollection_1_t1449021101_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Nullable_1_t3772285925_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Comparer_1_t4245720645_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_DefaultComparer_t3277344064_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_GenericComparer_1_t3581574675_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Dictionary_2_t3621973219_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t1772072192_0_0_0;
extern const Il2CppGenericInst GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0_Dictionary_2_Do_CopyTo_m138493818_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0_Dictionary_2_Do_ICollectionCopyTo_m3517756522_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0_DictionaryEntry_t3123975638_0_0_0;
extern const Il2CppGenericInst GenInst_ShimEnumerator_t3154898978_gp_0_0_0_0_ShimEnumerator_t3154898978_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerator_t135598976_gp_0_0_0_0_Enumerator_t135598976_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t1920611820_0_0_0;
extern const Il2CppGenericInst GenInst_KeyCollection_t4251528776_gp_0_0_0_0_KeyCollection_t4251528776_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_KeyCollection_t4251528776_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerator_t3443476011_gp_0_0_0_0_Enumerator_t3443476011_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerator_t3443476011_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_KeyCollection_t4251528776_gp_0_0_0_0_KeyCollection_t4251528776_gp_1_0_0_0_KeyCollection_t4251528776_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_ValueCollection_t2327722797_gp_0_0_0_0_ValueCollection_t2327722797_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_ValueCollection_t2327722797_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerator_t1602367158_gp_0_0_0_0_Enumerator_t1602367158_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerator_t1602367158_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_ValueCollection_t2327722797_gp_0_0_0_0_ValueCollection_t2327722797_gp_1_0_0_0_ValueCollection_t2327722797_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0_KeyValuePair_2_t1772072192_0_0_0;
extern const Il2CppGenericInst GenInst_Dictionary_2_t3621973219_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_EqualityComparer_1_t1549919139_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_DefaultComparer_t4042948011_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_GenericEqualityComparer_1_t2270490560_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_KeyValuePair_2_t1708549516_0_0_0;
extern const Il2CppGenericInst GenInst_IDictionary_2_t3177279192_gp_0_0_0_0_IDictionary_2_t3177279192_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t284568025_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerator_t271486022_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Collection_1_t968317937_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_ReadOnlyCollection_1_t2757184810_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_MonoProperty_GetterAdapterFrame_m4162289508_gp_0_0_0_0_MonoProperty_GetterAdapterFrame_m4162289508_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_MonoProperty_StaticGetterAdapterFrame_m1351644231_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Queue_1_t3112285321_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerator_t3782344991_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Stack_1_t1463756442_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerator_t2989469293_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_HashSet_1_t743387557_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerator_t3836401716_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_PrimeHelper_t2385147435_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerable_Any_m909622116_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerable_Any_m1084009618_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerable_Any_m1084009618_gp_0_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerable_Single_m2335488605_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerable_Single_m2335488605_gp_0_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerable_SingleOrDefault_m3552554315_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerable_SingleOrDefault_m3552554315_gp_0_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerable_Where_m264777709_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerable_Where_m264777709_gp_0_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerable_CreateWhereIterator_m1255112735_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Enumerable_CreateWhereIterator_m1255112735_gp_0_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_gp_0_0_0_0_Boolean_t97287965_0_0_0;
extern const Il2CppGenericInst GenInst_Component_GetComponentsInChildren_m3005691398_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Component_GetComponentsInChildren_m3101623672_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Component_GetComponentsInParent_m3842274407_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Component_GetComponents_m3761022274_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_GameObject_GetComponents_m965402322_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_GameObject_GetComponentsInChildren_m740063143_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_GameObject_GetComponentsInParent_m823960623_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_NoAllocHelpers_SafeLength_m3904382575_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Mesh_SetListForChannel_m4100805706_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Mesh_SetListForChannel_m1988271322_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_Mesh_SetUvsImpl_m3478311143_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_InvokableCall_1_t3865199217_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_InvokableCall_2_t3865133681_gp_0_0_0_0_InvokableCall_2_t3865133681_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_InvokableCall_3_t3865068145_gp_0_0_0_0_InvokableCall_3_t3865068145_gp_1_0_0_0_InvokableCall_3_t3865068145_gp_2_0_0_0;
extern const Il2CppGenericInst GenInst_InvokableCall_4_t3865002609_gp_0_0_0_0_InvokableCall_4_t3865002609_gp_1_0_0_0_InvokableCall_4_t3865002609_gp_2_0_0_0_InvokableCall_4_t3865002609_gp_3_0_0_0;
extern const Il2CppGenericInst GenInst_CachedInvokableCall_1_t3153979999_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_UnityEvent_1_t74220259_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_UnityEvent_2_t477504786_gp_0_0_0_0_UnityEvent_2_t477504786_gp_1_0_0_0;
extern const Il2CppGenericInst GenInst_UnityEvent_3_t3206388141_gp_0_0_0_0_UnityEvent_3_t3206388141_gp_1_0_0_0_UnityEvent_3_t3206388141_gp_2_0_0_0;
extern const Il2CppGenericInst GenInst_UnityEvent_4_t3609672668_gp_0_0_0_0_UnityEvent_4_t3609672668_gp_1_0_0_0_UnityEvent_4_t3609672668_gp_2_0_0_0_UnityEvent_4_t3609672668_gp_3_0_0_0;
extern const Il2CppGenericInst GenInst_ExecuteEvents_Execute_m1094039016_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_ExecuteEvents_ExecuteHierarchy_m790245648_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_TweenRunner_1_t3844461449_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_SetPropertyUtility_SetStruct_m2462657881_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_IndexedSet_1_t2120020791_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_IndexedSet_1_t2120020791_gp_0_0_0_0_Int32_t2950945753_0_0_0;
extern const Il2CppGenericInst GenInst_ListPool_1_t890186770_gp_0_0_0_0;
extern const Il2CppGenericInst GenInst_List_1_t3009893961_0_0_0;
extern const Il2CppGenericInst GenInst_ObjectPool_1_t892185599_gp_0_0_0_0;
Il2CppGenericClass IEnumerator_1_t3512676632_GenericClass = { 25, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3512676632_0_0_0 = { &IEnumerator_1_t3512676632_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t3512676632_0_0_2 = { &IEnumerator_1_t3512676632_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType RuntimeObject_0_0_0 = { (void*)1, 0, IL2CPP_TYPE_OBJECT, 0, 0, 0 };
extern const RuntimeType RuntimeObject_1_0_0 = { (void*)1, 0, IL2CPP_TYPE_OBJECT, 0, 1, 0 };
extern const RuntimeType RuntimeObject_0_0_1 = { (void*)1, 1, IL2CPP_TYPE_OBJECT, 0, 0, 0 };
extern const RuntimeType RuntimeObject_0_0_54 = { (void*)1, 54, IL2CPP_TYPE_OBJECT, 0, 0, 0 };
extern const RuntimeType RuntimeObject_0_0_17 = { (void*)1, 17, IL2CPP_TYPE_OBJECT, 0, 0, 0 };
extern const RuntimeType RuntimeObject_0_0_49 = { (void*)1, 49, IL2CPP_TYPE_OBJECT, 0, 0, 0 };
extern const RuntimeType RuntimeObject_0_0_3 = { (void*)1, 3, IL2CPP_TYPE_OBJECT, 0, 0, 0 };
extern const RuntimeType RuntimeObject_0_0_145 = { (void*)1, 145, IL2CPP_TYPE_OBJECT, 0, 0, 0 };
extern const RuntimeType RuntimeObject_1_0_2 = { (void*)1, 2, IL2CPP_TYPE_OBJECT, 0, 1, 0 };
extern const RuntimeType RuntimeObject_0_0_4 = { (void*)1, 4, IL2CPP_TYPE_OBJECT, 0, 0, 0 };
extern const RuntimeType RuntimeObject_0_0_38 = { (void*)1, 38, IL2CPP_TYPE_OBJECT, 0, 0, 0 };
extern const RuntimeType RuntimeObject_0_0_6 = { (void*)1, 6, IL2CPP_TYPE_OBJECT, 0, 0, 0 };
extern const RuntimeType RuntimeObject_0_0_33 = { (void*)1, 33, IL2CPP_TYPE_OBJECT, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3987170281_GenericClass = { 41, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3987170281_0_0_0 = { &InternalEnumerator_1_t3987170281_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t600458651_GenericClass = { 48, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t600458651_0_0_0 = { &IList_1_t600458651_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1613291102_GenericClass = { 49, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1613291102_0_0_0 = { &ICollection_1_t1613291102_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2059959053_GenericClass = { 29, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2059959053_0_0_0 = { &IEnumerable_1_t2059959053_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t2319610166_GenericClass = { 9, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t2319610166_0_0_0 = { &IComparable_1_t2319610166_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t2319610166_0_0_3 = { &IComparable_1_t2319610166_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_0 = { (void*)5, 0, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_1_0_0 = { (void*)5, 0, IL2CPP_TYPE_I4, 0, 1, 0 };
extern const RuntimeType Int32_t2950945753_1_0_2 = { (void*)5, 2, IL2CPP_TYPE_I4, 0, 1, 0 };
extern const RuntimeType Int32_t2950945753_0_0_32854 = { (void*)5, 32854, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_3 = { (void*)5, 3, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_129 = { (void*)5, 129, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_32849 = { (void*)5, 32849, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_1 = { (void*)5, 1, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_6 = { (void*)5, 6, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_38 = { (void*)5, 38, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_22 = { (void*)5, 22, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_33 = { (void*)5, 33, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_1542 = { (void*)5, 1542, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_17 = { (void*)5, 17, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_49 = { (void*)5, 49, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_131 = { (void*)5, 131, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_19 = { (void*)5, 19, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_4 = { (void*)5, 4, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_54 = { (void*)5, 54, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_51 = { (void*)5, 51, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_20 = { (void*)5, 20, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_32852 = { (void*)5, 32852, IL2CPP_TYPE_I4, 0, 0, 0 };
extern const RuntimeType Int32_t2950945753_0_0_132 = { (void*)5, 132, IL2CPP_TYPE_I4, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3842091480_GenericClass = { 13, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3842091480_0_0_0 = { &IEquatable_1_t3842091480_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t3842091480_0_0_4 = { &IEquatable_1_t3842091480_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4067030938_GenericClass = { 25, { &GenInst_Char_t3634460470_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4067030938_0_0_0 = { &IEnumerator_1_t4067030938_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t4067030938_0_0_3 = { &IEnumerator_1_t4067030938_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Char_t3634460470_0_0_0 = { (void*)26, 0, IL2CPP_TYPE_CHAR, 0, 0, 0 };
extern const RuntimeType Char_t3634460470_1_0_0 = { (void*)26, 0, IL2CPP_TYPE_CHAR, 0, 1, 0 };
extern const RuntimeType Char_t3634460470_0_0_32854 = { (void*)26, 32854, IL2CPP_TYPE_CHAR, 0, 0, 0 };
extern const RuntimeType Char_t3634460470_0_0_3 = { (void*)26, 3, IL2CPP_TYPE_CHAR, 0, 0, 0 };
extern const RuntimeType Char_t3634460470_0_0_129 = { (void*)26, 129, IL2CPP_TYPE_CHAR, 0, 0, 0 };
extern const RuntimeType Char_t3634460470_0_0_54 = { (void*)26, 54, IL2CPP_TYPE_CHAR, 0, 0, 0 };
extern const RuntimeType Char_t3634460470_0_0_17 = { (void*)26, 17, IL2CPP_TYPE_CHAR, 0, 0, 0 };
extern const RuntimeType Char_t3634460470_0_0_1 = { (void*)26, 1, IL2CPP_TYPE_CHAR, 0, 0, 0 };
extern const RuntimeType Char_t3634460470_1_0_2 = { (void*)26, 2, IL2CPP_TYPE_CHAR, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t246557291_GenericClass = { 41, { &GenInst_Char_t3634460470_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t246557291_0_0_0 = { &InternalEnumerator_1_t246557291_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1154812957_GenericClass = { 48, { &GenInst_Char_t3634460470_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1154812957_0_0_0 = { &IList_1_t1154812957_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2167645408_GenericClass = { 49, { &GenInst_Char_t3634460470_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2167645408_0_0_0 = { &ICollection_1_t2167645408_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2614313359_GenericClass = { 29, { &GenInst_Char_t3634460470_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2614313359_0_0_0 = { &IEnumerable_1_t2614313359_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t2614313359_0_0_6 = { &IEnumerable_1_t2614313359_GenericClass, 6, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t2448770577_GenericClass = { 9, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t2448770577_0_0_0 = { &IComparable_1_t2448770577_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3971251891_GenericClass = { 13, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3971251891_0_0_0 = { &IEquatable_1_t3971251891_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3105231717_GenericClass = { 9, { &GenInst_Int64_t3736567304_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3105231717_0_0_0 = { &IComparable_1_t3105231717_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t3105231717_0_0_3 = { &IComparable_1_t3105231717_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Int64_t3736567304_0_0_0 = { (void*)14, 0, IL2CPP_TYPE_I8, 0, 0, 0 };
extern const RuntimeType Int64_t3736567304_1_0_0 = { (void*)14, 0, IL2CPP_TYPE_I8, 0, 1, 0 };
extern const RuntimeType Int64_t3736567304_1_0_2 = { (void*)14, 2, IL2CPP_TYPE_I8, 0, 1, 0 };
extern const RuntimeType Int64_t3736567304_0_0_3 = { (void*)14, 3, IL2CPP_TYPE_I8, 0, 0, 0 };
extern const RuntimeType Int64_t3736567304_0_0_1 = { (void*)14, 1, IL2CPP_TYPE_I8, 0, 0, 0 };
extern const RuntimeType Int64_t3736567304_0_0_6 = { (void*)14, 6, IL2CPP_TYPE_I8, 0, 0, 0 };
extern const RuntimeType Int64_t3736567304_0_0_38 = { (void*)14, 38, IL2CPP_TYPE_I8, 0, 0, 0 };
extern const RuntimeType Int64_t3736567304_0_0_17 = { (void*)14, 17, IL2CPP_TYPE_I8, 0, 0, 0 };
extern const RuntimeType Int64_t3736567304_0_0_145 = { (void*)14, 145, IL2CPP_TYPE_I8, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t332745735_GenericClass = { 13, { &GenInst_Int64_t3736567304_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t332745735_0_0_0 = { &IEquatable_1_t332745735_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t332745735_0_0_4 = { &IEquatable_1_t332745735_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t1928726391_GenericClass = { 9, { &GenInst_UInt32_t2560061978_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t1928726391_0_0_0 = { &IComparable_1_t1928726391_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t1928726391_0_0_3 = { &IComparable_1_t1928726391_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UInt32_t2560061978_0_0_0 = { (void*)15, 0, IL2CPP_TYPE_U4, 0, 0, 0 };
extern const RuntimeType UInt32_t2560061978_1_0_0 = { (void*)15, 0, IL2CPP_TYPE_U4, 0, 1, 0 };
extern const RuntimeType UInt32_t2560061978_1_0_2 = { (void*)15, 2, IL2CPP_TYPE_U4, 0, 1, 0 };
extern const RuntimeType UInt32_t2560061978_0_0_32854 = { (void*)15, 32854, IL2CPP_TYPE_U4, 0, 0, 0 };
extern const RuntimeType UInt32_t2560061978_0_0_3 = { (void*)15, 3, IL2CPP_TYPE_U4, 0, 0, 0 };
extern const RuntimeType UInt32_t2560061978_0_0_1 = { (void*)15, 1, IL2CPP_TYPE_U4, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3451207705_GenericClass = { 13, { &GenInst_UInt32_t2560061978_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3451207705_0_0_0 = { &IEquatable_1_t3451207705_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t3451207705_0_0_4 = { &IEquatable_1_t3451207705_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3502704505_GenericClass = { 9, { &GenInst_UInt64_t4134040092_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3502704505_0_0_0 = { &IComparable_1_t3502704505_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t3502704505_0_0_3 = { &IComparable_1_t3502704505_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UInt64_t4134040092_0_0_0 = { (void*)17, 0, IL2CPP_TYPE_U8, 0, 0, 0 };
extern const RuntimeType UInt64_t4134040092_1_0_0 = { (void*)17, 0, IL2CPP_TYPE_U8, 0, 1, 0 };
extern const RuntimeType UInt64_t4134040092_1_0_2 = { (void*)17, 2, IL2CPP_TYPE_U8, 0, 1, 0 };
extern const RuntimeType UInt64_t4134040092_0_0_3 = { (void*)17, 3, IL2CPP_TYPE_U8, 0, 0, 0 };
extern const RuntimeType UInt64_t4134040092_0_0_1 = { (void*)17, 1, IL2CPP_TYPE_U8, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t730218523_GenericClass = { 13, { &GenInst_UInt64_t4134040092_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t730218523_0_0_0 = { &IEquatable_1_t730218523_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t730218523_0_0_4 = { &IEquatable_1_t730218523_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t502960789_GenericClass = { 9, { &GenInst_Byte_t1134296376_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t502960789_0_0_0 = { &IComparable_1_t502960789_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t502960789_0_0_3 = { &IComparable_1_t502960789_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Byte_t1134296376_0_0_0 = { (void*)18, 0, IL2CPP_TYPE_U1, 0, 0, 0 };
extern const RuntimeType Byte_t1134296376_1_0_0 = { (void*)18, 0, IL2CPP_TYPE_U1, 0, 1, 0 };
extern const RuntimeType Byte_t1134296376_1_0_2 = { (void*)18, 2, IL2CPP_TYPE_U1, 0, 1, 0 };
extern const RuntimeType Byte_t1134296376_0_0_32854 = { (void*)18, 32854, IL2CPP_TYPE_U1, 0, 0, 0 };
extern const RuntimeType Byte_t1134296376_0_0_3 = { (void*)18, 3, IL2CPP_TYPE_U1, 0, 0, 0 };
extern const RuntimeType Byte_t1134296376_0_0_1 = { (void*)18, 1, IL2CPP_TYPE_U1, 0, 0, 0 };
extern const RuntimeType Byte_t1134296376_0_0_6 = { (void*)18, 6, IL2CPP_TYPE_U1, 0, 0, 0 };
extern const RuntimeType Byte_t1134296376_0_0_1542 = { (void*)18, 1542, IL2CPP_TYPE_U1, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2025442103_GenericClass = { 13, { &GenInst_Byte_t1134296376_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2025442103_0_0_0 = { &IEquatable_1_t2025442103_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t2025442103_0_0_4 = { &IEquatable_1_t2025442103_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t1038242075_GenericClass = { 9, { &GenInst_SByte_t1669577662_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t1038242075_0_0_0 = { &IComparable_1_t1038242075_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t1038242075_0_0_3 = { &IComparable_1_t1038242075_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType SByte_t1669577662_0_0_0 = { (void*)19, 0, IL2CPP_TYPE_I1, 0, 0, 0 };
extern const RuntimeType SByte_t1669577662_1_0_0 = { (void*)19, 0, IL2CPP_TYPE_I1, 0, 1, 0 };
extern const RuntimeType SByte_t1669577662_1_0_2 = { (void*)19, 2, IL2CPP_TYPE_I1, 0, 1, 0 };
extern const RuntimeType SByte_t1669577662_0_0_3 = { (void*)19, 3, IL2CPP_TYPE_I1, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2560723389_GenericClass = { 13, { &GenInst_SByte_t1669577662_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2560723389_0_0_0 = { &IEquatable_1_t2560723389_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t2560723389_0_0_4 = { &IEquatable_1_t2560723389_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t1921484800_GenericClass = { 9, { &GenInst_Int16_t2552820387_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t1921484800_0_0_0 = { &IComparable_1_t1921484800_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t1921484800_0_0_3 = { &IComparable_1_t1921484800_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Int16_t2552820387_0_0_0 = { (void*)20, 0, IL2CPP_TYPE_I2, 0, 0, 0 };
extern const RuntimeType Int16_t2552820387_1_0_0 = { (void*)20, 0, IL2CPP_TYPE_I2, 0, 1, 0 };
extern const RuntimeType Int16_t2552820387_1_0_2 = { (void*)20, 2, IL2CPP_TYPE_I2, 0, 1, 0 };
extern const RuntimeType Int16_t2552820387_0_0_3 = { (void*)20, 3, IL2CPP_TYPE_I2, 0, 0, 0 };
extern const RuntimeType Int16_t2552820387_0_0_6 = { (void*)20, 6, IL2CPP_TYPE_I2, 0, 0, 0 };
extern const RuntimeType Int16_t2552820387_0_0_1 = { (void*)20, 1, IL2CPP_TYPE_I2, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3443966114_GenericClass = { 13, { &GenInst_Int16_t2552820387_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3443966114_0_0_0 = { &IEquatable_1_t3443966114_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t3443966114_0_0_4 = { &IEquatable_1_t3443966114_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t1546389371_GenericClass = { 9, { &GenInst_UInt16_t2177724958_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t1546389371_0_0_0 = { &IComparable_1_t1546389371_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t1546389371_0_0_3 = { &IComparable_1_t1546389371_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UInt16_t2177724958_0_0_0 = { (void*)21, 0, IL2CPP_TYPE_U2, 0, 0, 0 };
extern const RuntimeType UInt16_t2177724958_1_0_0 = { (void*)21, 0, IL2CPP_TYPE_U2, 0, 1, 0 };
extern const RuntimeType UInt16_t2177724958_1_0_2 = { (void*)21, 2, IL2CPP_TYPE_U2, 0, 1, 0 };
extern const RuntimeType UInt16_t2177724958_0_0_32854 = { (void*)21, 32854, IL2CPP_TYPE_U2, 0, 0, 0 };
extern const RuntimeType UInt16_t2177724958_0_0_3 = { (void*)21, 3, IL2CPP_TYPE_U2, 0, 0, 0 };
extern const RuntimeType UInt16_t2177724958_0_0_1 = { (void*)21, 1, IL2CPP_TYPE_U2, 0, 0, 0 };
extern const RuntimeType UInt16_t2177724958_0_0_1542 = { (void*)21, 1542, IL2CPP_TYPE_U2, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3068870685_GenericClass = { 13, { &GenInst_UInt16_t2177724958_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3068870685_0_0_0 = { &IEquatable_1_t3068870685_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t3068870685_0_0_4 = { &IEquatable_1_t3068870685_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3003124883_GenericClass = { 9, { &GenInst_Char_t3634460470_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3003124883_0_0_0 = { &IComparable_1_t3003124883_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t3003124883_0_0_2 = { &IComparable_1_t3003124883_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t230638901_GenericClass = { 13, { &GenInst_Char_t3634460470_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t230638901_0_0_0 = { &IEquatable_1_t230638901_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t230638901_0_0_3 = { &IEquatable_1_t230638901_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t1216115102_GenericClass = { 9, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t1216115102_0_0_0 = { &IComparable_1_t1216115102_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t1216115102_0_0_4 = { &IComparable_1_t1216115102_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType String_t_0_0_0 = { (void*)27, 0, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_1_0_0 = { (void*)27, 0, IL2CPP_TYPE_STRING, 0, 1, 0 };
extern const RuntimeType String_t_1_0_2 = { (void*)27, 2, IL2CPP_TYPE_STRING, 0, 1, 0 };
extern const RuntimeType String_t_0_0_54 = { (void*)27, 54, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_3 = { (void*)27, 3, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_1 = { (void*)27, 1, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_6 = { (void*)27, 6, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_38 = { (void*)27, 38, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_33 = { (void*)27, 33, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_17 = { (void*)27, 17, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_4 = { (void*)27, 4, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_49 = { (void*)27, 49, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_129 = { (void*)27, 129, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_32849 = { (void*)27, 32849, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_51 = { (void*)27, 51, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_19 = { (void*)27, 19, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_32851 = { (void*)27, 32851, IL2CPP_TYPE_STRING, 0, 0, 0 };
extern const RuntimeType String_t_0_0_5 = { (void*)27, 5, IL2CPP_TYPE_STRING, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2738596416_GenericClass = { 13, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2738596416_0_0_0 = { &IEquatable_1_t2738596416_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t2738596416_0_0_5 = { &IEquatable_1_t2738596416_GenericClass, 5, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2280021157_GenericClass = { 25, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2280021157_0_0_0 = { &IEnumerator_1_t2280021157_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2754514806_GenericClass = { 41, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2754514806_0_0_0 = { &InternalEnumerator_1_t2754514806_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3662770472_GenericClass = { 48, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3662770472_0_0_0 = { &IList_1_t3662770472_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t380635627_GenericClass = { 49, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t380635627_0_0_0 = { &ICollection_1_t380635627_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t827303578_GenericClass = { 29, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t827303578_0_0_0 = { &IEnumerable_1_t827303578_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t827303578_0_0_33 = { &IEnumerable_1_t827303578_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t497718164_GenericClass = { 48, { &GenInst_IConvertible_t2977365677_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t497718164_0_0_0 = { &IList_1_t497718164_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IConvertible_t2977365677_0_0_0 = { (void*)7, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IConvertible_t2977365677_0_0_1 = { (void*)7, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IConvertible_t2977365677_1_0_0 = { (void*)7, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3409936145_GenericClass = { 25, { &GenInst_IConvertible_t2977365677_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3409936145_0_0_0 = { &IEnumerator_1_t3409936145_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3884429794_GenericClass = { 41, { &GenInst_IConvertible_t2977365677_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3884429794_0_0_0 = { &InternalEnumerator_1_t3884429794_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1510550615_GenericClass = { 49, { &GenInst_IConvertible_t2977365677_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1510550615_0_0_0 = { &ICollection_1_t1510550615_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1957218566_GenericClass = { 29, { &GenInst_IConvertible_t2977365677_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1957218566_0_0_0 = { &IEnumerable_1_t1957218566_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1851431001_GenericClass = { 48, { &GenInst_IComparable_t36111218_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1851431001_0_0_0 = { &IList_1_t1851431001_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_t36111218_0_0_0 = { (void*)8, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IComparable_t36111218_0_0_2 = { (void*)8, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IComparable_t36111218_1_0_0 = { (void*)8, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IComparable_t36111218_0_0_1 = { (void*)8, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t468681686_GenericClass = { 25, { &GenInst_IComparable_t36111218_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t468681686_0_0_0 = { &IEnumerator_1_t468681686_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t943175335_GenericClass = { 41, { &GenInst_IComparable_t36111218_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t943175335_0_0_0 = { &InternalEnumerator_1_t943175335_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2864263452_GenericClass = { 49, { &GenInst_IComparable_t36111218_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2864263452_0_0_0 = { &ICollection_1_t2864263452_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3310931403_GenericClass = { 29, { &GenInst_IComparable_t36111218_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3310931403_0_0_0 = { &IEnumerable_1_t3310931403_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3756487794_GenericClass = { 48, { &GenInst_IEnumerable_t1941168011_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3756487794_0_0_0 = { &IList_1_t3756487794_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_t1941168011_0_0_0 = { (void*)23, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEnumerable_t1941168011_1_0_0 = { (void*)23, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEnumerable_t1941168011_0_0_2 = { (void*)23, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEnumerable_t1941168011_0_0_1 = { (void*)23, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEnumerable_t1941168011_0_0_3 = { (void*)23, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2373738479_GenericClass = { 25, { &GenInst_IEnumerable_t1941168011_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2373738479_0_0_0 = { &IEnumerator_1_t2373738479_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2848232128_GenericClass = { 41, { &GenInst_IEnumerable_t1941168011_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2848232128_0_0_0 = { &InternalEnumerator_1_t2848232128_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t474352949_GenericClass = { 49, { &GenInst_IEnumerable_t1941168011_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t474352949_0_0_0 = { &ICollection_1_t474352949_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t921020900_GenericClass = { 29, { &GenInst_IEnumerable_t1941168011_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t921020900_0_0_0 = { &IEnumerable_1_t921020900_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2539743981_GenericClass = { 48, { &GenInst_ICloneable_t724424198_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2539743981_0_0_0 = { &IList_1_t2539743981_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICloneable_t724424198_0_0_0 = { (void*)28, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICloneable_t724424198_0_0_3 = { (void*)28, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICloneable_t724424198_1_0_0 = { (void*)28, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICloneable_t724424198_0_0_1 = { (void*)28, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICloneable_t724424198_0_0_2 = { (void*)28, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1156994666_GenericClass = { 25, { &GenInst_ICloneable_t724424198_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1156994666_0_0_0 = { &IEnumerator_1_t1156994666_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1631488315_GenericClass = { 41, { &GenInst_ICloneable_t724424198_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1631488315_0_0_0 = { &InternalEnumerator_1_t1631488315_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3552576432_GenericClass = { 49, { &GenInst_ICloneable_t724424198_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3552576432_0_0_0 = { &ICollection_1_t3552576432_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3999244383_GenericClass = { 29, { &GenInst_ICloneable_t724424198_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3999244383_0_0_0 = { &IEnumerable_1_t3999244383_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3031434885_GenericClass = { 48, { &GenInst_IComparable_1_t1216115102_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3031434885_0_0_0 = { &IList_1_t3031434885_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1648685570_GenericClass = { 25, { &GenInst_IComparable_1_t1216115102_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1648685570_0_0_0 = { &IEnumerator_1_t1648685570_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2123179219_GenericClass = { 41, { &GenInst_IComparable_1_t1216115102_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2123179219_0_0_0 = { &InternalEnumerator_1_t2123179219_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4044267336_GenericClass = { 49, { &GenInst_IComparable_1_t1216115102_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4044267336_0_0_0 = { &ICollection_1_t4044267336_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t195967991_GenericClass = { 29, { &GenInst_IComparable_1_t1216115102_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t195967991_0_0_0 = { &IEnumerable_1_t195967991_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t258948903_GenericClass = { 48, { &GenInst_IEquatable_1_t2738596416_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t258948903_0_0_0 = { &IList_1_t258948903_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3171166884_GenericClass = { 25, { &GenInst_IEquatable_1_t2738596416_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3171166884_0_0_0 = { &IEnumerator_1_t3171166884_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3645660533_GenericClass = { 41, { &GenInst_IEquatable_1_t2738596416_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3645660533_0_0_0 = { &InternalEnumerator_1_t3645660533_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1271781354_GenericClass = { 49, { &GenInst_IEquatable_1_t2738596416_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1271781354_0_0_0 = { &ICollection_1_t1271781354_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1718449305_GenericClass = { 29, { &GenInst_IEquatable_1_t2738596416_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1718449305_0_0_0 = { &IEnumerable_1_t1718449305_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3319525431_GenericClass = { 176, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3319525431_0_0_0 = { &List_1_t3319525431_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t257213610_GenericClass = { 176, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t257213610_0_0_0 = { &List_1_t257213610_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2146457487_GenericClass = { 177, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2146457487_0_0_0 = { &Enumerator_t2146457487_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t4292682451_GenericClass = { 179, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t4292682451_0_0_0 = { &ReadOnlyCollection_1_t4292682451_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t2024462082_GenericClass = { 178, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t2024462082_0_0_0 = { &Collection_1_t2024462082_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1249878500_GenericClass = { 168, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1249878500_0_0_0 = { &EqualityComparer_1_t1249878500_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t892470886_GenericClass = { 173, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t892470886_0_0_0 = { &IEqualityComparer_1_t892470886_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2916515228_GenericClass = { 25, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2916515228_0_0_0 = { &IEnumerator_1_t2916515228_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Type_t_0_0_0 = { (void*)51, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Type_t_1_0_0 = { (void*)51, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Type_t_0_0_6 = { (void*)51, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Type_t_0_0_1 = { (void*)51, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Type_t_0_0_3 = { (void*)51, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Type_t_0_0_49 = { (void*)51, 49, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Type_t_0_0_33 = { (void*)51, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Type_t_0_0_4 = { (void*)51, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Type_t_0_0_17 = { (void*)51, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3391008877_GenericClass = { 41, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3391008877_0_0_0 = { &InternalEnumerator_1_t3391008877_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4297247_GenericClass = { 48, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4297247_0_0_0 = { &IList_1_t4297247_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1017129698_GenericClass = { 49, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1017129698_0_0_0 = { &ICollection_1_t1017129698_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1463797649_GenericClass = { 29, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1463797649_0_0_0 = { &IEnumerable_1_t1463797649_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t74629426_GenericClass = { 48, { &GenInst_IReflect_t2554276939_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t74629426_0_0_0 = { &IList_1_t74629426_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IReflect_t2554276939_0_0_0 = { (void*)55, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IReflect_t2554276939_1_0_0 = { (void*)55, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2986847407_GenericClass = { 25, { &GenInst_IReflect_t2554276939_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2986847407_0_0_0 = { &IEnumerator_1_t2986847407_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3461341056_GenericClass = { 41, { &GenInst_IReflect_t2554276939_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3461341056_0_0_0 = { &InternalEnumerator_1_t3461341056_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1087461877_GenericClass = { 49, { &GenInst_IReflect_t2554276939_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1087461877_0_0_0 = { &ICollection_1_t1087461877_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1534129828_GenericClass = { 29, { &GenInst_IReflect_t2554276939_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1534129828_0_0_0 = { &IEnumerable_1_t1534129828_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1108916738_GenericClass = { 48, { &GenInst__Type_t3588564251_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1108916738_0_0_0 = { &IList_1_t1108916738_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _Type_t3588564251_0_0_0 = { (void*)56, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Type_t3588564251_0_0_1 = { (void*)56, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Type_t3588564251_1_0_0 = { (void*)56, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t4021134719_GenericClass = { 25, { &GenInst__Type_t3588564251_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4021134719_0_0_0 = { &IEnumerator_1_t4021134719_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t200661072_GenericClass = { 41, { &GenInst__Type_t3588564251_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t200661072_0_0_0 = { &InternalEnumerator_1_t200661072_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2121749189_GenericClass = { 49, { &GenInst__Type_t3588564251_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2121749189_0_0_0 = { &ICollection_1_t2121749189_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2568417140_GenericClass = { 29, { &GenInst__Type_t3588564251_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2568417140_0_0_0 = { &IEnumerable_1_t2568417140_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t900354228_GenericClass = { 48, { &GenInst_MemberInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t900354228_0_0_0 = { &IList_1_t900354228_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MemberInfo_t_0_0_0 = { (void*)52, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MemberInfo_t_1_0_0 = { (void*)52, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MemberInfo_t_0_0_6 = { (void*)52, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MemberInfo_t_0_0_1 = { (void*)52, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MemberInfo_t_0_0_4 = { (void*)52, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3812572209_GenericClass = { 25, { &GenInst_MemberInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3812572209_0_0_0 = { &IEnumerator_1_t3812572209_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4287065858_GenericClass = { 41, { &GenInst_MemberInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4287065858_0_0_0 = { &InternalEnumerator_1_t4287065858_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1913186679_GenericClass = { 49, { &GenInst_MemberInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1913186679_0_0_0 = { &ICollection_1_t1913186679_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2359854630_GenericClass = { 29, { &GenInst_MemberInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2359854630_0_0_0 = { &IEnumerable_1_t2359854630_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3346143920_GenericClass = { 48, { &GenInst_ICustomAttributeProvider_t1530824137_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3346143920_0_0_0 = { &IList_1_t3346143920_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICustomAttributeProvider_t1530824137_0_0_0 = { (void*)53, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICustomAttributeProvider_t1530824137_1_0_0 = { (void*)53, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICustomAttributeProvider_t1530824137_0_0_1 = { (void*)53, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1963394605_GenericClass = { 25, { &GenInst_ICustomAttributeProvider_t1530824137_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1963394605_0_0_0 = { &IEnumerator_1_t1963394605_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2437888254_GenericClass = { 41, { &GenInst_ICustomAttributeProvider_t1530824137_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2437888254_0_0_0 = { &InternalEnumerator_1_t2437888254_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t64009075_GenericClass = { 49, { &GenInst_ICustomAttributeProvider_t1530824137_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t64009075_0_0_0 = { &ICollection_1_t64009075_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t510677026_GenericClass = { 29, { &GenInst_ICustomAttributeProvider_t1530824137_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t510677026_0_0_0 = { &IEnumerable_1_t510677026_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1442829200_GenericClass = { 48, { &GenInst__MemberInfo_t3922476713_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1442829200_0_0_0 = { &IList_1_t1442829200_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _MemberInfo_t3922476713_0_0_0 = { (void*)54, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _MemberInfo_t3922476713_0_0_1 = { (void*)54, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _MemberInfo_t3922476713_1_0_0 = { (void*)54, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t60079885_GenericClass = { 25, { &GenInst__MemberInfo_t3922476713_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t60079885_0_0_0 = { &IEnumerator_1_t60079885_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t534573534_GenericClass = { 41, { &GenInst__MemberInfo_t3922476713_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t534573534_0_0_0 = { &InternalEnumerator_1_t534573534_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2455661651_GenericClass = { 49, { &GenInst__MemberInfo_t3922476713_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2455661651_0_0_0 = { &ICollection_1_t2455661651_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2902329602_GenericClass = { 29, { &GenInst__MemberInfo_t3922476713_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2902329602_0_0_0 = { &IEnumerable_1_t2902329602_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t3811731116_GenericClass = { 169, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t3811731116_0_0_0 = { &DefaultComparer_t3811731116_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3905400288_GenericClass = { 945, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3905400288_0_0_0 = { &Predicate_1_t3905400288_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t284893750_GenericClass = { 156, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t284893750_0_0_0 = { &Comparer_1_t284893750_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t39404347_GenericClass = { 171, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t39404347_0_0_0 = { &IComparer_1_t39404347_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t932709497_GenericClass = { 157, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t932709497_0_0_0 = { &DefaultComparer_t932709497_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3383516221_GenericClass = { 25, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3383516221_0_0_0 = { &IEnumerator_1_t3383516221_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3858009870_GenericClass = { 41, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3858009870_0_0_0 = { &InternalEnumerator_1_t3858009870_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t471298240_GenericClass = { 48, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t471298240_0_0_0 = { &IList_1_t471298240_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1484130691_GenericClass = { 49, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1484130691_0_0_0 = { &ICollection_1_t1484130691_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1930798642_GenericClass = { 29, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1930798642_0_0_0 = { &IEnumerable_1_t1930798642_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1027235831_GenericClass = { 25, { &GenInst_Double_t594665363_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1027235831_0_0_0 = { &IEnumerator_1_t1027235831_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Double_t594665363_0_0_0 = { (void*)31, 0, IL2CPP_TYPE_R8, 0, 0, 0 };
extern const RuntimeType Double_t594665363_0_0_32849 = { (void*)31, 32849, IL2CPP_TYPE_R8, 0, 0, 0 };
extern const RuntimeType Double_t594665363_1_0_0 = { (void*)31, 0, IL2CPP_TYPE_R8, 0, 1, 0 };
extern const RuntimeType Double_t594665363_1_0_2 = { (void*)31, 2, IL2CPP_TYPE_R8, 0, 1, 0 };
extern const RuntimeType Double_t594665363_0_0_32854 = { (void*)31, 32854, IL2CPP_TYPE_R8, 0, 0, 0 };
extern const RuntimeType Double_t594665363_0_0_3 = { (void*)31, 3, IL2CPP_TYPE_R8, 0, 0, 0 };
extern const RuntimeType Double_t594665363_0_0_54 = { (void*)31, 54, IL2CPP_TYPE_R8, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1501729480_GenericClass = { 41, { &GenInst_Double_t594665363_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1501729480_0_0_0 = { &InternalEnumerator_1_t1501729480_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2409985146_GenericClass = { 48, { &GenInst_Double_t594665363_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2409985146_0_0_0 = { &IList_1_t2409985146_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3422817597_GenericClass = { 49, { &GenInst_Double_t594665363_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3422817597_0_0_0 = { &ICollection_1_t3422817597_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3869485548_GenericClass = { 29, { &GenInst_Double_t594665363_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3869485548_0_0_0 = { &IEnumerable_1_t3869485548_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2992632446_GenericClass = { 25, { &GenInst_UInt32_t2560061978_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2992632446_0_0_0 = { &IEnumerator_1_t2992632446_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3467126095_GenericClass = { 41, { &GenInst_UInt32_t2560061978_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3467126095_0_0_0 = { &InternalEnumerator_1_t3467126095_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t80414465_GenericClass = { 48, { &GenInst_UInt32_t2560061978_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t80414465_0_0_0 = { &IList_1_t80414465_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1093246916_GenericClass = { 49, { &GenInst_UInt32_t2560061978_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1093246916_0_0_0 = { &ICollection_1_t1093246916_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1539914867_GenericClass = { 29, { &GenInst_UInt32_t2560061978_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1539914867_0_0_0 = { &IEnumerable_1_t1539914867_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2855037343_GenericClass = { 942, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2855037343_0_0_0 = { &Comparison_1_t2855037343_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3060026976_GenericClass = { 179, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3060026976_0_0_0 = { &ReadOnlyCollection_1_t3060026976_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2672744813_GenericClass = { 945, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2672744813_0_0_0 = { &Predicate_1_t2672744813_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t913802012_GenericClass = { 177, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t913802012_0_0_0 = { &Enumerator_t913802012_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1622381868_GenericClass = { 942, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1622381868_0_0_0 = { &Comparison_1_t1622381868_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1566866844_GenericClass = { 25, { &GenInst_Byte_t1134296376_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1566866844_0_0_0 = { &IEnumerator_1_t1566866844_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2041360493_GenericClass = { 41, { &GenInst_Byte_t1134296376_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2041360493_0_0_0 = { &InternalEnumerator_1_t2041360493_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2949616159_GenericClass = { 48, { &GenInst_Byte_t1134296376_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2949616159_0_0_0 = { &IList_1_t2949616159_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3962448610_GenericClass = { 49, { &GenInst_Byte_t1134296376_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3962448610_0_0_0 = { &ICollection_1_t3962448610_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t114149265_GenericClass = { 29, { &GenInst_Byte_t1134296376_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t114149265_0_0_0 = { &IEnumerable_1_t114149265_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1829837242_GenericClass = { 25, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1829837242_0_0_0 = { &IEnumerator_1_t1829837242_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Single_t1397266774_0_0_0 = { (void*)30, 0, IL2CPP_TYPE_R4, 0, 0, 0 };
extern const RuntimeType Single_t1397266774_1_0_0 = { (void*)30, 0, IL2CPP_TYPE_R4, 0, 1, 0 };
extern const RuntimeType Single_t1397266774_0_0_32854 = { (void*)30, 32854, IL2CPP_TYPE_R4, 0, 0, 0 };
extern const RuntimeType Single_t1397266774_0_0_3 = { (void*)30, 3, IL2CPP_TYPE_R4, 0, 0, 0 };
extern const RuntimeType Single_t1397266774_0_0_32849 = { (void*)30, 32849, IL2CPP_TYPE_R4, 0, 0, 0 };
extern const RuntimeType Single_t1397266774_0_0_1 = { (void*)30, 1, IL2CPP_TYPE_R4, 0, 0, 0 };
extern const RuntimeType Single_t1397266774_0_0_6 = { (void*)30, 6, IL2CPP_TYPE_R4, 0, 0, 0 };
extern const RuntimeType Single_t1397266774_0_0_54 = { (void*)30, 54, IL2CPP_TYPE_R4, 0, 0, 0 };
extern const RuntimeType Single_t1397266774_0_0_22 = { (void*)30, 22, IL2CPP_TYPE_R4, 0, 0, 0 };
extern const RuntimeType Single_t1397266774_1_0_2 = { (void*)30, 2, IL2CPP_TYPE_R4, 0, 1, 0 };
extern const RuntimeType Single_t1397266774_0_0_38 = { (void*)30, 38, IL2CPP_TYPE_R4, 0, 0, 0 };
extern const RuntimeType Single_t1397266774_0_0_4 = { (void*)30, 4, IL2CPP_TYPE_R4, 0, 0, 0 };
extern const RuntimeType Single_t1397266774_0_0_129 = { (void*)30, 129, IL2CPP_TYPE_R4, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2304330891_GenericClass = { 41, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2304330891_0_0_0 = { &InternalEnumerator_1_t2304330891_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3212586557_GenericClass = { 48, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3212586557_0_0_0 = { &IList_1_t3212586557_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4225419008_GenericClass = { 49, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4225419008_0_0_0 = { &ICollection_1_t4225419008_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t377119663_GenericClass = { 29, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t377119663_0_0_0 = { &IEnumerable_1_t377119663_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t765931187_GenericClass = { 9, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t765931187_0_0_0 = { &IComparable_1_t765931187_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t765931187_0_0_3 = { &IComparable_1_t765931187_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2288412501_GenericClass = { 13, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2288412501_0_0_0 = { &IEquatable_1_t2288412501_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t2288412501_0_0_4 = { &IEquatable_1_t2288412501_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t4258297072_GenericClass = { 9, { &GenInst_Double_t594665363_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t4258297072_0_0_0 = { &IComparable_1_t4258297072_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t4258297072_0_0_3 = { &IComparable_1_t4258297072_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t1485811090_GenericClass = { 13, { &GenInst_Double_t594665363_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t1485811090_0_0_0 = { &IEquatable_1_t1485811090_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t1485811090_0_0_4 = { &IEquatable_1_t1485811090_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t2316923793_GenericClass = { 9, { &GenInst_Decimal_t2948259380_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t2316923793_0_0_0 = { &IComparable_1_t2316923793_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t2316923793_0_0_3 = { &IComparable_1_t2316923793_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Decimal_t2948259380_0_0_0 = { (void*)32, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Decimal_t2948259380_1_0_0 = { (void*)32, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Decimal_t2948259380_1_0_2 = { (void*)32, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Decimal_t2948259380_0_0_54 = { (void*)32, 54, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Decimal_t2948259380_0_0_49 = { (void*)32, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3839405107_GenericClass = { 13, { &GenInst_Decimal_t2948259380_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3839405107_0_0_0 = { &IEquatable_1_t3839405107_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t3839405107_0_0_4 = { &IEquatable_1_t3839405107_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3760919674_GenericClass = { 9, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3760919674_0_0_0 = { &IComparable_1_t3760919674_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t3760919674_0_0_2 = { &IComparable_1_t3760919674_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_0 = { (void*)33, 0, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_1_0_0 = { (void*)33, 0, IL2CPP_TYPE_BOOLEAN, 0, 1, 0 };
extern const RuntimeType Boolean_t97287965_0_0_1 = { (void*)33, 1, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_1_0_2 = { (void*)33, 2, IL2CPP_TYPE_BOOLEAN, 0, 1, 0 };
extern const RuntimeType Boolean_t97287965_0_0_3 = { (void*)33, 3, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_6 = { (void*)33, 6, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_38 = { (void*)33, 38, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_54 = { (void*)33, 54, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_17 = { (void*)33, 17, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_33 = { (void*)33, 33, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_4 = { (void*)33, 4, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_129 = { (void*)33, 129, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_49 = { (void*)33, 49, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_161 = { (void*)33, 161, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_22 = { (void*)33, 22, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_19 = { (void*)33, 19, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
extern const RuntimeType Boolean_t97287965_0_0_132 = { (void*)33, 132, IL2CPP_TYPE_BOOLEAN, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t988433692_GenericClass = { 13, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t988433692_0_0_0 = { &IEquatable_1_t988433692_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t988433692_0_0_3 = { &IEquatable_1_t988433692_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1620963281_GenericClass = { 25, { &GenInst_Delegate_t1188392813_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1620963281_0_0_0 = { &IEnumerator_1_t1620963281_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Delegate_t1188392813_0_0_0 = { (void*)38, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Delegate_t1188392813_1_0_0 = { (void*)38, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Delegate_t1188392813_0_0_1 = { (void*)38, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2095456930_GenericClass = { 41, { &GenInst_Delegate_t1188392813_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2095456930_0_0_0 = { &InternalEnumerator_1_t2095456930_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3003712596_GenericClass = { 48, { &GenInst_Delegate_t1188392813_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3003712596_0_0_0 = { &IList_1_t3003712596_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4016545047_GenericClass = { 49, { &GenInst_Delegate_t1188392813_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4016545047_0_0_0 = { &ICollection_1_t4016545047_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t168245702_GenericClass = { 29, { &GenInst_Delegate_t1188392813_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t168245702_0_0_0 = { &IEnumerable_1_t168245702_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t896113289_GenericClass = { 48, { &GenInst_ISerializable_t3375760802_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t896113289_0_0_0 = { &IList_1_t896113289_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ISerializable_t3375760802_0_0_0 = { (void*)35, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISerializable_t3375760802_1_0_0 = { (void*)35, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ISerializable_t3375760802_0_0_1 = { (void*)35, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISerializable_t3375760802_0_0_2 = { (void*)35, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISerializable_t3375760802_0_0_3 = { (void*)35, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3808331270_GenericClass = { 25, { &GenInst_ISerializable_t3375760802_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3808331270_0_0_0 = { &IEnumerator_1_t3808331270_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4282824919_GenericClass = { 41, { &GenInst_ISerializable_t3375760802_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4282824919_0_0_0 = { &InternalEnumerator_1_t4282824919_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1908945740_GenericClass = { 49, { &GenInst_ISerializable_t3375760802_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1908945740_0_0_0 = { &ICollection_1_t1908945740_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2355613691_GenericClass = { 29, { &GenInst_ISerializable_t3375760802_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2355613691_0_0_0 = { &IEnumerable_1_t2355613691_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2293627066_GenericClass = { 25, { &GenInst_ParameterInfo_t1861056598_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2293627066_0_0_0 = { &IEnumerator_1_t2293627066_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ParameterInfo_t1861056598_0_0_0 = { (void*)384, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ParameterInfo_t1861056598_1_0_0 = { (void*)384, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t2768120715_GenericClass = { 41, { &GenInst_ParameterInfo_t1861056598_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2768120715_0_0_0 = { &InternalEnumerator_1_t2768120715_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3676376381_GenericClass = { 48, { &GenInst_ParameterInfo_t1861056598_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3676376381_0_0_0 = { &IList_1_t3676376381_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t394241536_GenericClass = { 49, { &GenInst_ParameterInfo_t1861056598_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t394241536_0_0_0 = { &ICollection_1_t394241536_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t840909487_GenericClass = { 29, { &GenInst_ParameterInfo_t1861056598_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t840909487_0_0_0 = { &IEnumerable_1_t840909487_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2304725639_GenericClass = { 48, { &GenInst__ParameterInfo_t489405856_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2304725639_0_0_0 = { &IList_1_t2304725639_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _ParameterInfo_t489405856_0_0_0 = { (void*)465, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _ParameterInfo_t489405856_0_0_1 = { (void*)465, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _ParameterInfo_t489405856_1_0_0 = { (void*)465, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t921976324_GenericClass = { 25, { &GenInst__ParameterInfo_t489405856_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t921976324_0_0_0 = { &IEnumerator_1_t921976324_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1396469973_GenericClass = { 41, { &GenInst__ParameterInfo_t489405856_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1396469973_0_0_0 = { &InternalEnumerator_1_t1396469973_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3317558090_GenericClass = { 49, { &GenInst__ParameterInfo_t489405856_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3317558090_0_0_0 = { &ICollection_1_t3317558090_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3764226041_GenericClass = { 29, { &GenInst__ParameterInfo_t489405856_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3764226041_0_0_0 = { &IEnumerable_1_t3764226041_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1894264934_GenericClass = { 25, { &GenInst_ParameterModifier_t1461694466_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1894264934_0_0_0 = { &IEnumerator_1_t1894264934_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ParameterModifier_t1461694466_0_0_0 = { (void*)385, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ParameterModifier_t1461694466_1_0_0 = { (void*)385, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t2368758583_GenericClass = { 41, { &GenInst_ParameterModifier_t1461694466_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2368758583_0_0_0 = { &InternalEnumerator_1_t2368758583_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3277014249_GenericClass = { 48, { &GenInst_ParameterModifier_t1461694466_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3277014249_0_0_0 = { &IList_1_t3277014249_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4289846700_GenericClass = { 49, { &GenInst_ParameterModifier_t1461694466_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4289846700_0_0_0 = { &ICollection_1_t4289846700_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t441547355_GenericClass = { 29, { &GenInst_ParameterModifier_t1461694466_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t441547355_0_0_0 = { &IEnumerable_1_t441547355_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2610295426_GenericClass = { 25, { &GenInst_UInt16_t2177724958_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2610295426_0_0_0 = { &IEnumerator_1_t2610295426_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3084789075_GenericClass = { 41, { &GenInst_UInt16_t2177724958_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3084789075_0_0_0 = { &InternalEnumerator_1_t3084789075_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3993044741_GenericClass = { 48, { &GenInst_UInt16_t2177724958_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3993044741_0_0_0 = { &IList_1_t3993044741_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t710909896_GenericClass = { 49, { &GenInst_UInt16_t2177724958_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t710909896_0_0_0 = { &ICollection_1_t710909896_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1157577847_GenericClass = { 29, { &GenInst_UInt16_t2177724958_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1157577847_0_0_0 = { &IEnumerable_1_t1157577847_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t271643264_GenericClass = { 25, { &GenInst_UInt64_t4134040092_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t271643264_0_0_0 = { &IEnumerator_1_t271643264_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t746136913_GenericClass = { 41, { &GenInst_UInt64_t4134040092_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t746136913_0_0_0 = { &InternalEnumerator_1_t746136913_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1654392579_GenericClass = { 48, { &GenInst_UInt64_t4134040092_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1654392579_0_0_0 = { &IList_1_t1654392579_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2667225030_GenericClass = { 49, { &GenInst_UInt64_t4134040092_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2667225030_0_0_0 = { &ICollection_1_t2667225030_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3113892981_GenericClass = { 29, { &GenInst_UInt64_t4134040092_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3113892981_0_0_0 = { &IEnumerable_1_t3113892981_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2985390855_GenericClass = { 25, { &GenInst_Int16_t2552820387_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2985390855_0_0_0 = { &IEnumerator_1_t2985390855_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3459884504_GenericClass = { 41, { &GenInst_Int16_t2552820387_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3459884504_0_0_0 = { &InternalEnumerator_1_t3459884504_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t73172874_GenericClass = { 48, { &GenInst_Int16_t2552820387_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t73172874_0_0_0 = { &IList_1_t73172874_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1086005325_GenericClass = { 49, { &GenInst_Int16_t2552820387_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1086005325_0_0_0 = { &ICollection_1_t1086005325_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1532673276_GenericClass = { 29, { &GenInst_Int16_t2552820387_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1532673276_0_0_0 = { &IEnumerable_1_t1532673276_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2102148130_GenericClass = { 25, { &GenInst_SByte_t1669577662_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2102148130_0_0_0 = { &IEnumerator_1_t2102148130_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2576641779_GenericClass = { 41, { &GenInst_SByte_t1669577662_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2576641779_0_0_0 = { &InternalEnumerator_1_t2576641779_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3484897445_GenericClass = { 48, { &GenInst_SByte_t1669577662_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3484897445_0_0_0 = { &IList_1_t3484897445_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t202762600_GenericClass = { 49, { &GenInst_SByte_t1669577662_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t202762600_0_0_0 = { &ICollection_1_t202762600_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t649430551_GenericClass = { 29, { &GenInst_SByte_t1669577662_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t649430551_0_0_0 = { &IEnumerable_1_t649430551_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4169137772_GenericClass = { 25, { &GenInst_Int64_t3736567304_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4169137772_0_0_0 = { &IEnumerator_1_t4169137772_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t348664125_GenericClass = { 41, { &GenInst_Int64_t3736567304_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t348664125_0_0_0 = { &InternalEnumerator_1_t348664125_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1256919791_GenericClass = { 48, { &GenInst_Int64_t3736567304_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1256919791_0_0_0 = { &IList_1_t1256919791_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2269752242_GenericClass = { 49, { &GenInst_Int64_t3736567304_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2269752242_0_0_0 = { &ICollection_1_t2269752242_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2716420193_GenericClass = { 29, { &GenInst_Int64_t3736567304_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2716420193_0_0_0 = { &IEnumerable_1_t2716420193_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Action_1_t3252573759_GenericClass = { 939, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Action_1_t3252573759_0_0_0 = { &Action_1_t3252573759_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Converter_2_t2442480487_GenericClass = { 943, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Converter_2_t2442480487_0_0_0 = { &Converter_2_t2442480487_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ArrayReadOnlyList_1_t4270623997_GenericClass = { 43, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType ArrayReadOnlyList_1_t4270623997_0_0_0 = { &ArrayReadOnlyList_1_t4270623997_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass U3CGetEnumeratorU3Ec__Iterator0_t4107749331_GenericClass = { 44, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType U3CGetEnumeratorU3Ec__Iterator0_t4107749331_0_0_0 = { &U3CGetEnumeratorU3Ec__Iterator0_t4107749331_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t319305757_GenericClass = { 25, { &GenInst_FieldInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t319305757_0_0_0 = { &IEnumerator_1_t319305757_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType FieldInfo_t_0_0_0 = { (void*)358, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FieldInfo_t_1_0_0 = { (void*)358, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t793799406_GenericClass = { 41, { &GenInst_FieldInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t793799406_0_0_0 = { &InternalEnumerator_1_t793799406_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1702055072_GenericClass = { 48, { &GenInst_FieldInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1702055072_0_0_0 = { &IList_1_t1702055072_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2714887523_GenericClass = { 49, { &GenInst_FieldInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2714887523_0_0_0 = { &ICollection_1_t2714887523_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3161555474_GenericClass = { 29, { &GenInst_FieldInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3161555474_0_0_0 = { &IEnumerable_1_t3161555474_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t302298860_GenericClass = { 48, { &GenInst__FieldInfo_t2781946373_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t302298860_0_0_0 = { &IList_1_t302298860_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _FieldInfo_t2781946373_0_0_0 = { (void*)456, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _FieldInfo_t2781946373_1_0_0 = { (void*)456, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3214516841_GenericClass = { 25, { &GenInst__FieldInfo_t2781946373_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3214516841_0_0_0 = { &IEnumerator_1_t3214516841_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3689010490_GenericClass = { 41, { &GenInst__FieldInfo_t2781946373_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3689010490_0_0_0 = { &InternalEnumerator_1_t3689010490_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1315131311_GenericClass = { 49, { &GenInst__FieldInfo_t2781946373_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1315131311_0_0_0 = { &ICollection_1_t1315131311_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1761799262_GenericClass = { 29, { &GenInst__FieldInfo_t2781946373_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1761799262_0_0_0 = { &IEnumerable_1_t1761799262_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2310196716_GenericClass = { 25, { &GenInst_MethodInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2310196716_0_0_0 = { &IEnumerator_1_t2310196716_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MethodInfo_t_0_0_0 = { (void*)366, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodInfo_t_0_0_1 = { (void*)366, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodInfo_t_1_0_0 = { (void*)366, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodInfo_t_0_0_6 = { (void*)366, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodInfo_t_0_0_17 = { (void*)366, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodInfo_t_0_0_49 = { (void*)366, 49, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2784690365_GenericClass = { 41, { &GenInst_MethodInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2784690365_0_0_0 = { &InternalEnumerator_1_t2784690365_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3692946031_GenericClass = { 48, { &GenInst_MethodInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3692946031_0_0_0 = { &IList_1_t3692946031_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t410811186_GenericClass = { 49, { &GenInst_MethodInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t410811186_0_0_0 = { &ICollection_1_t410811186_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t857479137_GenericClass = { 29, { &GenInst_MethodInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t857479137_0_0_0 = { &IEnumerable_1_t857479137_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1070417991_GenericClass = { 48, { &GenInst__MethodInfo_t3550065504_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1070417991_0_0_0 = { &IList_1_t1070417991_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _MethodInfo_t3550065504_0_0_0 = { (void*)461, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _MethodInfo_t3550065504_1_0_0 = { (void*)461, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3982635972_GenericClass = { 25, { &GenInst__MethodInfo_t3550065504_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3982635972_0_0_0 = { &IEnumerator_1_t3982635972_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t162162325_GenericClass = { 41, { &GenInst__MethodInfo_t3550065504_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t162162325_0_0_0 = { &InternalEnumerator_1_t162162325_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2083250442_GenericClass = { 49, { &GenInst__MethodInfo_t3550065504_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2083250442_0_0_0 = { &ICollection_1_t2083250442_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2529918393_GenericClass = { 29, { &GenInst__MethodInfo_t3550065504_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2529918393_0_0_0 = { &IEnumerable_1_t2529918393_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2424688195_GenericClass = { 48, { &GenInst_MethodBase_t_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2424688195_0_0_0 = { &IList_1_t2424688195_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MethodBase_t_0_0_0 = { (void*)364, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodBase_t_1_0_2 = { (void*)364, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodBase_t_0_0_1 = { (void*)364, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodBase_t_1_0_0 = { (void*)364, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1041938880_GenericClass = { 25, { &GenInst_MethodBase_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1041938880_0_0_0 = { &IEnumerator_1_t1041938880_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1516432529_GenericClass = { 41, { &GenInst_MethodBase_t_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1516432529_0_0_0 = { &InternalEnumerator_1_t1516432529_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3437520646_GenericClass = { 49, { &GenInst_MethodBase_t_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3437520646_0_0_0 = { &ICollection_1_t3437520646_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3884188597_GenericClass = { 29, { &GenInst_MethodBase_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3884188597_0_0_0 = { &IEnumerable_1_t3884188597_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3472568031_GenericClass = { 48, { &GenInst__MethodBase_t1657248248_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3472568031_0_0_0 = { &IList_1_t3472568031_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _MethodBase_t1657248248_0_0_0 = { (void*)459, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _MethodBase_t1657248248_1_0_0 = { (void*)459, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2089818716_GenericClass = { 25, { &GenInst__MethodBase_t1657248248_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2089818716_0_0_0 = { &IEnumerator_1_t2089818716_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2564312365_GenericClass = { 41, { &GenInst__MethodBase_t1657248248_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2564312365_0_0_0 = { &InternalEnumerator_1_t2564312365_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t190433186_GenericClass = { 49, { &GenInst__MethodBase_t1657248248_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t190433186_0_0_0 = { &ICollection_1_t190433186_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t637101137_GenericClass = { 29, { &GenInst__MethodBase_t1657248248_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t637101137_0_0_0 = { &IEnumerable_1_t637101137_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t438340297_GenericClass = { 25, { &GenInst_ConstructorInfo_t5769829_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t438340297_0_0_0 = { &IEnumerator_1_t438340297_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ConstructorInfo_t5769829_0_0_0 = { (void*)350, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConstructorInfo_t5769829_1_0_0 = { (void*)350, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ConstructorInfo_t5769829_0_0_1 = { (void*)350, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConstructorInfo_t5769829_0_0_6 = { (void*)350, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t912833946_GenericClass = { 41, { &GenInst_ConstructorInfo_t5769829_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t912833946_0_0_0 = { &InternalEnumerator_1_t912833946_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1821089612_GenericClass = { 48, { &GenInst_ConstructorInfo_t5769829_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1821089612_0_0_0 = { &IList_1_t1821089612_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2833922063_GenericClass = { 49, { &GenInst_ConstructorInfo_t5769829_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2833922063_0_0_0 = { &ICollection_1_t2833922063_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3280590014_GenericClass = { 29, { &GenInst_ConstructorInfo_t5769829_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3280590014_0_0_0 = { &IEnumerable_1_t3280590014_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t877896320_GenericClass = { 48, { &GenInst__ConstructorInfo_t3357543833_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t877896320_0_0_0 = { &IList_1_t877896320_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _ConstructorInfo_t3357543833_0_0_0 = { (void*)450, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _ConstructorInfo_t3357543833_1_0_0 = { (void*)450, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3790114301_GenericClass = { 25, { &GenInst__ConstructorInfo_t3357543833_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3790114301_0_0_0 = { &IEnumerator_1_t3790114301_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4264607950_GenericClass = { 41, { &GenInst__ConstructorInfo_t3357543833_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4264607950_0_0_0 = { &InternalEnumerator_1_t4264607950_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1890728771_GenericClass = { 49, { &GenInst__ConstructorInfo_t3357543833_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1890728771_0_0_0 = { &ICollection_1_t1890728771_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2337396722_GenericClass = { 29, { &GenInst__ConstructorInfo_t3357543833_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2337396722_0_0_0 = { &IEnumerable_1_t2337396722_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1272720649_GenericClass = { 25, { &GenInst_IntPtr_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1272720649_0_0_0 = { &IEnumerator_1_t1272720649_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IntPtr_t_0_0_0 = { (void*)34, 0, IL2CPP_TYPE_I, 0, 0, 0 };
extern const RuntimeType IntPtr_t_1_0_0 = { (void*)34, 0, IL2CPP_TYPE_I, 0, 1, 0 };
extern const RuntimeType IntPtr_t_0_0_54 = { (void*)34, 54, IL2CPP_TYPE_I, 0, 0, 0 };
extern const RuntimeType IntPtr_t_0_0_1 = { (void*)34, 1, IL2CPP_TYPE_I, 0, 0, 0 };
extern const RuntimeType IntPtr_t_0_0_3 = { (void*)34, 3, IL2CPP_TYPE_I, 0, 0, 0 };
extern const RuntimeType IntPtr_t_0_0_4 = { (void*)34, 4, IL2CPP_TYPE_I, 0, 0, 0 };
extern const RuntimeType IntPtr_t_0_0_17 = { (void*)34, 17, IL2CPP_TYPE_I, 0, 0, 0 };
extern const RuntimeType IntPtr_t_0_0_6 = { (void*)34, 6, IL2CPP_TYPE_I, 0, 0, 0 };
extern const RuntimeType IntPtr_t_0_0_52 = { (void*)34, 52, IL2CPP_TYPE_I, 0, 0, 0 };
extern const RuntimeType IntPtr_t_0_0_131 = { (void*)34, 131, IL2CPP_TYPE_I, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1747214298_GenericClass = { 41, { &GenInst_IntPtr_t_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1747214298_0_0_0 = { &InternalEnumerator_1_t1747214298_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2655469964_GenericClass = { 48, { &GenInst_IntPtr_t_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2655469964_0_0_0 = { &IList_1_t2655469964_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3668302415_GenericClass = { 49, { &GenInst_IntPtr_t_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3668302415_0_0_0 = { &ICollection_1_t3668302415_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4114970366_GenericClass = { 29, { &GenInst_IntPtr_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4114970366_0_0_0 = { &IEnumerable_1_t4114970366_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3765438360_GenericClass = { 25, { &GenInst_TableRange_t3332867892_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3765438360_0_0_0 = { &IEnumerator_1_t3765438360_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TableRange_t3332867892_0_0_0 = { (void*)94, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TableRange_t3332867892_1_0_0 = { (void*)94, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t4239932009_GenericClass = { 41, { &GenInst_TableRange_t3332867892_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4239932009_0_0_0 = { &InternalEnumerator_1_t4239932009_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t853220379_GenericClass = { 48, { &GenInst_TableRange_t3332867892_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t853220379_0_0_0 = { &IList_1_t853220379_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1866052830_GenericClass = { 49, { &GenInst_TableRange_t3332867892_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1866052830_0_0_0 = { &ICollection_1_t1866052830_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2312720781_GenericClass = { 29, { &GenInst_TableRange_t3332867892_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2312720781_0_0_0 = { &IEnumerable_1_t2312720781_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1299004122_GenericClass = { 25, { &GenInst_TailoringInfo_t866433654_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1299004122_0_0_0 = { &IEnumerator_1_t1299004122_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TailoringInfo_t866433654_0_0_0 = { (void*)95, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TailoringInfo_t866433654_1_0_0 = { (void*)95, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1773497771_GenericClass = { 41, { &GenInst_TailoringInfo_t866433654_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1773497771_0_0_0 = { &InternalEnumerator_1_t1773497771_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2681753437_GenericClass = { 48, { &GenInst_TailoringInfo_t866433654_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2681753437_0_0_0 = { &IList_1_t2681753437_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3694585888_GenericClass = { 49, { &GenInst_TailoringInfo_t866433654_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3694585888_0_0_0 = { &ICollection_1_t3694585888_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4141253839_GenericClass = { 29, { &GenInst_TailoringInfo_t866433654_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4141253839_0_0_0 = { &IEnumerable_1_t4141253839_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t2736202052_GenericClass = { 160, { &GenInst_String_t_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t2736202052_0_0_0 = { &Dictionary_2_t2736202052_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t2736202052_0_0_17 = { &Dictionary_2_t2736202052_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t3384741_GenericClass = { 160, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t3384741_0_0_0 = { &Dictionary_2_t3384741_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t934241846_GenericClass = { 49, { &GenInst_KeyValuePair_2_t2401056908_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t934241846_0_0_0 = { &ICollection_1_t934241846_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t2401056908_GenericClass = { 175, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t2401056908_0_0_0 = { &KeyValuePair_2_t2401056908_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2833627376_GenericClass = { 25, { &GenInst_KeyValuePair_2_t2401056908_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2833627376_0_0_0 = { &IEnumerator_1_t2833627376_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3308121025_GenericClass = { 41, { &GenInst_KeyValuePair_2_t2401056908_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3308121025_0_0_0 = { &InternalEnumerator_1_t3308121025_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4216376691_GenericClass = { 48, { &GenInst_KeyValuePair_2_t2401056908_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4216376691_0_0_0 = { &IList_1_t4216376691_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1380909797_GenericClass = { 29, { &GenInst_KeyValuePair_2_t2401056908_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1380909797_0_0_0 = { &IEnumerable_1_t1380909797_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IDictionary_2_t2762203428_GenericClass = { 172, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType IDictionary_2_t2762203428_0_0_0 = { &IDictionary_2_t2762203428_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t976888432_GenericClass = { 25, { &GenInst_Link_t544317964_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t976888432_0_0_0 = { &IEnumerator_1_t976888432_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Link_t544317964_0_0_0 = { (void*)159, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Link_t544317964_1_0_0 = { (void*)159, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1451382081_GenericClass = { 41, { &GenInst_Link_t544317964_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1451382081_0_0_0 = { &InternalEnumerator_1_t1451382081_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2359637747_GenericClass = { 48, { &GenInst_Link_t544317964_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2359637747_0_0_0 = { &IList_1_t2359637747_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3372470198_GenericClass = { 49, { &GenInst_Link_t544317964_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3372470198_0_0_0 = { &ICollection_1_t3372470198_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3819138149_GenericClass = { 29, { &GenInst_Link_t544317964_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3819138149_0_0_0 = { &IEnumerable_1_t3819138149_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t193060212_GenericClass = { 163, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t193060212_0_0_0 = { &KeyCollection_t193060212_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t185561725_GenericClass = { 164, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t185561725_0_0_0 = { &Enumerator_t185561725_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1957567516_GenericClass = { 162, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1957567516_0_0_0 = { &Enumerator_t1957567516_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t1706577217_GenericClass = { 167, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t1706577217_0_0_0 = { &Transform_1_t1706577217_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t1719429059_GenericClass = { 165, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t1719429059_0_0_0 = { &ValueCollection_t1719429059_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t572278398_GenericClass = { 166, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t572278398_0_0_0 = { &Enumerator_t572278398_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t1577416806_GenericClass = { 167, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t1577416806_0_0_0 = { &Transform_1_t1577416806_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t1750446691_GenericClass = { 167, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t1750446691_0_0_0 = { &Transform_1_t1750446691_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType DictionaryEntry_t3123975638_0_0_0 = { (void*)193, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DictionaryEntry_t3123975638_1_0_0 = { (void*)193, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3556546106_GenericClass = { 25, { &GenInst_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3556546106_0_0_0 = { &IEnumerator_1_t3556546106_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4031039755_GenericClass = { 41, { &GenInst_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4031039755_0_0_0 = { &InternalEnumerator_1_t4031039755_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t644328125_GenericClass = { 48, { &GenInst_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t644328125_0_0_0 = { &IList_1_t644328125_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1657160576_GenericClass = { 49, { &GenInst_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1657160576_0_0_0 = { &ICollection_1_t1657160576_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2103828527_GenericClass = { 29, { &GenInst_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2103828527_0_0_0 = { &IEnumerable_1_t2103828527_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t1027527961_GenericClass = { 167, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0_KeyValuePair_2_t2401056908_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t1027527961_0_0_0 = { &Transform_1_t1027527961_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ShimEnumerator_t105538_GenericClass = { 161, { &GenInst_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType ShimEnumerator_t105538_0_0_0 = { &ShimEnumerator_t105538_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t763310475_GenericClass = { 173, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t763310475_0_0_0 = { &IEqualityComparer_1_t763310475_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1120718089_GenericClass = { 168, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1120718089_0_0_0 = { &EqualityComparer_1_t1120718089_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t3185258014_GenericClass = { 170, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t3185258014_0_0_0 = { &GenericEqualityComparer_1_t3185258014_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t3682570705_GenericClass = { 169, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t3682570705_0_0_0 = { &DefaultComparer_t3682570705_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3954782707_GenericClass = { 173, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3954782707_0_0_0 = { &IEqualityComparer_1_t3954782707_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEqualityComparer_1_t3954782707_0_0_1 = { &IEqualityComparer_1_t3954782707_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t3530625384_GenericClass = { 167, { &GenInst_String_t_0_0_0_Int32_t2950945753_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t3530625384_0_0_0 = { &Transform_1_t3530625384_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t838906923_GenericClass = { 175, { &GenInst_String_t_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t838906923_0_0_0 = { &KeyValuePair_2_t838906923_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1271477391_GenericClass = { 25, { &GenInst_KeyValuePair_2_t838906923_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1271477391_0_0_0 = { &IEnumerator_1_t1271477391_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1745971040_GenericClass = { 41, { &GenInst_KeyValuePair_2_t838906923_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1745971040_0_0_0 = { &InternalEnumerator_1_t1745971040_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2654226706_GenericClass = { 48, { &GenInst_KeyValuePair_2_t838906923_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2654226706_0_0_0 = { &IList_1_t2654226706_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3667059157_GenericClass = { 49, { &GenInst_KeyValuePair_2_t838906923_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3667059157_0_0_0 = { &ICollection_1_t3667059157_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4113727108_GenericClass = { 29, { &GenInst_KeyValuePair_2_t838906923_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4113727108_0_0_0 = { &IEnumerable_1_t4113727108_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t2925877523_GenericClass = { 163, { &GenInst_String_t_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t2925877523_0_0_0 = { &KeyCollection_t2925877523_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2918379036_GenericClass = { 164, { &GenInst_String_t_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2918379036_0_0_0 = { &Enumerator_t2918379036_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t395417531_GenericClass = { 162, { &GenInst_String_t_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t395417531_0_0_0 = { &Enumerator_t395417531_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t157279074_GenericClass = { 165, { &GenInst_String_t_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t157279074_0_0_0 = { &ValueCollection_t157279074_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3305095709_GenericClass = { 166, { &GenInst_String_t_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3305095709_0_0_0 = { &Enumerator_t3305095709_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2021845822_GenericClass = { 25, { &GenInst_Contraction_t1589275354_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2021845822_0_0_0 = { &IEnumerator_1_t2021845822_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Contraction_t1589275354_0_0_0 = { (void*)96, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Contraction_t1589275354_1_0_0 = { (void*)96, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t2496339471_GenericClass = { 41, { &GenInst_Contraction_t1589275354_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2496339471_0_0_0 = { &InternalEnumerator_1_t2496339471_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3404595137_GenericClass = { 48, { &GenInst_Contraction_t1589275354_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3404595137_0_0_0 = { &IList_1_t3404595137_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t122460292_GenericClass = { 49, { &GenInst_Contraction_t1589275354_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t122460292_0_0_0 = { &ICollection_1_t122460292_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t569128243_GenericClass = { 29, { &GenInst_Contraction_t1589275354_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t569128243_0_0_0 = { &IEnumerable_1_t569128243_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4073369338_GenericClass = { 25, { &GenInst_Level2Map_t3640798870_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4073369338_0_0_0 = { &IEnumerator_1_t4073369338_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Level2Map_t3640798870_0_0_0 = { (void*)98, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Level2Map_t3640798870_1_0_0 = { (void*)98, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t252895691_GenericClass = { 41, { &GenInst_Level2Map_t3640798870_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t252895691_0_0_0 = { &InternalEnumerator_1_t252895691_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1161151357_GenericClass = { 48, { &GenInst_Level2Map_t3640798870_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1161151357_0_0_0 = { &IList_1_t1161151357_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2173983808_GenericClass = { 49, { &GenInst_Level2Map_t3640798870_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2173983808_0_0_0 = { &ICollection_1_t2173983808_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2620651759_GenericClass = { 29, { &GenInst_Level2Map_t3640798870_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2620651759_0_0_0 = { &IEnumerable_1_t2620651759_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3335475557_GenericClass = { 25, { &GenInst_BigInteger_t2902905089_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3335475557_0_0_0 = { &IEnumerator_1_t3335475557_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType BigInteger_t2902905089_0_0_0 = { (void*)113, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BigInteger_t2902905089_1_0_0 = { (void*)113, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BigInteger_t2902905089_0_0_1 = { (void*)113, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3809969206_GenericClass = { 41, { &GenInst_BigInteger_t2902905089_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3809969206_0_0_0 = { &InternalEnumerator_1_t3809969206_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t423257576_GenericClass = { 48, { &GenInst_BigInteger_t2902905089_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t423257576_0_0_0 = { &IList_1_t423257576_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1436090027_GenericClass = { 49, { &GenInst_BigInteger_t2902905089_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1436090027_0_0_0 = { &ICollection_1_t1436090027_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1882757978_GenericClass = { 29, { &GenInst_BigInteger_t2902905089_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1882757978_0_0_0 = { &IEnumerable_1_t1882757978_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t517598364_GenericClass = { 25, { &GenInst_KeySizes_t85027896_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t517598364_0_0_0 = { &IEnumerator_1_t517598364_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType KeySizes_t85027896_0_0_0 = { (void*)694, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeySizes_t85027896_1_0_0 = { (void*)694, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t992092013_GenericClass = { 41, { &GenInst_KeySizes_t85027896_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t992092013_0_0_0 = { &InternalEnumerator_1_t992092013_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1900347679_GenericClass = { 48, { &GenInst_KeySizes_t85027896_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1900347679_0_0_0 = { &IList_1_t1900347679_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2913180130_GenericClass = { 49, { &GenInst_KeySizes_t85027896_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2913180130_0_0_0 = { &ICollection_1_t2913180130_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3359848081_GenericClass = { 29, { &GenInst_KeySizes_t85027896_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3359848081_0_0_0 = { &IEnumerable_1_t3359848081_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass CollectionDebuggerView_1_t1274252988_GenericClass = { 154, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType CollectionDebuggerView_1_t1274252988_0_0_0 = { &CollectionDebuggerView_1_t1274252988_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass CollectionDebuggerView_2_t720968023_GenericClass = { 155, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType CollectionDebuggerView_2_t720968023_0_0_0 = { &CollectionDebuggerView_2_t720968023_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericComparer_1_t781738708_GenericClass = { 158, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType GenericComparer_1_t781738708_0_0_0 = { &GenericComparer_1_t781738708_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t132545152_GenericClass = { 160, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t132545152_0_0_0 = { &Dictionary_2_t132545152_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1063402257_GenericClass = { 49, { &GenInst_KeyValuePair_2_t2530217319_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1063402257_0_0_0 = { &ICollection_1_t1063402257_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t2530217319_GenericClass = { 175, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t2530217319_0_0_0 = { &KeyValuePair_2_t2530217319_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2962787787_GenericClass = { 25, { &GenInst_KeyValuePair_2_t2530217319_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2962787787_0_0_0 = { &IEnumerator_1_t2962787787_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3437281436_GenericClass = { 41, { &GenInst_KeyValuePair_2_t2530217319_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3437281436_0_0_0 = { &InternalEnumerator_1_t3437281436_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t50569806_GenericClass = { 48, { &GenInst_KeyValuePair_2_t2530217319_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t50569806_0_0_0 = { &IList_1_t50569806_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1510070208_GenericClass = { 29, { &GenInst_KeyValuePair_2_t2530217319_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1510070208_0_0_0 = { &IEnumerable_1_t1510070208_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IDictionary_2_t2891363839_GenericClass = { 172, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType IDictionary_2_t2891363839_0_0_0 = { &IDictionary_2_t2891363839_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t322220623_GenericClass = { 163, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t322220623_0_0_0 = { &KeyCollection_t322220623_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t314722136_GenericClass = { 164, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t314722136_0_0_0 = { &Enumerator_t314722136_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2086727927_GenericClass = { 162, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2086727927_0_0_0 = { &Enumerator_t2086727927_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t4165270170_GenericClass = { 167, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t4165270170_0_0_0 = { &Transform_1_t4165270170_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t1848589470_GenericClass = { 165, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t1848589470_0_0_0 = { &ValueCollection_t1848589470_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t701438809_GenericClass = { 166, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t701438809_0_0_0 = { &Enumerator_t701438809_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t4209139644_GenericClass = { 167, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t4209139644_0_0_0 = { &Transform_1_t4209139644_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t3615381325_GenericClass = { 167, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_KeyValuePair_2_t2530217319_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t3615381325_0_0_0 = { &Transform_1_t3615381325_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ShimEnumerator_t129265949_GenericClass = { 161, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType ShimEnumerator_t129265949_0_0_0 = { &ShimEnumerator_t129265949_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t3314418425_GenericClass = { 170, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t3314418425_0_0_0 = { &GenericEqualityComparer_1_t3314418425_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t529858433_GenericClass = { 25, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t529858433_0_0_0 = { &IEnumerator_1_t529858433_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1004352082_GenericClass = { 41, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1004352082_0_0_0 = { &InternalEnumerator_1_t1004352082_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1912607748_GenericClass = { 48, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1912607748_0_0_0 = { &IList_1_t1912607748_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2925440199_GenericClass = { 49, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2925440199_0_0_0 = { &ICollection_1_t2925440199_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3372108150_GenericClass = { 29, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3372108150_0_0_0 = { &IEnumerable_1_t3372108150_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t113491922_GenericClass = { 25, { &GenInst_Slot_t3975888750_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t113491922_0_0_0 = { &IEnumerator_1_t113491922_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Slot_t3975888750_0_0_0 = { (void*)195, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Slot_t3975888750_1_0_0 = { (void*)195, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t587985571_GenericClass = { 41, { &GenInst_Slot_t3975888750_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t587985571_0_0_0 = { &InternalEnumerator_1_t587985571_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1496241237_GenericClass = { 48, { &GenInst_Slot_t3975888750_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1496241237_0_0_0 = { &IList_1_t1496241237_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2509073688_GenericClass = { 49, { &GenInst_Slot_t3975888750_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2509073688_0_0_0 = { &ICollection_1_t2509073688_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2955741639_GenericClass = { 29, { &GenInst_Slot_t3975888750_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2955741639_0_0_0 = { &IEnumerable_1_t2955741639_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t817065478_GenericClass = { 25, { &GenInst_Slot_t384495010_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t817065478_0_0_0 = { &IEnumerator_1_t817065478_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Slot_t384495010_0_0_0 = { (void*)210, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Slot_t384495010_1_0_0 = { (void*)210, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1291559127_GenericClass = { 41, { &GenInst_Slot_t384495010_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1291559127_0_0_0 = { &InternalEnumerator_1_t1291559127_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2199814793_GenericClass = { 48, { &GenInst_Slot_t384495010_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2199814793_0_0_0 = { &IList_1_t2199814793_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3212647244_GenericClass = { 49, { &GenInst_Slot_t384495010_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3212647244_0_0_0 = { &ICollection_1_t3212647244_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3659315195_GenericClass = { 29, { &GenInst_Slot_t384495010_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3659315195_0_0_0 = { &IEnumerable_1_t3659315195_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3649823527_GenericClass = { 25, { &GenInst_StackFrame_t3217253059_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3649823527_0_0_0 = { &IEnumerator_1_t3649823527_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType StackFrame_t3217253059_0_0_0 = { (void*)225, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StackFrame_t3217253059_1_0_0 = { (void*)225, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t4124317176_GenericClass = { 41, { &GenInst_StackFrame_t3217253059_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4124317176_0_0_0 = { &InternalEnumerator_1_t4124317176_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t737605546_GenericClass = { 48, { &GenInst_StackFrame_t3217253059_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t737605546_0_0_0 = { &IList_1_t737605546_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1750437997_GenericClass = { 49, { &GenInst_StackFrame_t3217253059_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1750437997_0_0_0 = { &ICollection_1_t1750437997_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2197105948_GenericClass = { 29, { &GenInst_StackFrame_t3217253059_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2197105948_0_0_0 = { &IEnumerable_1_t2197105948_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2093692037_GenericClass = { 25, { &GenInst_Calendar_t1661121569_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2093692037_0_0_0 = { &IEnumerator_1_t2093692037_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Calendar_t1661121569_0_0_0 = { (void*)227, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Calendar_t1661121569_1_0_0 = { (void*)227, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Calendar_t1661121569_0_0_1 = { (void*)227, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2568185686_GenericClass = { 41, { &GenInst_Calendar_t1661121569_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2568185686_0_0_0 = { &InternalEnumerator_1_t2568185686_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3476441352_GenericClass = { 48, { &GenInst_Calendar_t1661121569_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3476441352_0_0_0 = { &IList_1_t3476441352_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t194306507_GenericClass = { 49, { &GenInst_Calendar_t1661121569_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t194306507_0_0_0 = { &ICollection_1_t194306507_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t640974458_GenericClass = { 29, { &GenInst_Calendar_t1661121569_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t640974458_0_0_0 = { &IEnumerable_1_t640974458_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1164458159_GenericClass = { 25, { &GenInst_ModuleBuilder_t731887691_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1164458159_0_0_0 = { &IEnumerator_1_t1164458159_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ModuleBuilder_t731887691_0_0_0 = { (void*)316, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ModuleBuilder_t731887691_0_0_1 = { (void*)316, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ModuleBuilder_t731887691_1_0_0 = { (void*)316, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ModuleBuilder_t731887691_0_0_17 = { (void*)316, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1638951808_GenericClass = { 41, { &GenInst_ModuleBuilder_t731887691_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1638951808_0_0_0 = { &InternalEnumerator_1_t1638951808_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2547207474_GenericClass = { 48, { &GenInst_ModuleBuilder_t731887691_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2547207474_0_0_0 = { &IList_1_t2547207474_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3560039925_GenericClass = { 49, { &GenInst_ModuleBuilder_t731887691_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3560039925_0_0_0 = { &ICollection_1_t3560039925_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4006707876_GenericClass = { 29, { &GenInst_ModuleBuilder_t731887691_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4006707876_0_0_0 = { &IEnumerable_1_t4006707876_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t737442190_GenericClass = { 48, { &GenInst__ModuleBuilder_t3217089703_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t737442190_0_0_0 = { &IList_1_t737442190_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _ModuleBuilder_t3217089703_0_0_0 = { (void*)463, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _ModuleBuilder_t3217089703_1_0_0 = { (void*)463, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3649660171_GenericClass = { 25, { &GenInst__ModuleBuilder_t3217089703_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3649660171_0_0_0 = { &IEnumerator_1_t3649660171_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4124153820_GenericClass = { 41, { &GenInst__ModuleBuilder_t3217089703_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4124153820_0_0_0 = { &InternalEnumerator_1_t4124153820_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1750274641_GenericClass = { 49, { &GenInst__ModuleBuilder_t3217089703_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1750274641_0_0_0 = { &ICollection_1_t1750274641_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2196942592_GenericClass = { 29, { &GenInst__ModuleBuilder_t3217089703_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2196942592_0_0_0 = { &IEnumerable_1_t2196942592_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t507378588_GenericClass = { 48, { &GenInst_Module_t2987026101_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t507378588_0_0_0 = { &IList_1_t507378588_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Module_t2987026101_0_0_0 = { (void*)368, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Module_t2987026101_0_0_1 = { (void*)368, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Module_t2987026101_0_0_3 = { (void*)368, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Module_t2987026101_1_0_2 = { (void*)368, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Module_t2987026101_1_0_0 = { (void*)368, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3419596569_GenericClass = { 25, { &GenInst_Module_t2987026101_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3419596569_0_0_0 = { &IEnumerator_1_t3419596569_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3894090218_GenericClass = { 41, { &GenInst_Module_t2987026101_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3894090218_0_0_0 = { &InternalEnumerator_1_t3894090218_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1520211039_GenericClass = { 49, { &GenInst_Module_t2987026101_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1520211039_0_0_0 = { &ICollection_1_t1520211039_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1966878990_GenericClass = { 29, { &GenInst_Module_t2987026101_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1966878990_0_0_0 = { &IEnumerable_1_t1966878990_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1950481489_GenericClass = { 48, { &GenInst__Module_t135161706_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1950481489_0_0_0 = { &IList_1_t1950481489_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _Module_t135161706_0_0_0 = { (void*)462, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Module_t135161706_0_0_2 = { (void*)462, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Module_t135161706_1_0_0 = { (void*)462, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t567732174_GenericClass = { 25, { &GenInst__Module_t135161706_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t567732174_0_0_0 = { &IEnumerator_1_t567732174_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1042225823_GenericClass = { 41, { &GenInst__Module_t135161706_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1042225823_0_0_0 = { &InternalEnumerator_1_t1042225823_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2963313940_GenericClass = { 49, { &GenInst__Module_t135161706_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2963313940_0_0_0 = { &ICollection_1_t2963313940_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3409981891_GenericClass = { 29, { &GenInst__Module_t135161706_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3409981891_0_0_0 = { &IEnumerable_1_t3409981891_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3214207685_GenericClass = { 25, { &GenInst_CustomAttributeBuilder_t2781637217_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3214207685_0_0_0 = { &IEnumerator_1_t3214207685_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType CustomAttributeBuilder_t2781637217_0_0_0 = { (void*)299, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CustomAttributeBuilder_t2781637217_1_0_0 = { (void*)299, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t3688701334_GenericClass = { 41, { &GenInst_CustomAttributeBuilder_t2781637217_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3688701334_0_0_0 = { &InternalEnumerator_1_t3688701334_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t301989704_GenericClass = { 48, { &GenInst_CustomAttributeBuilder_t2781637217_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t301989704_0_0_0 = { &IList_1_t301989704_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1314822155_GenericClass = { 49, { &GenInst_CustomAttributeBuilder_t2781637217_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1314822155_0_0_0 = { &ICollection_1_t1314822155_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1761490106_GenericClass = { 29, { &GenInst_CustomAttributeBuilder_t2781637217_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1761490106_0_0_0 = { &IEnumerable_1_t1761490106_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t39565843_GenericClass = { 48, { &GenInst__CustomAttributeBuilder_t2519213356_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t39565843_0_0_0 = { &IList_1_t39565843_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _CustomAttributeBuilder_t2519213356_0_0_0 = { (void*)451, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _CustomAttributeBuilder_t2519213356_1_0_0 = { (void*)451, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2951783824_GenericClass = { 25, { &GenInst__CustomAttributeBuilder_t2519213356_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2951783824_0_0_0 = { &IEnumerator_1_t2951783824_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3426277473_GenericClass = { 41, { &GenInst__CustomAttributeBuilder_t2519213356_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3426277473_0_0_0 = { &InternalEnumerator_1_t3426277473_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1052398294_GenericClass = { 49, { &GenInst__CustomAttributeBuilder_t2519213356_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1052398294_0_0_0 = { &ICollection_1_t1052398294_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1499066245_GenericClass = { 29, { &GenInst__CustomAttributeBuilder_t2519213356_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1499066245_0_0_0 = { &IEnumerable_1_t1499066245_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t241033181_GenericClass = { 25, { &GenInst_MonoResource_t4103430009_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t241033181_0_0_0 = { &IEnumerator_1_t241033181_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MonoResource_t4103430009_0_0_0 = { (void*)294, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoResource_t4103430009_1_0_0 = { (void*)294, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t715526830_GenericClass = { 41, { &GenInst_MonoResource_t4103430009_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t715526830_0_0_0 = { &InternalEnumerator_1_t715526830_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1623782496_GenericClass = { 48, { &GenInst_MonoResource_t4103430009_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1623782496_0_0_0 = { &IList_1_t1623782496_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2636614947_GenericClass = { 49, { &GenInst_MonoResource_t4103430009_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2636614947_0_0_0 = { &ICollection_1_t2636614947_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3083282898_GenericClass = { 29, { &GenInst_MonoResource_t4103430009_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3083282898_0_0_0 = { &IEnumerable_1_t3083282898_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2336799951_GenericClass = { 25, { &GenInst_MonoWin32Resource_t1904229483_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2336799951_0_0_0 = { &IEnumerator_1_t2336799951_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MonoWin32Resource_t1904229483_0_0_0 = { (void*)295, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoWin32Resource_t1904229483_1_0_0 = { (void*)295, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t2811293600_GenericClass = { 41, { &GenInst_MonoWin32Resource_t1904229483_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2811293600_0_0_0 = { &InternalEnumerator_1_t2811293600_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3719549266_GenericClass = { 48, { &GenInst_MonoWin32Resource_t1904229483_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3719549266_0_0_0 = { &IList_1_t3719549266_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t437414421_GenericClass = { 49, { &GenInst_MonoWin32Resource_t1904229483_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t437414421_0_0_0 = { &ICollection_1_t437414421_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t884082372_GenericClass = { 29, { &GenInst_MonoWin32Resource_t1904229483_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t884082372_0_0_0 = { &IEnumerable_1_t884082372_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t916961455_GenericClass = { 25, { &GenInst_RefEmitPermissionSet_t484390987_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t916961455_0_0_0 = { &IEnumerator_1_t916961455_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType RefEmitPermissionSet_t484390987_0_0_0 = { (void*)293, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RefEmitPermissionSet_t484390987_1_0_0 = { (void*)293, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1391455104_GenericClass = { 41, { &GenInst_RefEmitPermissionSet_t484390987_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1391455104_0_0_0 = { &InternalEnumerator_1_t1391455104_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2299710770_GenericClass = { 48, { &GenInst_RefEmitPermissionSet_t484390987_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2299710770_0_0_0 = { &IList_1_t2299710770_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3312543221_GenericClass = { 49, { &GenInst_RefEmitPermissionSet_t484390987_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3312543221_0_0_0 = { &ICollection_1_t3312543221_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3759211172_GenericClass = { 29, { &GenInst_RefEmitPermissionSet_t484390987_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3759211172_0_0_0 = { &IEnumerable_1_t3759211172_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1569710143_GenericClass = { 25, { &GenInst_ParameterBuilder_t1137139675_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1569710143_0_0_0 = { &IEnumerator_1_t1569710143_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ParameterBuilder_t1137139675_0_0_0 = { (void*)324, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ParameterBuilder_t1137139675_1_0_0 = { (void*)324, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t2044203792_GenericClass = { 41, { &GenInst_ParameterBuilder_t1137139675_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2044203792_0_0_0 = { &InternalEnumerator_1_t2044203792_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2952459458_GenericClass = { 48, { &GenInst_ParameterBuilder_t1137139675_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2952459458_0_0_0 = { &IList_1_t2952459458_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3965291909_GenericClass = { 49, { &GenInst_ParameterBuilder_t1137139675_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3965291909_0_0_0 = { &ICollection_1_t3965291909_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t116992564_GenericClass = { 29, { &GenInst_ParameterBuilder_t1137139675_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t116992564_0_0_0 = { &IEnumerable_1_t116992564_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1422250562_GenericClass = { 48, { &GenInst__ParameterBuilder_t3901898075_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1422250562_0_0_0 = { &IList_1_t1422250562_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _ParameterBuilder_t3901898075_0_0_0 = { (void*)464, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _ParameterBuilder_t3901898075_1_0_0 = { (void*)464, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t39501247_GenericClass = { 25, { &GenInst__ParameterBuilder_t3901898075_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t39501247_0_0_0 = { &IEnumerator_1_t39501247_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t513994896_GenericClass = { 41, { &GenInst__ParameterBuilder_t3901898075_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t513994896_0_0_0 = { &InternalEnumerator_1_t513994896_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2435083013_GenericClass = { 49, { &GenInst__ParameterBuilder_t3901898075_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2435083013_0_0_0 = { &ICollection_1_t2435083013_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2881750964_GenericClass = { 29, { &GenInst__ParameterBuilder_t3901898075_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2881750964_0_0_0 = { &IEnumerable_1_t2881750964_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t78483277_GenericClass = { 25, { &GenInst_TypeU5BU5D_t3940880105_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t78483277_0_0_0 = { &IEnumerator_1_t78483277_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TypeU5BU5D_t3940880105_0_0_0 = { (void*)&Type_t_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TypeU5BU5D_t3940880105_0_0_54 = { (void*)&Type_t_0_0_0, 54, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TypeU5BU5D_t3940880105_0_0_1 = { (void*)&Type_t_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TypeU5BU5D_t3940880105_0_0_3 = { (void*)&Type_t_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TypeU5BU5D_t3940880105_0_0_33 = { (void*)&Type_t_0_0_0, 33, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TypeU5BU5D_t3940880105_0_0_17 = { (void*)&Type_t_0_0_0, 17, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TypeU5BU5D_t3940880105_0_0_6 = { (void*)&Type_t_0_0_0, 6, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TypeU5BU5D_t3940880105_0_0_49 = { (void*)&Type_t_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t552976926_GenericClass = { 41, { &GenInst_TypeU5BU5D_t3940880105_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t552976926_0_0_0 = { &InternalEnumerator_1_t552976926_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1461232592_GenericClass = { 48, { &GenInst_TypeU5BU5D_t3940880105_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1461232592_0_0_0 = { &IList_1_t1461232592_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2474065043_GenericClass = { 49, { &GenInst_TypeU5BU5D_t3940880105_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2474065043_0_0_0 = { &ICollection_1_t2474065043_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2920732994_GenericClass = { 29, { &GenInst_TypeU5BU5D_t3940880105_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2920732994_0_0_0 = { &IEnumerable_1_t2920732994_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1069638806_GenericClass = { 48, { &GenInst_RuntimeArray_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1069638806_0_0_0 = { &IList_1_t1069638806_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType RuntimeArray_0_0_0 = { (void*)40, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RuntimeArray_1_0_0 = { (void*)40, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RuntimeArray_0_0_1 = { (void*)40, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RuntimeArray_0_0_3 = { (void*)40, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3981856787_GenericClass = { 25, { &GenInst_RuntimeArray_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3981856787_0_0_0 = { &IEnumerator_1_t3981856787_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t161383140_GenericClass = { 41, { &GenInst_RuntimeArray_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t161383140_0_0_0 = { &InternalEnumerator_1_t161383140_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2082471257_GenericClass = { 49, { &GenInst_RuntimeArray_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2082471257_0_0_0 = { &ICollection_1_t2082471257_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2529139208_GenericClass = { 29, { &GenInst_RuntimeArray_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2529139208_0_0_0 = { &IEnumerable_1_t2529139208_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1425237373_GenericClass = { 48, { &GenInst_ICollection_t3904884886_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1425237373_0_0_0 = { &IList_1_t1425237373_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICollection_t3904884886_0_0_0 = { (void*)46, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICollection_t3904884886_0_0_2 = { (void*)46, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICollection_t3904884886_1_0_0 = { (void*)46, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICollection_t3904884886_0_0_1 = { (void*)46, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICollection_t3904884886_0_0_3 = { (void*)46, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t42488058_GenericClass = { 25, { &GenInst_ICollection_t3904884886_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t42488058_0_0_0 = { &IEnumerator_1_t42488058_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t516981707_GenericClass = { 41, { &GenInst_ICollection_t3904884886_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t516981707_0_0_0 = { &InternalEnumerator_1_t516981707_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2438069824_GenericClass = { 49, { &GenInst_ICollection_t3904884886_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2438069824_0_0_0 = { &ICollection_1_t2438069824_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2884737775_GenericClass = { 29, { &GenInst_ICollection_t3904884886_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2884737775_0_0_0 = { &IEnumerable_1_t2884737775_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3910250999_GenericClass = { 48, { &GenInst_IList_t2094931216_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3910250999_0_0_0 = { &IList_1_t3910250999_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IList_t2094931216_0_0_0 = { (void*)47, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IList_t2094931216_0_0_3 = { (void*)47, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IList_t2094931216_1_0_0 = { (void*)47, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IList_t2094931216_0_0_2 = { (void*)47, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IList_t2094931216_0_0_1 = { (void*)47, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IList_t2094931216_0_0_17 = { (void*)47, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2527501684_GenericClass = { 25, { &GenInst_IList_t2094931216_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2527501684_0_0_0 = { &IEnumerator_1_t2527501684_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3001995333_GenericClass = { 41, { &GenInst_IList_t2094931216_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3001995333_0_0_0 = { &InternalEnumerator_1_t3001995333_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t628116154_GenericClass = { 49, { &GenInst_IList_t2094931216_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t628116154_0_0_0 = { &ICollection_1_t628116154_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1074784105_GenericClass = { 29, { &GenInst_IList_t2094931216_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1074784105_0_0_0 = { &IEnumerable_1_t1074784105_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1819617030_GenericClass = { 48, { &GenInst_IList_1_t4297247_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1819617030_0_0_0 = { &IList_1_t1819617030_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t436867715_GenericClass = { 25, { &GenInst_IList_1_t4297247_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t436867715_0_0_0 = { &IEnumerator_1_t436867715_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t911361364_GenericClass = { 41, { &GenInst_IList_1_t4297247_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t911361364_0_0_0 = { &InternalEnumerator_1_t911361364_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2832449481_GenericClass = { 49, { &GenInst_IList_1_t4297247_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2832449481_0_0_0 = { &ICollection_1_t2832449481_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3279117432_GenericClass = { 29, { &GenInst_IList_1_t4297247_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3279117432_0_0_0 = { &IEnumerable_1_t3279117432_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2832449482_GenericClass = { 48, { &GenInst_ICollection_1_t1017129698_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2832449482_0_0_0 = { &IList_1_t2832449482_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1449700166_GenericClass = { 25, { &GenInst_ICollection_1_t1017129698_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1449700166_0_0_0 = { &IEnumerator_1_t1449700166_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1924193815_GenericClass = { 41, { &GenInst_ICollection_1_t1017129698_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1924193815_0_0_0 = { &InternalEnumerator_1_t1924193815_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3845281932_GenericClass = { 49, { &GenInst_ICollection_1_t1017129698_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3845281932_0_0_0 = { &ICollection_1_t3845281932_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4291949883_GenericClass = { 29, { &GenInst_ICollection_1_t1017129698_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4291949883_0_0_0 = { &IEnumerable_1_t4291949883_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3279117433_GenericClass = { 48, { &GenInst_IEnumerable_1_t1463797649_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3279117433_0_0_0 = { &IList_1_t3279117433_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1896368117_GenericClass = { 25, { &GenInst_IEnumerable_1_t1463797649_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1896368117_0_0_0 = { &IEnumerator_1_t1896368117_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2370861766_GenericClass = { 41, { &GenInst_IEnumerable_1_t1463797649_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2370861766_0_0_0 = { &InternalEnumerator_1_t2370861766_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4291949884_GenericClass = { 49, { &GenInst_IEnumerable_1_t1463797649_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4291949884_0_0_0 = { &ICollection_1_t4291949884_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t443650538_GenericClass = { 29, { &GenInst_IEnumerable_1_t1463797649_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t443650538_0_0_0 = { &IEnumerable_1_t443650538_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1889949209_GenericClass = { 48, { &GenInst_IList_1_t74629426_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1889949209_0_0_0 = { &IList_1_t1889949209_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t507199894_GenericClass = { 25, { &GenInst_IList_1_t74629426_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t507199894_0_0_0 = { &IEnumerator_1_t507199894_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t981693543_GenericClass = { 41, { &GenInst_IList_1_t74629426_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t981693543_0_0_0 = { &InternalEnumerator_1_t981693543_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2902781660_GenericClass = { 49, { &GenInst_IList_1_t74629426_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2902781660_0_0_0 = { &ICollection_1_t2902781660_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3349449611_GenericClass = { 29, { &GenInst_IList_1_t74629426_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3349449611_0_0_0 = { &IEnumerable_1_t3349449611_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2902781661_GenericClass = { 48, { &GenInst_ICollection_1_t1087461877_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2902781661_0_0_0 = { &IList_1_t2902781661_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1520032345_GenericClass = { 25, { &GenInst_ICollection_1_t1087461877_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1520032345_0_0_0 = { &IEnumerator_1_t1520032345_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1994525994_GenericClass = { 41, { &GenInst_ICollection_1_t1087461877_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1994525994_0_0_0 = { &InternalEnumerator_1_t1994525994_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3915614111_GenericClass = { 49, { &GenInst_ICollection_1_t1087461877_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3915614111_0_0_0 = { &ICollection_1_t3915614111_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t67314766_GenericClass = { 29, { &GenInst_ICollection_1_t1087461877_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t67314766_0_0_0 = { &IEnumerable_1_t67314766_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3349449612_GenericClass = { 48, { &GenInst_IEnumerable_1_t1534129828_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3349449612_0_0_0 = { &IList_1_t3349449612_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1966700296_GenericClass = { 25, { &GenInst_IEnumerable_1_t1534129828_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1966700296_0_0_0 = { &IEnumerator_1_t1966700296_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2441193945_GenericClass = { 41, { &GenInst_IEnumerable_1_t1534129828_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2441193945_0_0_0 = { &InternalEnumerator_1_t2441193945_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t67314767_GenericClass = { 49, { &GenInst_IEnumerable_1_t1534129828_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t67314767_0_0_0 = { &ICollection_1_t67314767_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t513982717_GenericClass = { 29, { &GenInst_IEnumerable_1_t1534129828_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t513982717_0_0_0 = { &IEnumerable_1_t513982717_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2924236521_GenericClass = { 48, { &GenInst_IList_1_t1108916738_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2924236521_0_0_0 = { &IList_1_t2924236521_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1541487206_GenericClass = { 25, { &GenInst_IList_1_t1108916738_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1541487206_0_0_0 = { &IEnumerator_1_t1541487206_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2015980855_GenericClass = { 41, { &GenInst_IList_1_t1108916738_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2015980855_0_0_0 = { &InternalEnumerator_1_t2015980855_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3937068972_GenericClass = { 49, { &GenInst_IList_1_t1108916738_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3937068972_0_0_0 = { &ICollection_1_t3937068972_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t88769627_GenericClass = { 29, { &GenInst_IList_1_t1108916738_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t88769627_0_0_0 = { &IEnumerable_1_t88769627_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3937068973_GenericClass = { 48, { &GenInst_ICollection_1_t2121749189_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3937068973_0_0_0 = { &IList_1_t3937068973_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2554319657_GenericClass = { 25, { &GenInst_ICollection_1_t2121749189_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2554319657_0_0_0 = { &IEnumerator_1_t2554319657_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3028813306_GenericClass = { 41, { &GenInst_ICollection_1_t2121749189_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3028813306_0_0_0 = { &InternalEnumerator_1_t3028813306_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t654934127_GenericClass = { 49, { &GenInst_ICollection_1_t2121749189_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t654934127_0_0_0 = { &ICollection_1_t654934127_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1101602078_GenericClass = { 29, { &GenInst_ICollection_1_t2121749189_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1101602078_0_0_0 = { &IEnumerable_1_t1101602078_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t88769628_GenericClass = { 48, { &GenInst_IEnumerable_1_t2568417140_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t88769628_0_0_0 = { &IList_1_t88769628_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3000987608_GenericClass = { 25, { &GenInst_IEnumerable_1_t2568417140_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3000987608_0_0_0 = { &IEnumerator_1_t3000987608_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3475481257_GenericClass = { 41, { &GenInst_IEnumerable_1_t2568417140_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3475481257_0_0_0 = { &InternalEnumerator_1_t3475481257_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1101602079_GenericClass = { 49, { &GenInst_IEnumerable_1_t2568417140_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1101602079_0_0_0 = { &ICollection_1_t1101602079_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1548270029_GenericClass = { 29, { &GenInst_IEnumerable_1_t2568417140_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1548270029_0_0_0 = { &IEnumerable_1_t1548270029_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2715674011_GenericClass = { 48, { &GenInst_IList_1_t900354228_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2715674011_0_0_0 = { &IList_1_t2715674011_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1332924696_GenericClass = { 25, { &GenInst_IList_1_t900354228_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1332924696_0_0_0 = { &IEnumerator_1_t1332924696_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1807418345_GenericClass = { 41, { &GenInst_IList_1_t900354228_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1807418345_0_0_0 = { &InternalEnumerator_1_t1807418345_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3728506462_GenericClass = { 49, { &GenInst_IList_1_t900354228_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3728506462_0_0_0 = { &ICollection_1_t3728506462_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4175174413_GenericClass = { 29, { &GenInst_IList_1_t900354228_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4175174413_0_0_0 = { &IEnumerable_1_t4175174413_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3728506463_GenericClass = { 48, { &GenInst_ICollection_1_t1913186679_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3728506463_0_0_0 = { &IList_1_t3728506463_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2345757147_GenericClass = { 25, { &GenInst_ICollection_1_t1913186679_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2345757147_0_0_0 = { &IEnumerator_1_t2345757147_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2820250796_GenericClass = { 41, { &GenInst_ICollection_1_t1913186679_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2820250796_0_0_0 = { &InternalEnumerator_1_t2820250796_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t446371617_GenericClass = { 49, { &GenInst_ICollection_1_t1913186679_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t446371617_0_0_0 = { &ICollection_1_t446371617_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t893039568_GenericClass = { 29, { &GenInst_ICollection_1_t1913186679_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t893039568_0_0_0 = { &IEnumerable_1_t893039568_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4175174414_GenericClass = { 48, { &GenInst_IEnumerable_1_t2359854630_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4175174414_0_0_0 = { &IList_1_t4175174414_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2792425098_GenericClass = { 25, { &GenInst_IEnumerable_1_t2359854630_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2792425098_0_0_0 = { &IEnumerator_1_t2792425098_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3266918747_GenericClass = { 41, { &GenInst_IEnumerable_1_t2359854630_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3266918747_0_0_0 = { &InternalEnumerator_1_t3266918747_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t893039569_GenericClass = { 49, { &GenInst_IEnumerable_1_t2359854630_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t893039569_0_0_0 = { &ICollection_1_t893039569_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1339707519_GenericClass = { 29, { &GenInst_IEnumerable_1_t2359854630_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1339707519_0_0_0 = { &IEnumerable_1_t1339707519_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t866496407_GenericClass = { 48, { &GenInst_IList_1_t3346143920_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t866496407_0_0_0 = { &IList_1_t866496407_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3778714388_GenericClass = { 25, { &GenInst_IList_1_t3346143920_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3778714388_0_0_0 = { &IEnumerator_1_t3778714388_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4253208037_GenericClass = { 41, { &GenInst_IList_1_t3346143920_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4253208037_0_0_0 = { &InternalEnumerator_1_t4253208037_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1879328858_GenericClass = { 49, { &GenInst_IList_1_t3346143920_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1879328858_0_0_0 = { &ICollection_1_t1879328858_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2325996809_GenericClass = { 29, { &GenInst_IList_1_t3346143920_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2325996809_0_0_0 = { &IEnumerable_1_t2325996809_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1879328859_GenericClass = { 48, { &GenInst_ICollection_1_t64009075_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1879328859_0_0_0 = { &IList_1_t1879328859_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t496579543_GenericClass = { 25, { &GenInst_ICollection_1_t64009075_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t496579543_0_0_0 = { &IEnumerator_1_t496579543_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t971073192_GenericClass = { 41, { &GenInst_ICollection_1_t64009075_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t971073192_0_0_0 = { &InternalEnumerator_1_t971073192_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2892161309_GenericClass = { 49, { &GenInst_ICollection_1_t64009075_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2892161309_0_0_0 = { &ICollection_1_t2892161309_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3338829260_GenericClass = { 29, { &GenInst_ICollection_1_t64009075_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3338829260_0_0_0 = { &IEnumerable_1_t3338829260_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2325996810_GenericClass = { 48, { &GenInst_IEnumerable_1_t510677026_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2325996810_0_0_0 = { &IList_1_t2325996810_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t943247494_GenericClass = { 25, { &GenInst_IEnumerable_1_t510677026_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t943247494_0_0_0 = { &IEnumerator_1_t943247494_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1417741143_GenericClass = { 41, { &GenInst_IEnumerable_1_t510677026_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1417741143_0_0_0 = { &InternalEnumerator_1_t1417741143_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3338829261_GenericClass = { 49, { &GenInst_IEnumerable_1_t510677026_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3338829261_0_0_0 = { &ICollection_1_t3338829261_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3785497211_GenericClass = { 29, { &GenInst_IEnumerable_1_t510677026_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3785497211_0_0_0 = { &IEnumerable_1_t3785497211_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3258148983_GenericClass = { 48, { &GenInst_IList_1_t1442829200_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3258148983_0_0_0 = { &IList_1_t3258148983_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1875399668_GenericClass = { 25, { &GenInst_IList_1_t1442829200_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1875399668_0_0_0 = { &IEnumerator_1_t1875399668_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2349893317_GenericClass = { 41, { &GenInst_IList_1_t1442829200_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2349893317_0_0_0 = { &InternalEnumerator_1_t2349893317_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4270981434_GenericClass = { 49, { &GenInst_IList_1_t1442829200_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4270981434_0_0_0 = { &ICollection_1_t4270981434_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t422682089_GenericClass = { 29, { &GenInst_IList_1_t1442829200_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t422682089_0_0_0 = { &IEnumerable_1_t422682089_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4270981435_GenericClass = { 48, { &GenInst_ICollection_1_t2455661651_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4270981435_0_0_0 = { &IList_1_t4270981435_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2888232119_GenericClass = { 25, { &GenInst_ICollection_1_t2455661651_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2888232119_0_0_0 = { &IEnumerator_1_t2888232119_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3362725768_GenericClass = { 41, { &GenInst_ICollection_1_t2455661651_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3362725768_0_0_0 = { &InternalEnumerator_1_t3362725768_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t988846589_GenericClass = { 49, { &GenInst_ICollection_1_t2455661651_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t988846589_0_0_0 = { &ICollection_1_t988846589_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1435514540_GenericClass = { 29, { &GenInst_ICollection_1_t2455661651_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1435514540_0_0_0 = { &IEnumerable_1_t1435514540_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t422682090_GenericClass = { 48, { &GenInst_IEnumerable_1_t2902329602_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t422682090_0_0_0 = { &IList_1_t422682090_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3334900070_GenericClass = { 25, { &GenInst_IEnumerable_1_t2902329602_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3334900070_0_0_0 = { &IEnumerator_1_t3334900070_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3809393719_GenericClass = { 41, { &GenInst_IEnumerable_1_t2902329602_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3809393719_0_0_0 = { &InternalEnumerator_1_t3809393719_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1435514541_GenericClass = { 49, { &GenInst_IEnumerable_1_t2902329602_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1435514541_0_0_0 = { &ICollection_1_t1435514541_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1882182491_GenericClass = { 29, { &GenInst_IEnumerable_1_t2902329602_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1882182491_0_0_0 = { &IEnumerable_1_t1882182491_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2415778434_GenericClass = { 48, { &GenInst_IList_1_t600458651_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2415778434_0_0_0 = { &IList_1_t2415778434_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1033029119_GenericClass = { 25, { &GenInst_IList_1_t600458651_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1033029119_0_0_0 = { &IEnumerator_1_t1033029119_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1507522768_GenericClass = { 41, { &GenInst_IList_1_t600458651_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1507522768_0_0_0 = { &InternalEnumerator_1_t1507522768_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3428610885_GenericClass = { 49, { &GenInst_IList_1_t600458651_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3428610885_0_0_0 = { &ICollection_1_t3428610885_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3875278836_GenericClass = { 29, { &GenInst_IList_1_t600458651_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3875278836_0_0_0 = { &IEnumerable_1_t3875278836_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3428610886_GenericClass = { 48, { &GenInst_ICollection_1_t1613291102_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3428610886_0_0_0 = { &IList_1_t3428610886_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2045861570_GenericClass = { 25, { &GenInst_ICollection_1_t1613291102_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2045861570_0_0_0 = { &IEnumerator_1_t2045861570_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2520355219_GenericClass = { 41, { &GenInst_ICollection_1_t1613291102_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2520355219_0_0_0 = { &InternalEnumerator_1_t2520355219_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t146476040_GenericClass = { 49, { &GenInst_ICollection_1_t1613291102_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t146476040_0_0_0 = { &ICollection_1_t146476040_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t593143991_GenericClass = { 29, { &GenInst_ICollection_1_t1613291102_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t593143991_0_0_0 = { &IEnumerable_1_t593143991_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3875278837_GenericClass = { 48, { &GenInst_IEnumerable_1_t2059959053_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3875278837_0_0_0 = { &IList_1_t3875278837_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2492529521_GenericClass = { 25, { &GenInst_IEnumerable_1_t2059959053_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2492529521_0_0_0 = { &IEnumerator_1_t2492529521_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2967023170_GenericClass = { 41, { &GenInst_IEnumerable_1_t2059959053_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2967023170_0_0_0 = { &InternalEnumerator_1_t2967023170_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t593143992_GenericClass = { 49, { &GenInst_IEnumerable_1_t2059959053_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t593143992_0_0_0 = { &ICollection_1_t593143992_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1039811942_GenericClass = { 29, { &GenInst_IEnumerable_1_t2059959053_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1039811942_0_0_0 = { &IEnumerable_1_t1039811942_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3994834579_GenericClass = { 25, { &GenInst_LocalBuilder_t3562264111_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3994834579_0_0_0 = { &IEnumerator_1_t3994834579_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType LocalBuilder_t3562264111_0_0_0 = { (void*)313, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LocalBuilder_t3562264111_1_0_0 = { (void*)313, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t174360932_GenericClass = { 41, { &GenInst_LocalBuilder_t3562264111_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t174360932_0_0_0 = { &InternalEnumerator_1_t174360932_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1082616598_GenericClass = { 48, { &GenInst_LocalBuilder_t3562264111_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1082616598_0_0_0 = { &IList_1_t1082616598_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2095449049_GenericClass = { 49, { &GenInst_LocalBuilder_t3562264111_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2095449049_0_0_0 = { &ICollection_1_t2095449049_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2542117000_GenericClass = { 29, { &GenInst_LocalBuilder_t3562264111_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2542117000_0_0_0 = { &IEnumerable_1_t2542117000_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2299555977_GenericClass = { 48, { &GenInst__LocalBuilder_t484236194_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2299555977_0_0_0 = { &IList_1_t2299555977_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _LocalBuilder_t484236194_0_0_0 = { (void*)458, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _LocalBuilder_t484236194_1_0_0 = { (void*)458, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t916806662_GenericClass = { 25, { &GenInst__LocalBuilder_t484236194_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t916806662_0_0_0 = { &IEnumerator_1_t916806662_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1391300311_GenericClass = { 41, { &GenInst__LocalBuilder_t484236194_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1391300311_0_0_0 = { &InternalEnumerator_1_t1391300311_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3312388428_GenericClass = { 49, { &GenInst__LocalBuilder_t484236194_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3312388428_0_0_0 = { &ICollection_1_t3312388428_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3759056379_GenericClass = { 29, { &GenInst__LocalBuilder_t484236194_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3759056379_0_0_0 = { &IEnumerable_1_t3759056379_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4242099178_GenericClass = { 48, { &GenInst_LocalVariableInfo_t2426779395_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4242099178_0_0_0 = { &IList_1_t4242099178_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType LocalVariableInfo_t2426779395_0_0_0 = { (void*)360, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LocalVariableInfo_t2426779395_1_0_0 = { (void*)360, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2859349863_GenericClass = { 25, { &GenInst_LocalVariableInfo_t2426779395_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2859349863_0_0_0 = { &IEnumerator_1_t2859349863_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3333843512_GenericClass = { 41, { &GenInst_LocalVariableInfo_t2426779395_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3333843512_0_0_0 = { &InternalEnumerator_1_t3333843512_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t959964333_GenericClass = { 49, { &GenInst_LocalVariableInfo_t2426779395_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t959964333_0_0_0 = { &ICollection_1_t959964333_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1406632284_GenericClass = { 29, { &GenInst_LocalVariableInfo_t2426779395_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1406632284_0_0_0 = { &IEnumerable_1_t1406632284_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2758345582_GenericClass = { 25, { &GenInst_ILTokenInfo_t2325775114_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2758345582_0_0_0 = { &IEnumerator_1_t2758345582_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ILTokenInfo_t2325775114_0_0_0 = { (void*)307, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ILTokenInfo_t2325775114_1_0_0 = { (void*)307, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t3232839231_GenericClass = { 41, { &GenInst_ILTokenInfo_t2325775114_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3232839231_0_0_0 = { &InternalEnumerator_1_t3232839231_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4141094897_GenericClass = { 48, { &GenInst_ILTokenInfo_t2325775114_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4141094897_0_0_0 = { &IList_1_t4141094897_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t858960052_GenericClass = { 49, { &GenInst_ILTokenInfo_t2325775114_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t858960052_0_0_0 = { &ICollection_1_t858960052_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1305628003_GenericClass = { 29, { &GenInst_ILTokenInfo_t2325775114_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1305628003_0_0_0 = { &IEnumerable_1_t1305628003_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t792737859_GenericClass = { 25, { &GenInst_LabelData_t360167391_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t792737859_0_0_0 = { &IEnumerator_1_t792737859_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType LabelData_t360167391_0_0_0 = { (void*)311, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LabelData_t360167391_1_0_0 = { (void*)311, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1267231508_GenericClass = { 41, { &GenInst_LabelData_t360167391_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1267231508_0_0_0 = { &InternalEnumerator_1_t1267231508_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2175487174_GenericClass = { 48, { &GenInst_LabelData_t360167391_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2175487174_0_0_0 = { &IList_1_t2175487174_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3188319625_GenericClass = { 49, { &GenInst_LabelData_t360167391_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3188319625_0_0_0 = { &ICollection_1_t3188319625_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3634987576_GenericClass = { 29, { &GenInst_LabelData_t360167391_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3634987576_0_0_0 = { &IEnumerable_1_t3634987576_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1291072522_GenericClass = { 25, { &GenInst_LabelFixup_t858502054_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1291072522_0_0_0 = { &IEnumerator_1_t1291072522_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType LabelFixup_t858502054_0_0_0 = { (void*)310, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LabelFixup_t858502054_1_0_0 = { (void*)310, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1765566171_GenericClass = { 41, { &GenInst_LabelFixup_t858502054_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1765566171_0_0_0 = { &InternalEnumerator_1_t1765566171_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2673821837_GenericClass = { 48, { &GenInst_LabelFixup_t858502054_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2673821837_0_0_0 = { &IList_1_t2673821837_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3686654288_GenericClass = { 49, { &GenInst_LabelFixup_t858502054_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3686654288_0_0_0 = { &ICollection_1_t3686654288_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4133322239_GenericClass = { 29, { &GenInst_LabelFixup_t858502054_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4133322239_0_0_0 = { &IEnumerable_1_t4133322239_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2421398408_GenericClass = { 25, { &GenInst_GenericTypeParameterBuilder_t1988827940_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2421398408_0_0_0 = { &IEnumerator_1_t2421398408_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType GenericTypeParameterBuilder_t1988827940_0_0_0 = { (void*)306, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GenericTypeParameterBuilder_t1988827940_1_0_0 = { (void*)306, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t2895892057_GenericClass = { 41, { &GenInst_GenericTypeParameterBuilder_t1988827940_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2895892057_0_0_0 = { &InternalEnumerator_1_t2895892057_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3804147723_GenericClass = { 48, { &GenInst_GenericTypeParameterBuilder_t1988827940_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3804147723_0_0_0 = { &IList_1_t3804147723_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t522012878_GenericClass = { 49, { &GenInst_GenericTypeParameterBuilder_t1988827940_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t522012878_0_0_0 = { &ICollection_1_t522012878_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t968680829_GenericClass = { 29, { &GenInst_GenericTypeParameterBuilder_t1988827940_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t968680829_0_0_0 = { &IEnumerable_1_t968680829_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1506518622_GenericClass = { 25, { &GenInst_TypeBuilder_t1073948154_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1506518622_0_0_0 = { &IEnumerator_1_t1506518622_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TypeBuilder_t1073948154_0_0_0 = { (void*)327, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeBuilder_t1073948154_0_0_1 = { (void*)327, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeBuilder_t1073948154_0_0_3 = { (void*)327, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeBuilder_t1073948154_1_0_0 = { (void*)327, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1981012271_GenericClass = { 41, { &GenInst_TypeBuilder_t1073948154_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1981012271_0_0_0 = { &InternalEnumerator_1_t1981012271_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2889267937_GenericClass = { 48, { &GenInst_TypeBuilder_t1073948154_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2889267937_0_0_0 = { &IList_1_t2889267937_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3902100388_GenericClass = { 49, { &GenInst_TypeBuilder_t1073948154_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3902100388_0_0_0 = { &ICollection_1_t3902100388_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t53801043_GenericClass = { 29, { &GenInst_TypeBuilder_t1073948154_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t53801043_0_0_0 = { &IEnumerable_1_t53801043_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t21989759_GenericClass = { 48, { &GenInst__TypeBuilder_t2501637272_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t21989759_0_0_0 = { &IList_1_t21989759_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _TypeBuilder_t2501637272_0_0_0 = { (void*)469, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _TypeBuilder_t2501637272_1_0_0 = { (void*)469, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2934207740_GenericClass = { 25, { &GenInst__TypeBuilder_t2501637272_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2934207740_0_0_0 = { &IEnumerator_1_t2934207740_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3408701389_GenericClass = { 41, { &GenInst__TypeBuilder_t2501637272_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3408701389_0_0_0 = { &InternalEnumerator_1_t3408701389_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1034822210_GenericClass = { 49, { &GenInst__TypeBuilder_t2501637272_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1034822210_0_0_0 = { &ICollection_1_t1034822210_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1481490161_GenericClass = { 29, { &GenInst__TypeBuilder_t2501637272_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1481490161_0_0_0 = { &IEnumerable_1_t1481490161_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3239887221_GenericClass = { 25, { &GenInst_MethodBuilder_t2807316753_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3239887221_0_0_0 = { &IEnumerator_1_t3239887221_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MethodBuilder_t2807316753_0_0_0 = { (void*)314, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodBuilder_t2807316753_0_0_1 = { (void*)314, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodBuilder_t2807316753_1_0_0 = { (void*)314, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t3714380870_GenericClass = { 41, { &GenInst_MethodBuilder_t2807316753_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3714380870_0_0_0 = { &InternalEnumerator_1_t3714380870_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t327669240_GenericClass = { 48, { &GenInst_MethodBuilder_t2807316753_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t327669240_0_0_0 = { &IList_1_t327669240_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1340501691_GenericClass = { 49, { &GenInst_MethodBuilder_t2807316753_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1340501691_0_0_0 = { &ICollection_1_t1340501691_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1787169642_GenericClass = { 29, { &GenInst_MethodBuilder_t2807316753_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1787169642_0_0_0 = { &IEnumerable_1_t1787169642_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2415774932_GenericClass = { 48, { &GenInst__MethodBuilder_t600455149_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2415774932_0_0_0 = { &IList_1_t2415774932_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _MethodBuilder_t600455149_0_0_0 = { (void*)460, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _MethodBuilder_t600455149_1_0_0 = { (void*)460, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1033025617_GenericClass = { 25, { &GenInst__MethodBuilder_t600455149_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1033025617_0_0_0 = { &IEnumerator_1_t1033025617_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1507519266_GenericClass = { 41, { &GenInst__MethodBuilder_t600455149_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1507519266_0_0_0 = { &InternalEnumerator_1_t1507519266_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3428607383_GenericClass = { 49, { &GenInst__MethodBuilder_t600455149_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3428607383_0_0_0 = { &ICollection_1_t3428607383_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3875275334_GenericClass = { 29, { &GenInst__MethodBuilder_t600455149_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3875275334_0_0_0 = { &IEnumerable_1_t3875275334_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3059620461_GenericClass = { 25, { &GenInst_FieldBuilder_t2627049993_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3059620461_0_0_0 = { &IEnumerator_1_t3059620461_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType FieldBuilder_t2627049993_0_0_0 = { (void*)305, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FieldBuilder_t2627049993_1_0_0 = { (void*)305, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t3534114110_GenericClass = { 41, { &GenInst_FieldBuilder_t2627049993_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3534114110_0_0_0 = { &InternalEnumerator_1_t3534114110_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t147402480_GenericClass = { 48, { &GenInst_FieldBuilder_t2627049993_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t147402480_0_0_0 = { &IList_1_t147402480_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1160234931_GenericClass = { 49, { &GenInst_FieldBuilder_t2627049993_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1160234931_0_0_0 = { &ICollection_1_t1160234931_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1606902882_GenericClass = { 29, { &GenInst_FieldBuilder_t2627049993_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1606902882_0_0_0 = { &IEnumerable_1_t1606902882_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t136145213_GenericClass = { 48, { &GenInst__FieldBuilder_t2615792726_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t136145213_0_0_0 = { &IList_1_t136145213_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _FieldBuilder_t2615792726_0_0_0 = { (void*)455, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _FieldBuilder_t2615792726_1_0_0 = { (void*)455, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3048363194_GenericClass = { 25, { &GenInst__FieldBuilder_t2615792726_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3048363194_0_0_0 = { &IEnumerator_1_t3048363194_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3522856843_GenericClass = { 41, { &GenInst__FieldBuilder_t2615792726_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3522856843_0_0_0 = { &InternalEnumerator_1_t3522856843_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1148977664_GenericClass = { 49, { &GenInst__FieldBuilder_t2615792726_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1148977664_0_0_0 = { &ICollection_1_t1148977664_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1595645615_GenericClass = { 29, { &GenInst__FieldBuilder_t2615792726_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1595645615_0_0_0 = { &IEnumerable_1_t1595645615_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3246094576_GenericClass = { 25, { &GenInst_ConstructorBuilder_t2813524108_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3246094576_0_0_0 = { &IEnumerator_1_t3246094576_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ConstructorBuilder_t2813524108_0_0_0 = { (void*)298, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConstructorBuilder_t2813524108_1_0_0 = { (void*)298, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t3720588225_GenericClass = { 41, { &GenInst_ConstructorBuilder_t2813524108_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3720588225_0_0_0 = { &InternalEnumerator_1_t3720588225_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t333876595_GenericClass = { 48, { &GenInst_ConstructorBuilder_t2813524108_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t333876595_0_0_0 = { &IList_1_t333876595_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1346709046_GenericClass = { 49, { &GenInst_ConstructorBuilder_t2813524108_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1346709046_0_0_0 = { &ICollection_1_t1346709046_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1793376997_GenericClass = { 29, { &GenInst_ConstructorBuilder_t2813524108_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1793376997_0_0_0 = { &IEnumerable_1_t1793376997_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4231870354_GenericClass = { 48, { &GenInst__ConstructorBuilder_t2416550571_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4231870354_0_0_0 = { &IList_1_t4231870354_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _ConstructorBuilder_t2416550571_0_0_0 = { (void*)449, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _ConstructorBuilder_t2416550571_1_0_0 = { (void*)449, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2849121039_GenericClass = { 25, { &GenInst__ConstructorBuilder_t2416550571_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2849121039_0_0_0 = { &IEnumerator_1_t2849121039_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3323614688_GenericClass = { 41, { &GenInst__ConstructorBuilder_t2416550571_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3323614688_0_0_0 = { &InternalEnumerator_1_t3323614688_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t949735509_GenericClass = { 49, { &GenInst__ConstructorBuilder_t2416550571_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t949735509_0_0_0 = { &ICollection_1_t949735509_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1396403460_GenericClass = { 29, { &GenInst__ConstructorBuilder_t2416550571_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1396403460_0_0_0 = { &IEnumerable_1_t1396403460_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t746867475_GenericClass = { 25, { &GenInst_PropertyBuilder_t314297007_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t746867475_0_0_0 = { &IEnumerator_1_t746867475_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PropertyBuilder_t314297007_0_0_0 = { (void*)325, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PropertyBuilder_t314297007_1_0_0 = { (void*)325, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1221361124_GenericClass = { 41, { &GenInst_PropertyBuilder_t314297007_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1221361124_0_0_0 = { &InternalEnumerator_1_t1221361124_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2129616790_GenericClass = { 48, { &GenInst_PropertyBuilder_t314297007_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2129616790_0_0_0 = { &IList_1_t2129616790_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3142449241_GenericClass = { 49, { &GenInst_PropertyBuilder_t314297007_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3142449241_0_0_0 = { &ICollection_1_t3142449241_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3589117192_GenericClass = { 29, { &GenInst_PropertyBuilder_t314297007_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3589117192_0_0_0 = { &IEnumerable_1_t3589117192_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3181456493_GenericClass = { 48, { &GenInst__PropertyBuilder_t1366136710_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3181456493_0_0_0 = { &IList_1_t3181456493_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _PropertyBuilder_t1366136710_0_0_0 = { (void*)466, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _PropertyBuilder_t1366136710_1_0_0 = { (void*)466, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1798707178_GenericClass = { 25, { &GenInst__PropertyBuilder_t1366136710_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1798707178_0_0_0 = { &IEnumerator_1_t1798707178_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2273200827_GenericClass = { 41, { &GenInst__PropertyBuilder_t1366136710_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2273200827_0_0_0 = { &InternalEnumerator_1_t2273200827_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4194288944_GenericClass = { 49, { &GenInst__PropertyBuilder_t1366136710_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4194288944_0_0_0 = { &ICollection_1_t4194288944_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t345989599_GenericClass = { 29, { &GenInst__PropertyBuilder_t1366136710_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t345989599_0_0_0 = { &IEnumerable_1_t345989599_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2502661734_GenericClass = { 48, { &GenInst_PropertyInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2502661734_0_0_0 = { &IList_1_t2502661734_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PropertyInfo_t_0_0_0 = { (void*)390, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PropertyInfo_t_1_0_0 = { (void*)390, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1119912419_GenericClass = { 25, { &GenInst_PropertyInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1119912419_0_0_0 = { &IEnumerator_1_t1119912419_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1594406068_GenericClass = { 41, { &GenInst_PropertyInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1594406068_0_0_0 = { &InternalEnumerator_1_t1594406068_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3515494185_GenericClass = { 49, { &GenInst_PropertyInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3515494185_0_0_0 = { &ICollection_1_t3515494185_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3962162136_GenericClass = { 29, { &GenInst_PropertyInfo_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3962162136_0_0_0 = { &IEnumerable_1_t3962162136_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1590676875_GenericClass = { 48, { &GenInst__PropertyInfo_t4070324388_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1590676875_0_0_0 = { &IList_1_t1590676875_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _PropertyInfo_t4070324388_0_0_0 = { (void*)467, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _PropertyInfo_t4070324388_1_0_0 = { (void*)467, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t207927560_GenericClass = { 25, { &GenInst__PropertyInfo_t4070324388_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t207927560_0_0_0 = { &IEnumerator_1_t207927560_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t682421209_GenericClass = { 41, { &GenInst__PropertyInfo_t4070324388_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t682421209_0_0_0 = { &InternalEnumerator_1_t682421209_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2603509326_GenericClass = { 49, { &GenInst__PropertyInfo_t4070324388_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2603509326_0_0_0 = { &ICollection_1_t2603509326_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3050177277_GenericClass = { 29, { &GenInst__PropertyInfo_t4070324388_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3050177277_0_0_0 = { &IEnumerable_1_t3050177277_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3884102688_GenericClass = { 25, { &GenInst_EventBuilder_t3451532220_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3884102688_0_0_0 = { &IEnumerator_1_t3884102688_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventBuilder_t3451532220_0_0_0 = { (void*)304, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventBuilder_t3451532220_1_0_0 = { (void*)304, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t63629041_GenericClass = { 41, { &GenInst_EventBuilder_t3451532220_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t63629041_0_0_0 = { &InternalEnumerator_1_t63629041_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t971884707_GenericClass = { 48, { &GenInst_EventBuilder_t3451532220_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t971884707_0_0_0 = { &IList_1_t971884707_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1984717158_GenericClass = { 49, { &GenInst_EventBuilder_t3451532220_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1984717158_0_0_0 = { &ICollection_1_t1984717158_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2431385109_GenericClass = { 29, { &GenInst_EventBuilder_t3451532220_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2431385109_0_0_0 = { &IEnumerable_1_t2431385109_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t78407686_GenericClass = { 48, { &GenInst__EventBuilder_t2558055199_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t78407686_0_0_0 = { &IList_1_t78407686_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _EventBuilder_t2558055199_0_0_0 = { (void*)453, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _EventBuilder_t2558055199_1_0_0 = { (void*)453, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2990625667_GenericClass = { 25, { &GenInst__EventBuilder_t2558055199_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2990625667_0_0_0 = { &IEnumerator_1_t2990625667_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3465119316_GenericClass = { 41, { &GenInst__EventBuilder_t2558055199_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3465119316_0_0_0 = { &InternalEnumerator_1_t3465119316_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1091240137_GenericClass = { 49, { &GenInst__EventBuilder_t2558055199_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1091240137_0_0_0 = { &ICollection_1_t1091240137_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1537908088_GenericClass = { 29, { &GenInst__EventBuilder_t2558055199_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1537908088_0_0_0 = { &IEnumerable_1_t1537908088_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t243502644_GenericClass = { 48, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t243502644_0_0_0 = { &IList_1_t243502644_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IList_1_t243502644_0_0_1 = { &IList_1_t243502644_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType CustomAttributeTypedArgument_t2723150157_0_0_0 = { (void*)353, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CustomAttributeTypedArgument_t2723150157_0_0_1 = { (void*)353, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CustomAttributeTypedArgument_t2723150157_1_0_0 = { (void*)353, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3155720625_GenericClass = { 25, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3155720625_0_0_0 = { &IEnumerator_1_t3155720625_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3630214274_GenericClass = { 41, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3630214274_0_0_0 = { &InternalEnumerator_1_t3630214274_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1256335095_GenericClass = { 49, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1256335095_0_0_0 = { &ICollection_1_t1256335095_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1703003046_GenericClass = { 29, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1703003046_0_0_0 = { &IEnumerable_1_t1703003046_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2103185493_GenericClass = { 48, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2103185493_0_0_0 = { &IList_1_t2103185493_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IList_1_t2103185493_0_0_1 = { &IList_1_t2103185493_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType CustomAttributeNamedArgument_t287865710_0_0_0 = { (void*)352, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CustomAttributeNamedArgument_t287865710_1_0_0 = { (void*)352, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t720436178_GenericClass = { 25, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t720436178_0_0_0 = { &IEnumerator_1_t720436178_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1194929827_GenericClass = { 41, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1194929827_0_0_0 = { &InternalEnumerator_1_t1194929827_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3116017944_GenericClass = { 49, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3116017944_0_0_0 = { &ICollection_1_t3116017944_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3562685895_GenericClass = { 29, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3562685895_0_0_0 = { &IEnumerable_1_t3562685895_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3935726444_GenericClass = { 179, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3935726444_0_0_0 = { &ReadOnlyCollection_1_t3935726444_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t1667506075_GenericClass = { 178, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t1667506075_0_0_0 = { &Collection_1_t1667506075_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t4195224899_GenericClass = { 176, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t4195224899_0_0_0 = { &List_1_t4195224899_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1789501480_GenericClass = { 177, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1789501480_0_0_0 = { &Enumerator_t1789501480_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t892922493_GenericClass = { 168, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t892922493_0_0_0 = { &EqualityComparer_1_t892922493_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t535514879_GenericClass = { 173, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t535514879_0_0_0 = { &IEqualityComparer_1_t535514879_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3614295884_GenericClass = { 13, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3614295884_0_0_0 = { &IEquatable_1_t3614295884_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t3454775109_GenericClass = { 169, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t3454775109_0_0_0 = { &DefaultComparer_t3454775109_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3548444281_GenericClass = { 945, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3548444281_0_0_0 = { &Predicate_1_t3548444281_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t4222905039_GenericClass = { 156, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t4222905039_0_0_0 = { &Comparer_1_t4222905039_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t3977415636_GenericClass = { 171, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t3977415636_0_0_0 = { &IComparer_1_t3977415636_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t2091814570_GenericClass = { 9, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t2091814570_0_0_0 = { &IComparable_1_t2091814570_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t575753490_GenericClass = { 157, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t575753490_0_0_0 = { &DefaultComparer_t575753490_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2498081336_GenericClass = { 942, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2498081336_0_0_0 = { &Comparison_1_t2498081336_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ArrayReadOnlyList_1_t3913667990_GenericClass = { 43, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType ArrayReadOnlyList_1_t3913667990_0_0_0 = { &ArrayReadOnlyList_1_t3913667990_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass U3CGetEnumeratorU3Ec__Iterator0_t3750793324_GenericClass = { 44, { &GenInst_CustomAttributeTypedArgument_t2723150157_0_0_0, NULL }, NULL };
extern const RuntimeType U3CGetEnumeratorU3Ec__Iterator0_t3750793324_0_0_0 = { &U3CGetEnumeratorU3Ec__Iterator0_t3750793324_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t1500441997_GenericClass = { 179, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t1500441997_0_0_0 = { &ReadOnlyCollection_1_t1500441997_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t3527188924_GenericClass = { 178, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t3527188924_0_0_0 = { &Collection_1_t3527188924_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t1759940452_GenericClass = { 176, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t1759940452_0_0_0 = { &List_1_t1759940452_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3649184329_GenericClass = { 177, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3649184329_0_0_0 = { &Enumerator_t3649184329_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t2752605342_GenericClass = { 168, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t2752605342_0_0_0 = { &EqualityComparer_1_t2752605342_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t2395197728_GenericClass = { 173, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t2395197728_0_0_0 = { &IEqualityComparer_1_t2395197728_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t1179011437_GenericClass = { 13, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t1179011437_0_0_0 = { &IEquatable_1_t1179011437_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1019490662_GenericClass = { 169, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1019490662_0_0_0 = { &DefaultComparer_t1019490662_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1113159834_GenericClass = { 945, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1113159834_0_0_0 = { &Predicate_1_t1113159834_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t1787620592_GenericClass = { 156, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t1787620592_0_0_0 = { &Comparer_1_t1787620592_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t1542131189_GenericClass = { 171, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t1542131189_0_0_0 = { &IComparer_1_t1542131189_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3951497419_GenericClass = { 9, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3951497419_0_0_0 = { &IComparable_1_t3951497419_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2435436339_GenericClass = { 157, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2435436339_0_0_0 = { &DefaultComparer_t2435436339_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t62796889_GenericClass = { 942, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t62796889_0_0_0 = { &Comparison_1_t62796889_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ArrayReadOnlyList_1_t1478383543_GenericClass = { 43, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType ArrayReadOnlyList_1_t1478383543_0_0_0 = { &ArrayReadOnlyList_1_t1478383543_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass U3CGetEnumeratorU3Ec__Iterator0_t1315508877_GenericClass = { 44, { &GenInst_CustomAttributeNamedArgument_t287865710_0_0_0, NULL }, NULL };
extern const RuntimeType U3CGetEnumeratorU3Ec__Iterator0_t1315508877_0_0_0 = { &U3CGetEnumeratorU3Ec__Iterator0_t1315508877_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2899806433_GenericClass = { 48, { &GenInst_CustomAttributeData_t1084486650_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2899806433_0_0_0 = { &IList_1_t2899806433_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType CustomAttributeData_t1084486650_0_0_0 = { (void*)351, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CustomAttributeData_t1084486650_1_0_0 = { (void*)351, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1517057118_GenericClass = { 25, { &GenInst_CustomAttributeData_t1084486650_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1517057118_0_0_0 = { &IEnumerator_1_t1517057118_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1991550767_GenericClass = { 41, { &GenInst_CustomAttributeData_t1084486650_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1991550767_0_0_0 = { &InternalEnumerator_1_t1991550767_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3912638884_GenericClass = { 49, { &GenInst_CustomAttributeData_t1084486650_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3912638884_0_0_0 = { &ICollection_1_t3912638884_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t64339539_GenericClass = { 29, { &GenInst_CustomAttributeData_t1084486650_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t64339539_0_0_0 = { &IEnumerable_1_t64339539_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Getter_2_t2063956538_GenericClass = { 381, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Getter_2_t2063956538_0_0_0 = { &Getter_2_t2063956538_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass StaticGetter_1_t3872988374_GenericClass = { 382, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType StaticGetter_1_t3872988374_0_0_0 = { &StaticGetter_1_t3872988374_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3305535770_GenericClass = { 25, { &GenInst_ResourceInfo_t2872965302_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3305535770_0_0_0 = { &IEnumerator_1_t3305535770_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ResourceInfo_t2872965302_0_0_0 = { (void*)403, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ResourceInfo_t2872965302_1_0_0 = { (void*)403, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t3780029419_GenericClass = { 41, { &GenInst_ResourceInfo_t2872965302_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3780029419_0_0_0 = { &InternalEnumerator_1_t3780029419_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t393317789_GenericClass = { 48, { &GenInst_ResourceInfo_t2872965302_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t393317789_0_0_0 = { &IList_1_t393317789_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1406150240_GenericClass = { 49, { &GenInst_ResourceInfo_t2872965302_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1406150240_0_0_0 = { &ICollection_1_t1406150240_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1852818191_GenericClass = { 29, { &GenInst_ResourceInfo_t2872965302_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1852818191_0_0_0 = { &IEnumerable_1_t1852818191_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t483863259_GenericClass = { 25, { &GenInst_ResourceCacheItem_t51292791_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t483863259_0_0_0 = { &IEnumerator_1_t483863259_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ResourceCacheItem_t51292791_0_0_0 = { (void*)404, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ResourceCacheItem_t51292791_1_0_0 = { (void*)404, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t958356908_GenericClass = { 41, { &GenInst_ResourceCacheItem_t51292791_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t958356908_0_0_0 = { &InternalEnumerator_1_t958356908_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1866612574_GenericClass = { 48, { &GenInst_ResourceCacheItem_t51292791_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1866612574_0_0_0 = { &IList_1_t1866612574_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2879445025_GenericClass = { 49, { &GenInst_ResourceCacheItem_t51292791_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2879445025_0_0_0 = { &ICollection_1_t2879445025_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3326112976_GenericClass = { 29, { &GenInst_ResourceCacheItem_t51292791_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3326112976_0_0_0 = { &IEnumerable_1_t3326112976_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1272607892_GenericClass = { 25, { &GenInst_IContextProperty_t840037424_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1272607892_0_0_0 = { &IEnumerator_1_t1272607892_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IContextProperty_t840037424_0_0_0 = { (void*)504, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IContextProperty_t840037424_0_0_1 = { (void*)504, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IContextProperty_t840037424_1_0_0 = { (void*)504, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1747101541_GenericClass = { 41, { &GenInst_IContextProperty_t840037424_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1747101541_0_0_0 = { &InternalEnumerator_1_t1747101541_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2655357207_GenericClass = { 48, { &GenInst_IContextProperty_t840037424_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2655357207_0_0_0 = { &IList_1_t2655357207_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3668189658_GenericClass = { 49, { &GenInst_IContextProperty_t840037424_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3668189658_0_0_0 = { &ICollection_1_t3668189658_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4114857609_GenericClass = { 29, { &GenInst_IContextProperty_t840037424_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4114857609_0_0_0 = { &IEnumerable_1_t4114857609_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3380829848_GenericClass = { 25, { &GenInst_Decimal_t2948259380_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3380829848_0_0_0 = { &IEnumerator_1_t3380829848_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3855323497_GenericClass = { 41, { &GenInst_Decimal_t2948259380_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3855323497_0_0_0 = { &InternalEnumerator_1_t3855323497_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t468611867_GenericClass = { 48, { &GenInst_Decimal_t2948259380_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t468611867_0_0_0 = { &IList_1_t468611867_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1481444318_GenericClass = { 49, { &GenInst_Decimal_t2948259380_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1481444318_0_0_0 = { &ICollection_1_t1481444318_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1928112269_GenericClass = { 29, { &GenInst_Decimal_t2948259380_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1928112269_0_0_0 = { &IEnumerable_1_t1928112269_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t982295049_GenericClass = { 25, { &GenInst_Header_t549724581_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t982295049_0_0_0 = { &IEnumerator_1_t982295049_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Header_t549724581_0_0_0 = { (void*)541, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Header_t549724581_1_0_0 = { (void*)541, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1456788698_GenericClass = { 41, { &GenInst_Header_t549724581_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1456788698_0_0_0 = { &InternalEnumerator_1_t1456788698_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2365044364_GenericClass = { 48, { &GenInst_Header_t549724581_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2365044364_0_0_0 = { &IList_1_t2365044364_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3377876815_GenericClass = { 49, { &GenInst_Header_t549724581_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3377876815_0_0_0 = { &ICollection_1_t3377876815_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3824544766_GenericClass = { 29, { &GenInst_Header_t549724581_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3824544766_0_0_0 = { &IEnumerable_1_t3824544766_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1677123943_GenericClass = { 25, { &GenInst_ITrackingHandler_t1244553475_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1677123943_0_0_0 = { &IEnumerator_1_t1677123943_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ITrackingHandler_t1244553475_0_0_0 = { (void*)579, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ITrackingHandler_t1244553475_1_0_0 = { (void*)579, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t2151617592_GenericClass = { 41, { &GenInst_ITrackingHandler_t1244553475_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2151617592_0_0_0 = { &InternalEnumerator_1_t2151617592_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3059873258_GenericClass = { 48, { &GenInst_ITrackingHandler_t1244553475_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3059873258_0_0_0 = { &IList_1_t3059873258_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4072705709_GenericClass = { 49, { &GenInst_ITrackingHandler_t1244553475_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4072705709_0_0_0 = { &ICollection_1_t4072705709_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t224406364_GenericClass = { 29, { &GenInst_ITrackingHandler_t1244553475_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t224406364_0_0_0 = { &IEnumerable_1_t224406364_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t609249396_GenericClass = { 25, { &GenInst_IContextAttribute_t176678928_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t609249396_0_0_0 = { &IEnumerator_1_t609249396_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IContextAttribute_t176678928_0_0_0 = { (void*)503, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IContextAttribute_t176678928_1_0_0 = { (void*)503, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1083743045_GenericClass = { 41, { &GenInst_IContextAttribute_t176678928_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1083743045_0_0_0 = { &InternalEnumerator_1_t1083743045_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1991998711_GenericClass = { 48, { &GenInst_IContextAttribute_t176678928_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1991998711_0_0_0 = { &IList_1_t1991998711_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3004831162_GenericClass = { 49, { &GenInst_IContextAttribute_t176678928_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3004831162_0_0_0 = { &ICollection_1_t3004831162_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3451499113_GenericClass = { 29, { &GenInst_IContextAttribute_t176678928_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3451499113_0_0_0 = { &IEnumerable_1_t3451499113_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4171100253_GenericClass = { 25, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4171100253_0_0_0 = { &IEnumerator_1_t4171100253_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType DateTime_t3738529785_0_0_0 = { (void*)847, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DateTime_t3738529785_0_0_1 = { (void*)847, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DateTime_t3738529785_1_0_0 = { (void*)847, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DateTime_t3738529785_1_0_2 = { (void*)847, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DateTime_t3738529785_0_0_54 = { (void*)847, 54, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DateTime_t3738529785_0_0_17 = { (void*)847, 17, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t350626606_GenericClass = { 41, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t350626606_0_0_0 = { &InternalEnumerator_1_t350626606_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1258882272_GenericClass = { 48, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1258882272_0_0_0 = { &IList_1_t1258882272_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2271714723_GenericClass = { 49, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2271714723_0_0_0 = { &ICollection_1_t2271714723_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2718382674_GenericClass = { 29, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2718382674_0_0_0 = { &IEnumerable_1_t2718382674_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1313729717_GenericClass = { 25, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1313729717_0_0_0 = { &IEnumerator_1_t1313729717_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TimeSpan_t881159249_0_0_0 = { (void*)917, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TimeSpan_t881159249_0_0_1 = { (void*)917, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TimeSpan_t881159249_0_0_17 = { (void*)917, 17, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TimeSpan_t881159249_1_0_0 = { (void*)917, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TimeSpan_t881159249_0_0_54 = { (void*)917, 54, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TimeSpan_t881159249_0_0_129 = { (void*)917, 129, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1788223366_GenericClass = { 41, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1788223366_0_0_0 = { &InternalEnumerator_1_t1788223366_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2696479032_GenericClass = { 48, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2696479032_0_0_0 = { &IList_1_t2696479032_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3709311483_GenericClass = { 49, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3709311483_0_0_0 = { &ICollection_1_t3709311483_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4155979434_GenericClass = { 29, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4155979434_0_0_0 = { &IEnumerable_1_t4155979434_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3974392169_GenericClass = { 25, { &GenInst_TypeTag_t3541821701_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3974392169_0_0_0 = { &IEnumerator_1_t3974392169_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TypeTag_t3541821701_0_0_0 = { (void*)612, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeTag_t3541821701_1_0_0 = { (void*)612, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TypeTag_t3541821701_0_0_32854 = { (void*)612, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t153918522_GenericClass = { 41, { &GenInst_TypeTag_t3541821701_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t153918522_0_0_0 = { &InternalEnumerator_1_t153918522_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1062174188_GenericClass = { 48, { &GenInst_TypeTag_t3541821701_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1062174188_0_0_0 = { &IList_1_t1062174188_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2075006639_GenericClass = { 49, { &GenInst_TypeTag_t3541821701_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2075006639_0_0_0 = { &ICollection_1_t2075006639_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2521674590_GenericClass = { 29, { &GenInst_TypeTag_t3541821701_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2521674590_0_0_0 = { &IEnumerable_1_t2521674590_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2622515049_GenericClass = { 25, { &GenInst_MonoType_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2622515049_0_0_0 = { &IEnumerator_1_t2622515049_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MonoType_t_0_0_0 = { (void*)892, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoType_t_1_0_0 = { (void*)892, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t3097008698_GenericClass = { 41, { &GenInst_MonoType_t_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3097008698_0_0_0 = { &InternalEnumerator_1_t3097008698_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4005264364_GenericClass = { 48, { &GenInst_MonoType_t_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4005264364_0_0_0 = { &IList_1_t4005264364_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t723129519_GenericClass = { 49, { &GenInst_MonoType_t_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t723129519_0_0_0 = { &ICollection_1_t723129519_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1169797470_GenericClass = { 29, { &GenInst_MonoType_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1169797470_0_0_0 = { &IEnumerable_1_t1169797470_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1196077101_GenericClass = { 48, { &GenInst_StrongName_t3675724614_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1196077101_0_0_0 = { &IList_1_t1196077101_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IList_1_t1196077101_0_0_1 = { &IList_1_t1196077101_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType StrongName_t3675724614_0_0_0 = { (void*)750, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StrongName_t3675724614_1_0_0 = { (void*)750, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t4108295082_GenericClass = { 25, { &GenInst_StrongName_t3675724614_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4108295082_0_0_0 = { &IEnumerator_1_t4108295082_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t287821435_GenericClass = { 41, { &GenInst_StrongName_t3675724614_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t287821435_0_0_0 = { &InternalEnumerator_1_t287821435_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2208909552_GenericClass = { 49, { &GenInst_StrongName_t3675724614_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2208909552_0_0_0 = { &ICollection_1_t2208909552_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2655577503_GenericClass = { 29, { &GenInst_StrongName_t3675724614_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2655577503_0_0_0 = { &IEnumerable_1_t2655577503_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2370012904_GenericClass = { 48, { &GenInst_IBuiltInEvidence_t554693121_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2370012904_0_0_0 = { &IList_1_t2370012904_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IBuiltInEvidence_t554693121_0_0_0 = { (void*)748, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBuiltInEvidence_t554693121_0_0_1 = { (void*)748, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBuiltInEvidence_t554693121_1_0_0 = { (void*)748, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t987263589_GenericClass = { 25, { &GenInst_IBuiltInEvidence_t554693121_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t987263589_0_0_0 = { &IEnumerator_1_t987263589_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1461757238_GenericClass = { 41, { &GenInst_IBuiltInEvidence_t554693121_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1461757238_0_0_0 = { &InternalEnumerator_1_t1461757238_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3382845355_GenericClass = { 49, { &GenInst_IBuiltInEvidence_t554693121_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3382845355_0_0_0 = { &ICollection_1_t3382845355_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3829513306_GenericClass = { 29, { &GenInst_IBuiltInEvidence_t554693121_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3829513306_0_0_0 = { &IEnumerable_1_t3829513306_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t789003453_GenericClass = { 48, { &GenInst_IIdentityPermissionFactory_t3268650966_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t789003453_0_0_0 = { &IList_1_t789003453_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IIdentityPermissionFactory_t3268650966_0_0_0 = { (void*)749, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IIdentityPermissionFactory_t3268650966_1_0_0 = { (void*)749, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IIdentityPermissionFactory_t3268650966_0_0_1 = { (void*)749, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3701221434_GenericClass = { 25, { &GenInst_IIdentityPermissionFactory_t3268650966_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3701221434_0_0_0 = { &IEnumerator_1_t3701221434_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4175715083_GenericClass = { 41, { &GenInst_IIdentityPermissionFactory_t3268650966_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4175715083_0_0_0 = { &InternalEnumerator_1_t4175715083_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1801835904_GenericClass = { 49, { &GenInst_IIdentityPermissionFactory_t3268650966_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1801835904_0_0_0 = { &ICollection_1_t1801835904_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2248503855_GenericClass = { 29, { &GenInst_IIdentityPermissionFactory_t3268650966_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2248503855_0_0_0 = { &IEnumerable_1_t2248503855_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t852832060_GenericClass = { 176, { &GenInst_StrongName_t3675724614_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t852832060_0_0_0 = { &List_1_t852832060_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t593333605_GenericClass = { 179, { &GenInst_StrongName_t3675724614_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t593333605_0_0_0 = { &ReadOnlyCollection_1_t593333605_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t206051442_GenericClass = { 945, { &GenInst_StrongName_t3675724614_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t206051442_0_0_0 = { &Predicate_1_t206051442_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2742075937_GenericClass = { 177, { &GenInst_StrongName_t3675724614_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2742075937_0_0_0 = { &Enumerator_t2742075937_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3450655793_GenericClass = { 942, { &GenInst_StrongName_t3675724614_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3450655793_0_0_0 = { &Comparison_1_t3450655793_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2175973955_GenericClass = { 25, { &GenInst_WaitHandle_t1743403487_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2175973955_0_0_0 = { &IEnumerator_1_t2175973955_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType WaitHandle_t1743403487_0_0_0 = { (void*)824, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WaitHandle_t1743403487_0_0_1 = { (void*)824, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WaitHandle_t1743403487_1_0_0 = { (void*)824, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t2650467604_GenericClass = { 41, { &GenInst_WaitHandle_t1743403487_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2650467604_0_0_0 = { &InternalEnumerator_1_t2650467604_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3558723270_GenericClass = { 48, { &GenInst_WaitHandle_t1743403487_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3558723270_0_0_0 = { &IList_1_t3558723270_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t276588425_GenericClass = { 49, { &GenInst_WaitHandle_t1743403487_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t276588425_0_0_0 = { &ICollection_1_t276588425_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t723256376_GenericClass = { 29, { &GenInst_WaitHandle_t1743403487_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t723256376_0_0_0 = { &IEnumerable_1_t723256376_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1160617970_GenericClass = { 48, { &GenInst_IDisposable_t3640265483_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1160617970_0_0_0 = { &IList_1_t1160617970_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IDisposable_t3640265483_0_0_0 = { (void*)24, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDisposable_t3640265483_1_0_0 = { (void*)24, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IDisposable_t3640265483_0_0_1 = { (void*)24, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4072835951_GenericClass = { 25, { &GenInst_IDisposable_t3640265483_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4072835951_0_0_0 = { &IEnumerator_1_t4072835951_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t252362304_GenericClass = { 41, { &GenInst_IDisposable_t3640265483_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t252362304_0_0_0 = { &InternalEnumerator_1_t252362304_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2173450421_GenericClass = { 49, { &GenInst_IDisposable_t3640265483_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2173450421_0_0_0 = { &ICollection_1_t2173450421_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2620118372_GenericClass = { 29, { &GenInst_IDisposable_t3640265483_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2620118372_0_0_0 = { &IEnumerable_1_t2620118372_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t280741587_GenericClass = { 48, { &GenInst_MarshalByRefObject_t2760389100_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t280741587_0_0_0 = { &IList_1_t280741587_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MarshalByRefObject_t2760389100_0_0_0 = { (void*)84, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MarshalByRefObject_t2760389100_1_0_0 = { (void*)84, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MarshalByRefObject_t2760389100_0_0_1 = { (void*)84, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MarshalByRefObject_t2760389100_0_0_4 = { (void*)84, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3192959568_GenericClass = { 25, { &GenInst_MarshalByRefObject_t2760389100_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3192959568_0_0_0 = { &IEnumerator_1_t3192959568_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3667453217_GenericClass = { 41, { &GenInst_MarshalByRefObject_t2760389100_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3667453217_0_0_0 = { &InternalEnumerator_1_t3667453217_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1293574038_GenericClass = { 49, { &GenInst_MarshalByRefObject_t2760389100_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1293574038_0_0_0 = { &ICollection_1_t1293574038_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1740241989_GenericClass = { 29, { &GenInst_MarshalByRefObject_t2760389100_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1740241989_0_0_0 = { &IEnumerable_1_t1740241989_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3107194198_GenericClass = { 9, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3107194198_0_0_0 = { &IComparable_1_t3107194198_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t3107194198_0_0_3 = { &IComparable_1_t3107194198_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t334708216_GenericClass = { 13, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t334708216_0_0_0 = { &IEquatable_1_t334708216_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t334708216_0_0_4 = { &IEquatable_1_t334708216_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericComparer_1_t1440162329_GenericClass = { 158, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType GenericComparer_1_t1440162329_0_0_0 = { &GenericComparer_1_t1440162329_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t943317371_GenericClass = { 156, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t943317371_0_0_0 = { &Comparer_1_t943317371_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t697827968_GenericClass = { 171, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t697827968_0_0_0 = { &IComparer_1_t697827968_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1591133118_GenericClass = { 157, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1591133118_0_0_0 = { &DefaultComparer_t1591133118_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t3972842046_GenericClass = { 170, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t3972842046_0_0_0 = { &GenericEqualityComparer_1_t3972842046_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1908302121_GenericClass = { 168, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1908302121_0_0_0 = { &EqualityComparer_1_t1908302121_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1550894507_GenericClass = { 173, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1550894507_0_0_0 = { &IEqualityComparer_1_t1550894507_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t175187441_GenericClass = { 169, { &GenInst_DateTime_t3738529785_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t175187441_0_0_0 = { &DefaultComparer_t175187441_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t2597951920_GenericClass = { 9, { &GenInst_DateTimeOffset_t3229287507_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t2597951920_0_0_0 = { &IComparable_1_t2597951920_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t2597951920_0_0_3 = { &IComparable_1_t2597951920_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType DateTimeOffset_t3229287507_0_0_0 = { (void*)850, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DateTimeOffset_t3229287507_1_0_2 = { (void*)850, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DateTimeOffset_t3229287507_1_0_0 = { (void*)850, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DateTimeOffset_t3229287507_0_0_54 = { (void*)850, 54, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t4120433234_GenericClass = { 13, { &GenInst_DateTimeOffset_t3229287507_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t4120433234_0_0_0 = { &IEquatable_1_t4120433234_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t4120433234_0_0_4 = { &IEquatable_1_t4120433234_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericComparer_1_t930920051_GenericClass = { 158, { &GenInst_DateTimeOffset_t3229287507_0_0_0, NULL }, NULL };
extern const RuntimeType GenericComparer_1_t930920051_0_0_0 = { &GenericComparer_1_t930920051_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t434075093_GenericClass = { 156, { &GenInst_DateTimeOffset_t3229287507_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t434075093_0_0_0 = { &Comparer_1_t434075093_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t188585690_GenericClass = { 171, { &GenInst_DateTimeOffset_t3229287507_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t188585690_0_0_0 = { &IComparer_1_t188585690_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1081890840_GenericClass = { 157, { &GenInst_DateTimeOffset_t3229287507_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1081890840_0_0_0 = { &DefaultComparer_t1081890840_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t3463599768_GenericClass = { 170, { &GenInst_DateTimeOffset_t3229287507_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t3463599768_0_0_0 = { &GenericEqualityComparer_1_t3463599768_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1399059843_GenericClass = { 168, { &GenInst_DateTimeOffset_t3229287507_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1399059843_0_0_0 = { &EqualityComparer_1_t1399059843_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1041652229_GenericClass = { 173, { &GenInst_DateTimeOffset_t3229287507_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1041652229_0_0_0 = { &IEqualityComparer_1_t1041652229_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t3960912459_GenericClass = { 169, { &GenInst_DateTimeOffset_t3229287507_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t3960912459_0_0_0 = { &DefaultComparer_t3960912459_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Nullable_1_t2603721331_GenericClass = { 85, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType Nullable_1_t2603721331_0_0_0 = { &Nullable_1_t2603721331_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t2923843141_GenericClass = { 171, { &GenInst_SByte_t1669577662_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t2923843141_0_0_0 = { &IComparer_1_t2923843141_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t3807085866_GenericClass = { 171, { &GenInst_Int16_t2552820387_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t3807085866_0_0_0 = { &IComparer_1_t3807085866_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t4205211232_GenericClass = { 171, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t4205211232_0_0_0 = { &IComparer_1_t4205211232_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t695865487_GenericClass = { 171, { &GenInst_Int64_t3736567304_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t695865487_0_0_0 = { &IComparer_1_t695865487_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t2562197300_GenericClass = { 9, { &GenInst_Guid_t_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t2562197300_0_0_0 = { &IComparable_1_t2562197300_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t2562197300_0_0_2 = { &IComparable_1_t2562197300_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Guid_t_0_0_0 = { (void*)872, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Guid_t_1_0_0 = { (void*)872, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Guid_t_0_0_54 = { (void*)872, 54, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Guid_t_0_0_3 = { (void*)872, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t4084678614_GenericClass = { 13, { &GenInst_Guid_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t4084678614_0_0_0 = { &IEquatable_1_t4084678614_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t4084678614_0_0_3 = { &IEquatable_1_t4084678614_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericComparer_1_t895165431_GenericClass = { 158, { &GenInst_Guid_t_0_0_0, NULL }, NULL };
extern const RuntimeType GenericComparer_1_t895165431_0_0_0 = { &GenericComparer_1_t895165431_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t398320473_GenericClass = { 156, { &GenInst_Guid_t_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t398320473_0_0_0 = { &Comparer_1_t398320473_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t152831070_GenericClass = { 171, { &GenInst_Guid_t_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t152831070_0_0_0 = { &IComparer_1_t152831070_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1046136220_GenericClass = { 157, { &GenInst_Guid_t_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1046136220_0_0_0 = { &DefaultComparer_t1046136220_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t3427845148_GenericClass = { 170, { &GenInst_Guid_t_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t3427845148_0_0_0 = { &GenericEqualityComparer_1_t3427845148_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1363305223_GenericClass = { 168, { &GenInst_Guid_t_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1363305223_0_0_0 = { &EqualityComparer_1_t1363305223_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1005897609_GenericClass = { 173, { &GenInst_Guid_t_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1005897609_0_0_0 = { &IEqualityComparer_1_t1005897609_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t3925157839_GenericClass = { 169, { &GenInst_Guid_t_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t3925157839_0_0_0 = { &DefaultComparer_t3925157839_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2297062937_GenericClass = { 179, { &GenInst_CustomAttributeData_t1084486650_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2297062937_0_0_0 = { &ReadOnlyCollection_1_t2297062937_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ArrayReadOnlyList_1_t2275004483_GenericClass = { 43, { &GenInst_CustomAttributeData_t1084486650_0_0_0, NULL }, NULL };
extern const RuntimeType ArrayReadOnlyList_1_t2275004483_0_0_0 = { &ArrayReadOnlyList_1_t2275004483_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t3101716168_GenericClass = { 171, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t3101716168_0_0_0 = { &IComparer_1_t3101716168_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t249823662_GenericClass = { 9, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t249823662_0_0_0 = { &IComparable_1_t249823662_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t249823662_0_0_1 = { &IComparable_1_t249823662_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t1772304976_GenericClass = { 13, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t1772304976_0_0_0 = { &IEquatable_1_t1772304976_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t1772304976_0_0_2 = { &IEquatable_1_t1772304976_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericComparer_1_t2877759089_GenericClass = { 158, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType GenericComparer_1_t2877759089_0_0_0 = { &GenericComparer_1_t2877759089_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t2380914131_GenericClass = { 156, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t2380914131_0_0_0 = { &Comparer_1_t2380914131_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t2135424728_GenericClass = { 171, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t2135424728_0_0_0 = { &IComparer_1_t2135424728_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t3028729878_GenericClass = { 157, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t3028729878_0_0_0 = { &DefaultComparer_t3028729878_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t1115471510_GenericClass = { 170, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t1115471510_0_0_0 = { &GenericEqualityComparer_1_t1115471510_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t3345898881_GenericClass = { 168, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t3345898881_0_0_0 = { &EqualityComparer_1_t3345898881_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t2988491267_GenericClass = { 173, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t2988491267_0_0_0 = { &IEqualityComparer_1_t2988491267_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1612784201_GenericClass = { 169, { &GenInst_TimeSpan_t881159249_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1612784201_0_0_0 = { &DefaultComparer_t1612784201_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t2825538373_GenericClass = { 9, { &GenInst_Version_t3456873960_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t2825538373_0_0_0 = { &IComparable_1_t2825538373_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparable_1_t2825538373_0_0_2 = { &IComparable_1_t2825538373_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Version_t3456873960_0_0_0 = { (void*)927, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Version_t3456873960_0_0_1 = { (void*)927, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Version_t3456873960_1_0_0 = { (void*)927, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Version_t3456873960_0_0_54 = { (void*)927, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t53052391_GenericClass = { 13, { &GenInst_Version_t3456873960_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t53052391_0_0_0 = { &IEquatable_1_t53052391_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t53052391_0_0_3 = { &IEquatable_1_t53052391_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3335475558_GenericClass = { 25, { &GenInst_BigInteger_t2902905090_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3335475558_0_0_0 = { &IEnumerator_1_t3335475558_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType BigInteger_t2902905090_0_0_0 = { (void*)974, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BigInteger_t2902905090_1_0_0 = { (void*)974, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BigInteger_t2902905090_0_0_1 = { (void*)974, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3809969207_GenericClass = { 41, { &GenInst_BigInteger_t2902905090_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3809969207_0_0_0 = { &InternalEnumerator_1_t3809969207_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t423257577_GenericClass = { 48, { &GenInst_BigInteger_t2902905090_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t423257577_0_0_0 = { &IList_1_t423257577_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1436090028_GenericClass = { 49, { &GenInst_BigInteger_t2902905090_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1436090028_0_0_0 = { &ICollection_1_t1436090028_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1882757979_GenericClass = { 29, { &GenInst_BigInteger_t2902905090_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1882757979_0_0_0 = { &IEnumerable_1_t1882757979_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t254250829_GenericClass = { 25, { &GenInst_ByteU5BU5D_t4116647657_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t254250829_0_0_0 = { &IEnumerator_1_t254250829_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_0 = { (void*)&Byte_t1134296376_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_38 = { (void*)&Byte_t1134296376_0_0_0, 38, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_33 = { (void*)&Byte_t1134296376_0_0_0, 33, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_1_0_0 = { (void*)&Byte_t1134296376_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_1 = { (void*)&Byte_t1134296376_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_17 = { (void*)&Byte_t1134296376_0_0_0, 17, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_1_0_2 = { (void*)&Byte_t1134296376_0_0_0, 2, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_131 = { (void*)&Byte_t1134296376_0_0_0, 131, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_3 = { (void*)&Byte_t1134296376_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_6 = { (void*)&Byte_t1134296376_0_0_0, 6, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_4 = { (void*)&Byte_t1134296376_0_0_0, 4, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_22 = { (void*)&Byte_t1134296376_0_0_0, 22, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_54 = { (void*)&Byte_t1134296376_0_0_0, 54, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_49 = { (void*)&Byte_t1134296376_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_134 = { (void*)&Byte_t1134296376_0_0_0, 134, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5D_t4116647657_0_0_5 = { (void*)&Byte_t1134296376_0_0_0, 5, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t728744478_GenericClass = { 41, { &GenInst_ByteU5BU5D_t4116647657_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t728744478_0_0_0 = { &InternalEnumerator_1_t728744478_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1637000144_GenericClass = { 48, { &GenInst_ByteU5BU5D_t4116647657_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1637000144_0_0_0 = { &IList_1_t1637000144_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2649832595_GenericClass = { 49, { &GenInst_ByteU5BU5D_t4116647657_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2649832595_0_0_0 = { &ICollection_1_t2649832595_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3096500546_GenericClass = { 29, { &GenInst_ByteU5BU5D_t4116647657_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3096500546_0_0_0 = { &IEnumerable_1_t3096500546_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t469968646_GenericClass = { 48, { &GenInst_IList_1_t2949616159_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t469968646_0_0_0 = { &IList_1_t469968646_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3382186627_GenericClass = { 25, { &GenInst_IList_1_t2949616159_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3382186627_0_0_0 = { &IEnumerator_1_t3382186627_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3856680276_GenericClass = { 41, { &GenInst_IList_1_t2949616159_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3856680276_0_0_0 = { &InternalEnumerator_1_t3856680276_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1482801097_GenericClass = { 49, { &GenInst_IList_1_t2949616159_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1482801097_0_0_0 = { &ICollection_1_t1482801097_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1929469048_GenericClass = { 29, { &GenInst_IList_1_t2949616159_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1929469048_0_0_0 = { &IEnumerable_1_t1929469048_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1482801098_GenericClass = { 48, { &GenInst_ICollection_1_t3962448610_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1482801098_0_0_0 = { &IList_1_t1482801098_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t100051782_GenericClass = { 25, { &GenInst_ICollection_1_t3962448610_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t100051782_0_0_0 = { &IEnumerator_1_t100051782_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t574545431_GenericClass = { 41, { &GenInst_ICollection_1_t3962448610_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t574545431_0_0_0 = { &InternalEnumerator_1_t574545431_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2495633548_GenericClass = { 49, { &GenInst_ICollection_1_t3962448610_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2495633548_0_0_0 = { &ICollection_1_t2495633548_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2942301499_GenericClass = { 29, { &GenInst_ICollection_1_t3962448610_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2942301499_0_0_0 = { &IEnumerable_1_t2942301499_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1929469049_GenericClass = { 48, { &GenInst_IEnumerable_1_t114149265_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1929469049_0_0_0 = { &IList_1_t1929469049_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t546719733_GenericClass = { 25, { &GenInst_IEnumerable_1_t114149265_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t546719733_0_0_0 = { &IEnumerator_1_t546719733_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1021213382_GenericClass = { 41, { &GenInst_IEnumerable_1_t114149265_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1021213382_0_0_0 = { &InternalEnumerator_1_t1021213382_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2942301500_GenericClass = { 49, { &GenInst_IEnumerable_1_t114149265_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2942301500_0_0_0 = { &ICollection_1_t2942301500_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3388969450_GenericClass = { 29, { &GenInst_IEnumerable_1_t114149265_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3388969450_0_0_0 = { &IEnumerable_1_t3388969450_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1145702090_GenericClass = { 25, { &GenInst_X509Certificate_t713131622_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1145702090_0_0_0 = { &IEnumerator_1_t1145702090_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType X509Certificate_t713131622_0_0_0 = { (void*)663, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Certificate_t713131622_1_0_0 = { (void*)663, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Certificate_t713131622_0_0_1 = { (void*)663, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1620195739_GenericClass = { 41, { &GenInst_X509Certificate_t713131622_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1620195739_0_0_0 = { &InternalEnumerator_1_t1620195739_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2528451405_GenericClass = { 48, { &GenInst_X509Certificate_t713131622_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2528451405_0_0_0 = { &IList_1_t2528451405_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3541283856_GenericClass = { 49, { &GenInst_X509Certificate_t713131622_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3541283856_0_0_0 = { &ICollection_1_t3541283856_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3987951807_GenericClass = { 29, { &GenInst_X509Certificate_t713131622_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3987951807_0_0_0 = { &IEnumerable_1_t3987951807_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1740852541_GenericClass = { 48, { &GenInst_IDeserializationCallback_t4220500054_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1740852541_0_0_0 = { &IList_1_t1740852541_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IDeserializationCallback_t4220500054_0_0_0 = { (void*)632, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDeserializationCallback_t4220500054_0_0_7 = { (void*)632, 7, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDeserializationCallback_t4220500054_0_0_5 = { (void*)632, 5, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDeserializationCallback_t4220500054_0_0_1 = { (void*)632, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDeserializationCallback_t4220500054_0_0_3 = { (void*)632, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDeserializationCallback_t4220500054_1_0_0 = { (void*)632, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IDeserializationCallback_t4220500054_0_0_2 = { (void*)632, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDeserializationCallback_t4220500054_0_0_4 = { (void*)632, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t358103226_GenericClass = { 25, { &GenInst_IDeserializationCallback_t4220500054_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t358103226_0_0_0 = { &IEnumerator_1_t358103226_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t832596875_GenericClass = { 41, { &GenInst_IDeserializationCallback_t4220500054_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t832596875_0_0_0 = { &InternalEnumerator_1_t832596875_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2753684992_GenericClass = { 49, { &GenInst_IDeserializationCallback_t4220500054_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2753684992_0_0_0 = { &ICollection_1_t2753684992_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3200352943_GenericClass = { 29, { &GenInst_IDeserializationCallback_t4220500054_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3200352943_0_0_0 = { &IEnumerable_1_t3200352943_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1437275376_GenericClass = { 25, { &GenInst_ClientCertificateType_t1004704908_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1437275376_0_0_0 = { &IEnumerator_1_t1437275376_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ClientCertificateType_t1004704908_0_0_0 = { (void*)1066, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ClientCertificateType_t1004704908_1_0_0 = { (void*)1066, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ClientCertificateType_t1004704908_0_0_32854 = { (void*)1066, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1911769025_GenericClass = { 41, { &GenInst_ClientCertificateType_t1004704908_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1911769025_0_0_0 = { &InternalEnumerator_1_t1911769025_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2820024691_GenericClass = { 48, { &GenInst_ClientCertificateType_t1004704908_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2820024691_0_0_0 = { &IList_1_t2820024691_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3832857142_GenericClass = { 49, { &GenInst_ClientCertificateType_t1004704908_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3832857142_0_0_0 = { &ICollection_1_t3832857142_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4279525093_GenericClass = { 29, { &GenInst_ClientCertificateType_t1004704908_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4279525093_0_0_0 = { &IEnumerable_1_t4279525093_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Queue_1_t2926365658_GenericClass = { 1098, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Queue_1_t2926365658_0_0_0 = { &Queue_1_t2926365658_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3588277760_GenericClass = { 1099, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3588277760_0_0_0 = { &Enumerator_t3588277760_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t3923495619_GenericClass = { 1100, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t3923495619_0_0_0 = { &Stack_1_t3923495619_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1142515742_GenericClass = { 1101, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1142515742_0_0_0 = { &Enumerator_t1142515742_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t4177511560_GenericClass = { 160, { &GenInst_String_t_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t4177511560_0_0_0 = { &Dictionary_2_t4177511560_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t4177511560_0_0_49 = { &Dictionary_2_t4177511560_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t1444694249_GenericClass = { 160, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t1444694249_0_0_0 = { &Dictionary_2_t1444694249_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2375551354_GenericClass = { 49, { &GenInst_KeyValuePair_2_t3842366416_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2375551354_0_0_0 = { &ICollection_1_t2375551354_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t3842366416_GenericClass = { 175, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t3842366416_0_0_0 = { &KeyValuePair_2_t3842366416_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4274936884_GenericClass = { 25, { &GenInst_KeyValuePair_2_t3842366416_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4274936884_0_0_0 = { &IEnumerator_1_t4274936884_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t454463237_GenericClass = { 41, { &GenInst_KeyValuePair_2_t3842366416_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t454463237_0_0_0 = { &InternalEnumerator_1_t454463237_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1362718903_GenericClass = { 48, { &GenInst_KeyValuePair_2_t3842366416_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1362718903_0_0_0 = { &IList_1_t1362718903_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2822219305_GenericClass = { 29, { &GenInst_KeyValuePair_2_t3842366416_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2822219305_0_0_0 = { &IEnumerable_1_t2822219305_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IDictionary_2_t4203512936_GenericClass = { 172, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType IDictionary_2_t4203512936_0_0_0 = { &IDictionary_2_t4203512936_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t1634369720_GenericClass = { 163, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t1634369720_0_0_0 = { &KeyCollection_t1634369720_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1626871233_GenericClass = { 164, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1626871233_0_0_0 = { &Enumerator_t1626871233_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3398877024_GenericClass = { 162, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3398877024_0_0_0 = { &Enumerator_t3398877024_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t4218749037_GenericClass = { 167, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t4218749037_0_0_0 = { &Transform_1_t4218749037_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t3160738567_GenericClass = { 165, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t3160738567_0_0_0 = { &ValueCollection_t3160738567_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2013587906_GenericClass = { 166, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2013587906_0_0_0 = { &Enumerator_t2013587906_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t1235930838_GenericClass = { 167, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t1235930838_0_0_0 = { &Transform_1_t1235930838_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t4262618511_GenericClass = { 167, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t4262618511_0_0_0 = { &Transform_1_t4262618511_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t686041993_GenericClass = { 167, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0_KeyValuePair_2_t3842366416_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t686041993_0_0_0 = { &Transform_1_t686041993_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ShimEnumerator_t1441415046_GenericClass = { 161, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType ShimEnumerator_t1441415046_0_0_0 = { &ShimEnumerator_t1441415046_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t2204619983_GenericClass = { 173, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t2204619983_0_0_0 = { &IEqualityComparer_1_t2204619983_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t2562027597_GenericClass = { 168, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t2562027597_0_0_0 = { &EqualityComparer_1_t2562027597_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t331600226_GenericClass = { 170, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t331600226_0_0_0 = { &GenericEqualityComparer_1_t331600226_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t828912917_GenericClass = { 169, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t828912917_0_0_0 = { &DefaultComparer_t828912917_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t1747829908_GenericClass = { 167, { &GenInst_String_t_0_0_0_Boolean_t97287965_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t1747829908_0_0_0 = { &Transform_1_t1747829908_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t2280216431_GenericClass = { 175, { &GenInst_String_t_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t2280216431_0_0_0 = { &KeyValuePair_2_t2280216431_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2712786899_GenericClass = { 25, { &GenInst_KeyValuePair_2_t2280216431_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2712786899_0_0_0 = { &IEnumerator_1_t2712786899_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3187280548_GenericClass = { 41, { &GenInst_KeyValuePair_2_t2280216431_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3187280548_0_0_0 = { &InternalEnumerator_1_t3187280548_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4095536214_GenericClass = { 48, { &GenInst_KeyValuePair_2_t2280216431_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4095536214_0_0_0 = { &IList_1_t4095536214_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t813401369_GenericClass = { 49, { &GenInst_KeyValuePair_2_t2280216431_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t813401369_0_0_0 = { &ICollection_1_t813401369_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1260069320_GenericClass = { 29, { &GenInst_KeyValuePair_2_t2280216431_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1260069320_0_0_0 = { &IEnumerable_1_t1260069320_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t72219735_GenericClass = { 163, { &GenInst_String_t_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t72219735_0_0_0 = { &KeyCollection_t72219735_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t64721248_GenericClass = { 164, { &GenInst_String_t_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t64721248_0_0_0 = { &Enumerator_t64721248_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1836727039_GenericClass = { 162, { &GenInst_String_t_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1836727039_0_0_0 = { &Enumerator_t1836727039_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t1598588582_GenericClass = { 165, { &GenInst_String_t_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t1598588582_0_0_0 = { &ValueCollection_t1598588582_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t451437921_GenericClass = { 166, { &GenInst_String_t_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t451437921_0_0_0 = { &Enumerator_t451437921_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t566173182_GenericClass = { 25, { &GenInst_X509ChainStatus_t133602714_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t566173182_0_0_0 = { &IEnumerator_1_t566173182_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType X509ChainStatus_t133602714_0_0_0 = { (void*)1157, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509ChainStatus_t133602714_1_0_0 = { (void*)1157, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1040666831_GenericClass = { 41, { &GenInst_X509ChainStatus_t133602714_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1040666831_0_0_0 = { &InternalEnumerator_1_t1040666831_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1948922497_GenericClass = { 48, { &GenInst_X509ChainStatus_t133602714_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1948922497_0_0_0 = { &IList_1_t1948922497_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2961754948_GenericClass = { 49, { &GenInst_X509ChainStatus_t133602714_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2961754948_0_0_0 = { &ICollection_1_t2961754948_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3408422899_GenericClass = { 29, { &GenInst_X509ChainStatus_t133602714_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3408422899_0_0_0 = { &IEnumerable_1_t3408422899_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2664586518_GenericClass = { 25, { &GenInst_Capture_t2232016050_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2664586518_0_0_0 = { &IEnumerator_1_t2664586518_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Capture_t2232016050_0_0_0 = { (void*)1179, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Capture_t2232016050_1_0_0 = { (void*)1179, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t3139080167_GenericClass = { 41, { &GenInst_Capture_t2232016050_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3139080167_0_0_0 = { &InternalEnumerator_1_t3139080167_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4047335833_GenericClass = { 48, { &GenInst_Capture_t2232016050_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4047335833_0_0_0 = { &IList_1_t4047335833_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t765200988_GenericClass = { 49, { &GenInst_Capture_t2232016050_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t765200988_0_0_0 = { &ICollection_1_t765200988_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1211868939_GenericClass = { 29, { &GenInst_Capture_t2232016050_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1211868939_0_0_0 = { &IEnumerable_1_t1211868939_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2900776254_GenericClass = { 25, { &GenInst_Group_t2468205786_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2900776254_0_0_0 = { &IEnumerator_1_t2900776254_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Group_t2468205786_0_0_0 = { (void*)1181, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Group_t2468205786_1_0_0 = { (void*)1181, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Group_t2468205786_0_0_19 = { (void*)1181, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3375269903_GenericClass = { 41, { &GenInst_Group_t2468205786_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3375269903_0_0_0 = { &InternalEnumerator_1_t3375269903_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4283525569_GenericClass = { 48, { &GenInst_Group_t2468205786_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4283525569_0_0_0 = { &IList_1_t4283525569_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1001390724_GenericClass = { 49, { &GenInst_Group_t2468205786_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1001390724_0_0_0 = { &ICollection_1_t1001390724_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1448058675_GenericClass = { 29, { &GenInst_Group_t2468205786_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1448058675_0_0_0 = { &IEnumerable_1_t1448058675_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t155733339_GenericClass = { 156, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t155733339_0_0_0 = { &Comparer_1_t155733339_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericComparer_1_t652578297_GenericClass = { 158, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType GenericComparer_1_t652578297_0_0_0 = { &GenericComparer_1_t652578297_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t803549086_GenericClass = { 157, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t803549086_0_0_0 = { &DefaultComparer_t803549086_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3904175991_GenericClass = { 25, { &GenInst_Mark_t3471605523_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3904175991_0_0_0 = { &IEnumerator_1_t3904175991_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Mark_t3471605523_0_0_0 = { (void*)1206, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Mark_t3471605523_1_0_0 = { (void*)1206, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t83702344_GenericClass = { 41, { &GenInst_Mark_t3471605523_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t83702344_0_0_0 = { &InternalEnumerator_1_t83702344_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t991958010_GenericClass = { 48, { &GenInst_Mark_t3471605523_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t991958010_0_0_0 = { &IList_1_t991958010_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2004790461_GenericClass = { 49, { &GenInst_Mark_t3471605523_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2004790461_0_0_0 = { &ICollection_1_t2004790461_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2451458412_GenericClass = { 29, { &GenInst_Mark_t3471605523_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2451458412_0_0_0 = { &IEnumerable_1_t2451458412_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1154996165_GenericClass = { 25, { &GenInst_UriScheme_t722425697_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1154996165_0_0_0 = { &IEnumerator_1_t1154996165_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UriScheme_t722425697_0_0_0 = { (void*)1239, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UriScheme_t722425697_1_0_0 = { (void*)1239, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1629489814_GenericClass = { 41, { &GenInst_UriScheme_t722425697_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1629489814_0_0_0 = { &InternalEnumerator_1_t1629489814_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2537745480_GenericClass = { 48, { &GenInst_UriScheme_t722425697_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2537745480_0_0_0 = { &IList_1_t2537745480_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3550577931_GenericClass = { 49, { &GenInst_UriScheme_t722425697_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3550577931_0_0_0 = { &ICollection_1_t3550577931_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3997245882_GenericClass = { 29, { &GenInst_UriScheme_t722425697_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3997245882_0_0_0 = { &IEnumerable_1_t3997245882_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass HashSet_1_t1645055638_GenericClass = { 1256, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType HashSet_1_t1645055638_0_0_0 = { &HashSet_1_t1645055638_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3641837441_GenericClass = { 25, { &GenInst_Link_t3209266973_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3641837441_0_0_0 = { &IEnumerator_1_t3641837441_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Link_t3209266973_GenericClass = { 1257, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Link_t3209266973_0_0_0 = { &Link_t3209266973_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4116331090_GenericClass = { 41, { &GenInst_Link_t3209266973_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4116331090_0_0_0 = { &InternalEnumerator_1_t4116331090_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t729619460_GenericClass = { 48, { &GenInst_Link_t3209266973_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t729619460_0_0_0 = { &IList_1_t729619460_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1742451911_GenericClass = { 49, { &GenInst_Link_t3209266973_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1742451911_0_0_0 = { &ICollection_1_t1742451911_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2189119862_GenericClass = { 29, { &GenInst_Link_t3209266973_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2189119862_0_0_0 = { &IEnumerable_1_t2189119862_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3350232909_GenericClass = { 1258, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3350232909_0_0_0 = { &Enumerator_t3350232909_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass PrimeHelper_t3566947116_GenericClass = { 1259, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType PrimeHelper_t3566947116_0_0_0 = { &PrimeHelper_t3566947116_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_2_t3759279471_GenericClass = { 1271, { &GenInst_RuntimeObject_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t3759279471_0_0_0 = { &Func_2_t3759279471_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass U3CCreateWhereIteratorU3Ec__Iterator1D_1_t230129833_GenericClass = { 1263, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType U3CCreateWhereIteratorU3Ec__Iterator1D_1_t230129833_0_0_0 = { &U3CCreateWhereIteratorU3Ec__Iterator1D_1_t230129833_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Action_2_t2470008838_GenericClass = { 1268, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Action_2_t2470008838_0_0_0 = { &Action_2_t2470008838_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Action_3_t3632554945_GenericClass = { 1269, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Action_3_t3632554945_0_0_0 = { &Action_3_t3632554945_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_1_t2509852811_GenericClass = { 1270, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Func_1_t2509852811_0_0_0 = { &Func_1_t2509852811_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_2_t2447130374_GenericClass = { 1271, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t2447130374_0_0_0 = { &Func_2_t2447130374_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_3_t3398609381_GenericClass = { 1272, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Func_3_t3398609381_0_0_0 = { &Func_3_t3398609381_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t344013414_GenericClass = { 25, { &GenInst_Keyframe_t4206410242_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t344013414_0_0_0 = { &IEnumerator_1_t344013414_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Keyframe_t4206410242_0_0_0 = { (void*)1313, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Keyframe_t4206410242_1_0_0 = { (void*)1313, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t818507063_GenericClass = { 41, { &GenInst_Keyframe_t4206410242_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t818507063_0_0_0 = { &InternalEnumerator_1_t818507063_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1726762729_GenericClass = { 48, { &GenInst_Keyframe_t4206410242_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1726762729_0_0_0 = { &IList_1_t1726762729_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2739595180_GenericClass = { 49, { &GenInst_Keyframe_t4206410242_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2739595180_0_0_0 = { &ICollection_1_t2739595180_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3186263131_GenericClass = { 29, { &GenInst_Keyframe_t4206410242_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3186263131_0_0_0 = { &IEnumerable_1_t3186263131_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_1_t3822001908_GenericClass = { 1270, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_1_t3822001908_0_0_0 = { &Func_1_t3822001908_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Func_1_t3822001908_0_0_17 = { &Func_1_t3822001908_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Action_1_t1617499438_GenericClass = { 939, { &GenInst_AsyncOperation_t1445031843_0_0_0, NULL }, NULL };
extern const RuntimeType Action_1_t1617499438_0_0_0 = { &Action_1_t1617499438_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Action_1_t1617499438_0_0_1 = { &Action_1_t1617499438_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AsyncOperation_t1445031843_0_0_0 = { (void*)1318, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsyncOperation_t1445031843_1_0_0 = { (void*)1318, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1854623685_GenericClass = { 25, { &GenInst_DisallowMultipleComponent_t1422053217_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1854623685_0_0_0 = { &IEnumerator_1_t1854623685_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType DisallowMultipleComponent_t1422053217_0_0_0 = { (void*)1320, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DisallowMultipleComponent_t1422053217_1_0_0 = { (void*)1320, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t2329117334_GenericClass = { 41, { &GenInst_DisallowMultipleComponent_t1422053217_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2329117334_0_0_0 = { &InternalEnumerator_1_t2329117334_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3237373000_GenericClass = { 48, { &GenInst_DisallowMultipleComponent_t1422053217_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3237373000_0_0_0 = { &IList_1_t3237373000_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4250205451_GenericClass = { 49, { &GenInst_DisallowMultipleComponent_t1422053217_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4250205451_0_0_0 = { &ICollection_1_t4250205451_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t401906106_GenericClass = { 29, { &GenInst_DisallowMultipleComponent_t1422053217_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t401906106_0_0_0 = { &IEnumerable_1_t401906106_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2676882342_GenericClass = { 48, { &GenInst_Attribute_t861562559_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2676882342_0_0_0 = { &IList_1_t2676882342_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Attribute_t861562559_0_0_0 = { (void*)3, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Attribute_t861562559_1_0_0 = { (void*)3, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1294133027_GenericClass = { 25, { &GenInst_Attribute_t861562559_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1294133027_0_0_0 = { &IEnumerator_1_t1294133027_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1768626676_GenericClass = { 41, { &GenInst_Attribute_t861562559_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1768626676_0_0_0 = { &InternalEnumerator_1_t1768626676_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3689714793_GenericClass = { 49, { &GenInst_Attribute_t861562559_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3689714793_0_0_0 = { &ICollection_1_t3689714793_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4136382744_GenericClass = { 29, { &GenInst_Attribute_t861562559_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4136382744_0_0_0 = { &IEnumerable_1_t4136382744_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1937814502_GenericClass = { 48, { &GenInst__Attribute_t122494719_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1937814502_0_0_0 = { &IList_1_t1937814502_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType _Attribute_t122494719_0_0_0 = { (void*)4, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Attribute_t122494719_1_0_0 = { (void*)4, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t555065187_GenericClass = { 25, { &GenInst__Attribute_t122494719_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t555065187_0_0_0 = { &IEnumerator_1_t555065187_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1029558836_GenericClass = { 41, { &GenInst__Attribute_t122494719_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1029558836_0_0_0 = { &InternalEnumerator_1_t1029558836_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2950646953_GenericClass = { 49, { &GenInst__Attribute_t122494719_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2950646953_0_0_0 = { &ICollection_1_t2950646953_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3397314904_GenericClass = { 29, { &GenInst__Attribute_t122494719_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3397314904_0_0_0 = { &IEnumerable_1_t3397314904_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4160301817_GenericClass = { 25, { &GenInst_ExecuteInEditMode_t3727731349_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4160301817_0_0_0 = { &IEnumerator_1_t4160301817_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ExecuteInEditMode_t3727731349_0_0_0 = { (void*)1324, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExecuteInEditMode_t3727731349_1_0_0 = { (void*)1324, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t339828170_GenericClass = { 41, { &GenInst_ExecuteInEditMode_t3727731349_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t339828170_0_0_0 = { &InternalEnumerator_1_t339828170_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1248083836_GenericClass = { 48, { &GenInst_ExecuteInEditMode_t3727731349_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1248083836_0_0_0 = { &IList_1_t1248083836_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2260916287_GenericClass = { 49, { &GenInst_ExecuteInEditMode_t3727731349_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2260916287_0_0_0 = { &ICollection_1_t2260916287_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2707584238_GenericClass = { 29, { &GenInst_ExecuteInEditMode_t3727731349_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2707584238_0_0_0 = { &IEnumerable_1_t2707584238_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3923077077_GenericClass = { 25, { &GenInst_RequireComponent_t3490506609_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3923077077_0_0_0 = { &IEnumerator_1_t3923077077_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType RequireComponent_t3490506609_0_0_0 = { (void*)1321, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RequireComponent_t3490506609_1_0_0 = { (void*)1321, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t102603430_GenericClass = { 41, { &GenInst_RequireComponent_t3490506609_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t102603430_0_0_0 = { &InternalEnumerator_1_t102603430_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1010859096_GenericClass = { 48, { &GenInst_RequireComponent_t3490506609_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1010859096_0_0_0 = { &IList_1_t1010859096_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2023691547_GenericClass = { 49, { &GenInst_RequireComponent_t3490506609_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2023691547_0_0_0 = { &ICollection_1_t2023691547_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2470359498_GenericClass = { 29, { &GenInst_RequireComponent_t3490506609_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2470359498_0_0_0 = { &IEnumerable_1_t2470359498_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t3327334215_GenericClass = { 1100, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t3327334215_0_0_0 = { &Stack_1_t3327334215_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t546354338_GenericClass = { 1101, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t546354338_0_0_0 = { &Enumerator_t546354338_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3956019502_GenericClass = { 176, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3956019502_0_0_0 = { &List_1_t3956019502_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3696521047_GenericClass = { 179, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3696521047_0_0_0 = { &ReadOnlyCollection_1_t3696521047_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3309238884_GenericClass = { 945, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3309238884_0_0_0 = { &Predicate_1_t3309238884_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1550296083_GenericClass = { 177, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1550296083_0_0_0 = { &Enumerator_t1550296083_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2258875939_GenericClass = { 942, { &GenInst_Type_t_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2258875939_0_0_0 = { &Comparison_1_t2258875939_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3058052573_GenericClass = { 176, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3058052573_0_0_0 = { &List_1_t3058052573_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t3058052573_0_0_17 = { &List_1_t3058052573_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType OrderBlock_t1585977831_0_0_0 = { (void*)1333, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OrderBlock_t1585977831_1_0_0 = { (void*)1333, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass ICollection_1_t119162769_GenericClass = { 49, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t119162769_0_0_0 = { &ICollection_1_t119162769_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2018548299_GenericClass = { 25, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2018548299_0_0_0 = { &IEnumerator_1_t2018548299_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2493041948_GenericClass = { 41, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2493041948_0_0_0 = { &InternalEnumerator_1_t2493041948_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3401297614_GenericClass = { 48, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3401297614_0_0_0 = { &IList_1_t3401297614_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t565830720_GenericClass = { 29, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t565830720_0_0_0 = { &IEnumerable_1_t565830720_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t652329154_GenericClass = { 177, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t652329154_0_0_0 = { &Enumerator_t652329154_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2798554118_GenericClass = { 179, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2798554118_0_0_0 = { &ReadOnlyCollection_1_t2798554118_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t530333749_GenericClass = { 178, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t530333749_0_0_0 = { &Collection_1_t530333749_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t4050717463_GenericClass = { 168, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t4050717463_0_0_0 = { &EqualityComparer_1_t4050717463_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3693309849_GenericClass = { 173, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3693309849_0_0_0 = { &IEqualityComparer_1_t3693309849_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2477123558_GenericClass = { 13, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2477123558_0_0_0 = { &IEquatable_1_t2477123558_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2317602783_GenericClass = { 169, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2317602783_0_0_0 = { &DefaultComparer_t2317602783_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2411271955_GenericClass = { 945, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2411271955_0_0_0 = { &Predicate_1_t2411271955_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t3085732713_GenericClass = { 156, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t3085732713_0_0_0 = { &Comparer_1_t3085732713_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t2840243310_GenericClass = { 171, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t2840243310_0_0_0 = { &IComparer_1_t2840243310_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t954642244_GenericClass = { 9, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t954642244_0_0_0 = { &IComparable_1_t954642244_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t3733548460_GenericClass = { 157, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t3733548460_0_0_0 = { &DefaultComparer_t3733548460_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1360909010_GenericClass = { 942, { &GenInst_OrderBlock_t1585977831_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1360909010_0_0_0 = { &Comparison_1_t1360909010_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3157983637_GenericClass = { 13, { &GenInst_Bounds_t2266837910_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3157983637_0_0_0 = { &IEquatable_1_t3157983637_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Bounds_t2266837910_0_0_0 = { (void*)1336, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Bounds_t2266837910_1_0_0 = { (void*)1336, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Bounds_t2266837910_0_0_4 = { (void*)1336, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Bounds_t2266837910_0_0_1 = { (void*)1336, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t294757043_GenericClass = { 25, { &GenInst_Camera_t4157153871_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t294757043_0_0_0 = { &IEnumerator_1_t294757043_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Camera_t4157153871_0_0_0 = { (void*)1337, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Camera_t4157153871_1_0_0 = { (void*)1337, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Camera_t4157153871_0_0_6 = { (void*)1337, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Camera_t4157153871_0_0_4 = { (void*)1337, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t769250692_GenericClass = { 41, { &GenInst_Camera_t4157153871_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t769250692_0_0_0 = { &InternalEnumerator_1_t769250692_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1677506358_GenericClass = { 48, { &GenInst_Camera_t4157153871_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1677506358_0_0_0 = { &IList_1_t1677506358_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2690338809_GenericClass = { 49, { &GenInst_Camera_t4157153871_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2690338809_0_0_0 = { &ICollection_1_t2690338809_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3137006760_GenericClass = { 29, { &GenInst_Camera_t4157153871_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3137006760_0_0_0 = { &IEnumerable_1_t3137006760_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3253217247_GenericClass = { 48, { &GenInst_Behaviour_t1437897464_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3253217247_0_0_0 = { &IList_1_t3253217247_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Behaviour_t1437897464_0_0_0 = { (void*)1334, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Behaviour_t1437897464_1_0_0 = { (void*)1334, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1870467932_GenericClass = { 25, { &GenInst_Behaviour_t1437897464_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1870467932_0_0_0 = { &IEnumerator_1_t1870467932_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2344961581_GenericClass = { 41, { &GenInst_Behaviour_t1437897464_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2344961581_0_0_0 = { &InternalEnumerator_1_t2344961581_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4266049698_GenericClass = { 49, { &GenInst_Behaviour_t1437897464_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4266049698_0_0_0 = { &ICollection_1_t4266049698_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t417750353_GenericClass = { 29, { &GenInst_Behaviour_t1437897464_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t417750353_0_0_0 = { &IEnumerable_1_t417750353_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3738954234_GenericClass = { 48, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3738954234_0_0_0 = { &IList_1_t3738954234_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Component_t1923634451_0_0_0 = { (void*)1345, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Component_t1923634451_1_0_0 = { (void*)1345, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2356204919_GenericClass = { 25, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2356204919_0_0_0 = { &IEnumerator_1_t2356204919_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2830698568_GenericClass = { 41, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2830698568_0_0_0 = { &InternalEnumerator_1_t2830698568_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t456819389_GenericClass = { 49, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t456819389_0_0_0 = { &ICollection_1_t456819389_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t903487340_GenericClass = { 29, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t903487340_0_0_0 = { &IEnumerable_1_t903487340_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2446327736_GenericClass = { 48, { &GenInst_Object_t631007953_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2446327736_0_0_0 = { &IList_1_t2446327736_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Object_t631007953_0_0_0 = { (void*)1579, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Object_t631007953_1_0_0 = { (void*)1579, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Object_t631007953_0_0_1 = { (void*)1579, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Object_t631007953_0_0_3 = { (void*)1579, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Object_t631007953_0_0_4 = { (void*)1579, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1063578421_GenericClass = { 25, { &GenInst_Object_t631007953_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1063578421_0_0_0 = { &IEnumerator_1_t1063578421_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1538072070_GenericClass = { 41, { &GenInst_Object_t631007953_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1538072070_0_0_0 = { &InternalEnumerator_1_t1538072070_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3459160187_GenericClass = { 49, { &GenInst_Object_t631007953_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3459160187_0_0_0 = { &ICollection_1_t3459160187_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3905828138_GenericClass = { 29, { &GenInst_Object_t631007953_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3905828138_0_0_0 = { &IEnumerable_1_t3905828138_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3446832051_GenericClass = { 13, { &GenInst_Color_t2555686324_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3446832051_0_0_0 = { &IEquatable_1_t3446832051_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Color_t2555686324_0_0_0 = { (void*)1343, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Color_t2555686324_1_0_0 = { (void*)1343, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Color_t2555686324_1_0_2 = { (void*)1343, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Color_t2555686324_0_0_6 = { (void*)1343, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Color_t2555686324_0_0_1 = { (void*)1343, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Color_t2555686324_0_0_17 = { (void*)1343, 17, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass List_1_t3395709193_GenericClass = { 176, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3395709193_0_0_0 = { &List_1_t3395709193_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3136210738_GenericClass = { 179, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3136210738_0_0_0 = { &ReadOnlyCollection_1_t3136210738_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2748928575_GenericClass = { 945, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2748928575_0_0_0 = { &Predicate_1_t2748928575_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Predicate_1_t2748928575_0_0_17 = { &Predicate_1_t2748928575_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t989985774_GenericClass = { 177, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t989985774_0_0_0 = { &Enumerator_t989985774_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1698565630_GenericClass = { 942, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1698565630_0_0_0 = { &Comparison_1_t1698565630_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1819636417_GenericClass = { 25, { &GenInst_Display_t1387065949_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1819636417_0_0_0 = { &IEnumerator_1_t1819636417_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Display_t1387065949_0_0_0 = { (void*)1356, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Display_t1387065949_1_0_0 = { (void*)1356, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Display_t1387065949_0_0_17 = { (void*)1356, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2294130066_GenericClass = { 41, { &GenInst_Display_t1387065949_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2294130066_0_0_0 = { &InternalEnumerator_1_t2294130066_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3202385732_GenericClass = { 48, { &GenInst_Display_t1387065949_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3202385732_0_0_0 = { &IList_1_t3202385732_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4215218183_GenericClass = { 49, { &GenInst_Display_t1387065949_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4215218183_0_0_0 = { &ICollection_1_t4215218183_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t366918838_GenericClass = { 29, { &GenInst_Display_t1387065949_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t366918838_0_0_0 = { &IEnumerable_1_t366918838_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2709047570_GenericClass = { 13, { &GenInst_Matrix4x4_t1817901843_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2709047570_0_0_0 = { &IEquatable_1_t2709047570_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Matrix4x4_t1817901843_0_0_0 = { (void*)1400, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Matrix4x4_t1817901843_1_0_0 = { (void*)1400, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Matrix4x4_t1817901843_0_0_49 = { (void*)1400, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Matrix4x4_t1817901843_1_0_2 = { (void*)1400, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEquatable_1_t318491895_GenericClass = { 13, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t318491895_0_0_0 = { &IEquatable_1_t318491895_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Vector3_t3722313464_0_0_0 = { (void*)1401, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector3_t3722313464_0_0_1 = { (void*)1401, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector3_t3722313464_1_0_0 = { (void*)1401, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Vector3_t3722313464_1_0_2 = { (void*)1401, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Vector3_t3722313464_0_0_49 = { (void*)1401, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector3_t3722313464_0_0_6 = { (void*)1401, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector3_t3722313464_0_0_3 = { (void*)1401, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3193074058_GenericClass = { 13, { &GenInst_Quaternion_t2301928331_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3193074058_0_0_0 = { &IEquatable_1_t3193074058_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Quaternion_t2301928331_0_0_0 = { (void*)1402, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Quaternion_t2301928331_1_0_0 = { (void*)1402, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Quaternion_t2301928331_1_0_2 = { (void*)1402, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Quaternion_t2301928331_0_0_49 = { (void*)1402, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Quaternion_t2301928331_0_0_1 = { (void*)1402, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Quaternion_t2301928331_0_0_6 = { (void*)1402, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4154883932_GenericClass = { 25, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4154883932_0_0_0 = { &IEnumerator_1_t4154883932_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t334410285_GenericClass = { 41, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t334410285_0_0_0 = { &InternalEnumerator_1_t334410285_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1242665951_GenericClass = { 48, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1242665951_0_0_0 = { &IList_1_t1242665951_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2255498402_GenericClass = { 49, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2255498402_0_0_0 = { &ICollection_1_t2255498402_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2702166353_GenericClass = { 29, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2702166353_0_0_0 = { &IEnumerable_1_t2702166353_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3751599405_GenericClass = { 25, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3751599405_0_0_0 = { &IEnumerator_1_t3751599405_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Vector4_t3319028937_0_0_0 = { (void*)1607, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector4_t3319028937_1_0_0 = { (void*)1607, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Vector4_t3319028937_0_0_49 = { (void*)1607, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector4_t3319028937_1_0_2 = { (void*)1607, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Vector4_t3319028937_0_0_6 = { (void*)1607, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4226093054_GenericClass = { 41, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4226093054_0_0_0 = { &InternalEnumerator_1_t4226093054_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t839381424_GenericClass = { 48, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t839381424_0_0_0 = { &IList_1_t839381424_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1852213875_GenericClass = { 49, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1852213875_0_0_0 = { &ICollection_1_t1852213875_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2298881826_GenericClass = { 29, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2298881826_0_0_0 = { &IEnumerable_1_t2298881826_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2588799991_GenericClass = { 25, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2588799991_0_0_0 = { &IEnumerator_1_t2588799991_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Vector2_t2156229523_0_0_0 = { (void*)1606, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector2_t2156229523_1_0_0 = { (void*)1606, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Vector2_t2156229523_1_0_2 = { (void*)1606, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Vector2_t2156229523_0_0_49 = { (void*)1606, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector2_t2156229523_0_0_1 = { (void*)1606, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector2_t2156229523_0_0_6 = { (void*)1606, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector2_t2156229523_0_0_3 = { (void*)1606, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector2_t2156229523_0_0_17 = { (void*)1606, 17, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Vector2_t2156229523_0_0_4 = { (void*)1606, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3063293640_GenericClass = { 41, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3063293640_0_0_0 = { &InternalEnumerator_1_t3063293640_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3971549306_GenericClass = { 48, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3971549306_0_0_0 = { &IList_1_t3971549306_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t689414461_GenericClass = { 49, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t689414461_0_0_0 = { &ICollection_1_t689414461_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1136082412_GenericClass = { 29, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1136082412_0_0_0 = { &IEnumerable_1_t1136082412_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3033071760_GenericClass = { 25, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3033071760_0_0_0 = { &IEnumerator_1_t3033071760_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Color32_t2600501292_0_0_0 = { (void*)1344, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Color32_t2600501292_1_0_0 = { (void*)1344, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Color32_t2600501292_0_0_6 = { (void*)1344, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Color32_t2600501292_0_0_49 = { (void*)1344, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3507565409_GenericClass = { 41, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3507565409_0_0_0 = { &InternalEnumerator_1_t3507565409_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t120853779_GenericClass = { 48, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t120853779_0_0_0 = { &IList_1_t120853779_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1133686230_GenericClass = { 49, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1133686230_0_0_0 = { &ICollection_1_t1133686230_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1580354181_GenericClass = { 29, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1580354181_0_0_0 = { &IEnumerable_1_t1580354181_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t899420910_GenericClass = { 176, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t899420910_0_0_0 = { &List_1_t899420910_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t899420910_0_0_1 = { &List_1_t899420910_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2788664787_GenericClass = { 177, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2788664787_0_0_0 = { &Enumerator_t2788664787_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t639922455_GenericClass = { 179, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t639922455_0_0_0 = { &ReadOnlyCollection_1_t639922455_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t2666669382_GenericClass = { 178, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t2666669382_0_0_0 = { &Collection_1_t2666669382_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1892085800_GenericClass = { 168, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1892085800_0_0_0 = { &EqualityComparer_1_t1892085800_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t3956625725_GenericClass = { 170, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t3956625725_0_0_0 = { &GenericEqualityComparer_1_t3956625725_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1534678186_GenericClass = { 173, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1534678186_0_0_0 = { &IEqualityComparer_1_t1534678186_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t158971120_GenericClass = { 169, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t158971120_0_0_0 = { &DefaultComparer_t158971120_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t252640292_GenericClass = { 945, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t252640292_0_0_0 = { &Predicate_1_t252640292_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t927101050_GenericClass = { 156, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t927101050_0_0_0 = { &Comparer_1_t927101050_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t681611647_GenericClass = { 171, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t681611647_0_0_0 = { &IComparer_1_t681611647_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3090977877_GenericClass = { 9, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3090977877_0_0_0 = { &IComparable_1_t3090977877_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1574916797_GenericClass = { 157, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1574916797_0_0_0 = { &DefaultComparer_t1574916797_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3497244643_GenericClass = { 942, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3497244643_0_0_0 = { &Comparison_1_t3497244643_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t496136383_GenericClass = { 176, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t496136383_0_0_0 = { &List_1_t496136383_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t496136383_0_0_1 = { &List_1_t496136383_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2385380260_GenericClass = { 177, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2385380260_0_0_0 = { &Enumerator_t2385380260_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t236637928_GenericClass = { 179, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t236637928_0_0_0 = { &ReadOnlyCollection_1_t236637928_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t2263384855_GenericClass = { 178, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t2263384855_0_0_0 = { &Collection_1_t2263384855_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1488801273_GenericClass = { 168, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1488801273_0_0_0 = { &EqualityComparer_1_t1488801273_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t3553341198_GenericClass = { 170, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t3553341198_0_0_0 = { &GenericEqualityComparer_1_t3553341198_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t4210174664_GenericClass = { 13, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t4210174664_0_0_0 = { &IEquatable_1_t4210174664_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1131393659_GenericClass = { 173, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1131393659_0_0_0 = { &IEqualityComparer_1_t1131393659_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t4050653889_GenericClass = { 169, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t4050653889_0_0_0 = { &DefaultComparer_t4050653889_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t4144323061_GenericClass = { 945, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t4144323061_0_0_0 = { &Predicate_1_t4144323061_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t523816523_GenericClass = { 156, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t523816523_0_0_0 = { &Comparer_1_t523816523_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t278327120_GenericClass = { 171, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t278327120_0_0_0 = { &IComparer_1_t278327120_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t2687693350_GenericClass = { 9, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t2687693350_0_0_0 = { &IComparable_1_t2687693350_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1171632270_GenericClass = { 157, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1171632270_0_0_0 = { &DefaultComparer_t1171632270_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3093960116_GenericClass = { 942, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3093960116_0_0_0 = { &Comparison_1_t3093960116_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t4072576034_GenericClass = { 176, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t4072576034_0_0_0 = { &List_1_t4072576034_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t4072576034_0_0_1 = { &List_1_t4072576034_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1666852615_GenericClass = { 177, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1666852615_0_0_0 = { &Enumerator_t1666852615_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3813077579_GenericClass = { 179, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3813077579_0_0_0 = { &ReadOnlyCollection_1_t3813077579_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t1544857210_GenericClass = { 178, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t1544857210_0_0_0 = { &Collection_1_t1544857210_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t770273628_GenericClass = { 168, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t770273628_0_0_0 = { &EqualityComparer_1_t770273628_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t412866014_GenericClass = { 173, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t412866014_0_0_0 = { &IEqualityComparer_1_t412866014_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3491647019_GenericClass = { 13, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3491647019_0_0_0 = { &IEquatable_1_t3491647019_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t3332126244_GenericClass = { 169, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t3332126244_0_0_0 = { &DefaultComparer_t3332126244_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3425795416_GenericClass = { 945, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3425795416_0_0_0 = { &Predicate_1_t3425795416_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t4100256174_GenericClass = { 156, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t4100256174_0_0_0 = { &Comparer_1_t4100256174_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t3854766771_GenericClass = { 171, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t3854766771_0_0_0 = { &IComparer_1_t3854766771_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t1969165705_GenericClass = { 9, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t1969165705_0_0_0 = { &IComparable_1_t1969165705_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t453104625_GenericClass = { 157, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t453104625_0_0_0 = { &DefaultComparer_t453104625_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2375432471_GenericClass = { 942, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2375432471_0_0_0 = { &Comparison_1_t2375432471_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3628304265_GenericClass = { 176, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3628304265_0_0_0 = { &List_1_t3628304265_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t3628304265_0_0_1 = { &List_1_t3628304265_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1222580846_GenericClass = { 177, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1222580846_0_0_0 = { &Enumerator_t1222580846_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3368805810_GenericClass = { 179, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3368805810_0_0_0 = { &ReadOnlyCollection_1_t3368805810_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t1100585441_GenericClass = { 178, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t1100585441_0_0_0 = { &Collection_1_t1100585441_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t326001859_GenericClass = { 168, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t326001859_0_0_0 = { &EqualityComparer_1_t326001859_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t2390541784_GenericClass = { 170, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t2390541784_0_0_0 = { &GenericEqualityComparer_1_t2390541784_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3047375250_GenericClass = { 13, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3047375250_0_0_0 = { &IEquatable_1_t3047375250_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t4263561541_GenericClass = { 173, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t4263561541_0_0_0 = { &IEqualityComparer_1_t4263561541_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2887854475_GenericClass = { 169, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2887854475_0_0_0 = { &DefaultComparer_t2887854475_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2981523647_GenericClass = { 945, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2981523647_0_0_0 = { &Predicate_1_t2981523647_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t3655984405_GenericClass = { 156, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t3655984405_0_0_0 = { &Comparer_1_t3655984405_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t3410495002_GenericClass = { 171, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t3410495002_0_0_0 = { &IComparer_1_t3410495002_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t1524893936_GenericClass = { 9, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t1524893936_0_0_0 = { &IComparable_1_t1524893936_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t8832856_GenericClass = { 157, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t8832856_0_0_0 = { &DefaultComparer_t8832856_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1931160702_GenericClass = { 942, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1931160702_0_0_0 = { &Comparison_1_t1931160702_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t128053199_GenericClass = { 176, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t128053199_0_0_0 = { &List_1_t128053199_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t128053199_0_0_1 = { &List_1_t128053199_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2017297076_GenericClass = { 177, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2017297076_0_0_0 = { &Enumerator_t2017297076_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t4163522040_GenericClass = { 179, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t4163522040_0_0_0 = { &ReadOnlyCollection_1_t4163522040_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t1895301671_GenericClass = { 178, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t1895301671_0_0_0 = { &Collection_1_t1895301671_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3776239877_GenericClass = { 945, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3776239877_0_0_0 = { &Predicate_1_t3776239877_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2725876932_GenericClass = { 942, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2725876932_0_0_0 = { &Comparison_1_t2725876932_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3662180208_GenericClass = { 25, { &GenInst_HitInfo_t3229609740_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3662180208_0_0_0 = { &IEnumerator_1_t3662180208_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType HitInfo_t3229609740_0_0_0 = { (void*)1411, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HitInfo_t3229609740_1_0_0 = { (void*)1411, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t4136673857_GenericClass = { 41, { &GenInst_HitInfo_t3229609740_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4136673857_0_0_0 = { &InternalEnumerator_1_t4136673857_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t749962227_GenericClass = { 48, { &GenInst_HitInfo_t3229609740_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t749962227_0_0_0 = { &IList_1_t749962227_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1762794678_GenericClass = { 49, { &GenInst_HitInfo_t3229609740_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1762794678_0_0_0 = { &ICollection_1_t1762794678_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2209462629_GenericClass = { 29, { &GenInst_HitInfo_t3229609740_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2209462629_0_0_0 = { &IEnumerable_1_t2209462629_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t538342573_GenericClass = { 25, { &GenInst_PlayerLoopSystem_t105772105_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t538342573_0_0_0 = { &IEnumerator_1_t538342573_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PlayerLoopSystem_t105772105_0_0_0 = { (void*)1538, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayerLoopSystem_t105772105_1_0_0 = { (void*)1538, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1012836222_GenericClass = { 41, { &GenInst_PlayerLoopSystem_t105772105_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1012836222_0_0_0 = { &InternalEnumerator_1_t1012836222_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1921091888_GenericClass = { 48, { &GenInst_PlayerLoopSystem_t105772105_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1921091888_0_0_0 = { &IList_1_t1921091888_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2933924339_GenericClass = { 49, { &GenInst_PlayerLoopSystem_t105772105_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2933924339_0_0_0 = { &ICollection_1_t2933924339_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3380592290_GenericClass = { 29, { &GenInst_PlayerLoopSystem_t105772105_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3380592290_0_0_0 = { &IEnumerable_1_t3380592290_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t346013620_GenericClass = { 13, { &GenInst_PropertyName_t3749835189_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t346013620_0_0_0 = { &IEquatable_1_t346013620_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PropertyName_t3749835189_0_0_0 = { (void*)1546, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PropertyName_t3749835189_1_0_2 = { (void*)1546, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PropertyName_t3749835189_1_0_0 = { (void*)1546, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PropertyName_t3749835189_0_0_6 = { (void*)1546, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PropertyName_t3749835189_0_0_17 = { (void*)1546, 17, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3251625586_GenericClass = { 13, { &GenInst_Rect_t2360479859_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3251625586_0_0_0 = { &IEquatable_1_t3251625586_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Rect_t2360479859_0_0_0 = { (void*)1550, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Rect_t2360479859_1_0_2 = { (void*)1550, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Rect_t2360479859_1_0_0 = { (void*)1550, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Rect_t2360479859_0_0_51 = { (void*)1550, 51, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Rect_t2360479859_0_0_6 = { (void*)1550, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Rect_t2360479859_0_0_19 = { (void*)1550, 19, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Rect_t2360479859_0_0_3 = { (void*)1550, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Rect_t2360479859_0_0_1 = { (void*)1550, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Rect_t2360479859_0_0_129 = { (void*)1550, 129, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass Action_2_t3498178784_GenericClass = { 1268, { &GenInst_ReflectionProbe_t175708936_0_0_0_ReflectionProbeEvent_t3218944946_0_0_0, NULL }, NULL };
extern const RuntimeType Action_2_t3498178784_0_0_0 = { &Action_2_t3498178784_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Action_2_t3498178784_0_0_17 = { &Action_2_t3498178784_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ReflectionProbe_t175708936_0_0_0 = { (void*)1551, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ReflectionProbe_t175708936_1_0_0 = { (void*)1551, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ReflectionProbeEvent_t3218944946_0_0_0 = { (void*)1552, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ReflectionProbeEvent_t3218944946_1_0_0 = { (void*)1552, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ReflectionProbeEvent_t3218944946_0_0_32854 = { (void*)1552, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass Action_2_t2608847620_GenericClass = { 1268, { &GenInst_RuntimeObject_0_0_0_ReflectionProbeEvent_t3218944946_0_0_0, NULL }, NULL };
extern const RuntimeType Action_2_t2608847620_0_0_0 = { &Action_2_t2608847620_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Action_1_t2144852004_GenericClass = { 939, { &GenInst_Cubemap_t1972384409_0_0_0, NULL }, NULL };
extern const RuntimeType Action_1_t2144852004_0_0_0 = { &Action_1_t2144852004_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Action_1_t2144852004_0_0_17 = { &Action_1_t2144852004_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Cubemap_t1972384409_0_0_0 = { (void*)1569, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Cubemap_t1972384409_1_0_0 = { (void*)1569, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InvokableCall_1_t3197270402_GenericClass = { 1584, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_1_t3197270402_0_0_0 = { &InvokableCall_1_t3197270402_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t3664942305_GenericClass = { 1596, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t3664942305_0_0_0 = { &UnityAction_1_t3664942305_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InvokableCall_2_t362407658_GenericClass = { 1585, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_2_t362407658_0_0_0 = { &InvokableCall_2_t362407658_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_2_t3283971887_GenericClass = { 1598, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_2_t3283971887_0_0_0 = { &UnityAction_2_t3283971887_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InvokableCall_3_t4059188962_GenericClass = { 1586, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_3_t4059188962_0_0_0 = { &InvokableCall_3_t4059188962_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_3_t1557236713_GenericClass = { 1600, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_3_t1557236713_0_0_0 = { &UnityAction_3_t1557236713_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InvokableCall_4_t2756980746_GenericClass = { 1587, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_4_t2756980746_0_0_0 = { &InvokableCall_4_t2756980746_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_4_t682480391_GenericClass = { 1602, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_4_t682480391_0_0_0 = { &UnityAction_4_t682480391_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass CachedInvokableCall_1_t1111334208_GenericClass = { 1588, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType CachedInvokableCall_1_t1111334208_0_0_0 = { &CachedInvokableCall_1_t1111334208_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass CachedInvokableCall_1_t3723462114_GenericClass = { 1588, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType CachedInvokableCall_1_t3723462114_0_0_0 = { &CachedInvokableCall_1_t3723462114_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InvokableCall_1_t1514431012_GenericClass = { 1584, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_1_t1514431012_0_0_0 = { &InvokableCall_1_t1514431012_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t1982102915_GenericClass = { 1596, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t1982102915_0_0_0 = { &UnityAction_1_t1982102915_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass CachedInvokableCall_1_t982173797_GenericClass = { 1588, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType CachedInvokableCall_1_t982173797_0_0_0 = { &CachedInvokableCall_1_t982173797_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InvokableCall_1_t3068109991_GenericClass = { 1584, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_1_t3068109991_0_0_0 = { &InvokableCall_1_t3068109991_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t3535781894_GenericClass = { 1596, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t3535781894_0_0_0 = { &UnityAction_1_t3535781894_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass CachedInvokableCall_1_t4173646029_GenericClass = { 1588, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType CachedInvokableCall_1_t4173646029_0_0_0 = { &CachedInvokableCall_1_t4173646029_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InvokableCall_1_t1964614927_GenericClass = { 1584, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_1_t1964614927_0_0_0 = { &InvokableCall_1_t1964614927_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t2432286830_GenericClass = { 1596, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t2432286830_0_0_0 = { &UnityAction_1_t2432286830_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass CachedInvokableCall_1_t2423483305_GenericClass = { 1588, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType CachedInvokableCall_1_t2423483305_0_0_0 = { &CachedInvokableCall_1_t2423483305_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InvokableCall_1_t214452203_GenericClass = { 1584, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_1_t214452203_0_0_0 = { &InvokableCall_1_t214452203_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t682124106_GenericClass = { 1596, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t682124106_0_0_0 = { &UnityAction_1_t682124106_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t584821570_GenericClass = { 176, { &GenInst_PersistentCall_t3407714124_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t584821570_0_0_0 = { &List_1_t584821570_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t584821570_0_0_1 = { &List_1_t584821570_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PersistentCall_t3407714124_0_0_0 = { (void*)1590, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PersistentCall_t3407714124_1_0_0 = { (void*)1590, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3840284592_GenericClass = { 25, { &GenInst_PersistentCall_t3407714124_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3840284592_0_0_0 = { &IEnumerator_1_t3840284592_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t19810945_GenericClass = { 41, { &GenInst_PersistentCall_t3407714124_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t19810945_0_0_0 = { &InternalEnumerator_1_t19810945_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t928066611_GenericClass = { 48, { &GenInst_PersistentCall_t3407714124_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t928066611_0_0_0 = { &IList_1_t928066611_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1940899062_GenericClass = { 49, { &GenInst_PersistentCall_t3407714124_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1940899062_0_0_0 = { &ICollection_1_t1940899062_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2387567013_GenericClass = { 29, { &GenInst_PersistentCall_t3407714124_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2387567013_0_0_0 = { &IEnumerable_1_t2387567013_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t325323115_GenericClass = { 179, { &GenInst_PersistentCall_t3407714124_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t325323115_0_0_0 = { &ReadOnlyCollection_1_t325323115_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t4233008248_GenericClass = { 945, { &GenInst_PersistentCall_t3407714124_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t4233008248_0_0_0 = { &Predicate_1_t4233008248_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2474065447_GenericClass = { 177, { &GenInst_PersistentCall_t3407714124_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2474065447_0_0_0 = { &Enumerator_t2474065447_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3182645303_GenericClass = { 942, { &GenInst_PersistentCall_t3407714124_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3182645303_0_0_0 = { &Comparison_1_t3182645303_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t4176035766_GenericClass = { 176, { &GenInst_BaseInvokableCall_t2703961024_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t4176035766_0_0_0 = { &List_1_t4176035766_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t4176035766_0_0_33 = { &List_1_t4176035766_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType BaseInvokableCall_t2703961024_0_0_0 = { (void*)1582, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseInvokableCall_t2703961024_1_0_0 = { (void*)1582, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3136531492_GenericClass = { 25, { &GenInst_BaseInvokableCall_t2703961024_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3136531492_0_0_0 = { &IEnumerator_1_t3136531492_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3611025141_GenericClass = { 41, { &GenInst_BaseInvokableCall_t2703961024_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3611025141_0_0_0 = { &InternalEnumerator_1_t3611025141_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t224313511_GenericClass = { 48, { &GenInst_BaseInvokableCall_t2703961024_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t224313511_0_0_0 = { &IList_1_t224313511_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1237145962_GenericClass = { 49, { &GenInst_BaseInvokableCall_t2703961024_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1237145962_0_0_0 = { &ICollection_1_t1237145962_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1683813913_GenericClass = { 29, { &GenInst_BaseInvokableCall_t2703961024_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1683813913_0_0_0 = { &IEnumerable_1_t1683813913_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3916537311_GenericClass = { 179, { &GenInst_BaseInvokableCall_t2703961024_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3916537311_0_0_0 = { &ReadOnlyCollection_1_t3916537311_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3529255148_GenericClass = { 945, { &GenInst_BaseInvokableCall_t2703961024_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3529255148_0_0_0 = { &Predicate_1_t3529255148_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1770312347_GenericClass = { 177, { &GenInst_BaseInvokableCall_t2703961024_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1770312347_0_0_0 = { &Enumerator_t1770312347_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2478892203_GenericClass = { 942, { &GenInst_BaseInvokableCall_t2703961024_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2478892203_0_0_0 = { &Comparison_1_t2478892203_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_1_t3961765668_GenericClass = { 1597, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_1_t3961765668_0_0_0 = { &UnityEvent_1_t3961765668_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_2_t614268397_GenericClass = { 1599, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_2_t614268397_0_0_0 = { &UnityEvent_2_t614268397_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_3_t2404744798_GenericClass = { 1601, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_3_t2404744798_0_0_0 = { &UnityEvent_3_t2404744798_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_4_t4085588227_GenericClass = { 1603, { &GenInst_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_4_t4085588227_0_0_0 = { &UnityEvent_4_t4085588227_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Queue_1_t1200778106_GenericClass = { 1098, { &GenInst_WorkRequest_t1354518612_0_0_0, NULL }, NULL };
extern const RuntimeType Queue_1_t1200778106_0_0_0 = { &Queue_1_t1200778106_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Queue_1_t1200778106_0_0_33 = { &Queue_1_t1200778106_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType WorkRequest_t1354518612_0_0_0 = { (void*)1605, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType WorkRequest_t1354518612_1_0_0 = { (void*)1605, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEnumerable_1_t334371501_GenericClass = { 29, { &GenInst_WorkRequest_t1354518612_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t334371501_0_0_0 = { &IEnumerable_1_t334371501_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1787089080_GenericClass = { 25, { &GenInst_WorkRequest_t1354518612_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1787089080_0_0_0 = { &IEnumerator_1_t1787089080_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2261582729_GenericClass = { 41, { &GenInst_WorkRequest_t1354518612_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2261582729_0_0_0 = { &InternalEnumerator_1_t2261582729_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3169838395_GenericClass = { 48, { &GenInst_WorkRequest_t1354518612_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3169838395_0_0_0 = { &IList_1_t3169838395_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4182670846_GenericClass = { 49, { &GenInst_WorkRequest_t1354518612_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4182670846_0_0_0 = { &ICollection_1_t4182670846_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1862690208_GenericClass = { 1099, { &GenInst_WorkRequest_t1354518612_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1862690208_0_0_0 = { &Enumerator_t1862690208_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t4221962141_GenericClass = { 13, { &GenInst_CameraPlayable_t3330816414_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t4221962141_0_0_0 = { &IEquatable_1_t4221962141_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t4221962141_0_0_1 = { &IEquatable_1_t4221962141_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType CameraPlayable_t3330816414_0_0_0 = { (void*)1630, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CameraPlayable_t3330816414_1_0_0 = { (void*)1630, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEquatable_1_t591386409_GenericClass = { 13, { &GenInst_MaterialEffectPlayable_t3995207978_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t591386409_0_0_0 = { &IEquatable_1_t591386409_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t591386409_0_0_1 = { &IEquatable_1_t591386409_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MaterialEffectPlayable_t3995207978_0_0_0 = { (void*)1634, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MaterialEffectPlayable_t3995207978_1_0_0 = { (void*)1634, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEquatable_1_t1350971334_GenericClass = { 13, { &GenInst_Playable_t459825607_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t1350971334_0_0_0 = { &IEquatable_1_t1350971334_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t1350971334_0_0_1 = { &IEquatable_1_t1350971334_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Playable_t459825607_0_0_0 = { (void*)1635, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Playable_t459825607_1_0_0 = { (void*)1635, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Playable_t459825607_0_0_49 = { (void*)1635, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3629080894_GenericClass = { 29, { &GenInst_PlayableBinding_t354260709_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3629080894_0_0_0 = { &IEnumerable_1_t3629080894_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PlayableBinding_t354260709_0_0_0 = { (void*)1639, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayableBinding_t354260709_1_0_0 = { (void*)1639, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t786831177_GenericClass = { 25, { &GenInst_PlayableBinding_t354260709_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t786831177_0_0_0 = { &IEnumerator_1_t786831177_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1261324826_GenericClass = { 41, { &GenInst_PlayableBinding_t354260709_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1261324826_0_0_0 = { &InternalEnumerator_1_t1261324826_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2169580492_GenericClass = { 48, { &GenInst_PlayableBinding_t354260709_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2169580492_0_0_0 = { &IList_1_t2169580492_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3182412943_GenericClass = { 49, { &GenInst_PlayableBinding_t354260709_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3182412943_0_0_0 = { &ICollection_1_t3182412943_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t1986999530_GenericClass = { 13, { &GenInst_PlayableHandle_t1095853803_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t1986999530_0_0_0 = { &IEquatable_1_t1986999530_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PlayableHandle_t1095853803_0_0_0 = { (void*)1642, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayableHandle_t1095853803_0_0_1 = { (void*)1642, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayableHandle_t1095853803_1_0_0 = { (void*)1642, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEquatable_1_t804232224_GenericClass = { 13, { &GenInst_PlayableOutputHandle_t4208053793_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t804232224_0_0_0 = { &IEquatable_1_t804232224_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PlayableOutputHandle_t4208053793_0_0_0 = { (void*)1643, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayableOutputHandle_t4208053793_1_0_0 = { (void*)1643, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlayableOutputHandle_t4208053793_0_0_1 = { (void*)1643, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t4071039832_GenericClass = { 13, { &GenInst_PlayableOutput_t3179894105_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t4071039832_0_0_0 = { &IEquatable_1_t4071039832_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t4071039832_0_0_1 = { &IEquatable_1_t4071039832_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PlayableOutput_t3179894105_0_0_0 = { (void*)1644, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayableOutput_t3179894105_1_0_0 = { (void*)1644, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlayableOutput_t3179894105_0_0_49 = { (void*)1644, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3289749689_GenericClass = { 13, { &GenInst_TextureMixerPlayable_t2398603962_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3289749689_0_0_0 = { &IEquatable_1_t3289749689_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t3289749689_0_0_1 = { &IEquatable_1_t3289749689_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TextureMixerPlayable_t2398603962_0_0_0 = { (void*)1646, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextureMixerPlayable_t2398603962_1_0_0 = { (void*)1646, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass UnityAction_1_t1755411925_GenericClass = { 1596, { &GenInst_MessageEventArgs_t1170575784_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t1755411925_0_0_0 = { &UnityAction_1_t1755411925_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MessageEventArgs_t1170575784_0_0_0 = { (void*)1653, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MessageEventArgs_t1170575784_1_0_0 = { (void*)1653, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass List_1_t3157010512_GenericClass = { 176, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3157010512_0_0_0 = { &List_1_t3157010512_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t3157010512_0_0_6 = { &List_1_t3157010512_GenericClass, 6, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MessageTypeSubscribers_t1684935770_0_0_0 = { (void*)1662, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MessageTypeSubscribers_t1684935770_1_0_0 = { (void*)1662, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2117506238_GenericClass = { 25, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2117506238_0_0_0 = { &IEnumerator_1_t2117506238_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2591999887_GenericClass = { 41, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2591999887_0_0_0 = { &InternalEnumerator_1_t2591999887_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3500255553_GenericClass = { 48, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3500255553_0_0_0 = { &IList_1_t3500255553_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t218120708_GenericClass = { 49, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t218120708_0_0_0 = { &ICollection_1_t218120708_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t664788659_GenericClass = { 29, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t664788659_0_0_0 = { &IEnumerable_1_t664788659_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2897512057_GenericClass = { 179, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2897512057_0_0_0 = { &ReadOnlyCollection_1_t2897512057_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2510229894_GenericClass = { 945, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2510229894_0_0_0 = { &Predicate_1_t2510229894_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t751287093_GenericClass = { 177, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t751287093_0_0_0 = { &Enumerator_t751287093_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1459866949_GenericClass = { 942, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1459866949_0_0_0 = { &Comparison_1_t1459866949_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_2_t2172606577_GenericClass = { 1271, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t2172606577_0_0_0 = { &Func_2_t2172606577_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_1_t2052235288_GenericClass = { 1597, { &GenInst_MessageEventArgs_t1170575784_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_1_t2052235288_0_0_0 = { &UnityEvent_1_t2052235288_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_1_t3832605257_GenericClass = { 1597, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_1_t3832605257_0_0_0 = { &UnityEvent_1_t3832605257_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass U3CCreateWhereIteratorU3Ec__Iterator1D_1_t3129926735_GenericClass = { 1263, { &GenInst_MessageTypeSubscribers_t1684935770_0_0_0, NULL }, NULL };
extern const RuntimeType U3CCreateWhereIteratorU3Ec__Iterator1D_1_t3129926735_0_0_0 = { &U3CCreateWhereIteratorU3Ec__Iterator1D_1_t3129926735_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_2_t2165061829_GenericClass = { 1598, { &GenInst_Scene_t2348375561_0_0_0_LoadSceneMode_t3251202195_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_2_t2165061829_0_0_0 = { &UnityAction_2_t2165061829_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_2_t2165061829_0_0_17 = { &UnityAction_2_t2165061829_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Scene_t2348375561_0_0_0 = { (void*)1672, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Scene_t2348375561_1_0_0 = { (void*)1672, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LoadSceneMode_t3251202195_0_0_0 = { (void*)1674, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LoadSceneMode_t3251202195_1_0_0 = { (void*)1674, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LoadSceneMode_t3251202195_0_0_32854 = { (void*)1674, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t2933211702_GenericClass = { 1596, { &GenInst_Scene_t2348375561_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t2933211702_0_0_0 = { &UnityAction_1_t2933211702_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_1_t2933211702_0_0_17 = { &UnityAction_1_t2933211702_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_2_t1262235195_GenericClass = { 1598, { &GenInst_Scene_t2348375561_0_0_0_Scene_t2348375561_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_2_t1262235195_0_0_0 = { &UnityAction_2_t1262235195_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_2_t1262235195_0_0_17 = { &UnityAction_2_t1262235195_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Action_1_t819399007_GenericClass = { 939, { &GenInst_SpriteAtlas_t646931412_0_0_0, NULL }, NULL };
extern const RuntimeType Action_1_t819399007_0_0_0 = { &Action_1_t819399007_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Action_1_t819399007_0_0_17 = { &Action_1_t819399007_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType SpriteAtlas_t646931412_0_0_0 = { (void*)1695, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SpriteAtlas_t646931412_1_0_0 = { (void*)1695, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IList_1_t1577850092_GenericClass = { 48, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1577850092_0_0_0 = { &IList_1_t1577850092_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UIVertex_t4057497605_0_0_0 = { (void*)1714, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UIVertex_t4057497605_1_0_0 = { (void*)1714, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UIVertex_t4057497605_0_0_22 = { (void*)1714, 22, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t195100777_GenericClass = { 25, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t195100777_0_0_0 = { &IEnumerator_1_t195100777_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t669594426_GenericClass = { 41, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t669594426_0_0_0 = { &InternalEnumerator_1_t669594426_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2590682543_GenericClass = { 49, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2590682543_0_0_0 = { &ICollection_1_t2590682543_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3037350494_GenericClass = { 29, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3037350494_0_0_0 = { &IEnumerable_1_t3037350494_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t1234605051_GenericClass = { 176, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t1234605051_0_0_0 = { &List_1_t1234605051_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t1234605051_0_0_33 = { &List_1_t1234605051_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3123848928_GenericClass = { 177, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3123848928_0_0_0 = { &Enumerator_t3123848928_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t975106596_GenericClass = { 179, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t975106596_0_0_0 = { &ReadOnlyCollection_1_t975106596_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t3001853523_GenericClass = { 178, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t3001853523_0_0_0 = { &Collection_1_t3001853523_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t2227269941_GenericClass = { 168, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t2227269941_0_0_0 = { &EqualityComparer_1_t2227269941_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1869862327_GenericClass = { 173, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1869862327_0_0_0 = { &IEqualityComparer_1_t1869862327_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t653676036_GenericClass = { 13, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t653676036_0_0_0 = { &IEquatable_1_t653676036_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t494155261_GenericClass = { 169, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t494155261_0_0_0 = { &DefaultComparer_t494155261_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t587824433_GenericClass = { 945, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t587824433_0_0_0 = { &Predicate_1_t587824433_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t1262285191_GenericClass = { 156, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t1262285191_0_0_0 = { &Comparer_1_t1262285191_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t1016795788_GenericClass = { 171, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t1016795788_0_0_0 = { &IComparer_1_t1016795788_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3426162018_GenericClass = { 9, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3426162018_0_0_0 = { &IComparable_1_t3426162018_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1910100938_GenericClass = { 157, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1910100938_0_0_0 = { &DefaultComparer_t1910100938_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3832428784_GenericClass = { 942, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3832428784_0_0_0 = { &Comparison_1_t3832428784_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1890820889_GenericClass = { 48, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1890820889_0_0_0 = { &IList_1_t1890820889_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UICharInfo_t75501106_0_0_0 = { (void*)1712, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UICharInfo_t75501106_1_0_0 = { (void*)1712, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t508071574_GenericClass = { 25, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t508071574_0_0_0 = { &IEnumerator_1_t508071574_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t982565223_GenericClass = { 41, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t982565223_0_0_0 = { &InternalEnumerator_1_t982565223_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2903653340_GenericClass = { 49, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2903653340_0_0_0 = { &ICollection_1_t2903653340_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3350321291_GenericClass = { 29, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3350321291_0_0_0 = { &IEnumerable_1_t3350321291_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t1547575848_GenericClass = { 176, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t1547575848_0_0_0 = { &List_1_t1547575848_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t1547575848_0_0_33 = { &List_1_t1547575848_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3436819725_GenericClass = { 177, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3436819725_0_0_0 = { &Enumerator_t3436819725_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t1288077393_GenericClass = { 179, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t1288077393_0_0_0 = { &ReadOnlyCollection_1_t1288077393_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t3314824320_GenericClass = { 178, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t3314824320_0_0_0 = { &Collection_1_t3314824320_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t2540240738_GenericClass = { 168, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t2540240738_0_0_0 = { &EqualityComparer_1_t2540240738_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t2182833124_GenericClass = { 173, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t2182833124_0_0_0 = { &IEqualityComparer_1_t2182833124_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t966646833_GenericClass = { 13, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t966646833_0_0_0 = { &IEquatable_1_t966646833_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t807126058_GenericClass = { 169, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t807126058_0_0_0 = { &DefaultComparer_t807126058_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t900795230_GenericClass = { 945, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t900795230_0_0_0 = { &Predicate_1_t900795230_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t1575255988_GenericClass = { 156, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t1575255988_0_0_0 = { &Comparer_1_t1575255988_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t1329766585_GenericClass = { 171, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t1329766585_0_0_0 = { &IComparer_1_t1329766585_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3739132815_GenericClass = { 9, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3739132815_0_0_0 = { &IComparable_1_t3739132815_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2223071735_GenericClass = { 157, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2223071735_0_0_0 = { &DefaultComparer_t2223071735_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t4145399581_GenericClass = { 942, { &GenInst_UICharInfo_t75501106_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t4145399581_0_0_0 = { &Comparison_1_t4145399581_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1715619297_GenericClass = { 48, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1715619297_0_0_0 = { &IList_1_t1715619297_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UILineInfo_t4195266810_0_0_0 = { (void*)1713, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UILineInfo_t4195266810_1_0_0 = { (void*)1713, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t332869982_GenericClass = { 25, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t332869982_0_0_0 = { &IEnumerator_1_t332869982_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t807363631_GenericClass = { 41, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t807363631_0_0_0 = { &InternalEnumerator_1_t807363631_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2728451748_GenericClass = { 49, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2728451748_0_0_0 = { &ICollection_1_t2728451748_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3175119699_GenericClass = { 29, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3175119699_0_0_0 = { &IEnumerable_1_t3175119699_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t1372374256_GenericClass = { 176, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t1372374256_0_0_0 = { &List_1_t1372374256_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t1372374256_0_0_33 = { &List_1_t1372374256_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3261618133_GenericClass = { 177, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3261618133_0_0_0 = { &Enumerator_t3261618133_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t1112875801_GenericClass = { 179, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t1112875801_0_0_0 = { &ReadOnlyCollection_1_t1112875801_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t3139622728_GenericClass = { 178, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t3139622728_0_0_0 = { &Collection_1_t3139622728_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t2365039146_GenericClass = { 168, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t2365039146_0_0_0 = { &EqualityComparer_1_t2365039146_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t2007631532_GenericClass = { 173, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t2007631532_0_0_0 = { &IEqualityComparer_1_t2007631532_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t791445241_GenericClass = { 13, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t791445241_0_0_0 = { &IEquatable_1_t791445241_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t631924466_GenericClass = { 169, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t631924466_0_0_0 = { &DefaultComparer_t631924466_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t725593638_GenericClass = { 945, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t725593638_0_0_0 = { &Predicate_1_t725593638_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t1400054396_GenericClass = { 156, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t1400054396_0_0_0 = { &Comparer_1_t1400054396_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t1154564993_GenericClass = { 171, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t1154564993_0_0_0 = { &IComparer_1_t1154564993_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3563931223_GenericClass = { 9, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3563931223_0_0_0 = { &IComparable_1_t3563931223_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2047870143_GenericClass = { 157, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2047870143_0_0_0 = { &DefaultComparer_t2047870143_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3970197989_GenericClass = { 942, { &GenInst_UILineInfo_t4195266810_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3970197989_0_0_0 = { &Comparison_1_t3970197989_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Action_1_t2129269699_GenericClass = { 939, { &GenInst_Font_t1956802104_0_0_0, NULL }, NULL };
extern const RuntimeType Action_1_t2129269699_0_0_0 = { &Action_1_t2129269699_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Action_1_t2129269699_0_0_17 = { &Action_1_t2129269699_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Font_t1956802104_0_0_0 = { (void*)1715, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Font_t1956802104_0_0_6 = { (void*)1715, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Font_t1956802104_1_0_0 = { (void*)1715, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Font_t1956802104_0_0_1 = { (void*)1715, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t4080264379_GenericClass = { 13, { &GenInst_AnimationClipPlayable_t3189118652_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t4080264379_0_0_0 = { &IEquatable_1_t4080264379_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t4080264379_0_0_1 = { &IEquatable_1_t4080264379_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AnimationClipPlayable_t3189118652_0_0_0 = { (void*)1721, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationClipPlayable_t3189118652_1_0_0 = { (void*)1721, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEquatable_1_t227402328_GenericClass = { 13, { &GenInst_AnimationLayerMixerPlayable_t3631223897_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t227402328_0_0_0 = { &IEquatable_1_t227402328_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t227402328_0_0_1 = { &IEquatable_1_t227402328_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AnimationLayerMixerPlayable_t3631223897_0_0_0 = { (void*)1723, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationLayerMixerPlayable_t3631223897_1_0_0 = { (void*)1723, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimationLayerMixerPlayable_t3631223897_0_0_49 = { (void*)1723, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t1712517113_GenericClass = { 13, { &GenInst_AnimationMixerPlayable_t821371386_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t1712517113_0_0_0 = { &IEquatable_1_t1712517113_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t1712517113_0_0_1 = { &IEquatable_1_t1712517113_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AnimationMixerPlayable_t821371386_0_0_0 = { (void*)1724, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationMixerPlayable_t821371386_1_0_0 = { (void*)1724, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEquatable_1_t1163377278_GenericClass = { 13, { &GenInst_AnimationMotionXToDeltaPlayable_t272231551_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t1163377278_0_0_0 = { &IEquatable_1_t1163377278_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t1163377278_0_0_1 = { &IEquatable_1_t1163377278_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AnimationMotionXToDeltaPlayable_t272231551_0_0_0 = { (void*)1725, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationMotionXToDeltaPlayable_t272231551_1_0_0 = { (void*)1725, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEquatable_1_t3778566141_GenericClass = { 13, { &GenInst_AnimationOffsetPlayable_t2887420414_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3778566141_0_0_0 = { &IEquatable_1_t3778566141_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t3778566141_0_0_1 = { &IEquatable_1_t3778566141_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AnimationOffsetPlayable_t2887420414_0_0_0 = { (void*)1726, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationOffsetPlayable_t2887420414_1_0_0 = { (void*)1726, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimationOffsetPlayable_t2887420414_0_0_49 = { (void*)1726, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2194671691_GenericClass = { 13, { &GenInst_AnimationScriptPlayable_t1303525964_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2194671691_0_0_0 = { &IEquatable_1_t2194671691_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t2194671691_0_0_1 = { &IEquatable_1_t2194671691_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AnimationScriptPlayable_t1303525964_0_0_0 = { (void*)1728, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationScriptPlayable_t1303525964_1_0_0 = { (void*)1728, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimationScriptPlayable_t1303525964_0_0_49 = { (void*)1728, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t1906913568_GenericClass = { 13, { &GenInst_AnimatorControllerPlayable_t1015767841_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t1906913568_0_0_0 = { &IEquatable_1_t1906913568_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t1906913568_0_0_1 = { &IEquatable_1_t1906913568_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AnimatorControllerPlayable_t1015767841_0_0_0 = { (void*)1734, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimatorControllerPlayable_t1015767841_1_0_0 = { (void*)1734, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimatorControllerPlayable_t1015767841_0_0_49 = { (void*)1734, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass List_1_t2069970928_GenericClass = { 176, { &GenInst_AudioSpatializerExtensionDefinition_t597896186_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t2069970928_0_0_0 = { &List_1_t2069970928_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t2069970928_0_0_17 = { &List_1_t2069970928_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AudioSpatializerExtensionDefinition_t597896186_0_0_0 = { (void*)1746, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioSpatializerExtensionDefinition_t597896186_1_0_0 = { (void*)1746, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1030466654_GenericClass = { 25, { &GenInst_AudioSpatializerExtensionDefinition_t597896186_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1030466654_0_0_0 = { &IEnumerator_1_t1030466654_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1504960303_GenericClass = { 41, { &GenInst_AudioSpatializerExtensionDefinition_t597896186_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1504960303_0_0_0 = { &InternalEnumerator_1_t1504960303_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2413215969_GenericClass = { 48, { &GenInst_AudioSpatializerExtensionDefinition_t597896186_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2413215969_0_0_0 = { &IList_1_t2413215969_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3426048420_GenericClass = { 49, { &GenInst_AudioSpatializerExtensionDefinition_t597896186_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3426048420_0_0_0 = { &ICollection_1_t3426048420_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3872716371_GenericClass = { 29, { &GenInst_AudioSpatializerExtensionDefinition_t597896186_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3872716371_0_0_0 = { &IEnumerable_1_t3872716371_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t1810472473_GenericClass = { 179, { &GenInst_AudioSpatializerExtensionDefinition_t597896186_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t1810472473_0_0_0 = { &ReadOnlyCollection_1_t1810472473_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1423190310_GenericClass = { 945, { &GenInst_AudioSpatializerExtensionDefinition_t597896186_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1423190310_0_0_0 = { &Predicate_1_t1423190310_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3959214805_GenericClass = { 177, { &GenInst_AudioSpatializerExtensionDefinition_t597896186_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3959214805_0_0_0 = { &Enumerator_t3959214805_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t372827365_GenericClass = { 942, { &GenInst_AudioSpatializerExtensionDefinition_t597896186_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t372827365_0_0_0 = { &Comparison_1_t372827365_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t1295534336_GenericClass = { 176, { &GenInst_AudioAmbisonicExtensionDefinition_t4118426890_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t1295534336_0_0_0 = { &List_1_t1295534336_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t1295534336_0_0_17 = { &List_1_t1295534336_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AudioAmbisonicExtensionDefinition_t4118426890_0_0_0 = { (void*)1747, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioAmbisonicExtensionDefinition_t4118426890_1_0_0 = { (void*)1747, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t256030062_GenericClass = { 25, { &GenInst_AudioAmbisonicExtensionDefinition_t4118426890_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t256030062_0_0_0 = { &IEnumerator_1_t256030062_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t730523711_GenericClass = { 41, { &GenInst_AudioAmbisonicExtensionDefinition_t4118426890_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t730523711_0_0_0 = { &InternalEnumerator_1_t730523711_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1638779377_GenericClass = { 48, { &GenInst_AudioAmbisonicExtensionDefinition_t4118426890_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1638779377_0_0_0 = { &IList_1_t1638779377_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2651611828_GenericClass = { 49, { &GenInst_AudioAmbisonicExtensionDefinition_t4118426890_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2651611828_0_0_0 = { &ICollection_1_t2651611828_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3098279779_GenericClass = { 29, { &GenInst_AudioAmbisonicExtensionDefinition_t4118426890_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3098279779_0_0_0 = { &IEnumerable_1_t3098279779_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t1036035881_GenericClass = { 179, { &GenInst_AudioAmbisonicExtensionDefinition_t4118426890_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t1036035881_0_0_0 = { &ReadOnlyCollection_1_t1036035881_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t648753718_GenericClass = { 945, { &GenInst_AudioAmbisonicExtensionDefinition_t4118426890_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t648753718_0_0_0 = { &Predicate_1_t648753718_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3184778213_GenericClass = { 177, { &GenInst_AudioAmbisonicExtensionDefinition_t4118426890_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3184778213_0_0_0 = { &Enumerator_t3184778213_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3893358069_GenericClass = { 942, { &GenInst_AudioAmbisonicExtensionDefinition_t4118426890_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3893358069_0_0_0 = { &Comparison_1_t3893358069_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t242016280_GenericClass = { 176, { &GenInst_AudioSourceExtension_t3064908834_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t242016280_0_0_0 = { &List_1_t242016280_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t242016280_0_0_17 = { &List_1_t242016280_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AudioSourceExtension_t3064908834_0_0_0 = { (void*)1749, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioSourceExtension_t3064908834_1_0_0 = { (void*)1749, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioSourceExtension_t3064908834_0_0_3 = { (void*)1749, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3497479302_GenericClass = { 25, { &GenInst_AudioSourceExtension_t3064908834_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3497479302_0_0_0 = { &IEnumerator_1_t3497479302_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3971972951_GenericClass = { 41, { &GenInst_AudioSourceExtension_t3064908834_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3971972951_0_0_0 = { &InternalEnumerator_1_t3971972951_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t585261321_GenericClass = { 48, { &GenInst_AudioSourceExtension_t3064908834_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t585261321_0_0_0 = { &IList_1_t585261321_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1598093772_GenericClass = { 49, { &GenInst_AudioSourceExtension_t3064908834_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1598093772_0_0_0 = { &ICollection_1_t1598093772_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2044761723_GenericClass = { 29, { &GenInst_AudioSourceExtension_t3064908834_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2044761723_0_0_0 = { &IEnumerable_1_t2044761723_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t48711009_GenericClass = { 48, { &GenInst_ScriptableObject_t2528358522_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t48711009_0_0_0 = { &IList_1_t48711009_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ScriptableObject_t2528358522_0_0_0 = { (void*)1555, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ScriptableObject_t2528358522_1_0_0 = { (void*)1555, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2960928990_GenericClass = { 25, { &GenInst_ScriptableObject_t2528358522_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2960928990_0_0_0 = { &IEnumerator_1_t2960928990_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3435422639_GenericClass = { 41, { &GenInst_ScriptableObject_t2528358522_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3435422639_0_0_0 = { &InternalEnumerator_1_t3435422639_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1061543460_GenericClass = { 49, { &GenInst_ScriptableObject_t2528358522_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1061543460_0_0_0 = { &ICollection_1_t1061543460_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1508211411_GenericClass = { 29, { &GenInst_ScriptableObject_t2528358522_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1508211411_0_0_0 = { &IEnumerable_1_t1508211411_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t4277485121_GenericClass = { 179, { &GenInst_AudioSourceExtension_t3064908834_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t4277485121_0_0_0 = { &ReadOnlyCollection_1_t4277485121_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3890202958_GenericClass = { 945, { &GenInst_AudioSourceExtension_t3064908834_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3890202958_0_0_0 = { &Predicate_1_t3890202958_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2131260157_GenericClass = { 177, { &GenInst_AudioSourceExtension_t3064908834_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2131260157_0_0_0 = { &Enumerator_t2131260157_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2839840013_GenericClass = { 942, { &GenInst_AudioSourceExtension_t3064908834_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2839840013_0_0_0 = { &Comparison_1_t2839840013_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t1676214749_GenericClass = { 13, { &GenInst_AudioClipPlayable_t785069022_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t1676214749_0_0_0 = { &IEquatable_1_t1676214749_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t1676214749_0_0_1 = { &IEquatable_1_t1676214749_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AudioClipPlayable_t785069022_0_0_0 = { (void*)1752, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AudioClipPlayable_t785069022_1_0_0 = { (void*)1752, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEquatable_1_t116726928_GenericClass = { 13, { &GenInst_AudioMixerPlayable_t3520548497_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t116726928_0_0_0 = { &IEquatable_1_t116726928_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t116726928_0_0_1 = { &IEquatable_1_t116726928_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AudioMixerPlayable_t3520548497_0_0_0 = { (void*)1753, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AudioMixerPlayable_t3520548497_1_0_0 = { (void*)1753, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1244367767_GenericClass = { 25, { &GenInst_GUILayoutOption_t811797299_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1244367767_0_0_0 = { &IEnumerator_1_t1244367767_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType GUILayoutOption_t811797299_0_0_0 = { (void*)1773, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUILayoutOption_t811797299_1_0_0 = { (void*)1773, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1718861416_GenericClass = { 41, { &GenInst_GUILayoutOption_t811797299_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1718861416_0_0_0 = { &InternalEnumerator_1_t1718861416_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2627117082_GenericClass = { 48, { &GenInst_GUILayoutOption_t811797299_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2627117082_0_0_0 = { &IList_1_t2627117082_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3639949533_GenericClass = { 49, { &GenInst_GUILayoutOption_t811797299_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3639949533_0_0_0 = { &ICollection_1_t3639949533_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4086617484_GenericClass = { 29, { &GenInst_GUILayoutOption_t811797299_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4086617484_0_0_0 = { &IEnumerable_1_t4086617484_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t3261990503_GenericClass = { 160, { &GenInst_Int32_t2950945753_0_0_0_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t3261990503_0_0_0 = { &Dictionary_2_t3261990503_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t3261990503_0_0_49 = { &Dictionary_2_t3261990503_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType LayoutCache_t78309876_0_0_0 = { (void*)1776, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LayoutCache_t78309876_0_0_19 = { (void*)1776, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LayoutCache_t78309876_1_0_0 = { (void*)1776, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass Dictionary_2_t1968819495_GenericClass = { 160, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t1968819495_0_0_0 = { &Dictionary_2_t1968819495_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2899676600_GenericClass = { 49, { &GenInst_KeyValuePair_2_t71524366_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2899676600_0_0_0 = { &ICollection_1_t2899676600_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t71524366_GenericClass = { 175, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t71524366_0_0_0 = { &KeyValuePair_2_t71524366_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t504094834_GenericClass = { 25, { &GenInst_KeyValuePair_2_t71524366_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t504094834_0_0_0 = { &IEnumerator_1_t504094834_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t978588483_GenericClass = { 41, { &GenInst_KeyValuePair_2_t71524366_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t978588483_0_0_0 = { &InternalEnumerator_1_t978588483_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1886844149_GenericClass = { 48, { &GenInst_KeyValuePair_2_t71524366_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1886844149_0_0_0 = { &IList_1_t1886844149_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3346344551_GenericClass = { 29, { &GenInst_KeyValuePair_2_t71524366_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3346344551_0_0_0 = { &IEnumerable_1_t3346344551_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IDictionary_2_t432670886_GenericClass = { 172, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType IDictionary_2_t432670886_0_0_0 = { &IDictionary_2_t432670886_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t2158494966_GenericClass = { 163, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t2158494966_0_0_0 = { &KeyCollection_t2158494966_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2150996479_GenericClass = { 164, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2150996479_0_0_0 = { &Enumerator_t2150996479_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3923002270_GenericClass = { 162, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3923002270_0_0_0 = { &Enumerator_t3923002270_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t2275248284_GenericClass = { 167, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t2275248284_0_0_0 = { &Transform_1_t2275248284_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t3684863813_GenericClass = { 165, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t3684863813_0_0_0 = { &ValueCollection_t3684863813_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2537713152_GenericClass = { 166, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2537713152_0_0_0 = { &Enumerator_t2537713152_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t2404408695_GenericClass = { 167, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t2404408695_0_0_0 = { &Transform_1_t2404408695_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t2448278169_GenericClass = { 167, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t2448278169_0_0_0 = { &Transform_1_t2448278169_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t3690794193_GenericClass = { 167, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0_KeyValuePair_2_t71524366_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t3690794193_0_0_0 = { &Transform_1_t3690794193_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ShimEnumerator_t1965540292_GenericClass = { 161, { &GenInst_Int32_t2950945753_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType ShimEnumerator_t1965540292_0_0_0 = { &ShimEnumerator_t1965540292_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t510880344_GenericClass = { 25, { &GenInst_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t510880344_0_0_0 = { &IEnumerator_1_t510880344_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t985373993_GenericClass = { 41, { &GenInst_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t985373993_0_0_0 = { &InternalEnumerator_1_t985373993_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1893629659_GenericClass = { 48, { &GenInst_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1893629659_0_0_0 = { &IList_1_t1893629659_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2906462110_GenericClass = { 49, { &GenInst_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2906462110_0_0_0 = { &ICollection_1_t2906462110_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3353130061_GenericClass = { 29, { &GenInst_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3353130061_0_0_0 = { &IEnumerable_1_t3353130061_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t922041433_GenericClass = { 167, { &GenInst_Int32_t2950945753_0_0_0_LayoutCache_t78309876_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t922041433_0_0_0 = { &Transform_1_t922041433_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t1364695374_GenericClass = { 175, { &GenInst_Int32_t2950945753_0_0_0_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t1364695374_0_0_0 = { &KeyValuePair_2_t1364695374_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1797265842_GenericClass = { 25, { &GenInst_KeyValuePair_2_t1364695374_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1797265842_0_0_0 = { &IEnumerator_1_t1797265842_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2271759491_GenericClass = { 41, { &GenInst_KeyValuePair_2_t1364695374_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2271759491_0_0_0 = { &InternalEnumerator_1_t2271759491_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3180015157_GenericClass = { 48, { &GenInst_KeyValuePair_2_t1364695374_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3180015157_0_0_0 = { &IList_1_t3180015157_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4192847608_GenericClass = { 49, { &GenInst_KeyValuePair_2_t1364695374_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4192847608_0_0_0 = { &ICollection_1_t4192847608_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t344548263_GenericClass = { 29, { &GenInst_KeyValuePair_2_t1364695374_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t344548263_0_0_0 = { &IEnumerable_1_t344548263_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t3451665974_GenericClass = { 163, { &GenInst_Int32_t2950945753_0_0_0_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t3451665974_0_0_0 = { &KeyCollection_t3451665974_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3444167487_GenericClass = { 164, { &GenInst_Int32_t2950945753_0_0_0_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3444167487_0_0_0 = { &Enumerator_t3444167487_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t921205982_GenericClass = { 162, { &GenInst_Int32_t2950945753_0_0_0_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t921205982_0_0_0 = { &Enumerator_t921205982_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t683067525_GenericClass = { 165, { &GenInst_Int32_t2950945753_0_0_0_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t683067525_0_0_0 = { &ValueCollection_t683067525_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3830884160_GenericClass = { 166, { &GenInst_Int32_t2950945753_0_0_0_LayoutCache_t78309876_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3830884160_0_0_0 = { &Enumerator_t3830884160_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2280962893_GenericClass = { 177, { &GenInst_GUILayoutEntry_t3214611570_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2280962893_0_0_0 = { &Enumerator_t2280962893_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType GUILayoutEntry_t3214611570_0_0_0 = { (void*)1785, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUILayoutEntry_t3214611570_1_0_0 = { (void*)1785, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass List_1_t391719016_GenericClass = { 176, { &GenInst_GUILayoutEntry_t3214611570_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t391719016_0_0_0 = { &List_1_t391719016_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t391719016_0_0_6 = { &List_1_t391719016_GenericClass, 6, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3647182038_GenericClass = { 25, { &GenInst_GUILayoutEntry_t3214611570_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3647182038_0_0_0 = { &IEnumerator_1_t3647182038_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4121675687_GenericClass = { 41, { &GenInst_GUILayoutEntry_t3214611570_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4121675687_0_0_0 = { &InternalEnumerator_1_t4121675687_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t734964057_GenericClass = { 48, { &GenInst_GUILayoutEntry_t3214611570_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t734964057_0_0_0 = { &IList_1_t734964057_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1747796508_GenericClass = { 49, { &GenInst_GUILayoutEntry_t3214611570_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1747796508_0_0_0 = { &ICollection_1_t1747796508_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2194464459_GenericClass = { 29, { &GenInst_GUILayoutEntry_t3214611570_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2194464459_0_0_0 = { &IEnumerable_1_t2194464459_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t132220561_GenericClass = { 179, { &GenInst_GUILayoutEntry_t3214611570_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t132220561_0_0_0 = { &ReadOnlyCollection_1_t132220561_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t4039905694_GenericClass = { 945, { &GenInst_GUILayoutEntry_t3214611570_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t4039905694_0_0_0 = { &Predicate_1_t4039905694_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2989542749_GenericClass = { 942, { &GenInst_GUILayoutEntry_t3214611570_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2989542749_0_0_0 = { &Comparison_1_t2989542749_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t94504683_GenericClass = { 25, { &GenInst_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t94504683_0_0_0 = { &IEnumerator_1_t94504683_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType GUIStyle_t3956901511_0_0_0 = { (void*)1781, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIStyle_t3956901511_0_0_17 = { (void*)1781, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIStyle_t3956901511_0_0_1 = { (void*)1781, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIStyle_t3956901511_0_0_19 = { (void*)1781, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIStyle_t3956901511_0_0_33 = { (void*)1781, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIStyle_t3956901511_1_0_0 = { (void*)1781, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUIStyle_t3956901511_0_0_6 = { (void*)1781, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t568998332_GenericClass = { 41, { &GenInst_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t568998332_0_0_0 = { &InternalEnumerator_1_t568998332_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1477253998_GenericClass = { 48, { &GenInst_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1477253998_0_0_0 = { &IList_1_t1477253998_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2490086449_GenericClass = { 49, { &GenInst_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2490086449_0_0_0 = { &ICollection_1_t2490086449_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2936754400_GenericClass = { 29, { &GenInst_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2936754400_0_0_0 = { &IEnumerable_1_t2936754400_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t3742157810_GenericClass = { 160, { &GenInst_String_t_0_0_0_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t3742157810_0_0_0 = { &Dictionary_2_t3742157810_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t3742157810_0_0_1 = { &Dictionary_2_t3742157810_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t1233662018_GenericClass = { 167, { &GenInst_String_t_0_0_0_GUIStyle_t3956901511_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t1233662018_0_0_0 = { &Transform_1_t1233662018_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t1844862681_GenericClass = { 175, { &GenInst_String_t_0_0_0_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t1844862681_0_0_0 = { &KeyValuePair_2_t1844862681_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2277433149_GenericClass = { 25, { &GenInst_KeyValuePair_2_t1844862681_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2277433149_0_0_0 = { &IEnumerator_1_t2277433149_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2751926798_GenericClass = { 41, { &GenInst_KeyValuePair_2_t1844862681_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2751926798_0_0_0 = { &InternalEnumerator_1_t2751926798_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3660182464_GenericClass = { 48, { &GenInst_KeyValuePair_2_t1844862681_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3660182464_0_0_0 = { &IList_1_t3660182464_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t378047619_GenericClass = { 49, { &GenInst_KeyValuePair_2_t1844862681_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t378047619_0_0_0 = { &ICollection_1_t378047619_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t824715570_GenericClass = { 29, { &GenInst_KeyValuePair_2_t1844862681_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t824715570_0_0_0 = { &IEnumerable_1_t824715570_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t3931833281_GenericClass = { 163, { &GenInst_String_t_0_0_0_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t3931833281_0_0_0 = { &KeyCollection_t3931833281_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3924334794_GenericClass = { 164, { &GenInst_String_t_0_0_0_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3924334794_0_0_0 = { &Enumerator_t3924334794_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1401373289_GenericClass = { 162, { &GenInst_String_t_0_0_0_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1401373289_0_0_0 = { &Enumerator_t1401373289_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t1163234832_GenericClass = { 165, { &GenInst_String_t_0_0_0_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t1163234832_0_0_0 = { &ValueCollection_t1163234832_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t16084171_GenericClass = { 166, { &GenInst_String_t_0_0_0_GUIStyle_t3956901511_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t16084171_0_0_0 = { &Enumerator_t16084171_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_3_t4119323734_GenericClass = { 1272, { &GenInst_Int32_t2950945753_0_0_0_IntPtr_t_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_3_t4119323734_0_0_0 = { &Func_3_t4119323734_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Func_3_t4119323734_0_0_19 = { &Func_3_t4119323734_GenericClass, 19, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_2_t3450341358_GenericClass = { 1271, { &GenInst_Exception_t_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t3450341358_0_0_0 = { &Func_2_t3450341358_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Func_2_t3450341358_0_0_19 = { &Func_2_t3450341358_GenericClass, 19, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Exception_t_0_0_0 = { (void*)57, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Exception_t_1_0_0 = { (void*)57, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Exception_t_1_0_2 = { (void*)57, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Exception_t_0_0_1 = { (void*)57, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Exception_t_0_0_6 = { (void*)57, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass List_1_t2411569343_GenericClass = { 176, { &GenInst_Rigidbody2D_t939494601_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t2411569343_0_0_0 = { &List_1_t2411569343_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t2411569343_0_0_17 = { &List_1_t2411569343_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Rigidbody2D_t939494601_0_0_0 = { (void*)1796, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Rigidbody2D_t939494601_1_0_0 = { (void*)1796, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1372065069_GenericClass = { 25, { &GenInst_Rigidbody2D_t939494601_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1372065069_0_0_0 = { &IEnumerator_1_t1372065069_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1846558718_GenericClass = { 41, { &GenInst_Rigidbody2D_t939494601_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1846558718_0_0_0 = { &InternalEnumerator_1_t1846558718_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2754814384_GenericClass = { 48, { &GenInst_Rigidbody2D_t939494601_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2754814384_0_0_0 = { &IList_1_t2754814384_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3767646835_GenericClass = { 49, { &GenInst_Rigidbody2D_t939494601_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3767646835_0_0_0 = { &ICollection_1_t3767646835_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4214314786_GenericClass = { 29, { &GenInst_Rigidbody2D_t939494601_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4214314786_0_0_0 = { &IEnumerable_1_t4214314786_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2152070888_GenericClass = { 179, { &GenInst_Rigidbody2D_t939494601_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2152070888_0_0_0 = { &ReadOnlyCollection_1_t2152070888_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1764788725_GenericClass = { 945, { &GenInst_Rigidbody2D_t939494601_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1764788725_0_0_0 = { &Predicate_1_t1764788725_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t5845924_GenericClass = { 177, { &GenInst_Rigidbody2D_t939494601_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t5845924_0_0_0 = { &Enumerator_t5845924_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t714425780_GenericClass = { 942, { &GenInst_Rigidbody2D_t939494601_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t714425780_0_0_0 = { &Comparison_1_t714425780_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2712152457_GenericClass = { 25, { &GenInst_RaycastHit2D_t2279581989_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2712152457_0_0_0 = { &IEnumerator_1_t2712152457_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType RaycastHit2D_t2279581989_0_0_0 = { (void*)1795, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RaycastHit2D_t2279581989_1_0_2 = { (void*)1795, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RaycastHit2D_t2279581989_1_0_0 = { (void*)1795, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t3186646106_GenericClass = { 41, { &GenInst_RaycastHit2D_t2279581989_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3186646106_0_0_0 = { &InternalEnumerator_1_t3186646106_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4094901772_GenericClass = { 48, { &GenInst_RaycastHit2D_t2279581989_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4094901772_0_0_0 = { &IList_1_t4094901772_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t812766927_GenericClass = { 49, { &GenInst_RaycastHit2D_t2279581989_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t812766927_0_0_0 = { &ICollection_1_t812766927_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1259434878_GenericClass = { 29, { &GenInst_RaycastHit2D_t2279581989_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1259434878_0_0_0 = { &IEnumerable_1_t1259434878_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IDictionary_2_t1329213854_GenericClass = { 172, { &GenInst_String_t_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType IDictionary_2_t1329213854_0_0_0 = { &IDictionary_2_t1329213854_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IDictionary_2_t1329213854_0_0_4112 = { &IDictionary_2_t1329213854_GenericClass, 4112, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t968067334_GenericClass = { 175, { &GenInst_String_t_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t968067334_0_0_0 = { &KeyValuePair_2_t968067334_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1400637802_GenericClass = { 25, { &GenInst_KeyValuePair_2_t968067334_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1400637802_0_0_0 = { &IEnumerator_1_t1400637802_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4242887519_GenericClass = { 29, { &GenInst_KeyValuePair_2_t968067334_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4242887519_0_0_0 = { &IEnumerable_1_t4242887519_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1875131451_GenericClass = { 41, { &GenInst_KeyValuePair_2_t968067334_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1875131451_0_0_0 = { &InternalEnumerator_1_t1875131451_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2783387117_GenericClass = { 48, { &GenInst_KeyValuePair_2_t968067334_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2783387117_0_0_0 = { &IList_1_t2783387117_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3796219568_GenericClass = { 49, { &GenInst_KeyValuePair_2_t968067334_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3796219568_0_0_0 = { &ICollection_1_t3796219568_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Action_3_t3050575418_GenericClass = { 1269, { &GenInst_Boolean_t97287965_0_0_0_Boolean_t97287965_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Action_3_t3050575418_0_0_0 = { &Action_3_t3050575418_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Action_3_t3050575418_0_0_17 = { &Action_3_t3050575418_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Action_1_t269755560_GenericClass = { 939, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Action_1_t269755560_0_0_0 = { &Action_1_t269755560_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Action_1_t269755560_0_0_1 = { &Action_1_t269755560_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t2865362463_GenericClass = { 160, { &GenInst_String_t_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t2865362463_0_0_0 = { &Dictionary_2_t2865362463_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t2865362463_0_0_49 = { &Dictionary_2_t2865362463_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t2865362463_0_0_17 = { &Dictionary_2_t2865362463_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t2865362463_0_0_1 = { &Dictionary_2_t2865362463_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t1694351041_GenericClass = { 167, { &GenInst_String_t_0_0_0_RuntimeObject_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t1694351041_0_0_0 = { &Transform_1_t1694351041_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t3055037934_GenericClass = { 163, { &GenInst_String_t_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t3055037934_0_0_0 = { &KeyCollection_t3055037934_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3047539447_GenericClass = { 164, { &GenInst_String_t_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3047539447_0_0_0 = { &Enumerator_t3047539447_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t524577942_GenericClass = { 162, { &GenInst_String_t_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t524577942_0_0_0 = { &Enumerator_t524577942_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t286439485_GenericClass = { 165, { &GenInst_String_t_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t286439485_0_0_0 = { &ValueCollection_t286439485_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3434256120_GenericClass = { 166, { &GenInst_String_t_0_0_0_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3434256120_0_0_0 = { &Enumerator_t3434256120_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t1632706988_GenericClass = { 160, { &GenInst_String_t_0_0_0_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t1632706988_0_0_0 = { &Dictionary_2_t1632706988_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t1632706988_0_0_17 = { &Dictionary_2_t1632706988_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t132201056_GenericClass = { 167, { &GenInst_String_t_0_0_0_String_t_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t132201056_0_0_0 = { &Transform_1_t132201056_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t4030379155_GenericClass = { 175, { &GenInst_String_t_0_0_0_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t4030379155_0_0_0 = { &KeyValuePair_2_t4030379155_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t167982327_GenericClass = { 25, { &GenInst_KeyValuePair_2_t4030379155_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t167982327_0_0_0 = { &IEnumerator_1_t167982327_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t642475976_GenericClass = { 41, { &GenInst_KeyValuePair_2_t4030379155_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t642475976_0_0_0 = { &InternalEnumerator_1_t642475976_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1550731642_GenericClass = { 48, { &GenInst_KeyValuePair_2_t4030379155_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1550731642_0_0_0 = { &IList_1_t1550731642_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2563564093_GenericClass = { 49, { &GenInst_KeyValuePair_2_t4030379155_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2563564093_0_0_0 = { &ICollection_1_t2563564093_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3010232044_GenericClass = { 29, { &GenInst_KeyValuePair_2_t4030379155_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3010232044_0_0_0 = { &IEnumerable_1_t3010232044_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t1822382459_GenericClass = { 163, { &GenInst_String_t_0_0_0_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t1822382459_0_0_0 = { &KeyCollection_t1822382459_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1814883972_GenericClass = { 164, { &GenInst_String_t_0_0_0_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1814883972_0_0_0 = { &Enumerator_t1814883972_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3586889763_GenericClass = { 162, { &GenInst_String_t_0_0_0_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3586889763_0_0_0 = { &Enumerator_t3586889763_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t3348751306_GenericClass = { 165, { &GenInst_String_t_0_0_0_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t3348751306_0_0_0 = { &ValueCollection_t3348751306_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2201600645_GenericClass = { 166, { &GenInst_String_t_0_0_0_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2201600645_0_0_0 = { &Enumerator_t2201600645_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t2475741330_GenericClass = { 176, { &GenInst_EventSystem_t1003666588_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t2475741330_0_0_0 = { &List_1_t2475741330_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t2475741330_0_0_17 = { &List_1_t2475741330_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventSystem_t1003666588_0_0_0 = { (void*)1851, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventSystem_t1003666588_1_0_0 = { (void*)1851, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EventSystem_t1003666588_0_0_33 = { (void*)1851, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventSystem_t1003666588_0_0_1 = { (void*)1851, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1436237056_GenericClass = { 25, { &GenInst_EventSystem_t1003666588_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1436237056_0_0_0 = { &IEnumerator_1_t1436237056_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1910730705_GenericClass = { 41, { &GenInst_EventSystem_t1003666588_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1910730705_0_0_0 = { &InternalEnumerator_1_t1910730705_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2818986371_GenericClass = { 48, { &GenInst_EventSystem_t1003666588_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2818986371_0_0_0 = { &IList_1_t2818986371_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3831818822_GenericClass = { 49, { &GenInst_EventSystem_t1003666588_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3831818822_0_0_0 = { &ICollection_1_t3831818822_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4278486773_GenericClass = { 29, { &GenInst_EventSystem_t1003666588_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4278486773_0_0_0 = { &IEnumerable_1_t4278486773_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1016286005_GenericClass = { 48, { &GenInst_UIBehaviour_t3495933518_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1016286005_0_0_0 = { &IList_1_t1016286005_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UIBehaviour_t3495933518_0_0_0 = { (void*)1861, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UIBehaviour_t3495933518_1_0_0 = { (void*)1861, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3928503986_GenericClass = { 25, { &GenInst_UIBehaviour_t3495933518_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3928503986_0_0_0 = { &IEnumerator_1_t3928503986_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t108030339_GenericClass = { 41, { &GenInst_UIBehaviour_t3495933518_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t108030339_0_0_0 = { &InternalEnumerator_1_t108030339_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2029118456_GenericClass = { 49, { &GenInst_UIBehaviour_t3495933518_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2029118456_0_0_0 = { &ICollection_1_t2029118456_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2475786407_GenericClass = { 29, { &GenInst_UIBehaviour_t3495933518_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2475786407_0_0_0 = { &IEnumerable_1_t2475786407_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1482835016_GenericClass = { 48, { &GenInst_MonoBehaviour_t3962482529_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1482835016_0_0_0 = { &IList_1_t1482835016_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MonoBehaviour_t3962482529_0_0_0 = { (void*)1409, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoBehaviour_t3962482529_1_0_0 = { (void*)1409, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoBehaviour_t3962482529_0_0_4 = { (void*)1409, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t100085701_GenericClass = { 25, { &GenInst_MonoBehaviour_t3962482529_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t100085701_0_0_0 = { &IEnumerator_1_t100085701_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t574579350_GenericClass = { 41, { &GenInst_MonoBehaviour_t3962482529_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t574579350_0_0_0 = { &InternalEnumerator_1_t574579350_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2495667467_GenericClass = { 49, { &GenInst_MonoBehaviour_t3962482529_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2495667467_0_0_0 = { &ICollection_1_t2495667467_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2942335418_GenericClass = { 29, { &GenInst_MonoBehaviour_t3962482529_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2942335418_0_0_0 = { &IEnumerable_1_t2942335418_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2216242875_GenericClass = { 179, { &GenInst_EventSystem_t1003666588_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2216242875_0_0_0 = { &ReadOnlyCollection_1_t2216242875_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1828960712_GenericClass = { 945, { &GenInst_EventSystem_t1003666588_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1828960712_0_0_0 = { &Predicate_1_t1828960712_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t70017911_GenericClass = { 177, { &GenInst_EventSystem_t1003666588_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t70017911_0_0_0 = { &Enumerator_t70017911_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t778597767_GenericClass = { 942, { &GenInst_EventSystem_t1003666588_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t778597767_0_0_0 = { &Comparison_1_t778597767_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3491343620_GenericClass = { 176, { &GenInst_BaseInputModule_t2019268878_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3491343620_0_0_0 = { &List_1_t3491343620_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t3491343620_0_0_1 = { &List_1_t3491343620_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType BaseInputModule_t2019268878_0_0_0 = { (void*)1869, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseInputModule_t2019268878_0_0_1 = { (void*)1869, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseInputModule_t2019268878_1_0_0 = { (void*)1869, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2451839346_GenericClass = { 25, { &GenInst_BaseInputModule_t2019268878_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2451839346_0_0_0 = { &IEnumerator_1_t2451839346_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2926332995_GenericClass = { 41, { &GenInst_BaseInputModule_t2019268878_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2926332995_0_0_0 = { &InternalEnumerator_1_t2926332995_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3834588661_GenericClass = { 48, { &GenInst_BaseInputModule_t2019268878_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3834588661_0_0_0 = { &IList_1_t3834588661_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t552453816_GenericClass = { 49, { &GenInst_BaseInputModule_t2019268878_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t552453816_0_0_0 = { &ICollection_1_t552453816_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t999121767_GenericClass = { 29, { &GenInst_BaseInputModule_t2019268878_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t999121767_0_0_0 = { &IEnumerable_1_t999121767_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3231845165_GenericClass = { 179, { &GenInst_BaseInputModule_t2019268878_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3231845165_0_0_0 = { &ReadOnlyCollection_1_t3231845165_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2844563002_GenericClass = { 945, { &GenInst_BaseInputModule_t2019268878_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2844563002_0_0_0 = { &Predicate_1_t2844563002_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1085620201_GenericClass = { 177, { &GenInst_BaseInputModule_t2019268878_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1085620201_0_0_0 = { &Enumerator_t1085620201_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1794200057_GenericClass = { 942, { &GenInst_BaseInputModule_t2019268878_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1794200057_0_0_0 = { &Comparison_1_t1794200057_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3135238028_GenericClass = { 942, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3135238028_0_0_0 = { &Comparison_1_t3135238028_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Comparison_1_t3135238028_0_0_49 = { &Comparison_1_t3135238028_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Comparison_1_t3135238028_0_0_17 = { &Comparison_1_t3135238028_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType RaycastResult_t3360306849_0_0_0 = { (void*)1860, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RaycastResult_t3360306849_1_0_0 = { (void*)1860, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RaycastResult_t3360306849_0_0_1 = { (void*)1860, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t3373214253_GenericClass = { 1857, { &GenInst_IDeselectHandler_t393712923_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t3373214253_0_0_0 = { &EventFunction_1_t3373214253_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3373214253_0_0_49 = { &EventFunction_1_t3373214253_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3373214253_0_0_17 = { &EventFunction_1_t3373214253_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IDeselectHandler_t393712923_0_0_0 = { (void*)1847, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDeselectHandler_t393712923_1_0_0 = { (void*)1847, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IDeselectHandler_t393712923_0_0_13 = { (void*)1847, 13, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDeselectHandler_t393712923_0_0_6 = { (void*)1847, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t1764640198_GenericClass = { 1857, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t1764640198_0_0_0 = { &EventFunction_1_t1764640198_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t531791296_GenericClass = { 176, { &GenInst_IEventSystemHandler_t3354683850_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t531791296_0_0_0 = { &List_1_t531791296_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEventSystemHandler_t3354683850_0_0_0 = { (void*)1833, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEventSystemHandler_t3354683850_1_0_0 = { (void*)1833, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEventSystemHandler_t3354683850_0_0_17 = { (void*)1833, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEventSystemHandler_t3354683850_0_0_2 = { (void*)1833, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEventSystemHandler_t3354683850_0_0_3 = { (void*)1833, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEventSystemHandler_t3354683850_0_0_8 = { (void*)1833, 8, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEventSystemHandler_t3354683850_0_0_4 = { (void*)1833, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEventSystemHandler_t3354683850_0_0_7 = { (void*)1833, 7, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3787254318_GenericClass = { 25, { &GenInst_IEventSystemHandler_t3354683850_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3787254318_0_0_0 = { &IEnumerator_1_t3787254318_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4261747967_GenericClass = { 41, { &GenInst_IEventSystemHandler_t3354683850_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4261747967_0_0_0 = { &InternalEnumerator_1_t4261747967_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t875036337_GenericClass = { 48, { &GenInst_IEventSystemHandler_t3354683850_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t875036337_0_0_0 = { &IList_1_t875036337_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1887868788_GenericClass = { 49, { &GenInst_IEventSystemHandler_t3354683850_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1887868788_0_0_0 = { &ICollection_1_t1887868788_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2334536739_GenericClass = { 29, { &GenInst_IEventSystemHandler_t3354683850_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2334536739_0_0_0 = { &IEnumerable_1_t2334536739_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t272292841_GenericClass = { 179, { &GenInst_IEventSystemHandler_t3354683850_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t272292841_0_0_0 = { &ReadOnlyCollection_1_t272292841_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t4179977974_GenericClass = { 945, { &GenInst_IEventSystemHandler_t3354683850_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t4179977974_0_0_0 = { &Predicate_1_t4179977974_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2421035173_GenericClass = { 177, { &GenInst_IEventSystemHandler_t3354683850_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2421035173_0_0_0 = { &Enumerator_t2421035173_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3129615029_GenericClass = { 942, { &GenInst_IEventSystemHandler_t3354683850_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3129615029_0_0_0 = { &Comparison_1_t3129615029_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t231414508_GenericClass = { 2000, { &GenInst_List_1_t531791296_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t231414508_0_0_0 = { &ObjectPool_1_t231414508_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ObjectPool_1_t231414508_0_0_49 = { &ObjectPool_1_t231414508_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t2779729376_GenericClass = { 2000, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t2779729376_0_0_0 = { &ObjectPool_1_t2779729376_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t1375180751_GenericClass = { 1100, { &GenInst_List_1_t531791296_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t1375180751_0_0_0 = { &Stack_1_t1375180751_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t964361764_GenericClass = { 25, { &GenInst_List_1_t531791296_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t964361764_0_0_0 = { &IEnumerator_1_t964361764_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1438855413_GenericClass = { 41, { &GenInst_List_1_t531791296_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1438855413_0_0_0 = { &InternalEnumerator_1_t1438855413_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2347111079_GenericClass = { 48, { &GenInst_List_1_t531791296_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2347111079_0_0_0 = { &IList_1_t2347111079_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3359943530_GenericClass = { 49, { &GenInst_List_1_t531791296_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3359943530_0_0_0 = { &ICollection_1_t3359943530_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3806611481_GenericClass = { 29, { &GenInst_List_1_t531791296_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3806611481_0_0_0 = { &IEnumerable_1_t3806611481_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2889168170_GenericClass = { 1101, { &GenInst_List_1_t531791296_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2889168170_0_0_0 = { &Enumerator_t2889168170_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t1116627437_GenericClass = { 1596, { &GenInst_List_1_t531791296_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t1116627437_0_0_0 = { &UnityAction_1_t1116627437_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t2953223642_GenericClass = { 1999, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t2953223642_0_0_0 = { &ListPool_1_t2953223642_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t4109695355_GenericClass = { 1999, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t4109695355_0_0_0 = { &ListPool_1_t4109695355_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t4251804118_GenericClass = { 2000, { &GenInst_List_1_t257213610_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t4251804118_0_0_0 = { &ObjectPool_1_t4251804118_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t1100603065_GenericClass = { 1100, { &GenInst_List_1_t257213610_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t1100603065_0_0_0 = { &Stack_1_t1100603065_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t689784078_GenericClass = { 25, { &GenInst_List_1_t257213610_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t689784078_0_0_0 = { &IEnumerator_1_t689784078_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1164277727_GenericClass = { 41, { &GenInst_List_1_t257213610_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1164277727_0_0_0 = { &InternalEnumerator_1_t1164277727_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2072533393_GenericClass = { 48, { &GenInst_List_1_t257213610_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2072533393_0_0_0 = { &IList_1_t2072533393_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3085365844_GenericClass = { 49, { &GenInst_List_1_t257213610_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3085365844_0_0_0 = { &ICollection_1_t3085365844_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3532033795_GenericClass = { 29, { &GenInst_List_1_t257213610_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3532033795_0_0_0 = { &IEnumerable_1_t3532033795_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2614590484_GenericClass = { 1101, { &GenInst_List_1_t257213610_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2614590484_0_0_0 = { &Enumerator_t2614590484_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t842049751_GenericClass = { 1596, { &GenInst_List_1_t257213610_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t842049751_0_0_0 = { &UnityAction_1_t842049751_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t3095332405_GenericClass = { 2000, { &GenInst_List_1_t3395709193_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t3095332405_0_0_0 = { &ObjectPool_1_t3095332405_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t4239098648_GenericClass = { 1100, { &GenInst_List_1_t3395709193_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t4239098648_0_0_0 = { &Stack_1_t4239098648_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3828279661_GenericClass = { 25, { &GenInst_List_1_t3395709193_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3828279661_0_0_0 = { &IEnumerator_1_t3828279661_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t7806014_GenericClass = { 41, { &GenInst_List_1_t3395709193_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t7806014_0_0_0 = { &InternalEnumerator_1_t7806014_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t916061680_GenericClass = { 48, { &GenInst_List_1_t3395709193_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t916061680_0_0_0 = { &IList_1_t916061680_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1928894131_GenericClass = { 49, { &GenInst_List_1_t3395709193_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1928894131_0_0_0 = { &ICollection_1_t1928894131_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2375562082_GenericClass = { 29, { &GenInst_List_1_t3395709193_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2375562082_0_0_0 = { &IEnumerable_1_t2375562082_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1458118771_GenericClass = { 1101, { &GenInst_List_1_t3395709193_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1458118771_0_0_0 = { &Enumerator_t1458118771_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t3980545334_GenericClass = { 1596, { &GenInst_List_1_t3395709193_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t3980545334_0_0_0 = { &UnityAction_1_t3980545334_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t955952873_GenericClass = { 1857, { &GenInst_ISelectHandler_t2271418839_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t955952873_0_0_0 = { &EventFunction_1_t955952873_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t955952873_0_0_49 = { &EventFunction_1_t955952873_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t955952873_0_0_17 = { &EventFunction_1_t955952873_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ISelectHandler_t2271418839_0_0_0 = { (void*)1846, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISelectHandler_t2271418839_1_0_0 = { (void*)1846, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ISelectHandler_t2271418839_0_0_12 = { (void*)1846, 12, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISelectHandler_t2271418839_0_0_5 = { (void*)1846, 5, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass List_1_t537414295_GenericClass = { 176, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t537414295_0_0_0 = { &List_1_t537414295_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t537414295_0_0_132 = { &List_1_t537414295_GenericClass, 132, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1893491787_GenericClass = { 49, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1893491787_0_0_0 = { &ICollection_1_t1893491787_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3792877317_GenericClass = { 25, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3792877317_0_0_0 = { &IEnumerator_1_t3792877317_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4267370966_GenericClass = { 41, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4267370966_0_0_0 = { &InternalEnumerator_1_t4267370966_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t880659336_GenericClass = { 48, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t880659336_0_0_0 = { &IList_1_t880659336_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2340159738_GenericClass = { 29, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2340159738_0_0_0 = { &IEnumerable_1_t2340159738_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2426658172_GenericClass = { 177, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2426658172_0_0_0 = { &Enumerator_t2426658172_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t277915840_GenericClass = { 179, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t277915840_0_0_0 = { &ReadOnlyCollection_1_t277915840_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t2304662767_GenericClass = { 178, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t2304662767_0_0_0 = { &Collection_1_t2304662767_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1530079185_GenericClass = { 168, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1530079185_0_0_0 = { &EqualityComparer_1_t1530079185_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1172671571_GenericClass = { 173, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1172671571_0_0_0 = { &IEqualityComparer_1_t1172671571_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t4251452576_GenericClass = { 13, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t4251452576_0_0_0 = { &IEquatable_1_t4251452576_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t4091931801_GenericClass = { 169, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t4091931801_0_0_0 = { &DefaultComparer_t4091931801_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t4185600973_GenericClass = { 945, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t4185600973_0_0_0 = { &Predicate_1_t4185600973_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t565094435_GenericClass = { 156, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t565094435_0_0_0 = { &Comparer_1_t565094435_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t319605032_GenericClass = { 171, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t319605032_0_0_0 = { &IComparer_1_t319605032_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t2728971262_GenericClass = { 9, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t2728971262_0_0_0 = { &IComparable_1_t2728971262_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1212910182_GenericClass = { 157, { &GenInst_RaycastResult_t3360306849_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1212910182_0_0_0 = { &DefaultComparer_t1212910182_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t1327982029_GenericClass = { 176, { &GenInst_BaseRaycaster_t4150874583_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t1327982029_0_0_0 = { &List_1_t1327982029_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t1327982029_0_0_49 = { &List_1_t1327982029_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType BaseRaycaster_t4150874583_0_0_0 = { (void*)1877, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseRaycaster_t4150874583_0_0_6 = { (void*)1877, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseRaycaster_t4150874583_1_0_0 = { (void*)1877, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t288477755_GenericClass = { 25, { &GenInst_BaseRaycaster_t4150874583_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t288477755_0_0_0 = { &IEnumerator_1_t288477755_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t762971404_GenericClass = { 41, { &GenInst_BaseRaycaster_t4150874583_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t762971404_0_0_0 = { &InternalEnumerator_1_t762971404_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1671227070_GenericClass = { 48, { &GenInst_BaseRaycaster_t4150874583_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1671227070_0_0_0 = { &IList_1_t1671227070_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2684059521_GenericClass = { 49, { &GenInst_BaseRaycaster_t4150874583_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2684059521_0_0_0 = { &ICollection_1_t2684059521_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3130727472_GenericClass = { 29, { &GenInst_BaseRaycaster_t4150874583_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3130727472_0_0_0 = { &IEnumerable_1_t3130727472_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t1068483574_GenericClass = { 179, { &GenInst_BaseRaycaster_t4150874583_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t1068483574_0_0_0 = { &ReadOnlyCollection_1_t1068483574_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t681201411_GenericClass = { 945, { &GenInst_BaseRaycaster_t4150874583_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t681201411_0_0_0 = { &Predicate_1_t681201411_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3217225906_GenericClass = { 177, { &GenInst_BaseRaycaster_t4150874583_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3217225906_0_0_0 = { &Enumerator_t3217225906_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3925805762_GenericClass = { 942, { &GenInst_BaseRaycaster_t4150874583_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3925805762_0_0_0 = { &Comparison_1_t3925805762_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t521873611_GenericClass = { 176, { &GenInst_Entry_t3344766165_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t521873611_0_0_0 = { &List_1_t521873611_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t521873611_0_0_1 = { &List_1_t521873611_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t521873611_0_0_6 = { &List_1_t521873611_GenericClass, 6, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Entry_t3344766165_0_0_0 = { (void*)1854, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Entry_t3344766165_1_0_0 = { (void*)1854, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3777336633_GenericClass = { 25, { &GenInst_Entry_t3344766165_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3777336633_0_0_0 = { &IEnumerator_1_t3777336633_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4251830282_GenericClass = { 41, { &GenInst_Entry_t3344766165_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4251830282_0_0_0 = { &InternalEnumerator_1_t4251830282_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t865118652_GenericClass = { 48, { &GenInst_Entry_t3344766165_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t865118652_0_0_0 = { &IList_1_t865118652_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1877951103_GenericClass = { 49, { &GenInst_Entry_t3344766165_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1877951103_0_0_0 = { &ICollection_1_t1877951103_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2324619054_GenericClass = { 29, { &GenInst_Entry_t3344766165_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2324619054_0_0_0 = { &IEnumerable_1_t2324619054_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t262375156_GenericClass = { 179, { &GenInst_Entry_t3344766165_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t262375156_0_0_0 = { &ReadOnlyCollection_1_t262375156_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t4170060289_GenericClass = { 945, { &GenInst_Entry_t3344766165_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t4170060289_0_0_0 = { &Predicate_1_t4170060289_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2411117488_GenericClass = { 177, { &GenInst_Entry_t3344766165_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2411117488_0_0_0 = { &Enumerator_t2411117488_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3119697344_GenericClass = { 942, { &GenInst_Entry_t3344766165_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3119697344_0_0_0 = { &Comparison_1_t3119697344_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_1_t489719741_GenericClass = { 1597, { &GenInst_BaseEventData_t3903027533_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_1_t489719741_0_0_0 = { &UnityEvent_1_t489719741_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType BaseEventData_t3903027533_0_0_0 = { (void*)1864, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseEventData_t3903027533_0_0_1 = { (void*)1864, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseEventData_t3903027533_1_0_0 = { (void*)1864, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass UnityAction_1_t192896378_GenericClass = { 1596, { &GenInst_BaseEventData_t3903027533_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t192896378_0_0_0 = { &UnityAction_1_t192896378_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t3995630009_GenericClass = { 1857, { &GenInst_IPointerEnterHandler_t1016128679_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t3995630009_0_0_0 = { &EventFunction_1_t3995630009_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3995630009_0_0_49 = { &EventFunction_1_t3995630009_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3995630009_0_0_17 = { &EventFunction_1_t3995630009_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IPointerEnterHandler_t1016128679_0_0_0 = { (void*)1834, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPointerEnterHandler_t1016128679_1_0_0 = { (void*)1834, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPointerEnterHandler_t1016128679_0_0_3 = { (void*)1834, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t2867327688_GenericClass = { 1857, { &GenInst_IPointerExitHandler_t4182793654_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t2867327688_0_0_0 = { &EventFunction_1_t2867327688_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t2867327688_0_0_49 = { &EventFunction_1_t2867327688_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t2867327688_0_0_17 = { &EventFunction_1_t2867327688_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IPointerExitHandler_t4182793654_0_0_0 = { (void*)1835, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPointerExitHandler_t4182793654_1_0_0 = { (void*)1835, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPointerExitHandler_t4182793654_0_0_1 = { (void*)1835, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPointerExitHandler_t4182793654_0_0_4 = { (void*)1835, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t64614563_GenericClass = { 1857, { &GenInst_IPointerDownHandler_t1380080529_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t64614563_0_0_0 = { &EventFunction_1_t64614563_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t64614563_0_0_49 = { &EventFunction_1_t64614563_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t64614563_0_0_17 = { &EventFunction_1_t64614563_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IPointerDownHandler_t1380080529_0_0_0 = { (void*)1836, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPointerDownHandler_t1380080529_1_0_0 = { (void*)1836, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPointerDownHandler_t1380080529_0_0_2 = { (void*)1836, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPointerDownHandler_t1380080529_0_0_1 = { (void*)1836, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t3256600500_GenericClass = { 1857, { &GenInst_IPointerUpHandler_t277099170_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t3256600500_0_0_0 = { &EventFunction_1_t3256600500_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3256600500_0_0_49 = { &EventFunction_1_t3256600500_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3256600500_0_0_17 = { &EventFunction_1_t3256600500_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IPointerUpHandler_t277099170_0_0_0 = { (void*)1837, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPointerUpHandler_t277099170_1_0_0 = { (void*)1837, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPointerUpHandler_t277099170_0_0_3 = { (void*)1837, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPointerUpHandler_t277099170_0_0_2 = { (void*)1837, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t3111972472_GenericClass = { 1857, { &GenInst_IPointerClickHandler_t132471142_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t3111972472_0_0_0 = { &EventFunction_1_t3111972472_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3111972472_0_0_49 = { &EventFunction_1_t3111972472_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3111972472_0_0_17 = { &EventFunction_1_t3111972472_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IPointerClickHandler_t132471142_0_0_0 = { (void*)1838, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPointerClickHandler_t132471142_1_0_0 = { (void*)1838, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPointerClickHandler_t132471142_0_0_4 = { (void*)1838, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t3587542510_GenericClass = { 1857, { &GenInst_IInitializePotentialDragHandler_t608041180_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t3587542510_0_0_0 = { &EventFunction_1_t3587542510_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3587542510_0_0_49 = { &EventFunction_1_t3587542510_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3587542510_0_0_17 = { &EventFunction_1_t3587542510_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IInitializePotentialDragHandler_t608041180_0_0_0 = { (void*)1840, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IInitializePotentialDragHandler_t608041180_1_0_0 = { (void*)1840, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IInitializePotentialDragHandler_t608041180_0_0_5 = { (void*)1840, 5, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IInitializePotentialDragHandler_t608041180_0_0_2 = { (void*)1840, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IInitializePotentialDragHandler_t608041180_0_0_1 = { (void*)1840, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t1977848392_GenericClass = { 1857, { &GenInst_IBeginDragHandler_t3293314358_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t1977848392_0_0_0 = { &EventFunction_1_t1977848392_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t1977848392_0_0_49 = { &EventFunction_1_t1977848392_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t1977848392_0_0_17 = { &EventFunction_1_t1977848392_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IBeginDragHandler_t3293314358_0_0_0 = { (void*)1839, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBeginDragHandler_t3293314358_1_0_0 = { (void*)1839, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IBeginDragHandler_t3293314358_0_0_6 = { (void*)1839, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBeginDragHandler_t3293314358_0_0_1 = { (void*)1839, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t972960537_GenericClass = { 1857, { &GenInst_IDragHandler_t2288426503_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t972960537_0_0_0 = { &EventFunction_1_t972960537_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t972960537_0_0_49 = { &EventFunction_1_t972960537_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t972960537_0_0_17 = { &EventFunction_1_t972960537_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IDragHandler_t2288426503_0_0_0 = { (void*)1841, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDragHandler_t2288426503_1_0_0 = { (void*)1841, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IDragHandler_t2288426503_0_0_7 = { (void*)1841, 7, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDragHandler_t2288426503_0_0_2 = { (void*)1841, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDragHandler_t2288426503_0_0_1 = { (void*)1841, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDragHandler_t2288426503_0_0_3 = { (void*)1841, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t3277009892_GenericClass = { 1857, { &GenInst_IEndDragHandler_t297508562_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t3277009892_0_0_0 = { &EventFunction_1_t3277009892_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3277009892_0_0_49 = { &EventFunction_1_t3277009892_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3277009892_0_0_17 = { &EventFunction_1_t3277009892_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEndDragHandler_t297508562_0_0_0 = { (void*)1842, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEndDragHandler_t297508562_1_0_0 = { (void*)1842, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEndDragHandler_t297508562_0_0_8 = { (void*)1842, 8, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEndDragHandler_t297508562_0_0_3 = { (void*)1842, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEndDragHandler_t297508562_0_0_2 = { (void*)1842, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t2311673543_GenericClass = { 1857, { &GenInst_IDropHandler_t3627139509_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t2311673543_0_0_0 = { &EventFunction_1_t2311673543_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t2311673543_0_0_49 = { &EventFunction_1_t2311673543_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t2311673543_0_0_17 = { &EventFunction_1_t2311673543_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IDropHandler_t3627139509_0_0_0 = { (void*)1843, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDropHandler_t3627139509_1_0_0 = { (void*)1843, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IDropHandler_t3627139509_0_0_9 = { (void*)1843, 9, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t2886331738_GenericClass = { 1857, { &GenInst_IScrollHandler_t4201797704_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t2886331738_0_0_0 = { &EventFunction_1_t2886331738_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t2886331738_0_0_49 = { &EventFunction_1_t2886331738_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t2886331738_0_0_17 = { &EventFunction_1_t2886331738_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IScrollHandler_t4201797704_0_0_0 = { (void*)1844, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IScrollHandler_t4201797704_1_0_0 = { (void*)1844, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IScrollHandler_t4201797704_0_0_10 = { (void*)1844, 10, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IScrollHandler_t4201797704_0_0_4 = { (void*)1844, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t2950825503_GenericClass = { 1857, { &GenInst_IUpdateSelectedHandler_t4266291469_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t2950825503_0_0_0 = { &EventFunction_1_t2950825503_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t2950825503_0_0_49 = { &EventFunction_1_t2950825503_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t2950825503_0_0_17 = { &EventFunction_1_t2950825503_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IUpdateSelectedHandler_t4266291469_0_0_0 = { (void*)1845, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IUpdateSelectedHandler_t4266291469_1_0_0 = { (void*)1845, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IUpdateSelectedHandler_t4266291469_0_0_11 = { (void*)1845, 11, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t3912835512_GenericClass = { 1857, { &GenInst_IMoveHandler_t933334182_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t3912835512_0_0_0 = { &EventFunction_1_t3912835512_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3912835512_0_0_49 = { &EventFunction_1_t3912835512_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t3912835512_0_0_17 = { &EventFunction_1_t3912835512_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IMoveHandler_t933334182_0_0_0 = { (void*)1848, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMoveHandler_t933334182_1_0_0 = { (void*)1848, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IMoveHandler_t933334182_0_0_14 = { (void*)1848, 14, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t1475332338_GenericClass = { 1857, { &GenInst_ISubmitHandler_t2790798304_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t1475332338_0_0_0 = { &EventFunction_1_t1475332338_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t1475332338_0_0_49 = { &EventFunction_1_t1475332338_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t1475332338_0_0_17 = { &EventFunction_1_t1475332338_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ISubmitHandler_t2790798304_0_0_0 = { (void*)1849, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISubmitHandler_t2790798304_1_0_0 = { (void*)1849, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ISubmitHandler_t2790798304_0_0_15 = { (void*)1849, 15, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISubmitHandler_t2790798304_0_0_1 = { (void*)1849, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISubmitHandler_t2790798304_0_0_5 = { (void*)1849, 5, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t2658898854_GenericClass = { 1857, { &GenInst_ICancelHandler_t3974364820_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t2658898854_0_0_0 = { &EventFunction_1_t2658898854_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t2658898854_0_0_49 = { &EventFunction_1_t2658898854_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t2658898854_0_0_17 = { &EventFunction_1_t2658898854_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICancelHandler_t3974364820_0_0_0 = { (void*)1850, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICancelHandler_t3974364820_1_0_0 = { (void*)1850, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICancelHandler_t3974364820_0_0_16 = { (void*)1850, 16, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICancelHandler_t3974364820_0_0_1 = { (void*)1850, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICancelHandler_t3974364820_0_0_2 = { (void*)1850, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass List_1_t777473367_GenericClass = { 176, { &GenInst_Transform_t3600365921_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t777473367_0_0_0 = { &List_1_t777473367_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t777473367_0_0_49 = { &List_1_t777473367_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Transform_t3600365921_0_0_0 = { (void*)1686, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Transform_t3600365921_1_0_0 = { (void*)1686, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Transform_t3600365921_0_0_1 = { (void*)1686, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4032936389_GenericClass = { 25, { &GenInst_Transform_t3600365921_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4032936389_0_0_0 = { &IEnumerator_1_t4032936389_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t212462742_GenericClass = { 41, { &GenInst_Transform_t3600365921_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t212462742_0_0_0 = { &InternalEnumerator_1_t212462742_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1120718408_GenericClass = { 48, { &GenInst_Transform_t3600365921_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1120718408_0_0_0 = { &IList_1_t1120718408_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2133550859_GenericClass = { 49, { &GenInst_Transform_t3600365921_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2133550859_0_0_0 = { &ICollection_1_t2133550859_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2580218810_GenericClass = { 29, { &GenInst_Transform_t3600365921_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2580218810_0_0_0 = { &IEnumerable_1_t2580218810_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t517974912_GenericClass = { 179, { &GenInst_Transform_t3600365921_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t517974912_0_0_0 = { &ReadOnlyCollection_1_t517974912_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t130692749_GenericClass = { 945, { &GenInst_Transform_t3600365921_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t130692749_0_0_0 = { &Predicate_1_t130692749_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2666717244_GenericClass = { 177, { &GenInst_Transform_t3600365921_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2666717244_0_0_0 = { &Enumerator_t2666717244_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3375297100_GenericClass = { 942, { &GenInst_Transform_t3600365921_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3375297100_0_0_0 = { &Comparison_1_t3375297100_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t2585711361_GenericClass = { 176, { &GenInst_GameObject_t1113636619_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t2585711361_0_0_0 = { &List_1_t2585711361_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t2585711361_0_0_6 = { &List_1_t2585711361_GenericClass, 6, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t2585711361_0_0_1 = { &List_1_t2585711361_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType GameObject_t1113636619_0_0_0 = { (void*)1360, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GameObject_t1113636619_1_0_0 = { (void*)1360, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GameObject_t1113636619_0_0_6 = { (void*)1360, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GameObject_t1113636619_0_0_1 = { (void*)1360, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GameObject_t1113636619_0_0_4112 = { (void*)1360, 4112, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1546207087_GenericClass = { 25, { &GenInst_GameObject_t1113636619_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1546207087_0_0_0 = { &IEnumerator_1_t1546207087_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2020700736_GenericClass = { 41, { &GenInst_GameObject_t1113636619_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2020700736_0_0_0 = { &InternalEnumerator_1_t2020700736_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2928956402_GenericClass = { 48, { &GenInst_GameObject_t1113636619_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2928956402_0_0_0 = { &IList_1_t2928956402_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3941788853_GenericClass = { 49, { &GenInst_GameObject_t1113636619_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3941788853_0_0_0 = { &ICollection_1_t3941788853_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t93489508_GenericClass = { 29, { &GenInst_GameObject_t1113636619_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t93489508_0_0_0 = { &IEnumerable_1_t93489508_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2326212906_GenericClass = { 179, { &GenInst_GameObject_t1113636619_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2326212906_0_0_0 = { &ReadOnlyCollection_1_t2326212906_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1938930743_GenericClass = { 945, { &GenInst_GameObject_t1113636619_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1938930743_0_0_0 = { &Predicate_1_t1938930743_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t179987942_GenericClass = { 177, { &GenInst_GameObject_t1113636619_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t179987942_0_0_0 = { &Enumerator_t179987942_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t888567798_GenericClass = { 942, { &GenInst_GameObject_t1113636619_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t888567798_0_0_0 = { &Comparison_1_t888567798_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4062734015_GenericClass = { 25, { &GenInst_BaseInput_t3630163547_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4062734015_0_0_0 = { &IEnumerator_1_t4062734015_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType BaseInput_t3630163547_0_0_0 = { (void*)1868, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseInput_t3630163547_1_0_0 = { (void*)1868, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BaseInput_t3630163547_0_0_4 = { (void*)1868, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseInput_t3630163547_0_0_1 = { (void*)1868, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t242260368_GenericClass = { 41, { &GenInst_BaseInput_t3630163547_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t242260368_0_0_0 = { &InternalEnumerator_1_t242260368_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1150516034_GenericClass = { 48, { &GenInst_BaseInput_t3630163547_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1150516034_0_0_0 = { &IList_1_t1150516034_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2163348485_GenericClass = { 49, { &GenInst_BaseInput_t3630163547_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2163348485_0_0_0 = { &ICollection_1_t2163348485_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2610016436_GenericClass = { 29, { &GenInst_BaseInput_t3630163547_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2610016436_0_0_0 = { &IEnumerable_1_t2610016436_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t2696614423_GenericClass = { 160, { &GenInst_Int32_t2950945753_0_0_0_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t2696614423_0_0_0 = { &Dictionary_2_t2696614423_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t2696614423_0_0_4 = { &Dictionary_2_t2696614423_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PointerEventData_t3807901092_0_0_0 = { (void*)1865, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PointerEventData_t3807901092_1_0_0 = { (void*)1865, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PointerEventData_t3807901092_1_0_2 = { (void*)1865, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PointerEventData_t3807901092_0_0_6 = { (void*)1865, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PointerEventData_t3807901092_0_0_1 = { (void*)1865, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PointerEventData_t3807901092_0_0_3 = { (void*)1865, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4240471560_GenericClass = { 25, { &GenInst_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4240471560_0_0_0 = { &IEnumerator_1_t4240471560_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t419997913_GenericClass = { 41, { &GenInst_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t419997913_0_0_0 = { &InternalEnumerator_1_t419997913_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1328253579_GenericClass = { 48, { &GenInst_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1328253579_0_0_0 = { &IList_1_t1328253579_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2341086030_GenericClass = { 49, { &GenInst_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2341086030_0_0_0 = { &ICollection_1_t2341086030_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2787753981_GenericClass = { 29, { &GenInst_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2787753981_0_0_0 = { &IEnumerable_1_t2787753981_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1423380020_GenericClass = { 48, { &GenInst_BaseEventData_t3903027533_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1423380020_0_0_0 = { &IList_1_t1423380020_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t40630705_GenericClass = { 25, { &GenInst_BaseEventData_t3903027533_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t40630705_0_0_0 = { &IEnumerator_1_t40630705_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t515124354_GenericClass = { 41, { &GenInst_BaseEventData_t3903027533_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t515124354_0_0_0 = { &InternalEnumerator_1_t515124354_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2436212471_GenericClass = { 49, { &GenInst_BaseEventData_t3903027533_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2436212471_0_0_0 = { &ICollection_1_t2436212471_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2882880422_GenericClass = { 29, { &GenInst_BaseEventData_t3903027533_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2882880422_0_0_0 = { &IEnumerable_1_t2882880422_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1691853218_GenericClass = { 48, { &GenInst_AbstractEventData_t4171500731_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1691853218_0_0_0 = { &IList_1_t1691853218_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AbstractEventData_t4171500731_0_0_0 = { (void*)1863, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AbstractEventData_t4171500731_1_0_0 = { (void*)1863, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t309103903_GenericClass = { 25, { &GenInst_AbstractEventData_t4171500731_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t309103903_0_0_0 = { &IEnumerator_1_t309103903_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t783597552_GenericClass = { 41, { &GenInst_AbstractEventData_t4171500731_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t783597552_0_0_0 = { &InternalEnumerator_1_t783597552_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2704685669_GenericClass = { 49, { &GenInst_AbstractEventData_t4171500731_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2704685669_0_0_0 = { &ICollection_1_t2704685669_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3151353620_GenericClass = { 29, { &GenInst_AbstractEventData_t4171500731_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3151353620_0_0_0 = { &IEnumerable_1_t3151353620_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t3458440169_GenericClass = { 167, { &GenInst_Int32_t2950945753_0_0_0_PointerEventData_t3807901092_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t3458440169_0_0_0 = { &Transform_1_t3458440169_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t799319294_GenericClass = { 175, { &GenInst_Int32_t2950945753_0_0_0_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t799319294_0_0_0 = { &KeyValuePair_2_t799319294_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1231889762_GenericClass = { 25, { &GenInst_KeyValuePair_2_t799319294_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1231889762_0_0_0 = { &IEnumerator_1_t1231889762_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1706383411_GenericClass = { 41, { &GenInst_KeyValuePair_2_t799319294_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1706383411_0_0_0 = { &InternalEnumerator_1_t1706383411_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2614639077_GenericClass = { 48, { &GenInst_KeyValuePair_2_t799319294_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2614639077_0_0_0 = { &IList_1_t2614639077_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3627471528_GenericClass = { 49, { &GenInst_KeyValuePair_2_t799319294_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3627471528_0_0_0 = { &ICollection_1_t3627471528_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4074139479_GenericClass = { 29, { &GenInst_KeyValuePair_2_t799319294_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4074139479_0_0_0 = { &IEnumerable_1_t4074139479_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t2886289894_GenericClass = { 163, { &GenInst_Int32_t2950945753_0_0_0_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t2886289894_0_0_0 = { &KeyCollection_t2886289894_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2878791407_GenericClass = { 164, { &GenInst_Int32_t2950945753_0_0_0_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2878791407_0_0_0 = { &Enumerator_t2878791407_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t355829902_GenericClass = { 162, { &GenInst_Int32_t2950945753_0_0_0_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t355829902_0_0_0 = { &Enumerator_t355829902_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t117691445_GenericClass = { 165, { &GenInst_Int32_t2950945753_0_0_0_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t117691445_0_0_0 = { &ValueCollection_t117691445_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3265508080_GenericClass = { 166, { &GenInst_Int32_t2950945753_0_0_0_PointerEventData_t3807901092_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3265508080_0_0_0 = { &Enumerator_t3265508080_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t2329214678_GenericClass = { 176, { &GenInst_ButtonState_t857139936_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t2329214678_0_0_0 = { &List_1_t2329214678_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t2329214678_0_0_1 = { &List_1_t2329214678_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ButtonState_t857139936_0_0_0 = { (void*)1871, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ButtonState_t857139936_1_0_0 = { (void*)1871, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1289710404_GenericClass = { 25, { &GenInst_ButtonState_t857139936_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1289710404_0_0_0 = { &IEnumerator_1_t1289710404_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1764204053_GenericClass = { 41, { &GenInst_ButtonState_t857139936_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1764204053_0_0_0 = { &InternalEnumerator_1_t1764204053_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2672459719_GenericClass = { 48, { &GenInst_ButtonState_t857139936_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2672459719_0_0_0 = { &IList_1_t2672459719_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3685292170_GenericClass = { 49, { &GenInst_ButtonState_t857139936_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3685292170_0_0_0 = { &ICollection_1_t3685292170_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4131960121_GenericClass = { 29, { &GenInst_ButtonState_t857139936_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4131960121_0_0_0 = { &IEnumerable_1_t4131960121_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2069716223_GenericClass = { 179, { &GenInst_ButtonState_t857139936_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2069716223_0_0_0 = { &ReadOnlyCollection_1_t2069716223_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1682434060_GenericClass = { 945, { &GenInst_ButtonState_t857139936_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1682434060_0_0_0 = { &Predicate_1_t1682434060_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t4218458555_GenericClass = { 177, { &GenInst_ButtonState_t857139936_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t4218458555_0_0_0 = { &Enumerator_t4218458555_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t632071115_GenericClass = { 942, { &GenInst_ButtonState_t857139936_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t632071115_0_0_0 = { &Comparison_1_t632071115_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1488572434_GenericClass = { 25, { &GenInst_RaycastHit_t1056001966_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1488572434_0_0_0 = { &IEnumerator_1_t1488572434_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType RaycastHit_t1056001966_0_0_0 = { (void*)1801, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RaycastHit_t1056001966_1_0_0 = { (void*)1801, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RaycastHit_t1056001966_1_0_2 = { (void*)1801, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass InternalEnumerator_1_t1963066083_GenericClass = { 41, { &GenInst_RaycastHit_t1056001966_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1963066083_0_0_0 = { &InternalEnumerator_1_t1963066083_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2871321749_GenericClass = { 48, { &GenInst_RaycastHit_t1056001966_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2871321749_0_0_0 = { &IList_1_t2871321749_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3884154200_GenericClass = { 49, { &GenInst_RaycastHit_t1056001966_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3884154200_0_0_0 = { &ICollection_1_t3884154200_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t35854855_GenericClass = { 29, { &GenInst_RaycastHit_t1056001966_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t35854855_0_0_0 = { &IEnumerable_1_t35854855_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t830933145_GenericClass = { 942, { &GenInst_RaycastHit_t1056001966_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t830933145_0_0_0 = { &Comparison_1_t830933145_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Comparison_1_t830933145_0_0_17 = { &Comparison_1_t830933145_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_1_t3437345828_GenericClass = { 1597, { &GenInst_Color_t2555686324_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_1_t3437345828_0_0_0 = { &UnityEvent_1_t3437345828_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t3140522465_GenericClass = { 1596, { &GenInst_Color_t2555686324_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t3140522465_0_0_0 = { &UnityAction_1_t3140522465_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InvokableCall_1_t2672850562_GenericClass = { 1584, { &GenInst_Color_t2555686324_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_1_t2672850562_0_0_0 = { &InvokableCall_1_t2672850562_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_1_t2278926278_GenericClass = { 1597, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_1_t2278926278_0_0_0 = { &UnityEvent_1_t2278926278_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IndexedSet_1_t3571286806_GenericClass = { 1998, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType IndexedSet_1_t3571286806_0_0_0 = { &IndexedSet_1_t3571286806_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IndexedSet_1_t3571286806_0_0_33 = { &IndexedSet_1_t3571286806_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICanvasElement_t2121898866_0_0_0 = { (void*)1893, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICanvasElement_t2121898866_1_0_0 = { (void*)1893, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICanvasElement_t2121898866_0_0_6 = { (void*)1893, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICanvasElement_t2121898866_0_0_3 = { (void*)1893, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICanvasElement_t2121898866_0_0_5 = { (void*)1893, 5, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICanvasElement_t2121898866_0_0_2 = { (void*)1893, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IndexedSet_1_t234526808_GenericClass = { 1998, { &GenInst_RuntimeObject_0_0_0, NULL }, NULL };
extern const RuntimeType IndexedSet_1_t234526808_0_0_0 = { &IndexedSet_1_t234526808_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3593973608_GenericClass = { 176, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3593973608_0_0_0 = { &List_1_t3593973608_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2554469334_GenericClass = { 25, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2554469334_0_0_0 = { &IEnumerator_1_t2554469334_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3028962983_GenericClass = { 41, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3028962983_0_0_0 = { &InternalEnumerator_1_t3028962983_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3937218649_GenericClass = { 48, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3937218649_0_0_0 = { &IList_1_t3937218649_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t655083804_GenericClass = { 49, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t655083804_0_0_0 = { &ICollection_1_t655083804_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1101751755_GenericClass = { 29, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1101751755_0_0_0 = { &IEnumerable_1_t1101751755_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3334475153_GenericClass = { 179, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3334475153_0_0_0 = { &ReadOnlyCollection_1_t3334475153_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2947192990_GenericClass = { 945, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2947192990_0_0_0 = { &Predicate_1_t2947192990_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1188250189_GenericClass = { 177, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1188250189_0_0_0 = { &Enumerator_t1188250189_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1896830045_GenericClass = { 942, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1896830045_0_0_0 = { &Comparison_1_t1896830045_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Comparison_1_t1896830045_0_0_49 = { &Comparison_1_t1896830045_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Comparison_1_t1896830045_0_0_17 = { &Comparison_1_t1896830045_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t3261772335_GenericClass = { 160, { &GenInst_ICanvasElement_t2121898866_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t3261772335_0_0_0 = { &Dictionary_2_t3261772335_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t4229230884_GenericClass = { 173, { &GenInst_ICanvasElement_t2121898866_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t4229230884_0_0_0 = { &IEqualityComparer_1_t4229230884_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t3122708593_GenericClass = { 167, { &GenInst_ICanvasElement_t2121898866_0_0_0_Int32_t2950945753_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t3122708593_0_0_0 = { &Transform_1_t3122708593_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t1364477206_GenericClass = { 175, { &GenInst_ICanvasElement_t2121898866_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t1364477206_0_0_0 = { &KeyValuePair_2_t1364477206_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1797047674_GenericClass = { 25, { &GenInst_KeyValuePair_2_t1364477206_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1797047674_0_0_0 = { &IEnumerator_1_t1797047674_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2271541323_GenericClass = { 41, { &GenInst_KeyValuePair_2_t1364477206_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2271541323_0_0_0 = { &InternalEnumerator_1_t2271541323_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3179796989_GenericClass = { 48, { &GenInst_KeyValuePair_2_t1364477206_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3179796989_0_0_0 = { &IList_1_t3179796989_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4192629440_GenericClass = { 49, { &GenInst_KeyValuePair_2_t1364477206_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4192629440_0_0_0 = { &ICollection_1_t4192629440_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t344330095_GenericClass = { 29, { &GenInst_KeyValuePair_2_t1364477206_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t344330095_0_0_0 = { &IEnumerable_1_t344330095_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t3451447806_GenericClass = { 163, { &GenInst_ICanvasElement_t2121898866_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t3451447806_0_0_0 = { &KeyCollection_t3451447806_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3443949319_GenericClass = { 164, { &GenInst_ICanvasElement_t2121898866_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3443949319_0_0_0 = { &Enumerator_t3443949319_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t920987814_GenericClass = { 162, { &GenInst_ICanvasElement_t2121898866_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t920987814_0_0_0 = { &Enumerator_t920987814_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t682849357_GenericClass = { 165, { &GenInst_ICanvasElement_t2121898866_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t682849357_0_0_0 = { &ValueCollection_t682849357_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3830665992_GenericClass = { 166, { &GenInst_ICanvasElement_t2121898866_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3830665992_0_0_0 = { &Enumerator_t3830665992_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3030177301_GenericClass = { 13, { &GenInst_ColorBlock_t2139031574_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3030177301_0_0_0 = { &IEquatable_1_t3030177301_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ColorBlock_t2139031574_0_0_0 = { (void*)1895, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ColorBlock_t2139031574_1_0_0 = { (void*)1895, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ColorBlock_t2139031574_0_0_1 = { (void*)1895, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass List_1_t447389798_GenericClass = { 176, { &GenInst_OptionData_t3270282352_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t447389798_0_0_0 = { &List_1_t447389798_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t447389798_0_0_1 = { &List_1_t447389798_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType OptionData_t3270282352_0_0_0 = { (void*)1900, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OptionData_t3270282352_0_0_17 = { (void*)1900, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OptionData_t3270282352_1_0_0 = { (void*)1900, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3702852820_GenericClass = { 25, { &GenInst_OptionData_t3270282352_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3702852820_0_0_0 = { &IEnumerator_1_t3702852820_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4177346469_GenericClass = { 41, { &GenInst_OptionData_t3270282352_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4177346469_0_0_0 = { &InternalEnumerator_1_t4177346469_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t790634839_GenericClass = { 48, { &GenInst_OptionData_t3270282352_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t790634839_0_0_0 = { &IList_1_t790634839_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1803467290_GenericClass = { 49, { &GenInst_OptionData_t3270282352_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1803467290_0_0_0 = { &ICollection_1_t1803467290_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2250135241_GenericClass = { 29, { &GenInst_OptionData_t3270282352_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2250135241_0_0_0 = { &IEnumerable_1_t2250135241_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t187891343_GenericClass = { 179, { &GenInst_OptionData_t3270282352_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t187891343_0_0_0 = { &ReadOnlyCollection_1_t187891343_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t4095576476_GenericClass = { 945, { &GenInst_OptionData_t3270282352_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t4095576476_0_0_0 = { &Predicate_1_t4095576476_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2336633675_GenericClass = { 177, { &GenInst_OptionData_t3270282352_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2336633675_0_0_0 = { &Enumerator_t2336633675_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3045213531_GenericClass = { 942, { &GenInst_OptionData_t3270282352_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3045213531_0_0_0 = { &Comparison_1_t3045213531_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t2924027637_GenericClass = { 176, { &GenInst_DropdownItem_t1451952895_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t2924027637_0_0_0 = { &List_1_t2924027637_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t2924027637_0_0_1 = { &List_1_t2924027637_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType DropdownItem_t1451952895_0_0_0 = { (void*)1899, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DropdownItem_t1451952895_1_0_0 = { (void*)1899, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DropdownItem_t1451952895_0_0_3 = { (void*)1899, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1884523363_GenericClass = { 25, { &GenInst_DropdownItem_t1451952895_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1884523363_0_0_0 = { &IEnumerator_1_t1884523363_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2359017012_GenericClass = { 41, { &GenInst_DropdownItem_t1451952895_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2359017012_0_0_0 = { &InternalEnumerator_1_t2359017012_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3267272678_GenericClass = { 48, { &GenInst_DropdownItem_t1451952895_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3267272678_0_0_0 = { &IList_1_t3267272678_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4280105129_GenericClass = { 49, { &GenInst_DropdownItem_t1451952895_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4280105129_0_0_0 = { &ICollection_1_t4280105129_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t431805784_GenericClass = { 29, { &GenInst_DropdownItem_t1451952895_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t431805784_0_0_0 = { &IEnumerable_1_t431805784_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2831448462_GenericClass = { 48, { &GenInst_IPointerEnterHandler_t1016128679_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2831448462_0_0_0 = { &IList_1_t2831448462_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1448699147_GenericClass = { 25, { &GenInst_IPointerEnterHandler_t1016128679_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1448699147_0_0_0 = { &IEnumerator_1_t1448699147_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1923192796_GenericClass = { 41, { &GenInst_IPointerEnterHandler_t1016128679_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1923192796_0_0_0 = { &InternalEnumerator_1_t1923192796_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3844280913_GenericClass = { 49, { &GenInst_IPointerEnterHandler_t1016128679_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3844280913_0_0_0 = { &ICollection_1_t3844280913_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4290948864_GenericClass = { 29, { &GenInst_IPointerEnterHandler_t1016128679_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4290948864_0_0_0 = { &IEnumerable_1_t4290948864_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1494717307_GenericClass = { 48, { &GenInst_ICancelHandler_t3974364820_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1494717307_0_0_0 = { &IList_1_t1494717307_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t111967992_GenericClass = { 25, { &GenInst_ICancelHandler_t3974364820_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t111967992_0_0_0 = { &IEnumerator_1_t111967992_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t586461641_GenericClass = { 41, { &GenInst_ICancelHandler_t3974364820_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t586461641_0_0_0 = { &InternalEnumerator_1_t586461641_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2507549758_GenericClass = { 49, { &GenInst_ICancelHandler_t3974364820_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2507549758_0_0_0 = { &ICollection_1_t2507549758_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2954217709_GenericClass = { 29, { &GenInst_ICancelHandler_t3974364820_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2954217709_0_0_0 = { &IEnumerable_1_t2954217709_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2664529182_GenericClass = { 179, { &GenInst_DropdownItem_t1451952895_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2664529182_0_0_0 = { &ReadOnlyCollection_1_t2664529182_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2277247019_GenericClass = { 945, { &GenInst_DropdownItem_t1451952895_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2277247019_0_0_0 = { &Predicate_1_t2277247019_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t518304218_GenericClass = { 177, { &GenInst_DropdownItem_t1451952895_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t518304218_0_0_0 = { &Enumerator_t518304218_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1226884074_GenericClass = { 942, { &GenInst_DropdownItem_t1451952895_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1226884074_0_0_0 = { &Comparison_1_t1226884074_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass TweenRunner_1_t3520241082_GenericClass = { 1886, { &GenInst_FloatTween_t1274330004_0_0_0, NULL }, NULL };
extern const RuntimeType TweenRunner_1_t3520241082_0_0_0 = { &TweenRunner_1_t3520241082_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TweenRunner_1_t3520241082_0_0_1 = { &TweenRunner_1_t3520241082_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType FloatTween_t1274330004_0_0_0 = { (void*)1884, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FloatTween_t1274330004_1_0_0 = { (void*)1884, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass U3CStartU3Ec__Iterator0_t30141770_GenericClass = { 1887, { &GenInst_FloatTween_t1274330004_0_0_0, NULL }, NULL };
extern const RuntimeType U3CStartU3Ec__Iterator0_t30141770_0_0_0 = { &U3CStartU3Ec__Iterator0_t30141770_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t1752731834_GenericClass = { 176, { &GenInst_Sprite_t280657092_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t1752731834_0_0_0 = { &List_1_t1752731834_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Sprite_t280657092_0_0_0 = { (void*)1692, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Sprite_t280657092_1_0_0 = { (void*)1692, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Sprite_t280657092_0_0_6 = { (void*)1692, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Sprite_t280657092_0_0_1 = { (void*)1692, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Sprite_t280657092_0_0_129 = { (void*)1692, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t713227560_GenericClass = { 25, { &GenInst_Sprite_t280657092_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t713227560_0_0_0 = { &IEnumerator_1_t713227560_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1187721209_GenericClass = { 41, { &GenInst_Sprite_t280657092_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1187721209_0_0_0 = { &InternalEnumerator_1_t1187721209_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2095976875_GenericClass = { 48, { &GenInst_Sprite_t280657092_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2095976875_0_0_0 = { &IList_1_t2095976875_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3108809326_GenericClass = { 49, { &GenInst_Sprite_t280657092_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3108809326_0_0_0 = { &ICollection_1_t3108809326_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3555477277_GenericClass = { 29, { &GenInst_Sprite_t280657092_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3555477277_0_0_0 = { &IEnumerable_1_t3555477277_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t1493233379_GenericClass = { 179, { &GenInst_Sprite_t280657092_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t1493233379_0_0_0 = { &ReadOnlyCollection_1_t1493233379_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1105951216_GenericClass = { 945, { &GenInst_Sprite_t280657092_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1105951216_0_0_0 = { &Predicate_1_t1105951216_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3641975711_GenericClass = { 177, { &GenInst_Sprite_t280657092_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3641975711_0_0_0 = { &Enumerator_t3641975711_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t55588271_GenericClass = { 942, { &GenInst_Sprite_t280657092_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t55588271_0_0_0 = { &Comparison_1_t55588271_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t487303889_GenericClass = { 176, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t487303889_0_0_0 = { &List_1_t487303889_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Canvas_t3310196443_0_0_0 = { (void*)1806, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Canvas_t3310196443_1_0_0 = { (void*)1806, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Canvas_t3310196443_0_0_129 = { (void*)1806, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Canvas_t3310196443_0_0_1 = { (void*)1806, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3742766911_GenericClass = { 25, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3742766911_0_0_0 = { &IEnumerator_1_t3742766911_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4217260560_GenericClass = { 41, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4217260560_0_0_0 = { &InternalEnumerator_1_t4217260560_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t830548930_GenericClass = { 48, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t830548930_0_0_0 = { &IList_1_t830548930_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1843381381_GenericClass = { 49, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1843381381_0_0_0 = { &ICollection_1_t1843381381_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2290049332_GenericClass = { 29, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2290049332_0_0_0 = { &IEnumerable_1_t2290049332_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t227805434_GenericClass = { 179, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t227805434_0_0_0 = { &ReadOnlyCollection_1_t227805434_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t4135490567_GenericClass = { 945, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t4135490567_0_0_0 = { &Predicate_1_t4135490567_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2376547766_GenericClass = { 177, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2376547766_0_0_0 = { &Enumerator_t2376547766_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3085127622_GenericClass = { 942, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3085127622_0_0_0 = { &Comparison_1_t3085127622_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t44818338_GenericClass = { 1999, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t44818338_0_0_0 = { &ListPool_1_t44818338_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t186927101_GenericClass = { 2000, { &GenInst_List_1_t487303889_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t186927101_0_0_0 = { &ObjectPool_1_t186927101_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t1330693344_GenericClass = { 1100, { &GenInst_List_1_t487303889_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t1330693344_0_0_0 = { &Stack_1_t1330693344_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t919874357_GenericClass = { 25, { &GenInst_List_1_t487303889_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t919874357_0_0_0 = { &IEnumerator_1_t919874357_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1394368006_GenericClass = { 41, { &GenInst_List_1_t487303889_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1394368006_0_0_0 = { &InternalEnumerator_1_t1394368006_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2302623672_GenericClass = { 48, { &GenInst_List_1_t487303889_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2302623672_0_0_0 = { &IList_1_t2302623672_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3315456123_GenericClass = { 49, { &GenInst_List_1_t487303889_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3315456123_0_0_0 = { &ICollection_1_t3315456123_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3762124074_GenericClass = { 29, { &GenInst_List_1_t487303889_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3762124074_0_0_0 = { &IEnumerable_1_t3762124074_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2844680763_GenericClass = { 1101, { &GenInst_List_1_t487303889_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2844680763_0_0_0 = { &Enumerator_t2844680763_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t1072140030_GenericClass = { 1596, { &GenInst_List_1_t487303889_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t1072140030_0_0_0 = { &UnityAction_1_t1072140030_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_1_t978947469_GenericClass = { 1597, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_1_t978947469_0_0_0 = { &UnityEvent_1_t978947469_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t369343732_GenericClass = { 160, { &GenInst_Font_t1956802104_0_0_0_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t369343732_0_0_0 = { &Dictionary_2_t369343732_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t369343732_0_0_17 = { &Dictionary_2_t369343732_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass HashSet_1_t466832188_GenericClass = { 1256, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType HashSet_1_t466832188_0_0_0 = { &HashSet_1_t466832188_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Text_t1901882714_0_0_0 = { (void*)1962, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Text_t1901882714_0_0_1 = { (void*)1962, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Text_t1901882714_0_0_4 = { (void*)1962, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Text_t1901882714_1_0_0 = { (void*)1962, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Text_t1901882714_0_0_6 = { (void*)1962, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2463613991_GenericClass = { 25, { &GenInst_Link_t2031043523_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2463613991_0_0_0 = { &IEnumerator_1_t2463613991_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Link_t2031043523_GenericClass = { 1257, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType Link_t2031043523_0_0_0 = { &Link_t2031043523_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2938107640_GenericClass = { 41, { &GenInst_Link_t2031043523_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2938107640_0_0_0 = { &InternalEnumerator_1_t2938107640_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3846363306_GenericClass = { 48, { &GenInst_Link_t2031043523_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3846363306_0_0_0 = { &IList_1_t3846363306_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t564228461_GenericClass = { 49, { &GenInst_Link_t2031043523_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t564228461_0_0_0 = { &ICollection_1_t564228461_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1010896412_GenericClass = { 29, { &GenInst_Link_t2031043523_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1010896412_0_0_0 = { &IEnumerable_1_t1010896412_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2334453182_GenericClass = { 25, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2334453182_0_0_0 = { &IEnumerator_1_t2334453182_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2808946831_GenericClass = { 41, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2808946831_0_0_0 = { &InternalEnumerator_1_t2808946831_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3717202497_GenericClass = { 48, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3717202497_0_0_0 = { &IList_1_t3717202497_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t435067652_GenericClass = { 49, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t435067652_0_0_0 = { &ICollection_1_t435067652_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t881735603_GenericClass = { 29, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t881735603_0_0_0 = { &IEnumerable_1_t881735603_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1602369197_GenericClass = { 48, { &GenInst_ILayoutElement_t4082016710_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1602369197_0_0_0 = { &IList_1_t1602369197_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ILayoutElement_t4082016710_0_0_0 = { (void*)1986, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutElement_t4082016710_0_0_1 = { (void*)1986, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutElement_t4082016710_0_0_7 = { (void*)1986, 7, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutElement_t4082016710_0_0_6 = { (void*)1986, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutElement_t4082016710_1_0_0 = { (void*)1986, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ILayoutElement_t4082016710_1_0_2 = { (void*)1986, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t219619882_GenericClass = { 25, { &GenInst_ILayoutElement_t4082016710_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t219619882_0_0_0 = { &IEnumerator_1_t219619882_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t694113531_GenericClass = { 41, { &GenInst_ILayoutElement_t4082016710_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t694113531_0_0_0 = { &InternalEnumerator_1_t694113531_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2615201648_GenericClass = { 49, { &GenInst_ILayoutElement_t4082016710_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2615201648_0_0_0 = { &ICollection_1_t2615201648_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3061869599_GenericClass = { 29, { &GenInst_ILayoutElement_t4082016710_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3061869599_0_0_0 = { &IEnumerable_1_t3061869599_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1359574046_GenericClass = { 48, { &GenInst_MaskableGraphic_t3839221559_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1359574046_0_0_0 = { &IList_1_t1359574046_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MaskableGraphic_t3839221559_0_0_0 = { (void*)1934, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MaskableGraphic_t3839221559_1_0_0 = { (void*)1934, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t4271792027_GenericClass = { 25, { &GenInst_MaskableGraphic_t3839221559_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4271792027_0_0_0 = { &IEnumerator_1_t4271792027_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t451318380_GenericClass = { 41, { &GenInst_MaskableGraphic_t3839221559_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t451318380_0_0_0 = { &InternalEnumerator_1_t451318380_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2372406497_GenericClass = { 49, { &GenInst_MaskableGraphic_t3839221559_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2372406497_0_0_0 = { &ICollection_1_t2372406497_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2819074448_GenericClass = { 29, { &GenInst_MaskableGraphic_t3839221559_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2819074448_0_0_0 = { &IEnumerable_1_t2819074448_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3054949134_GenericClass = { 48, { &GenInst_IClippable_t1239629351_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3054949134_0_0_0 = { &IList_1_t3054949134_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IClippable_t1239629351_0_0_0 = { (void*)1970, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IClippable_t1239629351_1_0_0 = { (void*)1970, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1672199819_GenericClass = { 25, { &GenInst_IClippable_t1239629351_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1672199819_0_0_0 = { &IEnumerator_1_t1672199819_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2146693468_GenericClass = { 41, { &GenInst_IClippable_t1239629351_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2146693468_0_0_0 = { &InternalEnumerator_1_t2146693468_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4067781585_GenericClass = { 49, { &GenInst_IClippable_t1239629351_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4067781585_0_0_0 = { &ICollection_1_t4067781585_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t219482240_GenericClass = { 29, { &GenInst_IClippable_t1239629351_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t219482240_0_0_0 = { &IEnumerable_1_t219482240_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2248706216_GenericClass = { 48, { &GenInst_IMaskable_t433386433_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2248706216_0_0_0 = { &IList_1_t2248706216_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IMaskable_t433386433_0_0_0 = { (void*)1921, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMaskable_t433386433_1_0_0 = { (void*)1921, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IMaskable_t433386433_0_0_1 = { (void*)1921, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t865956901_GenericClass = { 25, { &GenInst_IMaskable_t433386433_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t865956901_0_0_0 = { &IEnumerator_1_t865956901_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1340450550_GenericClass = { 41, { &GenInst_IMaskable_t433386433_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1340450550_0_0_0 = { &InternalEnumerator_1_t1340450550_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3261538667_GenericClass = { 49, { &GenInst_IMaskable_t433386433_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3261538667_0_0_0 = { &ICollection_1_t3261538667_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3708206618_GenericClass = { 29, { &GenInst_IMaskable_t433386433_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3708206618_0_0_0 = { &IEnumerable_1_t3708206618_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3790345473_GenericClass = { 48, { &GenInst_IMaterialModifier_t1975025690_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3790345473_0_0_0 = { &IList_1_t3790345473_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IMaterialModifier_t1975025690_0_0_0 = { (void*)1997, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMaterialModifier_t1975025690_0_0_1 = { (void*)1997, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMaterialModifier_t1975025690_0_0_2 = { (void*)1997, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMaterialModifier_t1975025690_1_0_0 = { (void*)1997, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2407596158_GenericClass = { 25, { &GenInst_IMaterialModifier_t1975025690_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2407596158_0_0_0 = { &IEnumerator_1_t2407596158_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2882089807_GenericClass = { 41, { &GenInst_IMaterialModifier_t1975025690_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2882089807_0_0_0 = { &InternalEnumerator_1_t2882089807_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t508210628_GenericClass = { 49, { &GenInst_IMaterialModifier_t1975025690_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t508210628_0_0_0 = { &ICollection_1_t508210628_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t954878579_GenericClass = { 29, { &GenInst_IMaterialModifier_t1975025690_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t954878579_0_0_0 = { &IEnumerable_1_t954878579_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3475655394_GenericClass = { 48, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3475655394_0_0_0 = { &IList_1_t3475655394_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Graphic_t1660335611_0_0_0 = { (void*)1907, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Graphic_t1660335611_1_0_0 = { (void*)1907, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Graphic_t1660335611_0_0_4 = { (void*)1907, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Graphic_t1660335611_0_0_129 = { (void*)1907, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Graphic_t1660335611_0_0_1 = { (void*)1907, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Graphic_t1660335611_0_0_6 = { (void*)1907, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2092906079_GenericClass = { 25, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2092906079_0_0_0 = { &IEnumerator_1_t2092906079_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2567399728_GenericClass = { 41, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2567399728_0_0_0 = { &InternalEnumerator_1_t2567399728_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t193520549_GenericClass = { 49, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t193520549_0_0_0 = { &ICollection_1_t193520549_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t640188500_GenericClass = { 29, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t640188500_0_0_0 = { &IEnumerable_1_t640188500_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t4009214732_GenericClass = { 173, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t4009214732_0_0_0 = { &IEqualityComparer_1_t4009214732_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2172009459_GenericClass = { 1258, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2172009459_0_0_0 = { &Enumerator_t2172009459_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2389372572_GenericClass = { 25, { &GenInst_Font_t1956802104_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2389372572_0_0_0 = { &IEnumerator_1_t2389372572_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2863866221_GenericClass = { 41, { &GenInst_Font_t1956802104_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2863866221_0_0_0 = { &InternalEnumerator_1_t2863866221_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3772121887_GenericClass = { 48, { &GenInst_Font_t1956802104_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3772121887_0_0_0 = { &IList_1_t3772121887_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t489987042_GenericClass = { 49, { &GenInst_Font_t1956802104_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t489987042_0_0_0 = { &ICollection_1_t489987042_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t936654993_GenericClass = { 29, { &GenInst_Font_t1956802104_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t936654993_0_0_0 = { &IEnumerable_1_t936654993_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t899402656_GenericClass = { 25, { &GenInst_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t899402656_0_0_0 = { &IEnumerator_1_t899402656_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1373896305_GenericClass = { 41, { &GenInst_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1373896305_0_0_0 = { &InternalEnumerator_1_t1373896305_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2282151971_GenericClass = { 48, { &GenInst_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2282151971_0_0_0 = { &IList_1_t2282151971_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3294984422_GenericClass = { 49, { &GenInst_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3294984422_0_0_0 = { &ICollection_1_t3294984422_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3741652373_GenericClass = { 29, { &GenInst_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3741652373_0_0_0 = { &IEnumerable_1_t3741652373_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t4064134122_GenericClass = { 173, { &GenInst_Font_t1956802104_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t4064134122_0_0_0 = { &IEqualityComparer_1_t4064134122_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t658481400_GenericClass = { 167, { &GenInst_Font_t1956802104_0_0_0_HashSet_1_t466832188_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t658481400_0_0_0 = { &Transform_1_t658481400_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t2767015899_GenericClass = { 175, { &GenInst_Font_t1956802104_0_0_0_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t2767015899_0_0_0 = { &KeyValuePair_2_t2767015899_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3199586367_GenericClass = { 25, { &GenInst_KeyValuePair_2_t2767015899_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3199586367_0_0_0 = { &IEnumerator_1_t3199586367_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3674080016_GenericClass = { 41, { &GenInst_KeyValuePair_2_t2767015899_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3674080016_0_0_0 = { &InternalEnumerator_1_t3674080016_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t287368386_GenericClass = { 48, { &GenInst_KeyValuePair_2_t2767015899_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t287368386_0_0_0 = { &IList_1_t287368386_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1300200837_GenericClass = { 49, { &GenInst_KeyValuePair_2_t2767015899_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1300200837_0_0_0 = { &ICollection_1_t1300200837_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1746868788_GenericClass = { 29, { &GenInst_KeyValuePair_2_t2767015899_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1746868788_0_0_0 = { &IEnumerable_1_t1746868788_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t559019203_GenericClass = { 163, { &GenInst_Font_t1956802104_0_0_0_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t559019203_0_0_0 = { &KeyCollection_t559019203_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t551520716_GenericClass = { 164, { &GenInst_Font_t1956802104_0_0_0_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t551520716_0_0_0 = { &Enumerator_t551520716_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2323526507_GenericClass = { 162, { &GenInst_Font_t1956802104_0_0_0_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2323526507_0_0_0 = { &Enumerator_t2323526507_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t2085388050_GenericClass = { 165, { &GenInst_Font_t1956802104_0_0_0_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t2085388050_0_0_0 = { &ValueCollection_t2085388050_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t938237389_GenericClass = { 166, { &GenInst_Font_t1956802104_0_0_0_HashSet_1_t466832188_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t938237389_0_0_0 = { &Enumerator_t938237389_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass TweenRunner_1_t3055525458_GenericClass = { 1886, { &GenInst_ColorTween_t809614380_0_0_0, NULL }, NULL };
extern const RuntimeType TweenRunner_1_t3055525458_0_0_0 = { &TweenRunner_1_t3055525458_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TweenRunner_1_t3055525458_0_0_161 = { &TweenRunner_1_t3055525458_GenericClass, 161, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ColorTween_t809614380_0_0_0 = { (void*)1881, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ColorTween_t809614380_1_0_0 = { (void*)1881, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass U3CStartU3Ec__Iterator0_t3860393442_GenericClass = { 1887, { &GenInst_ColorTween_t809614380_0_0_0, NULL }, NULL };
extern const RuntimeType U3CStartU3Ec__Iterator0_t3860393442_0_0_0 = { &U3CStartU3Ec__Iterator0_t3860393442_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3132410353_GenericClass = { 176, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3132410353_0_0_0 = { &List_1_t3132410353_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t3132410353_0_0_129 = { &List_1_t3132410353_GenericClass, 129, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t3132410353_0_0_177 = { &List_1_t3132410353_GenericClass, 177, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t3132410353_0_0_49 = { &List_1_t3132410353_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2872911898_GenericClass = { 179, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2872911898_0_0_0 = { &ReadOnlyCollection_1_t2872911898_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2485629735_GenericClass = { 945, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2485629735_0_0_0 = { &Predicate_1_t2485629735_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t726686934_GenericClass = { 177, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t726686934_0_0_0 = { &Enumerator_t726686934_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1435266790_GenericClass = { 942, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1435266790_0_0_0 = { &Comparison_1_t1435266790_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Comparison_1_t1435266790_0_0_17 = { &Comparison_1_t1435266790_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t2296117448_GenericClass = { 160, { &GenInst_Canvas_t3310196443_0_0_0_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t2296117448_0_0_0 = { &Dictionary_2_t2296117448_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t2296117448_0_0_33 = { &Dictionary_2_t2296117448_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IndexedSet_1_t3109723551_GenericClass = { 1998, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType IndexedSet_1_t3109723551_0_0_0 = { &IndexedSet_1_t3109723551_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t1241847650_GenericClass = { 160, { &GenInst_Graphic_t1660335611_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t1241847650_0_0_0 = { &Dictionary_2_t1241847650_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3767667629_GenericClass = { 173, { &GenInst_Graphic_t1660335611_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3767667629_0_0_0 = { &IEqualityComparer_1_t3767667629_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t3607992594_GenericClass = { 167, { &GenInst_Graphic_t1660335611_0_0_0_Int32_t2950945753_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t3607992594_0_0_0 = { &Transform_1_t3607992594_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t3639519817_GenericClass = { 175, { &GenInst_Graphic_t1660335611_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t3639519817_0_0_0 = { &KeyValuePair_2_t3639519817_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4072090285_GenericClass = { 25, { &GenInst_KeyValuePair_2_t3639519817_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4072090285_0_0_0 = { &IEnumerator_1_t4072090285_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t251616638_GenericClass = { 41, { &GenInst_KeyValuePair_2_t3639519817_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t251616638_0_0_0 = { &InternalEnumerator_1_t251616638_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1159872304_GenericClass = { 48, { &GenInst_KeyValuePair_2_t3639519817_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1159872304_0_0_0 = { &IList_1_t1159872304_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2172704755_GenericClass = { 49, { &GenInst_KeyValuePair_2_t3639519817_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2172704755_0_0_0 = { &ICollection_1_t2172704755_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2619372706_GenericClass = { 29, { &GenInst_KeyValuePair_2_t3639519817_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2619372706_0_0_0 = { &IEnumerable_1_t2619372706_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t1431523121_GenericClass = { 163, { &GenInst_Graphic_t1660335611_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t1431523121_0_0_0 = { &KeyCollection_t1431523121_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1424024634_GenericClass = { 164, { &GenInst_Graphic_t1660335611_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1424024634_0_0_0 = { &Enumerator_t1424024634_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3196030425_GenericClass = { 162, { &GenInst_Graphic_t1660335611_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3196030425_0_0_0 = { &Enumerator_t3196030425_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t2957891968_GenericClass = { 165, { &GenInst_Graphic_t1660335611_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t2957891968_0_0_0 = { &ValueCollection_t2957891968_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1810741307_GenericClass = { 166, { &GenInst_Graphic_t1660335611_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1810741307_0_0_0 = { &Enumerator_t1810741307_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3542294019_GenericClass = { 25, { &GenInst_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3542294019_0_0_0 = { &IEnumerator_1_t3542294019_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4016787668_GenericClass = { 41, { &GenInst_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4016787668_0_0_0 = { &InternalEnumerator_1_t4016787668_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t630076038_GenericClass = { 48, { &GenInst_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t630076038_0_0_0 = { &IList_1_t630076038_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1642908489_GenericClass = { 49, { &GenInst_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1642908489_0_0_0 = { &ICollection_1_t1642908489_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2089576440_GenericClass = { 29, { &GenInst_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2089576440_0_0_0 = { &IEnumerable_1_t2089576440_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1122561165_GenericClass = { 173, { &GenInst_Canvas_t3310196443_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1122561165_0_0_0 = { &IEqualityComparer_1_t1122561165_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t3642685268_GenericClass = { 167, { &GenInst_Canvas_t3310196443_0_0_0_IndexedSet_1_t3109723551_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t3642685268_0_0_0 = { &Transform_1_t3642685268_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t398822319_GenericClass = { 175, { &GenInst_Canvas_t3310196443_0_0_0_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t398822319_0_0_0 = { &KeyValuePair_2_t398822319_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t831392787_GenericClass = { 25, { &GenInst_KeyValuePair_2_t398822319_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t831392787_0_0_0 = { &IEnumerator_1_t831392787_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1305886436_GenericClass = { 41, { &GenInst_KeyValuePair_2_t398822319_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1305886436_0_0_0 = { &InternalEnumerator_1_t1305886436_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2214142102_GenericClass = { 48, { &GenInst_KeyValuePair_2_t398822319_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2214142102_0_0_0 = { &IList_1_t2214142102_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3226974553_GenericClass = { 49, { &GenInst_KeyValuePair_2_t398822319_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3226974553_0_0_0 = { &ICollection_1_t3226974553_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3673642504_GenericClass = { 29, { &GenInst_KeyValuePair_2_t398822319_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3673642504_0_0_0 = { &IEnumerable_1_t3673642504_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t2485792919_GenericClass = { 163, { &GenInst_Canvas_t3310196443_0_0_0_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t2485792919_0_0_0 = { &KeyCollection_t2485792919_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2478294432_GenericClass = { 164, { &GenInst_Canvas_t3310196443_0_0_0_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2478294432_0_0_0 = { &Enumerator_t2478294432_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t4250300223_GenericClass = { 162, { &GenInst_Canvas_t3310196443_0_0_0_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t4250300223_0_0_0 = { &Enumerator_t4250300223_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t4012161766_GenericClass = { 165, { &GenInst_Canvas_t3310196443_0_0_0_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t4012161766_0_0_0 = { &ValueCollection_t4012161766_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2865011105_GenericClass = { 166, { &GenInst_Canvas_t3310196443_0_0_0_IndexedSet_1_t3109723551_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2865011105_0_0_0 = { &Enumerator_t2865011105_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t3531485785_GenericClass = { 160, { &GenInst_IClipper_t1224123152_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t3531485785_0_0_0 = { &Dictionary_2_t3531485785_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IClipper_t1224123152_0_0_0 = { (void*)1969, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IClipper_t1224123152_1_0_0 = { (void*)1969, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1656693620_GenericClass = { 25, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1656693620_0_0_0 = { &IEnumerator_1_t1656693620_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2131187269_GenericClass = { 41, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2131187269_0_0_0 = { &InternalEnumerator_1_t2131187269_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3039442935_GenericClass = { 48, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3039442935_0_0_0 = { &IList_1_t3039442935_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4052275386_GenericClass = { 49, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4052275386_0_0_0 = { &ICollection_1_t4052275386_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t203976041_GenericClass = { 29, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t203976041_0_0_0 = { &IEnumerable_1_t203976041_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3331455170_GenericClass = { 173, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3331455170_0_0_0 = { &IEqualityComparer_1_t3331455170_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t2465069151_GenericClass = { 167, { &GenInst_IClipper_t1224123152_0_0_0_Int32_t2950945753_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t2465069151_0_0_0 = { &Transform_1_t2465069151_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t1634190656_GenericClass = { 175, { &GenInst_IClipper_t1224123152_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t1634190656_0_0_0 = { &KeyValuePair_2_t1634190656_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2066761124_GenericClass = { 25, { &GenInst_KeyValuePair_2_t1634190656_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2066761124_0_0_0 = { &IEnumerator_1_t2066761124_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2541254773_GenericClass = { 41, { &GenInst_KeyValuePair_2_t1634190656_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2541254773_0_0_0 = { &InternalEnumerator_1_t2541254773_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3449510439_GenericClass = { 48, { &GenInst_KeyValuePair_2_t1634190656_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3449510439_0_0_0 = { &IList_1_t3449510439_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t167375594_GenericClass = { 49, { &GenInst_KeyValuePair_2_t1634190656_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t167375594_0_0_0 = { &ICollection_1_t167375594_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t614043545_GenericClass = { 29, { &GenInst_KeyValuePair_2_t1634190656_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t614043545_0_0_0 = { &IEnumerable_1_t614043545_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t3721161256_GenericClass = { 163, { &GenInst_IClipper_t1224123152_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t3721161256_0_0_0 = { &KeyCollection_t3721161256_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3713662769_GenericClass = { 164, { &GenInst_IClipper_t1224123152_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3713662769_0_0_0 = { &Enumerator_t3713662769_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1190701264_GenericClass = { 162, { &GenInst_IClipper_t1224123152_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1190701264_0_0_0 = { &Enumerator_t1190701264_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t952562807_GenericClass = { 165, { &GenInst_IClipper_t1224123152_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t952562807_0_0_0 = { &ValueCollection_t952562807_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t4100379442_GenericClass = { 166, { &GenInst_IClipper_t1224123152_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t4100379442_0_0_0 = { &Enumerator_t4100379442_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t3617621160_GenericClass = { 168, { &GenInst_Type_t1152881528_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t3617621160_0_0_0 = { &EqualityComparer_1_t3617621160_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Type_t1152881528_0_0_0 = { (void*)1913, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Type_t1152881528_0_0_1 = { (void*)1913, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Type_t1152881528_1_0_0 = { (void*)1913, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Type_t1152881528_0_0_32854 = { (void*)1913, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3260213546_GenericClass = { 173, { &GenInst_Type_t1152881528_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3260213546_0_0_0 = { &IEqualityComparer_1_t3260213546_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2044027255_GenericClass = { 13, { &GenInst_Type_t1152881528_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2044027255_0_0_0 = { &IEquatable_1_t2044027255_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1884506480_GenericClass = { 169, { &GenInst_Type_t1152881528_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1884506480_0_0_0 = { &DefaultComparer_t1884506480_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t3632197202_GenericClass = { 168, { &GenInst_FillMethod_t1167457570_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t3632197202_0_0_0 = { &EqualityComparer_1_t3632197202_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType FillMethod_t1167457570_0_0_0 = { (void*)1914, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FillMethod_t1167457570_0_0_1 = { (void*)1914, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FillMethod_t1167457570_1_0_0 = { (void*)1914, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FillMethod_t1167457570_0_0_32854 = { (void*)1914, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3274789588_GenericClass = { 173, { &GenInst_FillMethod_t1167457570_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3274789588_0_0_0 = { &IEqualityComparer_1_t3274789588_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2058603297_GenericClass = { 13, { &GenInst_FillMethod_t1167457570_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2058603297_0_0_0 = { &IEquatable_1_t2058603297_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1899082522_GenericClass = { 169, { &GenInst_FillMethod_t1167457570_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1899082522_0_0_0 = { &DefaultComparer_t1899082522_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t3862006406_GenericClass = { 168, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t3862006406_0_0_0 = { &EqualityComparer_1_t3862006406_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t1631579035_GenericClass = { 170, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t1631579035_0_0_0 = { &GenericEqualityComparer_1_t1631579035_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3504598792_GenericClass = { 173, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3504598792_0_0_0 = { &IEqualityComparer_1_t3504598792_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2128891726_GenericClass = { 169, { &GenInst_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2128891726_0_0_0 = { &DefaultComparer_t2128891726_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t4142344393_GenericClass = { 176, { &GenInst_Image_t2670269651_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t4142344393_0_0_0 = { &List_1_t4142344393_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t4142344393_0_0_17 = { &List_1_t4142344393_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Image_t2670269651_0_0_0 = { (void*)1912, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Image_t2670269651_0_0_1 = { (void*)1912, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Image_t2670269651_1_0_0 = { (void*)1912, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3102840119_GenericClass = { 25, { &GenInst_Image_t2670269651_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3102840119_0_0_0 = { &IEnumerator_1_t3102840119_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3577333768_GenericClass = { 41, { &GenInst_Image_t2670269651_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3577333768_0_0_0 = { &InternalEnumerator_1_t3577333768_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t190622138_GenericClass = { 48, { &GenInst_Image_t2670269651_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t190622138_0_0_0 = { &IList_1_t190622138_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1203454589_GenericClass = { 49, { &GenInst_Image_t2670269651_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1203454589_0_0_0 = { &ICollection_1_t1203454589_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1650122540_GenericClass = { 29, { &GenInst_Image_t2670269651_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1650122540_0_0_0 = { &IEnumerable_1_t1650122540_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4179260936_GenericClass = { 48, { &GenInst_ISerializationCallbackReceiver_t2363941153_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4179260936_0_0_0 = { &IList_1_t4179260936_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ISerializationCallbackReceiver_t2363941153_0_0_0 = { (void*)1561, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISerializationCallbackReceiver_t2363941153_1_0_0 = { (void*)1561, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2796511621_GenericClass = { 25, { &GenInst_ISerializationCallbackReceiver_t2363941153_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2796511621_0_0_0 = { &IEnumerator_1_t2796511621_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3271005270_GenericClass = { 41, { &GenInst_ISerializationCallbackReceiver_t2363941153_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3271005270_0_0_0 = { &InternalEnumerator_1_t3271005270_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t897126091_GenericClass = { 49, { &GenInst_ISerializationCallbackReceiver_t2363941153_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t897126091_0_0_0 = { &ICollection_1_t897126091_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1343794042_GenericClass = { 29, { &GenInst_ISerializationCallbackReceiver_t2363941153_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1343794042_0_0_0 = { &IEnumerable_1_t1343794042_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4270022620_GenericClass = { 48, { &GenInst_ICanvasRaycastFilter_t2454702837_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4270022620_0_0_0 = { &IList_1_t4270022620_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICanvasRaycastFilter_t2454702837_0_0_0 = { (void*)1810, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICanvasRaycastFilter_t2454702837_1_0_0 = { (void*)1810, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICanvasRaycastFilter_t2454702837_0_0_2 = { (void*)1810, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICanvasRaycastFilter_t2454702837_0_0_1 = { (void*)1810, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2887273305_GenericClass = { 25, { &GenInst_ICanvasRaycastFilter_t2454702837_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2887273305_0_0_0 = { &IEnumerator_1_t2887273305_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3361766954_GenericClass = { 41, { &GenInst_ICanvasRaycastFilter_t2454702837_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3361766954_0_0_0 = { &InternalEnumerator_1_t3361766954_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t987887775_GenericClass = { 49, { &GenInst_ICanvasRaycastFilter_t2454702837_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t987887775_0_0_0 = { &ICollection_1_t987887775_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1434555726_GenericClass = { 29, { &GenInst_ICanvasRaycastFilter_t2454702837_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1434555726_0_0_0 = { &IEnumerable_1_t1434555726_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3882845938_GenericClass = { 179, { &GenInst_Image_t2670269651_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3882845938_0_0_0 = { &ReadOnlyCollection_1_t3882845938_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3495563775_GenericClass = { 945, { &GenInst_Image_t2670269651_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3495563775_0_0_0 = { &Predicate_1_t3495563775_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1736620974_GenericClass = { 177, { &GenInst_Image_t2670269651_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1736620974_0_0_0 = { &Enumerator_t1736620974_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2445200830_GenericClass = { 942, { &GenInst_Image_t2670269651_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2445200830_0_0_0 = { &Comparison_1_t2445200830_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t4252043028_GenericClass = { 168, { &GenInst_ContentType_t1787303396_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t4252043028_0_0_0 = { &EqualityComparer_1_t4252043028_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ContentType_t1787303396_0_0_0 = { (void*)1923, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ContentType_t1787303396_0_0_1 = { (void*)1923, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ContentType_t1787303396_1_0_0 = { (void*)1923, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ContentType_t1787303396_0_0_32854 = { (void*)1923, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3894635414_GenericClass = { 173, { &GenInst_ContentType_t1787303396_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3894635414_0_0_0 = { &IEqualityComparer_1_t3894635414_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2678449123_GenericClass = { 13, { &GenInst_ContentType_t1787303396_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2678449123_0_0_0 = { &IEquatable_1_t2678449123_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2518928348_GenericClass = { 169, { &GenInst_ContentType_t1787303396_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2518928348_0_0_0 = { &DefaultComparer_t2518928348_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t2384420805_GenericClass = { 168, { &GenInst_LineType_t4214648469_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t2384420805_0_0_0 = { &EqualityComparer_1_t2384420805_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType LineType_t4214648469_0_0_0 = { (void*)1926, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LineType_t4214648469_0_0_1 = { (void*)1926, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LineType_t4214648469_1_0_0 = { (void*)1926, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LineType_t4214648469_0_0_32854 = { (void*)1926, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t2027013191_GenericClass = { 173, { &GenInst_LineType_t4214648469_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t2027013191_0_0_0 = { &IEqualityComparer_1_t2027013191_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t810826900_GenericClass = { 13, { &GenInst_LineType_t4214648469_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t810826900_0_0_0 = { &IEquatable_1_t810826900_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t651306125_GenericClass = { 169, { &GenInst_LineType_t4214648469_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t651306125_0_0_0 = { &DefaultComparer_t651306125_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2219873864_GenericClass = { 25, { &GenInst_ContentType_t1787303396_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2219873864_0_0_0 = { &IEnumerator_1_t2219873864_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2694367513_GenericClass = { 41, { &GenInst_ContentType_t1787303396_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2694367513_0_0_0 = { &InternalEnumerator_1_t2694367513_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3602623179_GenericClass = { 48, { &GenInst_ContentType_t1787303396_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3602623179_0_0_0 = { &IList_1_t3602623179_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t320488334_GenericClass = { 49, { &GenInst_ContentType_t1787303396_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t320488334_0_0_0 = { &ICollection_1_t320488334_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t767156285_GenericClass = { 29, { &GenInst_ContentType_t1787303396_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t767156285_0_0_0 = { &IEnumerable_1_t767156285_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t4235140311_GenericClass = { 168, { &GenInst_InputType_t1770400679_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t4235140311_0_0_0 = { &EqualityComparer_1_t4235140311_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType InputType_t1770400679_0_0_0 = { (void*)1924, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InputType_t1770400679_0_0_1 = { (void*)1924, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InputType_t1770400679_1_0_0 = { (void*)1924, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType InputType_t1770400679_0_0_32854 = { (void*)1924, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3877732697_GenericClass = { 173, { &GenInst_InputType_t1770400679_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3877732697_0_0_0 = { &IEqualityComparer_1_t3877732697_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2661546406_GenericClass = { 13, { &GenInst_InputType_t1770400679_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2661546406_0_0_0 = { &IEquatable_1_t2661546406_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2502025631_GenericClass = { 169, { &GenInst_InputType_t1770400679_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2502025631_0_0_0 = { &DefaultComparer_t2502025631_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t3995337334_GenericClass = { 168, { &GenInst_TouchScreenKeyboardType_t1530597702_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t3995337334_0_0_0 = { &EqualityComparer_1_t3995337334_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TouchScreenKeyboardType_t1530597702_0_0_0 = { (void*)1575, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TouchScreenKeyboardType_t1530597702_1_0_0 = { (void*)1575, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TouchScreenKeyboardType_t1530597702_0_0_32854 = { (void*)1575, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TouchScreenKeyboardType_t1530597702_0_0_1 = { (void*)1575, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3637929720_GenericClass = { 173, { &GenInst_TouchScreenKeyboardType_t1530597702_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3637929720_0_0_0 = { &IEqualityComparer_1_t3637929720_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2421743429_GenericClass = { 13, { &GenInst_TouchScreenKeyboardType_t1530597702_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2421743429_0_0_0 = { &IEquatable_1_t2421743429_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2262222654_GenericClass = { 169, { &GenInst_TouchScreenKeyboardType_t1530597702_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2262222654_0_0_0 = { &DefaultComparer_t2262222654_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t2221686773_GenericClass = { 168, { &GenInst_CharacterValidation_t4051914437_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t2221686773_0_0_0 = { &EqualityComparer_1_t2221686773_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType CharacterValidation_t4051914437_0_0_0 = { (void*)1925, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CharacterValidation_t4051914437_0_0_1 = { (void*)1925, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CharacterValidation_t4051914437_1_0_0 = { (void*)1925, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CharacterValidation_t4051914437_0_0_32854 = { (void*)1925, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1864279159_GenericClass = { 173, { &GenInst_CharacterValidation_t4051914437_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1864279159_0_0_0 = { &IEqualityComparer_1_t1864279159_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t648092868_GenericClass = { 13, { &GenInst_CharacterValidation_t4051914437_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t648092868_0_0_0 = { &IEquatable_1_t648092868_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t488572093_GenericClass = { 169, { &GenInst_CharacterValidation_t4051914437_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t488572093_0_0_0 = { &DefaultComparer_t488572093_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1804232806_GenericClass = { 168, { &GenInst_Char_t3634460470_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1804232806_0_0_0 = { &EqualityComparer_1_t1804232806_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t3868772731_GenericClass = { 170, { &GenInst_Char_t3634460470_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t3868772731_0_0_0 = { &GenericEqualityComparer_1_t3868772731_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1446825192_GenericClass = { 173, { &GenInst_Char_t3634460470_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1446825192_0_0_0 = { &IEqualityComparer_1_t1446825192_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t71118126_GenericClass = { 169, { &GenInst_Char_t3634460470_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t71118126_0_0_0 = { &DefaultComparer_t71118126_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_1_t2729110193_GenericClass = { 1597, { &GenInst_String_t_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_1_t2729110193_0_0_0 = { &UnityEvent_1_t2729110193_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3275726873_GenericClass = { 176, { &GenInst_Mask_t1803652131_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3275726873_0_0_0 = { &List_1_t3275726873_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Mask_t1803652131_0_0_0 = { (void*)1933, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Mask_t1803652131_1_0_0 = { (void*)1933, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2236222599_GenericClass = { 25, { &GenInst_Mask_t1803652131_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2236222599_0_0_0 = { &IEnumerator_1_t2236222599_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2710716248_GenericClass = { 41, { &GenInst_Mask_t1803652131_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2710716248_0_0_0 = { &InternalEnumerator_1_t2710716248_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3618971914_GenericClass = { 48, { &GenInst_Mask_t1803652131_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3618971914_0_0_0 = { &IList_1_t3618971914_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t336837069_GenericClass = { 49, { &GenInst_Mask_t1803652131_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t336837069_0_0_0 = { &ICollection_1_t336837069_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t783505020_GenericClass = { 29, { &GenInst_Mask_t1803652131_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t783505020_0_0_0 = { &IEnumerable_1_t783505020_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3016228418_GenericClass = { 179, { &GenInst_Mask_t1803652131_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3016228418_0_0_0 = { &ReadOnlyCollection_1_t3016228418_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2628946255_GenericClass = { 945, { &GenInst_Mask_t1803652131_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2628946255_0_0_0 = { &Predicate_1_t2628946255_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t870003454_GenericClass = { 177, { &GenInst_Mask_t1803652131_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t870003454_0_0_0 = { &Enumerator_t870003454_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1578583310_GenericClass = { 942, { &GenInst_Mask_t1803652131_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1578583310_0_0_0 = { &Comparison_1_t1578583310_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t2833241322_GenericClass = { 1999, { &GenInst_Mask_t1803652131_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t2833241322_0_0_0 = { &ListPool_1_t2833241322_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t2975350085_GenericClass = { 2000, { &GenInst_List_1_t3275726873_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t2975350085_0_0_0 = { &ObjectPool_1_t2975350085_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t4119116328_GenericClass = { 1100, { &GenInst_List_1_t3275726873_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t4119116328_0_0_0 = { &Stack_1_t4119116328_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3708297341_GenericClass = { 25, { &GenInst_List_1_t3275726873_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3708297341_0_0_0 = { &IEnumerator_1_t3708297341_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4182790990_GenericClass = { 41, { &GenInst_List_1_t3275726873_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4182790990_0_0_0 = { &InternalEnumerator_1_t4182790990_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t796079360_GenericClass = { 48, { &GenInst_List_1_t3275726873_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t796079360_0_0_0 = { &IList_1_t796079360_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1808911811_GenericClass = { 49, { &GenInst_List_1_t3275726873_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1808911811_0_0_0 = { &ICollection_1_t1808911811_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2255579762_GenericClass = { 29, { &GenInst_List_1_t3275726873_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2255579762_0_0_0 = { &IEnumerable_1_t2255579762_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1338136451_GenericClass = { 1101, { &GenInst_List_1_t3275726873_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1338136451_0_0_0 = { &Enumerator_t1338136451_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t3860563014_GenericClass = { 1596, { &GenInst_List_1_t3275726873_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t3860563014_0_0_0 = { &UnityAction_1_t3860563014_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t651996883_GenericClass = { 176, { &GenInst_RectMask2D_t3474889437_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t651996883_0_0_0 = { &List_1_t651996883_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t651996883_0_0_129 = { &List_1_t651996883_GenericClass, 129, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType RectMask2D_t3474889437_0_0_0 = { (void*)1941, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RectMask2D_t3474889437_0_0_129 = { (void*)1941, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RectMask2D_t3474889437_1_0_0 = { (void*)1941, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3907459905_GenericClass = { 25, { &GenInst_RectMask2D_t3474889437_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3907459905_0_0_0 = { &IEnumerator_1_t3907459905_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t86986258_GenericClass = { 41, { &GenInst_RectMask2D_t3474889437_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t86986258_0_0_0 = { &InternalEnumerator_1_t86986258_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t995241924_GenericClass = { 48, { &GenInst_RectMask2D_t3474889437_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t995241924_0_0_0 = { &IList_1_t995241924_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2008074375_GenericClass = { 49, { &GenInst_RectMask2D_t3474889437_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2008074375_0_0_0 = { &ICollection_1_t2008074375_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2454742326_GenericClass = { 29, { &GenInst_RectMask2D_t3474889437_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2454742326_0_0_0 = { &IEnumerable_1_t2454742326_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t392498428_GenericClass = { 179, { &GenInst_RectMask2D_t3474889437_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t392498428_0_0_0 = { &ReadOnlyCollection_1_t392498428_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t5216265_GenericClass = { 945, { &GenInst_RectMask2D_t3474889437_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t5216265_0_0_0 = { &Predicate_1_t5216265_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2541240760_GenericClass = { 177, { &GenInst_RectMask2D_t3474889437_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2541240760_0_0_0 = { &Enumerator_t2541240760_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3249820616_GenericClass = { 942, { &GenInst_RectMask2D_t3474889437_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3249820616_0_0_0 = { &Comparison_1_t3249820616_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t209511332_GenericClass = { 1999, { &GenInst_RectMask2D_t3474889437_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t209511332_0_0_0 = { &ListPool_1_t209511332_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t351620095_GenericClass = { 2000, { &GenInst_List_1_t651996883_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t351620095_0_0_0 = { &ObjectPool_1_t351620095_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t1495386338_GenericClass = { 1100, { &GenInst_List_1_t651996883_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t1495386338_0_0_0 = { &Stack_1_t1495386338_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1084567351_GenericClass = { 25, { &GenInst_List_1_t651996883_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1084567351_0_0_0 = { &IEnumerator_1_t1084567351_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1559061000_GenericClass = { 41, { &GenInst_List_1_t651996883_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1559061000_0_0_0 = { &InternalEnumerator_1_t1559061000_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2467316666_GenericClass = { 48, { &GenInst_List_1_t651996883_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2467316666_0_0_0 = { &IList_1_t2467316666_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3480149117_GenericClass = { 49, { &GenInst_List_1_t651996883_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3480149117_0_0_0 = { &ICollection_1_t3480149117_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3926817068_GenericClass = { 29, { &GenInst_List_1_t651996883_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3926817068_0_0_0 = { &IEnumerable_1_t3926817068_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3009373757_GenericClass = { 1101, { &GenInst_List_1_t651996883_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3009373757_0_0_0 = { &Enumerator_t3009373757_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t1236833024_GenericClass = { 1596, { &GenInst_List_1_t651996883_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t1236833024_0_0_0 = { &UnityAction_1_t1236833024_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3940462306_GenericClass = { 13, { &GenInst_Navigation_t3049316579_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3940462306_0_0_0 = { &IEquatable_1_t3940462306_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Navigation_t3049316579_0_0_0 = { (void*)1938, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Navigation_t3049316579_1_0_0 = { (void*)1938, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Navigation_t3049316579_0_0_1 = { (void*)1938, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass HashSet_1_t4099546121_GenericClass = { 1256, { &GenInst_IClippable_t1239629351_0_0_0, NULL }, NULL };
extern const RuntimeType HashSet_1_t4099546121_0_0_0 = { &HashSet_1_t4099546121_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType HashSet_1_t4099546121_0_0_129 = { &HashSet_1_t4099546121_GenericClass, 129, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1801360628_GenericClass = { 25, { &GenInst_Link_t1368790160_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1801360628_0_0_0 = { &IEnumerator_1_t1801360628_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Link_t1368790160_GenericClass = { 1257, { &GenInst_IClippable_t1239629351_0_0_0, NULL }, NULL };
extern const RuntimeType Link_t1368790160_0_0_0 = { &Link_t1368790160_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2275854277_GenericClass = { 41, { &GenInst_Link_t1368790160_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2275854277_0_0_0 = { &InternalEnumerator_1_t2275854277_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3184109943_GenericClass = { 48, { &GenInst_Link_t1368790160_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3184109943_0_0_0 = { &IList_1_t3184109943_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4196942394_GenericClass = { 49, { &GenInst_Link_t1368790160_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4196942394_0_0_0 = { &ICollection_1_t4196942394_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t348643049_GenericClass = { 29, { &GenInst_Link_t1368790160_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t348643049_0_0_0 = { &IEnumerable_1_t348643049_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3346961369_GenericClass = { 173, { &GenInst_IClippable_t1239629351_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3346961369_0_0_0 = { &IEqualityComparer_1_t3346961369_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1509756096_GenericClass = { 1258, { &GenInst_IClippable_t1239629351_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1509756096_0_0_0 = { &Enumerator_t1509756096_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1640486689_GenericClass = { 168, { &GenInst_Direction_t3470714353_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1640486689_0_0_0 = { &EqualityComparer_1_t1640486689_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Direction_t3470714353_0_0_0 = { (void*)1943, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Direction_t3470714353_0_0_1 = { (void*)1943, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Direction_t3470714353_1_0_0 = { (void*)1943, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Direction_t3470714353_0_0_32854 = { (void*)1943, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1283079075_GenericClass = { 173, { &GenInst_Direction_t3470714353_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1283079075_0_0_0 = { &IEqualityComparer_1_t1283079075_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t66892784_GenericClass = { 13, { &GenInst_Direction_t3470714353_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t66892784_0_0_0 = { &IEquatable_1_t66892784_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t4202339305_GenericClass = { 169, { &GenInst_Direction_t3470714353_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t4202339305_0_0_0 = { &DefaultComparer_t4202339305_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityEvent_1_t3037889027_GenericClass = { 1597, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_1_t3037889027_0_0_0 = { &UnityEvent_1_t3037889027_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t2741065664_GenericClass = { 1596, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t2741065664_0_0_0 = { &UnityAction_1_t2741065664_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InvokableCall_1_t2273393761_GenericClass = { 1584, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_1_t2273393761_0_0_0 = { &InvokableCall_1_t2273393761_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t427135887_GenericClass = { 176, { &GenInst_Selectable_t3250028441_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t427135887_0_0_0 = { &List_1_t427135887_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t427135887_0_0_17 = { &List_1_t427135887_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Selectable_t3250028441_0_0_0 = { (void*)1951, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Selectable_t3250028441_0_0_1 = { (void*)1951, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Selectable_t3250028441_1_0_0 = { (void*)1951, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3682598909_GenericClass = { 25, { &GenInst_Selectable_t3250028441_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3682598909_0_0_0 = { &IEnumerator_1_t3682598909_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t4157092558_GenericClass = { 41, { &GenInst_Selectable_t3250028441_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t4157092558_0_0_0 = { &InternalEnumerator_1_t4157092558_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t770380928_GenericClass = { 48, { &GenInst_Selectable_t3250028441_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t770380928_0_0_0 = { &IList_1_t770380928_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1783213379_GenericClass = { 49, { &GenInst_Selectable_t3250028441_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1783213379_0_0_0 = { &ICollection_1_t1783213379_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2229881330_GenericClass = { 29, { &GenInst_Selectable_t3250028441_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2229881330_0_0_0 = { &IEnumerable_1_t2229881330_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2748653965_GenericClass = { 48, { &GenInst_IMoveHandler_t933334182_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2748653965_0_0_0 = { &IList_1_t2748653965_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1365904650_GenericClass = { 25, { &GenInst_IMoveHandler_t933334182_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1365904650_0_0_0 = { &IEnumerator_1_t1365904650_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1840398299_GenericClass = { 41, { &GenInst_IMoveHandler_t933334182_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1840398299_0_0_0 = { &InternalEnumerator_1_t1840398299_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3761486416_GenericClass = { 49, { &GenInst_IMoveHandler_t933334182_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3761486416_0_0_0 = { &ICollection_1_t3761486416_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4208154367_GenericClass = { 29, { &GenInst_IMoveHandler_t933334182_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4208154367_0_0_0 = { &IEnumerable_1_t4208154367_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3195400312_GenericClass = { 48, { &GenInst_IPointerDownHandler_t1380080529_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3195400312_0_0_0 = { &IList_1_t3195400312_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1812650997_GenericClass = { 25, { &GenInst_IPointerDownHandler_t1380080529_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1812650997_0_0_0 = { &IEnumerator_1_t1812650997_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2287144646_GenericClass = { 41, { &GenInst_IPointerDownHandler_t1380080529_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2287144646_0_0_0 = { &InternalEnumerator_1_t2287144646_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4208232763_GenericClass = { 49, { &GenInst_IPointerDownHandler_t1380080529_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4208232763_0_0_0 = { &ICollection_1_t4208232763_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t359933418_GenericClass = { 29, { &GenInst_IPointerDownHandler_t1380080529_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t359933418_0_0_0 = { &IEnumerable_1_t359933418_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2092418953_GenericClass = { 48, { &GenInst_IPointerUpHandler_t277099170_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2092418953_0_0_0 = { &IList_1_t2092418953_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t709669638_GenericClass = { 25, { &GenInst_IPointerUpHandler_t277099170_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t709669638_0_0_0 = { &IEnumerator_1_t709669638_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1184163287_GenericClass = { 41, { &GenInst_IPointerUpHandler_t277099170_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1184163287_0_0_0 = { &InternalEnumerator_1_t1184163287_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3105251404_GenericClass = { 49, { &GenInst_IPointerUpHandler_t277099170_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3105251404_0_0_0 = { &ICollection_1_t3105251404_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3551919355_GenericClass = { 29, { &GenInst_IPointerUpHandler_t277099170_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3551919355_0_0_0 = { &IEnumerable_1_t3551919355_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1703146141_GenericClass = { 48, { &GenInst_IPointerExitHandler_t4182793654_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1703146141_0_0_0 = { &IList_1_t1703146141_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t320396826_GenericClass = { 25, { &GenInst_IPointerExitHandler_t4182793654_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t320396826_0_0_0 = { &IEnumerator_1_t320396826_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t794890475_GenericClass = { 41, { &GenInst_IPointerExitHandler_t4182793654_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t794890475_0_0_0 = { &InternalEnumerator_1_t794890475_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2715978592_GenericClass = { 49, { &GenInst_IPointerExitHandler_t4182793654_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2715978592_0_0_0 = { &ICollection_1_t2715978592_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3162646543_GenericClass = { 29, { &GenInst_IPointerExitHandler_t4182793654_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3162646543_0_0_0 = { &IEnumerable_1_t3162646543_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t4086738622_GenericClass = { 48, { &GenInst_ISelectHandler_t2271418839_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t4086738622_0_0_0 = { &IList_1_t4086738622_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2703989307_GenericClass = { 25, { &GenInst_ISelectHandler_t2271418839_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2703989307_0_0_0 = { &IEnumerator_1_t2703989307_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3178482956_GenericClass = { 41, { &GenInst_ISelectHandler_t2271418839_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3178482956_0_0_0 = { &InternalEnumerator_1_t3178482956_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t804603777_GenericClass = { 49, { &GenInst_ISelectHandler_t2271418839_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t804603777_0_0_0 = { &ICollection_1_t804603777_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1251271728_GenericClass = { 29, { &GenInst_ISelectHandler_t2271418839_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1251271728_0_0_0 = { &IEnumerable_1_t1251271728_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2209032706_GenericClass = { 48, { &GenInst_IDeselectHandler_t393712923_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2209032706_0_0_0 = { &IList_1_t2209032706_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t826283391_GenericClass = { 25, { &GenInst_IDeselectHandler_t393712923_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t826283391_0_0_0 = { &IEnumerator_1_t826283391_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1300777040_GenericClass = { 41, { &GenInst_IDeselectHandler_t393712923_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1300777040_0_0_0 = { &InternalEnumerator_1_t1300777040_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3221865157_GenericClass = { 49, { &GenInst_IDeselectHandler_t393712923_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3221865157_0_0_0 = { &ICollection_1_t3221865157_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3668533108_GenericClass = { 29, { &GenInst_IDeselectHandler_t393712923_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3668533108_0_0_0 = { &IEnumerable_1_t3668533108_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t167637432_GenericClass = { 179, { &GenInst_Selectable_t3250028441_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t167637432_0_0_0 = { &ReadOnlyCollection_1_t167637432_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t4075322565_GenericClass = { 945, { &GenInst_Selectable_t3250028441_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t4075322565_0_0_0 = { &Predicate_1_t4075322565_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2316379764_GenericClass = { 177, { &GenInst_Selectable_t3250028441_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2316379764_0_0_0 = { &Enumerator_t2316379764_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3024959620_GenericClass = { 942, { &GenInst_Selectable_t3250028441_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3024959620_0_0_0 = { &Comparison_1_t3024959620_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1219088915_GenericClass = { 168, { &GenInst_Navigation_t3049316579_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1219088915_0_0_0 = { &EqualityComparer_1_t1219088915_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t3283628840_GenericClass = { 170, { &GenInst_Navigation_t3049316579_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t3283628840_0_0_0 = { &GenericEqualityComparer_1_t3283628840_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t861681301_GenericClass = { 173, { &GenInst_Navigation_t3049316579_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t861681301_0_0_0 = { &IEqualityComparer_1_t861681301_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t3780941531_GenericClass = { 169, { &GenInst_Navigation_t3049316579_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t3780941531_0_0_0 = { &DefaultComparer_t3780941531_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t4234648263_GenericClass = { 168, { &GenInst_Transition_t1769908631_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t4234648263_0_0_0 = { &EqualityComparer_1_t4234648263_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Transition_t1769908631_0_0_0 = { (void*)1952, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Transition_t1769908631_0_0_1 = { (void*)1952, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Transition_t1769908631_1_0_0 = { (void*)1952, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Transition_t1769908631_0_0_32854 = { (void*)1952, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3877240649_GenericClass = { 173, { &GenInst_Transition_t1769908631_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3877240649_0_0_0 = { &IEqualityComparer_1_t3877240649_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2661054358_GenericClass = { 13, { &GenInst_Transition_t1769908631_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2661054358_0_0_0 = { &IEquatable_1_t2661054358_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2501533583_GenericClass = { 169, { &GenInst_Transition_t1769908631_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2501533583_0_0_0 = { &DefaultComparer_t2501533583_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t308803910_GenericClass = { 168, { &GenInst_ColorBlock_t2139031574_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t308803910_0_0_0 = { &EqualityComparer_1_t308803910_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t2373343835_GenericClass = { 170, { &GenInst_ColorBlock_t2139031574_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t2373343835_0_0_0 = { &GenericEqualityComparer_1_t2373343835_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t4246363592_GenericClass = { 173, { &GenInst_ColorBlock_t2139031574_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t4246363592_0_0_0 = { &IEqualityComparer_1_t4246363592_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2870656526_GenericClass = { 169, { &GenInst_ColorBlock_t2139031574_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2870656526_0_0_0 = { &DefaultComparer_t2870656526_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t3827726111_GenericClass = { 168, { &GenInst_SpriteState_t1362986479_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t3827726111_0_0_0 = { &EqualityComparer_1_t3827726111_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType SpriteState_t1362986479_0_0_0 = { (void*)1959, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SpriteState_t1362986479_0_0_1 = { (void*)1959, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SpriteState_t1362986479_1_0_0 = { (void*)1959, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass GenericEqualityComparer_1_t1597298740_GenericClass = { 170, { &GenInst_SpriteState_t1362986479_0_0_0, NULL }, NULL };
extern const RuntimeType GenericEqualityComparer_1_t1597298740_0_0_0 = { &GenericEqualityComparer_1_t1597298740_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t2254132206_GenericClass = { 13, { &GenInst_SpriteState_t1362986479_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t2254132206_0_0_0 = { &IEquatable_1_t2254132206_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3470318497_GenericClass = { 173, { &GenInst_SpriteState_t1362986479_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3470318497_0_0_0 = { &IEqualityComparer_1_t3470318497_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2094611431_GenericClass = { 169, { &GenInst_SpriteState_t1362986479_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2094611431_0_0_0 = { &DefaultComparer_t2094611431_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t1260619206_GenericClass = { 176, { &GenInst_CanvasGroup_t4083511760_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t1260619206_0_0_0 = { &List_1_t1260619206_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t1260619206_0_0_33 = { &List_1_t1260619206_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType CanvasGroup_t4083511760_0_0_0 = { (void*)1811, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CanvasGroup_t4083511760_1_0_0 = { (void*)1811, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t221114932_GenericClass = { 25, { &GenInst_CanvasGroup_t4083511760_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t221114932_0_0_0 = { &IEnumerator_1_t221114932_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t695608581_GenericClass = { 41, { &GenInst_CanvasGroup_t4083511760_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t695608581_0_0_0 = { &InternalEnumerator_1_t695608581_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1603864247_GenericClass = { 48, { &GenInst_CanvasGroup_t4083511760_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1603864247_0_0_0 = { &IList_1_t1603864247_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2616696698_GenericClass = { 49, { &GenInst_CanvasGroup_t4083511760_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2616696698_0_0_0 = { &ICollection_1_t2616696698_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3063364649_GenericClass = { 29, { &GenInst_CanvasGroup_t4083511760_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3063364649_0_0_0 = { &IEnumerable_1_t3063364649_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t1001120751_GenericClass = { 179, { &GenInst_CanvasGroup_t4083511760_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t1001120751_0_0_0 = { &ReadOnlyCollection_1_t1001120751_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t613838588_GenericClass = { 945, { &GenInst_CanvasGroup_t4083511760_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t613838588_0_0_0 = { &Predicate_1_t613838588_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3149863083_GenericClass = { 177, { &GenInst_CanvasGroup_t4083511760_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3149863083_0_0_0 = { &Enumerator_t3149863083_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3858442939_GenericClass = { 942, { &GenInst_CanvasGroup_t4083511760_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3858442939_0_0_0 = { &Comparison_1_t3858442939_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t2802648867_GenericClass = { 168, { &GenInst_Direction_t337909235_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t2802648867_0_0_0 = { &EqualityComparer_1_t2802648867_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Direction_t337909235_0_0_0 = { (void*)1956, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Direction_t337909235_0_0_1 = { (void*)1956, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Direction_t337909235_1_0_0 = { (void*)1956, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Direction_t337909235_0_0_32854 = { (void*)1956, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t2445241253_GenericClass = { 173, { &GenInst_Direction_t337909235_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t2445241253_0_0_0 = { &IEqualityComparer_1_t2445241253_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t1229054962_GenericClass = { 13, { &GenInst_Direction_t337909235_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t1229054962_0_0_0 = { &IEquatable_1_t1229054962_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t1069534187_GenericClass = { 169, { &GenInst_Direction_t337909235_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t1069534187_0_0_0 = { &DefaultComparer_t1069534187_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t134214538_GenericClass = { 176, { &GenInst_MatEntry_t2957107092_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t134214538_0_0_0 = { &List_1_t134214538_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t134214538_0_0_17 = { &List_1_t134214538_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MatEntry_t2957107092_0_0_0 = { (void*)1961, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MatEntry_t2957107092_1_0_0 = { (void*)1961, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3389677560_GenericClass = { 25, { &GenInst_MatEntry_t2957107092_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3389677560_0_0_0 = { &IEnumerator_1_t3389677560_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3864171209_GenericClass = { 41, { &GenInst_MatEntry_t2957107092_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3864171209_0_0_0 = { &InternalEnumerator_1_t3864171209_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t477459579_GenericClass = { 48, { &GenInst_MatEntry_t2957107092_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t477459579_0_0_0 = { &IList_1_t477459579_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1490292030_GenericClass = { 49, { &GenInst_MatEntry_t2957107092_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1490292030_0_0_0 = { &ICollection_1_t1490292030_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1936959981_GenericClass = { 29, { &GenInst_MatEntry_t2957107092_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1936959981_0_0_0 = { &IEnumerable_1_t1936959981_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t4169683379_GenericClass = { 179, { &GenInst_MatEntry_t2957107092_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t4169683379_0_0_0 = { &ReadOnlyCollection_1_t4169683379_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3782401216_GenericClass = { 945, { &GenInst_MatEntry_t2957107092_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3782401216_0_0_0 = { &Predicate_1_t3782401216_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2023458415_GenericClass = { 177, { &GenInst_MatEntry_t2957107092_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2023458415_0_0_0 = { &Enumerator_t2023458415_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2732038271_GenericClass = { 942, { &GenInst_MatEntry_t2957107092_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2732038271_0_0_0 = { &Comparison_1_t2732038271_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t4207451803_GenericClass = { 176, { &GenInst_Toggle_t2735377061_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t4207451803_0_0_0 = { &List_1_t4207451803_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t4207451803_0_0_1 = { &List_1_t4207451803_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Toggle_t2735377061_0_0_0 = { (void*)1963, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Toggle_t2735377061_0_0_1 = { (void*)1963, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Toggle_t2735377061_1_0_0 = { (void*)1963, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3167947529_GenericClass = { 25, { &GenInst_Toggle_t2735377061_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3167947529_0_0_0 = { &IEnumerator_1_t3167947529_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3642441178_GenericClass = { 41, { &GenInst_Toggle_t2735377061_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3642441178_0_0_0 = { &InternalEnumerator_1_t3642441178_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t255729548_GenericClass = { 48, { &GenInst_Toggle_t2735377061_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t255729548_0_0_0 = { &IList_1_t255729548_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1268561999_GenericClass = { 49, { &GenInst_Toggle_t2735377061_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1268561999_0_0_0 = { &ICollection_1_t1268561999_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1715229950_GenericClass = { 29, { &GenInst_Toggle_t2735377061_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1715229950_0_0_0 = { &IEnumerable_1_t1715229950_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1947790925_GenericClass = { 48, { &GenInst_IPointerClickHandler_t132471142_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1947790925_0_0_0 = { &IList_1_t1947790925_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t565041610_GenericClass = { 25, { &GenInst_IPointerClickHandler_t132471142_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t565041610_0_0_0 = { &IEnumerator_1_t565041610_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1039535259_GenericClass = { 41, { &GenInst_IPointerClickHandler_t132471142_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1039535259_0_0_0 = { &InternalEnumerator_1_t1039535259_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2960623376_GenericClass = { 49, { &GenInst_IPointerClickHandler_t132471142_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2960623376_0_0_0 = { &ICollection_1_t2960623376_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3407291327_GenericClass = { 29, { &GenInst_IPointerClickHandler_t132471142_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3407291327_0_0_0 = { &IEnumerable_1_t3407291327_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t311150791_GenericClass = { 48, { &GenInst_ISubmitHandler_t2790798304_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t311150791_0_0_0 = { &IList_1_t311150791_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3223368772_GenericClass = { 25, { &GenInst_ISubmitHandler_t2790798304_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3223368772_0_0_0 = { &IEnumerator_1_t3223368772_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3697862421_GenericClass = { 41, { &GenInst_ISubmitHandler_t2790798304_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3697862421_0_0_0 = { &InternalEnumerator_1_t3697862421_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1323983242_GenericClass = { 49, { &GenInst_ISubmitHandler_t2790798304_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1323983242_0_0_0 = { &ICollection_1_t1323983242_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1770651193_GenericClass = { 29, { &GenInst_ISubmitHandler_t2790798304_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1770651193_0_0_0 = { &IEnumerable_1_t1770651193_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3947953348_GenericClass = { 179, { &GenInst_Toggle_t2735377061_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3947953348_0_0_0 = { &ReadOnlyCollection_1_t3947953348_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3560671185_GenericClass = { 945, { &GenInst_Toggle_t2735377061_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3560671185_0_0_0 = { &Predicate_1_t3560671185_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Predicate_1_t3560671185_0_0_17 = { &Predicate_1_t3560671185_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1801728384_GenericClass = { 177, { &GenInst_Toggle_t2735377061_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1801728384_0_0_0 = { &Enumerator_t1801728384_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2510308240_GenericClass = { 942, { &GenInst_Toggle_t2735377061_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2510308240_0_0_0 = { &Comparison_1_t2510308240_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_2_t3446800538_GenericClass = { 1271, { &GenInst_Toggle_t2735377061_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t3446800538_0_0_0 = { &Func_2_t3446800538_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Func_2_t3446800538_0_0_17 = { &Func_2_t3446800538_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass U3CCreateWhereIteratorU3Ec__Iterator1D_1_t4180368026_GenericClass = { 1263, { &GenInst_Toggle_t2735377061_0_0_0, NULL }, NULL };
extern const RuntimeType U3CCreateWhereIteratorU3Ec__Iterator1D_1_t4180368026_0_0_0 = { &U3CCreateWhereIteratorU3Ec__Iterator1D_1_t4180368026_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IndexedSet_1_t2673511092_GenericClass = { 1998, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType IndexedSet_1_t2673511092_0_0_0 = { &IndexedSet_1_t2673511092_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IndexedSet_1_t2673511092_0_0_33 = { &IndexedSet_1_t2673511092_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t2696197894_GenericClass = { 176, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t2696197894_0_0_0 = { &List_1_t2696197894_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2436699439_GenericClass = { 179, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2436699439_0_0_0 = { &ReadOnlyCollection_1_t2436699439_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2049417276_GenericClass = { 945, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2049417276_0_0_0 = { &Predicate_1_t2049417276_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t290474475_GenericClass = { 177, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t290474475_0_0_0 = { &Enumerator_t290474475_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t999054331_GenericClass = { 942, { &GenInst_IClipper_t1224123152_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t999054331_0_0_0 = { &Comparison_1_t999054331_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1586965335_GenericClass = { 168, { &GenInst_AspectMode_t3417192999_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1586965335_0_0_0 = { &EqualityComparer_1_t1586965335_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AspectMode_t3417192999_0_0_0 = { (void*)1973, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AspectMode_t3417192999_0_0_1 = { (void*)1973, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AspectMode_t3417192999_1_0_0 = { (void*)1973, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AspectMode_t3417192999_0_0_32854 = { (void*)1973, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1229557721_GenericClass = { 173, { &GenInst_AspectMode_t3417192999_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1229557721_0_0_0 = { &IEqualityComparer_1_t1229557721_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t13371430_GenericClass = { 13, { &GenInst_AspectMode_t3417192999_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t13371430_0_0_0 = { &IEquatable_1_t13371430_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t4148817951_GenericClass = { 169, { &GenInst_AspectMode_t3417192999_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t4148817951_0_0_0 = { &DefaultComparer_t4148817951_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1437653550_GenericClass = { 168, { &GenInst_FitMode_t3267881214_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1437653550_0_0_0 = { &EqualityComparer_1_t1437653550_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType FitMode_t3267881214_0_0_0 = { (void*)1979, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FitMode_t3267881214_0_0_4 = { (void*)1979, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FitMode_t3267881214_1_0_0 = { (void*)1979, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FitMode_t3267881214_0_0_32854 = { (void*)1979, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t1080245936_GenericClass = { 173, { &GenInst_FitMode_t3267881214_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t1080245936_0_0_0 = { &IEqualityComparer_1_t1080245936_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t4159026941_GenericClass = { 13, { &GenInst_FitMode_t3267881214_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t4159026941_0_0_0 = { &IEquatable_1_t4159026941_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t3999506166_GenericClass = { 169, { &GenInst_FitMode_t3267881214_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t3999506166_0_0_0 = { &DefaultComparer_t3999506166_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t881764471_GenericClass = { 176, { &GenInst_RectTransform_t3704657025_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t881764471_0_0_0 = { &List_1_t881764471_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t881764471_0_0_129 = { &List_1_t881764471_GenericClass, 129, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType RectTransform_t3704657025_0_0_0 = { (void*)1682, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RectTransform_t3704657025_1_0_0 = { (void*)1682, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RectTransform_t3704657025_0_0_1 = { (void*)1682, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RectTransform_t3704657025_0_0_129 = { (void*)1682, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RectTransform_t3704657025_0_0_3 = { (void*)1682, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4137227493_GenericClass = { 25, { &GenInst_RectTransform_t3704657025_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4137227493_0_0_0 = { &IEnumerator_1_t4137227493_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t316753846_GenericClass = { 41, { &GenInst_RectTransform_t3704657025_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t316753846_0_0_0 = { &InternalEnumerator_1_t316753846_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1225009512_GenericClass = { 48, { &GenInst_RectTransform_t3704657025_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1225009512_0_0_0 = { &IList_1_t1225009512_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2237841963_GenericClass = { 49, { &GenInst_RectTransform_t3704657025_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2237841963_0_0_0 = { &ICollection_1_t2237841963_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2684509914_GenericClass = { 29, { &GenInst_RectTransform_t3704657025_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2684509914_0_0_0 = { &IEnumerable_1_t2684509914_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t622266016_GenericClass = { 179, { &GenInst_RectTransform_t3704657025_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t622266016_0_0_0 = { &ReadOnlyCollection_1_t622266016_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t234983853_GenericClass = { 945, { &GenInst_RectTransform_t3704657025_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t234983853_0_0_0 = { &Predicate_1_t234983853_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2771008348_GenericClass = { 177, { &GenInst_RectTransform_t3704657025_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2771008348_0_0_0 = { &Enumerator_t2771008348_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t3479588204_GenericClass = { 942, { &GenInst_RectTransform_t3704657025_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t3479588204_0_0_0 = { &Comparison_1_t3479588204_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t240936516_GenericClass = { 2000, { &GenInst_LayoutRebuilder_t541313304_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t240936516_0_0_0 = { &ObjectPool_1_t240936516_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ObjectPool_1_t240936516_0_0_17 = { &ObjectPool_1_t240936516_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType LayoutRebuilder_t541313304_0_0_0 = { (void*)1994, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LayoutRebuilder_t541313304_1_0_0 = { (void*)1994, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass Stack_1_t1384702759_GenericClass = { 1100, { &GenInst_LayoutRebuilder_t541313304_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t1384702759_0_0_0 = { &Stack_1_t1384702759_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t973883772_GenericClass = { 25, { &GenInst_LayoutRebuilder_t541313304_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t973883772_0_0_0 = { &IEnumerator_1_t973883772_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1448377421_GenericClass = { 41, { &GenInst_LayoutRebuilder_t541313304_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1448377421_0_0_0 = { &InternalEnumerator_1_t1448377421_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2356633087_GenericClass = { 48, { &GenInst_LayoutRebuilder_t541313304_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2356633087_0_0_0 = { &IList_1_t2356633087_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3369465538_GenericClass = { 49, { &GenInst_LayoutRebuilder_t541313304_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3369465538_0_0_0 = { &ICollection_1_t3369465538_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3816133489_GenericClass = { 29, { &GenInst_LayoutRebuilder_t541313304_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3816133489_0_0_0 = { &IEnumerable_1_t3816133489_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2898690178_GenericClass = { 1101, { &GenInst_LayoutRebuilder_t541313304_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2898690178_0_0_0 = { &Enumerator_t2898690178_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t1126149445_GenericClass = { 1596, { &GenInst_LayoutRebuilder_t541313304_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t1126149445_0_0_0 = { &UnityAction_1_t1126149445_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t2508470592_GenericClass = { 1596, { &GenInst_Component_t1923634451_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t2508470592_0_0_0 = { &UnityAction_1_t2508470592_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_1_t2508470592_0_0_17 = { &UnityAction_1_t2508470592_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_2_t235587086_GenericClass = { 1271, { &GenInst_ILayoutElement_t4082016710_0_0_0_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t235587086_0_0_0 = { &Func_2_t235587086_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Func_2_t235587086_0_0_17 = { &Func_2_t235587086_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_2_t764290984_GenericClass = { 1271, { &GenInst_RuntimeObject_0_0_0_Single_t1397266774_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t764290984_0_0_0 = { &Func_2_t764290984_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t456935359_GenericClass = { 1999, { &GenInst_Vector3_t3722313464_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t456935359_0_0_0 = { &ListPool_1_t456935359_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t599044122_GenericClass = { 2000, { &GenInst_List_1_t899420910_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t599044122_0_0_0 = { &ObjectPool_1_t599044122_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t1742810365_GenericClass = { 1100, { &GenInst_List_1_t899420910_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t1742810365_0_0_0 = { &Stack_1_t1742810365_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1331991378_GenericClass = { 25, { &GenInst_List_1_t899420910_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1331991378_0_0_0 = { &IEnumerator_1_t1331991378_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1806485027_GenericClass = { 41, { &GenInst_List_1_t899420910_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1806485027_0_0_0 = { &InternalEnumerator_1_t1806485027_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2714740693_GenericClass = { 48, { &GenInst_List_1_t899420910_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2714740693_0_0_0 = { &IList_1_t2714740693_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3727573144_GenericClass = { 49, { &GenInst_List_1_t899420910_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3727573144_0_0_0 = { &ICollection_1_t3727573144_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4174241095_GenericClass = { 29, { &GenInst_List_1_t899420910_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4174241095_0_0_0 = { &IEnumerable_1_t4174241095_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3256797784_GenericClass = { 1101, { &GenInst_List_1_t899420910_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3256797784_0_0_0 = { &Enumerator_t3256797784_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t1484257051_GenericClass = { 1596, { &GenInst_List_1_t899420910_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t1484257051_0_0_0 = { &UnityAction_1_t1484257051_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t3630090483_GenericClass = { 1999, { &GenInst_Color32_t2600501292_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t3630090483_0_0_0 = { &ListPool_1_t3630090483_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t3772199246_GenericClass = { 2000, { &GenInst_List_1_t4072576034_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t3772199246_0_0_0 = { &ObjectPool_1_t3772199246_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t620998193_GenericClass = { 1100, { &GenInst_List_1_t4072576034_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t620998193_0_0_0 = { &Stack_1_t620998193_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t210179206_GenericClass = { 25, { &GenInst_List_1_t4072576034_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t210179206_0_0_0 = { &IEnumerator_1_t210179206_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t684672855_GenericClass = { 41, { &GenInst_List_1_t4072576034_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t684672855_0_0_0 = { &InternalEnumerator_1_t684672855_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1592928521_GenericClass = { 48, { &GenInst_List_1_t4072576034_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1592928521_0_0_0 = { &IList_1_t1592928521_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2605760972_GenericClass = { 49, { &GenInst_List_1_t4072576034_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2605760972_0_0_0 = { &ICollection_1_t2605760972_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3052428923_GenericClass = { 29, { &GenInst_List_1_t4072576034_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3052428923_0_0_0 = { &IEnumerable_1_t3052428923_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2134985612_GenericClass = { 1101, { &GenInst_List_1_t4072576034_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2134985612_0_0_0 = { &Enumerator_t2134985612_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t362444879_GenericClass = { 1596, { &GenInst_List_1_t4072576034_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t362444879_0_0_0 = { &UnityAction_1_t362444879_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t3185818714_GenericClass = { 1999, { &GenInst_Vector2_t2156229523_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t3185818714_0_0_0 = { &ListPool_1_t3185818714_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t3327927477_GenericClass = { 2000, { &GenInst_List_1_t3628304265_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t3327927477_0_0_0 = { &ObjectPool_1_t3327927477_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t176726424_GenericClass = { 1100, { &GenInst_List_1_t3628304265_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t176726424_0_0_0 = { &Stack_1_t176726424_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4060874733_GenericClass = { 25, { &GenInst_List_1_t3628304265_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4060874733_0_0_0 = { &IEnumerator_1_t4060874733_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t240401086_GenericClass = { 41, { &GenInst_List_1_t3628304265_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t240401086_0_0_0 = { &InternalEnumerator_1_t240401086_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1148656752_GenericClass = { 48, { &GenInst_List_1_t3628304265_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1148656752_0_0_0 = { &IList_1_t1148656752_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2161489203_GenericClass = { 49, { &GenInst_List_1_t3628304265_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2161489203_0_0_0 = { &ICollection_1_t2161489203_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2608157154_GenericClass = { 29, { &GenInst_List_1_t3628304265_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2608157154_0_0_0 = { &IEnumerable_1_t2608157154_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1690713843_GenericClass = { 1101, { &GenInst_List_1_t3628304265_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1690713843_0_0_0 = { &Enumerator_t1690713843_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t4213140406_GenericClass = { 1596, { &GenInst_List_1_t3628304265_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t4213140406_0_0_0 = { &UnityAction_1_t4213140406_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t53650832_GenericClass = { 1999, { &GenInst_Vector4_t3319028937_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t53650832_0_0_0 = { &ListPool_1_t53650832_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t195759595_GenericClass = { 2000, { &GenInst_List_1_t496136383_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t195759595_0_0_0 = { &ObjectPool_1_t195759595_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t1339525838_GenericClass = { 1100, { &GenInst_List_1_t496136383_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t1339525838_0_0_0 = { &Stack_1_t1339525838_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t928706851_GenericClass = { 25, { &GenInst_List_1_t496136383_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t928706851_0_0_0 = { &IEnumerator_1_t928706851_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1403200500_GenericClass = { 41, { &GenInst_List_1_t496136383_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1403200500_0_0_0 = { &InternalEnumerator_1_t1403200500_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2311456166_GenericClass = { 48, { &GenInst_List_1_t496136383_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2311456166_0_0_0 = { &IList_1_t2311456166_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3324288617_GenericClass = { 49, { &GenInst_List_1_t496136383_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3324288617_0_0_0 = { &ICollection_1_t3324288617_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3770956568_GenericClass = { 29, { &GenInst_List_1_t496136383_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3770956568_0_0_0 = { &IEnumerable_1_t3770956568_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2853513257_GenericClass = { 1101, { &GenInst_List_1_t496136383_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2853513257_0_0_0 = { &Enumerator_t2853513257_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t1080972524_GenericClass = { 1596, { &GenInst_List_1_t496136383_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t1080972524_0_0_0 = { &UnityAction_1_t1080972524_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t3980534944_GenericClass = { 1999, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t3980534944_0_0_0 = { &ListPool_1_t3980534944_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t4122643707_GenericClass = { 2000, { &GenInst_List_1_t128053199_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t4122643707_0_0_0 = { &ObjectPool_1_t4122643707_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t971442654_GenericClass = { 1100, { &GenInst_List_1_t128053199_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t971442654_0_0_0 = { &Stack_1_t971442654_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t560623667_GenericClass = { 25, { &GenInst_List_1_t128053199_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t560623667_0_0_0 = { &IEnumerator_1_t560623667_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t1035117316_GenericClass = { 41, { &GenInst_List_1_t128053199_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t1035117316_0_0_0 = { &InternalEnumerator_1_t1035117316_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1943372982_GenericClass = { 48, { &GenInst_List_1_t128053199_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1943372982_0_0_0 = { &IList_1_t1943372982_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2956205433_GenericClass = { 49, { &GenInst_List_1_t128053199_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2956205433_0_0_0 = { &ICollection_1_t2956205433_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3402873384_GenericClass = { 29, { &GenInst_List_1_t128053199_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3402873384_0_0_0 = { &IEnumerable_1_t3402873384_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2485430073_GenericClass = { 1101, { &GenInst_List_1_t128053199_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2485430073_0_0_0 = { &Enumerator_t2485430073_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t712889340_GenericClass = { 1596, { &GenInst_List_1_t128053199_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t712889340_0_0_0 = { &UnityAction_1_t712889340_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t792119500_GenericClass = { 1999, { &GenInst_UIVertex_t4057497605_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t792119500_0_0_0 = { &ListPool_1_t792119500_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t934228263_GenericClass = { 2000, { &GenInst_List_1_t1234605051_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t934228263_0_0_0 = { &ObjectPool_1_t934228263_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Stack_1_t2077994506_GenericClass = { 1100, { &GenInst_List_1_t1234605051_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t2077994506_0_0_0 = { &Stack_1_t2077994506_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1667175519_GenericClass = { 25, { &GenInst_List_1_t1234605051_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1667175519_0_0_0 = { &IEnumerator_1_t1667175519_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2141669168_GenericClass = { 41, { &GenInst_List_1_t1234605051_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2141669168_0_0_0 = { &InternalEnumerator_1_t2141669168_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3049924834_GenericClass = { 48, { &GenInst_List_1_t1234605051_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3049924834_0_0_0 = { &IList_1_t3049924834_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4062757285_GenericClass = { 49, { &GenInst_List_1_t1234605051_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4062757285_0_0_0 = { &ICollection_1_t4062757285_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t214457940_GenericClass = { 29, { &GenInst_List_1_t1234605051_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t214457940_0_0_0 = { &IEnumerable_1_t214457940_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3591981925_GenericClass = { 1101, { &GenInst_List_1_t1234605051_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3591981925_0_0_0 = { &Enumerator_t3591981925_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t1819441192_GenericClass = { 1596, { &GenInst_List_1_t1234605051_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t1819441192_0_0_0 = { &UnityAction_1_t1819441192_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3952196670_GenericClass = { 176, { &GenInst_AnalyticsEventParam_t2480121928_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3952196670_0_0_0 = { &List_1_t3952196670_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t3952196670_0_0_1 = { &List_1_t3952196670_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AnalyticsEventParam_t2480121928_0_0_0 = { (void*)2022, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnalyticsEventParam_t2480121928_1_0_0 = { (void*)2022, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2912692396_GenericClass = { 25, { &GenInst_AnalyticsEventParam_t2480121928_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2912692396_0_0_0 = { &IEnumerator_1_t2912692396_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3387186045_GenericClass = { 41, { &GenInst_AnalyticsEventParam_t2480121928_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3387186045_0_0_0 = { &InternalEnumerator_1_t3387186045_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t474415_GenericClass = { 48, { &GenInst_AnalyticsEventParam_t2480121928_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t474415_0_0_0 = { &IList_1_t474415_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1013306866_GenericClass = { 49, { &GenInst_AnalyticsEventParam_t2480121928_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1013306866_0_0_0 = { &ICollection_1_t1013306866_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1459974817_GenericClass = { 29, { &GenInst_AnalyticsEventParam_t2480121928_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1459974817_0_0_0 = { &IEnumerable_1_t1459974817_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3692698215_GenericClass = { 179, { &GenInst_AnalyticsEventParam_t2480121928_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3692698215_0_0_0 = { &ReadOnlyCollection_1_t3692698215_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3305416052_GenericClass = { 945, { &GenInst_AnalyticsEventParam_t2480121928_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3305416052_0_0_0 = { &Predicate_1_t3305416052_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1546473251_GenericClass = { 177, { &GenInst_AnalyticsEventParam_t2480121928_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1546473251_0_0_0 = { &Enumerator_t1546473251_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2255053107_GenericClass = { 942, { &GenInst_AnalyticsEventParam_t2480121928_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2255053107_0_0_0 = { &Comparison_1_t2255053107_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t1354619006_GenericClass = { 160, { &GenInst_String_t_0_0_0_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t1354619006_0_0_0 = { &Dictionary_2_t1354619006_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t1569362707_GenericClass = { 176, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t1569362707_0_0_0 = { &List_1_t1569362707_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t1309864252_GenericClass = { 179, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t1309864252_0_0_0 = { &ReadOnlyCollection_1_t1309864252_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t922582089_GenericClass = { 945, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t922582089_0_0_0 = { &Predicate_1_t922582089_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3458606584_GenericClass = { 177, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3458606584_0_0_0 = { &Enumerator_t3458606584_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t4167186440_GenericClass = { 942, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t4167186440_0_0_0 = { &Comparison_1_t4167186440_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2001933175_GenericClass = { 25, { &GenInst_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2001933175_0_0_0 = { &IEnumerator_1_t2001933175_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2476426824_GenericClass = { 41, { &GenInst_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2476426824_0_0_0 = { &InternalEnumerator_1_t2476426824_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3384682490_GenericClass = { 48, { &GenInst_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3384682490_0_0_0 = { &IList_1_t3384682490_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t102547645_GenericClass = { 49, { &GenInst_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t102547645_0_0_0 = { &ICollection_1_t102547645_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t549215596_GenericClass = { 29, { &GenInst_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t549215596_0_0_0 = { &IEnumerable_1_t549215596_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t648446982_GenericClass = { 167, { &GenInst_String_t_0_0_0_List_1_t1569362707_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t648446982_0_0_0 = { &Transform_1_t648446982_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t3752291173_GenericClass = { 175, { &GenInst_String_t_0_0_0_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t3752291173_0_0_0 = { &KeyValuePair_2_t3752291173_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4184861641_GenericClass = { 25, { &GenInst_KeyValuePair_2_t3752291173_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4184861641_0_0_0 = { &IEnumerator_1_t4184861641_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t364387994_GenericClass = { 41, { &GenInst_KeyValuePair_2_t3752291173_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t364387994_0_0_0 = { &InternalEnumerator_1_t364387994_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t1272643660_GenericClass = { 48, { &GenInst_KeyValuePair_2_t3752291173_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t1272643660_0_0_0 = { &IList_1_t1272643660_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t2285476111_GenericClass = { 49, { &GenInst_KeyValuePair_2_t3752291173_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t2285476111_0_0_0 = { &ICollection_1_t2285476111_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2732144062_GenericClass = { 29, { &GenInst_KeyValuePair_2_t3752291173_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2732144062_0_0_0 = { &IEnumerable_1_t2732144062_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t1544294477_GenericClass = { 163, { &GenInst_String_t_0_0_0_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t1544294477_0_0_0 = { &KeyCollection_t1544294477_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1536795990_GenericClass = { 164, { &GenInst_String_t_0_0_0_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1536795990_0_0_0 = { &Enumerator_t1536795990_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3308801781_GenericClass = { 162, { &GenInst_String_t_0_0_0_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3308801781_0_0_0 = { &Enumerator_t3308801781_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t3070663324_GenericClass = { 165, { &GenInst_String_t_0_0_0_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t3070663324_0_0_0 = { &ValueCollection_t3070663324_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1923512663_GenericClass = { 166, { &GenInst_String_t_0_0_0_List_1_t1569362707_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1923512663_0_0_0 = { &Enumerator_t1923512663_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t3336611179_GenericClass = { 178, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t3336611179_0_0_0 = { &Collection_1_t3336611179_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t1597042847_GenericClass = { 156, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t1597042847_0_0_0 = { &Comparer_1_t1597042847_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass GenericComparer_1_t2093887805_GenericClass = { 158, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType GenericComparer_1_t2093887805_0_0_0 = { &GenericComparer_1_t2093887805_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t1351553444_GenericClass = { 171, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t1351553444_0_0_0 = { &IComparer_1_t1351553444_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2244858594_GenericClass = { 157, { &GenInst_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2244858594_0_0_0 = { &DefaultComparer_t2244858594_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t235857739_GenericClass = { 176, { &GenInst_FieldWithTarget_t3058750293_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t235857739_0_0_0 = { &List_1_t235857739_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t235857739_0_0_1 = { &List_1_t235857739_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType FieldWithTarget_t3058750293_0_0_0 = { (void*)2033, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FieldWithTarget_t3058750293_1_0_0 = { (void*)2033, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t3491320761_GenericClass = { 25, { &GenInst_FieldWithTarget_t3058750293_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3491320761_0_0_0 = { &IEnumerator_1_t3491320761_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3965814410_GenericClass = { 41, { &GenInst_FieldWithTarget_t3058750293_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3965814410_0_0_0 = { &InternalEnumerator_1_t3965814410_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t579102780_GenericClass = { 48, { &GenInst_FieldWithTarget_t3058750293_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t579102780_0_0_0 = { &IList_1_t579102780_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1591935231_GenericClass = { 49, { &GenInst_FieldWithTarget_t3058750293_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1591935231_0_0_0 = { &ICollection_1_t1591935231_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2038603182_GenericClass = { 29, { &GenInst_FieldWithTarget_t3058750293_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2038603182_0_0_0 = { &IEnumerable_1_t2038603182_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t4271326580_GenericClass = { 179, { &GenInst_FieldWithTarget_t3058750293_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t4271326580_0_0_0 = { &ReadOnlyCollection_1_t4271326580_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3884044417_GenericClass = { 945, { &GenInst_FieldWithTarget_t3058750293_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3884044417_0_0_0 = { &Predicate_1_t3884044417_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2125101616_GenericClass = { 177, { &GenInst_FieldWithTarget_t3058750293_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2125101616_0_0_0 = { &Enumerator_t2125101616_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2833681472_GenericClass = { 942, { &GenInst_FieldWithTarget_t3058750293_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2833681472_0_0_0 = { &Comparison_1_t2833681472_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3418373063_GenericClass = { 176, { &GenInst_TriggerRule_t1946298321_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3418373063_0_0_0 = { &List_1_t3418373063_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t3418373063_0_0_1 = { &List_1_t3418373063_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TriggerRule_t1946298321_0_0_0 = { (void*)2043, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TriggerRule_t1946298321_1_0_0 = { (void*)2043, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2378868789_GenericClass = { 25, { &GenInst_TriggerRule_t1946298321_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2378868789_0_0_0 = { &IEnumerator_1_t2378868789_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2853362438_GenericClass = { 41, { &GenInst_TriggerRule_t1946298321_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2853362438_0_0_0 = { &InternalEnumerator_1_t2853362438_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3761618104_GenericClass = { 48, { &GenInst_TriggerRule_t1946298321_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3761618104_0_0_0 = { &IList_1_t3761618104_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t479483259_GenericClass = { 49, { &GenInst_TriggerRule_t1946298321_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t479483259_0_0_0 = { &ICollection_1_t479483259_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t926151210_GenericClass = { 29, { &GenInst_TriggerRule_t1946298321_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t926151210_0_0_0 = { &IEnumerable_1_t926151210_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3158874608_GenericClass = { 179, { &GenInst_TriggerRule_t1946298321_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3158874608_0_0_0 = { &ReadOnlyCollection_1_t3158874608_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2771592445_GenericClass = { 945, { &GenInst_TriggerRule_t1946298321_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2771592445_0_0_0 = { &Predicate_1_t2771592445_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1012649644_GenericClass = { 177, { &GenInst_TriggerRule_t1946298321_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1012649644_0_0_0 = { &Enumerator_t1012649644_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1721229500_GenericClass = { 942, { &GenInst_TriggerRule_t1946298321_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1721229500_0_0_0 = { &Comparison_1_t1721229500_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3373957456_GenericClass = { 176, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3373957456_0_0_0 = { &List_1_t3373957456_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t3373957456_0_0_1 = { &List_1_t3373957456_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t3114459001_GenericClass = { 179, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t3114459001_0_0_0 = { &ReadOnlyCollection_1_t3114459001_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t2727176838_GenericClass = { 945, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t2727176838_0_0_0 = { &Predicate_1_t2727176838_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t968234037_GenericClass = { 177, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t968234037_0_0_0 = { &Enumerator_t968234037_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1676813893_GenericClass = { 942, { &GenInst_Text_t1901882714_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1676813893_0_0_0 = { &Comparison_1_t1676813893_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass HashSet_1_t1515895227_GenericClass = { 1256, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType HashSet_1_t1515895227_0_0_0 = { &HashSet_1_t1515895227_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3512677030_GenericClass = { 25, { &GenInst_Link_t3080106562_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3512677030_0_0_0 = { &IEnumerator_1_t3512677030_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Link_t3080106562_GenericClass = { 1257, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Link_t3080106562_0_0_0 = { &Link_t3080106562_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t3987170679_GenericClass = { 41, { &GenInst_Link_t3080106562_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t3987170679_0_0_0 = { &InternalEnumerator_1_t3987170679_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t600459049_GenericClass = { 48, { &GenInst_Link_t3080106562_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t600459049_0_0_0 = { &IList_1_t600459049_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1613291500_GenericClass = { 49, { &GenInst_Link_t3080106562_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1613291500_0_0_0 = { &ICollection_1_t1613291500_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2059959451_GenericClass = { 29, { &GenInst_Link_t3080106562_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2059959451_0_0_0 = { &IEnumerable_1_t2059959451_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t3221072498_GenericClass = { 1258, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t3221072498_0_0_0 = { &Enumerator_t3221072498_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass PrimeHelper_t3437786705_GenericClass = { 1259, { &GenInst_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType PrimeHelper_t3437786705_0_0_0 = { &PrimeHelper_t3437786705_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TypedReference_t1491108119_0_0_0 = { (void*)82, 0, IL2CPP_TYPE_TYPEDBYREF, 0, 0, 0 };
extern const RuntimeType TypedReference_t1491108119_1_0_0 = { (void*)82, 0, IL2CPP_TYPE_TYPEDBYREF, 0, 1, 0 };
extern const RuntimeType ArgIterator_t539591376_0_0_0 = { (void*)83, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ArgIterator_t539591376_1_0_0 = { (void*)83, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Void_t1185182177_0_0_0 = { (void*)50, 0, IL2CPP_TYPE_VOID, 0, 0, 0 };
extern const RuntimeType Void_t1185182177_1_0_0 = { (void*)50, 0, IL2CPP_TYPE_VOID, 0, 1, 0 };
extern const RuntimeType RuntimeArgumentHandle_t3162137059_0_0_0 = { (void*)79, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RuntimeArgumentHandle_t3162137059_1_0_0 = { (void*)79, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CompareInfo_t1092934962_0_0_0 = { (void*)231, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CompareInfo_t1092934962_0_0_1 = { (void*)231, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CompareInfo_t1092934962_1_0_0 = { (void*)231, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CompareInfo_t1092934962_0_0_33 = { (void*)231, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectU5BU5D_t2843939325_0_0_0 = { (void*)&RuntimeObject_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ObjectU5BU5D_t2843939325_1_0_2 = { (void*)&RuntimeObject_0_0_0, 2, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType ObjectU5BU5D_t2843939325_0_0_1 = { (void*)&RuntimeObject_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ObjectU5BU5D_t2843939325_0_0_49 = { (void*)&RuntimeObject_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ObjectU5BU5D_t2843939325_1_0_0 = { (void*)&RuntimeObject_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType ObjectU5BU5D_t2843939325_0_0_4 = { (void*)&RuntimeObject_0_0_0, 4, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ObjectU5BU5D_t2843939325_0_0_17 = { (void*)&RuntimeObject_0_0_0, 17, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Hashtable_t1853889766_0_0_0 = { (void*)194, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Hashtable_t1853889766_1_0_0 = { (void*)194, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Hashtable_t1853889766_0_0_1 = { (void*)194, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Hashtable_t1853889766_0_0_17 = { (void*)194, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Hashtable_t1853889766_0_0_4 = { (void*)194, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Hashtable_t1853889766_0_0_3 = { (void*)194, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Hashtable_t1853889766_0_0_6 = { (void*)194, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Hashtable_t1853889766_0_0_33 = { (void*)194, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Hashtable_t1853889766_0_0_49 = { (void*)194, 49, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DBNull_t3725197148_0_0_0 = { (void*)846, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DBNull_t3725197148_1_0_0 = { (void*)846, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DBNull_t3725197148_0_0_54 = { (void*)846, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MulticastDelegate_t_0_0_0 = { (void*)37, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MulticastDelegate_t_1_0_0 = { (void*)37, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MulticastDelegate_t_1_0_2 = { (void*)37, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MulticastDelegate_t_0_0_1 = { (void*)37, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DelegateEntry_t1019584161_0_0_0 = { (void*)855, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DelegateEntry_t1019584161_1_0_0 = { (void*)855, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DelegateEntry_t1019584161_0_0_6 = { (void*)855, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DelegateSerializationHolder_t3408600559_0_0_0 = { (void*)854, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DelegateSerializationHolder_t3408600559_1_0_0 = { (void*)854, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FlagsAttribute_t2262502849_0_0_0 = { (void*)869, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FlagsAttribute_t2262502849_1_0_0 = { (void*)869, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IDictionary_t1363984059_0_0_0 = { (void*)203, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDictionary_t1363984059_0_0_1 = { (void*)203, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDictionary_t1363984059_0_0_6 = { (void*)203, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDictionary_t1363984059_0_0_4 = { (void*)203, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDictionary_t1363984059_1_0_0 = { (void*)203, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IDictionary_t1363984059_0_0_3 = { (void*)203, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDictionary_t1363984059_0_0_2 = { (void*)203, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NumberFormatInfo_t435877138_0_0_0 = { (void*)240, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NumberFormatInfo_t435877138_0_0_129 = { (void*)240, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NumberFormatInfo_t435877138_1_0_0 = { (void*)240, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NumberFormatInfo_t435877138_0_0_1 = { (void*)240, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DateTimeFormatInfo_t2405853701_0_0_0 = { (void*)235, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DateTimeFormatInfo_t2405853701_0_0_1 = { (void*)235, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DateTimeFormatInfo_t2405853701_1_0_0 = { (void*)235, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DateTimeFormatInfo_t2405853701_0_0_17 = { (void*)235, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AttributeUsageAttribute_t290877318_0_0_0 = { (void*)11, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AttributeUsageAttribute_t290877318_1_0_0 = { (void*)11, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AttributeUsageAttribute_t290877318_0_0_49 = { (void*)11, 49, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AttributeUsageAttribute_t290877318_0_0_1 = { (void*)11, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoCustomAttrs_t3634537737_0_0_0 = { (void*)888, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoCustomAttrs_t3634537737_1_0_0 = { (void*)888, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DefaultMemberAttribute_t3275092422_0_0_0 = { (void*)76, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DefaultMemberAttribute_t3275092422_1_0_0 = { (void*)76, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ParamArrayAttribute_t3664765590_0_0_0 = { (void*)61, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ParamArrayAttribute_t3664765590_1_0_0 = { (void*)61, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyHashAlgorithm_t1216504064_0_0_0 = { (void*)215, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AssemblyHashAlgorithm_t1216504064_1_0_0 = { (void*)215, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AssemblyHashAlgorithm_t1216504064_0_0_32854 = { (void*)215, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AssemblyHashAlgorithm_t1216504064_0_0_1 = { (void*)215, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StrongNameKeyPair_t3411219591_0_0_0 = { (void*)392, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StrongNameKeyPair_t3411219591_0_0_1 = { (void*)392, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StrongNameKeyPair_t3411219591_1_0_0 = { (void*)392, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyVersionCompatibility_t766556580_0_0_0 = { (void*)216, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AssemblyVersionCompatibility_t766556580_1_0_0 = { (void*)216, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AssemblyVersionCompatibility_t766556580_0_0_32854 = { (void*)216, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AssemblyVersionCompatibility_t766556580_0_0_1 = { (void*)216, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AssemblyNameFlags_t3675421470_0_0_0 = { (void*)342, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AssemblyNameFlags_t3675421470_0_0_1 = { (void*)342, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AssemblyNameFlags_t3675421470_1_0_0 = { (void*)342, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AssemblyNameFlags_t3675421470_0_0_32854 = { (void*)342, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Nullable_1_t3772285925_0_0_0 = { (void*)85, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Nullable_1_t3772285925_1_0_0 = { (void*)85, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Enum_t4135868527_0_0_0 = { (void*)39, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Enum_t4135868527_1_0_0 = { (void*)39, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ValueType_t3640485471_0_0_0 = { (void*)2, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ValueType_t3640485471_1_0_0 = { (void*)2, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyBuilderAccess_t2806254258_0_0_0 = { (void*)297, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AssemblyBuilderAccess_t2806254258_1_0_0 = { (void*)297, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AssemblyBuilderAccess_t2806254258_0_0_32854 = { (void*)297, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MemberInfoSerializationHolder_t1943730831_0_0_0 = { (void*)361, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MemberInfoSerializationHolder_t1943730831_1_0_0 = { (void*)361, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StaticGetter_1_t1915726309_0_0_0 = { (void*)382, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StaticGetter_1_t1915726309_1_0_0 = { (void*)382, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Getter_2_t3734896353_0_0_0 = { (void*)381, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Getter_2_t3734896353_1_0_0 = { (void*)381, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoProperty_t_0_0_0 = { (void*)379, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoProperty_t_1_0_0 = { (void*)379, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GetterAdapter_t2155025054_0_0_0 = { (void*)380, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GetterAdapter_t2155025054_0_0_1 = { (void*)380, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GetterAdapter_t2155025054_1_0_0 = { (void*)380, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RuntimeResourceSet_t3081501575_0_0_0 = { (void*)407, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RuntimeResourceSet_t3081501575_1_0_0 = { (void*)407, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ResourceSet_t2827911187_0_0_0 = { (void*)406, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ResourceSet_t2827911187_1_0_0 = { (void*)406, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IActivator_t485815189_0_0_0 = { (void*)474, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IActivator_t485815189_0_0_17 = { (void*)474, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IActivator_t485815189_0_0_1 = { (void*)474, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IActivator_t485815189_1_0_0 = { (void*)474, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IChannelSender_t3390569648_0_0_0 = { (void*)491, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IChannelSender_t3390569648_0_0_2 = { (void*)491, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IChannelSender_t3390569648_1_0_0 = { (void*)491, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IChannelReceiver_t2613772052_0_0_0 = { (void*)490, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IChannelReceiver_t2613772052_0_0_1 = { (void*)490, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IChannelReceiver_t2613772052_1_0_0 = { (void*)490, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IClientChannelSinkProvider_t3458332106_0_0_0 = { (void*)492, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IClientChannelSinkProvider_t3458332106_1_0_0 = { (void*)492, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IServerChannelSinkProvider_t261185907_0_0_0 = { (void*)494, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IServerChannelSinkProvider_t261185907_1_0_0 = { (void*)494, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CrossAppDomainSink_t2177102621_0_0_0 = { (void*)484, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CrossAppDomainSink_t2177102621_1_0_0 = { (void*)484, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IContextPropertyU5BU5D_t3905045777_0_0_0 = { (void*)&IContextProperty_t840037424_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType SoapAttribute_t411004526_0_0_0 = { (void*)570, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SoapAttribute_t411004526_1_0_0 = { (void*)570, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ObjRef_t2141158884_0_0_0 = { (void*)590, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjRef_t2141158884_0_0_1 = { (void*)590, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjRef_t2141158884_0_0_4 = { (void*)590, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjRef_t2141158884_1_0_0 = { (void*)590, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IRemotingTypeInfo_t2222593263_0_0_0 = { (void*)586, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IRemotingTypeInfo_t2222593263_1_0_0 = { (void*)586, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IRemotingTypeInfo_t2222593263_0_0_1 = { (void*)586, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEnvoyInfo_t2180778907_0_0_0 = { (void*)585, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEnvoyInfo_t2180778907_1_0_0 = { (void*)585, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEnvoyInfo_t2180778907_0_0_1 = { (void*)585, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IChannelInfo_t3866172133_0_0_0 = { (void*)584, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IChannelInfo_t3866172133_1_0_0 = { (void*)584, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IChannelInfo_t3866172133_0_0_1 = { (void*)584, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemoteActivator_t2150046731_0_0_0 = { (void*)478, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemoteActivator_t2150046731_1_0_0 = { (void*)478, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ProxyAttribute_t455382724_0_0_0 = { (void*)575, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ProxyAttribute_t455382724_1_0_0 = { (void*)575, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OneWayAttribute_t936468379_0_0_0 = { (void*)561, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OneWayAttribute_t936468379_1_0_0 = { (void*)561, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClrTypeMetadata_t3885853035_0_0_0 = { (void*)622, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClrTypeMetadata_t3885853035_1_0_0 = { (void*)622, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ObjectWriter_t2968406231_0_0_0 = { (void*)625, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectWriter_t2968406231_1_0_0 = { (void*)625, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BinaryWriter_t3992595042_0_0_0 = { (void*)248, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BinaryWriter_t3992595042_1_0_0 = { (void*)248, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BinaryWriter_t3992595042_0_0_54 = { (void*)248, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeMetadata_t2187352167_0_0_0 = { (void*)621, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeMetadata_t2187352167_1_0_0 = { (void*)621, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeMetadata_t2187352167_1_0_2 = { (void*)621, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeMetadata_t2187352167_0_0_6 = { (void*)621, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CultureInfo_t4157843068_0_0_0 = { (void*)233, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CultureInfo_t4157843068_0_0_1 = { (void*)233, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CultureInfo_t4157843068_1_0_0 = { (void*)233, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CultureInfo_t4157843068_0_0_17 = { (void*)233, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CultureInfo_t4157843068_0_0_129 = { (void*)233, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CultureInfo_t4157843068_0_0_161 = { (void*)233, 161, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IFormatProvider_t2518567562_0_0_0 = { (void*)875, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IFormatProvider_t2518567562_0_0_1 = { (void*)875, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IFormatProvider_t2518567562_1_0_0 = { (void*)875, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoTypeU5BU5D_t3512060744_0_0_0 = { (void*)&MonoType_t_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType StringU5BU5D_t1281789340_0_0_0 = { (void*)&String_t_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType StringU5BU5D_t1281789340_0_0_131 = { (void*)&String_t_0_0_0, 131, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType StringU5BU5D_t1281789340_0_0_49 = { (void*)&String_t_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType StringU5BU5D_t1281789340_0_0_1 = { (void*)&String_t_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType StringU5BU5D_t1281789340_0_0_51 = { (void*)&String_t_0_0_0, 51, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType StringU5BU5D_t1281789340_0_0_22 = { (void*)&String_t_0_0_0, 22, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType StringU5BU5D_t1281789340_0_0_6 = { (void*)&String_t_0_0_0, 6, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType StringU5BU5D_t1281789340_0_0_3 = { (void*)&String_t_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType StringU5BU5D_t1281789340_1_0_2 = { (void*)&String_t_0_0_0, 2, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType SerializationInfo_t950877179_0_0_0 = { (void*)657, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializationInfo_t950877179_0_0_1 = { (void*)657, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializationInfo_t950877179_1_0_2 = { (void*)657, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SerializationInfo_t950877179_0_0_6 = { (void*)657, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializationInfo_t950877179_1_0_0 = { (void*)657, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StreamingContext_t3711869237_0_0_0 = { (void*)661, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StreamingContext_t3711869237_0_0_1 = { (void*)661, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StreamingContext_t3711869237_0_0_33 = { (void*)661, 33, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StreamingContext_t3711869237_1_0_0 = { (void*)661, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType OnSerializingAttribute_t2580696919_0_0_0 = { (void*)651, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnSerializingAttribute_t2580696919_1_0_0 = { (void*)651, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OnSerializedAttribute_t2595932830_0_0_0 = { (void*)650, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnSerializedAttribute_t2595932830_1_0_0 = { (void*)650, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OnDeserializingAttribute_t338753086_0_0_0 = { (void*)649, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnDeserializingAttribute_t338753086_1_0_0 = { (void*)649, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OnDeserializedAttribute_t1335880599_0_0_0 = { (void*)648, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnDeserializedAttribute_t1335880599_1_0_0 = { (void*)648, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CallbackHandler_t3280319253_0_0_0 = { (void*)654, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CallbackHandler_t3280319253_1_0_0 = { (void*)654, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CallbackHandler_t3280319253_0_0_1 = { (void*)654, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoField_t_0_0_0 = { (void*)371, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoField_t_1_0_0 = { (void*)371, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoMethod_t_0_0_0 = { (void*)375, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoMethod_t_0_0_1 = { (void*)375, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoMethod_t_1_0_0 = { (void*)375, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecurityPermission_t2954997752_0_0_0 = { (void*)740, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityPermission_t2954997752_1_0_0 = { (void*)740, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecurityPermission_t2954997752_0_0_17 = { (void*)740, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WindowsAccountType_t2283000883_0_0_0 = { (void*)754, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType WindowsAccountType_t2283000883_1_0_0 = { (void*)754, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType WindowsAccountType_t2283000883_0_0_32854 = { (void*)754, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType WindowsAccountType_t2283000883_0_0_1 = { (void*)754, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ICustomFormatter_t4199732012_0_0_0 = { (void*)874, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICustomFormatter_t4199732012_1_0_0 = { (void*)874, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContextBoundObject_t1394786030_0_0_0 = { (void*)844, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContextBoundObject_t1394786030_1_0_0 = { (void*)844, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeDelegator_t3617470028_0_0_0 = { (void*)397, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeDelegator_t3617470028_1_0_0 = { (void*)397, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnitySerializationHolder_t431912834_0_0_0 = { (void*)925, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnitySerializationHolder_t431912834_1_0_0 = { (void*)925, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContentType_t2602934270_0_0_0 = { (void*)1040, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ContentType_t2602934270_1_0_0 = { (void*)1040, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ContentType_t2602934270_0_0_32854 = { (void*)1040, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ContentType_t2602934270_0_0_1 = { (void*)1040, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType IEqualityComparer_t1493878338_0_0_0 = { (void*)205, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEqualityComparer_t1493878338_0_0_1 = { (void*)205, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEqualityComparer_t1493878338_1_0_0 = { (void*)205, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEqualityComparer_t1493878338_0_0_3 = { (void*)205, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IHashCodeProvider_t267601189_0_0_0 = { (void*)206, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IHashCodeProvider_t267601189_0_0_1 = { (void*)206, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IHashCodeProvider_t267601189_1_0_0 = { (void*)206, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IComparer_t1540313114_0_0_0 = { (void*)202, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IComparer_t1540313114_0_0_1 = { (void*)202, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IComparer_t1540313114_1_0_0 = { (void*)202, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IComparer_t1540313114_0_0_2 = { (void*)202, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WebHeaderCollection_t1942268960_0_0_0 = { (void*)1137, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WebHeaderCollection_t1942268960_0_0_1 = { (void*)1137, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WebHeaderCollection_t1942268960_1_0_0 = { (void*)1137, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IWebProxy_t688979836_0_0_0 = { (void*)1131, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IWebProxy_t688979836_0_0_1 = { (void*)1131, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IWebProxy_t688979836_1_0_0 = { (void*)1131, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IWebProxy_t688979836_0_0_17 = { (void*)1131, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Uri_t100236324_0_0_0 = { (void*)1238, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Uri_t100236324_0_0_1 = { (void*)1238, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Uri_t100236324_1_0_0 = { (void*)1238, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FileAccess_t1659085276_0_0_0 = { (void*)254, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FileAccess_t1659085276_1_0_0 = { (void*)254, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FileAccess_t1659085276_0_0_32854 = { (void*)254, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FileAccess_t1659085276_0_0_1 = { (void*)254, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509CertificateCollection_t3399372417_0_0_0 = { (void*)1150, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509CertificateCollection_t3399372417_0_0_1 = { (void*)1150, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509CertificateCollection_t3399372417_1_0_0 = { (void*)1150, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArrayList_t2718874744_0_0_0 = { (void*)180, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArrayList_t2718874744_0_0_1 = { (void*)180, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArrayList_t2718874744_1_0_0 = { (void*)180, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArrayList_t2718874744_0_0_4 = { (void*)180, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArrayList_t2718874744_0_0_17 = { (void*)180, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArrayList_t2718874744_0_0_33 = { (void*)180, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WebRequest_t1939381076_0_0_0 = { (void*)1139, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WebRequest_t1939381076_1_0_0 = { (void*)1139, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Category_t1200126069_0_0_0 = { (void*)1197, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Category_t1200126069_1_0_0 = { (void*)1197, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Category_t1200126069_0_0_32854 = { (void*)1197, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RegexOptions_t92845595_0_0_0 = { (void*)1187, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RegexOptions_t92845595_0_0_5 = { (void*)1187, 5, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RegexOptions_t92845595_1_0_0 = { (void*)1187, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RegexOptions_t92845595_0_0_32854 = { (void*)1187, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RegexOptions_t92845595_0_0_6 = { (void*)1187, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DefaultExecutionOrder_t3059642329_0_0_0 = { (void*)1325, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DefaultExecutionOrder_t3059642329_1_0_0 = { (void*)1325, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityAction_t3245792599_0_0_0 = { (void*)1594, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityAction_t3245792599_0_0_3 = { (void*)1594, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityAction_t3245792599_0_0_1 = { (void*)1594, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityAction_t3245792599_1_0_0 = { (void*)1594, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityAction_t3245792599_0_0_132 = { (void*)1594, 132, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CachedInvokableCall_1_t3153979999_0_0_0 = { (void*)1588, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CachedInvokableCall_1_t3153979999_1_0_0 = { (void*)1588, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PlayerConnection_t3081694049_0_0_0 = { (void*)1655, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PlayerConnection_t3081694049_1_0_0 = { (void*)1655, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PlayerConnection_t3081694049_0_0_17 = { (void*)1655, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUILayer_t2783472903_0_0_0 = { (void*)1394, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUILayer_t2783472903_1_0_0 = { (void*)1394, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUITargetAttribute_t25796337_0_0_0 = { (void*)1782, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUITargetAttribute_t25796337_1_0_0 = { (void*)1782, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AxisEventData_t2331243652_0_0_0 = { (void*)1862, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AxisEventData_t2331243652_1_0_0 = { (void*)1862, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AxisEventData_t2331243652_0_0_1 = { (void*)1862, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SpriteRenderer_t3235626157_0_0_0 = { (void*)1690, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SpriteRenderer_t3235626157_1_0_0 = { (void*)1690, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Button_t4055032469_0_0_0 = { (void*)1889, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Button_t4055032469_1_0_0 = { (void*)1889, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Button_t4055032469_0_0_3 = { (void*)1889, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RawImage_t3182918964_0_0_0 = { (void*)1940, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RawImage_t3182918964_1_0_0 = { (void*)1940, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Slider_t3903728902_0_0_0 = { (void*)1955, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Slider_t3903728902_1_0_0 = { (void*)1955, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Scrollbar_t1494447233_0_0_0 = { (void*)1942, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Scrollbar_t1494447233_1_0_0 = { (void*)1942, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Scrollbar_t1494447233_0_0_3 = { (void*)1942, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Scrollbar_t1494447233_0_0_1 = { (void*)1942, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InputField_t3762917431_0_0_0 = { (void*)1922, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InputField_t3762917431_1_0_0 = { (void*)1922, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InputField_t3762917431_0_0_3 = { (void*)1922, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ScrollRect_t4137855814_0_0_0 = { (void*)1947, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ScrollRect_t4137855814_1_0_0 = { (void*)1947, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Dropdown_t2274391225_0_0_0 = { (void*)1898, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Dropdown_t2274391225_1_0_0 = { (void*)1898, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Dropdown_t2274391225_0_0_3 = { (void*)1898, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GraphicRaycaster_t2999697109_0_0_0 = { (void*)1908, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GraphicRaycaster_t2999697109_1_0_0 = { (void*)1908, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CanvasRenderer_t2598313366_0_0_0 = { (void*)1812, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CanvasRenderer_t2598313366_1_0_0 = { (void*)1812, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CanvasRenderer_t2598313366_0_0_129 = { (void*)1812, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CanvasRenderer_t2598313366_0_0_1 = { (void*)1812, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMeshModifier_t1571826021_0_0_0 = { (void*)2012, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMeshModifier_t1571826021_1_0_0 = { (void*)2012, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Corner_t1493259673_0_0_0 = { (void*)1981, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Corner_t1493259673_0_0_4 = { (void*)1981, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Corner_t1493259673_1_0_0 = { (void*)1981, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Corner_t1493259673_0_0_32854 = { (void*)1981, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Axis_t3613393006_0_0_0 = { (void*)1982, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Axis_t3613393006_0_0_4 = { (void*)1982, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Axis_t3613393006_1_0_0 = { (void*)1982, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Axis_t3613393006_0_0_32854 = { (void*)1982, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Constraint_t814224393_0_0_0 = { (void*)1983, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Constraint_t814224393_0_0_4 = { (void*)1983, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Constraint_t814224393_1_0_0 = { (void*)1983, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Constraint_t814224393_0_0_32854 = { (void*)1983, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SubmitEvent_t648412432_0_0_0 = { (void*)1928, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SubmitEvent_t648412432_0_0_1 = { (void*)1928, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SubmitEvent_t648412432_1_0_0 = { (void*)1928, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OnChangeEvent_t467195904_0_0_0 = { (void*)1929, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnChangeEvent_t467195904_0_0_1 = { (void*)1929, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnChangeEvent_t467195904_1_0_0 = { (void*)1929, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OnValidateInput_t2355412304_0_0_0 = { (void*)1927, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnValidateInput_t2355412304_0_0_1 = { (void*)1927, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnValidateInput_t2355412304_1_0_0 = { (void*)1927, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LayoutElement_t1785403678_0_0_0 = { (void*)1991, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LayoutElement_t1785403678_1_0_0 = { (void*)1991, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RectOffset_t1369453676_0_0_0 = { (void*)1392, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RectOffset_t1369453676_1_0_0 = { (void*)1392, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RectOffset_t1369453676_0_0_129 = { (void*)1392, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RectOffset_t1369453676_0_0_33 = { (void*)1392, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RectOffset_t1369453676_0_0_4 = { (void*)1392, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextAnchor_t2035777396_0_0_0 = { (void*)1709, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextAnchor_t2035777396_0_0_6 = { (void*)1709, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextAnchor_t2035777396_1_0_0 = { (void*)1709, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TextAnchor_t2035777396_0_0_32854 = { (void*)1709, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextAnchor_t2035777396_0_0_1 = { (void*)1709, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextAnchor_t2035777396_0_0_4 = { (void*)1709, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ILayoutIgnorer_t1530801976_0_0_0 = { (void*)1990, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutIgnorer_t1530801976_1_0_0 = { (void*)1990, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ILayoutIgnorer_t1530801976_0_0_1 = { (void*)1990, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutGroup_t1287622989_0_0_0 = { (void*)1988, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutGroup_t1287622989_0_0_7 = { (void*)1988, 7, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutGroup_t1287622989_1_0_0 = { (void*)1988, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ILayoutGroup_t1287622989_0_0_1 = { (void*)1988, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutController_t915495727_0_0_0 = { (void*)1987, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutController_t915495727_0_0_9 = { (void*)1987, 9, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutController_t915495727_0_0_1 = { (void*)1987, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutController_t915495727_1_0_0 = { (void*)1987, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ILayoutController_t915495727_0_0_2 = { (void*)1987, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Physics_t2310948930_0_0_0 = { (void*)1803, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Physics_t2310948930_1_0_0 = { (void*)1803, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Ray_t3785851493_0_0_0 = { (void*)1549, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Ray_t3785851493_1_0_2 = { (void*)1549, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Ray_t3785851493_1_0_0 = { (void*)1549, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Raycast3DCallback_t701940803_0_0_0 = { (void*)2002, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Raycast3DCallback_t701940803_0_0_6 = { (void*)2002, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Raycast3DCallback_t701940803_1_0_0 = { (void*)2002, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Physics2D_t1528932956_0_0_0 = { (void*)1793, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Physics2D_t1528932956_1_0_0 = { (void*)1793, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Raycast2DCallback_t768590915_0_0_0 = { (void*)2003, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Raycast2DCallback_t768590915_0_0_6 = { (void*)2003, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Raycast2DCallback_t768590915_1_0_0 = { (void*)2003, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RaycastAllCallback_t1884415901_0_0_0 = { (void*)2004, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RaycastAllCallback_t1884415901_0_0_6 = { (void*)2004, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RaycastAllCallback_t1884415901_1_0_0 = { (void*)2004, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GetRayIntersectionAllCallback_t3913627115_0_0_0 = { (void*)2005, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GetRayIntersectionAllCallback_t3913627115_0_0_6 = { (void*)2005, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GetRayIntersectionAllCallback_t3913627115_1_0_0 = { (void*)2005, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RaycastHit2DU5BU5D_t4286651560_0_0_0 = { (void*)&RaycastHit2D_t2279581989_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType RaycastHit2DU5BU5D_t4286651560_0_0_2 = { (void*)&RaycastHit2D_t2279581989_0_0_0, 2, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType RaycastHit2DU5BU5D_t4286651560_0_0_1 = { (void*)&RaycastHit2D_t2279581989_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType GetRayIntersectionAllNonAllocCallback_t2311174851_0_0_0 = { (void*)2006, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GetRayIntersectionAllNonAllocCallback_t2311174851_0_0_6 = { (void*)2006, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GetRayIntersectionAllNonAllocCallback_t2311174851_1_0_0 = { (void*)2006, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RaycastHitU5BU5D_t1690781147_0_0_0 = { (void*)&RaycastHit_t1056001966_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType RaycastHitU5BU5D_t1690781147_0_0_1 = { (void*)&RaycastHit_t1056001966_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType GetRaycastNonAllocCallback_t3841783507_0_0_0 = { (void*)2007, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GetRaycastNonAllocCallback_t3841783507_0_0_6 = { (void*)2007, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GetRaycastNonAllocCallback_t3841783507_1_0_0 = { (void*)2007, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnimationTriggers_t2532145056_0_0_0 = { (void*)1888, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnimationTriggers_t2532145056_1_0_0 = { (void*)1888, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnimationTriggers_t2532145056_0_0_1 = { (void*)1888, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Animator_t434523843_0_0_0 = { (void*)1733, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Animator_t434523843_1_0_0 = { (void*)1733, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CircleCollider2D_t662546754_0_0_0 = { (void*)1798, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CircleCollider2D_t662546754_1_0_0 = { (void*)1798, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BoxCollider2D_t3581341831_0_0_0 = { (void*)1799, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BoxCollider2D_t3581341831_1_0_0 = { (void*)1799, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GenericComparer_1_t3581574675_0_0_0 = { (void*)158, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GenericComparer_1_t3581574675_1_0_0 = { (void*)158, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GenericEqualityComparer_1_t2270490560_0_0_0 = { (void*)170, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GenericEqualityComparer_1_t2270490560_1_0_0 = { (void*)170, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745525_0_0_0 = { (void*)0, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745525_1_0_0 = { (void*)0, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NumberStyles_t617258130_0_0_0 = { (void*)241, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType NumberStyles_t617258130_1_0_0 = { (void*)241, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType NumberStyles_t617258130_0_0_32854 = { (void*)241, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeCode_t2987224087_0_0_0 = { (void*)920, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeCode_t2987224087_1_0_0 = { (void*)920, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TypeCode_t2987224087_0_0_32854 = { (void*)920, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType IFormattable_t1450744796_0_0_0 = { (void*)6, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IFormattable_t1450744796_1_0_0 = { (void*)6, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IComparable_1_t1882161304_0_0_0 = { (void*)9, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IComparable_1_t1882161304_1_0_0 = { (void*)9, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IComparable_1_t1882161304_gp_0_0_0_0 = { (void*)0, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType SerializableAttribute_t1992588303_0_0_0 = { (void*)10, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializableAttribute_t1992588303_1_0_0 = { (void*)10, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AttributeTargets_t1784037988_0_0_0 = { (void*)839, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AttributeTargets_t1784037988_0_0_1 = { (void*)839, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AttributeTargets_t1784037988_1_0_0 = { (void*)839, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AttributeTargets_t1784037988_0_0_32854 = { (void*)839, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ComVisibleAttribute_t1362837655_0_0_0 = { (void*)12, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ComVisibleAttribute_t1362837655_1_0_0 = { (void*)12, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEquatable_1_t2413554698_0_0_0 = { (void*)13, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEquatable_1_t2413554698_1_0_0 = { (void*)13, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEquatable_1_t2413554698_gp_0_0_0_0 = { (void*)1, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType CLSCompliantAttribute_t999444765_0_0_0 = { (void*)16, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CLSCompliantAttribute_t999444765_1_0_0 = { (void*)16, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEnumerator_t1853284238_0_0_0 = { (void*)22, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEnumerator_t1853284238_1_0_0 = { (void*)22, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEnumerator_t1853284238_0_0_1 = { (void*)22, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEnumerator_t1853284238_0_0_4 = { (void*)22, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t2749364727_0_0_0 = { (void*)25, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t2749364727_1_0_0 = { (void*)25, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEnumerator_1_t2749364727_gp_0_0_0_0 = { (void*)2, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType ByteU2A_t1278829352_1_0_2 = { (void*)&Byte_t1134296376_0_0_0, 2, IL2CPP_TYPE_PTR, 0, 1, 0 };
extern const RuntimeType ByteU2A_t1278829352_0_0_0 = { (void*)&Byte_t1134296376_0_0_0, 0, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType ByteU2A_t1278829352_0_0_49 = { (void*)&Byte_t1134296376_0_0_0, 49, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType ByteU2A_t1278829352_1_0_0 = { (void*)&Byte_t1134296376_0_0_0, 0, IL2CPP_TYPE_PTR, 0, 1, 0 };
extern const RuntimeType ByteU2A_t1278829352_0_0_17 = { (void*)&Byte_t1134296376_0_0_0, 17, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType ByteU2A_t1278829352_0_0_33 = { (void*)&Byte_t1134296376_0_0_0, 33, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType ByteU2A_t1278829352_0_0_38 = { (void*)&Byte_t1134296376_0_0_0, 38, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType ByteU2A_t1278829352_0_0_6 = { (void*)&Byte_t1134296376_0_0_0, 6, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType DoubleU2A_t2507581161_1_0_2 = { (void*)&Double_t594665363_0_0_0, 2, IL2CPP_TYPE_PTR, 0, 1, 0 };
extern const RuntimeType DoubleU2A_t2507581161_0_0_0 = { (void*)&Double_t594665363_0_0_0, 0, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType DoubleU2A_t2507581161_0_0_49 = { (void*)&Double_t594665363_0_0_0, 49, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType UInt16U2A_t3235114554_1_0_2 = { (void*)&UInt16_t2177724958_0_0_0, 2, IL2CPP_TYPE_PTR, 0, 1, 0 };
extern const RuntimeType UInt16U2A_t3235114554_0_0_0 = { (void*)&UInt16_t2177724958_0_0_0, 0, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType UInt16U2A_t3235114554_0_0_49 = { (void*)&UInt16_t2177724958_0_0_0, 49, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType UnicodeCategory_t3356078642_0_0_0 = { (void*)245, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnicodeCategory_t3356078642_1_0_0 = { (void*)245, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UnicodeCategory_t3356078642_0_0_32854 = { (void*)245, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CharU2A_t2925217538_0_0_0 = { (void*)&Char_t3634460470_0_0_0, 0, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType CharU2A_t2925217538_1_0_2 = { (void*)&Char_t3634460470_0_0_0, 2, IL2CPP_TYPE_PTR, 0, 1, 0 };
extern const RuntimeType CharU2A_t2925217538_0_0_49 = { (void*)&Char_t3634460470_0_0_0, 49, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType CharU5BU5D_t3528271667_0_0_0 = { (void*)&Char_t3634460470_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CharU5BU5D_t3528271667_0_0_49 = { (void*)&Char_t3634460470_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CharU5BU5D_t3528271667_0_0_17 = { (void*)&Char_t3634460470_0_0_0, 17, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CharU5BU5D_t3528271667_0_0_38 = { (void*)&Char_t3634460470_0_0_0, 38, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CharU5BU5D_t3528271667_0_0_1 = { (void*)&Char_t3634460470_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CharU5BU5D_t3528271667_0_0_54 = { (void*)&Char_t3634460470_0_0_0, 54, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CharU5BU5D_t3528271667_0_0_51 = { (void*)&Char_t3634460470_0_0_0, 51, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CharU5BU5D_t3528271667_0_0_3 = { (void*)&Char_t3634460470_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CharU5BU5D_t3528271667_0_0_4 = { (void*)&Char_t3634460470_0_0_0, 4, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CharU5BU5D_t3528271667_1_0_0 = { (void*)&Char_t3634460470_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType StringSplitOptions_t641086070_0_0_0 = { (void*)914, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StringSplitOptions_t641086070_1_0_0 = { (void*)914, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType StringSplitOptions_t641086070_0_0_32854 = { (void*)914, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StringComparison_t3657712135_0_0_0 = { (void*)913, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StringComparison_t3657712135_1_0_0 = { (void*)913, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType StringComparison_t3657712135_0_0_32854 = { (void*)913, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CompareOptions_t4130014775_0_0_0 = { (void*)232, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CompareOptions_t4130014775_0_0_38 = { (void*)232, 38, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CompareOptions_t4130014775_0_0_33 = { (void*)232, 33, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CompareOptions_t4130014775_0_0_1 = { (void*)232, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CompareOptions_t4130014775_1_0_0 = { (void*)232, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CompareOptions_t4130014775_0_0_32854 = { (void*)232, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StringBuilder_t_0_0_0 = { (void*)794, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StringBuilder_t_0_0_1 = { (void*)794, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StringBuilder_t_1_0_0 = { (void*)794, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SByteU2A_t1340441882_0_0_0 = { (void*)&SByte_t1669577662_0_0_0, 0, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType Encoding_t1523322056_0_0_0 = { (void*)791, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Encoding_t1523322056_0_0_1 = { (void*)791, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Encoding_t1523322056_1_0_0 = { (void*)791, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Encoding_t1523322056_0_0_17 = { (void*)791, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t1615002100_0_0_0 = { (void*)29, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t1615002100_1_0_0 = { (void*)29, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2695205017_GenericClass = { 25, { &GenInst_IEnumerable_1_t1615002100_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2695205017_0_0_0 = { &IEnumerator_1_t2695205017_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t1615002100_gp_0_0_0_0 = { (void*)3, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Int32U5BU5D_t385246372_0_0_0 = { (void*)&Int32_t2950945753_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Int32U5BU5D_t385246372_0_0_1 = { (void*)&Int32_t2950945753_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Int32U5BU5D_t385246372_0_0_49 = { (void*)&Int32_t2950945753_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Int32U5BU5D_t385246372_0_0_6 = { (void*)&Int32_t2950945753_0_0_0, 6, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Int32U5BU5D_t385246372_0_0_17 = { (void*)&Int32_t2950945753_0_0_0, 17, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType VoidU2A_t3811567795_0_0_0 = { (void*)&Void_t1185182177_0_0_0, 0, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType VoidU2A_t3811567795_0_0_1 = { (void*)&Void_t1185182177_0_0_0, 1, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType VoidU2A_t3811567795_0_0_161 = { (void*)&Void_t1185182177_0_0_0, 161, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType UIntPtr_t_0_0_0 = { (void*)36, 0, IL2CPP_TYPE_U, 0, 0, 0 };
extern const RuntimeType UIntPtr_t_1_0_0 = { (void*)36, 0, IL2CPP_TYPE_U, 0, 1, 0 };
extern const RuntimeType UIntPtr_t_0_0_54 = { (void*)36, 54, IL2CPP_TYPE_U, 0, 0, 0 };
extern const RuntimeType UIntPtr_t_0_0_1 = { (void*)36, 1, IL2CPP_TYPE_U, 0, 0, 0 };
extern const RuntimeType DelegateU5BU5D_t1703627840_0_0_0 = { (void*)&Delegate_t1188392813_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType BindingFlags_t2721792723_0_0_0 = { (void*)348, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType BindingFlags_t2721792723_0_0_32851 = { (void*)348, 32851, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType BindingFlags_t2721792723_1_0_0 = { (void*)348, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType BindingFlags_t2721792723_0_0_32854 = { (void*)348, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType BindingFlags_t2721792723_0_0_32849 = { (void*)348, 32849, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType BindingFlags_t2721792723_0_0_49 = { (void*)348, 49, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DelegateData_t1677132599_0_0_1 = { (void*)853, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DelegateData_t1677132599_0_0_0 = { (void*)853, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DelegateData_t1677132599_1_0_0 = { (void*)853, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2468302629_GenericClass = { 25, { &GenInst_Array_InternalArray__IEnumerable_GetEnumerator_m370636962_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2468302629_0_0_0 = { &IEnumerator_1_t2468302629_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Array_InternalArray__IEnumerable_GetEnumerator_m370636962_gp_0_0_0_0 = { (void*)4, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass InternalEnumerator_1_t2942796278_GenericClass = { 41, { &GenInst_Array_InternalArray__IEnumerable_GetEnumerator_m370636962_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType InternalEnumerator_1_t2942796278_0_0_0 = { &InternalEnumerator_1_t2942796278_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Array_InternalArray__ICollection_Add_m3779804350_gp_0_0_0_0 = { (void*)5, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Array_InternalArray__ICollection_Remove_m50036321_gp_0_0_0_0 = { (void*)6, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Array_InternalArray__ICollection_Contains_m815164535_gp_0_0_0_0 = { (void*)7, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1359535160_0_0_0 = { (void*)&Array_InternalArray__ICollection_CopyTo_m1081177489_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_InternalArray__ICollection_CopyTo_m1081177489_gp_0_0_0_0 = { (void*)8, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Array_InternalArray__Insert_m1871647499_gp_0_0_0_0 = { (void*)9, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Array_InternalArray__IndexOf_m1658849363_gp_0_0_0_0 = { (void*)10, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Array_InternalArray__get_Item_m99391422_gp_0_0_0_0 = { (void*)11, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Array_InternalArray__set_Item_m1056085555_gp_0_0_0_0 = { (void*)12, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Array_GetGenericValueImpl_m3052047053_gp_0_1_0_2 = { (void*)13, 2, IL2CPP_TYPE_MVAR, 0, 1, 0 };
extern const RuntimeType Array_GetGenericValueImpl_m3052047053_gp_0_0_0_0 = { (void*)13, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Array_SetGenericValueImpl_m2095957904_gp_0_1_0_0 = { (void*)14, 0, IL2CPP_TYPE_MVAR, 0, 1, 0 };
extern const RuntimeType Array_SetGenericValueImpl_m2095957904_gp_0_0_0_0 = { (void*)14, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Int64U5BU5D_t2559172825_0_0_0 = { (void*)&Int64_t3736567304_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Int64U5BU5D_t2559172825_1_0_2 = { (void*)&Int64_t3736567304_0_0_0, 2, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType Swapper_t2822380397_0_0_0 = { (void*)45, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Swapper_t2822380397_1_0_0 = { (void*)45, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TU5BU5D_t1356038776_0_0_0 = { (void*)&Array_get_swapper_m1495583227_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_get_swapper_m1495583227_gp_0_0_0_0 = { (void*)15, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType DoubleU5BU5D_t3413330114_0_0_0 = { (void*)&Double_t594665363_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2062585525_0_0_0 = { (void*)&Array_Sort_m673391272_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m673391272_gp_0_0_0_0 = { (void*)16, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TKeyU5BU5D_t2062585526_0_0_0 = { (void*)&Array_Sort_m686588115_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m686588115_gp_0_0_0_0 = { (void*)17, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TValueU5BU5D_t2059258328_0_0_0 = { (void*)&Array_Sort_m686588115_gp_1_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m686588115_gp_1_0_0_0 = { (void*)18, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2062585527_0_0_0 = { (void*)&Array_Sort_m2351250285_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m2351250285_gp_0_0_0_0 = { (void*)19, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t2768710371_GenericClass = { 171, { &GenInst_Array_Sort_m2351250285_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t2768710371_0_0_0 = { &IComparer_1_t2768710371_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TKeyU5BU5D_t2062585528_0_0_0 = { (void*)&Array_Sort_m493616753_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m493616753_gp_0_0_0_0 = { (void*)20, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TValueU5BU5D_t2059258329_0_0_0 = { (void*)&Array_Sort_m493616753_gp_1_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m493616753_gp_1_0_0_0 = { (void*)21, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t2768710372_GenericClass = { 171, { &GenInst_Array_Sort_m493616753_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t2768710372_0_0_0 = { &IComparer_1_t2768710372_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2062585529_0_0_0 = { (void*)&Array_Sort_m237228480_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m237228480_gp_0_0_0_0 = { (void*)22, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TKeyU5BU5D_t2062585530_0_0_0 = { (void*)&Array_Sort_m3797693997_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m3797693997_gp_0_0_0_0 = { (void*)23, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TValueU5BU5D_t2059258330_0_0_0 = { (void*)&Array_Sort_m3797693997_gp_1_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m3797693997_gp_1_0_0_0 = { (void*)24, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2062585531_0_0_0 = { (void*)&Array_Sort_m2831132900_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m2831132900_gp_0_0_0_0 = { (void*)25, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t2768710373_GenericClass = { 171, { &GenInst_Array_Sort_m2831132900_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t2768710373_0_0_0 = { &IComparer_1_t2768710373_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TKeyU5BU5D_t2062585532_0_0_0 = { (void*)&Array_Sort_m2537416106_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m2537416106_gp_0_0_0_0 = { (void*)26, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TValueU5BU5D_t2059258331_0_0_0 = { (void*)&Array_Sort_m2537416106_gp_1_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m2537416106_gp_1_0_0_0 = { (void*)27, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t2768710374_GenericClass = { 171, { &GenInst_Array_Sort_m2537416106_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t2768710374_0_0_0 = { &IComparer_1_t2768710374_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2062585533_0_0_0 = { (void*)&Array_Sort_m1718760621_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m1718760621_gp_0_0_0_0 = { (void*)28, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1289376071_GenericClass = { 942, { &GenInst_Array_Sort_m1718760621_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1289376071_0_0_0 = { &Comparison_1_t1289376071_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2062585534_0_0_0 = { (void*)&Array_Sort_m1272313895_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Sort_m1272313895_gp_0_0_0_0 = { (void*)29, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1289376072_GenericClass = { 942, { &GenInst_Array_Sort_m1272313895_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1289376072_0_0_0 = { &Comparison_1_t1289376072_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType KU5BU5D_t3095918822_0_0_0 = { (void*)&Array_qsort_m3457906118_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_qsort_m3457906118_gp_0_0_0_0 = { (void*)30, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType VU5BU5D_t3092591625_0_0_0 = { (void*)&Array_qsort_m3457906118_gp_1_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_qsort_m3457906118_gp_1_0_0_0 = { (void*)31, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t3103052230_GenericClass = { 171, { &GenInst_Array_qsort_m3457906118_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t3103052230_0_0_0 = { &IComparer_1_t3103052230_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Array_compare_m67597051_gp_0_0_0_0 = { (void*)32, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t1595427098_GenericClass = { 171, { &GenInst_Array_compare_m67597051_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t1595427098_0_0_0 = { &IComparer_1_t1595427098_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t4004793328_GenericClass = { 9, { &GenInst_Array_compare_m67597051_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t4004793328_0_0_0 = { &IComparable_1_t4004793328_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3095918823_0_0_0 = { (void*)&Array_qsort_m1840251354_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_qsort_m1840251354_gp_0_0_0_0 = { (void*)33, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t1623717930_GenericClass = { 942, { &GenInst_Array_qsort_m1840251354_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t1623717930_0_0_0 = { &Comparison_1_t1623717930_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType KU5BU5D_t2922694220_0_0_0 = { (void*)&Array_swap_m1640837319_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_swap_m1640837319_gp_0_0_0_0 = { (void*)34, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType VU5BU5D_t2919367023_0_0_0 = { (void*)&Array_swap_m1640837319_gp_1_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_swap_m1640837319_gp_1_0_0_0 = { (void*)35, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2922694221_0_0_0 = { (void*)&Array_swap_m909405069_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_swap_m909405069_gp_0_0_0_0 = { (void*)36, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2349392317_1_0_0 = { (void*)&Array_Resize_m4282220980_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType TU5BU5D_t2349392317_0_0_0 = { (void*)&Array_Resize_m4282220980_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Resize_m4282220980_gp_0_0_0_0 = { (void*)37, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2349392318_1_0_0 = { (void*)&Array_Resize_m4195864177_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType TU5BU5D_t2349392318_0_0_0 = { (void*)&Array_Resize_m4195864177_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Resize_m4195864177_gp_0_0_0_0 = { (void*)38, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2339363175_0_0_0 = { (void*)&Array_TrueForAll_m1987250901_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_TrueForAll_m1987250901_gp_0_0_0_0 = { (void*)39, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1515720510_GenericClass = { 945, { &GenInst_Array_TrueForAll_m1987250901_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1515720510_0_0_0 = { &Predicate_1_t1515720510_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2135153869_0_0_0 = { (void*)&Array_ForEach_m2168281542_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_ForEach_m2168281542_gp_0_0_0_0 = { (void*)40, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Action_1_t1669949359_GenericClass = { 939, { &GenInst_Array_ForEach_m2168281542_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Action_1_t1669949359_0_0_0 = { &Action_1_t1669949359_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TInputU5BU5D_t2265642963_0_0_0 = { (void*)&Array_ConvertAll_m3286682341_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_ConvertAll_m3286682341_gp_0_0_0_0 = { (void*)41, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Converter_2_t3337495288_GenericClass = { 943, { &GenInst_Array_ConvertAll_m3286682341_gp_0_0_0_0_Array_ConvertAll_m3286682341_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Converter_2_t3337495288_0_0_0 = { &Converter_2_t3337495288_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Array_ConvertAll_m3286682341_gp_1_0_0_0 = { (void*)42, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TOutputU5BU5D_t2262315766_0_0_0 = { (void*)&Array_ConvertAll_m3286682341_gp_1_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t4288435491_0_0_0 = { (void*)&Array_FindLastIndex_m3454021595_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_FindLastIndex_m3454021595_gp_0_0_0_0 = { (void*)43, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t468961586_GenericClass = { 945, { &GenInst_Array_FindLastIndex_m3454021595_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t468961586_0_0_0 = { &Predicate_1_t468961586_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t4288435492_0_0_0 = { (void*)&Array_FindLastIndex_m845813304_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_FindLastIndex_m845813304_gp_0_0_0_0 = { (void*)44, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t468961587_GenericClass = { 945, { &GenInst_Array_FindLastIndex_m845813304_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t468961587_0_0_0 = { &Predicate_1_t468961587_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t4288435493_0_0_0 = { (void*)&Array_FindLastIndex_m891401806_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_FindLastIndex_m891401806_gp_0_0_0_0 = { (void*)45, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t468961588_GenericClass = { 945, { &GenInst_Array_FindLastIndex_m891401806_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t468961588_0_0_0 = { &Predicate_1_t468961588_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3430736484_0_0_0 = { (void*)&Array_FindIndex_m1025539463_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_FindIndex_m1025539463_gp_0_0_0_0 = { (void*)46, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t142302789_GenericClass = { 945, { &GenInst_Array_FindIndex_m1025539463_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t142302789_0_0_0 = { &Predicate_1_t142302789_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3430736485_0_0_0 = { (void*)&Array_FindIndex_m697298936_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_FindIndex_m697298936_gp_0_0_0_0 = { (void*)47, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t142302790_GenericClass = { 945, { &GenInst_Array_FindIndex_m697298936_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t142302790_0_0_0 = { &Predicate_1_t142302790_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3430736486_0_0_0 = { (void*)&Array_FindIndex_m740157226_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_FindIndex_m740157226_gp_0_0_0_0 = { (void*)48, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t142302791_GenericClass = { 945, { &GenInst_Array_FindIndex_m740157226_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t142302791_0_0_0 = { &Predicate_1_t142302791_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t337259977_0_0_0 = { (void*)&Array_BinarySearch_m2616413613_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_BinarySearch_m2616413613_gp_0_0_0_0 = { (void*)49, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t337259978_0_0_0 = { (void*)&Array_BinarySearch_m1949204391_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_BinarySearch_m1949204391_gp_0_0_0_0 = { (void*)50, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t307196511_GenericClass = { 171, { &GenInst_Array_BinarySearch_m1949204391_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t307196511_0_0_0 = { &IComparer_1_t307196511_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t337259979_0_0_0 = { (void*)&Array_BinarySearch_m167185165_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_BinarySearch_m167185165_gp_0_0_0_0 = { (void*)51, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t337259980_0_0_0 = { (void*)&Array_BinarySearch_m3630323734_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_BinarySearch_m3630323734_gp_0_0_0_0 = { (void*)52, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t307196512_GenericClass = { 171, { &GenInst_Array_BinarySearch_m3630323734_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t307196512_0_0_0 = { &IComparer_1_t307196512_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t552685914_GenericClass = { 156, { &GenInst_Array_BinarySearch_m3630323734_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t552685914_0_0_0 = { &Comparer_1_t552685914_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2060999315_0_0_0 = { (void*)&Array_IndexOf_m2691872809_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_IndexOf_m2691872809_gp_0_0_0_0 = { (void*)53, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2060999316_0_0_0 = { (void*)&Array_IndexOf_m1211724616_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_IndexOf_m1211724616_gp_0_0_0_0 = { (void*)54, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2060999317_0_0_0 = { (void*)&Array_IndexOf_m2519120290_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_IndexOf_m2519120290_gp_0_0_0_0 = { (void*)55, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1911189638_GenericClass = { 168, { &GenInst_Array_IndexOf_m2519120290_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1911189638_0_0_0 = { &EqualityComparer_1_t1911189638_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1918166907_0_0_0 = { (void*)&Array_LastIndexOf_m1662083339_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_LastIndexOf_m1662083339_gp_0_0_0_0 = { (void*)56, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1918166908_0_0_0 = { (void*)&Array_LastIndexOf_m2960814188_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_LastIndexOf_m2960814188_gp_0_0_0_0 = { (void*)57, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1918166909_0_0_0 = { (void*)&Array_LastIndexOf_m935384888_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_LastIndexOf_m935384888_gp_0_0_0_0 = { (void*)58, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t3917760446_GenericClass = { 168, { &GenInst_Array_LastIndexOf_m935384888_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t3917760446_0_0_0 = { &EqualityComparer_1_t3917760446_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1438114045_0_0_0 = { (void*)&Array_FindAll_m2040356349_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_FindAll_m2040356349_gp_0_0_0_0 = { (void*)59, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t4272802528_GenericClass = { 945, { &GenInst_Array_FindAll_m2040356349_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t4272802528_0_0_0 = { &Predicate_1_t4272802528_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3380516748_0_0_0 = { (void*)&Array_Exists_m100319301_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Exists_m100319301_gp_0_0_0_0 = { (void*)60, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1162576445_GenericClass = { 945, { &GenInst_Array_Exists_m100319301_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1162576445_0_0_0 = { &Predicate_1_t1162576445_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2090325599_0_0_0 = { (void*)&Array_AsReadOnly_m2323335326_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_AsReadOnly_m2323335326_gp_0_0_0_0 = { (void*)61, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2494906521_GenericClass = { 179, { &GenInst_Array_AsReadOnly_m2323335326_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2494906521_0_0_0 = { &ReadOnlyCollection_1_t2494906521_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ArrayReadOnlyList_1_t2472848067_GenericClass = { 43, { &GenInst_Array_AsReadOnly_m2323335326_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ArrayReadOnlyList_1_t2472848067_0_0_0 = { &ArrayReadOnlyList_1_t2472848067_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3555887008_0_0_0 = { (void*)&Array_Find_m1719373320_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_Find_m1719373320_gp_0_0_0_0 = { (void*)62, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1963265209_GenericClass = { 945, { &GenInst_Array_Find_m1719373320_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1963265209_0_0_0 = { &Predicate_1_t1963265209_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2269113715_0_0_0 = { (void*)&Array_FindLast_m974221195_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Array_FindLast_m974221195_gp_0_0_0_0 = { (void*)63, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1428224802_GenericClass = { 945, { &GenInst_Array_FindLast_m974221195_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1428224802_0_0_0 = { &Predicate_1_t1428224802_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType InternalEnumerator_1_t2600413744_0_0_0 = { (void*)41, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InternalEnumerator_1_t2600413744_1_0_0 = { (void*)41, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType InternalEnumerator_1_t2600413744_gp_0_0_0_0 = { (void*)64, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3680616661_GenericClass = { 25, { &GenInst_InternalEnumerator_1_t2600413744_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3680616661_0_0_2 = { &IEnumerator_1_t3680616661_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t3680616661_0_0_0 = { &IEnumerator_1_t3680616661_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType SimpleEnumerator_t433892249_0_0_0 = { (void*)42, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SimpleEnumerator_t433892249_1_0_0 = { (void*)42, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArrayReadOnlyList_1_t221793636_0_0_0 = { (void*)43, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArrayReadOnlyList_1_t221793636_1_0_0 = { (void*)43, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TU5BU5D_t3542853672_0_0_0 = { (void*)&ArrayReadOnlyList_1_t221793636_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3542853672_0_0_1 = { (void*)&ArrayReadOnlyList_1_t221793636_gp_0_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ArrayReadOnlyList_1_t221793636_gp_0_0_0_0 = { (void*)66, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1301996553_GenericClass = { 25, { &GenInst_ArrayReadOnlyList_1_t221793636_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1301996553_0_0_0 = { &IEnumerator_1_t1301996553_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType U3CGetEnumeratorU3Ec__Iterator0_t1202911786_0_0_0 = { (void*)44, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CGetEnumeratorU3Ec__Iterator0_t1202911786_1_0_0 = { (void*)44, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CGetEnumeratorU3Ec__Iterator0_t1202911786_gp_0_0_0_0 = { (void*)65, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType U3CGetEnumeratorU3Ec__Iterator0_t1202911786_gp_0_0_0_3 = { (void*)65, 3, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass ArrayReadOnlyList_1_t3041062068_GenericClass = { 43, { &GenInst_U3CGetEnumeratorU3Ec__Iterator0_t1202911786_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ArrayReadOnlyList_1_t3041062068_0_0_3 = { &ArrayReadOnlyList_1_t3041062068_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2283114703_GenericClass = { 25, { &GenInst_U3CGetEnumeratorU3Ec__Iterator0_t1202911786_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2283114703_0_0_2 = { &IEnumerator_1_t2283114703_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t2283114703_0_0_0 = { &IEnumerator_1_t2283114703_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2684745868_GenericClass = { 48, { &GenInst_ArrayReadOnlyList_1_t221793636_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2684745868_0_0_1 = { &IList_1_t2684745868_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IList_1_t2684745868_0_0_0 = { &IList_1_t2684745868_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3697578319_GenericClass = { 49, { &GenInst_ArrayReadOnlyList_1_t221793636_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3697578319_0_0_2 = { &ICollection_1_t3697578319_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICollection_1_t3697578319_0_0_0 = { &ICollection_1_t3697578319_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4144246270_GenericClass = { 29, { &GenInst_ArrayReadOnlyList_1_t221793636_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4144246270_0_0_3 = { &IEnumerable_1_t4144246270_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t4144246270_0_0_0 = { &IEnumerable_1_t4144246270_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ArrayReadOnlyList_1_t2059943918_GenericClass = { 43, { &GenInst_ArrayReadOnlyList_1_t221793636_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ArrayReadOnlyList_1_t2059943918_0_0_0 = { &ArrayReadOnlyList_1_t2059943918_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass U3CGetEnumeratorU3Ec__Iterator0_t1897069252_GenericClass = { 44, { &GenInst_ArrayReadOnlyList_1_t221793636_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType U3CGetEnumeratorU3Ec__Iterator0_t1897069252_0_0_0 = { &U3CGetEnumeratorU3Ec__Iterator0_t1897069252_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType AsyncCallback_t3962456242_0_0_0 = { (void*)80, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsyncCallback_t3962456242_1_0_0 = { (void*)80, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AsyncCallback_t3962456242_0_0_1 = { (void*)80, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IAsyncResult_t767004451_0_0_0 = { (void*)81, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IAsyncResult_t767004451_1_0_0 = { (void*)81, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IList_1_t523203890_0_0_0 = { (void*)48, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IList_1_t523203890_1_0_0 = { (void*)48, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IList_1_t523203890_gp_0_0_0_0 = { (void*)67, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3998988573_GenericClass = { 49, { &GenInst_IList_1_t523203890_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3998988573_0_0_1 = { &ICollection_1_t3998988573_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t150689228_GenericClass = { 29, { &GenInst_IList_1_t523203890_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t150689228_0_0_2 = { &IEnumerable_1_t150689228_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICollection_1_t1449021101_0_0_0 = { (void*)49, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICollection_1_t1449021101_1_0_0 = { (void*)49, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICollection_1_t1449021101_gp_0_0_0_0 = { (void*)68, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2965959579_0_0_0 = { (void*)&ICollection_1_t1449021101_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1076506439_GenericClass = { 29, { &GenInst_ICollection_1_t1449021101_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1076506439_0_0_1 = { &IEnumerable_1_t1076506439_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Assembly_t_0_0_0 = { (void*)330, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Assembly_t_1_0_0 = { (void*)330, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Assembly_t_0_0_3 = { (void*)330, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Assembly_t_0_0_19 = { (void*)330, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Assembly_t_0_0_1 = { (void*)330, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Assembly_t_0_0_17 = { (void*)330, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeAttributes_t113483779_0_0_0 = { (void*)396, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeAttributes_t113483779_0_0_3 = { (void*)396, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeAttributes_t113483779_1_0_0 = { (void*)396, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TypeAttributes_t113483779_0_0_32854 = { (void*)396, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MemberTypes_t3790569052_0_0_0 = { (void*)362, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MemberTypes_t3790569052_0_0_33 = { (void*)362, 33, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MemberTypes_t3790569052_1_0_0 = { (void*)362, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MemberTypes_t3790569052_0_0_32854 = { (void*)362, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RuntimeTypeHandle_t3027515415_0_0_0 = { (void*)60, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RuntimeTypeHandle_t3027515415_0_0_3 = { (void*)60, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RuntimeTypeHandle_t3027515415_1_0_0 = { (void*)60, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RuntimeTypeHandle_t3027515415_0_0_1 = { (void*)60, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventInfo_t_0_0_0 = { (void*)355, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventInfo_t_1_0_0 = { (void*)355, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FieldInfoU5BU5D_t846150980_0_0_0 = { (void*)&FieldInfo_t_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Binder_t2999457153_0_0_0 = { (void*)346, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Binder_t2999457153_1_0_0 = { (void*)346, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Binder_t2999457153_0_0_17 = { (void*)346, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ParameterModifierU5BU5D_t2943407543_0_0_0 = { (void*)&ParameterModifier_t1461694466_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CallingConventions_t2253234531_0_0_0 = { (void*)349, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CallingConventions_t2253234531_0_0_1 = { (void*)349, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CallingConventions_t2253234531_1_0_0 = { (void*)349, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CallingConventions_t2253234531_0_0_32854 = { (void*)349, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MethodInfoU5BU5D_t2572182361_0_0_0 = { (void*)&MethodInfo_t_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType MethodInfoU5BU5D_t2572182361_0_0_6 = { (void*)&MethodInfo_t_0_0_0, 6, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ConstructorInfoU5BU5D_t881249896_0_0_0 = { (void*)&ConstructorInfo_t5769829_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType MemberFilter_t426314064_0_0_54 = { (void*)930, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MemberFilter_t426314064_0_0_0 = { (void*)930, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MemberFilter_t426314064_1_0_0 = { (void*)930, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IntPtrU5BU5D_t4013366056_0_0_1 = { (void*)&IntPtr_t_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType IntPtrU5BU5D_t4013366056_0_0_0 = { (void*)&IntPtr_t_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType _Exception_t2109637702_0_0_1 = { (void*)58, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Exception_t2109637702_0_0_0 = { (void*)58, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Exception_t2109637702_1_0_0 = { (void*)58, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RuntimeFieldHandle_t1871169219_0_0_0 = { (void*)59, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RuntimeFieldHandle_t1871169219_1_0_0 = { (void*)59, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RuntimeFieldHandle_t1871169219_0_0_3 = { (void*)59, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OutAttribute_t3399657568_0_0_0 = { (void*)62, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OutAttribute_t3399657568_1_0_0 = { (void*)62, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ObsoleteAttribute_t303876359_0_0_0 = { (void*)63, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObsoleteAttribute_t303876359_1_0_0 = { (void*)63, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DllImportAttribute_t92573803_0_0_0 = { (void*)64, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DllImportAttribute_t92573803_1_0_0 = { (void*)64, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CallingConvention_t1027624783_0_0_6 = { (void*)425, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CallingConvention_t1027624783_0_0_1 = { (void*)425, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CallingConvention_t1027624783_0_0_0 = { (void*)425, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CallingConvention_t1027624783_1_0_0 = { (void*)425, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CallingConvention_t1027624783_0_0_32854 = { (void*)425, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CharSet_t3391187264_0_0_6 = { (void*)426, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CharSet_t3391187264_0_0_1 = { (void*)426, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CharSet_t3391187264_0_0_0 = { (void*)426, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CharSet_t3391187264_1_0_0 = { (void*)426, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CharSet_t3391187264_0_0_32854 = { (void*)426, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MarshalAsAttribute_t3522571978_0_0_0 = { (void*)65, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MarshalAsAttribute_t3522571978_1_0_0 = { (void*)65, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnmanagedType_t523127242_0_0_0 = { (void*)444, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnmanagedType_t523127242_0_0_1 = { (void*)444, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnmanagedType_t523127242_0_0_6 = { (void*)444, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnmanagedType_t523127242_1_0_0 = { (void*)444, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UnmanagedType_t523127242_0_0_32854 = { (void*)444, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InAttribute_t4080363445_0_0_0 = { (void*)66, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InAttribute_t4080363445_1_0_0 = { (void*)66, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecurityAttribute_t4008260079_0_0_0 = { (void*)67, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityAttribute_t4008260079_1_0_0 = { (void*)67, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GuidAttribute_t1304051729_0_0_0 = { (void*)68, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GuidAttribute_t1304051729_1_0_0 = { (void*)68, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ComImportAttribute_t1295173782_0_0_0 = { (void*)69, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ComImportAttribute_t1295173782_1_0_0 = { (void*)69, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OptionalAttribute_t2982857498_0_0_0 = { (void*)70, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OptionalAttribute_t2982857498_1_0_0 = { (void*)70, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FixedBufferAttribute_t3759792648_0_0_0 = { (void*)71, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FixedBufferAttribute_t3759792648_1_0_0 = { (void*)71, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CompilerGeneratedAttribute_t23527886_0_0_0 = { (void*)72, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CompilerGeneratedAttribute_t23527886_1_0_0 = { (void*)72, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InternalsVisibleToAttribute_t922893634_0_0_0 = { (void*)73, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InternalsVisibleToAttribute_t922893634_1_0_0 = { (void*)73, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RuntimeCompatibilityAttribute_t1169614002_0_0_0 = { (void*)74, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RuntimeCompatibilityAttribute_t1169614002_1_0_0 = { (void*)74, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DebuggerHiddenAttribute_t587553342_0_0_0 = { (void*)75, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DebuggerHiddenAttribute_t587553342_1_0_0 = { (void*)75, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DecimalConstantAttribute_t1976047975_0_0_0 = { (void*)77, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecimalConstantAttribute_t1976047975_1_0_0 = { (void*)77, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FieldOffsetAttribute_t3945874278_0_0_0 = { (void*)78, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FieldOffsetAttribute_t3945874278_1_0_0 = { (void*)78, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ServerIdentity_t2342208608_0_0_0 = { (void*)598, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ServerIdentity_t2342208608_0_0_129 = { (void*)598, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ServerIdentity_t2342208608_0_0_1 = { (void*)598, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ServerIdentity_t2342208608_1_0_0 = { (void*)598, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Nullable_1_t3772285925_gp_0_0_0_0 = { (void*)69, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Nullable_1_t3772285925_gp_0_0_0_3 = { (void*)69, 3, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass Nullable_1_t1847513160_GenericClass = { 85, { &GenInst_Nullable_1_t3772285925_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Nullable_1_t1847513160_0_0_0 = { &Nullable_1_t1847513160_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType RuntimeHelpers_t1447613860_0_0_0 = { (void*)86, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RuntimeHelpers_t1447613860_1_0_0 = { (void*)86, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Locale_t4128636107_0_0_0 = { (void*)87, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Locale_t4128636107_1_0_0 = { (void*)87, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoTODOAttribute_t4131080581_0_0_0 = { (void*)88, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoTODOAttribute_t4131080581_1_0_0 = { (void*)88, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoDocumentationNoteAttribute_t493035051_0_0_0 = { (void*)89, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoDocumentationNoteAttribute_t493035051_1_0_0 = { (void*)89, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoLimitationAttribute_t3672514598_0_0_0 = { (void*)90, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoLimitationAttribute_t3672514598_1_0_0 = { (void*)90, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SafeHandleZeroOrMinusOneIsInvalid_t1182193648_0_0_0 = { (void*)91, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SafeHandleZeroOrMinusOneIsInvalid_t1182193648_1_0_0 = { (void*)91, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SafeHandle_t3273388951_0_0_0 = { (void*)440, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SafeHandle_t3273388951_1_0_0 = { (void*)440, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SafeWaitHandle_t1972936122_0_0_0 = { (void*)92, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SafeWaitHandle_t1972936122_1_0_0 = { (void*)92, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SafeWaitHandle_t1972936122_0_0_1 = { (void*)92, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CodePointIndexer_t4134431086_0_0_0 = { (void*)93, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CodePointIndexer_t4134431086_1_0_0 = { (void*)93, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CodePointIndexer_t4134431086_0_0_54 = { (void*)93, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CodePointIndexer_t4134431086_0_0_33 = { (void*)93, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TableRangeU5BU5D_t2913440125_0_0_33 = { (void*)&TableRange_t3332867892_0_0_0, 33, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TableRangeU5BU5D_t2913440125_0_0_0 = { (void*)&TableRange_t3332867892_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ContractionComparer_t2750537063_0_0_0 = { (void*)97, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContractionComparer_t2750537063_1_0_0 = { (void*)97, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContractionComparer_t2750537063_0_0_54 = { (void*)97, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Level2MapComparer_t1716225294_0_0_0 = { (void*)99, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Level2MapComparer_t1716225294_1_0_0 = { (void*)99, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Level2MapComparer_t1716225294_0_0_54 = { (void*)99, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MSCompatUnicodeTable_t1453885583_0_0_0 = { (void*)100, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MSCompatUnicodeTable_t1453885583_1_0_0 = { (void*)100, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContractionU5BU5D_t838556799_1_0_0 = { (void*)&Contraction_t1589275354_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType ContractionU5BU5D_t838556799_0_0_0 = { (void*)&Contraction_t1589275354_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ContractionU5BU5D_t838556799_0_0_33 = { (void*)&Contraction_t1589275354_0_0_0, 33, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Level2MapU5BU5D_t3973367379_1_0_0 = { (void*)&Level2Map_t3640798870_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType Level2MapU5BU5D_t3973367379_0_0_0 = { (void*)&Level2Map_t3640798870_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Level2MapU5BU5D_t3973367379_0_0_33 = { (void*)&Level2Map_t3640798870_0_0_0, 33, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TailoringInfoU5BU5D_t1797664499_0_0_49 = { (void*)&TailoringInfo_t866433654_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TailoringInfoU5BU5D_t1797664499_0_0_0 = { (void*)&TailoringInfo_t866433654_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType MSCompatUnicodeTableUtil_t88013251_0_0_0 = { (void*)101, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MSCompatUnicodeTableUtil_t88013251_1_0_0 = { (void*)101, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SimpleCollator_t2877834729_0_0_0 = { (void*)102, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SimpleCollator_t2877834729_1_0_0 = { (void*)102, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SimpleCollator_t2877834729_0_0_17 = { (void*)102, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SimpleCollator_t2877834729_0_0_129 = { (void*)102, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExtenderType_t2449612322_0_0_0 = { (void*)106, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ExtenderType_t2449612322_1_0_0 = { (void*)106, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ExtenderType_t2449612322_0_0_32854 = { (void*)106, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SortKey_t3955336732_0_0_0 = { (void*)107, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SortKey_t3955336732_1_0_0 = { (void*)107, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SortKeyBuffer_t2945275270_0_0_0 = { (void*)108, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SortKeyBuffer_t2945275270_1_0_0 = { (void*)108, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Context_t1744531130_1_0_0 = { (void*)103, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Context_t1744531130_0_0_0 = { (void*)103, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextInfo_t3810425522_0_0_33 = { (void*)243, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextInfo_t3810425522_0_0_0 = { (void*)243, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextInfo_t3810425522_0_0_1 = { (void*)243, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextInfo_t3810425522_1_0_0 = { (void*)243, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PreviousInfo_t2148130204_0_0_0 = { (void*)104, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PreviousInfo_t2148130204_1_0_0 = { (void*)104, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Escape_t3294788190_0_0_0 = { (void*)105, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Escape_t3294788190_1_0_0 = { (void*)105, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PrimeGeneratorBase_t446028866_0_0_0 = { (void*)109, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrimeGeneratorBase_t446028866_1_0_0 = { (void*)109, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ConfidenceFactor_t2516000285_0_0_0 = { (void*)111, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ConfidenceFactor_t2516000285_1_0_0 = { (void*)111, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ConfidenceFactor_t2516000285_0_0_32854 = { (void*)111, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PrimalityTest_t1539325943_0_0_0 = { (void*)929, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrimalityTest_t1539325943_1_0_0 = { (void*)929, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SequentialSearchPrimeGeneratorBase_t2996090508_0_0_0 = { (void*)110, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SequentialSearchPrimeGeneratorBase_t2996090508_1_0_0 = { (void*)110, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PrimalityTests_t1538473975_0_0_0 = { (void*)112, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrimalityTests_t1538473975_1_0_0 = { (void*)112, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Sign_t3338384038_0_0_0 = { (void*)114, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Sign_t3338384038_1_0_0 = { (void*)114, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Sign_t3338384038_0_0_32854 = { (void*)114, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RandomNumberGenerator_t386037858_0_0_0 = { (void*)712, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RandomNumberGenerator_t386037858_0_0_17 = { (void*)712, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RandomNumberGenerator_t386037858_0_0_1 = { (void*)712, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RandomNumberGenerator_t386037858_1_0_0 = { (void*)712, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UInt32U5BU5D_t2770800703_0_0_1 = { (void*)&UInt32_t2560061978_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UInt32U5BU5D_t2770800703_0_0_51 = { (void*)&UInt32_t2560061978_0_0_0, 51, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UInt32U5BU5D_t2770800703_0_0_0 = { (void*)&UInt32_t2560061978_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UInt32U5BU5D_t2770800703_0_0_49 = { (void*)&UInt32_t2560061978_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UInt32U5BU5D_t2770800703_0_0_54 = { (void*)&UInt32_t2560061978_0_0_0, 54, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ModulusRing_t596511504_0_0_0 = { (void*)115, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ModulusRing_t596511504_1_0_0 = { (void*)115, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Kernel_t1402667219_0_0_0 = { (void*)116, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Kernel_t1402667219_1_0_0 = { (void*)116, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BigIntegerU5BU5D_t2349952476_0_0_0 = { (void*)&BigInteger_t2902905089_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CryptoConvert_t610933156_0_0_0 = { (void*)117, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CryptoConvert_t610933156_1_0_0 = { (void*)117, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSA_t2385438082_0_0_0 = { (void*)706, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSA_t2385438082_0_0_1 = { (void*)706, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSA_t2385438082_0_0_129 = { (void*)706, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSA_t2385438082_1_0_0 = { (void*)706, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType KeyBuilder_t2049230354_0_0_0 = { (void*)118, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyBuilder_t2049230354_1_0_0 = { (void*)118, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BlockProcessor_t1851031225_0_0_0 = { (void*)119, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BlockProcessor_t1851031225_1_0_0 = { (void*)119, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BlockProcessor_t1851031225_0_0_1 = { (void*)119, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICryptoTransform_t2733259762_0_0_0 = { (void*)692, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICryptoTransform_t2733259762_0_0_1 = { (void*)692, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICryptoTransform_t2733259762_1_0_0 = { (void*)692, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DSAManaged_t2800260182_0_0_0 = { (void*)120, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DSAManaged_t2800260182_1_0_0 = { (void*)120, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DSAManaged_t2800260182_0_0_1 = { (void*)120, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DSA_t2386879874_0_0_0 = { (void*)679, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DSA_t2386879874_0_0_1 = { (void*)679, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DSA_t2386879874_1_0_0 = { (void*)679, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType KeyGeneratedEventHandler_t3828027274_0_0_0 = { (void*)121, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyGeneratedEventHandler_t3828027274_0_0_1 = { (void*)121, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyGeneratedEventHandler_t3828027274_1_0_0 = { (void*)121, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DSAParameters_t1885824122_0_0_0 = { (void*)681, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DSAParameters_t1885824122_1_0_0 = { (void*)681, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EventArgs_t3591816995_0_0_0 = { (void*)866, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventArgs_t3591816995_1_0_0 = { (void*)866, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EventArgs_t3591816995_0_0_54 = { (void*)866, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyPairPersistence_t2094547461_0_0_0 = { (void*)122, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyPairPersistence_t2094547461_1_0_0 = { (void*)122, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType KeyPairPersistence_t2094547461_0_0_1 = { (void*)122, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CspParameters_t239852639_0_0_0 = { (void*)674, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CspParameters_t239852639_0_0_1 = { (void*)674, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CspParameters_t239852639_1_0_0 = { (void*)674, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MACAlgorithm_t2441219148_0_0_0 = { (void*)123, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MACAlgorithm_t2441219148_1_0_0 = { (void*)123, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MACAlgorithm_t2441219148_0_0_1 = { (void*)123, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SymmetricAlgorithm_t4254223087_0_0_0 = { (void*)731, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SymmetricAlgorithm_t4254223087_0_0_1 = { (void*)731, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SymmetricAlgorithm_t4254223087_0_0_4 = { (void*)731, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SymmetricAlgorithm_t4254223087_1_0_0 = { (void*)731, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PKCS1_t1505584676_0_0_0 = { (void*)124, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PKCS1_t1505584676_1_0_0 = { (void*)124, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HashAlgorithm_t1432317219_0_0_0 = { (void*)691, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HashAlgorithm_t1432317219_0_0_1 = { (void*)691, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HashAlgorithm_t1432317219_1_0_0 = { (void*)691, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PKCS8_t696280612_0_0_0 = { (void*)125, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PKCS8_t696280612_1_0_0 = { (void*)125, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PrivateKeyInfo_t668027992_0_0_0 = { (void*)126, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrivateKeyInfo_t668027992_1_0_0 = { (void*)126, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EncryptedPrivateKeyInfo_t862116835_0_0_0 = { (void*)127, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncryptedPrivateKeyInfo_t862116835_1_0_0 = { (void*)127, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSAManaged_t1757093819_0_0_0 = { (void*)128, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSAManaged_t1757093819_1_0_0 = { (void*)128, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSAManaged_t1757093819_0_0_1 = { (void*)128, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyGeneratedEventHandler_t3064139577_0_0_0 = { (void*)129, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyGeneratedEventHandler_t3064139577_0_0_1 = { (void*)129, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyGeneratedEventHandler_t3064139577_1_0_0 = { (void*)129, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSAParameters_t1728406613_0_0_0 = { (void*)711, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RSAParameters_t1728406613_1_0_0 = { (void*)711, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RSAParameters_t1728406613_0_0_1 = { (void*)711, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SymmetricTransform_t3802591842_0_0_0 = { (void*)130, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SymmetricTransform_t3802591842_1_0_0 = { (void*)130, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PaddingMode_t2546806710_0_0_0 = { (void*)699, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PaddingMode_t2546806710_1_0_0 = { (void*)699, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PaddingMode_t2546806710_0_0_32854 = { (void*)699, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PaddingMode_t2546806710_0_0_4 = { (void*)699, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SafeBag_t3961248199_0_0_0 = { (void*)131, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SafeBag_t3961248199_1_0_0 = { (void*)131, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ASN1_t2114160832_0_0_0 = { (void*)140, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ASN1_t2114160832_0_0_1 = { (void*)140, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ASN1_t2114160832_0_0_4 = { (void*)140, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ASN1_t2114160832_1_0_0 = { (void*)140, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PKCS12_t4101533060_0_0_0 = { (void*)132, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PKCS12_t4101533060_1_0_0 = { (void*)132, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509CertificateCollection_t1542168549_0_0_0 = { (void*)136, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509CertificateCollection_t1542168549_0_0_1 = { (void*)136, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509CertificateCollection_t1542168549_1_0_0 = { (void*)136, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EncryptedData_t3577548732_0_0_0 = { (void*)145, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncryptedData_t3577548732_1_0_0 = { (void*)145, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Certificate_t489243024_0_0_0 = { (void*)135, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Certificate_t489243024_1_0_0 = { (void*)135, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Certificate_t489243024_0_0_1 = { (void*)135, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContentInfo_t3218159895_0_0_0 = { (void*)144, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContentInfo_t3218159895_1_0_0 = { (void*)144, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContentInfo_t3218159895_0_0_1 = { (void*)144, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DeriveBytes_t1492915135_0_0_0 = { (void*)133, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DeriveBytes_t1492915135_1_0_0 = { (void*)133, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X501_t1758824425_0_0_0 = { (void*)134, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X501_t1758824425_1_0_0 = { (void*)134, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509ExtensionCollection_t609554708_0_0_1 = { (void*)139, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ExtensionCollection_t609554708_0_0_0 = { (void*)139, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ExtensionCollection_t609554708_1_0_0 = { (void*)139, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CollectionBase_t2727926298_0_0_0 = { (void*)190, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CollectionBase_t2727926298_1_0_0 = { (void*)190, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509CertificateEnumerator_t3515934697_0_0_0 = { (void*)137, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509CertificateEnumerator_t3515934697_1_0_0 = { (void*)137, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Extension_t3173393652_0_0_0 = { (void*)138, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Extension_t3173393652_1_0_0 = { (void*)138, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ASN1Convert_t2839890152_0_0_0 = { (void*)141, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ASN1Convert_t2839890152_1_0_0 = { (void*)141, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BitConverterLE_t2108532978_0_0_0 = { (void*)142, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BitConverterLE_t2108532978_1_0_0 = { (void*)142, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PKCS7_t1860834338_0_0_0 = { (void*)143, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PKCS7_t1860834338_1_0_0 = { (void*)143, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StrongName_t4093849377_0_0_0 = { (void*)146, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StrongName_t4093849377_1_0_0 = { (void*)146, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StrongName_t4093849377_0_0_1 = { (void*)146, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityParser_t4124480077_0_0_0 = { (void*)147, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityParser_t4124480077_1_0_0 = { (void*)147, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SmallXmlParser_t973787839_0_0_0 = { (void*)148, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SmallXmlParser_t973787839_1_0_0 = { (void*)148, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecurityElement_t1046076091_0_0_0 = { (void*)765, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityElement_t1046076091_0_0_1 = { (void*)765, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityElement_t1046076091_1_0_0 = { (void*)765, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IAttrList_t3807428360_0_0_0 = { (void*)150, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IAttrList_t3807428360_1_0_0 = { (void*)150, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Stack_t2329662280_0_0_1 = { (void*)213, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Stack_t2329662280_0_0_0 = { (void*)213, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Stack_t2329662280_1_0_0 = { (void*)213, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IContentHandler_t2787973995_0_0_0 = { (void*)149, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IContentHandler_t2787973995_0_0_1 = { (void*)149, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IContentHandler_t2787973995_1_0_0 = { (void*)149, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TextReader_t283511965_0_0_0 = { (void*)283, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextReader_t283511965_0_0_1 = { (void*)283, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextReader_t283511965_1_0_0 = { (void*)283, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TextReader_t283511965_0_0_54 = { (void*)283, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextReader_t283511965_0_0_17 = { (void*)283, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AttrListImpl_t567962447_0_0_0 = { (void*)151, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AttrListImpl_t567962447_0_0_1 = { (void*)151, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AttrListImpl_t567962447_1_0_0 = { (void*)151, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SmallXmlParserException_t1329648272_0_0_0 = { (void*)152, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SmallXmlParserException_t1329648272_1_0_0 = { (void*)152, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SystemException_t176217640_0_0_0 = { (void*)915, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SystemException_t176217640_1_0_0 = { (void*)915, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Runtime_t3174508158_0_0_0 = { (void*)153, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Runtime_t3174508158_1_0_0 = { (void*)153, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CollectionDebuggerView_1_t1906766907_0_0_0 = { (void*)154, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CollectionDebuggerView_1_t1906766907_1_0_0 = { (void*)154, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CollectionDebuggerView_2_t3472850848_0_0_0 = { (void*)155, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CollectionDebuggerView_2_t3472850848_1_0_0 = { (void*)155, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Comparer_1_t4245720645_0_0_0 = { (void*)156, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Comparer_1_t4245720645_1_0_0 = { (void*)156, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Comparer_1_t4245720645_gp_0_0_0_0 = { (void*)74, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t2098140680_GenericClass = { 156, { &GenInst_Comparer_1_t4245720645_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t2098140680_0_0_0 = { &Comparer_1_t2098140680_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Comparer_1_t2098140680_0_0_49 = { &Comparer_1_t2098140680_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType DefaultComparer_t3277344064_0_0_0 = { (void*)157, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DefaultComparer_t3277344064_1_0_0 = { (void*)157, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass Comparer_1_t1129764099_GenericClass = { 156, { &GenInst_DefaultComparer_t3277344064_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t1129764099_0_0_0 = { &Comparer_1_t1129764099_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType DefaultComparer_t3277344064_gp_0_0_0_0 = { (void*)73, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3293640926_GenericClass = { 9, { &GenInst_DefaultComparer_t3277344064_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3293640926_0_0_0 = { &IComparable_1_t3293640926_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t1852651277_GenericClass = { 171, { &GenInst_Comparer_1_t4245720645_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t1852651277_0_0_0 = { &IComparer_1_t1852651277_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t4262017507_GenericClass = { 9, { &GenInst_Comparer_1_t4245720645_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t4262017507_0_0_0 = { &IComparable_1_t4262017507_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2745956427_GenericClass = { 157, { &GenInst_Comparer_1_t4245720645_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2745956427_0_0_0 = { &DefaultComparer_t2745956427_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t1433994710_GenericClass = { 156, { &GenInst_GenericComparer_1_t3581574675_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t1433994710_0_0_0 = { &Comparer_1_t1433994710_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType GenericComparer_1_t3581574675_gp_0_0_0_0 = { (void*)75, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IComparable_1_t3597871537_GenericClass = { 9, { &GenInst_GenericComparer_1_t3581574675_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparable_1_t3597871537_0_0_0 = { &IComparable_1_t3597871537_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t3621973219_0_0_0 = { (void*)160, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t3621973219_1_0_0 = { (void*)160, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEqualityComparer_1_t2081970390_GenericClass = { 173, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t2081970390_0_0_0 = { &IEqualityComparer_1_t2081970390_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEqualityComparer_1_t2081970390_0_0_1 = { &IEqualityComparer_1_t2081970390_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t3621973219_gp_0_0_0_0 = { (void*)94, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t1772072192_GenericClass = { 175, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t1772072192_0_0_0 = { &KeyValuePair_2_t1772072192_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t3621973219_gp_1_0_0_0 = { (void*)95, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t3621973219_gp_1_1_0_2 = { (void*)95, 2, IL2CPP_TYPE_VAR, 0, 1, 0 };
extern const RuntimeType KeyValuePair_2U5BU5D_t1494417153_0_0_0 = { (void*)&KeyValuePair_2_t1772072192_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2204642660_GenericClass = { 25, { &GenInst_KeyValuePair_2_t1772072192_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2204642660_0_0_0 = { &IEnumerator_1_t2204642660_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IDictionaryEnumerator_t1693217257_0_0_0 = { (void*)204, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDictionaryEnumerator_t1693217257_0_0_1 = { (void*)204, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDictionaryEnumerator_t1693217257_0_0_3 = { (void*)204, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDictionaryEnumerator_t1693217257_1_0_0 = { (void*)204, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IDictionaryEnumerator_t1693217257_0_0_2 = { (void*)204, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TElemU5BU5D_t3215632194_0_0_0 = { (void*)&Dictionary_2_Do_CopyTo_m138493818_gp_1_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Dictionary_2_Do_CopyTo_m138493818_gp_1_0_0_0 = { (void*)77, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Transform_1_t1867956099_GenericClass = { 167, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0_Dictionary_2_Do_CopyTo_m138493818_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t1867956099_0_0_0 = { &Transform_1_t1867956099_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_Do_CopyTo_m138493818_gp_0_0_0_0 = { (void*)76, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Transform_1_t2684734622_GenericClass = { 167, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0_Dictionary_2_Do_ICollectionCopyTo_m3517756522_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t2684734622_0_0_0 = { &Transform_1_t2684734622_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_Do_ICollectionCopyTo_m3517756522_gp_0_0_0_0 = { (void*)78, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass KeyCollection_t3859042792_GenericClass = { 163, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType KeyCollection_t3859042792_0_0_0 = { &KeyCollection_t3859042792_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ValueCollection_t1090444343_GenericClass = { 165, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType ValueCollection_t1090444343_0_0_0 = { &ValueCollection_t1090444343_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1328582800_GenericClass = { 162, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1328582800_0_0_0 = { &Enumerator_t1328582800_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType LinkU5BU5D_t964245573_0_0_1 = { (void*)&Link_t544317964_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType LinkU5BU5D_t964245573_0_0_0 = { (void*)&Link_t544317964_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TKeyU5BU5D_t3524687821_0_0_1 = { (void*)&Dictionary_2_t3621973219_gp_0_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TKeyU5BU5D_t3524687821_0_0_0 = { (void*)&Dictionary_2_t3621973219_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TValueU5BU5D_t3521360624_0_0_1 = { (void*)&Dictionary_2_t3621973219_gp_1_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TValueU5BU5D_t3521360624_0_0_0 = { (void*)&Dictionary_2_t3621973219_gp_1_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass Transform_1_t1290320287_GenericClass = { 167, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0_DictionaryEntry_t3123975638_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t1290320287_0_0_17 = { &Transform_1_t1290320287_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Transform_1_t1290320287_0_0_0 = { &Transform_1_t1290320287_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ShimEnumerator_t3154898978_0_0_0 = { (void*)161, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ShimEnumerator_t3154898978_1_0_0 = { (void*)161, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass Dictionary_2_t4052271677_GenericClass = { 160, { &GenInst_ShimEnumerator_t3154898978_gp_0_0_0_0_ShimEnumerator_t3154898978_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t4052271677_0_0_0 = { &Dictionary_2_t4052271677_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ShimEnumerator_t3154898978_gp_0_0_0_0 = { (void*)79, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType ShimEnumerator_t3154898978_gp_1_0_0_0 = { (void*)80, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1711487156_GenericClass = { 162, { &GenInst_ShimEnumerator_t3154898978_gp_0_0_0_0_ShimEnumerator_t3154898978_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1711487156_0_0_1 = { &Enumerator_t1711487156_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t1711487156_0_0_0 = { &Enumerator_t1711487156_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t135598976_0_0_0 = { (void*)162, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Enumerator_t135598976_1_0_0 = { (void*)162, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass Dictionary_2_t3817906949_GenericClass = { 160, { &GenInst_Enumerator_t135598976_gp_0_0_0_0_Enumerator_t135598976_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t3817906949_0_0_0 = { &Dictionary_2_t3817906949_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t3817906949_0_0_1 = { &Dictionary_2_t3817906949_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t135598976_gp_0_0_0_0 = { (void*)81, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Enumerator_t135598976_gp_1_0_0_0 = { (void*)82, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t1920611820_GenericClass = { 175, { &GenInst_Enumerator_t135598976_gp_0_0_0_0_Enumerator_t135598976_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t1920611820_0_0_0 = { &KeyValuePair_2_t1920611820_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType KeyValuePair_2_t1920611820_0_0_3 = { &KeyValuePair_2_t1920611820_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2353182288_GenericClass = { 25, { &GenInst_KeyValuePair_2_t1920611820_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2353182288_0_0_2 = { &IEnumerator_1_t2353182288_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t2353182288_0_0_0 = { &IEnumerator_1_t2353182288_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType KeyCollection_t4251528776_0_0_0 = { (void*)163, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyCollection_t4251528776_1_0_0 = { (void*)163, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass Dictionary_2_t4162467557_GenericClass = { 160, { &GenInst_KeyCollection_t4251528776_gp_0_0_0_0_KeyCollection_t4251528776_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t4162467557_0_0_0 = { &Dictionary_2_t4162467557_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t4162467557_0_0_1 = { &Dictionary_2_t4162467557_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType KeyCollection_t4251528776_gp_0_0_0_0 = { (void*)85, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType KeyCollection_t4251528776_gp_1_0_0_0 = { (void*)86, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1036764397_GenericClass = { 25, { &GenInst_KeyCollection_t4251528776_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1036764397_0_0_0 = { &IEnumerator_1_t1036764397_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TKeyU5BU5D_t3388232500_0_0_0 = { (void*)&KeyCollection_t4251528776_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass Enumerator_t49677245_GenericClass = { 164, { &GenInst_KeyCollection_t4251528776_gp_0_0_0_0_KeyCollection_t4251528776_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t49677245_0_0_0 = { &Enumerator_t49677245_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t3443476011_0_0_0 = { (void*)164, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Enumerator_t3443476011_1_0_0 = { (void*)164, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass Dictionary_2_t920806393_GenericClass = { 160, { &GenInst_Enumerator_t3443476011_gp_0_0_0_0_Enumerator_t3443476011_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t920806393_0_0_0 = { &Dictionary_2_t920806393_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t3443476011_gp_0_0_0_0 = { (void*)83, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Enumerator_t3443476011_gp_1_0_0_0 = { (void*)84, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass Enumerator_t2874989168_GenericClass = { 162, { &GenInst_Enumerator_t3443476011_gp_0_0_0_0_Enumerator_t3443476011_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t2874989168_0_0_1 = { &Enumerator_t2874989168_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t228711632_GenericClass = { 25, { &GenInst_Enumerator_t3443476011_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t228711632_0_0_2 = { &IEnumerator_1_t228711632_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t228711632_0_0_0 = { &IEnumerator_1_t228711632_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3432346163_GenericClass = { 49, { &GenInst_KeyCollection_t4251528776_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3432346163_0_0_2 = { &ICollection_1_t3432346163_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICollection_1_t3432346163_0_0_0 = { &ICollection_1_t3432346163_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3879014114_GenericClass = { 29, { &GenInst_KeyCollection_t4251528776_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3879014114_0_0_3 = { &IEnumerable_1_t3879014114_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t3879014114_0_0_0 = { &IEnumerable_1_t3879014114_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t2764939990_GenericClass = { 167, { &GenInst_KeyCollection_t4251528776_gp_0_0_0_0_KeyCollection_t4251528776_gp_1_0_0_0_KeyCollection_t4251528776_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t2764939990_0_0_0 = { &Transform_1_t2764939990_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ValueCollection_t2327722797_0_0_0 = { (void*)165, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ValueCollection_t2327722797_1_0_0 = { (void*)165, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass Dictionary_2_t3808179633_GenericClass = { 160, { &GenInst_ValueCollection_t2327722797_gp_0_0_0_0_ValueCollection_t2327722797_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t3808179633_0_0_0 = { &Dictionary_2_t3808179633_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t3808179633_0_0_1 = { &Dictionary_2_t3808179633_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ValueCollection_t2327722797_gp_0_0_0_0 = { (void*)89, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType ValueCollection_t2327722797_gp_1_0_0_0 = { (void*)90, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t779532587_GenericClass = { 25, { &GenInst_ValueCollection_t2327722797_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t779532587_0_0_0 = { &IEnumerator_1_t779532587_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TValueU5BU5D_t659456062_0_0_0 = { (void*)&ValueCollection_t2327722797_gp_1_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass Enumerator_t82105994_GenericClass = { 166, { &GenInst_ValueCollection_t2327722797_gp_0_0_0_0_ValueCollection_t2327722797_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t82105994_0_0_0 = { &Enumerator_t82105994_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t1602367158_0_0_0 = { (void*)166, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Enumerator_t1602367158_1_0_0 = { (void*)166, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass Dictionary_2_t2336764269_GenericClass = { 160, { &GenInst_Enumerator_t1602367158_gp_0_0_0_0_Enumerator_t1602367158_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t2336764269_0_0_0 = { &Dictionary_2_t2336764269_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t1602367158_gp_0_0_0_0 = { (void*)87, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Enumerator_t1602367158_gp_1_0_0_0 = { (void*)88, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass Enumerator_t4290947044_GenericClass = { 162, { &GenInst_Enumerator_t1602367158_gp_0_0_0_0_Enumerator_t1602367158_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t4290947044_0_0_1 = { &Enumerator_t4290947044_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t54176948_GenericClass = { 25, { &GenInst_Enumerator_t1602367158_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t54176948_0_0_2 = { &IEnumerator_1_t54176948_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t54176948_0_0_0 = { &IEnumerator_1_t54176948_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3175114353_GenericClass = { 49, { &GenInst_ValueCollection_t2327722797_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3175114353_0_0_2 = { &ICollection_1_t3175114353_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICollection_1_t3175114353_0_0_0 = { &ICollection_1_t3175114353_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3621782304_GenericClass = { 29, { &GenInst_ValueCollection_t2327722797_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3621782304_0_0_3 = { &IEnumerable_1_t3621782304_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t3621782304_0_0_0 = { &IEnumerable_1_t3621782304_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t2873272216_GenericClass = { 167, { &GenInst_ValueCollection_t2327722797_gp_0_0_0_0_ValueCollection_t2327722797_gp_1_0_0_0_ValueCollection_t2327722797_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t2873272216_0_0_0 = { &Transform_1_t2873272216_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Transform_1_t3647146409_0_0_0 = { (void*)167, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Transform_1_t3647146409_1_0_0 = { (void*)167, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Transform_1_t3647146409_gp_0_0_0_0 = { (void*)91, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Transform_1_t3647146409_gp_1_0_0_0 = { (void*)92, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Transform_1_t3647146409_gp_2_0_0_0 = { (void*)93, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t305257130_GenericClass = { 49, { &GenInst_KeyValuePair_2_t1772072192_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t305257130_0_0_3 = { &ICollection_1_t305257130_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICollection_1_t305257130_0_0_0 = { &ICollection_1_t305257130_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t751925081_GenericClass = { 29, { &GenInst_KeyValuePair_2_t1772072192_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t751925081_0_0_4 = { &IEnumerable_1_t751925081_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t751925081_0_0_0 = { &IEnumerable_1_t751925081_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IDictionary_2_t2133218712_GenericClass = { 172, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType IDictionary_2_t2133218712_0_0_5 = { &IDictionary_2_t2133218712_GenericClass, 5, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IDictionary_2_t2133218712_0_0_0 = { &IDictionary_2_t2133218712_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t3669367321_GenericClass = { 160, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t3669367321_0_0_0 = { &Dictionary_2_t3669367321_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Transform_1_t4233384137_GenericClass = { 167, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0_KeyValuePair_2_t1772072192_0_0_0, NULL }, NULL };
extern const RuntimeType Transform_1_t4233384137_0_0_0 = { &Transform_1_t4233384137_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ShimEnumerator_t3666088118_GenericClass = { 161, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0_Dictionary_2_t3621973219_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType ShimEnumerator_t3666088118_0_0_0 = { &ShimEnumerator_t3666088118_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t2439378004_GenericClass = { 168, { &GenInst_Dictionary_2_t3621973219_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t2439378004_0_0_0 = { &EqualityComparer_1_t2439378004_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t4105952173_GenericClass = { 168, { &GenInst_Dictionary_2_t3621973219_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t4105952173_0_0_0 = { &EqualityComparer_1_t4105952173_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3748544559_GenericClass = { 173, { &GenInst_Dictionary_2_t3621973219_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3748544559_0_0_0 = { &IEqualityComparer_1_t3748544559_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EqualityComparer_1_t1549919139_0_0_0 = { (void*)168, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EqualityComparer_1_t1549919139_1_0_0 = { (void*)168, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EqualityComparer_1_t1549919139_gp_0_0_0_0 = { (void*)97, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t367323924_GenericClass = { 168, { &GenInst_EqualityComparer_1_t1549919139_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t367323924_0_0_0 = { &EqualityComparer_1_t367323924_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType EqualityComparer_1_t367323924_0_0_49 = { &EqualityComparer_1_t367323924_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType DefaultComparer_t4042948011_0_0_0 = { (void*)169, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DefaultComparer_t4042948011_1_0_0 = { (void*)169, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass EqualityComparer_1_t2860352796_GenericClass = { 168, { &GenInst_DefaultComparer_t4042948011_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t2860352796_0_0_0 = { &EqualityComparer_1_t2860352796_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType DefaultComparer_t4042948011_gp_0_0_0_0 = { (void*)96, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t9916310_GenericClass = { 173, { &GenInst_EqualityComparer_1_t1549919139_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t9916310_0_0_0 = { &IEqualityComparer_1_t9916310_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3088697315_GenericClass = { 13, { &GenInst_EqualityComparer_1_t1549919139_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3088697315_0_0_0 = { &IEquatable_1_t3088697315_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass DefaultComparer_t2929176540_GenericClass = { 169, { &GenInst_EqualityComparer_1_t1549919139_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType DefaultComparer_t2929176540_0_0_0 = { &DefaultComparer_t2929176540_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1087895345_GenericClass = { 168, { &GenInst_GenericEqualityComparer_1_t2270490560_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1087895345_0_0_0 = { &EqualityComparer_1_t1087895345_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType GenericEqualityComparer_1_t2270490560_gp_0_0_0_0 = { (void*)98, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEquatable_1_t3809268736_GenericClass = { 13, { &GenInst_GenericEqualityComparer_1_t2270490560_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEquatable_1_t3809268736_0_0_0 = { &IEquatable_1_t3809268736_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IComparer_1_t2402962386_0_0_0 = { (void*)171, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IComparer_1_t2402962386_1_0_0 = { (void*)171, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IComparer_1_t2402962386_gp_0_0_0_0 = { (void*)99, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType IDictionary_2_t3177279192_0_0_0 = { (void*)172, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDictionary_2_t3177279192_1_0_0 = { (void*)172, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass ICollection_1_t241734454_GenericClass = { 49, { &GenInst_KeyValuePair_2_t1708549516_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t241734454_0_0_1 = { &ICollection_1_t241734454_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass KeyValuePair_2_t1708549516_GenericClass = { 175, { &GenInst_IDictionary_2_t3177279192_gp_0_0_0_0_IDictionary_2_t3177279192_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType KeyValuePair_2_t1708549516_0_0_0 = { &KeyValuePair_2_t1708549516_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IDictionary_2_t3177279192_gp_0_0_0_0 = { (void*)100, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType IDictionary_2_t3177279192_gp_1_0_0_0 = { (void*)101, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t688402405_GenericClass = { 29, { &GenInst_KeyValuePair_2_t1708549516_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t688402405_0_0_2 = { &IEnumerable_1_t688402405_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEqualityComparer_1_t4276305397_0_0_0 = { (void*)173, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEqualityComparer_1_t4276305397_1_0_0 = { (void*)173, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEqualityComparer_1_t4276305397_gp_0_0_0_0 = { (void*)102, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType KeyNotFoundException_t2292407383_0_0_0 = { (void*)174, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyNotFoundException_t2292407383_1_0_0 = { (void*)174, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType KeyValuePair_2_t4175610960_0_0_0 = { (void*)175, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType KeyValuePair_2_t4175610960_1_0_0 = { (void*)175, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType KeyValuePair_2_t4175610960_gp_0_0_0_0 = { (void*)103, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType KeyValuePair_2_t4175610960_gp_0_0_0_1 = { (void*)103, 1, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType KeyValuePair_2_t4175610960_gp_1_0_0_0 = { (void*)104, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType KeyValuePair_2_t4175610960_gp_1_0_0_1 = { (void*)104, 1, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType List_1_t284568025_0_0_0 = { (void*)176, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType List_1_t284568025_1_0_0 = { (void*)176, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1364770942_GenericClass = { 25, { &GenInst_List_1_t284568025_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1364770942_0_0_0 = { &IEnumerator_1_t1364770942_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t284568025_gp_0_0_0_0 = { (void*)106, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t3760352708_GenericClass = { 49, { &GenInst_List_1_t284568025_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t3760352708_0_0_0 = { &ICollection_1_t3760352708_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICollection_1_t3760352708_0_0_3 = { &ICollection_1_t3760352708_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t4207020659_GenericClass = { 29, { &GenInst_List_1_t284568025_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t4207020659_0_0_0 = { &IEnumerable_1_t4207020659_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t4207020659_0_0_4 = { &IEnumerable_1_t4207020659_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ReadOnlyCollection_1_t2144776761_GenericClass = { 179, { &GenInst_List_1_t284568025_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ReadOnlyCollection_1_t2144776761_0_0_0 = { &ReadOnlyCollection_1_t2144776761_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1113279039_0_0_0 = { (void*)&List_1_t284568025_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1113279039_0_0_1 = { (void*)&List_1_t284568025_gp_0_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1113279039_0_0_49 = { (void*)&List_1_t284568025_gp_0_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t1757494598_GenericClass = { 945, { &GenInst_List_1_t284568025_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t1757494598_0_0_0 = { &Predicate_1_t1757494598_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t4293519093_GenericClass = { 177, { &GenInst_List_1_t284568025_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t4293519093_0_0_0 = { &Enumerator_t4293519093_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t707131653_GenericClass = { 942, { &GenInst_List_1_t284568025_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t707131653_0_0_0 = { &Comparison_1_t707131653_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t271486022_0_0_0 = { (void*)177, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Enumerator_t271486022_1_0_0 = { (void*)177, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass List_1_t2391193213_GenericClass = { 176, { &GenInst_Enumerator_t271486022_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t2391193213_0_0_0 = { &List_1_t2391193213_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t2391193213_0_0_1 = { &List_1_t2391193213_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t271486022_gp_0_0_0_0 = { (void*)105, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Enumerator_t271486022_gp_0_0_0_1 = { (void*)105, 1, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t1351688939_GenericClass = { 25, { &GenInst_Enumerator_t271486022_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1351688939_0_0_2 = { &IEnumerator_1_t1351688939_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t1351688939_0_0_0 = { &IEnumerator_1_t1351688939_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t4280437090_GenericClass = { 177, { &GenInst_Enumerator_t271486022_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t4280437090_0_0_0 = { &Enumerator_t4280437090_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t2747520257_GenericClass = { 48, { &GenInst_List_1_t284568025_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t2747520257_0_0_5 = { &IList_1_t2747520257_GenericClass, 5, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IList_1_t2747520257_0_0_0 = { &IList_1_t2747520257_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t2404275216_GenericClass = { 176, { &GenInst_List_1_t284568025_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t2404275216_0_0_0 = { &List_1_t2404275216_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparer_1_t2431955356_GenericClass = { 156, { &GenInst_List_1_t284568025_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Comparer_1_t2431955356_0_0_0 = { &Comparer_1_t2431955356_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Collection_1_t968317937_0_0_0 = { (void*)178, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Collection_1_t968317937_1_0_0 = { (void*)178, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Collection_1_t968317937_gp_0_0_0_0 = { (void*)107, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3972289735_0_0_0 = { (void*)&Collection_1_t968317937_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2048520854_GenericClass = { 25, { &GenInst_Collection_1_t968317937_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2048520854_0_0_0 = { &IEnumerator_1_t2048520854_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t3431270169_GenericClass = { 48, { &GenInst_Collection_1_t968317937_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t3431270169_0_0_0 = { &IList_1_t3431270169_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IList_1_t3431270169_0_0_1 = { &IList_1_t3431270169_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IList_1_t3431270169_0_0_4 = { &IList_1_t3431270169_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t149135324_GenericClass = { 49, { &GenInst_Collection_1_t968317937_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t149135324_0_0_3 = { &ICollection_1_t149135324_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICollection_1_t149135324_0_0_0 = { &ICollection_1_t149135324_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t595803275_GenericClass = { 29, { &GenInst_Collection_1_t968317937_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t595803275_0_0_5 = { &IEnumerable_1_t595803275_GenericClass, 5, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t595803275_0_0_0 = { &IEnumerable_1_t595803275_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t3088025128_GenericClass = { 176, { &GenInst_Collection_1_t968317937_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3088025128_0_0_0 = { &List_1_t3088025128_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t560306304_GenericClass = { 178, { &GenInst_Collection_1_t968317937_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t560306304_0_0_0 = { &Collection_1_t560306304_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ReadOnlyCollection_1_t2757184810_0_0_0 = { (void*)179, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ReadOnlyCollection_1_t2757184810_1_0_0 = { (void*)179, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IList_1_t925169746_GenericClass = { 48, { &GenInst_ReadOnlyCollection_1_t2757184810_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t925169746_0_0_0 = { &IList_1_t925169746_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IList_1_t925169746_0_0_1 = { &IList_1_t925169746_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IList_1_t925169746_0_0_4 = { &IList_1_t925169746_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ReadOnlyCollection_1_t2757184810_gp_0_0_0_0 = { (void*)108, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t669500042_0_0_0 = { (void*)&ReadOnlyCollection_1_t2757184810_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3837387727_GenericClass = { 25, { &GenInst_ReadOnlyCollection_1_t2757184810_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3837387727_0_0_0 = { &IEnumerator_1_t3837387727_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1938002197_GenericClass = { 49, { &GenInst_ReadOnlyCollection_1_t2757184810_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1938002197_0_0_3 = { &ICollection_1_t1938002197_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICollection_1_t1938002197_0_0_0 = { &ICollection_1_t1938002197_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2384670148_GenericClass = { 29, { &GenInst_ReadOnlyCollection_1_t2757184810_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2384670148_0_0_5 = { &IEnumerable_1_t2384670148_GenericClass, 5, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t2384670148_0_0_0 = { &IEnumerable_1_t2384670148_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Collection_1_t2349173177_GenericClass = { 178, { &GenInst_ReadOnlyCollection_1_t2757184810_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Collection_1_t2349173177_0_0_0 = { &Collection_1_t2349173177_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType SimpleEnumerator_t4287166116_0_0_0 = { (void*)181, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SimpleEnumerator_t4287166116_1_0_0 = { (void*)181, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArrayListWrapper_t240606758_0_0_0 = { (void*)182, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArrayListWrapper_t240606758_1_0_0 = { (void*)182, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SynchronizedArrayListWrapper_t2283757095_0_0_0 = { (void*)183, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizedArrayListWrapper_t2283757095_1_0_0 = { (void*)183, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FixedSizeArrayListWrapper_t220909481_0_0_0 = { (void*)184, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FixedSizeArrayListWrapper_t220909481_1_0_0 = { (void*)184, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ReadOnlyArrayListWrapper_t3401315650_0_0_0 = { (void*)185, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ReadOnlyArrayListWrapper_t3401315650_1_0_0 = { (void*)185, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BitArray_t4087883509_0_0_0 = { (void*)186, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BitArray_t4087883509_1_0_0 = { (void*)186, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BitArray_t4087883509_0_0_1 = { (void*)186, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BitArrayEnumerator_t893496218_0_0_0 = { (void*)187, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BitArrayEnumerator_t893496218_1_0_0 = { (void*)187, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CaseInsensitiveComparer_t3670035800_0_0_0 = { (void*)188, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CaseInsensitiveComparer_t3670035800_1_0_0 = { (void*)188, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CaseInsensitiveComparer_t3670035800_0_0_17 = { (void*)188, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CaseInsensitiveHashCodeProvider_t1962629119_0_0_0 = { (void*)189, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CaseInsensitiveHashCodeProvider_t1962629119_1_0_0 = { (void*)189, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CaseInsensitiveHashCodeProvider_t1962629119_0_0_49 = { (void*)189, 49, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CollectionDebuggerView_t390662535_0_0_0 = { (void*)191, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CollectionDebuggerView_t390662535_1_0_0 = { (void*)191, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Comparer_t1912461351_0_0_0 = { (void*)192, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Comparer_t1912461351_1_0_0 = { (void*)192, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Comparer_t1912461351_0_0_54 = { (void*)192, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SlotU5BU5D_t2994659099_0_0_0 = { (void*)&Slot_t3975888750_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType SlotU5BU5D_t2994659099_0_0_1 = { (void*)&Slot_t3975888750_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType EnumeratorMode_t1442366820_0_0_0 = { (void*)197, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EnumeratorMode_t1442366820_1_0_0 = { (void*)197, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EnumeratorMode_t1442366820_0_0_32854 = { (void*)197, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EnumeratorMode_t1442366820_0_0_1 = { (void*)197, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HashKeys_t1568156503_0_0_1 = { (void*)199, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HashKeys_t1568156503_0_0_0 = { (void*)199, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HashKeys_t1568156503_1_0_0 = { (void*)199, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HashValues_t618387445_0_0_1 = { (void*)200, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HashValues_t618387445_0_0_0 = { (void*)200, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HashValues_t618387445_1_0_0 = { (void*)200, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType KeyMarker_t2496412495_0_0_0 = { (void*)196, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyMarker_t2496412495_1_0_0 = { (void*)196, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType KeyMarker_t2496412495_0_0_54 = { (void*)196, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Enumerator_t661358686_0_0_0 = { (void*)198, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Enumerator_t661358686_1_0_0 = { (void*)198, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SyncHashtable_t3569774773_0_0_0 = { (void*)201, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SyncHashtable_t3569774773_1_0_0 = { (void*)201, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Queue_t3637523393_0_0_0 = { (void*)207, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Queue_t3637523393_1_0_0 = { (void*)207, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Queue_t3637523393_0_0_1 = { (void*)207, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType QueueEnumerator_t4140714244_0_0_0 = { (void*)208, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType QueueEnumerator_t4140714244_1_0_0 = { (void*)208, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SortedList_t2427694641_0_0_0 = { (void*)209, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SortedList_t2427694641_1_0_0 = { (void*)209, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SortedList_t2427694641_0_0_1 = { (void*)209, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SlotU5BU5D_t227397015_0_0_1 = { (void*)&Slot_t384495010_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType SlotU5BU5D_t227397015_0_0_0 = { (void*)&Slot_t384495010_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType EnumeratorMode_t3719608883_0_0_0 = { (void*)211, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EnumeratorMode_t3719608883_1_0_0 = { (void*)211, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EnumeratorMode_t3719608883_0_0_32854 = { (void*)211, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EnumeratorMode_t3719608883_0_0_1 = { (void*)211, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Enumerator_t3548462377_0_0_0 = { (void*)212, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Enumerator_t3548462377_1_0_0 = { (void*)212, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Enumerator_t2929709194_0_0_0 = { (void*)214, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Enumerator_t2929709194_1_0_0 = { (void*)214, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ISymbolWriter_t780458634_0_0_0 = { (void*)217, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISymbolWriter_t780458634_1_0_0 = { (void*)217, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ISymbolWriter_t780458634_0_0_1 = { (void*)217, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DebuggableAttribute_t886312066_0_0_0 = { (void*)218, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DebuggableAttribute_t886312066_1_0_0 = { (void*)218, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DebuggingModes_t3662555298_0_0_0 = { (void*)219, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DebuggingModes_t3662555298_0_0_1 = { (void*)219, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DebuggingModes_t3662555298_1_0_0 = { (void*)219, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DebuggingModes_t3662555298_0_0_32854 = { (void*)219, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DebuggerBrowsableAttribute_t1026244177_0_0_0 = { (void*)220, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DebuggerBrowsableAttribute_t1026244177_1_0_0 = { (void*)220, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DebuggerBrowsableState_t747501856_0_0_0 = { (void*)221, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DebuggerBrowsableState_t747501856_0_0_1 = { (void*)221, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DebuggerBrowsableState_t747501856_1_0_0 = { (void*)221, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DebuggerBrowsableState_t747501856_0_0_32854 = { (void*)221, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DebuggerDisplayAttribute_t2957424906_0_0_0 = { (void*)222, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DebuggerDisplayAttribute_t2957424906_1_0_0 = { (void*)222, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DebuggerStepThroughAttribute_t875708394_0_0_0 = { (void*)223, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DebuggerStepThroughAttribute_t875708394_1_0_0 = { (void*)223, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DebuggerTypeProxyAttribute_t1385406673_0_0_0 = { (void*)224, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DebuggerTypeProxyAttribute_t1385406673_1_0_0 = { (void*)224, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StackTrace_t1598645457_0_0_0 = { (void*)226, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StackTrace_t1598645457_1_0_0 = { (void*)226, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StackFrameU5BU5D_t1997726418_0_0_0 = { (void*)&StackFrame_t3217253059_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType StackFrameU5BU5D_t1997726418_0_0_1 = { (void*)&StackFrame_t3217253059_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType DayOfWeek_t3650621421_0_0_0 = { (void*)852, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DayOfWeek_t3650621421_1_0_0 = { (void*)852, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DayOfWeek_t3650621421_0_0_32854 = { (void*)852, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CCMath_t1752835476_0_0_0 = { (void*)228, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CCMath_t1752835476_1_0_0 = { (void*)228, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CCFixed_t4160633277_0_0_0 = { (void*)229, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CCFixed_t4160633277_1_0_0 = { (void*)229, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CCGregorianCalendar_t1095914347_0_0_0 = { (void*)230, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CCGregorianCalendar_t1095914347_1_0_0 = { (void*)230, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Int32U2A_t2910199323_0_0_161 = { (void*)&Int32_t2950945753_0_0_0, 161, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType Int32U2A_t2910199323_1_0_2 = { (void*)&Int32_t2950945753_0_0_0, 2, IL2CPP_TYPE_PTR, 0, 1, 0 };
extern const RuntimeType Int32U2A_t2910199323_0_0_0 = { (void*)&Int32_t2950945753_0_0_0, 0, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType Int32U2A_t2910199323_0_0_49 = { (void*)&Int32_t2950945753_0_0_0, 49, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType CalendarU5BU5D_t3985046076_0_0_129 = { (void*)&Calendar_t1661121569_0_0_0, 129, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType DateTimeFormatFlags_t1884407083_0_0_0 = { (void*)234, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DateTimeFormatFlags_t1884407083_1_0_0 = { (void*)234, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DateTimeFormatFlags_t1884407083_0_0_32854 = { (void*)234, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DateTimeFormatFlags_t1884407083_0_0_1 = { (void*)234, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DateTimeStyles_t840957420_0_0_0 = { (void*)236, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DateTimeStyles_t840957420_1_0_0 = { (void*)236, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DateTimeStyles_t840957420_0_0_32854 = { (void*)236, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DaylightTime_t2582425773_0_0_0 = { (void*)237, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DaylightTime_t2582425773_1_0_0 = { (void*)237, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DaylightTime_t2582425773_0_0_17 = { (void*)237, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GregorianCalendar_t2054525052_0_0_0 = { (void*)238, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GregorianCalendar_t2054525052_1_0_0 = { (void*)238, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GregorianCalendarTypes_t3815403233_0_0_0 = { (void*)239, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GregorianCalendarTypes_t3815403233_0_0_131 = { (void*)239, 131, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GregorianCalendarTypes_t3815403233_1_0_0 = { (void*)239, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType GregorianCalendarTypes_t3815403233_0_0_32854 = { (void*)239, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RegionInfo_t1090270226_0_0_0 = { (void*)242, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RegionInfo_t1090270226_1_0_0 = { (void*)242, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RegionInfo_t1090270226_0_0_17 = { (void*)242, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Data_t2225474377_0_0_161 = { (void*)244, 161, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Data_t2225474377_0_0_0 = { (void*)244, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Data_t2225474377_1_0_0 = { (void*)244, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType IsolatedStorageException_t3468072396_0_0_0 = { (void*)246, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IsolatedStorageException_t3468072396_1_0_0 = { (void*)246, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BinaryReader_t2428077293_0_0_0 = { (void*)247, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BinaryReader_t2428077293_1_0_0 = { (void*)247, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BinaryReader_t2428077293_0_0_1 = { (void*)247, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Stream_t1273022909_0_0_0 = { (void*)276, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Stream_t1273022909_0_0_1 = { (void*)276, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Stream_t1273022909_0_0_4 = { (void*)276, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Stream_t1273022909_1_0_0 = { (void*)276, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Stream_t1273022909_0_0_54 = { (void*)276, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Stream_t1273022909_0_0_6 = { (void*)276, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Stream_t1273022909_0_0_3 = { (void*)276, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Decoder_t2204182725_0_0_1 = { (void*)776, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Decoder_t2204182725_0_0_0 = { (void*)776, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Decoder_t2204182725_1_0_0 = { (void*)776, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Directory_t828876208_0_0_0 = { (void*)249, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Directory_t828876208_1_0_0 = { (void*)249, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DirectoryInfo_t35957480_0_0_0 = { (void*)250, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DirectoryInfo_t35957480_1_0_0 = { (void*)250, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FileAttributes_t3417205536_0_0_0 = { (void*)255, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FileAttributes_t3417205536_1_0_0 = { (void*)255, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FileAttributes_t3417205536_0_0_32854 = { (void*)255, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FileAttributes_t3417205536_0_0_54 = { (void*)255, 54, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FileAttributes_t3417205536_0_0_6 = { (void*)255, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FileSystemInfo_t3745885336_0_0_0 = { (void*)265, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FileSystemInfo_t3745885336_1_0_0 = { (void*)265, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DirectoryNotFoundException_t1220582502_0_0_0 = { (void*)251, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DirectoryNotFoundException_t1220582502_1_0_0 = { (void*)251, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IOException_t4088381929_0_0_0 = { (void*)266, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IOException_t4088381929_1_0_0 = { (void*)266, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EndOfStreamException_t2015613008_0_0_0 = { (void*)252, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EndOfStreamException_t2015613008_1_0_0 = { (void*)252, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType File_t1258465809_0_0_0 = { (void*)253, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType File_t1258465809_1_0_0 = { (void*)253, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FileMode_t1183438340_0_0_0 = { (void*)257, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FileMode_t1183438340_1_0_0 = { (void*)257, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FileMode_t1183438340_0_0_32854 = { (void*)257, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FileStream_t4292183065_0_0_0 = { (void*)261, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FileStream_t4292183065_1_0_0 = { (void*)261, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StreamReader_t4009935899_0_0_0 = { (void*)279, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StreamReader_t4009935899_1_0_0 = { (void*)279, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StreamReader_t4009935899_0_0_54 = { (void*)279, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FileLoadException_t549148505_0_0_0 = { (void*)256, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FileLoadException_t549148505_1_0_0 = { (void*)256, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FileNotFoundException_t225391025_0_0_0 = { (void*)258, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FileNotFoundException_t225391025_1_0_0 = { (void*)258, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FileOptions_t1024913468_0_0_0 = { (void*)259, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FileOptions_t1024913468_1_0_0 = { (void*)259, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FileOptions_t1024913468_0_0_32854 = { (void*)259, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FileShare_t3553318550_0_0_0 = { (void*)260, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FileShare_t3553318550_1_0_0 = { (void*)260, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FileShare_t3553318550_0_0_32854 = { (void*)260, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SeekOrigin_t1441174344_0_0_0 = { (void*)275, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SeekOrigin_t1441174344_1_0_0 = { (void*)275, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SeekOrigin_t1441174344_0_0_32854 = { (void*)275, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ReadDelegate_t714865915_0_0_0 = { (void*)262, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ReadDelegate_t714865915_1_0_0 = { (void*)262, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WriteDelegate_t4270993571_0_0_0 = { (void*)263, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WriteDelegate_t4270993571_1_0_0 = { (void*)263, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FileStreamAsyncResult_t2422587232_0_0_0 = { (void*)264, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FileStreamAsyncResult_t2422587232_1_0_0 = { (void*)264, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ManualResetEvent_t451242010_0_0_1 = { (void*)808, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ManualResetEvent_t451242010_0_0_0 = { (void*)808, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ManualResetEvent_t451242010_1_0_0 = { (void*)808, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ManualResetEvent_t451242010_0_0_17 = { (void*)808, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ManualResetEvent_t451242010_0_0_33 = { (void*)808, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoIOStat_t592533987_0_0_3 = { (void*)271, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoIOStat_t592533987_1_0_2 = { (void*)271, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MonoIOStat_t592533987_0_0_0 = { (void*)271, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoIOStat_t592533987_1_0_0 = { (void*)271, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MemoryStream_t94973147_0_0_0 = { (void*)267, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MemoryStream_t94973147_1_0_0 = { (void*)267, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MemoryStream_t94973147_0_0_3 = { (void*)267, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MemoryStream_t94973147_0_0_1 = { (void*)267, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoFileType_t221779374_0_0_0 = { (void*)268, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoFileType_t221779374_1_0_0 = { (void*)268, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MonoFileType_t221779374_0_0_32854 = { (void*)268, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoIO_t2601436415_0_0_0 = { (void*)269, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoIO_t2601436415_1_0_0 = { (void*)269, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoIOError_t367894402_0_0_0 = { (void*)270, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoIOError_t367894402_1_0_2 = { (void*)270, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MonoIOError_t367894402_1_0_0 = { (void*)270, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MonoIOError_t367894402_0_0_32854 = { (void*)270, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Path_t1605229823_0_0_0 = { (void*)272, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Path_t1605229823_1_0_0 = { (void*)272, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PathTooLongException_t2919094560_0_0_0 = { (void*)273, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PathTooLongException_t2919094560_1_0_0 = { (void*)273, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SearchPattern_t3793128359_0_0_0 = { (void*)274, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SearchPattern_t3793128359_1_0_0 = { (void*)274, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NullStream_t1684893697_0_0_0 = { (void*)277, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NullStream_t1684893697_1_0_0 = { (void*)277, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StreamAsyncResult_t780248512_0_0_0 = { (void*)278, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StreamAsyncResult_t780248512_1_0_0 = { (void*)278, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NullStreamReader_t3364671800_0_0_0 = { (void*)280, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NullStreamReader_t3364671800_1_0_0 = { (void*)280, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StreamWriter_t1266378904_0_0_0 = { (void*)281, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StreamWriter_t1266378904_1_0_0 = { (void*)281, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StreamWriter_t1266378904_0_0_54 = { (void*)281, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextWriter_t3478189236_0_0_0 = { (void*)286, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextWriter_t3478189236_1_0_0 = { (void*)286, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TextWriter_t3478189236_0_0_54 = { (void*)286, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextWriter_t3478189236_0_0_1 = { (void*)286, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextWriter_t3478189236_0_0_19 = { (void*)286, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextWriter_t3478189236_0_0_17 = { (void*)286, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StringReader_t3465604688_0_0_0 = { (void*)282, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StringReader_t3465604688_1_0_0 = { (void*)282, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NullTextReader_t763622204_0_0_0 = { (void*)284, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NullTextReader_t763622204_1_0_0 = { (void*)284, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SynchronizedReader_t1163115775_0_0_0 = { (void*)285, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizedReader_t1163115775_1_0_0 = { (void*)285, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NullTextWriter_t1377692031_0_0_0 = { (void*)287, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NullTextWriter_t1377692031_1_0_0 = { (void*)287, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SynchronizedWriter_t1722853220_0_0_0 = { (void*)288, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizedWriter_t1722853220_1_0_0 = { (void*)288, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnexceptionalStreamReader_t2154476246_0_0_0 = { (void*)289, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnexceptionalStreamReader_t2154476246_1_0_0 = { (void*)289, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BooleanU5BU5D_t2897418192_0_0_17 = { (void*)&Boolean_t97287965_0_0_0, 17, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType BooleanU5BU5D_t2897418192_0_0_1 = { (void*)&Boolean_t97287965_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType BooleanU5BU5D_t2897418192_0_0_0 = { (void*)&Boolean_t97287965_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UnexceptionalStreamWriter_t2539306459_0_0_0 = { (void*)290, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnexceptionalStreamWriter_t2539306459_1_0_0 = { (void*)290, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnmanagedMemoryStream_t4234117669_0_0_0 = { (void*)291, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnmanagedMemoryStream_t4234117669_1_0_0 = { (void*)291, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EventHandler_t1348719766_0_0_1 = { (void*)944, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventHandler_t1348719766_0_0_0 = { (void*)944, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventHandler_t1348719766_1_0_0 = { (void*)944, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeResourceType_t2573963468_0_0_0 = { (void*)292, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType NativeResourceType_t2573963468_1_0_0 = { (void*)292, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType NativeResourceType_t2573963468_0_0_32854 = { (void*)292, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType NativeResourceType_t2573963468_0_0_1 = { (void*)292, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityAction_t569814076_0_0_6 = { (void*)739, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityAction_t569814076_0_0_0 = { (void*)739, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityAction_t569814076_1_0_0 = { (void*)739, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SecurityAction_t569814076_0_0_32854 = { (void*)739, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ResourceAttributes_t3997964906_0_0_6 = { (void*)391, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ResourceAttributes_t3997964906_0_0_0 = { (void*)391, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ResourceAttributes_t3997964906_1_0_0 = { (void*)391, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ResourceAttributes_t3997964906_0_0_32854 = { (void*)391, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AssemblyBuilder_t359885250_0_0_0 = { (void*)296, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyBuilder_t359885250_1_0_0 = { (void*)296, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyBuilder_t359885250_0_0_3 = { (void*)296, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyName_t270931938_0_0_0 = { (void*)341, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyName_t270931938_1_0_0 = { (void*)341, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ModuleU5BU5D_t4238763736_0_0_0 = { (void*)&Module_t2987026101_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ModuleU5BU5D_t4238763736_0_0_1 = { (void*)&Module_t2987026101_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ModuleBuilderU5BU5D_t2441092650_0_0_1 = { (void*)&ModuleBuilder_t731887691_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ModuleBuilderU5BU5D_t2441092650_0_0_0 = { (void*)&ModuleBuilder_t731887691_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CustomAttributeBuilderU5BU5D_t2951373564_0_0_1 = { (void*)&CustomAttributeBuilder_t2781637217_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType MonoResourceU5BU5D_t979189380_0_0_1 = { (void*)&MonoResource_t4103430009_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType PEFileKinds_t3631470751_0_0_1 = { (void*)322, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PEFileKinds_t3631470751_0_0_0 = { (void*)322, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PEFileKinds_t3631470751_1_0_0 = { (void*)322, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PEFileKinds_t3631470751_0_0_32854 = { (void*)322, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoWin32ResourceU5BU5D_t4084032906_0_0_1 = { (void*)&MonoWin32Resource_t1904229483_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType RefEmitPermissionSetU5BU5D_t567451178_0_0_1 = { (void*)&RefEmitPermissionSet_t484390987_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType PortableExecutableKinds_t1191923110_0_0_1 = { (void*)387, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PortableExecutableKinds_t1191923110_0_0_0 = { (void*)387, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PortableExecutableKinds_t1191923110_1_0_0 = { (void*)387, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PortableExecutableKinds_t1191923110_0_0_32854 = { (void*)387, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ImageFileMachine_t799743225_0_0_1 = { (void*)359, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ImageFileMachine_t799743225_0_0_0 = { (void*)359, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ImageFileMachine_t799743225_1_0_0 = { (void*)359, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ImageFileMachine_t799743225_0_0_32854 = { (void*)359, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Win32VersionResource_t1367628464_0_0_1 = { (void*)412, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Win32VersionResource_t1367628464_0_0_0 = { (void*)412, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Win32VersionResource_t1367628464_1_0_0 = { (void*)412, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType _AssemblyBuilder_t1973909547_0_0_0 = { (void*)447, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _AssemblyBuilder_t1973909547_1_0_0 = { (void*)447, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodAttributes_t2366443849_0_0_0 = { (void*)363, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MethodAttributes_t2366443849_0_0_1 = { (void*)363, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MethodAttributes_t2366443849_1_0_0 = { (void*)363, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MethodAttributes_t2366443849_0_0_32854 = { (void*)363, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MethodAttributes_t2366443849_0_0_3 = { (void*)363, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeU5BU5DU5BU5D_t4042077012_0_0_0 = { (void*)&TypeU5BU5D_t3940880105_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TypeU5BU5DU5BU5D_t4042077012_0_0_1 = { (void*)&TypeU5BU5D_t3940880105_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ParameterInfoU5BU5D_t390618515_0_0_0 = { (void*)&ParameterInfo_t1861056598_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType RuntimeMethodHandle_t1133924984_0_0_0 = { (void*)908, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RuntimeMethodHandle_t1133924984_0_0_1 = { (void*)908, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RuntimeMethodHandle_t1133924984_0_0_3 = { (void*)908, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RuntimeMethodHandle_t1133924984_1_0_0 = { (void*)908, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ILGenerator_t1388622344_0_0_0 = { (void*)309, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILGenerator_t1388622344_0_0_1 = { (void*)309, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILGenerator_t1388622344_1_0_0 = { (void*)309, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ILGenerator_t1388622344_0_0_3 = { (void*)309, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodToken_t4055728386_0_0_0 = { (void*)315, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MethodToken_t4055728386_1_0_0 = { (void*)315, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MethodToken_t4055728386_0_0_54 = { (void*)315, 54, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MethodImplAttributes_t3646023817_0_0_1 = { (void*)365, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MethodImplAttributes_t3646023817_0_0_0 = { (void*)365, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MethodImplAttributes_t3646023817_1_0_0 = { (void*)365, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MethodImplAttributes_t3646023817_0_0_32854 = { (void*)365, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MethodImplAttributes_t3646023817_0_0_3 = { (void*)365, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ParameterBuilderU5BU5D_t3054868058_0_0_3 = { (void*)&ParameterBuilder_t1137139675_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ParameterBuilderU5BU5D_t3054868058_0_0_1 = { (void*)&ParameterBuilder_t1137139675_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType DerivedType_t4286302013_0_0_0 = { (void*)300, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DerivedType_t4286302013_1_0_0 = { (void*)300, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ByRefType_t2066805327_0_0_0 = { (void*)301, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ByRefType_t2066805327_1_0_0 = { (void*)301, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DynamicMethod_t2537779570_0_0_0 = { (void*)302, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DynamicMethod_t2537779570_1_0_0 = { (void*)302, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EnumBuilder_t2400448213_0_0_0 = { (void*)303, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EnumBuilder_t2400448213_1_0_0 = { (void*)303, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType _EnumBuilder_t2580004198_0_0_0 = { (void*)452, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _EnumBuilder_t2580004198_1_0_0 = { (void*)452, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FieldAttributes_t400321159_0_0_0 = { (void*)357, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FieldAttributes_t400321159_0_0_1 = { (void*)357, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FieldAttributes_t400321159_1_0_0 = { (void*)357, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FieldAttributes_t400321159_0_0_32854 = { (void*)357, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnmanagedMarshal_t984015687_0_0_0 = { (void*)328, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnmanagedMarshal_t984015687_0_0_1 = { (void*)328, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnmanagedMarshal_t984015687_1_0_0 = { (void*)328, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TokenGenerator_t1734832736_0_0_0 = { (void*)308, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TokenGenerator_t1734832736_1_0_0 = { (void*)308, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TokenGenerator_t1734832736_0_0_1 = { (void*)308, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OpCode_t123070264_0_0_0 = { (void*)318, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OpCode_t123070264_1_0_0 = { (void*)318, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType OpCode_t123070264_0_0_54 = { (void*)318, 54, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Label_t2281661643_0_0_0 = { (void*)312, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Label_t2281661643_1_0_0 = { (void*)312, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LocalBuilderU5BU5D_t4280809526_0_0_1 = { (void*)&LocalBuilder_t3562264111_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType LocalBuilderU5BU5D_t4280809526_0_0_0 = { (void*)&LocalBuilder_t3562264111_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ILTokenInfoU5BU5D_t973106575_0_0_1 = { (void*)&ILTokenInfo_t2325775114_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ILTokenInfoU5BU5D_t973106575_0_0_0 = { (void*)&ILTokenInfo_t2325775114_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType LabelDataU5BU5D_t327903686_0_0_1 = { (void*)&LabelData_t360167391_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType LabelDataU5BU5D_t327903686_0_0_0 = { (void*)&LabelData_t360167391_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType LabelFixupU5BU5D_t103660291_0_0_1 = { (void*)&LabelFixup_t858502054_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType LabelFixupU5BU5D_t103660291_0_0_0 = { (void*)&LabelFixup_t858502054_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType _ILGenerator_t119836063_0_0_0 = { (void*)457, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _ILGenerator_t119836063_1_0_0 = { (void*)457, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GenericTypeParameterBuilderU5BU5D_t3780444109_0_0_3 = { (void*)&GenericTypeParameterBuilder_t1988827940_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType GenericTypeParameterBuilderU5BU5D_t3780444109_0_0_1 = { (void*)&GenericTypeParameterBuilder_t1988827940_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType PackingSize_t2976435189_0_0_0 = { (void*)323, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PackingSize_t2976435189_1_0_0 = { (void*)323, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PackingSize_t2976435189_0_0_32854 = { (void*)323, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PackingSize_t2976435189_0_0_1 = { (void*)323, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeBuilderU5BU5D_t786280671_0_0_0 = { (void*)&TypeBuilder_t1073948154_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TypeBuilderU5BU5D_t786280671_0_0_1 = { (void*)&TypeBuilder_t1073948154_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TypeBuilderU5BU5D_t786280671_0_0_3 = { (void*)&TypeBuilder_t1073948154_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType MethodBuilderU5BU5D_t3705301900_0_0_1 = { (void*)&MethodBuilder_t2807316753_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType MethodBuilderU5BU5D_t3705301900_0_0_3 = { (void*)&MethodBuilder_t2807316753_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType MethodBuilderU5BU5D_t3705301900_0_0_0 = { (void*)&MethodBuilder_t2807316753_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType FieldBuilderU5BU5D_t138311604_0_0_1 = { (void*)&FieldBuilder_t2627049993_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType FieldBuilderU5BU5D_t138311604_0_0_3 = { (void*)&FieldBuilder_t2627049993_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ModuleBuilderTokenGenerator_t944435078_0_0_1 = { (void*)317, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ModuleBuilderTokenGenerator_t944435078_0_0_0 = { (void*)317, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ModuleBuilderTokenGenerator_t944435078_1_0_0 = { (void*)317, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OperandType_t2622847887_0_0_0 = { (void*)321, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OperandType_t2622847887_1_0_0 = { (void*)321, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType OperandType_t2622847887_0_0_32854 = { (void*)321, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StackBehaviour_t3009528134_0_0_0 = { (void*)326, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StackBehaviour_t3009528134_1_0_0 = { (void*)326, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType StackBehaviour_t3009528134_0_0_32854 = { (void*)326, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OpCodeNames_t3363784580_0_0_0 = { (void*)319, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OpCodeNames_t3363784580_1_0_0 = { (void*)319, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OpCodes_t126150456_0_0_0 = { (void*)320, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OpCodes_t126150456_1_0_0 = { (void*)320, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ParameterAttributes_t1826424051_0_0_1 = { (void*)383, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ParameterAttributes_t1826424051_0_0_0 = { (void*)383, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ParameterAttributes_t1826424051_1_0_0 = { (void*)383, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ParameterAttributes_t1826424051_0_0_32854 = { (void*)383, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ParameterAttributes_t1826424051_0_0_4 = { (void*)383, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PropertyAttributes_t3388002996_0_0_0 = { (void*)389, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PropertyAttributes_t3388002996_0_0_1 = { (void*)389, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PropertyAttributes_t3388002996_0_0_6 = { (void*)389, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PropertyAttributes_t3388002996_1_0_0 = { (void*)389, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PropertyAttributes_t3388002996_0_0_32854 = { (void*)389, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ConstructorBuilderU5BU5D_t3223009221_0_0_3 = { (void*)&ConstructorBuilder_t2813524108_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ConstructorBuilderU5BU5D_t3223009221_0_0_0 = { (void*)&ConstructorBuilder_t2813524108_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType PropertyBuilderU5BU5D_t4023329206_0_0_3 = { (void*)&PropertyBuilder_t314297007_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType EventBuilderU5BU5D_t3902749141_0_0_3 = { (void*)&EventBuilder_t3451532220_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType AmbiguousMatchException_t566690781_0_0_0 = { (void*)329, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AmbiguousMatchException_t566690781_1_0_0 = { (void*)329, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Evidence_t2008144148_0_0_0 = { (void*)745, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Evidence_t2008144148_0_0_1 = { (void*)745, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Evidence_t2008144148_1_0_0 = { (void*)745, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ResolveEventHolder_t2120639521_0_0_1 = { (void*)331, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ResolveEventHolder_t2120639521_0_0_0 = { (void*)331, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ResolveEventHolder_t2120639521_1_0_0 = { (void*)331, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PermissionSet_t223948603_0_0_3 = { (void*)761, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PermissionSet_t223948603_0_0_1 = { (void*)761, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PermissionSet_t223948603_0_0_0 = { (void*)761, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PermissionSet_t223948603_1_0_0 = { (void*)761, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType _Assembly_t1988906988_0_0_1 = { (void*)446, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Assembly_t1988906988_0_0_0 = { (void*)446, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Assembly_t1988906988_1_0_0 = { (void*)446, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyCompanyAttribute_t909257512_0_0_0 = { (void*)332, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyCompanyAttribute_t909257512_1_0_0 = { (void*)332, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyConfigurationAttribute_t2167450097_0_0_0 = { (void*)333, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyConfigurationAttribute_t2167450097_1_0_0 = { (void*)333, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyCopyrightAttribute_t836190902_0_0_0 = { (void*)334, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyCopyrightAttribute_t836190902_1_0_0 = { (void*)334, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyDefaultAliasAttribute_t2176720766_0_0_0 = { (void*)335, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyDefaultAliasAttribute_t2176720766_1_0_0 = { (void*)335, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyDelaySignAttribute_t176441654_0_0_0 = { (void*)336, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyDelaySignAttribute_t176441654_1_0_0 = { (void*)336, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyDescriptionAttribute_t1046996844_0_0_0 = { (void*)337, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyDescriptionAttribute_t1046996844_1_0_0 = { (void*)337, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyFileVersionAttribute_t14927972_0_0_0 = { (void*)338, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyFileVersionAttribute_t14927972_1_0_0 = { (void*)338, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyInformationalVersionAttribute_t3037764991_0_0_0 = { (void*)339, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyInformationalVersionAttribute_t3037764991_1_0_0 = { (void*)339, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyKeyFileAttribute_t2825689142_0_0_0 = { (void*)340, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyKeyFileAttribute_t2825689142_1_0_0 = { (void*)340, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ProcessorArchitecture_t305929193_0_0_1 = { (void*)388, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ProcessorArchitecture_t305929193_0_0_0 = { (void*)388, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ProcessorArchitecture_t305929193_1_0_0 = { (void*)388, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ProcessorArchitecture_t305929193_0_0_32854 = { (void*)388, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType _AssemblyName_t3550739211_0_0_2 = { (void*)448, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _AssemblyName_t3550739211_0_0_0 = { (void*)448, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _AssemblyName_t3550739211_1_0_0 = { (void*)448, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyProductAttribute_t1000945320_0_0_0 = { (void*)343, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyProductAttribute_t1000945320_1_0_0 = { (void*)343, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyTitleAttribute_t1901133402_0_0_0 = { (void*)344, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyTitleAttribute_t1901133402_1_0_0 = { (void*)344, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyTrademarkAttribute_t3598190473_0_0_0 = { (void*)345, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyTrademarkAttribute_t3598190473_1_0_0 = { (void*)345, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodBaseU5BU5D_t779831733_0_0_0 = { (void*)&MethodBase_t_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType PropertyInfoU5BU5D_t1461822886_0_0_0 = { (void*)&PropertyInfo_t_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Default_t2456596213_0_0_0 = { (void*)347, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Default_t2456596213_1_0_0 = { (void*)347, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TU5BU5D_t2340424125_0_0_0 = { (void*)&CustomAttributeData_UnboxValues_m3334218374_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CustomAttributeData_UnboxValues_m3334218374_gp_0_0_0_0 = { (void*)109, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType EventAttributes_t1153671773_0_0_0 = { (void*)354, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventAttributes_t1153671773_1_0_0 = { (void*)354, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EventAttributes_t1153671773_0_0_32854 = { (void*)354, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventAttributes_t1153671773_0_0_6 = { (void*)354, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AddEventAdapter_t1787725097_0_0_1 = { (void*)356, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AddEventAdapter_t1787725097_0_0_0 = { (void*)356, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AddEventAdapter_t1787725097_1_0_0 = { (void*)356, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType _EventInfo_t3826131156_0_0_0 = { (void*)454, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _EventInfo_t3826131156_1_0_0 = { (void*)454, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IObjectReference_t2897431833_0_0_1 = { (void*)635, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IObjectReference_t2897431833_0_0_0 = { (void*)635, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IObjectReference_t2897431833_1_0_0 = { (void*)635, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Missing_t508514592_0_0_0 = { (void*)367, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Missing_t508514592_1_0_0 = { (void*)367, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Missing_t508514592_0_0_54 = { (void*)367, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeFilter_t2356120900_0_0_54 = { (void*)931, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeFilter_t2356120900_0_0_0 = { (void*)931, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeFilter_t2356120900_1_0_0 = { (void*)931, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoEventInfo_t346866618_0_0_0 = { (void*)369, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoEventInfo_t346866618_1_0_0 = { (void*)369, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MonoEventInfo_t346866618_1_0_2 = { (void*)369, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MonoEvent_t_0_0_0 = { (void*)370, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoEvent_t_1_0_0 = { (void*)370, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoGenericMethod_t_0_0_0 = { (void*)372, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoGenericMethod_t_1_0_0 = { (void*)372, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoGenericCMethod_t4239028627_0_0_0 = { (void*)373, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoGenericCMethod_t4239028627_1_0_0 = { (void*)373, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoCMethod_t3191134373_0_0_0 = { (void*)376, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoCMethod_t3191134373_1_0_0 = { (void*)376, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoMethodInfo_t1248819020_0_0_0 = { (void*)374, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoMethodInfo_t1248819020_1_0_0 = { (void*)374, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MonoMethodInfo_t1248819020_1_0_2 = { (void*)374, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MonoPropertyInfo_t3087356066_0_0_0 = { (void*)377, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoPropertyInfo_t3087356066_1_0_0 = { (void*)377, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MonoPropertyInfo_t3087356066_0_0_1 = { (void*)377, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PInfo_t446749821_0_0_0 = { (void*)378, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PInfo_t446749821_1_0_0 = { (void*)378, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PInfo_t446749821_0_0_32854 = { (void*)378, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PInfo_t446749821_0_0_1 = { (void*)378, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass Getter_2_t3687196427_GenericClass = { 381, { &GenInst_MonoProperty_GetterAdapterFrame_m4162289508_gp_0_0_0_0_MonoProperty_GetterAdapterFrame_m4162289508_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType Getter_2_t3687196427_0_0_0 = { &Getter_2_t3687196427_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MonoProperty_GetterAdapterFrame_m4162289508_gp_0_0_0_0 = { (void*)110, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType MonoProperty_GetterAdapterFrame_m4162289508_gp_1_0_0_0 = { (void*)111, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass StaticGetter_1_t3257807389_GenericClass = { 382, { &GenInst_MonoProperty_StaticGetterAdapterFrame_m1351644231_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType StaticGetter_1_t3257807389_0_0_0 = { &StaticGetter_1_t3257807389_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType MonoProperty_StaticGetterAdapterFrame_m1351644231_gp_0_0_0_0 = { (void*)112, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Getter_2_t3734896353_gp_0_0_0_0 = { (void*)113, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Getter_2_t3734896353_gp_1_0_0_0 = { (void*)114, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType StaticGetter_1_t1915726309_gp_0_0_0_0 = { (void*)115, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Pointer_t2088917139_0_0_0 = { (void*)386, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Pointer_t2088917139_1_0_0 = { (void*)386, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TargetException_t3386045725_0_0_0 = { (void*)393, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TargetException_t3386045725_1_0_0 = { (void*)393, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TargetInvocationException_t4266643902_0_0_0 = { (void*)394, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TargetInvocationException_t4266643902_1_0_0 = { (void*)394, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TargetParameterCountException_t1216617239_0_0_0 = { (void*)395, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TargetParameterCountException_t1216617239_1_0_0 = { (void*)395, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IResourceReader_t1191025619_0_0_0 = { (void*)398, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IResourceReader_t1191025619_1_0_0 = { (void*)398, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IResourceReader_t1191025619_0_0_2 = { (void*)398, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IResourceReader_t1191025619_0_0_132 = { (void*)398, 132, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NeutralResourcesLanguageAttribute_t2027633532_0_0_0 = { (void*)399, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NeutralResourcesLanguageAttribute_t2027633532_1_0_0 = { (void*)399, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ResourceManager_t4037989559_0_0_0 = { (void*)400, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ResourceManager_t4037989559_1_0_0 = { (void*)400, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PredefinedResourceType_t4229135164_0_0_0 = { (void*)401, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PredefinedResourceType_t4229135164_1_0_0 = { (void*)401, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PredefinedResourceType_t4229135164_0_0_32854 = { (void*)401, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ResourceReader_t3300492639_0_0_0 = { (void*)402, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ResourceReader_t3300492639_1_0_0 = { (void*)402, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ResourceReader_t3300492639_0_0_1 = { (void*)402, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ResourceCacheItemU5BU5D_t1637949902_0_0_0 = { (void*)&ResourceCacheItem_t51292791_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ResourceCacheItemU5BU5D_t1637949902_0_0_1 = { (void*)&ResourceCacheItem_t51292791_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType IFormatter_t3549834567_0_0_1 = { (void*)633, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IFormatter_t3549834567_0_0_0 = { (void*)633, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IFormatter_t3549834567_1_0_0 = { (void*)633, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ResourceInfoU5BU5D_t2132996019_0_0_1 = { (void*)&ResourceInfo_t2872965302_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ResourceInfoU5BU5D_t2132996019_0_0_0 = { (void*)&ResourceInfo_t2872965302_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ResourceEnumerator_t2106512554_0_0_0 = { (void*)405, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ResourceEnumerator_t2106512554_1_0_0 = { (void*)405, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SatelliteContractVersionAttribute_t3549813284_0_0_0 = { (void*)408, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SatelliteContractVersionAttribute_t3549813284_1_0_0 = { (void*)408, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Win32ResourceType_t878705926_0_0_0 = { (void*)409, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Win32ResourceType_t878705926_1_0_0 = { (void*)409, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Win32ResourceType_t878705926_0_0_32854 = { (void*)409, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType NameOrId_t2364694642_0_0_0 = { (void*)410, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NameOrId_t2364694642_1_0_0 = { (void*)410, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NameOrId_t2364694642_0_0_1 = { (void*)410, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Win32Resource_t884101579_0_0_0 = { (void*)411, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Win32Resource_t884101579_1_0_0 = { (void*)411, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CompilationRelaxations_t3292409279_0_0_0 = { (void*)413, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CompilationRelaxations_t3292409279_1_0_0 = { (void*)413, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CompilationRelaxations_t3292409279_0_0_32854 = { (void*)413, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CompilationRelaxationsAttribute_t1721442111_0_0_0 = { (void*)414, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CompilationRelaxationsAttribute_t1721442111_1_0_0 = { (void*)414, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DefaultDependencyAttribute_t548613883_0_0_0 = { (void*)415, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DefaultDependencyAttribute_t548613883_1_0_0 = { (void*)415, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LoadHint_t3743314490_0_0_0 = { (void*)417, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LoadHint_t3743314490_0_0_1 = { (void*)417, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LoadHint_t3743314490_1_0_0 = { (void*)417, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LoadHint_t3743314490_0_0_32854 = { (void*)417, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType IsVolatile_t2097058663_0_0_0 = { (void*)416, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IsVolatile_t2097058663_1_0_0 = { (void*)416, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StringFreezingAttribute_t3031362240_0_0_0 = { (void*)418, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StringFreezingAttribute_t3031362240_1_0_0 = { (void*)418, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Cer_t573022029_0_0_0 = { (void*)419, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Cer_t573022029_1_0_0 = { (void*)419, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Cer_t573022029_0_0_32854 = { (void*)419, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Cer_t573022029_0_0_1 = { (void*)419, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Consistency_t4071665526_0_0_0 = { (void*)420, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Consistency_t4071665526_1_0_0 = { (void*)420, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Consistency_t4071665526_0_0_32854 = { (void*)420, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Consistency_t4071665526_0_0_1 = { (void*)420, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CriticalFinalizerObject_t701527852_0_0_0 = { (void*)421, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CriticalFinalizerObject_t701527852_1_0_0 = { (void*)421, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ReliabilityContractAttribute_t502331440_0_0_0 = { (void*)422, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ReliabilityContractAttribute_t502331440_1_0_0 = { (void*)422, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ActivationArguments_t4219999170_0_0_0 = { (void*)423, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ActivationArguments_t4219999170_1_0_0 = { (void*)423, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ActivationArguments_t4219999170_0_0_1 = { (void*)423, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType COMException_t1620828383_0_0_0 = { (void*)424, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType COMException_t1620828383_1_0_0 = { (void*)424, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExternalException_t3544951457_0_0_0 = { (void*)433, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExternalException_t3544951457_1_0_0 = { (void*)433, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClassInterfaceAttribute_t2274790349_0_0_0 = { (void*)427, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClassInterfaceAttribute_t2274790349_1_0_0 = { (void*)427, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClassInterfaceType_t4029497327_0_0_0 = { (void*)428, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ClassInterfaceType_t4029497327_0_0_1 = { (void*)428, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ClassInterfaceType_t4029497327_1_0_0 = { (void*)428, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ClassInterfaceType_t4029497327_0_0_32854 = { (void*)428, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ComDefaultInterfaceAttribute_t2734585253_0_0_0 = { (void*)429, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ComDefaultInterfaceAttribute_t2734585253_1_0_0 = { (void*)429, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ComInterfaceType_t2732813453_0_0_0 = { (void*)430, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ComInterfaceType_t2732813453_1_0_0 = { (void*)430, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ComInterfaceType_t2732813453_0_0_32854 = { (void*)430, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ComInterfaceType_t2732813453_0_0_1 = { (void*)430, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DispIdAttribute_t491906453_0_0_0 = { (void*)431, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DispIdAttribute_t491906453_1_0_0 = { (void*)431, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ErrorWrapper_t1772885312_0_0_0 = { (void*)432, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ErrorWrapper_t1772885312_1_0_0 = { (void*)432, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GCHandle_t3351438187_0_0_0 = { (void*)434, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GCHandle_t3351438187_1_0_0 = { (void*)434, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType GCHandle_t3351438187_0_0_1 = { (void*)434, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GCHandleType_t3432586689_0_0_0 = { (void*)435, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GCHandleType_t3432586689_1_0_0 = { (void*)435, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType GCHandleType_t3432586689_0_0_32854 = { (void*)435, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InterfaceTypeAttribute_t633123336_0_0_0 = { (void*)436, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InterfaceTypeAttribute_t633123336_1_0_0 = { (void*)436, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Marshal_t1757017490_0_0_0 = { (void*)437, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Marshal_t1757017490_1_0_0 = { (void*)437, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MarshalDirectiveException_t2580336406_0_0_0 = { (void*)438, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MarshalDirectiveException_t2580336406_1_0_0 = { (void*)438, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PreserveSigAttribute_t979468563_0_0_0 = { (void*)439, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PreserveSigAttribute_t979468563_1_0_0 = { (void*)439, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeLibImportClassAttribute_t3680361199_0_0_0 = { (void*)441, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeLibImportClassAttribute_t3680361199_1_0_0 = { (void*)441, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeLibVersionAttribute_t570454682_0_0_0 = { (void*)442, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeLibVersionAttribute_t570454682_1_0_0 = { (void*)442, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnmanagedFunctionPointerAttribute_t1554680451_0_0_0 = { (void*)443, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnmanagedFunctionPointerAttribute_t1554680451_1_0_0 = { (void*)443, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType _Activator_t1227527022_0_0_0 = { (void*)445, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Activator_t1227527022_1_0_0 = { (void*)445, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType _Thread_t1292004248_0_0_0 = { (void*)468, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Thread_t1292004248_1_0_0 = { (void*)468, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ActivationServices_t4161385317_0_0_0 = { (void*)470, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ActivationServices_t4161385317_1_0_0 = { (void*)470, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IConstructionCallMessage_t783335977_0_0_0 = { (void*)475, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IConstructionCallMessage_t783335977_1_0_0 = { (void*)475, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IMessage_t3593512748_0_0_0 = { (void*)543, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMessage_t3593512748_0_0_3 = { (void*)543, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMessage_t3593512748_0_0_1 = { (void*)543, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMessage_t3593512748_1_0_0 = { (void*)543, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IMessage_t3593512748_0_0_2 = { (void*)543, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConstructionCall_t4011594745_0_0_0 = { (void*)536, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConstructionCall_t4011594745_1_0_0 = { (void*)536, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ConstructionCall_t4011594745_0_0_1 = { (void*)536, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AppDomainLevelActivator_t643114572_0_0_0 = { (void*)471, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AppDomainLevelActivator_t643114572_1_0_0 = { (void*)471, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IConstructionReturnMessage_t1912290539_0_0_0 = { (void*)476, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IConstructionReturnMessage_t1912290539_1_0_0 = { (void*)476, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ConstructionLevelActivator_t842337821_0_0_0 = { (void*)472, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConstructionLevelActivator_t842337821_1_0_0 = { (void*)472, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContextLevelActivator_t975223365_0_0_0 = { (void*)473, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContextLevelActivator_t975223365_1_0_0 = { (void*)473, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IMethodCallMessage_t2377797630_0_0_1 = { (void*)546, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodCallMessage_t2377797630_0_0_0 = { (void*)546, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodCallMessage_t2377797630_0_0_2 = { (void*)546, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodCallMessage_t2377797630_1_0_0 = { (void*)546, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IMethodCallMessage_t2377797630_0_0_3 = { (void*)546, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodMessage_t3120117683_0_0_2 = { (void*)547, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodMessage_t3120117683_0_0_1 = { (void*)547, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodMessage_t3120117683_0_0_0 = { (void*)547, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodMessage_t3120117683_0_0_3 = { (void*)547, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodMessage_t3120117683_1_0_0 = { (void*)547, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IMethodMessage_t3120117683_0_0_4 = { (void*)547, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodReturnMessage_t3705538073_0_0_2 = { (void*)548, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodReturnMessage_t3705538073_0_0_0 = { (void*)548, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodReturnMessage_t3705538073_0_0_3 = { (void*)548, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMethodReturnMessage_t3705538073_1_0_0 = { (void*)548, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IMethodReturnMessage_t3705538073_0_0_4 = { (void*)548, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemoteActivationAttribute_t3014698143_0_0_0 = { (void*)477, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemoteActivationAttribute_t3014698143_1_0_0 = { (void*)477, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Context_t3285446944_0_0_0 = { (void*)496, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Context_t3285446944_1_0_0 = { (void*)496, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Context_t3285446944_0_0_1 = { (void*)496, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Context_t3285446944_0_0_3 = { (void*)496, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Context_t3285446944_0_0_4 = { (void*)496, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UrlAttribute_t221584584_0_0_0 = { (void*)479, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UrlAttribute_t221584584_1_0_0 = { (void*)479, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContextAttribute_t1328788465_0_0_0 = { (void*)500, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContextAttribute_t1328788465_1_0_0 = { (void*)500, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ChannelInfo_t2064577689_0_0_0 = { (void*)480, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ChannelInfo_t2064577689_1_0_0 = { (void*)480, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ChannelServices_t3942013484_0_0_0 = { (void*)481, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ChannelServices_t3942013484_1_0_0 = { (void*)481, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CrossContextChannel_t4063984580_0_0_0 = { (void*)501, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CrossContextChannel_t4063984580_0_0_17 = { (void*)501, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CrossContextChannel_t4063984580_1_0_0 = { (void*)501, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IMessageSink_t2514424906_0_0_0 = { (void*)545, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMessageSink_t2514424906_0_0_3 = { (void*)545, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMessageSink_t2514424906_0_0_17 = { (void*)545, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMessageSink_t2514424906_0_0_1 = { (void*)545, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMessageSink_t2514424906_1_0_0 = { (void*)545, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IMessageSink_t2514424906_0_0_4 = { (void*)545, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IChannel_t3473909909_0_0_0 = { (void*)488, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IChannel_t3473909909_1_0_0 = { (void*)488, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ChannelData_t3353629972_0_0_0 = { (void*)593, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ChannelData_t3353629972_0_0_1 = { (void*)593, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ChannelData_t3353629972_1_0_0 = { (void*)593, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ProviderData_t3272123318_0_0_0 = { (void*)594, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ProviderData_t3272123318_1_0_0 = { (void*)594, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ReturnMessage_t1376985608_0_0_0 = { (void*)565, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ReturnMessage_t1376985608_1_0_0 = { (void*)565, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CrossAppDomainData_t2130208023_0_0_0 = { (void*)482, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CrossAppDomainData_t2130208023_1_0_0 = { (void*)482, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CrossAppDomainChannel_t1606809047_0_0_0 = { (void*)483, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CrossAppDomainChannel_t1606809047_1_0_0 = { (void*)483, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CADMethodCallMessage_t2617984060_0_0_0 = { (void*)530, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CADMethodCallMessage_t2617984060_1_0_0 = { (void*)530, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ProcessMessageRes_t3710547145_0_0_0 = { (void*)485, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ProcessMessageRes_t3710547145_1_0_0 = { (void*)485, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType IMessageCtrl_t317049502_0_0_0 = { (void*)544, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMessageCtrl_t317049502_0_0_1 = { (void*)544, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMessageCtrl_t317049502_1_0_0 = { (void*)544, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CADMethodReturnMessage_t28129847_0_0_6 = { (void*)531, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CADMethodReturnMessage_t28129847_0_0_0 = { (void*)531, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CADMethodReturnMessage_t28129847_1_0_0 = { (void*)531, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CADMethodReturnMessage_t28129847_1_0_2 = { (void*)531, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CADSerializer_t3804327066_0_0_0 = { (void*)486, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CADSerializer_t3804327066_1_0_0 = { (void*)486, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AsyncRequest_t1108467204_0_0_0 = { (void*)487, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsyncRequest_t1108467204_1_0_0 = { (void*)487, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IChannelDataStore_t2623347250_0_0_0 = { (void*)489, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IChannelDataStore_t2623347250_1_0_0 = { (void*)489, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ISecurableChannel_t1776407779_0_0_0 = { (void*)493, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISecurableChannel_t1776407779_1_0_0 = { (void*)493, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SinkProviderData_t4151372974_0_0_0 = { (void*)495, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SinkProviderData_t4151372974_1_0_0 = { (void*)495, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IDynamicProperty_t3462122824_0_0_0 = { (void*)511, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDynamicProperty_t3462122824_0_0_6 = { (void*)511, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDynamicProperty_t3462122824_1_0_0 = { (void*)511, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DynamicPropertyCollection_t652373272_0_0_0 = { (void*)497, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DynamicPropertyCollection_t652373272_0_0_17 = { (void*)497, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DynamicPropertyCollection_t652373272_0_0_1 = { (void*)497, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DynamicPropertyCollection_t652373272_1_0_0 = { (void*)497, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CrossContextDelegate_t387175271_0_0_0 = { (void*)932, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CrossContextDelegate_t387175271_1_0_0 = { (void*)932, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LocalDataStoreSlot_t740841968_0_0_0 = { (void*)880, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LocalDataStoreSlot_t740841968_1_0_0 = { (void*)880, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContextCallbackObject_t2292721408_0_0_1 = { (void*)499, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContextCallbackObject_t2292721408_0_0_0 = { (void*)499, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContextCallbackObject_t2292721408_1_0_0 = { (void*)499, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DynamicPropertyReg_t4086779412_0_0_0 = { (void*)498, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DynamicPropertyReg_t4086779412_1_0_0 = { (void*)498, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IDynamicMessageSink_t625731443_0_0_6 = { (void*)510, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDynamicMessageSink_t625731443_0_0_0 = { (void*)510, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IDynamicMessageSink_t625731443_1_0_0 = { (void*)510, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContextRestoreSink_t687410643_0_0_0 = { (void*)502, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContextRestoreSink_t687410643_1_0_0 = { (void*)502, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IContributeClientContextSink_t232530025_0_0_0 = { (void*)505, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IContributeClientContextSink_t232530025_1_0_0 = { (void*)505, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IContributeDynamicSink_t2255997386_0_0_0 = { (void*)506, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IContributeDynamicSink_t2255997386_1_0_0 = { (void*)506, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IContributeEnvoySink_t2817847987_0_0_0 = { (void*)507, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IContributeEnvoySink_t2817847987_1_0_0 = { (void*)507, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IContributeObjectSink_t3307363654_0_0_0 = { (void*)508, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IContributeObjectSink_t3307363654_1_0_0 = { (void*)508, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IContributeServerContextSink_t190053985_0_0_0 = { (void*)509, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IContributeServerContextSink_t190053985_1_0_0 = { (void*)509, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IContributeServerContextSink_t190053985_0_0_1 = { (void*)509, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizationAttribute_t3946661254_0_0_0 = { (void*)512, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizationAttribute_t3946661254_1_0_0 = { (void*)512, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SynchronizationAttribute_t3946661254_0_0_1 = { (void*)512, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Mutex_t3066672582_0_0_129 = { (void*)810, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Mutex_t3066672582_0_0_0 = { (void*)810, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Mutex_t3066672582_1_0_0 = { (void*)810, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Thread_t2300836069_0_0_129 = { (void*)815, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Thread_t2300836069_0_0_0 = { (void*)815, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Thread_t2300836069_1_0_0 = { (void*)815, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Thread_t2300836069_0_0_1 = { (void*)815, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizedClientContextSink_t1886771601_0_0_0 = { (void*)513, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizedClientContextSink_t1886771601_1_0_0 = { (void*)513, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SynchronizedServerContextSink_t2776015682_0_0_0 = { (void*)514, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizedServerContextSink_t2776015682_1_0_0 = { (void*)514, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SynchronizedContextReplySink_t3770922650_0_0_0 = { (void*)515, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizedContextReplySink_t3770922650_1_0_0 = { (void*)515, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ILease_t2998816618_0_0_0 = { (void*)516, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILease_t2998816618_1_0_0 = { (void*)516, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LeaseState_t747101024_0_0_0 = { (void*)522, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LeaseState_t747101024_0_0_1 = { (void*)522, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LeaseState_t747101024_1_0_0 = { (void*)522, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LeaseState_t747101024_0_0_32854 = { (void*)522, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ISponsor_t2118757241_0_0_0 = { (void*)517, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISponsor_t2118757241_1_0_0 = { (void*)517, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Lease_t4051722892_0_0_0 = { (void*)518, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Lease_t4051722892_1_0_0 = { (void*)518, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Lease_t4051722892_0_0_4 = { (void*)518, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RenewalDelegate_t3744801856_0_0_1 = { (void*)519, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RenewalDelegate_t3744801856_0_0_0 = { (void*)519, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RenewalDelegate_t3744801856_1_0_0 = { (void*)519, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LeaseManager_t3648745595_0_0_0 = { (void*)520, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LeaseManager_t3648745595_1_0_0 = { (void*)520, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LeaseManager_t3648745595_0_0_17 = { (void*)520, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Timer_t716671026_0_0_1 = { (void*)821, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Timer_t716671026_0_0_0 = { (void*)821, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Timer_t716671026_1_0_0 = { (void*)821, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LeaseSink_t3666380219_0_0_0 = { (void*)521, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LeaseSink_t3666380219_1_0_0 = { (void*)521, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LifetimeServices_t3061370510_0_0_0 = { (void*)523, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LifetimeServices_t3061370510_1_0_0 = { (void*)523, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArgInfoType_t1035054221_0_0_0 = { (void*)524, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ArgInfoType_t1035054221_1_0_0 = { (void*)524, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ArgInfoType_t1035054221_0_0_32854 = { (void*)524, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ArgInfo_t3261134217_0_0_0 = { (void*)525, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArgInfo_t3261134217_1_0_0 = { (void*)525, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArgInfo_t3261134217_0_0_1 = { (void*)525, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsyncResult_t4194309572_0_0_0 = { (void*)526, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsyncResult_t4194309572_1_0_0 = { (void*)526, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AsyncResult_t4194309572_0_0_1 = { (void*)526, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoMethodMessage_t2807636944_0_0_0 = { (void*)559, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoMethodMessage_t2807636944_0_0_1 = { (void*)559, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoMethodMessage_t2807636944_1_0_0 = { (void*)559, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExecutionContext_t1748372627_0_0_1 = { (void*)806, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExecutionContext_t1748372627_0_0_0 = { (void*)806, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExecutionContext_t1748372627_1_0_0 = { (void*)806, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExecutionContext_t1748372627_0_0_17 = { (void*)806, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CADArgHolder_t583049314_0_0_0 = { (void*)527, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CADArgHolder_t583049314_1_0_0 = { (void*)527, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CADArgHolder_t583049314_0_0_4 = { (void*)527, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CADArgHolder_t583049314_0_0_1 = { (void*)527, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CADObjRef_t3219127730_0_0_0 = { (void*)528, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CADObjRef_t3219127730_1_0_0 = { (void*)528, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CADMessageBase_t1797513268_0_0_0 = { (void*)529, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CADMessageBase_t1797513268_1_0_0 = { (void*)529, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LogicalCallContext_t3342013719_0_0_0 = { (void*)551, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LogicalCallContext_t3342013719_1_0_0 = { (void*)551, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LogicalCallContext_t3342013719_0_0_1 = { (void*)551, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LogicalCallContext_t3342013719_0_0_6 = { (void*)551, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CallContext_t3349742090_0_0_0 = { (void*)532, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CallContext_t3349742090_1_0_0 = { (void*)532, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ILogicalThreadAffinative_t667308798_0_0_0 = { (void*)533, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILogicalThreadAffinative_t667308798_1_0_0 = { (void*)533, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClientContextTerminatorSink_t4064115021_0_0_0 = { (void*)534, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClientContextTerminatorSink_t4064115021_1_0_0 = { (void*)534, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClientContextReplySink_t1702432645_0_0_0 = { (void*)535, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClientContextReplySink_t1702432645_1_0_0 = { (void*)535, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodCall_t861078140_0_0_0 = { (void*)553, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodCall_t861078140_1_0_0 = { (void*)553, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RemotingProxy_t2444335113_0_0_0 = { (void*)578, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemotingProxy_t2444335113_0_0_129 = { (void*)578, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemotingProxy_t2444335113_1_0_0 = { (void*)578, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ConstructionCallDictionary_t686578562_0_0_0 = { (void*)537, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConstructionCallDictionary_t686578562_1_0_0 = { (void*)537, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodDictionary_t207894204_0_0_0 = { (void*)555, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodDictionary_t207894204_1_0_0 = { (void*)555, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodDictionary_t207894204_0_0_1 = { (void*)555, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConstructionResponse_t1813389682_0_0_0 = { (void*)538, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConstructionResponse_t1813389682_1_0_0 = { (void*)538, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodResponse_t2147511201_0_0_0 = { (void*)557, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodResponse_t2147511201_1_0_0 = { (void*)557, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EnvoyTerminatorSink_t3654193516_0_0_0 = { (void*)539, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EnvoyTerminatorSink_t3654193516_1_0_0 = { (void*)539, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EnvoyTerminatorSink_t3654193516_0_0_22 = { (void*)539, 22, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ErrorMessage_t1240688073_0_0_0 = { (void*)540, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ErrorMessage_t1240688073_1_0_0 = { (void*)540, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IInternalMessage_t517198925_0_0_0 = { (void*)542, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IInternalMessage_t517198925_1_0_0 = { (void*)542, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IInternalMessage_t517198925_0_0_1 = { (void*)542, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Identity_t1873279371_0_0_0 = { (void*)587, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Identity_t1873279371_0_0_1 = { (void*)587, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Identity_t1873279371_0_0_3 = { (void*)587, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Identity_t1873279371_1_0_0 = { (void*)587, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IRemotingFormatter_t1045188950_0_0_0 = { (void*)549, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IRemotingFormatter_t1045188950_1_0_0 = { (void*)549, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ISerializationRootObject_t2272634344_0_0_0 = { (void*)550, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISerializationRootObject_t2272634344_1_0_0 = { (void*)550, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ISerializationRootObject_t2272634344_0_0_5 = { (void*)550, 5, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CallContextRemotingData_t2260963392_0_0_1 = { (void*)552, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CallContextRemotingData_t2260963392_0_0_0 = { (void*)552, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CallContextRemotingData_t2260963392_1_0_0 = { (void*)552, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HeaderU5BU5D_t204812840_0_0_0 = { (void*)&Header_t549724581_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType HeaderU5BU5D_t204812840_1_0_2 = { (void*)&Header_t549724581_0_0_0, 2, IL2CPP_TYPE_SZARRAY, 0, 1, 0 };
extern const RuntimeType MethodCallDictionary_t605791082_0_0_0 = { (void*)554, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodCallDictionary_t605791082_1_0_0 = { (void*)554, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodCallDictionary_t605791082_0_0_1 = { (void*)554, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DictionaryEnumerator_t2516729552_0_0_0 = { (void*)556, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DictionaryEnumerator_t2516729552_1_0_0 = { (void*)556, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodReturnDictionary_t2551046119_0_0_0 = { (void*)558, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodReturnDictionary_t2551046119_1_0_0 = { (void*)558, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodReturnDictionary_t2551046119_0_0_1 = { (void*)558, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CallType_t3372275391_0_0_0 = { (void*)560, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CallType_t3372275391_0_0_1 = { (void*)560, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CallType_t3372275391_1_0_0 = { (void*)560, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CallType_t3372275391_0_0_32854 = { (void*)560, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RemotingSurrogate_t2834579653_0_0_0 = { (void*)562, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemotingSurrogate_t2834579653_1_0_0 = { (void*)562, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RemotingSurrogate_t2834579653_0_0_17 = { (void*)562, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISurrogateSelector_t3040401154_0_0_0 = { (void*)637, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISurrogateSelector_t3040401154_1_0_2 = { (void*)637, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ISurrogateSelector_t3040401154_0_0_1 = { (void*)637, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISurrogateSelector_t3040401154_0_0_17 = { (void*)637, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISurrogateSelector_t3040401154_1_0_0 = { (void*)637, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ISurrogateSelector_t3040401154_0_0_6 = { (void*)637, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISerializationSurrogate_t2624761601_0_0_0 = { (void*)636, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISerializationSurrogate_t2624761601_1_0_0 = { (void*)636, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ISerializationSurrogate_t2624761601_0_0_6 = { (void*)636, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjRefSurrogate_t3860276170_0_0_0 = { (void*)563, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjRefSurrogate_t3860276170_1_0_0 = { (void*)563, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ObjRefSurrogate_t3860276170_0_0_17 = { (void*)563, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemotingSurrogateSelector_t2472351973_0_0_0 = { (void*)564, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemotingSurrogateSelector_t2472351973_1_0_0 = { (void*)564, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ServerContextTerminatorSink_t16296004_0_0_0 = { (void*)566, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ServerContextTerminatorSink_t16296004_1_0_0 = { (void*)566, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ServerObjectTerminatorSink_t4187339465_0_0_0 = { (void*)567, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ServerObjectTerminatorSink_t4187339465_1_0_0 = { (void*)567, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ServerObjectReplySink_t2966042986_0_0_0 = { (void*)568, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ServerObjectReplySink_t2966042986_1_0_0 = { (void*)568, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StackBuilderSink_t883411942_0_0_0 = { (void*)569, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StackBuilderSink_t883411942_1_0_0 = { (void*)569, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RealProxy_t2312050253_0_0_1 = { (void*)577, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RealProxy_t2312050253_0_0_0 = { (void*)577, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RealProxy_t2312050253_0_0_6 = { (void*)577, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RealProxy_t2312050253_1_0_0 = { (void*)577, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SoapFieldAttribute_t1164342470_0_0_0 = { (void*)571, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SoapFieldAttribute_t1164342470_1_0_0 = { (void*)571, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SoapMethodAttribute_t1935009310_0_0_0 = { (void*)572, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SoapMethodAttribute_t1935009310_1_0_0 = { (void*)572, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SoapParameterAttribute_t1445364003_0_0_0 = { (void*)573, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SoapParameterAttribute_t1445364003_1_0_0 = { (void*)573, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SoapTypeAttribute_t1750930817_0_0_0 = { (void*)574, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SoapTypeAttribute_t1750930817_1_0_0 = { (void*)574, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TransparentProxy_t431418284_0_0_0 = { (void*)576, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TransparentProxy_t431418284_1_0_0 = { (void*)576, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClientIdentity_t1428046844_0_0_0 = { (void*)588, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClientIdentity_t1428046844_1_0_0 = { (void*)588, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TrackingServices_t409076583_0_0_0 = { (void*)580, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TrackingServices_t409076583_1_0_0 = { (void*)580, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ActivatedClientTypeEntry_t761233661_0_0_0 = { (void*)581, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ActivatedClientTypeEntry_t761233661_1_0_0 = { (void*)581, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeEntry_t3903395172_0_0_0 = { (void*)605, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeEntry_t3903395172_1_0_0 = { (void*)605, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IContextAttributeU5BU5D_t1656595889_0_0_0 = { (void*)&IContextAttribute_t176678928_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ActivatedServiceTypeEntry_t3761108592_0_0_0 = { (void*)582, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ActivatedServiceTypeEntry_t3761108592_1_0_0 = { (void*)582, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EnvoyInfo_t22149680_0_0_0 = { (void*)583, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EnvoyInfo_t22149680_1_0_0 = { (void*)583, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WeakReference_t1334886716_0_0_1 = { (void*)928, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WeakReference_t1334886716_0_0_0 = { (void*)928, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WeakReference_t1334886716_1_0_0 = { (void*)928, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InternalRemotingServices_t949022444_0_0_0 = { (void*)589, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InternalRemotingServices_t949022444_1_0_0 = { (void*)589, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RemotingConfiguration_t4113740665_0_0_0 = { (void*)591, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemotingConfiguration_t4113740665_1_0_0 = { (void*)591, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WellKnownClientTypeEntry_t1333916391_0_0_0 = { (void*)607, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WellKnownClientTypeEntry_t1333916391_1_0_0 = { (void*)607, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WellKnownServiceTypeEntry_t2561527180_0_0_0 = { (void*)609, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WellKnownServiceTypeEntry_t2561527180_1_0_0 = { (void*)609, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ConfigHandler_t4192437216_0_0_0 = { (void*)592, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConfigHandler_t4192437216_1_0_0 = { (void*)592, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FormatterData_t100315018_0_0_0 = { (void*)595, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FormatterData_t100315018_1_0_0 = { (void*)595, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RemotingException_t2290474311_0_0_0 = { (void*)596, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemotingException_t2290474311_1_0_0 = { (void*)596, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RemotingServices_t1401195504_0_0_0 = { (void*)597, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemotingServices_t1401195504_1_0_0 = { (void*)597, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClientActivatedIdentity_t3849543081_0_0_0 = { (void*)599, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClientActivatedIdentity_t3849543081_1_0_0 = { (void*)599, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WellKnownObjectMode_t3489814916_0_0_0 = { (void*)608, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType WellKnownObjectMode_t3489814916_1_0_0 = { (void*)608, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType WellKnownObjectMode_t3489814916_0_0_32854 = { (void*)608, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType WellKnownObjectMode_t3489814916_0_0_1 = { (void*)608, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType BinaryFormatter_t3197753202_0_0_17 = { (void*)615, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BinaryFormatter_t3197753202_0_0_0 = { (void*)615, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BinaryFormatter_t3197753202_1_0_0 = { (void*)615, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SingletonIdentity_t2425810587_0_0_0 = { (void*)600, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SingletonIdentity_t2425810587_1_0_0 = { (void*)600, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SingleCallIdentity_t1525242393_0_0_0 = { (void*)601, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SingleCallIdentity_t1525242393_1_0_0 = { (void*)601, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DisposerReplySink_t2958075_0_0_0 = { (void*)602, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DisposerReplySink_t2958075_1_0_0 = { (void*)602, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SoapServices_t133988723_0_0_0 = { (void*)603, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SoapServices_t133988723_1_0_0 = { (void*)603, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeInfo_t3204178358_0_0_0 = { (void*)604, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeInfo_t3204178358_1_0_0 = { (void*)604, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeInfo_t3108865556_0_0_0 = { (void*)606, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeInfo_t3108865556_1_0_0 = { (void*)606, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BinaryCommon_t3059247396_0_0_0 = { (void*)610, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BinaryCommon_t3059247396_1_0_0 = { (void*)610, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BinaryElement_t4114212191_0_0_0 = { (void*)611, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType BinaryElement_t4114212191_1_0_0 = { (void*)611, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType BinaryElement_t4114212191_0_0_32854 = { (void*)611, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MethodFlags_t1925520788_0_0_0 = { (void*)613, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MethodFlags_t1925520788_1_0_0 = { (void*)613, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MethodFlags_t1925520788_0_0_32854 = { (void*)613, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ReturnTypeTag_t773701450_0_0_0 = { (void*)614, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ReturnTypeTag_t773701450_1_0_0 = { (void*)614, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ReturnTypeTag_t773701450_0_0_32854 = { (void*)614, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FormatterAssemblyStyle_t868039825_0_0_0 = { (void*)627, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FormatterAssemblyStyle_t868039825_0_0_1 = { (void*)627, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FormatterAssemblyStyle_t868039825_1_0_0 = { (void*)627, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FormatterAssemblyStyle_t868039825_0_0_32854 = { (void*)627, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SerializationBinder_t274213469_0_0_0 = { (void*)652, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializationBinder_t274213469_0_0_1 = { (void*)652, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializationBinder_t274213469_1_0_0 = { (void*)652, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeFilterLevel_t977535029_0_0_0 = { (void*)629, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeFilterLevel_t977535029_0_0_1 = { (void*)629, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeFilterLevel_t977535029_1_0_0 = { (void*)629, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TypeFilterLevel_t977535029_0_0_32854 = { (void*)629, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HeaderHandler_t2878040134_0_0_0 = { (void*)933, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HeaderHandler_t2878040134_1_0_0 = { (void*)933, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FormatterTypeStyle_t3400733584_0_0_1 = { (void*)628, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FormatterTypeStyle_t3400733584_0_0_0 = { (void*)628, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FormatterTypeStyle_t3400733584_1_0_0 = { (void*)628, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FormatterTypeStyle_t3400733584_0_0_32854 = { (void*)628, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CodeGenerator_t1096194562_0_0_0 = { (void*)616, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CodeGenerator_t1096194562_1_0_0 = { (void*)616, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MessageFormatter_t457758949_0_0_0 = { (void*)617, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MessageFormatter_t457758949_1_0_0 = { (void*)617, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ObjectReader_t1940957392_0_0_0 = { (void*)618, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectReader_t1940957392_1_0_0 = { (void*)618, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeMetadata_t3139523260_0_0_0 = { (void*)619, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeMetadata_t3139523260_1_0_0 = { (void*)619, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ObjectManager_t1653064325_0_0_1 = { (void*)640, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectManager_t1653064325_0_0_0 = { (void*)640, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectManager_t1653064325_1_0_0 = { (void*)640, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MemberInfoU5BU5D_t1302094432_0_0_6 = { (void*)&MemberInfo_t_0_0_0, 6, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType MemberInfoU5BU5D_t1302094432_0_0_1 = { (void*)&MemberInfo_t_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType MemberInfoU5BU5D_t1302094432_0_0_0 = { (void*)&MemberInfo_t_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ArrayNullFiller_t1685365060_0_0_0 = { (void*)620, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArrayNullFiller_t1685365060_1_0_0 = { (void*)620, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SerializableTypeMetadata_t2796913665_0_0_0 = { (void*)623, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializableTypeMetadata_t2796913665_1_0_0 = { (void*)623, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MemberTypeMetadata_t976220688_0_0_0 = { (void*)624, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MemberTypeMetadata_t976220688_1_0_0 = { (void*)624, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ObjectIDGenerator_t1260826161_0_0_1 = { (void*)638, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectIDGenerator_t1260826161_0_0_0 = { (void*)638, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectIDGenerator_t1260826161_1_0_0 = { (void*)638, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SerializationObjectManager_t4107654543_0_0_1 = { (void*)659, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializationObjectManager_t4107654543_0_0_0 = { (void*)659, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializationObjectManager_t4107654543_1_0_0 = { (void*)659, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MetadataReference_t4077873660_0_0_0 = { (void*)626, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MetadataReference_t4077873660_1_0_0 = { (void*)626, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FormatterConverter_t2760117746_0_0_0 = { (void*)630, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FormatterConverter_t2760117746_1_0_0 = { (void*)630, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IFormatterConverter_t2171992254_0_0_0 = { (void*)634, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IFormatterConverter_t2171992254_1_0_0 = { (void*)634, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IFormatterConverter_t2171992254_0_0_1 = { (void*)634, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FormatterServices_t305532257_0_0_0 = { (void*)631, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FormatterServices_t305532257_1_0_0 = { (void*)631, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InstanceComparer_t1261591096_0_0_17 = { (void*)639, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InstanceComparer_t1261591096_0_0_0 = { (void*)639, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InstanceComparer_t1261591096_1_0_0 = { (void*)639, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ObjectRecord_t1187467272_0_0_0 = { (void*)647, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectRecord_t1187467272_0_0_1 = { (void*)647, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectRecord_t1187467272_0_0_5 = { (void*)647, 5, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectRecord_t1187467272_1_0_0 = { (void*)647, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ObjectRecord_t1187467272_0_0_6 = { (void*)647, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseFixupRecord_t3185653456_0_0_0 = { (void*)641, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseFixupRecord_t3185653456_1_0_0 = { (void*)641, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BaseFixupRecord_t3185653456_0_0_6 = { (void*)641, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArrayFixupRecord_t4271256269_0_0_0 = { (void*)642, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArrayFixupRecord_t4271256269_1_0_0 = { (void*)642, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MultiArrayFixupRecord_t2501518442_0_0_0 = { (void*)643, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MultiArrayFixupRecord_t2501518442_1_0_0 = { (void*)643, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FixupRecord_t4176629420_0_0_0 = { (void*)644, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FixupRecord_t4176629420_1_0_0 = { (void*)644, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DelayedFixupRecord_t2425570624_0_0_0 = { (void*)645, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DelayedFixupRecord_t2425570624_1_0_0 = { (void*)645, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ObjectRecordStatus_t2117702867_0_0_0 = { (void*)646, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ObjectRecordStatus_t2117702867_1_0_0 = { (void*)646, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ObjectRecordStatus_t2117702867_0_0_32854 = { (void*)646, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ObjectRecordStatus_t2117702867_0_0_6 = { (void*)646, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SerializationCallbacks_t2570604627_0_0_0 = { (void*)653, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializationCallbacks_t2570604627_1_0_0 = { (void*)653, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SerializationCallbacks_t2570604627_0_0_3 = { (void*)653, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializationEntry_t648286436_0_0_0 = { (void*)655, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SerializationEntry_t648286436_1_0_0 = { (void*)655, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SerializationException_t3941511869_0_0_0 = { (void*)656, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializationException_t3941511869_1_0_0 = { (void*)656, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SerializationInfoEnumerator_t2232395945_0_0_0 = { (void*)658, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializationInfoEnumerator_t2232395945_1_0_0 = { (void*)658, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CRegisterObjectU3Ec__AnonStorey3_t3516511143_0_0_0 = { (void*)660, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CRegisterObjectU3Ec__AnonStorey3_t3516511143_1_0_0 = { (void*)660, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StreamingContextStates_t3580100459_0_0_0 = { (void*)662, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StreamingContextStates_t3580100459_0_0_1 = { (void*)662, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StreamingContextStates_t3580100459_1_0_0 = { (void*)662, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType StreamingContextStates_t3580100459_0_0_32854 = { (void*)662, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509KeyStorageFlags_t441861693_0_0_0 = { (void*)664, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509KeyStorageFlags_t441861693_1_0_0 = { (void*)664, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType X509KeyStorageFlags_t441861693_0_0_32854 = { (void*)664, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AsymmetricAlgorithm_t932037087_0_0_0 = { (void*)665, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsymmetricAlgorithm_t932037087_1_0_0 = { (void*)665, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AsymmetricAlgorithm_t932037087_0_0_1 = { (void*)665, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeySizesU5BU5D_t722666473_0_0_4 = { (void*)&KeySizes_t85027896_0_0_0, 4, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType KeySizesU5BU5D_t722666473_0_0_0 = { (void*)&KeySizes_t85027896_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType KeySizesU5BU5D_t722666473_0_0_17 = { (void*)&KeySizes_t85027896_0_0_0, 17, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType AsymmetricKeyExchangeFormatter_t937192061_0_0_0 = { (void*)666, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsymmetricKeyExchangeFormatter_t937192061_1_0_0 = { (void*)666, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AsymmetricSignatureDeformatter_t2681190756_0_0_0 = { (void*)667, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsymmetricSignatureDeformatter_t2681190756_1_0_0 = { (void*)667, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AsymmetricSignatureFormatter_t3486936014_0_0_0 = { (void*)668, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsymmetricSignatureFormatter_t3486936014_1_0_0 = { (void*)668, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Base64Constants_t4102031153_0_0_0 = { (void*)669, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Base64Constants_t4102031153_1_0_0 = { (void*)669, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CipherMode_t84635067_0_0_0 = { (void*)670, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CipherMode_t84635067_1_0_0 = { (void*)670, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CipherMode_t84635067_0_0_32854 = { (void*)670, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CipherMode_t84635067_0_0_4 = { (void*)670, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CipherMode_t84635067_0_0_1 = { (void*)670, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CryptoConfig_t4201145714_0_0_0 = { (void*)671, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CryptoConfig_t4201145714_1_0_0 = { (void*)671, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CryptographicException_t248831461_0_0_0 = { (void*)672, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CryptographicException_t248831461_1_0_0 = { (void*)672, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CryptographicUnexpectedOperationException_t2790575154_0_0_0 = { (void*)673, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CryptographicUnexpectedOperationException_t2790575154_1_0_0 = { (void*)673, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CspProviderFlags_t4094439141_0_0_0 = { (void*)675, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CspProviderFlags_t4094439141_0_0_1 = { (void*)675, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CspProviderFlags_t4094439141_1_0_0 = { (void*)675, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CspProviderFlags_t4094439141_0_0_32854 = { (void*)675, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DES_t821106792_0_0_0 = { (void*)676, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DES_t821106792_1_0_0 = { (void*)676, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppArrayType ByteU5BU2CU5D_t4116647658_ArrayType =
{
&Byte_t1134296376_0_0_0,
2,
0,
0,
NULL,
NULL,
};
extern const RuntimeType ByteU5BU2CU5D_t4116647658_0_0_51 = { &ByteU5BU2CU5D_t4116647658_ArrayType, 51, IL2CPP_TYPE_ARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU2CU5D_t4116647658_0_0_0 = { &ByteU5BU2CU5D_t4116647658_ArrayType, 0, IL2CPP_TYPE_ARRAY, 0, 0, 0 };
extern const RuntimeType DESTransform_t4088905499_0_0_0 = { (void*)677, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DESTransform_t4088905499_1_0_0 = { (void*)677, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DESTransform_t4088905499_0_0_1 = { (void*)677, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DESCryptoServiceProvider_t1519490285_0_0_0 = { (void*)678, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DESCryptoServiceProvider_t1519490285_1_0_0 = { (void*)678, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DSACryptoServiceProvider_t3992668923_0_0_0 = { (void*)680, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DSACryptoServiceProvider_t3992668923_1_0_0 = { (void*)680, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICspAsymmetricAlgorithm_t3673649253_0_0_0 = { (void*)693, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICspAsymmetricAlgorithm_t3673649253_1_0_0 = { (void*)693, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DSASignatureDeformatter_t3677955172_0_0_0 = { (void*)682, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DSASignatureDeformatter_t3677955172_1_0_0 = { (void*)682, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DSASignatureFormatter_t2007981259_0_0_0 = { (void*)683, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DSASignatureFormatter_t2007981259_1_0_0 = { (void*)683, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HMAC_t2621101144_0_0_0 = { (void*)684, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HMAC_t2621101144_1_0_0 = { (void*)684, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType KeyedHashAlgorithm_t112861511_0_0_0 = { (void*)695, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyedHashAlgorithm_t112861511_1_0_0 = { (void*)695, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType KeyedHashAlgorithm_t112861511_0_0_1 = { (void*)695, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HMACMD5_t2742219965_0_0_0 = { (void*)685, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HMACMD5_t2742219965_1_0_0 = { (void*)685, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HMACRIPEMD160_t3724196729_0_0_0 = { (void*)686, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HMACRIPEMD160_t3724196729_1_0_0 = { (void*)686, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HMACSHA1_t1952596188_0_0_0 = { (void*)687, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HMACSHA1_t1952596188_1_0_0 = { (void*)687, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HMACSHA256_t3249253224_0_0_0 = { (void*)688, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HMACSHA256_t3249253224_1_0_0 = { (void*)688, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HMACSHA384_t117937311_0_0_0 = { (void*)689, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HMACSHA384_t117937311_1_0_0 = { (void*)689, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HMACSHA512_t923916539_0_0_0 = { (void*)690, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HMACSHA512_t923916539_1_0_0 = { (void*)690, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MACTripleDES_t1631262397_0_0_0 = { (void*)696, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MACTripleDES_t1631262397_1_0_0 = { (void*)696, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TripleDES_t92303514_0_0_1 = { (void*)733, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TripleDES_t92303514_0_0_0 = { (void*)733, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TripleDES_t92303514_1_0_0 = { (void*)733, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MD5_t3177620429_0_0_0 = { (void*)697, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MD5_t3177620429_1_0_0 = { (void*)697, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MD5CryptoServiceProvider_t3005586042_0_0_0 = { (void*)698, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MD5CryptoServiceProvider_t3005586042_1_0_0 = { (void*)698, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RC2_t3167825714_0_0_0 = { (void*)700, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RC2_t3167825714_1_0_0 = { (void*)700, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RC2CryptoServiceProvider_t662919463_0_0_0 = { (void*)701, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RC2CryptoServiceProvider_t662919463_1_0_0 = { (void*)701, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RC2Transform_t458321487_0_0_0 = { (void*)702, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RC2Transform_t458321487_1_0_0 = { (void*)702, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UInt16U5BU5D_t3326319531_0_0_1 = { (void*)&UInt16_t2177724958_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UInt16U5BU5D_t3326319531_0_0_0 = { (void*)&UInt16_t2177724958_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType RIPEMD160_t268675434_0_0_0 = { (void*)703, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RIPEMD160_t268675434_1_0_0 = { (void*)703, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RIPEMD160Managed_t2491561941_0_0_0 = { (void*)704, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RIPEMD160Managed_t2491561941_1_0_0 = { (void*)704, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RNGCryptoServiceProvider_t3397414743_0_0_0 = { (void*)705, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RNGCryptoServiceProvider_t3397414743_1_0_0 = { (void*)705, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSACryptoServiceProvider_t2683512874_0_0_0 = { (void*)707, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSACryptoServiceProvider_t2683512874_1_0_0 = { (void*)707, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSAPKCS1KeyExchangeFormatter_t2761096101_0_0_0 = { (void*)708, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSAPKCS1KeyExchangeFormatter_t2761096101_1_0_0 = { (void*)708, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSAPKCS1SignatureDeformatter_t3767223008_0_0_0 = { (void*)709, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSAPKCS1SignatureDeformatter_t3767223008_1_0_0 = { (void*)709, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSAPKCS1SignatureFormatter_t1514197062_0_0_0 = { (void*)710, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSAPKCS1SignatureFormatter_t1514197062_1_0_0 = { (void*)710, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Rijndael_t2986313634_0_0_0 = { (void*)713, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Rijndael_t2986313634_1_0_0 = { (void*)713, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RijndaelManaged_t3586970409_0_0_0 = { (void*)714, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RijndaelManaged_t3586970409_1_0_0 = { (void*)714, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RijndaelTransform_t631222241_0_0_0 = { (void*)715, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RijndaelTransform_t631222241_1_0_0 = { (void*)715, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RijndaelTransform_t631222241_0_0_1 = { (void*)715, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RijndaelManagedTransform_t4102601014_0_0_0 = { (void*)716, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RijndaelManagedTransform_t4102601014_1_0_0 = { (void*)716, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SHA1_t1803193667_0_0_0 = { (void*)717, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHA1_t1803193667_1_0_0 = { (void*)717, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SHA1Internal_t3251293021_0_0_0 = { (void*)718, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHA1Internal_t3251293021_1_0_0 = { (void*)718, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SHA1Internal_t3251293021_0_0_1 = { (void*)718, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHA1CryptoServiceProvider_t3661059764_0_0_0 = { (void*)719, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHA1CryptoServiceProvider_t3661059764_1_0_0 = { (void*)719, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SHA1Managed_t1754513891_0_0_0 = { (void*)720, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHA1Managed_t1754513891_1_0_0 = { (void*)720, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SHA256_t3672283617_0_0_0 = { (void*)721, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHA256_t3672283617_1_0_0 = { (void*)721, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SHA256Managed_t955042874_0_0_0 = { (void*)722, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHA256Managed_t955042874_1_0_0 = { (void*)722, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SHA384_t540967702_0_0_0 = { (void*)723, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHA384_t540967702_1_0_0 = { (void*)723, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SHA384Managed_t74158575_0_0_0 = { (void*)724, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHA384Managed_t74158575_1_0_0 = { (void*)724, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UInt64U5BU5D_t1659327989_0_0_1 = { (void*)&UInt64_t4134040092_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UInt64U5BU5D_t1659327989_0_0_54 = { (void*)&UInt64_t4134040092_0_0_0, 54, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UInt64U5BU5D_t1659327989_0_0_0 = { (void*)&UInt64_t4134040092_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType SHA512_t1346946930_0_0_0 = { (void*)725, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHA512_t1346946930_1_0_0 = { (void*)725, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SHA512Managed_t1787336339_0_0_0 = { (void*)726, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHA512Managed_t1787336339_1_0_0 = { (void*)726, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SHAConstants_t1360924992_0_0_0 = { (void*)727, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SHAConstants_t1360924992_1_0_0 = { (void*)727, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SignatureDescription_t1971889425_0_0_0 = { (void*)728, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SignatureDescription_t1971889425_1_0_0 = { (void*)728, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DSASignatureDescription_t1163053634_0_0_0 = { (void*)729, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DSASignatureDescription_t1163053634_1_0_0 = { (void*)729, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSAPKCS1SHA1SignatureDescription_t2887980541_0_0_0 = { (void*)730, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSAPKCS1SHA1SignatureDescription_t2887980541_1_0_0 = { (void*)730, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ToBase64Transform_t2551557057_0_0_0 = { (void*)732, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ToBase64Transform_t2551557057_1_0_0 = { (void*)732, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TripleDESCryptoServiceProvider_t3595206342_0_0_0 = { (void*)734, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TripleDESCryptoServiceProvider_t3595206342_1_0_0 = { (void*)734, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TripleDESTransform_t964169060_0_0_0 = { (void*)735, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TripleDESTransform_t964169060_1_0_0 = { (void*)735, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CodeAccessSecurityAttribute_t3236455365_0_0_0 = { (void*)736, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CodeAccessSecurityAttribute_t3236455365_1_0_0 = { (void*)736, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IBuiltInPermission_t4132664974_0_0_0 = { (void*)737, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBuiltInPermission_t4132664974_1_0_0 = { (void*)737, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IUnrestrictedPermission_t3525915666_0_0_0 = { (void*)738, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IUnrestrictedPermission_t3525915666_1_0_0 = { (void*)738, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IUnrestrictedPermission_t3525915666_0_0_1 = { (void*)738, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CodeAccessPermission_t2681295399_0_0_0 = { (void*)757, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CodeAccessPermission_t2681295399_1_0_0 = { (void*)757, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecurityPermissionFlag_t3459270124_0_0_0 = { (void*)742, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityPermissionFlag_t3459270124_0_0_1 = { (void*)742, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityPermissionFlag_t3459270124_1_0_0 = { (void*)742, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SecurityPermissionFlag_t3459270124_0_0_32854 = { (void*)742, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType IPermission_t4015543450_0_0_0 = { (void*)758, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPermission_t4015543450_1_0_0 = { (void*)758, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPermission_t4015543450_0_0_1 = { (void*)758, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityPermissionAttribute_t2256310021_0_0_0 = { (void*)741, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityPermissionAttribute_t2256310021_1_0_0 = { (void*)741, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StrongNamePublicKeyBlob_t3355146440_0_0_0 = { (void*)743, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StrongNamePublicKeyBlob_t3355146440_1_0_0 = { (void*)743, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StrongNamePublicKeyBlob_t3355146440_0_0_1 = { (void*)743, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ApplicationTrust_t3270368423_0_0_0 = { (void*)744, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ApplicationTrust_t3270368423_1_0_0 = { (void*)744, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ApplicationTrust_t3270368423_0_0_129 = { (void*)744, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISecurityEncodable_t2426431352_0_0_0 = { (void*)759, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISecurityEncodable_t2426431352_0_0_1 = { (void*)759, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ISecurityEncodable_t2426431352_1_0_0 = { (void*)759, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EvidenceEnumerator_t1708166667_0_0_0 = { (void*)746, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EvidenceEnumerator_t1708166667_1_0_0 = { (void*)746, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Hash_t5925575_0_0_0 = { (void*)747, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Hash_t5925575_1_0_0 = { (void*)747, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IIdentity_t2948385546_0_0_0 = { (void*)751, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IIdentity_t2948385546_1_0_0 = { (void*)751, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IIdentity_t2948385546_0_0_3 = { (void*)751, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPrincipal_t2343618843_0_0_0 = { (void*)752, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPrincipal_t2343618843_1_0_0 = { (void*)752, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPrincipal_t2343618843_0_0_1 = { (void*)752, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPrincipal_t2343618843_0_0_17 = { (void*)752, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrincipalPolicy_t1761212333_0_0_0 = { (void*)753, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PrincipalPolicy_t1761212333_1_0_0 = { (void*)753, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PrincipalPolicy_t1761212333_0_0_32854 = { (void*)753, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PrincipalPolicy_t1761212333_0_0_1 = { (void*)753, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType WindowsIdentity_t2948242406_0_0_0 = { (void*)755, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WindowsIdentity_t2948242406_1_0_0 = { (void*)755, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AllowPartiallyTrustedCallersAttribute_t1828959166_0_0_0 = { (void*)756, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AllowPartiallyTrustedCallersAttribute_t1828959166_1_0_0 = { (void*)756, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IStackWalk_t3860346675_0_0_2 = { (void*)760, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IStackWalk_t3860346675_0_0_0 = { (void*)760, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IStackWalk_t3860346675_1_0_0 = { (void*)760, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecurityContext_t2435442044_0_0_0 = { (void*)762, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityContext_t2435442044_1_0_0 = { (void*)762, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecurityContext_t2435442044_0_0_1 = { (void*)762, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CompressedStack_t1202932761_0_0_0 = { (void*)803, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CompressedStack_t1202932761_0_0_1 = { (void*)803, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CompressedStack_t1202932761_1_0_0 = { (void*)803, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecurityCriticalAttribute_t2279322844_0_0_0 = { (void*)763, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityCriticalAttribute_t2279322844_1_0_0 = { (void*)763, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecurityCriticalScope_t606020417_0_0_1 = { (void*)764, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityCriticalScope_t606020417_0_0_0 = { (void*)764, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityCriticalScope_t606020417_1_0_0 = { (void*)764, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SecurityCriticalScope_t606020417_0_0_32854 = { (void*)764, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityAttribute_t3566489056_0_0_0 = { (void*)766, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityAttribute_t3566489056_1_0_0 = { (void*)766, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecurityException_t975544473_0_0_0 = { (void*)767, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityException_t975544473_1_0_0 = { (void*)767, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RuntimeDeclSecurityEntry_t3144469156_0_0_0 = { (void*)768, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RuntimeDeclSecurityEntry_t3144469156_1_0_0 = { (void*)768, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RuntimeDeclSecurityEntry_t3144469156_0_0_6 = { (void*)768, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RuntimeSecurityFrame_t536173748_0_0_0 = { (void*)769, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RuntimeSecurityFrame_t536173748_1_0_0 = { (void*)769, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AppDomain_t1571427825_0_0_6 = { (void*)828, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AppDomain_t1571427825_0_0_0 = { (void*)828, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AppDomain_t1571427825_0_0_1 = { (void*)828, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AppDomain_t1571427825_1_0_0 = { (void*)828, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AppDomain_t1571427825_0_0_17 = { (void*)828, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityFrame_t1422462475_0_0_0 = { (void*)770, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityFrame_t1422462475_1_0_0 = { (void*)770, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SecurityManager_t3383402582_0_0_0 = { (void*)771, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityManager_t3383402582_1_0_0 = { (void*)771, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecuritySafeCriticalAttribute_t3505979402_0_0_0 = { (void*)772, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecuritySafeCriticalAttribute_t3505979402_1_0_0 = { (void*)772, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SuppressUnmanagedCodeSecurityAttribute_t744305558_0_0_0 = { (void*)773, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SuppressUnmanagedCodeSecurityAttribute_t744305558_1_0_0 = { (void*)773, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnverifiableCodeAttribute_t3228760399_0_0_0 = { (void*)774, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnverifiableCodeAttribute_t3228760399_1_0_0 = { (void*)774, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ASCIIEncoding_t3446586211_0_0_0 = { (void*)775, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ASCIIEncoding_t3446586211_1_0_0 = { (void*)775, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EncoderFallbackBuffer_t3523102303_1_0_0 = { (void*)787, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EncoderFallbackBuffer_t3523102303_0_0_0 = { (void*)787, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecoderFallbackBuffer_t2402303981_1_0_0 = { (void*)780, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DecoderFallbackBuffer_t2402303981_0_0_0 = { (void*)780, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecoderFallbackBuffer_t2402303981_0_0_1 = { (void*)780, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecoderFallback_t3123823036_0_0_0 = { (void*)779, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecoderFallback_t3123823036_0_0_1 = { (void*)779, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecoderFallback_t3123823036_1_0_0 = { (void*)779, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DecoderFallback_t3123823036_0_0_17 = { (void*)779, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecoderExceptionFallback_t3981484394_0_0_0 = { (void*)777, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecoderExceptionFallback_t3981484394_1_0_0 = { (void*)777, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DecoderExceptionFallbackBuffer_t90938522_0_0_0 = { (void*)778, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecoderExceptionFallbackBuffer_t90938522_1_0_0 = { (void*)778, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DecoderFallbackException_t1661362184_0_0_0 = { (void*)781, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecoderFallbackException_t1661362184_1_0_0 = { (void*)781, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArgumentException_t132251570_0_0_0 = { (void*)833, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArgumentException_t132251570_1_0_0 = { (void*)833, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DecoderReplacementFallback_t1462101135_0_0_0 = { (void*)782, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecoderReplacementFallback_t1462101135_1_0_0 = { (void*)782, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DecoderReplacementFallbackBuffer_t841144779_0_0_0 = { (void*)783, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DecoderReplacementFallbackBuffer_t841144779_1_0_0 = { (void*)783, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EncoderExceptionFallback_t1243849599_0_0_0 = { (void*)784, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncoderExceptionFallback_t1243849599_1_0_0 = { (void*)784, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EncoderFallback_t1188251036_0_0_0 = { (void*)786, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncoderFallback_t1188251036_1_0_0 = { (void*)786, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EncoderFallback_t1188251036_0_0_17 = { (void*)786, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncoderFallback_t1188251036_0_0_1 = { (void*)786, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncoderExceptionFallbackBuffer_t3597232471_0_0_0 = { (void*)785, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncoderExceptionFallbackBuffer_t3597232471_1_0_0 = { (void*)785, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EncoderFallbackException_t2773771926_0_0_0 = { (void*)788, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncoderFallbackException_t2773771926_1_0_0 = { (void*)788, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EncoderReplacementFallback_t1623206753_0_0_0 = { (void*)789, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncoderReplacementFallback_t1623206753_1_0_0 = { (void*)789, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EncoderReplacementFallbackBuffer_t1863187162_0_0_0 = { (void*)790, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncoderReplacementFallbackBuffer_t1863187162_1_0_0 = { (void*)790, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ForwardingDecoder_t3503728819_0_0_0 = { (void*)792, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ForwardingDecoder_t3503728819_1_0_0 = { (void*)792, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Latin1Encoding_t950549005_0_0_0 = { (void*)793, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Latin1Encoding_t950549005_1_0_0 = { (void*)793, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UTF32Encoding_t312252005_0_0_0 = { (void*)795, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UTF32Encoding_t312252005_1_0_0 = { (void*)795, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UTF32Decoder_t635925672_0_0_0 = { (void*)796, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UTF32Decoder_t635925672_1_0_0 = { (void*)796, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UTF7Encoding_t2644108479_0_0_0 = { (void*)797, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UTF7Encoding_t2644108479_1_0_0 = { (void*)797, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SByteU5BU5D_t2651576203_0_0_49 = { (void*)&SByte_t1669577662_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType SByteU5BU5D_t2651576203_0_0_0 = { (void*)&SByte_t1669577662_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UTF7Decoder_t2247208115_0_0_0 = { (void*)798, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UTF7Decoder_t2247208115_1_0_0 = { (void*)798, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UTF8Encoding_t3956466879_0_0_0 = { (void*)799, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UTF8Encoding_t3956466879_1_0_0 = { (void*)799, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UTF8Decoder_t2159214862_0_0_0 = { (void*)800, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UTF8Decoder_t2159214862_1_0_0 = { (void*)800, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnicodeEncoding_t1959134050_0_0_0 = { (void*)801, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnicodeEncoding_t1959134050_1_0_0 = { (void*)801, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnicodeDecoder_t872550992_0_0_0 = { (void*)802, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnicodeDecoder_t872550992_1_0_0 = { (void*)802, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EventResetMode_t3817241503_0_0_0 = { (void*)804, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventResetMode_t3817241503_1_0_0 = { (void*)804, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EventResetMode_t3817241503_0_0_32854 = { (void*)804, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventWaitHandle_t777845177_0_0_0 = { (void*)805, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventWaitHandle_t777845177_1_0_0 = { (void*)805, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Interlocked_t2273387594_0_0_0 = { (void*)807, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Interlocked_t2273387594_1_0_0 = { (void*)807, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Interlocked_CompareExchange_m388540288_gp_0_1_0_0 = { (void*)116, 0, IL2CPP_TYPE_MVAR, 0, 1, 0 };
extern const RuntimeType Interlocked_CompareExchange_m388540288_gp_0_0_0_0 = { (void*)116, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Monitor_t2197244473_0_0_0 = { (void*)809, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Monitor_t2197244473_1_0_0 = { (void*)809, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeEventCalls_t570794723_0_0_0 = { (void*)811, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeEventCalls_t570794723_1_0_0 = { (void*)811, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RegisteredWaitHandle_t1529538454_0_0_0 = { (void*)812, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RegisteredWaitHandle_t1529538454_1_0_0 = { (void*)812, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WaitOrTimerCallback_t1973723282_0_0_0 = { (void*)938, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WaitOrTimerCallback_t1973723282_0_0_1 = { (void*)938, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WaitOrTimerCallback_t1973723282_1_0_0 = { (void*)938, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SynchronizationContext_t2326897723_0_0_0 = { (void*)813, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizationContext_t2326897723_1_0_0 = { (void*)813, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SynchronizationContext_t2326897723_0_0_17 = { (void*)813, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizationLockException_t841761767_0_0_0 = { (void*)814, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SynchronizationLockException_t841761767_1_0_0 = { (void*)814, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ThreadStart_t1006689297_0_0_0 = { (void*)935, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ThreadStart_t1006689297_1_0_0 = { (void*)935, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ThreadState_t2533302383_0_0_0 = { (void*)819, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ThreadState_t2533302383_0_0_1 = { (void*)819, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ThreadState_t2533302383_1_0_0 = { (void*)819, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ThreadState_t2533302383_0_0_32854 = { (void*)819, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ThreadAbortException_t4074510458_0_0_0 = { (void*)816, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ThreadAbortException_t4074510458_1_0_0 = { (void*)816, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ThreadInterruptedException_t3240955163_0_0_0 = { (void*)817, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ThreadInterruptedException_t3240955163_1_0_0 = { (void*)817, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ThreadPool_t2177989550_0_0_0 = { (void*)818, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ThreadPool_t2177989550_1_0_0 = { (void*)818, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WaitCallback_t2448485498_0_0_0 = { (void*)937, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WaitCallback_t2448485498_1_0_0 = { (void*)937, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ThreadStateException_t3003788475_0_0_0 = { (void*)820, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ThreadStateException_t3003788475_1_0_0 = { (void*)820, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TimerCallback_t1438585625_0_0_0 = { (void*)936, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TimerCallback_t1438585625_0_0_1 = { (void*)936, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TimerCallback_t1438585625_1_0_0 = { (void*)936, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Scheduler_t3215764947_0_0_17 = { (void*)823, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Scheduler_t3215764947_0_0_0 = { (void*)823, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Scheduler_t3215764947_1_0_0 = { (void*)823, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TimerComparer_t2774265395_0_0_0 = { (void*)822, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TimerComparer_t2774265395_1_0_0 = { (void*)822, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WaitHandleU5BU5D_t96772038_0_0_0 = { (void*)&WaitHandle_t1743403487_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType AccessViolationException_t339633883_0_0_0 = { (void*)825, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AccessViolationException_t339633883_1_0_0 = { (void*)825, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ActivationContext_t976916018_0_0_0 = { (void*)826, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ActivationContext_t976916018_1_0_0 = { (void*)826, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ActivationContext_t976916018_0_0_1 = { (void*)826, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Activator_t1841325713_0_0_0 = { (void*)827, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Activator_t1841325713_1_0_0 = { (void*)827, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Activator_CreateInstance_m712223211_gp_0_0_0_0 = { (void*)117, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType AppDomainManager_t1420869192_0_0_1 = { (void*)829, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AppDomainManager_t1420869192_0_0_0 = { (void*)829, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AppDomainManager_t1420869192_1_0_0 = { (void*)829, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ApplicationIdentity_t1917735356_0_0_1 = { (void*)832, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ApplicationIdentity_t1917735356_0_0_0 = { (void*)832, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ApplicationIdentity_t1917735356_1_0_0 = { (void*)832, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyLoadEventHandler_t107971893_0_0_1 = { (void*)941, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyLoadEventHandler_t107971893_0_0_0 = { (void*)941, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyLoadEventHandler_t107971893_1_0_0 = { (void*)941, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ResolveEventHandler_t2775508208_0_0_1 = { (void*)946, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ResolveEventHandler_t2775508208_0_0_0 = { (void*)946, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ResolveEventHandler_t2775508208_1_0_0 = { (void*)946, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnhandledExceptionEventHandler_t3101989324_0_0_1 = { (void*)947, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnhandledExceptionEventHandler_t3101989324_0_0_0 = { (void*)947, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnhandledExceptionEventHandler_t3101989324_1_0_0 = { (void*)947, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AppDomainSetup_t123196401_0_0_0 = { (void*)830, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AppDomainSetup_t123196401_1_0_0 = { (void*)830, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LoaderOptimization_t1484956347_0_0_1 = { (void*)879, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LoaderOptimization_t1484956347_0_0_0 = { (void*)879, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LoaderOptimization_t1484956347_1_0_0 = { (void*)879, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LoaderOptimization_t1484956347_0_0_32854 = { (void*)879, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AppDomainInitializer_t682969308_0_0_1 = { (void*)940, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AppDomainInitializer_t682969308_0_0_0 = { (void*)940, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AppDomainInitializer_t682969308_1_0_0 = { (void*)940, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ApplicationException_t2339761290_0_0_0 = { (void*)831, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ApplicationException_t2339761290_1_0_0 = { (void*)831, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArgumentNullException_t1615371798_0_0_0 = { (void*)834, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArgumentNullException_t1615371798_1_0_0 = { (void*)834, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArgumentOutOfRangeException_t777629997_0_0_0 = { (void*)835, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArgumentOutOfRangeException_t777629997_1_0_0 = { (void*)835, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArithmeticException_t4283546778_0_0_0 = { (void*)836, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArithmeticException_t4283546778_1_0_0 = { (void*)836, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArrayTypeMismatchException_t2342549375_0_0_0 = { (void*)837, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArrayTypeMismatchException_t2342549375_1_0_0 = { (void*)837, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyLoadEventArgs_t2792010465_0_0_0 = { (void*)838, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyLoadEventArgs_t2792010465_1_0_0 = { (void*)838, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BitConverter_t3118986983_0_0_0 = { (void*)840, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BitConverter_t3118986983_1_0_0 = { (void*)840, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Buffer_t1599081364_0_0_0 = { (void*)841, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Buffer_t1599081364_1_0_0 = { (void*)841, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CharEnumerator_t1121470421_0_0_0 = { (void*)842, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CharEnumerator_t1121470421_1_0_0 = { (void*)842, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Console_t3208230065_0_0_0 = { (void*)843, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Console_t3208230065_1_0_0 = { (void*)843, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Convert_t2465617642_0_0_0 = { (void*)845, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Convert_t2465617642_1_0_0 = { (void*)845, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DateTimeKind_t3468814247_0_0_0 = { (void*)849, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DateTimeKind_t3468814247_0_0_1 = { (void*)849, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DateTimeKind_t3468814247_1_0_0 = { (void*)849, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DateTimeKind_t3468814247_0_0_32854 = { (void*)849, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Which_t2943845661_0_0_0 = { (void*)848, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Which_t2943845661_1_0_0 = { (void*)848, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Which_t2943845661_0_0_32854 = { (void*)848, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DateTimeUtils_t3080864452_0_0_0 = { (void*)851, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DateTimeUtils_t3080864452_1_0_0 = { (void*)851, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DivideByZeroException_t1856388118_0_0_0 = { (void*)856, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DivideByZeroException_t1856388118_1_0_0 = { (void*)856, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DllNotFoundException_t2721418633_0_0_0 = { (void*)857, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DllNotFoundException_t2721418633_1_0_0 = { (void*)857, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeLoadException_t3707937253_0_0_0 = { (void*)922, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeLoadException_t3707937253_1_0_0 = { (void*)922, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EntryPointNotFoundException_t1356862416_0_0_0 = { (void*)858, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EntryPointNotFoundException_t1356862416_1_0_0 = { (void*)858, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoEnumInfo_t3694469084_0_0_0 = { (void*)859, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoEnumInfo_t3694469084_1_0_0 = { (void*)859, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MonoEnumInfo_t3694469084_1_0_2 = { (void*)859, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SByteComparer_t2329725001_0_0_19 = { (void*)860, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SByteComparer_t2329725001_0_0_0 = { (void*)860, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SByteComparer_t2329725001_1_0_0 = { (void*)860, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ShortComparer_t2253094562_0_0_19 = { (void*)861, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ShortComparer_t2253094562_0_0_0 = { (void*)861, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ShortComparer_t2253094562_1_0_0 = { (void*)861, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IntComparer_t3812095803_0_0_19 = { (void*)862, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IntComparer_t3812095803_0_0_0 = { (void*)862, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IntComparer_t3812095803_1_0_0 = { (void*)862, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LongComparer_t1798269597_0_0_19 = { (void*)863, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LongComparer_t1798269597_0_0_0 = { (void*)863, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LongComparer_t1798269597_1_0_0 = { (void*)863, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Environment_t2712485525_0_0_0 = { (void*)864, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Environment_t2712485525_1_0_0 = { (void*)864, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PlatformID_t897822290_0_0_0 = { (void*)904, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlatformID_t897822290_0_0_1 = { (void*)904, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlatformID_t897822290_1_0_0 = { (void*)904, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlatformID_t897822290_0_0_32854 = { (void*)904, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OperatingSystem_t3730783609_0_0_0 = { (void*)901, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OperatingSystem_t3730783609_0_0_17 = { (void*)901, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OperatingSystem_t3730783609_1_0_0 = { (void*)901, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SpecialFolder_t3871784040_0_0_0 = { (void*)865, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SpecialFolder_t3871784040_1_0_0 = { (void*)865, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SpecialFolder_t3871784040_0_0_32854 = { (void*)865, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ExecutionEngineException_t1142598034_0_0_0 = { (void*)867, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExecutionEngineException_t1142598034_1_0_0 = { (void*)867, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FieldAccessException_t238379456_0_0_0 = { (void*)868, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FieldAccessException_t238379456_1_0_0 = { (void*)868, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MemberAccessException_t1734467078_0_0_0 = { (void*)882, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MemberAccessException_t1734467078_1_0_0 = { (void*)882, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FormatException_t154580423_0_0_0 = { (void*)870, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FormatException_t154580423_1_0_0 = { (void*)870, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GC_t959872083_0_0_0 = { (void*)871, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GC_t959872083_1_0_0 = { (void*)871, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GuidParser_t2761237274_0_0_0 = { (void*)873, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GuidParser_t2761237274_1_0_0 = { (void*)873, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IndexOutOfRangeException_t1578797820_0_0_0 = { (void*)876, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IndexOutOfRangeException_t1578797820_1_0_0 = { (void*)876, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InvalidCastException_t3927145244_0_0_0 = { (void*)877, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InvalidCastException_t3927145244_1_0_0 = { (void*)877, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InvalidOperationException_t56020091_0_0_0 = { (void*)878, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InvalidOperationException_t56020091_1_0_0 = { (void*)878, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Math_t1671470975_0_0_0 = { (void*)881, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Math_t1671470975_1_0_0 = { (void*)881, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MethodAccessException_t190175859_0_0_0 = { (void*)883, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MethodAccessException_t190175859_1_0_0 = { (void*)883, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MissingFieldException_t1989070983_0_0_0 = { (void*)884, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MissingFieldException_t1989070983_1_0_0 = { (void*)884, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MissingMemberException_t1385081665_0_0_0 = { (void*)885, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MissingMemberException_t1385081665_1_0_0 = { (void*)885, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MissingMethodException_t1274661534_0_0_0 = { (void*)886, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MissingMethodException_t1274661534_1_0_0 = { (void*)886, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoAsyncCall_t3023670838_0_0_0 = { (void*)887, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoAsyncCall_t3023670838_1_0_0 = { (void*)887, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CustomAttributeDataU5BU5D_t2798250719_0_0_0 = { (void*)&CustomAttributeData_t1084486650_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType AttributeInfo_t2216804170_0_0_0 = { (void*)889, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AttributeInfo_t2216804170_1_0_0 = { (void*)889, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoTouchAOTHelper_t570977590_0_0_0 = { (void*)890, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoTouchAOTHelper_t570977590_1_0_0 = { (void*)890, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoTypeInfo_t3366989025_0_0_0 = { (void*)891, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoTypeInfo_t3366989025_1_0_0 = { (void*)891, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoTypeInfo_t3366989025_0_0_129 = { (void*)891, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MulticastNotSupportedException_t3095221246_0_0_0 = { (void*)893, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MulticastNotSupportedException_t3095221246_1_0_0 = { (void*)893, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NonSerializedAttribute_t2945079482_0_0_0 = { (void*)894, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NonSerializedAttribute_t2945079482_1_0_0 = { (void*)894, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NotImplementedException_t3489357830_0_0_0 = { (void*)895, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NotImplementedException_t3489357830_1_0_0 = { (void*)895, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NotSupportedException_t1314879016_0_0_0 = { (void*)896, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NotSupportedException_t1314879016_1_0_0 = { (void*)896, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NullReferenceException_t1023182353_0_0_0 = { (void*)897, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NullReferenceException_t1023182353_1_0_0 = { (void*)897, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NumberFormatter_t1182924621_0_0_0 = { (void*)898, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NumberFormatter_t1182924621_1_0_0 = { (void*)898, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NumberFormatter_t1182924621_0_0_17 = { (void*)898, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UInt64U2A_t3607938068_1_0_2 = { (void*)&UInt64_t4134040092_0_0_0, 2, IL2CPP_TYPE_PTR, 0, 1, 0 };
extern const RuntimeType UInt64U2A_t3607938068_0_0_0 = { (void*)&UInt64_t4134040092_0_0_0, 0, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType UInt64U2A_t3607938068_0_0_49 = { (void*)&UInt64_t4134040092_0_0_0, 49, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType Int64U2A_t1846870680_1_0_2 = { (void*)&Int64_t3736567304_0_0_0, 2, IL2CPP_TYPE_PTR, 0, 1, 0 };
extern const RuntimeType Int64U2A_t1846870680_0_0_0 = { (void*)&Int64_t3736567304_0_0_0, 0, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType Int64U2A_t1846870680_0_0_49 = { (void*)&Int64_t3736567304_0_0_0, 49, IL2CPP_TYPE_PTR, 0, 0, 0 };
extern const RuntimeType CustomInfo_t435179798_0_0_0 = { (void*)899, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CustomInfo_t435179798_1_0_0 = { (void*)899, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ObjectDisposedException_t21392786_0_0_0 = { (void*)900, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectDisposedException_t21392786_1_0_0 = { (void*)900, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OutOfMemoryException_t2437671686_0_0_0 = { (void*)902, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OutOfMemoryException_t2437671686_1_0_0 = { (void*)902, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OverflowException_t2020128637_0_0_0 = { (void*)903, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OverflowException_t2020128637_1_0_0 = { (void*)903, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PlatformNotSupportedException_t3572244504_0_0_0 = { (void*)905, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PlatformNotSupportedException_t3572244504_1_0_0 = { (void*)905, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RankException_t3812021567_0_0_0 = { (void*)906, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RankException_t3812021567_1_0_0 = { (void*)906, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ResolveEventArgs_t1779456501_0_0_0 = { (void*)907, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ResolveEventArgs_t1779456501_1_0_0 = { (void*)907, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StackOverflowException_t3629451388_0_0_0 = { (void*)909, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StackOverflowException_t3629451388_1_0_0 = { (void*)909, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StringComparer_t3301955079_0_0_0 = { (void*)910, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StringComparer_t3301955079_1_0_0 = { (void*)910, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StringComparer_t3301955079_0_0_17 = { (void*)910, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CultureAwareComparer_t30646139_0_0_0 = { (void*)911, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CultureAwareComparer_t30646139_1_0_0 = { (void*)911, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OrdinalComparer_t3407243298_0_0_0 = { (void*)912, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OrdinalComparer_t3407243298_1_0_0 = { (void*)912, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ThreadStaticAttribute_t3840787420_0_0_0 = { (void*)916, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ThreadStaticAttribute_t3840787420_1_0_0 = { (void*)916, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TimeZone_t2038656743_0_0_0 = { (void*)918, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TimeZone_t2038656743_1_0_0 = { (void*)918, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TimeZone_t2038656743_0_0_17 = { (void*)918, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CurrentSystemTimeZone_t3998352255_0_0_0 = { (void*)919, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CurrentSystemTimeZone_t3998352255_1_0_0 = { (void*)919, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeInitializationException_t2973684290_0_0_0 = { (void*)921, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeInitializationException_t2973684290_1_0_0 = { (void*)921, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnauthorizedAccessException_t490705335_0_0_0 = { (void*)923, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnauthorizedAccessException_t490705335_1_0_0 = { (void*)923, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnhandledExceptionEventArgs_t2886101344_0_0_0 = { (void*)924, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnhandledExceptionEventArgs_t2886101344_1_0_0 = { (void*)924, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityType_t3666003507_0_0_1 = { (void*)926, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnityType_t3666003507_0_0_0 = { (void*)926, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnityType_t3666003507_1_0_0 = { (void*)926, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UnityType_t3666003507_0_0_32854 = { (void*)926, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SendOrPostCallback_t2750080073_0_0_0 = { (void*)934, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SendOrPostCallback_t2750080073_1_0_0 = { (void*)934, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SendOrPostCallback_t2750080073_0_0_33 = { (void*)934, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Action_1_t2197838454_0_0_0 = { (void*)939, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Action_1_t2197838454_1_0_0 = { (void*)939, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Action_1_t2197838454_gp_0_0_0_0 = { (void*)118, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Comparison_1_t1461320918_0_0_0 = { (void*)942, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Comparison_1_t1461320918_1_0_0 = { (void*)942, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Comparison_1_t1461320918_gp_0_0_0_0 = { (void*)119, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Converter_2_t1499688528_0_0_0 = { (void*)943, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Converter_2_t1499688528_1_0_0 = { (void*)943, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Converter_2_t1499688528_gp_0_0_0_0 = { (void*)120, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Converter_2_t1499688528_gp_1_0_0_0 = { (void*)121, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Predicate_1_t6097919_0_0_0 = { (void*)945, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Predicate_1_t6097919_1_0_0 = { (void*)945, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Predicate_1_t6097919_gp_0_0_0_0 = { (void*)122, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255361_0_0_0 = { (void*)948, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255361_1_0_0 = { (void*)948, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2456_t1285398176_0_0_275 = { (void*)949, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2456_t1285398176_0_0_0 = { (void*)949, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2456_t1285398176_1_0_0 = { (void*)949, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2424_t2469145093_0_0_275 = { (void*)950, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2424_t2469145093_0_0_0 = { (void*)950, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2424_t2469145093_1_0_0 = { (void*)950, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2416_t3254766644_0_0_275 = { (void*)951, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2416_t3254766644_0_0_0 = { (void*)951, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2416_t3254766644_1_0_0 = { (void*)951, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU243132_t2732071528_0_0_275 = { (void*)953, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU243132_t2732071528_0_0_0 = { (void*)953, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU243132_t2732071528_1_0_0 = { (void*)953, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2420_t1704471045_0_0_275 = { (void*)954, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2420_t1704471045_0_0_0 = { (void*)954, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2420_t1704471045_1_0_0 = { (void*)954, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2432_t3652892010_0_0_275 = { (void*)955, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2432_t3652892010_0_0_0 = { (void*)955, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2432_t3652892010_1_0_0 = { (void*)955, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2448_t1337922363_0_0_275 = { (void*)956, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2448_t1337922363_0_0_0 = { (void*)956, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2448_t1337922363_1_0_0 = { (void*)956, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2464_t499776625_0_0_275 = { (void*)957, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2464_t499776625_0_0_0 = { (void*)957, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2464_t499776625_1_0_0 = { (void*)957, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2412_t2490092596_0_0_275 = { (void*)958, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2412_t2490092596_0_0_0 = { (void*)958, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2412_t2490092596_1_0_0 = { (void*)958, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU24136_t1950429485_0_0_275 = { (void*)959, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24136_t1950429485_0_0_0 = { (void*)959, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24136_t1950429485_1_0_0 = { (void*)959, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2472_t1683523542_0_0_275 = { (void*)961, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2472_t1683523542_0_0_0 = { (void*)961, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2472_t1683523542_1_0_0 = { (void*)961, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU248_t3244137463_0_0_275 = { (void*)960, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU248_t3244137463_0_0_0 = { (void*)960, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU248_t3244137463_1_0_0 = { (void*)960, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU24124_t4289081647_0_0_275 = { (void*)962, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24124_t4289081647_0_0_0 = { (void*)962, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24124_t4289081647_1_0_0 = { (void*)962, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2496_t2898536284_0_0_275 = { (void*)963, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2496_t2898536284_0_0_0 = { (void*)963, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2496_t2898536284_1_0_0 = { (void*)963, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU242048_t3505032960_0_0_275 = { (void*)964, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU242048_t3505032960_0_0_0 = { (void*)964, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU242048_t3505032960_1_0_0 = { (void*)964, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU24256_t1929481982_0_0_275 = { (void*)965, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24256_t1929481982_0_0_0 = { (void*)965, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24256_t1929481982_1_0_0 = { (void*)965, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU24120_t4289081651_0_0_275 = { (void*)952, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24120_t4289081651_0_0_0 = { (void*)952, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24120_t4289081651_1_0_0 = { (void*)952, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU241024_t3907531057_0_0_275 = { (void*)966, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU241024_t3907531057_0_0_0 = { (void*)966, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU241024_t3907531057_1_0_0 = { (void*)966, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU24640_t2298765680_0_0_275 = { (void*)967, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24640_t2298765680_0_0_0 = { (void*)967, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24640_t2298765680_1_0_0 = { (void*)967, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU24128_t4289081659_0_0_275 = { (void*)968, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24128_t4289081659_0_0_0 = { (void*)968, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24128_t4289081659_1_0_0 = { (void*)968, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2452_t520724128_0_0_275 = { (void*)969, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2452_t520724128_0_0_0 = { (void*)969, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2452_t520724128_1_0_0 = { (void*)969, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Il2CppComObject_0_0_0 = { (void*)970, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Il2CppComObject_1_0_0 = { (void*)970, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType __Il2CppComDelegate_t1102178620_0_0_0 = { (void*)971, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType __Il2CppComDelegate_t1102178620_1_0_0 = { (void*)971, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745526_0_0_0 = { (void*)972, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745526_1_0_0 = { (void*)972, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Locale_t4128636108_0_0_0 = { (void*)973, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Locale_t4128636108_1_0_0 = { (void*)973, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Sign_t3338384039_0_0_0 = { (void*)975, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Sign_t3338384039_1_0_0 = { (void*)975, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Sign_t3338384039_0_0_32854 = { (void*)975, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ModulusRing_t596511505_0_0_0 = { (void*)976, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ModulusRing_t596511505_1_0_0 = { (void*)976, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Kernel_t1402667220_0_0_0 = { (void*)977, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Kernel_t1402667220_1_0_0 = { (void*)977, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BigIntegerU5BU5D_t2349952477_0_0_0 = { (void*)&BigInteger_t2902905090_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ConfidenceFactor_t2516000286_0_0_0 = { (void*)978, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ConfidenceFactor_t2516000286_1_0_0 = { (void*)978, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ConfidenceFactor_t2516000286_0_0_32854 = { (void*)978, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PrimalityTests_t1538473976_0_0_0 = { (void*)979, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrimalityTests_t1538473976_1_0_0 = { (void*)979, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PrimeGeneratorBase_t446028867_0_0_0 = { (void*)980, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrimeGeneratorBase_t446028867_1_0_0 = { (void*)980, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PrimalityTest_t1539325944_0_0_0 = { (void*)1080, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrimalityTest_t1539325944_1_0_0 = { (void*)1080, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SequentialSearchPrimeGeneratorBase_t2996090509_0_0_0 = { (void*)981, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SequentialSearchPrimeGeneratorBase_t2996090509_1_0_0 = { (void*)981, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ASN1_t2114160833_0_0_0 = { (void*)982, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ASN1_t2114160833_1_0_0 = { (void*)982, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ASN1_t2114160833_0_0_1 = { (void*)982, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ASN1_t2114160833_0_0_4 = { (void*)982, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ASN1Convert_t2839890153_0_0_0 = { (void*)983, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ASN1Convert_t2839890153_1_0_0 = { (void*)983, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BitConverterLE_t2108532979_0_0_0 = { (void*)984, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BitConverterLE_t2108532979_1_0_0 = { (void*)984, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PKCS7_t1860834339_0_0_0 = { (void*)985, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PKCS7_t1860834339_1_0_0 = { (void*)985, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContentInfo_t3218159896_0_0_0 = { (void*)986, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContentInfo_t3218159896_1_0_0 = { (void*)986, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContentInfo_t3218159896_0_0_1 = { (void*)986, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncryptedData_t3577548733_0_0_0 = { (void*)987, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncryptedData_t3577548733_1_0_0 = { (void*)987, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ARC4Managed_t2641858452_0_0_0 = { (void*)988, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ARC4Managed_t2641858452_1_0_0 = { (void*)988, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RC4_t2752556436_0_0_0 = { (void*)999, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RC4_t2752556436_1_0_0 = { (void*)999, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CryptoConvert_t610933157_0_0_0 = { (void*)989, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CryptoConvert_t610933157_1_0_0 = { (void*)989, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType KeyBuilder_t2049230355_0_0_0 = { (void*)990, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyBuilder_t2049230355_1_0_0 = { (void*)990, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MD2_t1561046427_0_0_0 = { (void*)991, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MD2_t1561046427_1_0_0 = { (void*)991, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MD2Managed_t1377101535_0_0_0 = { (void*)992, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MD2Managed_t1377101535_1_0_0 = { (void*)992, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MD4_t1560915355_0_0_0 = { (void*)993, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MD4_t1560915355_1_0_0 = { (void*)993, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MD4Managed_t957540063_0_0_0 = { (void*)994, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MD4Managed_t957540063_1_0_0 = { (void*)994, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PKCS1_t1505584677_0_0_0 = { (void*)995, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PKCS1_t1505584677_1_0_0 = { (void*)995, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PKCS8_t696280613_0_0_0 = { (void*)996, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PKCS8_t696280613_1_0_0 = { (void*)996, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PrivateKeyInfo_t668027993_0_0_0 = { (void*)997, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrivateKeyInfo_t668027993_1_0_0 = { (void*)997, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EncryptedPrivateKeyInfo_t862116836_0_0_0 = { (void*)998, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EncryptedPrivateKeyInfo_t862116836_1_0_0 = { (void*)998, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSAManaged_t1757093820_0_0_0 = { (void*)1000, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSAManaged_t1757093820_1_0_0 = { (void*)1000, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSAManaged_t1757093820_0_0_1 = { (void*)1000, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyGeneratedEventHandler_t3064139578_0_0_1 = { (void*)1001, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyGeneratedEventHandler_t3064139578_0_0_0 = { (void*)1001, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyGeneratedEventHandler_t3064139578_1_0_0 = { (void*)1001, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SafeBag_t3961248200_0_0_0 = { (void*)1002, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SafeBag_t3961248200_1_0_0 = { (void*)1002, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PKCS12_t4101533061_0_0_0 = { (void*)1003, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PKCS12_t4101533061_1_0_0 = { (void*)1003, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509CertificateCollection_t1542168550_0_0_0 = { (void*)1007, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509CertificateCollection_t1542168550_0_0_1 = { (void*)1007, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509CertificateCollection_t1542168550_1_0_0 = { (void*)1007, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Certificate_t489243025_0_0_0 = { (void*)1006, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Certificate_t489243025_1_0_0 = { (void*)1006, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Certificate_t489243025_0_0_1 = { (void*)1006, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DeriveBytes_t1492915136_0_0_0 = { (void*)1004, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DeriveBytes_t1492915136_1_0_0 = { (void*)1004, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X501_t1758824426_0_0_0 = { (void*)1005, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X501_t1758824426_1_0_0 = { (void*)1005, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509ExtensionCollection_t609554709_0_0_0 = { (void*)1014, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ExtensionCollection_t609554709_0_0_1 = { (void*)1014, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ExtensionCollection_t609554709_1_0_0 = { (void*)1014, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509CertificateEnumerator_t3515934698_0_0_0 = { (void*)1008, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509CertificateEnumerator_t3515934698_1_0_0 = { (void*)1008, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Chain_t863783600_0_0_0 = { (void*)1009, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Chain_t863783600_1_0_0 = { (void*)1009, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509ChainStatusFlags_t1831553602_0_0_0 = { (void*)1010, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509ChainStatusFlags_t1831553602_0_0_1 = { (void*)1010, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509ChainStatusFlags_t1831553602_1_0_0 = { (void*)1010, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType X509ChainStatusFlags_t1831553602_0_0_32854 = { (void*)1010, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509Crl_t1148767388_0_0_0 = { (void*)1011, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Crl_t1148767388_1_0_0 = { (void*)1011, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509CrlEntry_t645568789_0_0_0 = { (void*)1012, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509CrlEntry_t645568789_1_0_0 = { (void*)1012, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Extension_t3173393653_0_0_0 = { (void*)1013, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Extension_t3173393653_1_0_0 = { (void*)1013, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Store_t2777415283_0_0_0 = { (void*)1015, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Store_t2777415283_1_0_0 = { (void*)1015, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Store_t2777415283_0_0_1 = { (void*)1015, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509StoreManager_t1046782375_0_0_0 = { (void*)1016, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509StoreManager_t1046782375_1_0_0 = { (void*)1016, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Stores_t1373936237_0_0_0 = { (void*)1017, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Stores_t1373936237_0_0_17 = { (void*)1017, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Stores_t1373936237_1_0_0 = { (void*)1017, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AuthorityKeyIdentifierExtension_t1122691429_0_0_0 = { (void*)1018, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AuthorityKeyIdentifierExtension_t1122691429_1_0_0 = { (void*)1018, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BasicConstraintsExtension_t2462195278_0_0_0 = { (void*)1019, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BasicConstraintsExtension_t2462195278_1_0_0 = { (void*)1019, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExtendedKeyUsageExtension_t3929363080_0_0_0 = { (void*)1020, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExtendedKeyUsageExtension_t3929363080_1_0_0 = { (void*)1020, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GeneralNames_t2702294159_0_0_0 = { (void*)1021, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GeneralNames_t2702294159_1_0_0 = { (void*)1021, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GeneralNames_t2702294159_0_0_1 = { (void*)1021, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyUsages_t820456313_0_0_0 = { (void*)1022, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType KeyUsages_t820456313_1_0_0 = { (void*)1022, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType KeyUsages_t820456313_0_0_32854 = { (void*)1022, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType KeyUsageExtension_t1795615912_0_0_0 = { (void*)1023, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyUsageExtension_t1795615912_1_0_0 = { (void*)1023, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NetscapeCertTypeExtension_t1524296876_0_0_0 = { (void*)1024, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NetscapeCertTypeExtension_t1524296876_1_0_0 = { (void*)1024, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CertTypes_t3317701015_0_0_0 = { (void*)1025, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CertTypes_t3317701015_1_0_0 = { (void*)1025, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CertTypes_t3317701015_0_0_32854 = { (void*)1025, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SubjectAltNameExtension_t1536937677_0_0_0 = { (void*)1026, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SubjectAltNameExtension_t1536937677_1_0_0 = { (void*)1026, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HMAC_t3689525210_0_0_0 = { (void*)1027, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HMAC_t3689525210_1_0_0 = { (void*)1027, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MD5SHA1_t723838944_0_0_0 = { (void*)1028, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MD5SHA1_t723838944_1_0_0 = { (void*)1028, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AlertLevel_t2246417555_0_0_0 = { (void*)1029, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AlertLevel_t2246417555_1_0_0 = { (void*)1029, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AlertLevel_t2246417555_0_0_32854 = { (void*)1029, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AlertLevel_t2246417555_0_0_1 = { (void*)1029, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AlertDescription_t1549755611_0_0_0 = { (void*)1030, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AlertDescription_t1549755611_1_0_0 = { (void*)1030, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AlertDescription_t1549755611_0_0_32854 = { (void*)1030, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AlertDescription_t1549755611_0_0_1 = { (void*)1030, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Alert_t4059934885_0_0_0 = { (void*)1031, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Alert_t4059934885_1_0_0 = { (void*)1031, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Alert_t4059934885_0_0_1 = { (void*)1031, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CipherAlgorithmType_t1174400495_0_0_0 = { (void*)1032, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CipherAlgorithmType_t1174400495_1_0_0 = { (void*)1032, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CipherAlgorithmType_t1174400495_0_0_32854 = { (void*)1032, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CipherAlgorithmType_t1174400495_0_0_1 = { (void*)1032, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CipherSuite_t3414744575_0_0_0 = { (void*)1033, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CipherSuite_t3414744575_1_0_0 = { (void*)1033, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CipherSuite_t3414744575_0_0_1 = { (void*)1033, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HashAlgorithmType_t2376832258_0_0_0 = { (void*)1044, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HashAlgorithmType_t2376832258_0_0_1 = { (void*)1044, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HashAlgorithmType_t2376832258_1_0_0 = { (void*)1044, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType HashAlgorithmType_t2376832258_0_0_32854 = { (void*)1044, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ExchangeAlgorithmType_t1320888206_0_0_0 = { (void*)1042, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ExchangeAlgorithmType_t1320888206_0_0_1 = { (void*)1042, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ExchangeAlgorithmType_t1320888206_1_0_0 = { (void*)1042, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ExchangeAlgorithmType_t1320888206_0_0_32854 = { (void*)1042, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Context_t3971234707_0_0_0 = { (void*)1041, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Context_t3971234707_0_0_1 = { (void*)1041, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Context_t3971234707_1_0_0 = { (void*)1041, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Context_t3971234707_0_0_4 = { (void*)1041, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Context_t3971234707_0_0_3 = { (void*)1041, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CipherSuiteCollection_t1129639304_0_0_0 = { (void*)1034, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CipherSuiteCollection_t1129639304_1_0_0 = { (void*)1034, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CipherSuiteCollection_t1129639304_0_0_1 = { (void*)1034, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityProtocolType_t1513093309_0_0_0 = { (void*)1053, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityProtocolType_t1513093309_0_0_1 = { (void*)1053, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityProtocolType_t1513093309_1_0_0 = { (void*)1053, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SecurityProtocolType_t1513093309_0_0_32854 = { (void*)1053, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TlsCipherSuite_t1545013223_0_0_0 = { (void*)1061, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsCipherSuite_t1545013223_1_0_0 = { (void*)1061, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SslCipherSuite_t1981645747_0_0_0 = { (void*)1057, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SslCipherSuite_t1981645747_1_0_0 = { (void*)1057, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CipherSuiteFactory_t3316559455_0_0_0 = { (void*)1035, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CipherSuiteFactory_t3316559455_1_0_0 = { (void*)1035, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClientContext_t2797401965_0_0_0 = { (void*)1036, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClientContext_t2797401965_1_0_0 = { (void*)1036, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SslClientStream_t3914624661_0_0_0 = { (void*)1056, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SslClientStream_t3914624661_0_0_1 = { (void*)1056, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SslClientStream_t3914624661_1_0_0 = { (void*)1056, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClientRecordProtocol_t2031137796_0_0_0 = { (void*)1037, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClientRecordProtocol_t2031137796_1_0_0 = { (void*)1037, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RecordProtocol_t3759049701_0_0_0 = { (void*)1046, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RecordProtocol_t3759049701_0_0_1 = { (void*)1046, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RecordProtocol_t3759049701_1_0_0 = { (void*)1046, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RecordProtocol_t3759049701_0_0_3 = { (void*)1046, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HandshakeType_t3062346172_0_0_0 = { (void*)1068, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HandshakeType_t3062346172_0_0_1 = { (void*)1068, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HandshakeType_t3062346172_1_0_0 = { (void*)1068, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType HandshakeType_t3062346172_0_0_32854 = { (void*)1068, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HandshakeMessage_t3696583168_0_0_0 = { (void*)1067, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HandshakeMessage_t3696583168_0_0_1 = { (void*)1067, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HandshakeMessage_t3696583168_1_0_0 = { (void*)1067, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsStream_t2365453965_0_0_0 = { (void*)1065, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsStream_t2365453965_0_0_1 = { (void*)1065, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsStream_t2365453965_1_0_0 = { (void*)1065, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClientSessionInfo_t1775821398_0_0_0 = { (void*)1038, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClientSessionInfo_t1775821398_1_0_0 = { (void*)1038, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClientSessionCache_t2353595803_0_0_0 = { (void*)1039, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClientSessionCache_t2353595803_1_0_0 = { (void*)1039, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SecurityCompressionType_t4242483129_0_0_0 = { (void*)1051, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityCompressionType_t4242483129_0_0_1 = { (void*)1051, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityCompressionType_t4242483129_1_0_0 = { (void*)1051, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SecurityCompressionType_t4242483129_0_0_32854 = { (void*)1051, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TlsServerSettings_t4144396432_0_0_0 = { (void*)1064, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsServerSettings_t4144396432_0_0_1 = { (void*)1064, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsServerSettings_t4144396432_1_0_0 = { (void*)1064, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsClientSettings_t2486039503_0_0_0 = { (void*)1062, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsClientSettings_t2486039503_0_0_1 = { (void*)1062, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsClientSettings_t2486039503_1_0_0 = { (void*)1062, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HandshakeState_t756684113_0_0_0 = { (void*)1043, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HandshakeState_t756684113_0_0_1 = { (void*)1043, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HandshakeState_t756684113_1_0_0 = { (void*)1043, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType HandshakeState_t756684113_0_0_32854 = { (void*)1043, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityParameters_t2199972650_0_0_0 = { (void*)1052, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityParameters_t2199972650_0_0_1 = { (void*)1052, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityParameters_t2199972650_1_0_0 = { (void*)1052, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HttpsClientStream_t1160552561_0_0_0 = { (void*)1045, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HttpsClientStream_t1160552561_1_0_0 = { (void*)1045, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HttpWebRequest_t1669436515_0_0_0 = { (void*)1126, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HttpWebRequest_t1669436515_0_0_1 = { (void*)1126, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HttpWebRequest_t1669436515_1_0_0 = { (void*)1126, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CertificateSelectionCallback_t3743405224_0_0_17 = { (void*)1083, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CertificateSelectionCallback_t3743405224_0_0_0 = { (void*)1083, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CertificateSelectionCallback_t3743405224_0_0_1 = { (void*)1083, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CertificateSelectionCallback_t3743405224_1_0_0 = { (void*)1083, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PrivateKeySelectionCallback_t3240194217_0_0_17 = { (void*)1084, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrivateKeySelectionCallback_t3240194217_0_0_0 = { (void*)1084, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrivateKeySelectionCallback_t3240194217_0_0_1 = { (void*)1084, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrivateKeySelectionCallback_t3240194217_1_0_0 = { (void*)1084, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ReceiveRecordAsyncResult_t3680907657_0_0_0 = { (void*)1047, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ReceiveRecordAsyncResult_t3680907657_1_0_0 = { (void*)1047, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SendRecordAsyncResult_t3718352467_0_0_0 = { (void*)1048, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SendRecordAsyncResult_t3718352467_1_0_0 = { (void*)1048, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSASslSignatureDeformatter_t3558097625_0_0_0 = { (void*)1049, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSASslSignatureDeformatter_t3558097625_1_0_0 = { (void*)1049, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RSASslSignatureFormatter_t2709678514_0_0_0 = { (void*)1050, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RSASslSignatureFormatter_t2709678514_1_0_0 = { (void*)1050, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ServerContext_t3848440993_0_0_0 = { (void*)1054, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ServerContext_t3848440993_1_0_0 = { (void*)1054, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ValidationResult_t3834298736_0_0_0 = { (void*)1055, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ValidationResult_t3834298736_1_0_0 = { (void*)1055, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SslStreamBase_t1667413407_0_0_0 = { (void*)1059, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SslStreamBase_t1667413407_1_0_0 = { (void*)1059, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CertificateValidationCallback_t4091668218_0_0_0 = { (void*)1081, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CertificateValidationCallback_t4091668218_0_0_1 = { (void*)1081, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CertificateValidationCallback_t4091668218_1_0_0 = { (void*)1081, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CertificateValidationCallback2_t1842476440_0_0_0 = { (void*)1082, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CertificateValidationCallback2_t1842476440_0_0_1 = { (void*)1082, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CertificateValidationCallback2_t1842476440_1_0_0 = { (void*)1082, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SslHandshakeHash_t2107581772_0_0_0 = { (void*)1058, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SslHandshakeHash_t2107581772_1_0_0 = { (void*)1058, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InternalAsyncResult_t3504282820_0_0_0 = { (void*)1060, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InternalAsyncResult_t3504282820_1_0_0 = { (void*)1060, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsException_t3534743363_0_0_0 = { (void*)1063, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsException_t3534743363_1_0_0 = { (void*)1063, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClientCertificateTypeU5BU5D_t4253920197_0_0_0 = { (void*)&ClientCertificateType_t1004704908_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ClientCertificateTypeU5BU5D_t4253920197_0_0_1 = { (void*)&ClientCertificateType_t1004704908_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TlsClientCertificate_t3519510577_0_0_0 = { (void*)1069, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsClientCertificate_t3519510577_1_0_0 = { (void*)1069, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsClientCertificateVerify_t1824902654_0_0_0 = { (void*)1070, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsClientCertificateVerify_t1824902654_1_0_0 = { (void*)1070, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsClientFinished_t2486981163_0_0_0 = { (void*)1071, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsClientFinished_t2486981163_1_0_0 = { (void*)1071, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsClientHello_t97965998_0_0_0 = { (void*)1072, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsClientHello_t97965998_1_0_0 = { (void*)1072, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsClientKeyExchange_t643923608_0_0_0 = { (void*)1073, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsClientKeyExchange_t643923608_1_0_0 = { (void*)1073, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsServerCertificate_t2716496392_0_0_0 = { (void*)1074, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsServerCertificate_t2716496392_1_0_0 = { (void*)1074, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsServerCertificateRequest_t3690397592_0_0_0 = { (void*)1075, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsServerCertificateRequest_t3690397592_1_0_0 = { (void*)1075, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsServerFinished_t3860330041_0_0_0 = { (void*)1076, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsServerFinished_t3860330041_1_0_0 = { (void*)1076, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsServerHello_t3343859594_0_0_0 = { (void*)1077, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsServerHello_t3343859594_1_0_0 = { (void*)1077, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsServerHelloDone_t1850379324_0_0_0 = { (void*)1078, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsServerHelloDone_t1850379324_1_0_0 = { (void*)1078, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TlsServerKeyExchange_t699469151_0_0_0 = { (void*)1079, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TlsServerKeyExchange_t699469151_1_0_0 = { (void*)1079, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255362_0_0_0 = { (void*)1085, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255362_1_0_0 = { (void*)1085, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU243132_t2732071529_0_0_275 = { (void*)1086, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU243132_t2732071529_0_0_0 = { (void*)1086, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU243132_t2732071529_1_0_0 = { (void*)1086, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU24256_t1929481983_0_0_275 = { (void*)1087, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24256_t1929481983_0_0_0 = { (void*)1087, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24256_t1929481983_1_0_0 = { (void*)1087, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2420_t1704471046_0_0_275 = { (void*)1088, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2420_t1704471046_0_0_0 = { (void*)1088, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2420_t1704471046_1_0_0 = { (void*)1088, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2432_t3652892011_0_0_275 = { (void*)1089, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2432_t3652892011_0_0_0 = { (void*)1089, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2432_t3652892011_1_0_0 = { (void*)1089, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2448_t1337922364_0_0_275 = { (void*)1090, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2448_t1337922364_0_0_0 = { (void*)1090, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2448_t1337922364_1_0_0 = { (void*)1090, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2464_t499776626_0_0_275 = { (void*)1091, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2464_t499776626_0_0_0 = { (void*)1091, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2464_t499776626_1_0_0 = { (void*)1091, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2412_t2490092597_0_0_275 = { (void*)1092, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2412_t2490092597_0_0_0 = { (void*)1092, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2412_t2490092597_1_0_0 = { (void*)1092, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2416_t3254766645_0_0_275 = { (void*)1093, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2416_t3254766645_0_0_0 = { (void*)1093, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2416_t3254766645_1_0_0 = { (void*)1093, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU244_t1630999355_0_0_275 = { (void*)1094, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU244_t1630999355_0_0_0 = { (void*)1094, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU244_t1630999355_1_0_0 = { (void*)1094, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745527_0_0_0 = { (void*)1095, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745527_1_0_0 = { (void*)1095, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Locale_t4128636109_0_0_0 = { (void*)1096, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Locale_t4128636109_1_0_0 = { (void*)1096, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoTODOAttribute_t4131080582_0_0_0 = { (void*)1097, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoTODOAttribute_t4131080582_1_0_0 = { (void*)1097, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Queue_1_t3112285321_0_0_0 = { (void*)1098, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Queue_1_t3112285321_1_0_0 = { (void*)1098, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t4192488238_GenericClass = { 25, { &GenInst_Queue_1_t3112285321_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4192488238_0_0_0 = { &IEnumerator_1_t4192488238_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Queue_1_t3112285321_gp_0_0_0_0 = { (void*)124, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass Enumerator_t4268089366_GenericClass = { 1099, { &GenInst_Queue_1_t3112285321_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t4268089366_0_0_0 = { &Enumerator_t4268089366_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1868451535_0_0_1 = { (void*)&Queue_1_t3112285321_gp_0_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1868451535_0_0_0 = { (void*)&Queue_1_t3112285321_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Enumerator_t3782344991_0_0_0 = { (void*)1099, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Enumerator_t3782344991_1_0_0 = { (void*)1099, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass Queue_1_t4276236934_GenericClass = { 1098, { &GenInst_Enumerator_t3782344991_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Queue_1_t4276236934_0_0_0 = { &Queue_1_t4276236934_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Queue_1_t4276236934_0_0_1 = { &Queue_1_t4276236934_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t3782344991_gp_0_0_0_0 = { (void*)123, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t567580612_GenericClass = { 25, { &GenInst_Enumerator_t3782344991_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t567580612_0_0_2 = { &IEnumerator_1_t567580612_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t567580612_0_0_0 = { &IEnumerator_1_t567580612_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2739770659_GenericClass = { 29, { &GenInst_Queue_1_t3112285321_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2739770659_0_0_0 = { &IEnumerable_1_t2739770659_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Stack_1_t1463756442_0_0_0 = { (void*)1100, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Stack_1_t1463756442_1_0_0 = { (void*)1100, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t2543959359_GenericClass = { 25, { &GenInst_Stack_1_t1463756442_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2543959359_0_0_0 = { &IEnumerator_1_t2543959359_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Stack_1_t1463756442_gp_0_0_0_0 = { (void*)126, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass Enumerator_t173798469_GenericClass = { 1101, { &GenInst_Stack_1_t1463756442_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t173798469_0_0_0 = { &Enumerator_t173798469_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t2201462106_0_0_1 = { (void*)&Stack_1_t1463756442_gp_0_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Enumerator_t2989469293_0_0_0 = { (void*)1101, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Enumerator_t2989469293_1_0_0 = { (void*)1101, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass Stack_1_t185523901_GenericClass = { 1100, { &GenInst_Enumerator_t2989469293_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t185523901_0_0_0 = { &Stack_1_t185523901_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Stack_1_t185523901_0_0_1 = { &Stack_1_t185523901_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t2989469293_gp_0_0_0_0 = { (void*)125, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t4069672210_GenericClass = { 25, { &GenInst_Enumerator_t2989469293_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t4069672210_0_0_2 = { &IEnumerator_1_t4069672210_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t4069672210_0_0_0 = { &IEnumerator_1_t4069672210_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1091241780_GenericClass = { 29, { &GenInst_Stack_1_t1463756442_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1091241780_0_0_2 = { &IEnumerable_1_t1091241780_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t1091241780_0_0_0 = { &IEnumerable_1_t1091241780_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType HybridDictionary_t4070033136_0_0_0 = { (void*)1102, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HybridDictionary_t4070033136_1_0_0 = { (void*)1102, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HybridDictionary_t4070033136_0_0_17 = { (void*)1102, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ListDictionary_t1624492310_0_0_1 = { (void*)1103, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ListDictionary_t1624492310_0_0_0 = { (void*)1103, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ListDictionary_t1624492310_1_0_0 = { (void*)1103, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DictionaryNode_t417719465_0_0_0 = { (void*)1104, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DictionaryNode_t417719465_1_0_2 = { (void*)1104, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DictionaryNode_t417719465_0_0_1 = { (void*)1104, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DictionaryNode_t417719465_1_0_0 = { (void*)1104, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DictionaryNode_t417719465_0_0_6 = { (void*)1104, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DictionaryNodeEnumerator_t1673829610_0_0_0 = { (void*)1105, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DictionaryNodeEnumerator_t1673829610_1_0_0 = { (void*)1105, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NameObjectCollectionBase_t2091847364_0_0_0 = { (void*)1106, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NameObjectCollectionBase_t2091847364_1_0_0 = { (void*)1106, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NameObjectCollectionBase_t2091847364_0_0_1 = { (void*)1106, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeysCollection_t1318642398_0_0_0 = { (void*)1109, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeysCollection_t1318642398_0_0_1 = { (void*)1109, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeysCollection_t1318642398_1_0_0 = { (void*)1109, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType _Item_t2272350267_0_0_0 = { (void*)1107, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Item_t2272350267_0_0_1 = { (void*)1107, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _Item_t2272350267_1_0_0 = { (void*)1107, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType _KeysEnumerator_t4246666432_0_0_0 = { (void*)1108, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType _KeysEnumerator_t4246666432_1_0_0 = { (void*)1108, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NameValueCollection_t407452768_0_0_0 = { (void*)1110, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NameValueCollection_t407452768_1_0_0 = { (void*)1110, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EditorBrowsableAttribute_t1475454531_0_0_0 = { (void*)1111, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EditorBrowsableAttribute_t1475454531_1_0_0 = { (void*)1111, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EditorBrowsableState_t2839071299_0_0_0 = { (void*)1112, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EditorBrowsableState_t2839071299_0_0_1 = { (void*)1112, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EditorBrowsableState_t2839071299_1_0_0 = { (void*)1112, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EditorBrowsableState_t2839071299_0_0_32854 = { (void*)1112, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeConverter_t2249118273_0_0_0 = { (void*)1113, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeConverter_t2249118273_1_0_0 = { (void*)1113, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeConverterAttribute_t3271584429_0_0_0 = { (void*)1114, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeConverterAttribute_t3271584429_1_0_0 = { (void*)1114, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeConverterAttribute_t3271584429_0_0_54 = { (void*)1114, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AuthenticationLevel_t1236753641_0_0_0 = { (void*)1115, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AuthenticationLevel_t1236753641_1_0_0 = { (void*)1115, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AuthenticationLevel_t1236753641_0_0_32854 = { (void*)1115, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AuthenticationLevel_t1236753641_0_0_1 = { (void*)1115, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SslPolicyErrors_t2205227823_0_0_0 = { (void*)1116, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SslPolicyErrors_t2205227823_1_0_0 = { (void*)1116, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SslPolicyErrors_t2205227823_0_0_32854 = { (void*)1116, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AddressFamily_t2612549059_0_0_0 = { (void*)1117, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AddressFamily_t2612549059_1_0_0 = { (void*)1117, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AddressFamily_t2612549059_0_0_32854 = { (void*)1117, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AddressFamily_t2612549059_0_0_1 = { (void*)1117, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DefaultCertificatePolicy_t3607119947_0_0_0 = { (void*)1118, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DefaultCertificatePolicy_t3607119947_1_0_0 = { (void*)1118, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ServicePoint_t2786966844_0_0_0 = { (void*)1134, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ServicePoint_t2786966844_0_0_1 = { (void*)1134, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ServicePoint_t2786966844_1_0_0 = { (void*)1134, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICertificatePolicy_t2970473191_0_0_0 = { (void*)1127, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICertificatePolicy_t2970473191_1_0_0 = { (void*)1127, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICertificatePolicy_t2970473191_0_0_17 = { (void*)1127, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FileWebRequest_t591858885_0_0_0 = { (void*)1119, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FileWebRequest_t591858885_1_0_0 = { (void*)1119, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FileWebRequestCreator_t1781329382_0_0_0 = { (void*)1120, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FileWebRequestCreator_t1781329382_1_0_0 = { (void*)1120, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IWebRequestCreate_t1643712314_0_0_0 = { (void*)1132, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IWebRequestCreate_t1643712314_1_0_0 = { (void*)1132, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FtpRequestCreator_t2926281497_0_0_0 = { (void*)1121, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FtpRequestCreator_t2926281497_1_0_0 = { (void*)1121, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FtpWebRequest_t1577818305_0_0_0 = { (void*)1122, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FtpWebRequest_t1577818305_1_0_0 = { (void*)1122, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Chain_t194917408_0_0_0 = { (void*)1152, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Chain_t194917408_1_0_0 = { (void*)1152, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RemoteCertificateValidationCallback_t3014364904_0_0_1 = { (void*)1246, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemoteCertificateValidationCallback_t3014364904_0_0_17 = { (void*)1246, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemoteCertificateValidationCallback_t3014364904_0_0_0 = { (void*)1246, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemoteCertificateValidationCallback_t3014364904_1_0_0 = { (void*)1246, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GlobalProxySelection_t1166292522_0_0_0 = { (void*)1123, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GlobalProxySelection_t1166292522_1_0_0 = { (void*)1123, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HttpRequestCreator_t1984314013_0_0_0 = { (void*)1124, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HttpRequestCreator_t1984314013_1_0_0 = { (void*)1124, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HttpVersion_t346520293_0_0_0 = { (void*)1125, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HttpVersion_t346520293_1_0_0 = { (void*)1125, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICredentials_t725721261_0_0_0 = { (void*)1128, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICredentials_t725721261_1_0_0 = { (void*)1128, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICredentials_t725721261_0_0_1 = { (void*)1128, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPAddress_t241777590_0_0_0 = { (void*)1129, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPAddress_t241777590_1_0_0 = { (void*)1129, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPAddress_t241777590_1_0_2 = { (void*)1129, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPAddress_t241777590_0_0_54 = { (void*)1129, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPv6Address_t2709566769_0_0_0 = { (void*)1130, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPv6Address_t2709566769_1_0_0 = { (void*)1130, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPv6Address_t2709566769_1_0_2 = { (void*)1130, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPv6Address_t2709566769_0_0_54 = { (void*)1130, 54, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SecurityProtocolType_t2721465497_0_0_0 = { (void*)1133, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityProtocolType_t2721465497_1_0_0 = { (void*)1133, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SecurityProtocolType_t2721465497_0_0_32854 = { (void*)1133, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SecurityProtocolType_t2721465497_0_0_17 = { (void*)1133, 17, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ServicePointManager_t170559685_0_0_0 = { (void*)1135, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ServicePointManager_t170559685_1_0_0 = { (void*)1135, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SPKey_t3654231119_0_0_0 = { (void*)1136, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SPKey_t3654231119_1_0_0 = { (void*)1136, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WebProxy_t2016760542_0_0_0 = { (void*)1138, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WebProxy_t2016760542_1_0_0 = { (void*)1138, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OpenFlags_t968238685_0_0_0 = { (void*)1140, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OpenFlags_t968238685_1_0_0 = { (void*)1140, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType OpenFlags_t968238685_0_0_32854 = { (void*)1140, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OpenFlags_t968238685_0_0_1 = { (void*)1140, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PublicKey_t3779582684_0_0_0 = { (void*)1141, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PublicKey_t3779582684_1_0_0 = { (void*)1141, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PublicKey_t3779582684_0_0_1 = { (void*)1141, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsnEncodedData_t382354011_0_0_0 = { (void*)1174, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsnEncodedData_t382354011_0_0_1 = { (void*)1174, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AsnEncodedData_t382354011_1_0_0 = { (void*)1174, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Oid_t3552120260_0_0_0 = { (void*)1175, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Oid_t3552120260_0_0_1 = { (void*)1175, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Oid_t3552120260_0_0_3 = { (void*)1175, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Oid_t3552120260_1_0_0 = { (void*)1175, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StoreLocation_t2864310644_0_0_0 = { (void*)1142, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StoreLocation_t2864310644_1_0_0 = { (void*)1142, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType StoreLocation_t2864310644_0_0_32854 = { (void*)1142, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StoreLocation_t2864310644_0_0_1 = { (void*)1142, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StoreName_t1492274484_0_0_0 = { (void*)1143, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StoreName_t1492274484_1_0_0 = { (void*)1143, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType StoreName_t1492274484_0_0_32854 = { (void*)1143, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X500DistinguishedName_t875709727_0_0_0 = { (void*)1144, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X500DistinguishedName_t875709727_1_0_0 = { (void*)1144, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X500DistinguishedName_t875709727_0_0_1 = { (void*)1144, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X500DistinguishedNameFlags_t254051580_0_0_0 = { (void*)1145, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X500DistinguishedNameFlags_t254051580_1_0_0 = { (void*)1145, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType X500DistinguishedNameFlags_t254051580_0_0_32854 = { (void*)1145, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509BasicConstraintsExtension_t2828968862_0_0_0 = { (void*)1146, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509BasicConstraintsExtension_t2828968862_1_0_0 = { (void*)1146, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Extension_t3272255153_0_0_0 = { (void*)1160, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Extension_t3272255153_1_0_0 = { (void*)1160, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AsnDecodeStatus_t788588755_0_0_0 = { (void*)1173, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AsnDecodeStatus_t788588755_0_0_1 = { (void*)1173, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AsnDecodeStatus_t788588755_1_0_0 = { (void*)1173, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AsnDecodeStatus_t788588755_0_0_32854 = { (void*)1173, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509Certificate2_t714049126_0_0_0 = { (void*)1147, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Certificate2_t714049126_1_0_0 = { (void*)1147, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Certificate2_t714049126_0_0_1 = { (void*)1147, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ExtensionCollection_t1350454579_0_0_0 = { (void*)1161, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ExtensionCollection_t1350454579_0_0_1 = { (void*)1161, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ExtensionCollection_t1350454579_1_0_0 = { (void*)1161, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509NameType_t2096517340_0_0_0 = { (void*)1166, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509NameType_t2096517340_1_0_0 = { (void*)1166, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType X509NameType_t2096517340_0_0_32854 = { (void*)1166, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509Certificate2Collection_t2111161276_0_0_0 = { (void*)1148, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Certificate2Collection_t2111161276_1_0_0 = { (void*)1148, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Certificate2Collection_t2111161276_0_0_1 = { (void*)1148, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509FindType_t3058503971_0_0_0 = { (void*)1163, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509FindType_t3058503971_1_0_0 = { (void*)1163, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType X509FindType_t3058503971_0_0_32854 = { (void*)1163, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509Certificate2Enumerator_t3316713812_0_0_0 = { (void*)1149, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Certificate2Enumerator_t3316713812_1_0_0 = { (void*)1149, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509CertificateU5BU5D_t3145106755_0_0_0 = { (void*)&X509Certificate_t713131622_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType X509CertificateEnumerator_t855273292_0_0_0 = { (void*)1151, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509CertificateEnumerator_t855273292_1_0_0 = { (void*)1151, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509ChainPolicy_t2426922870_0_0_0 = { (void*)1156, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ChainPolicy_t2426922870_0_0_1 = { (void*)1156, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ChainPolicy_t2426922870_1_0_0 = { (void*)1156, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509Store_t2922691911_0_0_0 = { (void*)1169, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Store_t2922691911_0_0_1 = { (void*)1169, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509Store_t2922691911_1_0_0 = { (void*)1169, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509ChainStatusFlags_t1026973125_0_0_0 = { (void*)1158, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509ChainStatusFlags_t1026973125_0_0_1 = { (void*)1158, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509ChainStatusFlags_t1026973125_1_0_0 = { (void*)1158, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType X509ChainStatusFlags_t1026973125_0_0_32854 = { (void*)1158, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509ChainElement_t1464056338_0_0_0 = { (void*)1153, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ChainElement_t1464056338_0_0_1 = { (void*)1153, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ChainElement_t1464056338_1_0_0 = { (void*)1153, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509ChainElementCollection_t3110968994_0_0_1 = { (void*)1154, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ChainElementCollection_t3110968994_0_0_0 = { (void*)1154, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ChainElementCollection_t3110968994_1_0_0 = { (void*)1154, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509ChainStatusU5BU5D_t2685945535_0_0_1 = { (void*)&X509ChainStatus_t133602714_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType X509ChainStatusU5BU5D_t2685945535_0_0_17 = { (void*)&X509ChainStatus_t133602714_0_0_0, 17, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType X509ChainStatusU5BU5D_t2685945535_0_0_0 = { (void*)&X509ChainStatus_t133602714_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType X509ChainElementEnumerator_t3014253456_0_0_0 = { (void*)1155, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ChainElementEnumerator_t3014253456_1_0_0 = { (void*)1155, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509RevocationFlag_t2592711905_0_0_0 = { (void*)1167, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509RevocationFlag_t2592711905_0_0_1 = { (void*)1167, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509RevocationFlag_t2592711905_1_0_0 = { (void*)1167, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType X509RevocationFlag_t2592711905_0_0_32854 = { (void*)1167, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509RevocationMode_t2571829933_0_0_0 = { (void*)1168, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509RevocationMode_t2571829933_0_0_1 = { (void*)1168, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509RevocationMode_t2571829933_1_0_0 = { (void*)1168, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType X509RevocationMode_t2571829933_0_0_32854 = { (void*)1168, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509VerificationFlags_t2086244306_0_0_0 = { (void*)1172, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509VerificationFlags_t2086244306_0_0_1 = { (void*)1172, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509VerificationFlags_t2086244306_1_0_0 = { (void*)1172, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType X509VerificationFlags_t2086244306_0_0_32854 = { (void*)1172, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OidCollection_t4234766844_0_0_1 = { (void*)1176, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OidCollection_t4234766844_0_0_0 = { (void*)1176, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OidCollection_t4234766844_1_0_0 = { (void*)1176, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509EnhancedKeyUsageExtension_t4189149453_0_0_0 = { (void*)1159, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509EnhancedKeyUsageExtension_t4189149453_1_0_0 = { (void*)1159, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509ExtensionEnumerator_t2479560659_0_0_0 = { (void*)1162, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509ExtensionEnumerator_t2479560659_1_0_0 = { (void*)1162, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509KeyUsageExtension_t2042101591_0_0_0 = { (void*)1164, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509KeyUsageExtension_t2042101591_1_0_0 = { (void*)1164, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509KeyUsageFlags_t1431795504_0_0_0 = { (void*)1165, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509KeyUsageFlags_t1431795504_0_0_32851 = { (void*)1165, 32851, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509KeyUsageFlags_t1431795504_0_0_1 = { (void*)1165, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509KeyUsageFlags_t1431795504_1_0_0 = { (void*)1165, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType X509KeyUsageFlags_t1431795504_0_0_32854 = { (void*)1165, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509SubjectKeyIdentifierExtension_t4258825542_0_0_0 = { (void*)1170, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType X509SubjectKeyIdentifierExtension_t4258825542_1_0_0 = { (void*)1170, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType X509SubjectKeyIdentifierHashAlgorithm_t3929505454_0_0_0 = { (void*)1171, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType X509SubjectKeyIdentifierHashAlgorithm_t3929505454_1_0_0 = { (void*)1171, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType X509SubjectKeyIdentifierHashAlgorithm_t3929505454_0_0_32854 = { (void*)1171, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OidEnumerator_t899373898_0_0_0 = { (void*)1177, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OidEnumerator_t899373898_1_0_0 = { (void*)1177, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BaseMachine_t2554639499_0_0_0 = { (void*)1178, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseMachine_t2554639499_1_0_0 = { (void*)1178, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Regex_t3657309853_0_0_0 = { (void*)1186, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Regex_t3657309853_0_0_1 = { (void*)1186, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Regex_t3657309853_1_0_0 = { (void*)1186, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Regex_t3657309853_0_0_49 = { (void*)1186, 49, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Regex_t3657309853_0_0_17 = { (void*)1186, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Match_t3408321083_0_0_0 = { (void*)1183, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Match_t3408321083_1_0_0 = { (void*)1183, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Match_t3408321083_0_0_17 = { (void*)1183, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Match_t3408321083_0_0_1 = { (void*)1183, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMachine_t2106687985_0_0_0 = { (void*)1191, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMachine_t2106687985_0_0_1 = { (void*)1191, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMachine_t2106687985_1_0_0 = { (void*)1191, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CaptureCollection_t1760593541_0_0_0 = { (void*)1180, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CaptureCollection_t1760593541_1_0_0 = { (void*)1180, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CaptureCollection_t1760593541_0_0_1 = { (void*)1180, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CaptureU5BU5D_t183267399_0_0_1 = { (void*)&Capture_t2232016050_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CaptureU5BU5D_t183267399_0_0_0 = { (void*)&Capture_t2232016050_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType GroupCollection_t69770484_0_0_0 = { (void*)1182, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GroupCollection_t69770484_1_0_0 = { (void*)1182, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GroupCollection_t69770484_0_0_1 = { (void*)1182, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GroupU5BU5D_t1880820351_0_0_1 = { (void*)&Group_t2468205786_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType GroupU5BU5D_t1880820351_0_0_0 = { (void*)&Group_t2468205786_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType MatchCollection_t1395363720_0_0_0 = { (void*)1184, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MatchCollection_t1395363720_1_0_0 = { (void*)1184, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MatchCollection_t1395363720_0_0_1 = { (void*)1184, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Enumerator_t2645102469_0_0_0 = { (void*)1185, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Enumerator_t2645102469_1_0_0 = { (void*)1185, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IMachineFactory_t1209798546_0_0_0 = { (void*)1192, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMachineFactory_t1209798546_0_0_1 = { (void*)1192, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMachineFactory_t1209798546_1_0_0 = { (void*)1192, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FactoryCache_t2327118887_0_0_17 = { (void*)1193, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FactoryCache_t2327118887_0_0_0 = { (void*)1193, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FactoryCache_t2327118887_1_0_0 = { (void*)1193, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OpCode_t1565867503_0_0_0 = { (void*)1188, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OpCode_t1565867503_1_0_0 = { (void*)1188, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType OpCode_t1565867503_0_0_32854 = { (void*)1188, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OpFlags_t23120214_0_0_0 = { (void*)1189, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OpFlags_t23120214_1_0_0 = { (void*)1189, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType OpFlags_t23120214_0_0_32854 = { (void*)1189, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Position_t2536274344_0_0_0 = { (void*)1190, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Position_t2536274344_1_0_0 = { (void*)1190, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Position_t2536274344_0_0_32854 = { (void*)1190, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Position_t2536274344_0_0_1 = { (void*)1190, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MRUList_t4121573800_0_0_1 = { (void*)1195, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MRUList_t4121573800_0_0_0 = { (void*)1195, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MRUList_t4121573800_1_0_0 = { (void*)1195, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Key_t2725523001_0_0_0 = { (void*)1194, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Key_t2725523001_1_0_0 = { (void*)1194, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Node_t2049086415_0_0_1 = { (void*)1196, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Node_t2049086415_0_0_0 = { (void*)1196, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Node_t2049086415_1_0_0 = { (void*)1196, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Node_t2049086415_0_0_6 = { (void*)1196, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CategoryUtils_t3167997394_0_0_0 = { (void*)1198, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CategoryUtils_t3167997394_1_0_0 = { (void*)1198, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LinkRef_t2971865410_0_0_0 = { (void*)1199, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LinkRef_t2971865410_1_0_0 = { (void*)1199, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ICompiler_t118549125_0_0_0 = { (void*)1200, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ICompiler_t118549125_1_0_0 = { (void*)1200, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InterpreterFactory_t533216624_0_0_0 = { (void*)1201, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InterpreterFactory_t533216624_1_0_0 = { (void*)1201, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PatternCompiler_t4036359803_0_0_0 = { (void*)1202, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PatternCompiler_t4036359803_1_0_0 = { (void*)1202, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PatternLinkStack_t976787442_0_0_0 = { (void*)1203, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PatternLinkStack_t976787442_1_0_0 = { (void*)1203, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LinkStack_t887727776_0_0_0 = { (void*)1205, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LinkStack_t887727776_1_0_0 = { (void*)1205, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Link_t3395949159_0_0_1 = { (void*)1204, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Link_t3395949159_0_0_0 = { (void*)1204, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Link_t3395949159_1_0_0 = { (void*)1204, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Interpreter_t582715701_0_0_0 = { (void*)1207, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Interpreter_t582715701_1_0_0 = { (void*)1207, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Mode_t3692532274_0_0_0 = { (void*)1210, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Mode_t3692532274_1_0_0 = { (void*)1210, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Mode_t3692532274_0_0_32854 = { (void*)1210, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType QuickSearch_t2588090110_0_0_1 = { (void*)1216, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType QuickSearch_t2588090110_0_0_0 = { (void*)1216, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType QuickSearch_t2588090110_1_0_0 = { (void*)1216, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RepeatContext_t1214863076_0_0_1 = { (void*)1209, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RepeatContext_t1214863076_0_0_0 = { (void*)1209, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RepeatContext_t1214863076_1_0_0 = { (void*)1209, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IntStack_t2189327687_0_0_1 = { (void*)1208, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType IntStack_t2189327687_0_0_0 = { (void*)1208, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType IntStack_t2189327687_1_0_0 = { (void*)1208, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MarkU5BU5D_t3645422402_0_0_1 = { (void*)&Mark_t3471605523_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType MarkU5BU5D_t3645422402_0_0_0 = { (void*)&Mark_t3471605523_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Interval_t1802865632_0_0_0 = { (void*)1211, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Interval_t1802865632_1_0_0 = { (void*)1211, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Interval_t1802865632_0_0_17 = { (void*)1211, 17, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType IntervalCollection_t2609070824_0_0_0 = { (void*)1212, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IntervalCollection_t2609070824_1_0_0 = { (void*)1212, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IntervalCollection_t2609070824_0_0_1 = { (void*)1212, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CostDelegate_t1722821004_0_0_0 = { (void*)1214, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CostDelegate_t1722821004_1_0_0 = { (void*)1214, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Enumerator_t737725276_0_0_0 = { (void*)1213, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Enumerator_t737725276_1_0_0 = { (void*)1213, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Parser_t2430509383_0_0_0 = { (void*)1215, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Parser_t2430509383_1_0_0 = { (void*)1215, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RegularExpression_t3834220169_0_0_0 = { (void*)1221, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RegularExpression_t3834220169_1_0_0 = { (void*)1221, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Group_t1458537008_0_0_0 = { (void*)1220, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Group_t1458537008_1_0_0 = { (void*)1220, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Assertion_t3267412828_0_0_0 = { (void*)1226, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Assertion_t3267412828_1_0_0 = { (void*)1226, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Expression_t2722445759_0_0_0 = { (void*)1218, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Expression_t2722445759_1_0_0 = { (void*)1218, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Expression_t2722445759_0_0_1 = { (void*)1218, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExpressionAssertion_t1861210811_0_0_0 = { (void*)1228, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExpressionAssertion_t1861210811_0_0_1 = { (void*)1228, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExpressionAssertion_t1861210811_1_0_0 = { (void*)1228, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExpressionCollection_t1810289389_0_0_0 = { (void*)1217, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExpressionCollection_t1810289389_1_0_0 = { (void*)1217, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExpressionCollection_t1810289389_0_0_1 = { (void*)1217, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnchorInfo_t3387011151_0_0_0 = { (void*)1235, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnchorInfo_t3387011151_1_0_0 = { (void*)1235, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CompositeExpression_t1252229802_0_0_0 = { (void*)1219, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CompositeExpression_t1252229802_1_0_0 = { (void*)1219, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CapturingGroup_t751358689_0_0_0 = { (void*)1222, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CapturingGroup_t751358689_1_0_0 = { (void*)1222, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CapturingGroup_t751358689_0_0_1 = { (void*)1222, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BalancingGroup_t2395658894_0_0_0 = { (void*)1223, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BalancingGroup_t2395658894_1_0_0 = { (void*)1223, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NonBacktrackingGroup_t3074098547_0_0_0 = { (void*)1224, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NonBacktrackingGroup_t3074098547_1_0_0 = { (void*)1224, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Repetition_t2393242404_0_0_0 = { (void*)1225, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Repetition_t2393242404_1_0_0 = { (void*)1225, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CaptureAssertion_t3786084589_0_0_0 = { (void*)1227, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CaptureAssertion_t3786084589_1_0_0 = { (void*)1227, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Literal_t434143540_0_0_0 = { (void*)1230, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Literal_t434143540_0_0_1 = { (void*)1230, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Literal_t434143540_1_0_0 = { (void*)1230, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Alternation_t625481451_0_0_0 = { (void*)1229, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Alternation_t625481451_1_0_0 = { (void*)1229, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PositionAssertion_t3339288061_0_0_0 = { (void*)1231, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PositionAssertion_t3339288061_1_0_0 = { (void*)1231, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Reference_t1799410108_0_0_0 = { (void*)1232, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Reference_t1799410108_1_0_0 = { (void*)1232, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BackslashNumber_t3656518667_0_0_0 = { (void*)1233, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BackslashNumber_t3656518667_1_0_0 = { (void*)1233, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CharacterClass_t839120860_0_0_0 = { (void*)1234, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CharacterClass_t839120860_1_0_0 = { (void*)1234, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DefaultUriParser_t95882050_0_0_0 = { (void*)1236, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DefaultUriParser_t95882050_1_0_0 = { (void*)1236, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UriParser_t3890150400_0_0_0 = { (void*)1243, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UriParser_t3890150400_0_0_129 = { (void*)1243, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UriParser_t3890150400_1_0_0 = { (void*)1243, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GenericUriParser_t1141496137_0_0_0 = { (void*)1237, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GenericUriParser_t1141496137_1_0_0 = { (void*)1237, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UriKind_t3816567336_0_0_0 = { (void*)1242, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UriKind_t3816567336_1_0_0 = { (void*)1242, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UriKind_t3816567336_0_0_32854 = { (void*)1242, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UriHostNameType_t881866241_0_0_0 = { (void*)1241, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UriHostNameType_t881866241_1_0_0 = { (void*)1241, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UriHostNameType_t881866241_0_0_32854 = { (void*)1241, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UriPartial_t1736313903_0_0_0 = { (void*)1244, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UriPartial_t1736313903_1_0_0 = { (void*)1244, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UriPartial_t1736313903_0_0_32854 = { (void*)1244, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UriSchemeU5BU5D_t2082808316_0_0_17 = { (void*)&UriScheme_t722425697_0_0_0, 17, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UriSchemeU5BU5D_t2082808316_0_0_0 = { (void*)&UriScheme_t722425697_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UriFormatException_t953270471_0_0_0 = { (void*)1240, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UriFormatException_t953270471_1_0_0 = { (void*)1240, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UriFormatException_t953270471_1_0_2 = { (void*)1240, 2, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UriTypeConverter_t3695916615_0_0_0 = { (void*)1245, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UriTypeConverter_t3695916615_1_0_0 = { (void*)1245, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255363_0_0_0 = { (void*)1247, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255363_1_0_0 = { (void*)1247, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU24128_t4289081660_0_0_275 = { (void*)1248, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24128_t4289081660_0_0_0 = { (void*)1248, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24128_t4289081660_1_0_0 = { (void*)1248, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU2412_t2490092598_0_0_275 = { (void*)1249, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2412_t2490092598_0_0_0 = { (void*)1249, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU2412_t2490092598_1_0_0 = { (void*)1249, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745528_0_0_0 = { (void*)1250, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745528_1_0_0 = { (void*)1250, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExtensionAttribute_t1723066603_0_0_0 = { (void*)1251, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExtensionAttribute_t1723066603_1_0_0 = { (void*)1251, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Locale_t4128636110_0_0_0 = { (void*)1252, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Locale_t4128636110_1_0_0 = { (void*)1252, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoTODOAttribute_t4131080583_0_0_0 = { (void*)1253, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MonoTODOAttribute_t4131080583_1_0_0 = { (void*)1253, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType KeyBuilder_t2049230356_0_0_0 = { (void*)1254, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType KeyBuilder_t2049230356_1_0_0 = { (void*)1254, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SymmetricTransform_t3802591843_0_0_0 = { (void*)1255, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SymmetricTransform_t3802591843_1_0_0 = { (void*)1255, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HashSet_1_t743387557_0_0_0 = { (void*)1256, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HashSet_1_t743387557_1_0_0 = { (void*)1256, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerator_1_t1823590474_GenericClass = { 25, { &GenInst_HashSet_1_t743387557_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t1823590474_0_0_0 = { &IEnumerator_1_t1823590474_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType HashSet_1_t743387557_gp_0_0_0_0 = { (void*)130, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3953921475_0_0_0 = { (void*)&HashSet_1_t743387557_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3953921475_0_0_1 = { (void*)&HashSet_1_t743387557_gp_0_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t3498352024_GenericClass = { 173, { &GenInst_HashSet_1_t743387557_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t3498352024_0_0_0 = { &IEqualityComparer_1_t3498352024_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEqualityComparer_1_t3498352024_0_0_1 = { &IEqualityComparer_1_t3498352024_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Enumerator_t1661146751_GenericClass = { 1258, { &GenInst_HashSet_1_t743387557_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Enumerator_t1661146751_0_0_0 = { &Enumerator_t1661146751_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType LinkU5BU5D_t2346838934_0_0_1 = { (void*)&Link_t1520180815_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType LinkU5BU5D_t2346838934_0_0_0 = { (void*)&Link_t1520180815_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass Link_t1520180815_GenericClass = { 1257, { &GenInst_HashSet_1_t743387557_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Link_t1520180815_0_0_0 = { &Link_t1520180815_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Link_t4233491588_0_0_0 = { (void*)1257, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Link_t4233491588_1_0_0 = { (void*)1257, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Enumerator_t3836401716_0_0_0 = { (void*)1258, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Enumerator_t3836401716_1_0_0 = { (void*)1258, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass HashSet_1_t3048983639_GenericClass = { 1256, { &GenInst_Enumerator_t3836401716_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType HashSet_1_t3048983639_0_0_0 = { &HashSet_1_t3048983639_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType HashSet_1_t3048983639_0_0_1 = { &HashSet_1_t3048983639_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerator_t3836401716_gp_0_0_0_0 = { (void*)128, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Enumerator_t3836401716_gp_0_0_0_1 = { (void*)128, 1, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t621637337_GenericClass = { 25, { &GenInst_Enumerator_t3836401716_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t621637337_0_0_2 = { &IEnumerator_1_t621637337_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t621637337_0_0_0 = { &IEnumerator_1_t621637337_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PrimeHelper_t2385147435_0_0_0 = { (void*)1259, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PrimeHelper_t2385147435_1_0_0 = { (void*)1259, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass PrimeHelper_t3519620836_GenericClass = { 1259, { &GenInst_PrimeHelper_t2385147435_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType PrimeHelper_t3519620836_0_0_0 = { &PrimeHelper_t3519620836_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType PrimeHelper_t2385147435_gp_0_0_0_0 = { (void*)129, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t4219172240_GenericClass = { 49, { &GenInst_HashSet_1_t743387557_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t4219172240_0_0_0 = { &ICollection_1_t4219172240_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t370872895_GenericClass = { 29, { &GenInst_HashSet_1_t743387557_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t370872895_0_0_1 = { &IEnumerable_1_t370872895_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t370872895_0_0_0 = { &IEnumerable_1_t370872895_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t3855759638_GenericClass = { 168, { &GenInst_HashSet_1_t743387557_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t3855759638_0_0_0 = { &EqualityComparer_1_t3855759638_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass PrimeHelper_t1877860958_GenericClass = { 1259, { &GenInst_HashSet_1_t743387557_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType PrimeHelper_t1877860958_0_0_0 = { &PrimeHelper_t1877860958_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Check_t192468399_0_0_0 = { (void*)1260, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Check_t192468399_1_0_0 = { (void*)1260, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Enumerable_t538148348_0_0_0 = { (void*)1261, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Enumerable_t538148348_1_0_0 = { (void*)1261, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass IEnumerable_1_t571678483_GenericClass = { 29, { &GenInst_Enumerable_Any_m909622116_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t571678483_0_0_0 = { &IEnumerable_1_t571678483_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerable_Any_m909622116_gp_0_0_0_0 = { (void*)131, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t125010532_GenericClass = { 49, { &GenInst_Enumerable_Any_m909622116_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t125010532_0_0_0 = { &ICollection_1_t125010532_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t571678484_GenericClass = { 29, { &GenInst_Enumerable_Any_m1084009618_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t571678484_0_0_0 = { &IEnumerable_1_t571678484_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerable_Any_m1084009618_gp_0_0_0_0 = { (void*)132, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Func_2_t244591249_GenericClass = { 1271, { &GenInst_Enumerable_Any_m1084009618_gp_0_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t244591249_0_0_0 = { &Func_2_t244591249_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2024396062_GenericClass = { 25, { &GenInst_Enumerable_Any_m1084009618_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2024396062_0_0_0 = { &IEnumerator_1_t2024396062_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3500371434_GenericClass = { 29, { &GenInst_Enumerable_Single_m2335488605_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3500371434_0_0_0 = { &IEnumerable_1_t3500371434_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerable_Single_m2335488605_gp_0_0_0_0 = { (void*)133, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Func_2_t937536126_GenericClass = { 1271, { &GenInst_Enumerable_Single_m2335488605_gp_0_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t937536126_0_0_0 = { &Func_2_t937536126_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Fallback_t3495999270_0_0_0 = { (void*)1262, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Fallback_t3495999270_1_0_0 = { (void*)1262, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Fallback_t3495999270_0_0_32854 = { (void*)1262, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t658121717_GenericClass = { 25, { &GenInst_Enumerable_Single_m2335488605_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t658121717_0_0_0 = { &IEnumerator_1_t658121717_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1016918148_GenericClass = { 29, { &GenInst_Enumerable_SingleOrDefault_m3552554315_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1016918148_0_0_0 = { &IEnumerable_1_t1016918148_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerable_SingleOrDefault_m3552554315_gp_0_0_0_0 = { (void*)134, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Func_2_t3713914940_GenericClass = { 1271, { &GenInst_Enumerable_SingleOrDefault_m3552554315_gp_0_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t3713914940_0_0_0 = { &Func_2_t3713914940_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t2995166628_GenericClass = { 29, { &GenInst_Enumerable_Where_m264777709_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t2995166628_0_0_0 = { &IEnumerable_1_t2995166628_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerable_Where_m264777709_gp_0_0_0_0 = { (void*)135, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Func_2_t756232860_GenericClass = { 1271, { &GenInst_Enumerable_Where_m264777709_gp_0_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t756232860_0_0_0 = { &Func_2_t756232860_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t3285341507_GenericClass = { 29, { &GenInst_Enumerable_CreateWhereIterator_m1255112735_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t3285341507_0_0_0 = { &IEnumerable_1_t3285341507_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Enumerable_CreateWhereIterator_m1255112735_gp_0_0_0_0 = { (void*)136, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass Func_2_t2555504033_GenericClass = { 1271, { &GenInst_Enumerable_CreateWhereIterator_m1255112735_gp_0_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t2555504033_0_0_0 = { &Func_2_t2555504033_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass U3CCreateWhereIteratorU3Ec__Iterator1D_1_t1455512287_GenericClass = { 1263, { &GenInst_Enumerable_CreateWhereIterator_m1255112735_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType U3CCreateWhereIteratorU3Ec__Iterator1D_1_t1455512287_0_0_0 = { &U3CCreateWhereIteratorU3Ec__Iterator1D_1_t1455512287_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_0_0_0 = { (void*)1263, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_1_0_0 = { (void*)1263, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_gp_0_0_0_0 = { (void*)137, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_gp_0_0_0_3 = { (void*)137, 3, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t2025843605_GenericClass = { 25, { &GenInst_U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t2025843605_0_0_0 = { &IEnumerator_1_t2025843605_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t2025843605_0_0_3 = { &IEnumerator_1_t2025843605_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerator_1_t2025843605_0_0_4 = { &IEnumerator_1_t2025843605_GenericClass, 4, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t573126026_GenericClass = { 29, { &GenInst_U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t573126026_0_0_3 = { &IEnumerable_1_t573126026_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t573126026_0_0_0 = { &IEnumerable_1_t573126026_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Func_2_t266776670_GenericClass = { 1271, { &GenInst_U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_gp_0_0_0_0_Boolean_t97287965_0_0_0, NULL }, NULL };
extern const RuntimeType Func_2_t266776670_0_0_3 = { &Func_2_t266776670_GenericClass, 3, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass U3CCreateWhereIteratorU3Ec__Iterator1D_1_t3038264102_GenericClass = { 1263, { &GenInst_U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType U3CCreateWhereIteratorU3Ec__Iterator1D_1_t3038264102_0_0_0 = { &U3CCreateWhereIteratorU3Ec__Iterator1D_1_t3038264102_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Aes_t1218282760_0_0_0 = { (void*)1264, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Aes_t1218282760_1_0_0 = { (void*)1264, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AesManaged_t1129950597_0_0_0 = { (void*)1265, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AesManaged_t1129950597_1_0_0 = { (void*)1265, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AesTransform_t2957123611_0_0_0 = { (void*)1266, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AesTransform_t2957123611_1_0_0 = { (void*)1266, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Action_t1264377477_0_0_0 = { (void*)1267, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Action_t1264377477_1_0_0 = { (void*)1267, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Action_t1264377477_0_0_17 = { (void*)1267, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Action_t1264377477_0_0_19 = { (void*)1267, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Action_2_t2601122981_0_0_0 = { (void*)1268, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Action_2_t2601122981_1_0_0 = { (void*)1268, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Action_2_t2601122981_gp_0_0_0_0 = { (void*)138, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Action_2_t2601122981_gp_1_0_0_0 = { (void*)139, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Action_3_t1035039040_0_0_0 = { (void*)1269, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Action_3_t1035039040_1_0_0 = { (void*)1269, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Action_3_t1035039040_gp_0_0_0_0 = { (void*)140, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Action_3_t1035039040_gp_1_0_0_0 = { (void*)141, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Action_3_t1035039040_gp_2_0_0_0 = { (void*)142, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Func_1_t3398527394_0_0_0 = { (void*)1270, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Func_1_t3398527394_1_0_0 = { (void*)1270, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Func_1_t3398527394_gp_0_0_0_0 = { (void*)143, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Func_2_t3398527397_0_0_0 = { (void*)1271, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Func_2_t3398527397_1_0_0 = { (void*)1271, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Func_2_t3398527397_gp_0_0_0_0 = { (void*)144, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Func_2_t3398527397_gp_1_0_0_0 = { (void*)145, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Func_3_t3398527396_0_0_0 = { (void*)1272, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Func_3_t3398527396_1_0_0 = { (void*)1272, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Func_3_t3398527396_gp_0_0_0_0 = { (void*)146, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Func_3_t3398527396_gp_1_0_0_0 = { (void*)147, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType Func_3_t3398527396_gp_2_0_0_0 = { (void*)148, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255364_0_0_0 = { (void*)1273, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255364_1_0_0 = { (void*)1273, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU24136_t1950429486_0_0_275 = { (void*)1274, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24136_t1950429486_0_0_0 = { (void*)1274, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24136_t1950429486_1_0_0 = { (void*)1274, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU24120_t4289081652_0_0_275 = { (void*)1275, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24120_t4289081652_0_0_0 = { (void*)1275, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24120_t4289081652_1_0_0 = { (void*)1275, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU24256_t1929481984_0_0_275 = { (void*)1276, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24256_t1929481984_0_0_0 = { (void*)1276, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU24256_t1929481984_1_0_0 = { (void*)1276, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU241024_t3907531058_0_0_275 = { (void*)1277, 275, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU241024_t3907531058_0_0_0 = { (void*)1277, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU241024_t3907531058_1_0_0 = { (void*)1277, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745529_0_0_0 = { (void*)1278, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745529_1_0_0 = { (void*)1278, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UsedByNativeCodeAttribute_t1703770351_0_0_0 = { (void*)1279, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UsedByNativeCodeAttribute_t1703770351_1_0_0 = { (void*)1279, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RequiredByNativeCodeAttribute_t4130846357_0_0_0 = { (void*)1280, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RequiredByNativeCodeAttribute_t4130846357_1_0_0 = { (void*)1280, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GeneratedByOldBindingsGeneratorAttribute_t433318409_0_0_0 = { (void*)1281, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GeneratedByOldBindingsGeneratorAttribute_t433318409_1_0_0 = { (void*)1281, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssetFileNameExtensionAttribute_t1361241164_0_0_0 = { (void*)1282, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssetFileNameExtensionAttribute_t1361241164_1_0_0 = { (void*)1282, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ThreadAndSerializationSafeAttribute_t363116225_0_0_0 = { (void*)1283, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ThreadAndSerializationSafeAttribute_t363116225_1_0_0 = { (void*)1283, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WritableAttribute_t812406054_0_0_0 = { (void*)1284, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WritableAttribute_t812406054_1_0_0 = { (void*)1284, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityEngineModuleAssembly_t2421846737_0_0_0 = { (void*)1285, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityEngineModuleAssembly_t2421846737_1_0_0 = { (void*)1285, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeClassAttribute_t2601352714_0_0_0 = { (void*)1286, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeClassAttribute_t2601352714_1_0_0 = { (void*)1286, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType VisibleToOtherModulesAttribute_t1429630568_0_0_0 = { (void*)1287, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType VisibleToOtherModulesAttribute_t1429630568_1_0_0 = { (void*)1287, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IBindingsAttribute_t1186399881_0_0_0 = { (void*)1288, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsAttribute_t1186399881_1_0_0 = { (void*)1288, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IBindingsAttribute_t1186399881_0_0_1 = { (void*)1288, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsAttribute_t1186399881_0_0_4 = { (void*)1288, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsAttribute_t1186399881_0_0_2 = { (void*)1288, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsNameProviderAttribute_t1080787199_0_0_0 = { (void*)1289, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsNameProviderAttribute_t1080787199_1_0_0 = { (void*)1289, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IBindingsHeaderProviderAttribute_t966304535_0_0_0 = { (void*)1290, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsHeaderProviderAttribute_t966304535_1_0_0 = { (void*)1290, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IBindingsIsThreadSafeProviderAttribute_t3527649474_0_0_0 = { (void*)1291, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsIsThreadSafeProviderAttribute_t3527649474_1_0_0 = { (void*)1291, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IBindingsIsThreadSafeProviderAttribute_t3527649474_0_0_1 = { (void*)1291, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsIsFreeFunctionProviderAttribute_t2814758573_0_0_0 = { (void*)1292, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsIsFreeFunctionProviderAttribute_t2814758573_1_0_0 = { (void*)1292, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IBindingsIsFreeFunctionProviderAttribute_t2814758573_0_0_2 = { (void*)1292, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsThrowsProviderAttribute_t1742134354_0_0_0 = { (void*)1293, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsThrowsProviderAttribute_t1742134354_1_0_0 = { (void*)1293, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IBindingsThrowsProviderAttribute_t1742134354_0_0_3 = { (void*)1293, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsGenerateMarshallingTypeAttribute_t329984901_0_0_0 = { (void*)1294, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IBindingsGenerateMarshallingTypeAttribute_t329984901_1_0_0 = { (void*)1294, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IBindingsGenerateMarshallingTypeAttribute_t329984901_0_0_1 = { (void*)1294, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeConditionalAttribute_t2439539374_0_0_0 = { (void*)1295, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeConditionalAttribute_t2439539374_1_0_0 = { (void*)1295, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeHeaderAttribute_t5261382_0_0_0 = { (void*)1296, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeHeaderAttribute_t5261382_1_0_0 = { (void*)1296, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeNameAttribute_t3268151526_0_0_0 = { (void*)1297, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeNameAttribute_t3268151526_1_0_0 = { (void*)1297, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeMethodAttribute_t4187428193_0_0_0 = { (void*)1298, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeMethodAttribute_t4187428193_1_0_0 = { (void*)1298, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TargetType_t2370014154_0_0_0 = { (void*)1299, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TargetType_t2370014154_1_0_0 = { (void*)1299, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TargetType_t2370014154_0_0_32854 = { (void*)1299, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TargetType_t2370014154_0_0_1 = { (void*)1299, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType NativePropertyAttribute_t1305929258_0_0_0 = { (void*)1300, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativePropertyAttribute_t1305929258_1_0_0 = { (void*)1300, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CodegenOptions_t498890944_0_0_0 = { (void*)1301, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CodegenOptions_t498890944_1_0_0 = { (void*)1301, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CodegenOptions_t498890944_0_0_32854 = { (void*)1301, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CodegenOptions_t498890944_0_0_1 = { (void*)1301, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType NativeTypeAttribute_t2250406315_0_0_0 = { (void*)1302, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeTypeAttribute_t2250406315_1_0_0 = { (void*)1302, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NotNullAttribute_t1114947401_0_0_0 = { (void*)1303, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NotNullAttribute_t1114947401_1_0_0 = { (void*)1303, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnmarshalledAttribute_t1517743549_0_0_0 = { (void*)1304, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnmarshalledAttribute_t1517743549_1_0_0 = { (void*)1304, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FreeFunctionAttribute_t2020741617_0_0_0 = { (void*)1305, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FreeFunctionAttribute_t2020741617_1_0_0 = { (void*)1305, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ThreadSafeAttribute_t3376653515_0_0_0 = { (void*)1306, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ThreadSafeAttribute_t3376653515_1_0_0 = { (void*)1306, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StaticAccessorType_t186341701_0_0_0 = { (void*)1307, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StaticAccessorType_t186341701_1_0_0 = { (void*)1307, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType StaticAccessorType_t186341701_0_0_32854 = { (void*)1307, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StaticAccessorType_t186341701_0_0_1 = { (void*)1307, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StaticAccessorAttribute_t2432663902_0_0_0 = { (void*)1308, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StaticAccessorAttribute_t2432663902_1_0_0 = { (void*)1308, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeThrowsAttribute_t1697526064_0_0_0 = { (void*)1309, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeThrowsAttribute_t1697526064_1_0_0 = { (void*)1309, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IgnoreAttribute_t1982719709_0_0_0 = { (void*)1310, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IgnoreAttribute_t1982719709_1_0_0 = { (void*)1310, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityString_t1423233093_0_0_0 = { (void*)1311, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityString_t1423233093_1_0_0 = { (void*)1311, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745530_0_0_0 = { (void*)1312, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745530_1_0_0 = { (void*)1312, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnimationCurve_t3046754366_0_0_0 = { (void*)1314, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnimationCurve_t3046754366_1_0_0 = { (void*)1314, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType KeyframeU5BU5D_t1068524471_0_0_0 = { (void*)&Keyframe_t4206410242_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Application_t1852185770_0_0_0 = { (void*)1315, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Application_t1852185770_1_0_0 = { (void*)1315, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RuntimePlatform_t4159857903_0_0_0 = { (void*)1330, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RuntimePlatform_t4159857903_1_0_0 = { (void*)1330, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RuntimePlatform_t4159857903_0_0_32854 = { (void*)1330, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LogType_t73765434_0_0_0 = { (void*)1331, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LogType_t73765434_1_0_0 = { (void*)1331, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LogType_t73765434_0_0_32854 = { (void*)1331, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LogType_t73765434_0_0_1 = { (void*)1331, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LowMemoryCallback_t4104246196_0_0_17 = { (void*)1316, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LowMemoryCallback_t4104246196_0_0_0 = { (void*)1316, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LowMemoryCallback_t4104246196_1_0_0 = { (void*)1316, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LogCallback_t3588208630_0_0_17 = { (void*)1317, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LogCallback_t3588208630_0_0_0 = { (void*)1317, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LogCallback_t3588208630_1_0_0 = { (void*)1317, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType YieldInstruction_t403091072_0_0_0 = { (void*)1612, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType YieldInstruction_t403091072_1_0_0 = { (void*)1612, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AttributeHelperEngine_t2735742303_0_0_0 = { (void*)1319, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AttributeHelperEngine_t2735742303_1_0_0 = { (void*)1319, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AttributeHelperEngine_GetCustomAttributeOfType_m3435288294_gp_0_0_0_0 = { (void*)149, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType DisallowMultipleComponentU5BU5D_t3936143868_0_0_22 = { (void*)&DisallowMultipleComponent_t1422053217_0_0_0, 22, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType DisallowMultipleComponentU5BU5D_t3936143868_0_0_0 = { (void*)&DisallowMultipleComponent_t1422053217_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ExecuteInEditModeU5BU5D_t3239458680_0_0_22 = { (void*)&ExecuteInEditMode_t3727731349_0_0_0, 22, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ExecuteInEditModeU5BU5D_t3239458680_0_0_0 = { (void*)&ExecuteInEditMode_t3727731349_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType RequireComponentU5BU5D_t2245623724_0_0_22 = { (void*)&RequireComponent_t3490506609_0_0_0, 22, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType RequireComponentU5BU5D_t2245623724_0_0_0 = { (void*)&RequireComponent_t3490506609_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType AddComponentMenu_t415040132_0_0_0 = { (void*)1322, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AddComponentMenu_t415040132_1_0_0 = { (void*)1322, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContextMenu_t1295656858_0_0_0 = { (void*)1323, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContextMenu_t1295656858_1_0_0 = { (void*)1323, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AssemblyIsEditorAssembly_t3442416807_0_0_0 = { (void*)1326, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AssemblyIsEditorAssembly_t3442416807_1_0_0 = { (void*)1326, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExcludeFromPresetAttribute_t3751627762_0_0_0 = { (void*)1327, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExcludeFromPresetAttribute_t3751627762_1_0_0 = { (void*)1327, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SendMessageOptions_t3580193095_0_0_0 = { (void*)1328, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SendMessageOptions_t3580193095_1_0_0 = { (void*)1328, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SendMessageOptions_t3580193095_0_0_32854 = { (void*)1328, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Space_t654135784_0_0_0 = { (void*)1329, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Space_t654135784_1_0_0 = { (void*)1329, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Space_t654135784_0_0_32854 = { (void*)1329, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType BeforeRenderHelper_t1336903776_0_0_0 = { (void*)1332, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BeforeRenderHelper_t1336903776_1_0_0 = { (void*)1332, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BootConfigData_t3818279794_0_0_0 = { (void*)1335, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BootConfigData_t3818279794_1_0_0 = { (void*)1335, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CameraClearFlags_t2362496923_0_0_0 = { (void*)1371, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CameraClearFlags_t2362496923_1_0_0 = { (void*)1371, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CameraClearFlags_t2362496923_0_0_32854 = { (void*)1371, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTexture_t2108887433_0_0_0 = { (void*)1572, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RenderTexture_t2108887433_1_0_0 = { (void*)1572, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MonoOrStereoscopicEye_t647613870_0_0_0 = { (void*)1338, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MonoOrStereoscopicEye_t647613870_1_0_0 = { (void*)1338, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MonoOrStereoscopicEye_t647613870_0_0_32854 = { (void*)1338, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CameraU5BU5D_t1709987734_0_0_2 = { (void*)&Camera_t4157153871_0_0_0, 2, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CameraU5BU5D_t1709987734_0_0_0 = { (void*)&Camera_t4157153871_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CameraU5BU5D_t1709987734_0_0_17 = { (void*)&Camera_t4157153871_0_0_0, 17, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CameraCallback_t190067161_0_0_22 = { (void*)1339, 22, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CameraCallback_t190067161_0_0_0 = { (void*)1339, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CameraCallback_t190067161_1_0_0 = { (void*)1339, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClassLibraryInitializer_t2339504045_0_0_0 = { (void*)1340, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClassLibraryInitializer_t2339504045_1_0_0 = { (void*)1340, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LowerResBlitTexture_t2609707774_0_0_0 = { (void*)1341, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LowerResBlitTexture_t2609707774_1_0_0 = { (void*)1341, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PreloadData_t3191880618_0_0_0 = { (void*)1342, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PreloadData_t3191880618_1_0_0 = { (void*)1342, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Component_GetComponent_m2807859972_gp_0_0_0_0 = { (void*)150, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Component_GetComponentInChildren_m3273082706_gp_0_0_0_0 = { (void*)151, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass List_1_t208348474_GenericClass = { 176, { &GenInst_Component_GetComponentsInChildren_m3005691398_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t208348474_0_0_0 = { &List_1_t208348474_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Component_GetComponentsInChildren_m3005691398_gp_0_0_0_0 = { (void*)152, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass List_1_t208348475_GenericClass = { 176, { &GenInst_Component_GetComponentsInChildren_m3101623672_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t208348475_0_0_0 = { &List_1_t208348475_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Component_GetComponentsInChildren_m3101623672_gp_0_0_0_0 = { (void*)153, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Component_GetComponentInParent_m4262071485_gp_0_0_0_0 = { (void*)154, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass List_1_t286945861_GenericClass = { 176, { &GenInst_Component_GetComponentsInParent_m3842274407_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t286945861_0_0_0 = { &List_1_t286945861_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Component_GetComponentsInParent_m3842274407_gp_0_0_0_0 = { (void*)155, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass List_1_t1994200778_GenericClass = { 176, { &GenInst_Component_GetComponents_m3761022274_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t1994200778_0_0_0 = { &List_1_t1994200778_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Component_GetComponents_m3761022274_gp_0_0_0_0 = { (void*)156, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t844731229_0_0_0 = { (void*)&Component_GetComponents_m3213858047_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Component_GetComponents_m3213858047_gp_0_0_0_0 = { (void*)157, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Coroutine_t3829159415_0_0_0 = { (void*)1346, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Coroutine_t3829159415_1_0_0 = { (void*)1346, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Coroutine_t3829159415_0_0_1 = { (void*)1346, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SetupCoroutine_t2062820429_0_0_0 = { (void*)1347, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SetupCoroutine_t2062820429_1_0_0 = { (void*)1347, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CullingGroupEvent_t1722745023_0_0_0 = { (void*)1348, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CullingGroupEvent_t1722745023_1_0_0 = { (void*)1348, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CullingGroup_t2096318768_0_0_0 = { (void*)1349, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CullingGroup_t2096318768_1_0_0 = { (void*)1349, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StateChanged_t2136737110_0_0_1 = { (void*)1350, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StateChanged_t2136737110_0_0_0 = { (void*)1350, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StateChanged_t2136737110_1_0_0 = { (void*)1350, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CursorLockMode_t2840764040_0_0_0 = { (void*)1351, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CursorLockMode_t2840764040_1_0_0 = { (void*)1351, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CursorLockMode_t2840764040_0_0_32854 = { (void*)1351, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Cursor_t1422555833_0_0_0 = { (void*)1352, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Cursor_t1422555833_1_0_0 = { (void*)1352, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CustomYieldInstruction_t1895667560_0_0_0 = { (void*)1353, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CustomYieldInstruction_t1895667560_1_0_0 = { (void*)1353, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DebugLogHandler_t826086171_0_0_0 = { (void*)1354, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DebugLogHandler_t826086171_1_0_0 = { (void*)1354, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ILogHandler_t2464711877_0_0_0 = { (void*)1651, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILogHandler_t2464711877_1_0_0 = { (void*)1651, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ILogHandler_t2464711877_0_0_1 = { (void*)1651, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Debug_t3317548046_0_0_0 = { (void*)1355, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Debug_t3317548046_1_0_0 = { (void*)1355, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ILogger_t2607134790_0_0_0 = { (void*)1650, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILogger_t2607134790_0_0_19 = { (void*)1650, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILogger_t2607134790_1_0_0 = { (void*)1650, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DisplayU5BU5D_t103034768_0_0_22 = { (void*)&Display_t1387065949_0_0_0, 22, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType DisplayU5BU5D_t103034768_0_0_0 = { (void*)&Display_t1387065949_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType DisplaysUpdatedDelegate_t51287044_0_0_17 = { (void*)1357, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DisplaysUpdatedDelegate_t51287044_0_0_0 = { (void*)1357, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DisplaysUpdatedDelegate_t51287044_1_0_0 = { (void*)1357, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExcludeFromObjectFactoryAttribute_t1303686376_0_0_0 = { (void*)1358, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExcludeFromObjectFactoryAttribute_t1303686376_1_0_0 = { (void*)1358, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FailedToLoadScriptObject_t547604379_0_0_0 = { (void*)1359, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FailedToLoadScriptObject_t547604379_1_0_0 = { (void*)1359, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GameObject_GetComponent_m4155692002_gp_0_0_0_0 = { (void*)158, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType GameObject_GetComponentInChildren_m2670866854_gp_0_0_0_0 = { (void*)159, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType GameObject_GetComponentInChildren_m806092864_gp_0_0_0_0 = { (void*)160, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3899470485_0_0_0 = { (void*)&GameObject_GetComponents_m416107012_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType GameObject_GetComponents_m416107012_gp_0_0_0_0 = { (void*)161, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass List_1_t2027859442_GenericClass = { 176, { &GenInst_GameObject_GetComponents_m965402322_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t2027859442_0_0_0 = { &List_1_t2027859442_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType GameObject_GetComponents_m965402322_gp_0_0_0_0 = { (void*)162, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass List_1_t242007138_GenericClass = { 176, { &GenInst_GameObject_GetComponentsInChildren_m740063143_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t242007138_0_0_0 = { &List_1_t242007138_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType GameObject_GetComponentsInChildren_m740063143_gp_0_0_0_0 = { (void*)163, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass List_1_t320604525_GenericClass = { 176, { &GenInst_GameObject_GetComponentsInParent_m823960623_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t320604525_0_0_0 = { &List_1_t320604525_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType GameObject_GetComponentsInParent_m823960623_gp_0_0_0_0 = { (void*)164, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType GameObject_AddComponent_m3361319759_gp_0_0_0_0 = { (void*)165, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Gradient_t3067099924_0_0_0 = { (void*)1361, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Gradient_t3067099924_1_0_0 = { (void*)1361, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Screen_t3860757715_0_0_0 = { (void*)1362, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Screen_t3860757715_1_0_0 = { (void*)1362, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NoAllocHelpers_t1437076930_0_0_0 = { (void*)1363, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NoAllocHelpers_t1437076930_1_0_0 = { (void*)1363, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass List_1_t2089117722_GenericClass = { 176, { &GenInst_NoAllocHelpers_SafeLength_m3904382575_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t2089117722_0_0_0 = { &List_1_t2089117722_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType NoAllocHelpers_SafeLength_m3904382575_gp_0_0_0_0 = { (void*)166, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType QualitySettings_t3101090599_0_0_0 = { (void*)1364, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType QualitySettings_t3101090599_1_0_0 = { (void*)1364, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ColorSpace_t3453996949_0_0_0 = { (void*)1373, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ColorSpace_t3453996949_1_0_0 = { (void*)1373, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ColorSpace_t3453996949_0_0_32854 = { (void*)1373, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Renderer_t2627027031_0_0_0 = { (void*)1365, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Renderer_t2627027031_1_0_0 = { (void*)1365, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Shader_t4151988712_0_0_0 = { (void*)1366, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Shader_t4151988712_1_0_0 = { (void*)1366, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Material_t340375123_0_0_0 = { (void*)1367, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Material_t340375123_1_0_0 = { (void*)1367, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Material_t340375123_0_0_20 = { (void*)1367, 20, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Material_t340375123_0_0_4 = { (void*)1367, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Material_t340375123_0_0_129 = { (void*)1367, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Material_t340375123_0_0_132 = { (void*)1367, 132, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Material_t340375123_0_0_6 = { (void*)1367, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Texture_t3661962703_0_0_0 = { (void*)1567, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Texture_t3661962703_1_0_0 = { (void*)1567, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Texture_t3661962703_0_0_1 = { (void*)1567, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MeshFilter_t3523625662_0_0_0 = { (void*)1368, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MeshFilter_t3523625662_1_0_0 = { (void*)1368, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LightmapBakeType_t1497855756_0_0_0 = { (void*)1369, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LightmapBakeType_t1497855756_1_0_0 = { (void*)1369, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LightmapBakeType_t1497855756_0_0_32854 = { (void*)1369, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LightmapBakeType_t1497855756_0_0_1 = { (void*)1369, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MixedLightingMode_t270503864_0_0_0 = { (void*)1370, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MixedLightingMode_t270503864_1_0_0 = { (void*)1370, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MixedLightingMode_t270503864_0_0_32854 = { (void*)1370, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MeshTopology_t838400051_0_0_0 = { (void*)1372, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MeshTopology_t838400051_1_0_0 = { (void*)1372, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MeshTopology_t838400051_0_0_32854 = { (void*)1372, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextureWrapMode_t584250749_0_0_0 = { (void*)1374, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextureWrapMode_t584250749_1_0_0 = { (void*)1374, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TextureWrapMode_t584250749_0_0_32854 = { (void*)1374, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextureFormat_t2701165832_0_0_0 = { (void*)1375, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextureFormat_t2701165832_1_0_0 = { (void*)1375, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TextureFormat_t2701165832_0_0_32854 = { (void*)1375, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureFormat_t962350765_0_0_0 = { (void*)1376, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureFormat_t962350765_1_0_0 = { (void*)1376, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RenderTextureFormat_t962350765_0_0_32854 = { (void*)1376, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureFormat_t962350765_0_0_1 = { (void*)1376, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType VRTextureUsage_t3142149582_0_0_0 = { (void*)1377, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType VRTextureUsage_t3142149582_1_0_0 = { (void*)1377, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType VRTextureUsage_t3142149582_0_0_32854 = { (void*)1377, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType VRTextureUsage_t3142149582_0_0_1 = { (void*)1377, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureCreationFlags_t557679221_0_0_0 = { (void*)1378, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureCreationFlags_t557679221_1_0_0 = { (void*)1378, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RenderTextureCreationFlags_t557679221_0_0_32854 = { (void*)1378, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureCreationFlags_t557679221_0_0_1 = { (void*)1378, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureReadWrite_t1793271918_0_0_0 = { (void*)1379, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureReadWrite_t1793271918_1_0_0 = { (void*)1379, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RenderTextureReadWrite_t1793271918_0_0_32854 = { (void*)1379, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureMemoryless_t852891252_0_0_0 = { (void*)1380, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureMemoryless_t852891252_1_0_0 = { (void*)1380, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RenderTextureMemoryless_t852891252_0_0_32854 = { (void*)1380, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureMemoryless_t852891252_0_0_1 = { (void*)1380, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextureCreationFlags_t344152058_0_0_0 = { (void*)1381, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextureCreationFlags_t344152058_1_0_0 = { (void*)1381, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TextureCreationFlags_t344152058_0_0_32854 = { (void*)1381, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FormatUsage_t3480559675_0_0_0 = { (void*)1382, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FormatUsage_t3480559675_1_0_0 = { (void*)1382, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FormatUsage_t3480559675_0_0_32854 = { (void*)1382, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GraphicsFormat_t3787950389_0_0_0 = { (void*)1383, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GraphicsFormat_t3787950389_1_0_0 = { (void*)1383, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType GraphicsFormat_t3787950389_0_0_32854 = { (void*)1383, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LightmapsMode_t12202505_0_0_0 = { (void*)1384, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LightmapsMode_t12202505_1_0_0 = { (void*)1384, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LightmapsMode_t12202505_0_0_32854 = { (void*)1384, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LightmapsMode_t12202505_0_0_1 = { (void*)1384, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CompareFunction_t2171731108_0_0_0 = { (void*)1385, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CompareFunction_t2171731108_1_0_0 = { (void*)1385, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CompareFunction_t2171731108_0_0_32854 = { (void*)1385, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CompareFunction_t2171731108_0_0_6 = { (void*)1385, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ColorWriteMask_t4282245599_0_0_0 = { (void*)1386, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ColorWriteMask_t4282245599_1_0_0 = { (void*)1386, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ColorWriteMask_t4282245599_0_0_32854 = { (void*)1386, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ColorWriteMask_t4282245599_0_0_6 = { (void*)1386, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StencilOp_t3446174106_0_0_0 = { (void*)1387, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StencilOp_t3446174106_1_0_0 = { (void*)1387, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType StencilOp_t3446174106_0_0_32854 = { (void*)1387, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StencilOp_t3446174106_0_0_6 = { (void*)1387, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ShadowSamplingMode_t838715745_0_0_0 = { (void*)1388, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ShadowSamplingMode_t838715745_1_0_0 = { (void*)1388, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ShadowSamplingMode_t838715745_0_0_32854 = { (void*)1388, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ShadowSamplingMode_t838715745_0_0_1 = { (void*)1388, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextureDimension_t3933106086_0_0_0 = { (void*)1389, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextureDimension_t3933106086_1_0_0 = { (void*)1389, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TextureDimension_t3933106086_0_0_32854 = { (void*)1389, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextureDimension_t3933106086_0_0_1 = { (void*)1389, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GraphicsFormatUtility_t3491748452_0_0_0 = { (void*)1390, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GraphicsFormatUtility_t3491748452_1_0_0 = { (void*)1390, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MeshRenderer_t587009260_0_0_0 = { (void*)1391, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MeshRenderer_t587009260_1_0_0 = { (void*)1391, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUIElement_t3567083079_0_0_0 = { (void*)1393, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIElement_t3567083079_1_0_0 = { (void*)1393, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TouchScreenKeyboard_t731888065_0_0_0 = { (void*)1395, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TouchScreenKeyboard_t731888065_1_0_0 = { (void*)1395, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TouchScreenKeyboard_t731888065_0_0_6 = { (void*)1395, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TouchScreenKeyboard_t731888065_0_0_4 = { (void*)1395, 4, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Status_t785886969_0_0_0 = { (void*)1396, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Status_t785886969_1_0_0 = { (void*)1396, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Status_t785886969_0_0_32854 = { (void*)1396, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RangeInt_t2094684618_0_0_0 = { (void*)1548, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RangeInt_t2094684618_1_0_0 = { (void*)1548, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType KeyCode_t2599294277_0_0_0 = { (void*)1397, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType KeyCode_t2599294277_1_0_0 = { (void*)1397, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType KeyCode_t2599294277_0_0_32854 = { (void*)1397, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LayerMask_t3493934918_0_0_0 = { (void*)1398, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LayerMask_t3493934918_1_0_0 = { (void*)1398, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LayerMask_t3493934918_0_0_6 = { (void*)1398, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LayerMask_t3493934918_0_0_4 = { (void*)1398, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ManagedStreamHelpers_t1984295859_0_0_0 = { (void*)1399, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ManagedStreamHelpers_t1984295859_1_0_0 = { (void*)1399, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Mathf_t3464937446_0_0_0 = { (void*)1403, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Mathf_t3464937446_1_0_0 = { (void*)1403, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MathfInternal_t624072491_0_0_0 = { (void*)1404, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MathfInternal_t624072491_1_0_0 = { (void*)1404, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Mesh_t3648964284_0_0_0 = { (void*)1405, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Mesh_t3648964284_1_0_0 = { (void*)1405, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Mesh_t3648964284_0_0_148 = { (void*)1405, 148, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Mesh_t3648964284_0_0_132 = { (void*)1405, 132, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InternalShaderChannel_t300897861_0_0_0 = { (void*)1406, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InternalShaderChannel_t300897861_1_0_0 = { (void*)1406, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType InternalShaderChannel_t300897861_0_0_32854 = { (void*)1406, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InternalVertexChannelType_t299736786_0_0_0 = { (void*)1407, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InternalVertexChannelType_t299736786_1_0_0 = { (void*)1407, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType InternalVertexChannelType_t299736786_0_0_32854 = { (void*)1407, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1621417715_0_0_0 = { (void*)&Mesh_GetAllocArrayFromChannel_m2628993430_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Mesh_GetAllocArrayFromChannel_m2628993430_gp_0_0_0_0 = { (void*)167, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t1621417716_0_0_0 = { (void*)&Mesh_GetAllocArrayFromChannel_m2774808082_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Mesh_GetAllocArrayFromChannel_m2774808082_gp_0_0_0_0 = { (void*)168, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass List_1_t289314849_GenericClass = { 176, { &GenInst_Mesh_SetListForChannel_m4100805706_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t289314849_0_0_0 = { &List_1_t289314849_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Mesh_SetListForChannel_m4100805706_gp_0_0_0_0 = { (void*)169, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass List_1_t289314850_GenericClass = { 176, { &GenInst_Mesh_SetListForChannel_m1988271322_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t289314850_0_0_0 = { &List_1_t289314850_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Mesh_SetListForChannel_m1988271322_gp_0_0_0_0 = { (void*)170, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType Vector3U5BU5D_t1718750761_0_0_0 = { (void*)&Vector3_t3722313464_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Vector3U5BU5D_t1718750761_0_0_49 = { (void*)&Vector3_t3722313464_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Vector3U5BU5D_t1718750761_0_0_33 = { (void*)&Vector3_t3722313464_0_0_0, 33, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Vector3U5BU5D_t1718750761_0_0_1 = { (void*)&Vector3_t3722313464_0_0_0, 1, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Vector4U5BU5D_t934056436_0_0_0 = { (void*)&Vector4_t3319028937_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Vector2U5BU5D_t1457185986_0_0_0 = { (void*)&Vector2_t2156229523_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Vector2U5BU5D_t1457185986_0_0_49 = { (void*)&Vector2_t2156229523_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Color32U5BU5D_t3850468773_0_0_0 = { (void*)&Color32_t2600501292_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass List_1_t36016685_GenericClass = { 176, { &GenInst_Mesh_SetUvsImpl_m3478311143_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t36016685_0_0_0 = { &List_1_t36016685_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Mesh_SetUvsImpl_m3478311143_gp_0_0_0_0 = { (void*)171, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType ScriptingUtils_t2624832893_0_0_0 = { (void*)1408, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ScriptingUtils_t2624832893_1_0_0 = { (void*)1408, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SendMouseEvents_t3273302915_0_0_0 = { (void*)1410, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SendMouseEvents_t3273302915_1_0_0 = { (void*)1410, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HitInfoU5BU5D_t1685002053_0_0_49 = { (void*)&HitInfo_t3229609740_0_0_0, 49, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType HitInfoU5BU5D_t1685002053_0_0_0 = { (void*)&HitInfo_t3229609740_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Plane_t1000493321_0_0_0 = { (void*)1412, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Plane_t1000493321_1_0_0 = { (void*)1412, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Initialization_t2684106873_0_0_0 = { (void*)1413, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Initialization_t2684106873_1_0_0 = { (void*)1413, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlayerUpdateTime_t1948492203_0_0_0 = { (void*)1414, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayerUpdateTime_t1948492203_1_0_0 = { (void*)1414, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AsyncUploadTimeSlicedUpdate_t1101356410_0_0_0 = { (void*)1415, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AsyncUploadTimeSlicedUpdate_t1101356410_1_0_0 = { (void*)1415, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SynchronizeState_t3424594242_0_0_0 = { (void*)1416, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SynchronizeState_t3424594242_1_0_0 = { (void*)1416, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SynchronizeInputs_t3126754378_0_0_0 = { (void*)1417, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SynchronizeInputs_t3126754378_1_0_0 = { (void*)1417, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType XREarlyUpdate_t2529007752_0_0_0 = { (void*)1418, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType XREarlyUpdate_t2529007752_1_0_0 = { (void*)1418, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EarlyUpdate_t4141536149_0_0_0 = { (void*)1419, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EarlyUpdate_t4141536149_1_0_0 = { (void*)1419, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PollPlayerConnection_t3938037114_0_0_0 = { (void*)1420, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PollPlayerConnection_t3938037114_1_0_0 = { (void*)1420, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ProfilerStartFrame_t762310541_0_0_0 = { (void*)1421, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ProfilerStartFrame_t762310541_1_0_0 = { (void*)1421, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PollHtcsPlayerConnection_t1786573189_0_0_0 = { (void*)1422, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PollHtcsPlayerConnection_t1786573189_1_0_0 = { (void*)1422, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType GpuTimestamp_t3317708080_0_0_0 = { (void*)1423, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GpuTimestamp_t3317708080_1_0_0 = { (void*)1423, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UnityConnectClientUpdate_t1837874547_0_0_0 = { (void*)1424, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnityConnectClientUpdate_t1837874547_1_0_0 = { (void*)1424, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CloudWebServicesUpdate_t1940742145_0_0_0 = { (void*)1425, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CloudWebServicesUpdate_t1940742145_1_0_0 = { (void*)1425, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UnityWebRequestUpdate_t435214142_0_0_0 = { (void*)1426, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnityWebRequestUpdate_t435214142_1_0_0 = { (void*)1426, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateStreamingManager_t74786018_0_0_0 = { (void*)1427, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateStreamingManager_t74786018_1_0_0 = { (void*)1427, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ExecuteMainThreadJobs_t460916326_0_0_0 = { (void*)1428, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ExecuteMainThreadJobs_t460916326_1_0_0 = { (void*)1428, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ProcessMouseInWindow_t3697240858_0_0_0 = { (void*)1429, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ProcessMouseInWindow_t3697240858_1_0_0 = { (void*)1429, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ClearIntermediateRenderers_t1003550968_0_0_0 = { (void*)1430, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ClearIntermediateRenderers_t1003550968_1_0_0 = { (void*)1430, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ClearLines_t2324646809_0_0_0 = { (void*)1431, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ClearLines_t2324646809_1_0_0 = { (void*)1431, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PresentBeforeUpdate_t1446628141_0_0_0 = { (void*)1432, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PresentBeforeUpdate_t1446628141_1_0_0 = { (void*)1432, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ResetFrameStatsAfterPresent_t966245239_0_0_0 = { (void*)1433, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ResetFrameStatsAfterPresent_t966245239_1_0_0 = { (void*)1433, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateAllUnityWebStreams_t3349089076_0_0_0 = { (void*)1434, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateAllUnityWebStreams_t3349089076_1_0_0 = { (void*)1434, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateAsyncReadbackManager_t270428141_0_0_0 = { (void*)1435, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateAsyncReadbackManager_t270428141_1_0_0 = { (void*)1435, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateTextureStreamingManager_t3443027046_0_0_0 = { (void*)1436, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateTextureStreamingManager_t3443027046_1_0_0 = { (void*)1436, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdatePreloading_t2620169684_0_0_0 = { (void*)1437, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdatePreloading_t2620169684_1_0_0 = { (void*)1437, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RendererNotifyInvisible_t601878339_0_0_0 = { (void*)1438, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RendererNotifyInvisible_t601878339_1_0_0 = { (void*)1438, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlayerCleanupCachedData_t1855064291_0_0_0 = { (void*)1439, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayerCleanupCachedData_t1855064291_1_0_0 = { (void*)1439, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateMainGameViewRect_t2120437500_0_0_0 = { (void*)1440, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateMainGameViewRect_t2120437500_1_0_0 = { (void*)1440, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateCanvasRectTransform_t2609744349_0_0_0 = { (void*)1441, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateCanvasRectTransform_t2609744349_1_0_0 = { (void*)1441, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateInputManager_t2370107626_0_0_0 = { (void*)1442, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateInputManager_t2370107626_1_0_0 = { (void*)1442, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ProcessRemoteInput_t950001846_0_0_0 = { (void*)1443, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ProcessRemoteInput_t950001846_1_0_0 = { (void*)1443, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType XRUpdate_t580684219_0_0_0 = { (void*)1444, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType XRUpdate_t580684219_1_0_0 = { (void*)1444, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ScriptRunDelayedStartupFrame_t1717816565_0_0_0 = { (void*)1445, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScriptRunDelayedStartupFrame_t1717816565_1_0_0 = { (void*)1445, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateKinect_t3392953923_0_0_0 = { (void*)1446, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateKinect_t3392953923_1_0_0 = { (void*)1446, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DeliverIosPlatformEvents_t1576278647_0_0_0 = { (void*)1447, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DeliverIosPlatformEvents_t1576278647_1_0_0 = { (void*)1447, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DispatchEventQueueEvents_t929081739_0_0_0 = { (void*)1448, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DispatchEventQueueEvents_t929081739_1_0_0 = { (void*)1448, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DirectorSampleTime_t115137244_0_0_0 = { (void*)1449, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DirectorSampleTime_t115137244_1_0_0 = { (void*)1449, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PhysicsResetInterpolatedTransformPosition_t4228954803_0_0_0 = { (void*)1450, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PhysicsResetInterpolatedTransformPosition_t4228954803_1_0_0 = { (void*)1450, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SpriteAtlasManagerUpdate_t2882383376_0_0_0 = { (void*)1451, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SpriteAtlasManagerUpdate_t2882383376_1_0_0 = { (void*)1451, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TangoUpdate_t85607497_0_0_0 = { (void*)1452, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TangoUpdate_t85607497_1_0_0 = { (void*)1452, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PerformanceAnalyticsUpdate_t1497089951_0_0_0 = { (void*)1453, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PerformanceAnalyticsUpdate_t1497089951_1_0_0 = { (void*)1453, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FixedUpdate_t2729551173_0_0_0 = { (void*)1454, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FixedUpdate_t2729551173_1_0_0 = { (void*)1454, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ClearLines_t78737613_0_0_0 = { (void*)1455, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ClearLines_t78737613_1_0_0 = { (void*)1455, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DirectorFixedSampleTime_t1712077364_0_0_0 = { (void*)1456, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DirectorFixedSampleTime_t1712077364_1_0_0 = { (void*)1456, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AudioFixedUpdate_t3174230782_0_0_0 = { (void*)1457, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AudioFixedUpdate_t3174230782_1_0_0 = { (void*)1457, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ScriptRunBehaviourFixedUpdate_t2814082390_0_0_0 = { (void*)1458, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScriptRunBehaviourFixedUpdate_t2814082390_1_0_0 = { (void*)1458, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DirectorFixedUpdate_t303986765_0_0_0 = { (void*)1459, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DirectorFixedUpdate_t303986765_1_0_0 = { (void*)1459, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LegacyFixedAnimationUpdate_t457569808_0_0_0 = { (void*)1460, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LegacyFixedAnimationUpdate_t457569808_1_0_0 = { (void*)1460, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType XRFixedUpdate_t322762781_0_0_0 = { (void*)1461, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType XRFixedUpdate_t322762781_1_0_0 = { (void*)1461, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PhysicsFixedUpdate_t2503573795_0_0_0 = { (void*)1462, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PhysicsFixedUpdate_t2503573795_1_0_0 = { (void*)1462, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Physics2DFixedUpdate_t3234482501_0_0_0 = { (void*)1463, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Physics2DFixedUpdate_t3234482501_1_0_0 = { (void*)1463, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DirectorFixedUpdatePostPhysics_t1695763577_0_0_0 = { (void*)1464, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DirectorFixedUpdatePostPhysics_t1695763577_1_0_0 = { (void*)1464, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ScriptRunDelayedFixedFrameRate_t597857925_0_0_0 = { (void*)1465, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScriptRunDelayedFixedFrameRate_t597857925_1_0_0 = { (void*)1465, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType NewInputFixedUpdate_t2385650591_0_0_0 = { (void*)1466, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType NewInputFixedUpdate_t2385650591_1_0_0 = { (void*)1466, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PreUpdate_t1260694976_0_0_0 = { (void*)1467, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PreUpdate_t1260694976_1_0_0 = { (void*)1467, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PhysicsUpdate_t81124440_0_0_0 = { (void*)1468, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PhysicsUpdate_t81124440_1_0_0 = { (void*)1468, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Physics2DUpdate_t552651870_0_0_0 = { (void*)1469, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Physics2DUpdate_t552651870_1_0_0 = { (void*)1469, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CheckTexFieldInput_t4138810349_0_0_0 = { (void*)1470, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CheckTexFieldInput_t4138810349_1_0_0 = { (void*)1470, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType IMGUISendQueuedEvents_t65887646_0_0_0 = { (void*)1471, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType IMGUISendQueuedEvents_t65887646_1_0_0 = { (void*)1471, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SendMouseEvents_t3944192294_0_0_0 = { (void*)1472, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SendMouseEvents_t3944192294_1_0_0 = { (void*)1472, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AIUpdate_t2336814084_0_0_0 = { (void*)1473, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AIUpdate_t2336814084_1_0_0 = { (void*)1473, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType WindUpdate_t2266304656_0_0_0 = { (void*)1474, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType WindUpdate_t2266304656_1_0_0 = { (void*)1474, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateVideo_t1599856004_0_0_0 = { (void*)1475, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateVideo_t1599856004_1_0_0 = { (void*)1475, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType NewInputUpdate_t4285063962_0_0_0 = { (void*)1476, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType NewInputUpdate_t4285063962_1_0_0 = { (void*)1476, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Update_t723921334_0_0_0 = { (void*)1477, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Update_t723921334_1_0_0 = { (void*)1477, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ScriptRunBehaviourUpdate_t1852625933_0_0_0 = { (void*)1478, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScriptRunBehaviourUpdate_t1852625933_1_0_0 = { (void*)1478, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DirectorUpdate_t2427988364_0_0_0 = { (void*)1479, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DirectorUpdate_t2427988364_1_0_0 = { (void*)1479, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ScriptRunDelayedDynamicFrameRate_t3844766269_0_0_0 = { (void*)1480, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScriptRunDelayedDynamicFrameRate_t3844766269_1_0_0 = { (void*)1480, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ScriptRunDelayedTasks_t2042352011_0_0_0 = { (void*)1481, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScriptRunDelayedTasks_t2042352011_1_0_0 = { (void*)1481, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PreLateUpdate_t3194249939_0_0_0 = { (void*)1482, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PreLateUpdate_t3194249939_1_0_0 = { (void*)1482, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AIUpdatePostScript_t1991765663_0_0_0 = { (void*)1483, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AIUpdatePostScript_t1991765663_1_0_0 = { (void*)1483, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DirectorUpdateAnimationBegin_t3483220745_0_0_0 = { (void*)1484, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DirectorUpdateAnimationBegin_t3483220745_1_0_0 = { (void*)1484, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LegacyAnimationUpdate_t466524488_0_0_0 = { (void*)1485, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LegacyAnimationUpdate_t466524488_1_0_0 = { (void*)1485, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DirectorUpdateAnimationEnd_t3538632984_0_0_0 = { (void*)1486, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DirectorUpdateAnimationEnd_t3538632984_1_0_0 = { (void*)1486, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DirectorDeferredEvaluate_t3162759259_0_0_0 = { (void*)1487, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DirectorDeferredEvaluate_t3162759259_1_0_0 = { (void*)1487, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateNetworkManager_t3986463995_0_0_0 = { (void*)1488, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateNetworkManager_t3986463995_1_0_0 = { (void*)1488, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateMasterServerInterface_t2428268314_0_0_0 = { (void*)1489, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateMasterServerInterface_t2428268314_1_0_0 = { (void*)1489, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UNetUpdate_t4184253373_0_0_0 = { (void*)1490, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UNetUpdate_t4184253373_1_0_0 = { (void*)1490, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EndGraphicsJobsLate_t3823419272_0_0_0 = { (void*)1491, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EndGraphicsJobsLate_t3823419272_1_0_0 = { (void*)1491, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ParticleSystemBeginUpdateAll_t1600980369_0_0_0 = { (void*)1492, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ParticleSystemBeginUpdateAll_t1600980369_1_0_0 = { (void*)1492, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ScriptRunBehaviourLateUpdate_t2082815220_0_0_0 = { (void*)1493, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScriptRunBehaviourLateUpdate_t2082815220_1_0_0 = { (void*)1493, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ConstraintManagerUpdate_t4053002372_0_0_0 = { (void*)1494, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ConstraintManagerUpdate_t4053002372_1_0_0 = { (void*)1494, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PostLateUpdate_t2796323918_0_0_0 = { (void*)1495, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PostLateUpdate_t2796323918_1_0_0 = { (void*)1495, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlayerSendFrameStarted_t3968901418_0_0_0 = { (void*)1496, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayerSendFrameStarted_t3968901418_1_0_0 = { (void*)1496, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateRectTransform_t1757116547_0_0_0 = { (void*)1497, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateRectTransform_t1757116547_1_0_0 = { (void*)1497, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateCanvasRectTransform_t1832875547_0_0_0 = { (void*)1498, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateCanvasRectTransform_t1832875547_1_0_0 = { (void*)1498, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlayerUpdateCanvases_t4182350995_0_0_0 = { (void*)1499, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayerUpdateCanvases_t4182350995_1_0_0 = { (void*)1499, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateAudio_t3497553982_0_0_0 = { (void*)1500, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateAudio_t3497553982_1_0_0 = { (void*)1500, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateVideo_t1157864926_0_0_0 = { (void*)1501, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateVideo_t1157864926_1_0_0 = { (void*)1501, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DirectorLateUpdate_t457202392_0_0_0 = { (void*)1502, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DirectorLateUpdate_t457202392_1_0_0 = { (void*)1502, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ScriptRunDelayedDynamicFrameRate_t3251018792_0_0_0 = { (void*)1503, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScriptRunDelayedDynamicFrameRate_t3251018792_1_0_0 = { (void*)1503, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ParticlesLegacyUpdateAllParticleSystems_t554154943_0_0_0 = { (void*)1504, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ParticlesLegacyUpdateAllParticleSystems_t554154943_1_0_0 = { (void*)1504, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ParticleSystemEndUpdateAll_t2836077351_0_0_0 = { (void*)1505, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ParticleSystemEndUpdateAll_t2836077351_1_0_0 = { (void*)1505, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateSubstance_t2774222247_0_0_0 = { (void*)1506, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateSubstance_t2774222247_1_0_0 = { (void*)1506, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateCustomRenderTextures_t3703755979_0_0_0 = { (void*)1507, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateCustomRenderTextures_t3703755979_1_0_0 = { (void*)1507, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateAllRenderers_t4055013667_0_0_0 = { (void*)1508, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateAllRenderers_t4055013667_1_0_0 = { (void*)1508, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EnlightenRuntimeUpdate_t4260720146_0_0_0 = { (void*)1509, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EnlightenRuntimeUpdate_t4260720146_1_0_0 = { (void*)1509, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateAllSkinnedMeshes_t1333460471_0_0_0 = { (void*)1510, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateAllSkinnedMeshes_t1333460471_1_0_0 = { (void*)1510, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ProcessWebSendMessages_t2589893390_0_0_0 = { (void*)1511, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ProcessWebSendMessages_t2589893390_1_0_0 = { (void*)1511, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SortingGroupsUpdate_t3400410071_0_0_0 = { (void*)1512, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SortingGroupsUpdate_t3400410071_1_0_0 = { (void*)1512, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateVideoTextures_t2815897475_0_0_0 = { (void*)1513, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateVideoTextures_t2815897475_1_0_0 = { (void*)1513, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DirectorRenderImage_t101067038_0_0_0 = { (void*)1514, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DirectorRenderImage_t101067038_1_0_0 = { (void*)1514, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlayerEmitCanvasGeometry_t1638525882_0_0_0 = { (void*)1515, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayerEmitCanvasGeometry_t1638525882_1_0_0 = { (void*)1515, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FinishFrameRendering_t1554225360_0_0_0 = { (void*)1516, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FinishFrameRendering_t1554225360_1_0_0 = { (void*)1516, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType BatchModeUpdate_t2092978832_0_0_0 = { (void*)1517, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType BatchModeUpdate_t2092978832_1_0_0 = { (void*)1517, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlayerSendFrameComplete_t3284237406_0_0_0 = { (void*)1518, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayerSendFrameComplete_t3284237406_1_0_0 = { (void*)1518, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateCaptureScreenshot_t361950221_0_0_0 = { (void*)1519, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateCaptureScreenshot_t361950221_1_0_0 = { (void*)1519, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PresentAfterDraw_t3864494237_0_0_0 = { (void*)1520, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PresentAfterDraw_t3864494237_1_0_0 = { (void*)1520, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ClearImmediateRenderers_t365505584_0_0_0 = { (void*)1521, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ClearImmediateRenderers_t365505584_1_0_0 = { (void*)1521, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType XRPostPresent_t2124473652_0_0_0 = { (void*)1522, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType XRPostPresent_t2124473652_1_0_0 = { (void*)1522, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateResolution_t864018525_0_0_0 = { (void*)1523, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UpdateResolution_t864018525_1_0_0 = { (void*)1523, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType InputEndFrame_t4083110122_0_0_0 = { (void*)1524, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InputEndFrame_t4083110122_1_0_0 = { (void*)1524, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType GUIClearEvents_t3875064483_0_0_0 = { (void*)1525, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GUIClearEvents_t3875064483_1_0_0 = { (void*)1525, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ShaderHandleErrors_t2219336884_0_0_0 = { (void*)1526, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ShaderHandleErrors_t2219336884_1_0_0 = { (void*)1526, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ResetInputAxis_t866062302_0_0_0 = { (void*)1527, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ResetInputAxis_t866062302_1_0_0 = { (void*)1527, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ThreadedLoadingDebug_t53594427_0_0_0 = { (void*)1528, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ThreadedLoadingDebug_t53594427_1_0_0 = { (void*)1528, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ProfilerSynchronizeStats_t1082371934_0_0_0 = { (void*)1529, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ProfilerSynchronizeStats_t1082371934_1_0_0 = { (void*)1529, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MemoryFrameMaintenance_t1219312215_0_0_0 = { (void*)1530, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MemoryFrameMaintenance_t1219312215_1_0_0 = { (void*)1530, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ExecuteGameCenterCallbacks_t2005625669_0_0_0 = { (void*)1531, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ExecuteGameCenterCallbacks_t2005625669_1_0_0 = { (void*)1531, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ProfilerEndFrame_t852348665_0_0_0 = { (void*)1532, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ProfilerEndFrame_t852348665_1_0_0 = { (void*)1532, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlayerSendFramePostPresent_t1043377270_0_0_0 = { (void*)1533, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayerSendFramePostPresent_t1043377270_1_0_0 = { (void*)1533, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PhysicsSkinnedClothBeginUpdate_t2520621450_0_0_0 = { (void*)1534, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PhysicsSkinnedClothBeginUpdate_t2520621450_1_0_0 = { (void*)1534, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PhysicsSkinnedClothFinishUpdate_t2050201317_0_0_0 = { (void*)1535, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PhysicsSkinnedClothFinishUpdate_t2050201317_1_0_0 = { (void*)1535, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TriggerEndOfFrameCallbacks_t2165224221_0_0_0 = { (void*)1536, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerEndOfFrameCallbacks_t2165224221_1_0_0 = { (void*)1536, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlayerLoopSystemInternal_t2185485283_0_0_0 = { (void*)1537, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayerLoopSystemInternal_t2185485283_1_0_0 = { (void*)1537, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UpdateFunction_t377278577_0_0_6 = { (void*)1539, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UpdateFunction_t377278577_0_0_0 = { (void*)1539, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UpdateFunction_t377278577_1_0_0 = { (void*)1539, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PlayerLoopSystemU5BU5D_t1150299252_0_0_6 = { (void*)&PlayerLoopSystem_t105772105_0_0_0, 6, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType PropertyAttribute_t3677895545_0_0_0 = { (void*)1540, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PropertyAttribute_t3677895545_1_0_0 = { (void*)1540, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TooltipAttribute_t3957072629_0_0_0 = { (void*)1541, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TooltipAttribute_t3957072629_1_0_0 = { (void*)1541, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SpaceAttribute_t3956583069_0_0_0 = { (void*)1542, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SpaceAttribute_t3956583069_1_0_0 = { (void*)1542, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RangeAttribute_t3337244227_0_0_0 = { (void*)1543, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RangeAttribute_t3337244227_1_0_0 = { (void*)1543, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TextAreaAttribute_t3326046611_0_0_0 = { (void*)1544, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextAreaAttribute_t3326046611_1_0_0 = { (void*)1544, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PropertyNameUtils_t539849043_0_0_0 = { (void*)1545, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PropertyNameUtils_t539849043_1_0_0 = { (void*)1545, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Random_t635017412_0_0_0 = { (void*)1547, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Random_t635017412_1_0_0 = { (void*)1547, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ResourceRequest_t3109103591_0_0_0 = { (void*)1553, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ResourceRequest_t3109103591_1_0_0 = { (void*)1553, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Resources_t2942265397_0_0_0 = { (void*)1554, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Resources_t2942265397_1_0_0 = { (void*)1554, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Resources_GetBuiltinResource_m4048075863_gp_0_0_0_0 = { (void*)172, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType ScriptableObject_CreateInstance_m3798243879_gp_0_0_0_0 = { (void*)173, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType ScriptableRenderContext_t274343796_0_0_0 = { (void*)1556, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScriptableRenderContext_t274343796_1_0_0 = { (void*)1556, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SelectionBaseAttribute_t3493465804_0_0_0 = { (void*)1557, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SelectionBaseAttribute_t3493465804_1_0_0 = { (void*)1557, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SerializePrivateVariables_t3872960625_0_0_0 = { (void*)1558, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializePrivateVariables_t3872960625_1_0_0 = { (void*)1558, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SerializeField_t3286833614_0_0_0 = { (void*)1559, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SerializeField_t3286833614_1_0_0 = { (void*)1559, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PreferBinarySerialization_t2906007930_0_0_0 = { (void*)1560, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PreferBinarySerialization_t2906007930_1_0_0 = { (void*)1560, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SortingLayer_t2251519173_0_0_0 = { (void*)1562, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SortingLayer_t2251519173_1_0_0 = { (void*)1562, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType StackTraceUtility_t3465565809_0_0_0 = { (void*)1563, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StackTraceUtility_t3465565809_1_0_0 = { (void*)1563, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityException_t3598173660_0_0_0 = { (void*)1564, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityException_t3598173660_1_0_0 = { (void*)1564, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OperatingSystemFamily_t1868066375_0_0_0 = { (void*)1565, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OperatingSystemFamily_t1868066375_1_0_0 = { (void*)1565, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType OperatingSystemFamily_t1868066375_0_0_32854 = { (void*)1565, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SystemInfo_t3561985952_0_0_0 = { (void*)1566, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SystemInfo_t3561985952_1_0_0 = { (void*)1566, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Texture2D_t3840446185_0_0_0 = { (void*)1568, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Texture2D_t3840446185_1_0_0 = { (void*)1568, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Texture2D_t3840446185_0_0_20 = { (void*)1568, 20, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Texture3D_t1884131049_0_0_0 = { (void*)1570, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Texture3D_t1884131049_1_0_0 = { (void*)1570, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Texture2DArray_t4044506685_0_0_0 = { (void*)1571, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Texture2DArray_t4044506685_1_0_0 = { (void*)1571, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RenderTextureDescriptor_t1974534975_0_0_0 = { (void*)1573, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderTextureDescriptor_t1974534975_1_0_0 = { (void*)1573, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RenderTextureDescriptor_t1974534975_1_0_2 = { (void*)1573, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Time_t2420636075_0_0_0 = { (void*)1574, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Time_t2420636075_1_0_0 = { (void*)1574, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TrackedReference_t1199777556_0_0_0 = { (void*)1576, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TrackedReference_t1199777556_1_0_0 = { (void*)1576, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityAPICompatibilityVersionAttribute_t3842027601_0_0_0 = { (void*)1577, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityAPICompatibilityVersionAttribute_t3842027601_1_0_0 = { (void*)1577, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HideFlags_t4250555765_0_0_0 = { (void*)1578, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HideFlags_t4250555765_1_0_0 = { (void*)1578, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType HideFlags_t4250555765_0_0_32854 = { (void*)1578, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Object_Instantiate_m2104594782_gp_0_0_0_0 = { (void*)174, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType PersistentListenerMode_t232255230_0_0_0 = { (void*)1580, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PersistentListenerMode_t232255230_1_0_0 = { (void*)1580, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PersistentListenerMode_t232255230_0_0_32854 = { (void*)1580, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PersistentListenerMode_t232255230_0_0_1 = { (void*)1580, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ArgumentCache_t2187958399_0_0_0 = { (void*)1581, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ArgumentCache_t2187958399_1_0_0 = { (void*)1581, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ArgumentCache_t2187958399_0_0_1 = { (void*)1581, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseInvokableCall_ThrowOnInvalidArg_m900335854_gp_0_0_0_0 = { (void*)175, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType InvokableCall_t832123510_0_0_0 = { (void*)1583, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InvokableCall_t832123510_1_0_0 = { (void*)1583, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InvokableCall_1_t3865199217_0_0_0 = { (void*)1584, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InvokableCall_1_t3865199217_1_0_0 = { (void*)1584, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass UnityAction_1_t802700511_GenericClass = { 1596, { &GenInst_InvokableCall_1_t3865199217_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t802700511_0_0_0 = { &UnityAction_1_t802700511_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_1_t802700511_0_0_1 = { &UnityAction_1_t802700511_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType InvokableCall_1_t3865199217_gp_0_0_0_0 = { (void*)176, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType InvokableCall_2_t3865133681_0_0_0 = { (void*)1585, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InvokableCall_2_t3865133681_1_0_0 = { (void*)1585, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass UnityAction_2_t300839120_GenericClass = { 1598, { &GenInst_InvokableCall_2_t3865133681_gp_0_0_0_0_InvokableCall_2_t3865133681_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_2_t300839120_0_0_1 = { &UnityAction_2_t300839120_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_2_t300839120_0_0_0 = { &UnityAction_2_t300839120_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType InvokableCall_2_t3865133681_gp_0_0_0_0 = { (void*)177, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType InvokableCall_2_t3865133681_gp_1_0_0_0 = { (void*)178, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType InvokableCall_3_t3865068145_0_0_0 = { (void*)1586, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InvokableCall_3_t3865068145_1_0_0 = { (void*)1586, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass UnityAction_3_t148588884_GenericClass = { 1600, { &GenInst_InvokableCall_3_t3865068145_gp_0_0_0_0_InvokableCall_3_t3865068145_gp_1_0_0_0_InvokableCall_3_t3865068145_gp_2_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_3_t148588884_0_0_1 = { &UnityAction_3_t148588884_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_3_t148588884_0_0_0 = { &UnityAction_3_t148588884_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType InvokableCall_3_t3865068145_gp_0_0_0_0 = { (void*)179, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType InvokableCall_3_t3865068145_gp_1_0_0_0 = { (void*)180, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType InvokableCall_3_t3865068145_gp_2_0_0_0 = { (void*)181, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType InvokableCall_4_t3865002609_0_0_0 = { (void*)1587, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InvokableCall_4_t3865002609_1_0_0 = { (void*)1587, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass UnityAction_4_t3882611097_GenericClass = { 1602, { &GenInst_InvokableCall_4_t3865002609_gp_0_0_0_0_InvokableCall_4_t3865002609_gp_1_0_0_0_InvokableCall_4_t3865002609_gp_2_0_0_0_InvokableCall_4_t3865002609_gp_3_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_4_t3882611097_0_0_1 = { &UnityAction_4_t3882611097_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_4_t3882611097_0_0_0 = { &UnityAction_4_t3882611097_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType InvokableCall_4_t3865002609_gp_0_0_0_0 = { (void*)182, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType InvokableCall_4_t3865002609_gp_1_0_0_0 = { (void*)183, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType InvokableCall_4_t3865002609_gp_2_0_0_0 = { (void*)184, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType InvokableCall_4_t3865002609_gp_3_0_0_0 = { (void*)185, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass InvokableCall_1_t3918776686_GenericClass = { 1584, { &GenInst_CachedInvokableCall_1_t3153979999_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_1_t3918776686_0_0_0 = { &InvokableCall_1_t3918776686_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType CachedInvokableCall_1_t3153979999_gp_0_0_0_0 = { (void*)186, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType CachedInvokableCall_1_t3153979999_gp_0_0_0_33 = { (void*)186, 33, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityEventCallState_t3448586328_0_0_0 = { (void*)1589, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnityEventCallState_t3448586328_1_0_0 = { (void*)1589, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType UnityEventCallState_t3448586328_0_0_32854 = { (void*)1589, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnityEventCallState_t3448586328_0_0_1 = { (void*)1589, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UnityEventBase_t3960448221_0_0_0 = { (void*)1593, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityEventBase_t3960448221_1_0_0 = { (void*)1593, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PersistentCallGroup_t3050769227_0_0_0 = { (void*)1591, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PersistentCallGroup_t3050769227_1_0_0 = { (void*)1591, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PersistentCallGroup_t3050769227_0_0_1 = { (void*)1591, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InvokableCallList_t2498835369_0_0_0 = { (void*)1592, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType InvokableCallList_t2498835369_1_0_0 = { (void*)1592, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InvokableCallList_t2498835369_0_0_1 = { (void*)1592, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityEvent_t2581268647_0_0_0 = { (void*)1595, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityEvent_t2581268647_1_0_0 = { (void*)1595, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityAction_1_t1563376616_0_0_0 = { (void*)1596, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityAction_1_t1563376616_1_0_0 = { (void*)1596, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityAction_1_t1563376616_gp_0_0_0_0 = { (void*)187, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityEvent_1_t74220259_0_0_0 = { (void*)1597, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityEvent_1_t74220259_1_0_0 = { (void*)1597, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass UnityAction_1_t1306688849_GenericClass = { 1596, { &GenInst_UnityEvent_1_t74220259_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t1306688849_0_0_0 = { &UnityAction_1_t1306688849_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityEvent_1_t74220259_gp_0_0_0_0 = { (void*)188, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass UnityEvent_1_t1603512212_GenericClass = { 1597, { &GenInst_UnityEvent_1_t74220259_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType UnityEvent_1_t1603512212_0_0_0 = { &UnityEvent_1_t1603512212_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass InvokableCall_1_t839016946_GenericClass = { 1584, { &GenInst_UnityEvent_1_t74220259_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_1_t839016946_0_0_0 = { &InvokableCall_1_t839016946_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_2_t3519691752_0_0_0 = { (void*)1598, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityAction_2_t3519691752_1_0_0 = { (void*)1598, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityAction_2_t3519691752_gp_0_0_0_0 = { (void*)189, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityAction_2_t3519691752_gp_1_0_0_0 = { (void*)190, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityEvent_2_t477504786_0_0_0 = { (void*)1599, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityEvent_2_t477504786_1_0_0 = { (void*)1599, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityEvent_2_t477504786_gp_0_0_0_0 = { (void*)191, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityEvent_2_t477504786_gp_1_0_0_0 = { (void*)192, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass InvokableCall_2_t39947495_GenericClass = { 1585, { &GenInst_UnityEvent_2_t477504786_gp_0_0_0_0_UnityEvent_2_t477504786_gp_1_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_2_t39947495_0_0_0 = { &InvokableCall_2_t39947495_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_3_t1181039592_0_0_0 = { (void*)1600, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityAction_3_t1181039592_1_0_0 = { (void*)1600, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityAction_3_t1181039592_gp_0_0_0_0 = { (void*)193, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityAction_3_t1181039592_gp_1_0_0_0 = { (void*)194, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityAction_3_t1181039592_gp_2_0_0_0 = { (void*)195, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityEvent_3_t3206388141_0_0_0 = { (void*)1601, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityEvent_3_t3206388141_1_0_0 = { (void*)1601, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityEvent_3_t3206388141_gp_0_0_0_0 = { (void*)196, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityEvent_3_t3206388141_gp_1_0_0_0 = { (void*)197, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityEvent_3_t3206388141_gp_2_0_0_0 = { (void*)198, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass InvokableCall_3_t3505746873_GenericClass = { 1586, { &GenInst_UnityEvent_3_t3206388141_gp_0_0_0_0_UnityEvent_3_t3206388141_gp_1_0_0_0_UnityEvent_3_t3206388141_gp_2_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_3_t3505746873_0_0_0 = { &InvokableCall_3_t3505746873_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_4_t371735528_0_0_0 = { (void*)1602, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityAction_4_t371735528_1_0_0 = { (void*)1602, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityAction_4_t371735528_gp_0_0_0_0 = { (void*)199, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityAction_4_t371735528_gp_1_0_0_0 = { (void*)200, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityAction_4_t371735528_gp_2_0_0_0 = { (void*)201, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityAction_4_t371735528_gp_3_0_0_0 = { (void*)202, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityEvent_4_t3609672668_0_0_0 = { (void*)1603, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityEvent_4_t3609672668_1_0_0 = { (void*)1603, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityEvent_4_t3609672668_gp_0_0_0_0 = { (void*)203, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityEvent_4_t3609672668_gp_1_0_0_0 = { (void*)204, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityEvent_4_t3609672668_gp_2_0_0_0 = { (void*)205, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType UnityEvent_4_t3609672668_gp_3_0_0_0 = { (void*)206, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass InvokableCall_4_t3420349028_GenericClass = { 1587, { &GenInst_UnityEvent_4_t3609672668_gp_0_0_0_0_UnityEvent_4_t3609672668_gp_1_0_0_0_UnityEvent_4_t3609672668_gp_2_0_0_0_UnityEvent_4_t3609672668_gp_3_0_0_0, NULL }, NULL };
extern const RuntimeType InvokableCall_4_t3420349028_0_0_0 = { &InvokableCall_4_t3420349028_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnitySynchronizationContext_t1887453786_0_0_0 = { (void*)1604, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnitySynchronizationContext_t1887453786_1_0_0 = { (void*)1604, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WaitForEndOfFrame_t1314943911_0_0_0 = { (void*)1608, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WaitForEndOfFrame_t1314943911_1_0_0 = { (void*)1608, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WaitForFixedUpdate_t1634918743_0_0_0 = { (void*)1609, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WaitForFixedUpdate_t1634918743_1_0_0 = { (void*)1609, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WaitForSeconds_t1699091251_0_0_0 = { (void*)1610, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WaitForSeconds_t1699091251_1_0_0 = { (void*)1610, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WaitForSecondsRealtime_t189548121_0_0_0 = { (void*)1611, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WaitForSecondsRealtime_t189548121_1_0_0 = { (void*)1611, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ReadOnlyAttribute_t3518714744_0_0_0 = { (void*)1613, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ReadOnlyAttribute_t3518714744_1_0_0 = { (void*)1613, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WriteOnlyAttribute_t1738907586_0_0_0 = { (void*)1614, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WriteOnlyAttribute_t1738907586_1_0_0 = { (void*)1614, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DeallocateOnJobCompletionAttribute_t3762612740_0_0_0 = { (void*)1615, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DeallocateOnJobCompletionAttribute_t3762612740_1_0_0 = { (void*)1615, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeFixedLengthAttribute_t3072952540_0_0_0 = { (void*)1616, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeFixedLengthAttribute_t3072952540_1_0_0 = { (void*)1616, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeMatchesParallelForLengthAttribute_t1813325102_0_0_0 = { (void*)1617, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeMatchesParallelForLengthAttribute_t1813325102_1_0_0 = { (void*)1617, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeDisableParallelForRestrictionAttribute_t3768540096_0_0_0 = { (void*)1618, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeDisableParallelForRestrictionAttribute_t3768540096_1_0_0 = { (void*)1618, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeContainerAttribute_t212308715_0_0_0 = { (void*)1619, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeContainerAttribute_t212308715_1_0_0 = { (void*)1619, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeContainerIsReadOnlyAttribute_t4098664174_0_0_0 = { (void*)1620, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeContainerIsReadOnlyAttribute_t4098664174_1_0_0 = { (void*)1620, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeContainerIsAtomicWriteOnlyAttribute_t4134969175_0_0_0 = { (void*)1621, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeContainerIsAtomicWriteOnlyAttribute_t4134969175_1_0_0 = { (void*)1621, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeContainerSupportsMinMaxWriteRestrictionAttribute_t3808117416_0_0_0 = { (void*)1622, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeContainerSupportsMinMaxWriteRestrictionAttribute_t3808117416_1_0_0 = { (void*)1622, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeContainerSupportsDeallocateOnJobCompletionAttribute_t1480492758_0_0_0 = { (void*)1623, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeContainerSupportsDeallocateOnJobCompletionAttribute_t1480492758_1_0_0 = { (void*)1623, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeContainerSupportsDeferredConvertListToArray_t4167123417_0_0_0 = { (void*)1624, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeContainerSupportsDeferredConvertListToArray_t4167123417_1_0_0 = { (void*)1624, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeSetThreadIndexAttribute_t1211267337_0_0_0 = { (void*)1625, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeSetThreadIndexAttribute_t1211267337_1_0_0 = { (void*)1625, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeContainerNeedsThreadIndexAttribute_t764917452_0_0_0 = { (void*)1626, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeContainerNeedsThreadIndexAttribute_t764917452_1_0_0 = { (void*)1626, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeDisableUnsafePtrRestrictionAttribute_t2582701661_0_0_0 = { (void*)1627, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeDisableUnsafePtrRestrictionAttribute_t2582701661_1_0_0 = { (void*)1627, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeDisableContainerSafetyRestrictionAttribute_t708027756_0_0_0 = { (void*)1628, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeDisableContainerSafetyRestrictionAttribute_t708027756_1_0_0 = { (void*)1628, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType NativeSetClassTypeToNullOnScheduleAttribute_t1234016338_0_0_0 = { (void*)1629, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NativeSetClassTypeToNullOnScheduleAttribute_t1234016338_1_0_0 = { (void*)1629, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPlayable_t2231939639_0_0_0 = { (void*)1631, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPlayable_t2231939639_1_0_0 = { (void*)1631, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPlayable_t2231939639_0_0_2 = { (void*)1631, 2, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPlayableBehaviour_t216449062_0_0_0 = { (void*)1632, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPlayableBehaviour_t216449062_1_0_0 = { (void*)1632, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPlayableOutput_t3561299444_0_0_0 = { (void*)1633, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPlayableOutput_t3561299444_1_0_0 = { (void*)1633, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPlayableAsset_t178020480_0_0_0 = { (void*)1636, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPlayableAsset_t178020480_1_0_0 = { (void*)1636, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PlayableAsset_t3219022681_0_0_0 = { (void*)1637, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PlayableAsset_t3219022681_1_0_0 = { (void*)1637, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PlayableGraph_t3515989261_0_0_0 = { (void*)1641, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PlayableGraph_t3515989261_1_0_0 = { (void*)1641, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PlayableBehaviour_t4203540982_0_0_0 = { (void*)1638, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PlayableBehaviour_t4203540982_1_0_0 = { (void*)1638, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CreateOutputMethod_t2301811773_0_0_1 = { (void*)1640, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CreateOutputMethod_t2301811773_0_0_0 = { (void*)1640, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CreateOutputMethod_t2301811773_1_0_0 = { (void*)1640, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PlayableBindingU5BU5D_t829358056_0_0_54 = { (void*)&PlayableBinding_t354260709_0_0_0, 54, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType PlayableBindingU5BU5D_t829358056_0_0_0 = { (void*)&PlayableBinding_t354260709_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType PlayableHandle_IsPlayableOfType_m3521778301_gp_0_0_0_0 = { (void*)207, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType ScriptPlayableOutput_t2715692609_0_0_0 = { (void*)1645, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScriptPlayableOutput_t2715692609_1_0_0 = { (void*)1645, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TexturePlayableOutput_t648497447_0_0_0 = { (void*)1647, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TexturePlayableOutput_t648497447_1_0_0 = { (void*)1647, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DefaultValueAttribute_t2337225216_0_0_0 = { (void*)1648, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DefaultValueAttribute_t2337225216_1_0_0 = { (void*)1648, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExcludeFromDocsAttribute_t3592494112_0_0_0 = { (void*)1649, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExcludeFromDocsAttribute_t3592494112_1_0_0 = { (void*)1649, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Logger_t274032455_0_0_0 = { (void*)1652, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Logger_t274032455_1_0_0 = { (void*)1652, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IEditorPlayerConnection_t3531090928_0_0_0 = { (void*)1654, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IEditorPlayerConnection_t3531090928_1_0_0 = { (void*)1654, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IPlayerEditorConnectionNative_t4228359453_0_0_0 = { (void*)1702, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPlayerEditorConnectionNative_t4228359453_0_0_19 = { (void*)1702, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IPlayerEditorConnectionNative_t4228359453_1_0_0 = { (void*)1702, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PlayerEditorConnectionEvents_t3411787513_0_0_1 = { (void*)1659, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PlayerEditorConnectionEvents_t3411787513_0_0_0 = { (void*)1659, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PlayerEditorConnectionEvents_t3411787513_1_0_0 = { (void*)1659, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CRegisterU3Ec__AnonStorey0_t2405595090_0_0_0 = { (void*)1656, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CRegisterU3Ec__AnonStorey0_t2405595090_1_0_0 = { (void*)1656, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CUnregisterU3Ec__AnonStorey1_t2528476601_0_0_0 = { (void*)1657, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CUnregisterU3Ec__AnonStorey1_t2528476601_1_0_0 = { (void*)1657, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CBlockUntilRecvMsgU3Ec__AnonStorey2_t2166869842_0_0_0 = { (void*)1658, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CBlockUntilRecvMsgU3Ec__AnonStorey2_t2166869842_1_0_0 = { (void*)1658, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ConnectionChangeEvent_t3251856151_0_0_6 = { (void*)1661, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConnectionChangeEvent_t3251856151_0_0_0 = { (void*)1661, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConnectionChangeEvent_t3251856151_1_0_0 = { (void*)1661, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MessageEvent_t1491597365_0_0_0 = { (void*)1660, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MessageEvent_t1491597365_1_0_0 = { (void*)1660, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MessageEvent_t1491597365_0_0_6 = { (void*)1660, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CInvokeMessageIdSubscribersU3Ec__AnonStorey0_t907692441_0_0_0 = { (void*)1663, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CInvokeMessageIdSubscribersU3Ec__AnonStorey0_t907692441_1_0_0 = { (void*)1663, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CAddAndCreateU3Ec__AnonStorey1_t1136770903_0_0_0 = { (void*)1664, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CAddAndCreateU3Ec__AnonStorey1_t1136770903_1_0_0 = { (void*)1664, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CUnregisterManagedCallbackU3Ec__AnonStorey2_t1335960973_0_0_0 = { (void*)1665, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CUnregisterManagedCallbackU3Ec__AnonStorey2_t1335960973_1_0_0 = { (void*)1665, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IRenderPipeline_t857809005_0_0_0 = { (void*)1666, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IRenderPipeline_t857809005_1_0_0 = { (void*)1666, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IRenderPipeline_t857809005_0_0_17 = { (void*)1666, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IRenderPipelineAsset_t3275513850_0_0_0 = { (void*)1667, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IRenderPipelineAsset_t3275513850_1_0_0 = { (void*)1667, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IRenderPipelineAsset_t3275513850_0_0_17 = { (void*)1667, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RenderPipelineManager_t4036911426_0_0_0 = { (void*)1668, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RenderPipelineManager_t4036911426_1_0_0 = { (void*)1668, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SupportedRenderingFeatures_t353898663_0_0_0 = { (void*)1669, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SupportedRenderingFeatures_t353898663_1_0_0 = { (void*)1669, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SupportedRenderingFeatures_t353898663_0_0_17 = { (void*)1669, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LightmapMixedBakeMode_t4188935449_0_0_0 = { (void*)1671, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LightmapMixedBakeMode_t4188935449_0_0_1 = { (void*)1671, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType LightmapMixedBakeMode_t4188935449_1_0_0 = { (void*)1671, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType LightmapMixedBakeMode_t4188935449_0_0_32854 = { (void*)1671, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ReflectionProbeSupportFlags_t3313277643_0_0_1 = { (void*)1670, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ReflectionProbeSupportFlags_t3313277643_0_0_0 = { (void*)1670, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ReflectionProbeSupportFlags_t3313277643_1_0_0 = { (void*)1670, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ReflectionProbeSupportFlags_t3313277643_0_0_32854 = { (void*)1670, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SceneManager_t2787271929_0_0_0 = { (void*)1673, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SceneManager_t2787271929_1_0_0 = { (void*)1673, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FormerlySerializedAsAttribute_t2859083114_0_0_0 = { (void*)1675, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FormerlySerializedAsAttribute_t2859083114_1_0_0 = { (void*)1675, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TypeInferenceRules_t96689094_0_0_0 = { (void*)1676, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeInferenceRules_t96689094_1_0_0 = { (void*)1676, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TypeInferenceRules_t96689094_0_0_32854 = { (void*)1676, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TypeInferenceRuleAttribute_t254868554_0_0_0 = { (void*)1677, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TypeInferenceRuleAttribute_t254868554_1_0_0 = { (void*)1677, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GenericStack_t1310059385_0_0_0 = { (void*)1678, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GenericStack_t1310059385_1_0_0 = { (void*)1678, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GenericStack_t1310059385_0_0_49 = { (void*)1678, 49, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GenericStack_t1310059385_0_0_3 = { (void*)1678, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NetFxCoreExtensions_t4089902045_0_0_0 = { (void*)1679, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType NetFxCoreExtensions_t4089902045_1_0_0 = { (void*)1679, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DrivenTransformProperties_t3813433528_0_0_0 = { (void*)1680, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DrivenTransformProperties_t3813433528_1_0_0 = { (void*)1680, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DrivenTransformProperties_t3813433528_0_0_32854 = { (void*)1680, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DrivenRectTransformTracker_t2562230146_0_0_0 = { (void*)1681, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DrivenRectTransformTracker_t2562230146_1_0_0 = { (void*)1681, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DrivenRectTransformTracker_t2562230146_0_0_1 = { (void*)1681, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DrivenRectTransformTracker_t2562230146_0_0_4 = { (void*)1681, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ReapplyDrivenProperties_t1258266594_0_0_0 = { (void*)1685, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ReapplyDrivenProperties_t1258266594_0_0_17 = { (void*)1685, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ReapplyDrivenProperties_t1258266594_1_0_0 = { (void*)1685, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Edge_t1530570602_0_0_0 = { (void*)1683, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Edge_t1530570602_1_0_0 = { (void*)1683, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Edge_t1530570602_0_0_32854 = { (void*)1683, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Axis_t1856666072_0_0_0 = { (void*)1684, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Axis_t1856666072_1_0_0 = { (void*)1684, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Axis_t1856666072_0_0_32854 = { (void*)1684, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Enumerator_t3442430665_0_0_0 = { (void*)1687, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Enumerator_t3442430665_1_0_0 = { (void*)1687, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SpriteBone_t303320096_0_0_0 = { (void*)1688, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SpriteBone_t303320096_1_0_0 = { (void*)1688, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DataUtility_t2196215967_0_0_0 = { (void*)1689, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DataUtility_t2196215967_1_0_0 = { (void*)1689, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SpritePackingMode_t1341680400_0_0_0 = { (void*)1691, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SpritePackingMode_t1341680400_1_0_0 = { (void*)1691, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SpritePackingMode_t1341680400_0_0_32854 = { (void*)1691, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SpriteAtlasManager_t3158462485_0_0_0 = { (void*)1693, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SpriteAtlasManager_t3158462485_1_0_0 = { (void*)1693, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RequestAtlasCallback_t3100554279_0_0_17 = { (void*)1694, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RequestAtlasCallback_t3100554279_0_0_0 = { (void*)1694, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RequestAtlasCallback_t3100554279_1_0_0 = { (void*)1694, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TouchPhase_t72348083_0_0_0 = { (void*)1696, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TouchPhase_t72348083_1_0_0 = { (void*)1696, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TouchPhase_t72348083_0_0_32854 = { (void*)1696, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TouchPhase_t72348083_0_0_1 = { (void*)1696, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType IMECompositionMode_t2677948540_0_0_0 = { (void*)1697, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType IMECompositionMode_t2677948540_1_0_0 = { (void*)1697, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType IMECompositionMode_t2677948540_0_0_32854 = { (void*)1697, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TouchType_t2034578258_0_0_0 = { (void*)1698, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TouchType_t2034578258_1_0_0 = { (void*)1698, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TouchType_t2034578258_0_0_32854 = { (void*)1698, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TouchType_t2034578258_0_0_1 = { (void*)1698, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Touch_t1921856868_0_0_0 = { (void*)1699, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Touch_t1921856868_1_0_0 = { (void*)1699, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Touch_t1921856868_1_0_2 = { (void*)1699, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Gyroscope_t3288342876_0_0_0 = { (void*)1700, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Gyroscope_t3288342876_1_0_0 = { (void*)1700, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Gyroscope_t3288342876_0_0_17 = { (void*)1700, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Input_t1431474628_0_0_0 = { (void*)1701, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Input_t1431474628_1_0_0 = { (void*)1701, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PlayerConnectionInternal_t3892293164_0_0_0 = { (void*)1703, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PlayerConnectionInternal_t3892293164_1_0_0 = { (void*)1703, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745531_0_0_0 = { (void*)1704, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745531_1_0_0 = { (void*)1704, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FontStyle_t82229486_0_0_0 = { (void*)1705, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FontStyle_t82229486_1_0_0 = { (void*)1705, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FontStyle_t82229486_0_0_32854 = { (void*)1705, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FontStyle_t82229486_0_0_6 = { (void*)1705, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FontStyle_t82229486_0_0_1 = { (void*)1705, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextGenerationError_t3604799999_0_0_0 = { (void*)1706, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextGenerationError_t3604799999_1_0_0 = { (void*)1706, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TextGenerationError_t3604799999_0_0_32854 = { (void*)1706, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextGenerationError_t3604799999_1_0_2 = { (void*)1706, 2, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TextGenerationError_t3604799999_0_0_1 = { (void*)1706, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextGenerationSettings_t1351628751_0_0_0 = { (void*)1707, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextGenerationSettings_t1351628751_1_0_0 = { (void*)1707, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TextGenerationSettings_t1351628751_0_0_1 = { (void*)1707, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType VerticalWrapMode_t2936607737_0_0_6 = { (void*)1711, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType VerticalWrapMode_t2936607737_0_0_0 = { (void*)1711, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType VerticalWrapMode_t2936607737_1_0_0 = { (void*)1711, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType VerticalWrapMode_t2936607737_0_0_32854 = { (void*)1711, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType VerticalWrapMode_t2936607737_0_0_1 = { (void*)1711, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HorizontalWrapMode_t2172737147_0_0_6 = { (void*)1710, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HorizontalWrapMode_t2172737147_0_0_0 = { (void*)1710, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HorizontalWrapMode_t2172737147_1_0_0 = { (void*)1710, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType HorizontalWrapMode_t2172737147_0_0_32854 = { (void*)1710, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HorizontalWrapMode_t2172737147_0_0_1 = { (void*)1710, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TextGenerator_t3211863866_0_0_0 = { (void*)1708, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextGenerator_t3211863866_1_0_0 = { (void*)1708, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TextGenerator_t3211863866_0_0_1 = { (void*)1708, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FontTextureRebuildCallback_t2467502454_0_0_1 = { (void*)1716, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FontTextureRebuildCallback_t2467502454_0_0_0 = { (void*)1716, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FontTextureRebuildCallback_t2467502454_1_0_0 = { (void*)1716, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745532_0_0_0 = { (void*)1717, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745532_1_0_0 = { (void*)1717, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IAnimationJobPlayable_t212980373_0_0_0 = { (void*)1718, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IAnimationJobPlayable_t212980373_1_0_0 = { (void*)1718, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SharedBetweenAnimatorsAttribute_t2857104338_0_0_0 = { (void*)1719, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SharedBetweenAnimatorsAttribute_t2857104338_1_0_0 = { (void*)1719, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StateMachineBehaviour_t957311111_0_0_0 = { (void*)1720, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StateMachineBehaviour_t957311111_1_0_0 = { (void*)1720, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnimationHumanStream_t4010990717_0_0_0 = { (void*)1722, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationHumanStream_t4010990717_1_0_0 = { (void*)1722, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimationPlayableOutput_t1918618239_0_0_0 = { (void*)1727, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationPlayableOutput_t1918618239_1_0_0 = { (void*)1727, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimationStream_t3771784418_0_0_0 = { (void*)1729, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationStream_t3771784418_1_0_0 = { (void*)1729, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimatorClipInfo_t3156717155_0_0_0 = { (void*)1730, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimatorClipInfo_t3156717155_1_0_0 = { (void*)1730, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimatorClipInfo_t3156717155_0_0_3 = { (void*)1730, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimatorStateInfo_t509032636_0_0_0 = { (void*)1731, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimatorStateInfo_t509032636_1_0_0 = { (void*)1731, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimatorStateInfo_t509032636_0_0_3 = { (void*)1731, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimatorTransitionInfo_t2534804151_0_0_0 = { (void*)1732, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimatorTransitionInfo_t2534804151_1_0_0 = { (void*)1732, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimatorOverrideController_t3582062219_0_0_0 = { (void*)1735, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnimatorOverrideController_t3582062219_1_0_0 = { (void*)1735, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RuntimeAnimatorController_t2933699135_0_0_0 = { (void*)1740, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RuntimeAnimatorController_t2933699135_1_0_0 = { (void*)1740, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OnOverrideControllerDirtyCallback_t1307045488_0_0_3 = { (void*)1736, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnOverrideControllerDirtyCallback_t1307045488_0_0_0 = { (void*)1736, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnOverrideControllerDirtyCallback_t1307045488_1_0_0 = { (void*)1736, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SkeletonBone_t4134054672_0_0_0 = { (void*)1737, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SkeletonBone_t4134054672_1_0_0 = { (void*)1737, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType HumanLimit_t2901552972_0_0_0 = { (void*)1738, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HumanLimit_t2901552972_1_0_0 = { (void*)1738, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType HumanLimit_t2901552972_0_0_6 = { (void*)1738, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HumanBone_t2465339518_0_0_0 = { (void*)1739, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType HumanBone_t2465339518_1_0_0 = { (void*)1739, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimationEventSource_t3045280095_0_0_0 = { (void*)1741, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationEventSource_t3045280095_1_0_0 = { (void*)1741, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnimationEventSource_t3045280095_0_0_32854 = { (void*)1741, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationEventSource_t3045280095_0_0_3 = { (void*)1741, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnimationEvent_t1536042487_0_0_0 = { (void*)1742, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnimationEvent_t1536042487_1_0_0 = { (void*)1742, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnimationState_t1108360407_0_0_3 = { (void*)1743, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnimationState_t1108360407_0_0_0 = { (void*)1743, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnimationState_t1108360407_1_0_0 = { (void*)1743, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745533_0_0_0 = { (void*)1744, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745533_1_0_0 = { (void*)1744, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioExtensionDefinition_t3271167678_0_0_0 = { (void*)1745, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioExtensionDefinition_t3271167678_1_0_0 = { (void*)1745, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioExtensionDefinition_t3271167678_0_0_6 = { (void*)1745, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioListenerExtension_t3242956547_0_0_0 = { (void*)1748, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioListenerExtension_t3242956547_1_0_0 = { (void*)1748, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioListenerExtension_t3242956547_0_0_3 = { (void*)1748, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioListener_t2734094699_0_0_0 = { (void*)1763, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioListener_t2734094699_0_0_1 = { (void*)1763, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioListener_t2734094699_1_0_0 = { (void*)1763, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioSource_t3935305588_0_0_0 = { (void*)1764, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioSource_t3935305588_0_0_1 = { (void*)1764, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioSource_t3935305588_1_0_0 = { (void*)1764, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioSource_t3935305588_0_0_6 = { (void*)1764, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioExtensionManager_t3220897493_0_0_0 = { (void*)1750, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioExtensionManager_t3220897493_1_0_0 = { (void*)1750, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioPlayableOutput_t2664391219_0_0_0 = { (void*)1751, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AudioPlayableOutput_t2664391219_1_0_0 = { (void*)1751, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AudioSampleProvider_t3950279772_0_0_0 = { (void*)1754, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioSampleProvider_t3950279772_1_0_0 = { (void*)1754, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ConsumeSampleFramesNativeFunction_t1497769677_0_0_1 = { (void*)1755, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConsumeSampleFramesNativeFunction_t1497769677_0_0_0 = { (void*)1755, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ConsumeSampleFramesNativeFunction_t1497769677_1_0_0 = { (void*)1755, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SampleFramesHandler_t3208670351_0_0_1 = { (void*)1756, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SampleFramesHandler_t3208670351_0_0_0 = { (void*)1756, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SampleFramesHandler_t3208670351_1_0_0 = { (void*)1756, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioSettings_t3587374600_0_0_0 = { (void*)1757, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioSettings_t3587374600_1_0_0 = { (void*)1757, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioConfigurationChangeHandler_t2089929874_0_0_17 = { (void*)1758, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioConfigurationChangeHandler_t2089929874_0_0_0 = { (void*)1758, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioConfigurationChangeHandler_t2089929874_1_0_0 = { (void*)1758, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioClip_t3680889665_0_0_0 = { (void*)1759, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioClip_t3680889665_1_0_0 = { (void*)1759, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioClip_t3680889665_0_0_6 = { (void*)1759, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SingleU5BU5D_t1444911251_0_0_0 = { (void*)&Single_t1397266774_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType PCMReaderCallback_t1677636661_0_0_1 = { (void*)1760, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PCMReaderCallback_t1677636661_0_0_0 = { (void*)1760, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PCMReaderCallback_t1677636661_1_0_0 = { (void*)1760, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PCMSetPositionCallback_t1059417452_0_0_1 = { (void*)1761, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PCMSetPositionCallback_t1059417452_0_0_0 = { (void*)1761, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PCMSetPositionCallback_t1059417452_1_0_0 = { (void*)1761, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AudioBehaviour_t2879336574_0_0_0 = { (void*)1762, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AudioBehaviour_t2879336574_1_0_0 = { (void*)1762, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745534_0_0_0 = { (void*)1765, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745534_1_0_0 = { (void*)1765, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Event_t2956885303_0_0_0 = { (void*)1766, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Event_t2956885303_1_0_0 = { (void*)1766, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Event_t2956885303_0_0_17 = { (void*)1766, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Event_t2956885303_0_0_1 = { (void*)1766, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventType_t3528516131_0_0_0 = { (void*)1767, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventType_t3528516131_1_0_0 = { (void*)1767, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EventType_t3528516131_0_0_32854 = { (void*)1767, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventModifiers_t2016417398_0_0_0 = { (void*)1768, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventModifiers_t2016417398_1_0_0 = { (void*)1768, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EventModifiers_t2016417398_0_0_32854 = { (void*)1768, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GUI_t1624858472_0_0_0 = { (void*)1769, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUI_t1624858472_1_0_0 = { (void*)1769, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUISkin_t1244372282_0_0_0 = { (void*)1778, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUISkin_t1244372282_0_0_17 = { (void*)1778, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUISkin_t1244372282_1_0_0 = { (void*)1778, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUISkin_t1244372282_0_0_19 = { (void*)1778, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WindowFunction_t3146511083_0_0_0 = { (void*)1770, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WindowFunction_t3146511083_1_0_0 = { (void*)1770, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUIContent_t3050628031_0_0_0 = { (void*)1771, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIContent_t3050628031_1_0_0 = { (void*)1771, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUIContent_t3050628031_0_0_49 = { (void*)1771, 49, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIContent_t3050628031_0_0_22 = { (void*)1771, 22, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIContent_t3050628031_0_0_1 = { (void*)1771, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUILayout_t3503650450_0_0_0 = { (void*)1772, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUILayout_t3503650450_1_0_0 = { (void*)1772, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Type_t3858932131_0_0_0 = { (void*)1774, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Type_t3858932131_0_0_3 = { (void*)1774, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Type_t3858932131_1_0_0 = { (void*)1774, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Type_t3858932131_0_0_32854 = { (void*)1774, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GUILayoutUtility_t66395690_0_0_0 = { (void*)1775, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUILayoutUtility_t66395690_1_0_0 = { (void*)1775, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUILayoutOptionU5BU5D_t2510215842_0_0_0 = { (void*)&GUILayoutOption_t811797299_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType GUILayoutGroup_t2157789695_0_0_0 = { (void*)1786, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUILayoutGroup_t2157789695_0_0_3 = { (void*)1786, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUILayoutGroup_t2157789695_1_0_0 = { (void*)1786, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUISettings_t1774757634_0_0_0 = { (void*)1777, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUISettings_t1774757634_1_0_0 = { (void*)1777, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUISettings_t1774757634_0_0_1 = { (void*)1777, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIStyleU5BU5D_t2383250302_0_0_3 = { (void*)&GUIStyle_t3956901511_0_0_0, 3, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType GUIStyleU5BU5D_t2383250302_0_0_0 = { (void*)&GUIStyle_t3956901511_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType SkinChangedDelegate_t1143955295_0_0_19 = { (void*)1779, 19, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SkinChangedDelegate_t1143955295_0_0_0 = { (void*)1779, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SkinChangedDelegate_t1143955295_1_0_0 = { (void*)1779, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUIStyleState_t1397964415_0_0_0 = { (void*)1780, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIStyleState_t1397964415_1_0_0 = { (void*)1780, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUIStyleState_t1397964415_0_0_129 = { (void*)1780, 129, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIUtility_t1868551600_0_0_0 = { (void*)1783, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIUtility_t1868551600_1_0_0 = { (void*)1783, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExitGUIException_t133215258_0_0_0 = { (void*)1784, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExitGUIException_t133215258_1_0_0 = { (void*)1784, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GUIScrollGroup_t1523329021_0_0_0 = { (void*)1787, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GUIScrollGroup_t1523329021_1_0_0 = { (void*)1787, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ScrollViewState_t3797911395_0_0_0 = { (void*)1788, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ScrollViewState_t3797911395_1_0_0 = { (void*)1788, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SliderState_t2207048770_0_0_0 = { (void*)1789, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SliderState_t2207048770_1_0_0 = { (void*)1789, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TextEditor_t2759855366_0_0_0 = { (void*)1790, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TextEditor_t2759855366_1_0_0 = { (void*)1790, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType DblClickSnapping_t2629979741_0_0_1 = { (void*)1791, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DblClickSnapping_t2629979741_0_0_0 = { (void*)1791, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType DblClickSnapping_t2629979741_1_0_0 = { (void*)1791, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DblClickSnapping_t2629979741_0_0_32854 = { (void*)1791, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745535_0_0_0 = { (void*)1792, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745535_1_0_0 = { (void*)1792, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ContactFilter2D_t3805203441_0_0_0 = { (void*)1794, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ContactFilter2D_t3805203441_1_0_0 = { (void*)1794, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Collider2D_t2806799626_0_0_0 = { (void*)1797, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Collider2D_t2806799626_1_0_0 = { (void*)1797, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745536_0_0_0 = { (void*)1800, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745536_1_0_0 = { (void*)1800, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Collider_t1773347010_0_0_0 = { (void*)1802, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Collider_t1773347010_1_0_0 = { (void*)1802, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745537_0_0_0 = { (void*)1804, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745537_1_0_0 = { (void*)1804, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RenderMode_t4077056833_0_0_0 = { (void*)1805, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RenderMode_t4077056833_1_0_0 = { (void*)1805, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RenderMode_t4077056833_0_0_32854 = { (void*)1805, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType WillRenderCanvases_t3309123499_0_0_0 = { (void*)1807, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WillRenderCanvases_t3309123499_0_0_17 = { (void*)1807, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WillRenderCanvases_t3309123499_1_0_0 = { (void*)1807, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UISystemProfilerApi_t2230074258_0_0_0 = { (void*)1808, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UISystemProfilerApi_t2230074258_1_0_0 = { (void*)1808, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SampleType_t1208595618_0_0_0 = { (void*)1809, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SampleType_t1208595618_1_0_0 = { (void*)1809, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SampleType_t1208595618_0_0_32854 = { (void*)1809, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RectTransformUtility_t1743242446_0_0_0 = { (void*)1813, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RectTransformUtility_t1743242446_1_0_0 = { (void*)1813, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745538_0_0_0 = { (void*)1814, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745538_1_0_0 = { (void*)1814, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnalyticsSessionState_t681173134_0_0_0 = { (void*)1815, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnalyticsSessionState_t681173134_1_0_0 = { (void*)1815, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnalyticsSessionState_t681173134_0_0_32854 = { (void*)1815, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnalyticsSessionInfo_t2322308579_0_0_0 = { (void*)1816, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnalyticsSessionInfo_t2322308579_1_0_0 = { (void*)1816, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SessionStateChanged_t3163629820_0_0_17 = { (void*)1817, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SessionStateChanged_t3163629820_0_0_0 = { (void*)1817, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SessionStateChanged_t3163629820_1_0_0 = { (void*)1817, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnalyticsResult_t2273004240_0_0_0 = { (void*)1818, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnalyticsResult_t2273004240_1_0_0 = { (void*)1818, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType AnalyticsResult_t2273004240_0_0_32854 = { (void*)1818, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Analytics_t661012366_0_0_0 = { (void*)1819, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Analytics_t661012366_1_0_0 = { (void*)1819, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UnityAnalyticsHandler_t3011359618_0_0_0 = { (void*)1820, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityAnalyticsHandler_t3011359618_0_0_17 = { (void*)1820, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UnityAnalyticsHandler_t3011359618_1_0_0 = { (void*)1820, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CustomEventData_t317522481_0_0_0 = { (void*)1821, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CustomEventData_t317522481_1_0_0 = { (void*)1821, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RemoteSettings_t1718627291_0_0_0 = { (void*)1822, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemoteSettings_t1718627291_1_0_0 = { (void*)1822, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType UpdatedEventHandler_t1027848393_0_0_17 = { (void*)1823, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UpdatedEventHandler_t1027848393_0_0_0 = { (void*)1823, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType UpdatedEventHandler_t1027848393_1_0_0 = { (void*)1823, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RemoteConfigSettings_t1247263429_0_0_0 = { (void*)1824, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RemoteConfigSettings_t1247263429_1_0_0 = { (void*)1824, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745539_0_0_0 = { (void*)1825, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745539_1_0_0 = { (void*)1825, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType WebRequestUtils_t3541624225_0_0_0 = { (void*)1826, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType WebRequestUtils_t3541624225_1_0_0 = { (void*)1826, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CertificateHandler_t2739891000_0_0_0 = { (void*)1827, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CertificateHandler_t2739891000_1_0_0 = { (void*)1827, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745540_0_0_0 = { (void*)1828, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745540_1_0_0 = { (void*)1828, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745541_0_0_0 = { (void*)1829, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745541_1_0_0 = { (void*)1829, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnalyticsEvent_t4058973021_0_0_0 = { (void*)1830, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnalyticsEvent_t4058973021_1_0_0 = { (void*)1830, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745542_0_0_0 = { (void*)1831, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745542_1_0_0 = { (void*)1831, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EventHandle_t600343995_0_0_0 = { (void*)1832, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventHandle_t600343995_1_0_0 = { (void*)1832, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EventHandle_t600343995_0_0_32854 = { (void*)1832, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventTrigger_t1076084509_0_0_0 = { (void*)1852, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventTrigger_t1076084509_1_0_0 = { (void*)1852, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EventTriggerType_t55832929_0_0_0 = { (void*)1855, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventTriggerType_t55832929_0_0_6 = { (void*)1855, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EventTriggerType_t55832929_1_0_0 = { (void*)1855, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EventTriggerType_t55832929_0_0_32854 = { (void*)1855, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerEvent_t3867320123_0_0_0 = { (void*)1853, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TriggerEvent_t3867320123_1_0_0 = { (void*)1853, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TriggerEvent_t3867320123_0_0_6 = { (void*)1853, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExecuteEvents_t3484638744_0_0_0 = { (void*)1856, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ExecuteEvents_t3484638744_1_0_0 = { (void*)1856, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ExecuteEvents_ValidateEventData_m4040660561_gp_0_0_0_0 = { (void*)208, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t563366306_GenericClass = { 1857, { &GenInst_ExecuteEvents_Execute_m1094039016_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t563366306_0_0_0 = { &EventFunction_1_t563366306_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ExecuteEvents_Execute_m1094039016_gp_0_0_0_0 = { (void*)209, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass EventFunction_1_t3732300806_GenericClass = { 1857, { &GenInst_ExecuteEvents_ExecuteHierarchy_m790245648_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType EventFunction_1_t3732300806_0_0_0 = { &EventFunction_1_t3732300806_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ExecuteEvents_ExecuteHierarchy_m790245648_gp_0_0_0_0 = { (void*)210, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType ExecuteEvents_ShouldSendToComponent_m2991084697_gp_0_0_0_0 = { (void*)211, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType ExecuteEvents_GetEventList_m1779252275_gp_0_0_0_0 = { (void*)212, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType ExecuteEvents_CanHandleEvent_m955629521_gp_0_0_0_0 = { (void*)213, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType ExecuteEvents_GetEventHandler_m2411054390_gp_0_0_0_0 = { (void*)214, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t432204885_0_0_0 = { (void*)1857, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventFunction_1_t432204885_1_0_0 = { (void*)1857, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EventFunction_1_t432204885_gp_0_0_0_0 = { (void*)215, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType MoveDirection_t1216237838_0_0_0 = { (void*)1858, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MoveDirection_t1216237838_1_0_0 = { (void*)1858, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MoveDirection_t1216237838_0_0_32854 = { (void*)1858, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MoveDirection_t1216237838_0_0_1 = { (void*)1858, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RaycasterManager_t2536340562_0_0_0 = { (void*)1859, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RaycasterManager_t2536340562_1_0_0 = { (void*)1859, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InputButton_t3704011348_0_0_0 = { (void*)1866, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InputButton_t3704011348_0_0_1 = { (void*)1866, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InputButton_t3704011348_1_0_0 = { (void*)1866, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType InputButton_t3704011348_0_0_32854 = { (void*)1866, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FramePressState_t3039385657_0_0_0 = { (void*)1867, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FramePressState_t3039385657_1_0_0 = { (void*)1867, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType FramePressState_t3039385657_0_0_32854 = { (void*)1867, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType FramePressState_t3039385657_0_0_6 = { (void*)1867, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PointerInputModule_t3453173740_0_0_0 = { (void*)1870, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PointerInputModule_t3453173740_1_0_0 = { (void*)1870, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MouseState_t384203932_0_0_0 = { (void*)1872, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MouseState_t384203932_0_0_33 = { (void*)1872, 33, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MouseState_t384203932_1_0_0 = { (void*)1872, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MouseButtonEventData_t3190347560_0_0_0 = { (void*)1873, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MouseButtonEventData_t3190347560_0_0_1 = { (void*)1873, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MouseButtonEventData_t3190347560_1_0_0 = { (void*)1873, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType StandaloneInputModule_t2760469101_0_0_0 = { (void*)1874, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StandaloneInputModule_t2760469101_1_0_0 = { (void*)1874, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType InputMode_t3382566315_0_0_0 = { (void*)1875, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType InputMode_t3382566315_1_0_0 = { (void*)1875, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType InputMode_t3382566315_0_0_32854 = { (void*)1875, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TouchInputModule_t4248229598_0_0_0 = { (void*)1876, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TouchInputModule_t4248229598_1_0_0 = { (void*)1876, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Physics2DRaycaster_t3382992964_0_0_0 = { (void*)1878, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Physics2DRaycaster_t3382992964_1_0_0 = { (void*)1878, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PhysicsRaycaster_t437419520_0_0_0 = { (void*)1879, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PhysicsRaycaster_t437419520_1_0_0 = { (void*)1879, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ITweenValue_t1003554771_0_0_0 = { (void*)1880, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ITweenValue_t1003554771_1_0_0 = { (void*)1880, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ITweenValue_t1003554771_0_0_1 = { (void*)1880, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ColorTweenMode_t1000778859_0_0_0 = { (void*)1882, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ColorTweenMode_t1000778859_0_0_1 = { (void*)1882, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ColorTweenMode_t1000778859_1_0_0 = { (void*)1882, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ColorTweenMode_t1000778859_0_0_32854 = { (void*)1882, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ColorTweenCallback_t1121741130_0_0_1 = { (void*)1883, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ColorTweenCallback_t1121741130_0_0_0 = { (void*)1883, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ColorTweenCallback_t1121741130_1_0_0 = { (void*)1883, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FloatTweenCallback_t1856710240_0_0_1 = { (void*)1885, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FloatTweenCallback_t1856710240_0_0_0 = { (void*)1885, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FloatTweenCallback_t1856710240_1_0_0 = { (void*)1885, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TweenRunner_1_t3844461449_0_0_0 = { (void*)1886, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TweenRunner_1_t3844461449_1_0_0 = { (void*)1886, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TweenRunner_1_t3844461449_gp_0_0_0_0 = { (void*)217, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType U3CStartU3Ec__Iterator0_t1249263001_0_0_0 = { (void*)1887, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CStartU3Ec__Iterator0_t1249263001_1_0_0 = { (void*)1887, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CStartU3Ec__Iterator0_t1249263001_gp_0_0_0_3 = { (void*)216, 3, IL2CPP_TYPE_VAR, 0, 0, 0 };
extern const RuntimeType U3CStartU3Ec__Iterator0_t1249263001_gp_0_0_0_0 = { (void*)216, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass U3CStartU3Ec__Iterator0_t3247905664_GenericClass = { 1887, { &GenInst_TweenRunner_1_t3844461449_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType U3CStartU3Ec__Iterator0_t3247905664_0_0_0 = { &U3CStartU3Ec__Iterator0_t3247905664_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass TweenRunner_1_t2443037680_GenericClass = { 1886, { &GenInst_TweenRunner_1_t3844461449_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType TweenRunner_1_t2443037680_0_0_0 = { &TweenRunner_1_t2443037680_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ButtonClickedEvent_t48803504_0_0_0 = { (void*)1890, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ButtonClickedEvent_t48803504_0_0_1 = { (void*)1890, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ButtonClickedEvent_t48803504_1_0_0 = { (void*)1890, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3COnFinishSubmitU3Ec__Iterator0_t3413438900_0_0_0 = { (void*)1891, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3COnFinishSubmitU3Ec__Iterator0_t3413438900_1_0_0 = { (void*)1891, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CanvasUpdate_t2572322932_0_0_0 = { (void*)1892, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CanvasUpdate_t2572322932_1_0_0 = { (void*)1892, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType CanvasUpdate_t2572322932_0_0_32854 = { (void*)1892, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType CanvasUpdateRegistry_t2720824592_0_0_0 = { (void*)1894, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CanvasUpdateRegistry_t2720824592_1_0_0 = { (void*)1894, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CanvasUpdateRegistry_t2720824592_0_0_17 = { (void*)1894, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DefaultControls_t4098465386_0_0_0 = { (void*)1896, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DefaultControls_t4098465386_1_0_0 = { (void*)1896, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Resources_t1597885468_0_0_0 = { (void*)1897, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Resources_t1597885468_1_0_0 = { (void*)1897, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType DropdownEvent_t4040729994_0_0_0 = { (void*)1902, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DropdownEvent_t4040729994_0_0_1 = { (void*)1902, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType DropdownEvent_t4040729994_1_0_0 = { (void*)1902, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Dropdown_GetOrAddComponent_m2149273607_gp_0_0_0_0 = { (void*)218, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType OptionDataList_t1438173104_0_0_1 = { (void*)1901, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OptionDataList_t1438173104_0_0_0 = { (void*)1901, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OptionDataList_t1438173104_1_0_0 = { (void*)1901, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CShowU3Ec__AnonStorey1_t1106527198_0_0_0 = { (void*)1903, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CShowU3Ec__AnonStorey1_t1106527198_1_0_0 = { (void*)1903, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249_0_0_0 = { (void*)1904, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249_1_0_0 = { (void*)1904, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FontData_t746620069_0_0_0 = { (void*)1905, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FontData_t746620069_1_0_0 = { (void*)1905, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType FontData_t746620069_0_0_1 = { (void*)1905, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FontUpdateTracker_t1839077620_0_0_0 = { (void*)1906, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType FontUpdateTracker_t1839077620_1_0_0 = { (void*)1906, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType VertexHelper_t2453304189_0_0_0 = { (void*)2008, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType VertexHelper_t2453304189_0_0_177 = { (void*)2008, 177, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType VertexHelper_t2453304189_1_0_0 = { (void*)2008, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BlockingObjects_t612090948_0_0_0 = { (void*)1909, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType BlockingObjects_t612090948_0_0_1 = { (void*)1909, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType BlockingObjects_t612090948_1_0_0 = { (void*)1909, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType BlockingObjects_t612090948_0_0_32854 = { (void*)1909, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType GraphicRegistry_t3479976429_0_0_0 = { (void*)1910, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GraphicRegistry_t3479976429_1_0_0 = { (void*)1910, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GraphicRegistry_t3479976429_0_0_17 = { (void*)1910, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IGraphicEnabledDisabled_t4213867128_0_0_0 = { (void*)1911, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IGraphicEnabledDisabled_t4213867128_1_0_0 = { (void*)1911, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType OriginHorizontal_t1174417785_0_0_0 = { (void*)1915, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OriginHorizontal_t1174417785_1_0_0 = { (void*)1915, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType OriginHorizontal_t1174417785_0_0_32854 = { (void*)1915, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OriginVertical_t2256455259_0_0_0 = { (void*)1916, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType OriginVertical_t2256455259_1_0_0 = { (void*)1916, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType OriginVertical_t2256455259_0_0_32854 = { (void*)1916, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Origin90_t1855765812_0_0_0 = { (void*)1917, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Origin90_t1855765812_1_0_0 = { (void*)1917, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Origin90_t1855765812_0_0_32854 = { (void*)1917, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Origin180_t325369132_0_0_0 = { (void*)1918, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Origin180_t325369132_1_0_0 = { (void*)1918, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Origin180_t325369132_0_0_32854 = { (void*)1918, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Origin360_t707706162_0_0_0 = { (void*)1919, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Origin360_t707706162_1_0_0 = { (void*)1919, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Origin360_t707706162_0_0_32854 = { (void*)1919, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType IMask_t3901070703_0_0_0 = { (void*)1920, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IMask_t3901070703_1_0_0 = { (void*)1920, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EditState_t3741896775_0_0_0 = { (void*)1930, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType EditState_t3741896775_1_0_0 = { (void*)1930, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType EditState_t3741896775_0_0_32854 = { (void*)1930, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ContentTypeU5BU5D_t2431451661_0_0_0 = { (void*)&ContentType_t1787303396_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType SelectionState_t2656606514_0_0_0 = { (void*)1953, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SelectionState_t2656606514_0_0_1 = { (void*)1953, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType SelectionState_t2656606514_1_0_0 = { (void*)1953, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType SelectionState_t2656606514_0_0_32854 = { (void*)1953, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType UIVertexU5BU5D_t1981460040_0_0_4 = { (void*)&UIVertex_t4057497605_0_0_0, 4, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UIVertexU5BU5D_t1981460040_0_0_33 = { (void*)&UIVertex_t4057497605_0_0_0, 33, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType UIVertexU5BU5D_t1981460040_0_0_0 = { (void*)&UIVertex_t4057497605_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType U3CCaretBlinkU3Ec__Iterator0_t2589889038_0_0_0 = { (void*)1931, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CCaretBlinkU3Ec__Iterator0_t2589889038_1_0_0 = { (void*)1931, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878_0_0_0 = { (void*)1932, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878_1_0_0 = { (void*)1932, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CullStateChangedEvent_t3661388177_0_0_0 = { (void*)1935, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CullStateChangedEvent_t3661388177_0_0_1 = { (void*)1935, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CullStateChangedEvent_t3661388177_1_0_0 = { (void*)1935, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MaskUtilities_t4151184739_0_0_0 = { (void*)1936, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType MaskUtilities_t4151184739_1_0_0 = { (void*)1936, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Misc_t1447421763_0_0_0 = { (void*)1937, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Misc_t1447421763_1_0_0 = { (void*)1937, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Mode_t1066900953_0_0_0 = { (void*)1939, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Mode_t1066900953_0_0_1 = { (void*)1939, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Mode_t1066900953_1_0_0 = { (void*)1939, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Mode_t1066900953_0_0_32854 = { (void*)1939, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RectangularVertexClipper_t626611136_0_0_161 = { (void*)1971, 161, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RectangularVertexClipper_t626611136_0_0_0 = { (void*)1971, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType RectangularVertexClipper_t626611136_1_0_0 = { (void*)1971, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ScrollEvent_t149898510_0_0_0 = { (void*)1944, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ScrollEvent_t149898510_0_0_1 = { (void*)1944, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ScrollEvent_t149898510_1_0_0 = { (void*)1944, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Axis_t1697763317_0_0_0 = { (void*)1945, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Axis_t1697763317_1_0_0 = { (void*)1945, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Axis_t1697763317_0_0_32854 = { (void*)1945, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U3CClickRepeatU3Ec__Iterator0_t3442648935_0_0_0 = { (void*)1946, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CClickRepeatU3Ec__Iterator0_t3442648935_1_0_0 = { (void*)1946, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType MovementType_t4072922106_0_0_0 = { (void*)1948, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MovementType_t4072922106_0_0_1 = { (void*)1948, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType MovementType_t4072922106_1_0_0 = { (void*)1948, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType MovementType_t4072922106_0_0_32854 = { (void*)1948, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScrollbarVisibility_t705693775_0_0_0 = { (void*)1949, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScrollbarVisibility_t705693775_0_0_1 = { (void*)1949, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScrollbarVisibility_t705693775_1_0_0 = { (void*)1949, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ScrollbarVisibility_t705693775_0_0_32854 = { (void*)1949, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScrollRectEvent_t343079324_0_0_0 = { (void*)1950, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ScrollRectEvent_t343079324_0_0_1 = { (void*)1950, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ScrollRectEvent_t343079324_1_0_0 = { (void*)1950, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SetPropertyUtility_t3359423571_0_0_0 = { (void*)1954, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SetPropertyUtility_t3359423571_1_0_0 = { (void*)1954, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType SetPropertyUtility_SetStruct_m2462657881_gp_0_1_0_0 = { (void*)219, 0, IL2CPP_TYPE_MVAR, 0, 1, 0 };
extern const RuntimeType SetPropertyUtility_SetStruct_m2462657881_gp_0_0_0_0 = { (void*)219, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
Il2CppGenericClass EqualityComparer_1_t1286072262_GenericClass = { 168, { &GenInst_SetPropertyUtility_SetStruct_m2462657881_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType EqualityComparer_1_t1286072262_0_0_0 = { &EqualityComparer_1_t1286072262_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType SetPropertyUtility_SetClass_m1441723447_gp_0_1_0_0 = { (void*)220, 0, IL2CPP_TYPE_MVAR, 0, 1, 0 };
extern const RuntimeType SetPropertyUtility_SetClass_m1441723447_gp_0_0_0_0 = { (void*)220, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType SliderEvent_t3180273144_0_0_0 = { (void*)1957, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SliderEvent_t3180273144_0_0_1 = { (void*)1957, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SliderEvent_t3180273144_1_0_0 = { (void*)1957, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Axis_t809944411_0_0_0 = { (void*)1958, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Axis_t809944411_1_0_0 = { (void*)1958, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Axis_t809944411_0_0_32854 = { (void*)1958, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType StencilMaterial_t3850132571_0_0_0 = { (void*)1960, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StencilMaterial_t3850132571_1_0_0 = { (void*)1960, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ToggleGroup_t123837990_0_0_0 = { (void*)1966, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ToggleGroup_t123837990_0_0_1 = { (void*)1966, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ToggleGroup_t123837990_1_0_0 = { (void*)1966, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ToggleTransition_t3587297765_0_0_6 = { (void*)1964, 6, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ToggleTransition_t3587297765_0_0_0 = { (void*)1964, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ToggleTransition_t3587297765_1_0_0 = { (void*)1964, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ToggleTransition_t3587297765_0_0_32854 = { (void*)1964, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ToggleEvent_t1873685584_0_0_6 = { (void*)1965, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ToggleEvent_t1873685584_0_0_0 = { (void*)1965, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ToggleEvent_t1873685584_1_0_0 = { (void*)1965, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClipperRegistry_t2428680409_0_0_0 = { (void*)1967, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ClipperRegistry_t2428680409_1_0_0 = { (void*)1967, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ClipperRegistry_t2428680409_0_0_17 = { (void*)1967, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Clipping_t312708592_0_0_0 = { (void*)1968, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Clipping_t312708592_1_0_0 = { (void*)1968, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AspectRatioFitter_t3312407083_0_0_0 = { (void*)1972, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AspectRatioFitter_t3312407083_1_0_0 = { (void*)1972, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ILayoutSelfController_t2317839084_0_0_0 = { (void*)1989, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ILayoutSelfController_t2317839084_1_0_0 = { (void*)1989, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType CanvasScaler_t2767979955_0_0_0 = { (void*)1974, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType CanvasScaler_t2767979955_1_0_0 = { (void*)1974, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ScaleMode_t2604066427_0_0_0 = { (void*)1975, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScaleMode_t2604066427_0_0_1 = { (void*)1975, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScaleMode_t2604066427_1_0_0 = { (void*)1975, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ScaleMode_t2604066427_0_0_32854 = { (void*)1975, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScreenMatchMode_t3675272090_0_0_0 = { (void*)1976, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScreenMatchMode_t3675272090_0_0_4 = { (void*)1976, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ScreenMatchMode_t3675272090_1_0_0 = { (void*)1976, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType ScreenMatchMode_t3675272090_0_0_32854 = { (void*)1976, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Unit_t2218508340_0_0_0 = { (void*)1977, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Unit_t2218508340_0_0_4 = { (void*)1977, 4, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Unit_t2218508340_1_0_0 = { (void*)1977, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Unit_t2218508340_0_0_32854 = { (void*)1977, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ContentSizeFitter_t3850442145_0_0_0 = { (void*)1978, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ContentSizeFitter_t3850442145_1_0_0 = { (void*)1978, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GridLayoutGroup_t3046220461_0_0_0 = { (void*)1980, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GridLayoutGroup_t3046220461_1_0_0 = { (void*)1980, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LayoutGroup_t2436138090_0_0_0 = { (void*)1992, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LayoutGroup_t2436138090_1_0_0 = { (void*)1992, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HorizontalLayoutGroup_t2586782146_0_0_0 = { (void*)1984, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HorizontalLayoutGroup_t2586782146_1_0_0 = { (void*)1984, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType HorizontalOrVerticalLayoutGroup_t729725570_0_0_0 = { (void*)1985, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType HorizontalOrVerticalLayoutGroup_t729725570_1_0_0 = { (void*)1985, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LayoutGroup_SetProperty_m3996003139_gp_0_1_0_0 = { (void*)221, 0, IL2CPP_TYPE_MVAR, 0, 1, 0 };
extern const RuntimeType LayoutGroup_SetProperty_m3996003139_gp_0_0_0_0 = { (void*)221, 0, IL2CPP_TYPE_MVAR, 0, 0, 0 };
extern const RuntimeType U3CDelayedSetDirtyU3Ec__Iterator0_t3170500204_0_0_0 = { (void*)1993, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CDelayedSetDirtyU3Ec__Iterator0_t3170500204_1_0_0 = { (void*)1993, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType LayoutUtility_t2745813735_0_0_0 = { (void*)1995, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType LayoutUtility_t2745813735_1_0_0 = { (void*)1995, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType VerticalLayoutGroup_t923838031_0_0_0 = { (void*)1996, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType VerticalLayoutGroup_t923838031_1_0_0 = { (void*)1996, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IndexedSet_1_t2120020791_0_0_0 = { (void*)1998, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IndexedSet_1_t2120020791_1_0_0 = { (void*)1998, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IndexedSet_1_t2120020791_gp_0_0_0_0 = { (void*)222, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass IEnumerator_1_t3200223708_GenericClass = { 25, { &GenInst_IndexedSet_1_t2120020791_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerator_1_t3200223708_0_0_0 = { &IEnumerator_1_t3200223708_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType TU5BU5D_t3531803049_0_0_0 = { (void*)&IndexedSet_1_t2120020791_gp_0_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
Il2CppGenericClass Predicate_1_t3592947364_GenericClass = { 945, { &GenInst_IndexedSet_1_t2120020791_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Predicate_1_t3592947364_0_0_0 = { &Predicate_1_t3592947364_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Comparison_1_t2542584419_GenericClass = { 942, { &GenInst_IndexedSet_1_t2120020791_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Comparison_1_t2542584419_0_0_0 = { &Comparison_1_t2542584419_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass List_1_t4239727982_GenericClass = { 176, { &GenInst_IndexedSet_1_t2120020791_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t4239727982_0_0_33 = { &List_1_t4239727982_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType List_1_t4239727982_0_0_0 = { &List_1_t4239727982_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass Dictionary_2_t691248465_GenericClass = { 160, { &GenInst_IndexedSet_1_t2120020791_gp_0_0_0_0_Int32_t2950945753_0_0_0, NULL }, NULL };
extern const RuntimeType Dictionary_2_t691248465_0_0_1 = { &Dictionary_2_t691248465_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Dictionary_2_t691248465_0_0_0 = { &Dictionary_2_t691248465_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IList_1_t288005727_GenericClass = { 48, { &GenInst_IndexedSet_1_t2120020791_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IList_1_t288005727_0_0_0 = { &IList_1_t288005727_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ICollection_1_t1300838178_GenericClass = { 49, { &GenInst_IndexedSet_1_t2120020791_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ICollection_1_t1300838178_0_0_1 = { &ICollection_1_t1300838178_GenericClass, 1, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ICollection_1_t1300838178_0_0_0 = { &ICollection_1_t1300838178_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEnumerable_1_t1747506129_GenericClass = { 29, { &GenInst_IndexedSet_1_t2120020791_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEnumerable_1_t1747506129_0_0_2 = { &IEnumerable_1_t1747506129_GenericClass, 2, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType IEnumerable_1_t1747506129_0_0_0 = { &IEnumerable_1_t1747506129_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ListPool_1_t890186770_0_0_0 = { (void*)1999, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ListPool_1_t890186770_1_0_0 = { (void*)1999, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass List_1_t3009893961_GenericClass = { 176, { &GenInst_ListPool_1_t890186770_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType List_1_t3009893961_0_0_0 = { &List_1_t3009893961_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ListPool_1_t890186770_gp_0_0_0_0 = { (void*)223, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass ObjectPool_1_t2709517173_GenericClass = { 2000, { &GenInst_List_1_t3009893961_0_0_0, NULL }, NULL };
extern const RuntimeType ObjectPool_1_t2709517173_0_0_49 = { &ObjectPool_1_t2709517173_GenericClass, 49, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ObjectPool_1_t2709517173_0_0_0 = { &ObjectPool_1_t2709517173_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass UnityAction_1_t3594730102_GenericClass = { 1596, { &GenInst_List_1_t3009893961_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t3594730102_0_0_17 = { &UnityAction_1_t3594730102_GenericClass, 17, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_1_t3594730102_0_0_0 = { &UnityAction_1_t3594730102_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass ListPool_1_t2567408410_GenericClass = { 1999, { &GenInst_ListPool_1_t890186770_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType ListPool_1_t2567408410_0_0_0 = { &ListPool_1_t2567408410_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ObjectPool_1_t892185599_0_0_0 = { (void*)2000, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ObjectPool_1_t892185599_1_0_0 = { (void*)2000, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
Il2CppGenericClass UnityAction_1_t2124654189_GenericClass = { 1596, { &GenInst_ObjectPool_1_t892185599_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType UnityAction_1_t2124654189_0_0_0 = { &UnityAction_1_t2124654189_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType UnityAction_1_t2124654189_0_0_33 = { &UnityAction_1_t2124654189_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ObjectPool_1_t892185599_gp_0_0_0_0 = { (void*)224, 0, IL2CPP_TYPE_VAR, 0, 0, 0 };
Il2CppGenericClass Stack_1_t2383207503_GenericClass = { 1100, { &GenInst_ObjectPool_1_t892185599_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType Stack_1_t2383207503_0_0_33 = { &Stack_1_t2383207503_GenericClass, 33, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType Stack_1_t2383207503_0_0_0 = { &Stack_1_t2383207503_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType ReflectionMethodsCache_t2103211062_0_0_0 = { (void*)2001, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ReflectionMethodsCache_t2103211062_1_0_0 = { (void*)2001, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType ReflectionMethodsCache_t2103211062_0_0_17 = { (void*)2001, 17, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseVertexEffect_t2675891272_0_0_0 = { (void*)2009, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseVertexEffect_t2675891272_1_0_0 = { (void*)2009, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType BaseMeshEffect_t2440176439_0_0_0 = { (void*)2010, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType BaseMeshEffect_t2440176439_1_0_0 = { (void*)2010, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType IVertexModifier_t3404627876_0_0_0 = { (void*)2011, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType IVertexModifier_t3404627876_1_0_0 = { (void*)2011, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Outline_t2536100125_0_0_0 = { (void*)2013, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Outline_t2536100125_1_0_0 = { (void*)2013, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Shadow_t773074319_0_0_0 = { (void*)2015, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType Shadow_t773074319_1_0_0 = { (void*)2015, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PositionAsUV1_t3991086357_0_0_0 = { (void*)2014, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType PositionAsUV1_t3991086357_1_0_0 = { (void*)2014, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255365_0_0_0 = { (void*)2016, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255365_1_0_0 = { (void*)2016, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU3D12_t2488454196_0_0_307 = { (void*)2017, 307, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU3D12_t2488454196_0_0_0 = { (void*)2017, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU3D12_t2488454196_1_0_0 = { (void*)2017, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745543_0_0_0 = { (void*)2018, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745543_1_0_0 = { (void*)2018, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnalyticsEventTracker_t2285229262_0_0_0 = { (void*)2019, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnalyticsEventTracker_t2285229262_1_0_0 = { (void*)2019, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnalyticsEventTracker_t2285229262_0_0_3 = { (void*)2019, 3, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StandardEventPayload_t1629891255_0_0_0 = { (void*)2025, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StandardEventPayload_t1629891255_0_0_1 = { (void*)2025, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType StandardEventPayload_t1629891255_1_0_0 = { (void*)2025, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType EventTrigger_t2527451695_0_0_6 = { (void*)2039, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventTrigger_t2527451695_0_0_0 = { (void*)2039, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType EventTrigger_t2527451695_1_0_0 = { (void*)2039, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CTimedTriggerU3Ec__Iterator0_t3813435494_0_0_0 = { (void*)2020, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CTimedTriggerU3Ec__Iterator0_t3813435494_1_0_0 = { (void*)2020, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnalyticsEventTrackerSettings_t480422680_0_0_0 = { (void*)2021, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnalyticsEventTrackerSettings_t480422680_1_0_0 = { (void*)2021, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType RequirementType_t3584265503_0_0_0 = { (void*)2023, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RequirementType_t3584265503_0_0_1 = { (void*)2023, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType RequirementType_t3584265503_1_0_0 = { (void*)2023, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType RequirementType_t3584265503_0_0_32854 = { (void*)2023, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType ValueProperty_t1868393739_0_0_0 = { (void*)2028, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ValueProperty_t1868393739_0_0_1 = { (void*)2028, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType ValueProperty_t1868393739_1_0_0 = { (void*)2028, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnalyticsEventParamListContainer_t587083383_0_0_0 = { (void*)2024, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnalyticsEventParamListContainer_t587083383_1_0_0 = { (void*)2024, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType AnalyticsEventParamListContainer_t587083383_0_0_1 = { (void*)2024, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TrackableField_t1772682203_0_0_0 = { (void*)2026, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TrackableField_t1772682203_1_0_0 = { (void*)2026, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TrackableField_t1772682203_0_0_1 = { (void*)2026, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TrackablePropertyBase_t2121532948_0_0_0 = { (void*)2027, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TrackablePropertyBase_t2121532948_1_0_0 = { (void*)2027, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType PropertyType_t4040930247_0_0_1 = { (void*)2029, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PropertyType_t4040930247_0_0_0 = { (void*)2029, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType PropertyType_t4040930247_1_0_0 = { (void*)2029, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType PropertyType_t4040930247_0_0_32854 = { (void*)2029, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType AnalyticsTracker_t731021378_0_0_0 = { (void*)2030, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType AnalyticsTracker_t731021378_1_0_0 = { (void*)2030, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TrackableProperty_t3943537984_0_0_0 = { (void*)2032, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TrackableProperty_t3943537984_0_0_1 = { (void*)2032, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TrackableProperty_t3943537984_1_0_0 = { (void*)2032, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType Trigger_t4199345191_0_0_3 = { (void*)2031, 3, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Trigger_t4199345191_0_0_0 = { (void*)2031, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType Trigger_t4199345191_1_0_0 = { (void*)2031, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType Trigger_t4199345191_0_0_32854 = { (void*)2031, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerBool_t501031542_0_0_0 = { (void*)2034, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerBool_t501031542_1_0_0 = { (void*)2034, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TriggerBool_t501031542_0_0_32854 = { (void*)2034, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerBool_t501031542_0_0_1 = { (void*)2034, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerLifecycleEvent_t3193146760_0_0_0 = { (void*)2035, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerLifecycleEvent_t3193146760_1_0_0 = { (void*)2035, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TriggerLifecycleEvent_t3193146760_0_0_32854 = { (void*)2035, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerLifecycleEvent_t3193146760_0_0_1 = { (void*)2035, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerOperator_t3611898925_0_0_0 = { (void*)2036, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerOperator_t3611898925_1_0_0 = { (void*)2036, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TriggerOperator_t3611898925_0_0_32854 = { (void*)2036, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerOperator_t3611898925_0_0_1 = { (void*)2036, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerType_t105272677_0_0_0 = { (void*)2037, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerType_t105272677_1_0_0 = { (void*)2037, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
extern const RuntimeType TriggerType_t105272677_0_0_32854 = { (void*)2037, 32854, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerType_t105272677_0_0_1 = { (void*)2037, 1, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType TriggerListContainer_t2032715483_0_0_0 = { (void*)2038, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TriggerListContainer_t2032715483_1_0_0 = { (void*)2038, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TriggerListContainer_t2032715483_0_0_1 = { (void*)2038, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnTrigger_t4184125570_0_0_1 = { (void*)2040, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnTrigger_t4184125570_0_0_0 = { (void*)2040, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType OnTrigger_t4184125570_1_0_0 = { (void*)2040, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TriggerMethod_t582536534_0_0_1 = { (void*)2042, 1, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TriggerMethod_t582536534_0_0_0 = { (void*)2042, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TriggerMethod_t582536534_1_0_0 = { (void*)2042, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TrackableTrigger_t621205209_0_0_0 = { (void*)2041, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TrackableTrigger_t621205209_1_0_0 = { (void*)2041, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CModuleU3E_t692745544_0_0_0 = { (void*)2044, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CModuleU3E_t692745544_1_0_0 = { (void*)2044, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GameManager_t1536523654_0_0_0 = { (void*)2045, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType GameManager_t1536523654_1_0_0 = { (void*)2045, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType GameManager_t1536523654_0_0_6 = { (void*)2045, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SpinningDial_t645345550_0_0_0 = { (void*)2046, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType SpinningDial_t645345550_1_0_0 = { (void*)2046, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType TimeManager_t1960693005_0_0_6 = { (void*)2047, 6, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TimeManager_t1960693005_0_0_0 = { (void*)2047, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType TimeManager_t1960693005_1_0_0 = { (void*)2047, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255366_0_0_0 = { (void*)2048, 0, IL2CPP_TYPE_CLASS, 0, 0, 0 };
extern const RuntimeType U3CPrivateImplementationDetailsU3E_t3057255366_1_0_0 = { (void*)2048, 0, IL2CPP_TYPE_CLASS, 0, 1, 0 };
extern const RuntimeType U24ArrayTypeU3D8_t3242499063_0_0_307 = { (void*)2049, 307, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU3D8_t3242499063_0_0_0 = { (void*)2049, 0, IL2CPP_TYPE_VALUETYPE, 0, 0, 0 };
extern const RuntimeType U24ArrayTypeU3D8_t3242499063_1_0_0 = { (void*)2049, 0, IL2CPP_TYPE_VALUETYPE, 0, 1, 0 };
Il2CppGenericClass IComparer_1_t884274696_GenericClass = { 171, { &GenInst_DefaultComparer_t3277344064_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t884274696_0_0_0 = { &IComparer_1_t884274696_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IComparer_1_t1188505307_GenericClass = { 171, { &GenInst_GenericComparer_1_t3581574675_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IComparer_1_t1188505307_0_0_0 = { &IComparer_1_t1188505307_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t2502945182_GenericClass = { 173, { &GenInst_DefaultComparer_t4042948011_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t2502945182_0_0_0 = { &IEqualityComparer_1_t2502945182_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
Il2CppGenericClass IEqualityComparer_1_t730487731_GenericClass = { 173, { &GenInst_GenericEqualityComparer_1_t2270490560_gp_0_0_0_0, NULL }, NULL };
extern const RuntimeType IEqualityComparer_1_t730487731_0_0_0 = { &IEqualityComparer_1_t730487731_GenericClass, 0, IL2CPP_TYPE_GENERICINST, 0, 0, 0 };
extern const RuntimeType DecimalU5BU5D_t1145110141_0_0_0 = { (void*)&Decimal_t2948259380_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType Int16U5BU5D_t3686840178_0_0_0 = { (void*)&Int16_t2552820387_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ByteU5BU5DU5BU5D_t457913172_0_0_0 = { (void*)&ByteU5BU5D_t4116647657_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CustomAttributeTypedArgumentU5BU5D_t1465843424_0_0_0 = { (void*)&CustomAttributeTypedArgument_t2723150157_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType CustomAttributeNamedArgumentU5BU5D_t3710464795_0_0_0 = { (void*)&CustomAttributeNamedArgument_t287865710_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType DictionaryEntryU5BU5D_t4217117203_0_0_0 = { (void*)&DictionaryEntry_t3123975638_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType DateTimeU5BU5D_t1184652292_0_0_0 = { (void*)&DateTime_t3738529785_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TimeSpanU5BU5D_t4291357516_0_0_0 = { (void*)&TimeSpan_t881159249_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType TypeTagU5BU5D_t1563918664_0_0_0 = { (void*)&TypeTag_t3541821701_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType ITrackingHandlerU5BU5D_t3758023570_0_0_0 = { (void*)&ITrackingHandler_t1244553475_0_0_0, 0, IL2CPP_TYPE_SZARRAY, 0, 0, 0 };
extern const RuntimeType* const g_Il2CppTypeTable[8794] =
{
&IEnumerator_1_t3512676632_0_0_0,
&RuntimeObject_0_0_0,
&InternalEnumerator_1_t3987170281_0_0_0,
&IList_1_t600458651_0_0_0,
&ICollection_1_t1613291102_0_0_0,
&IEnumerable_1_t2059959053_0_0_0,
&IComparable_1_t2319610166_0_0_0,
&Int32_t2950945753_0_0_0,
&IEquatable_1_t3842091480_0_0_0,
&IEnumerator_1_t4067030938_0_0_0,
&Char_t3634460470_0_0_0,
&InternalEnumerator_1_t246557291_0_0_0,
&IList_1_t1154812957_0_0_0,
&ICollection_1_t2167645408_0_0_0,
&IEnumerable_1_t2614313359_0_0_0,
&IComparable_1_t2448770577_0_0_0,
&IEquatable_1_t3971251891_0_0_0,
&IComparable_1_t3105231717_0_0_0,
&Int64_t3736567304_0_0_0,
&IEquatable_1_t332745735_0_0_0,
&IComparable_1_t1928726391_0_0_0,
&UInt32_t2560061978_0_0_0,
&IEquatable_1_t3451207705_0_0_0,
&IComparable_1_t3502704505_0_0_0,
&UInt64_t4134040092_0_0_0,
&IEquatable_1_t730218523_0_0_0,
&IComparable_1_t502960789_0_0_0,
&Byte_t1134296376_0_0_0,
&IEquatable_1_t2025442103_0_0_0,
&IComparable_1_t1038242075_0_0_0,
&SByte_t1669577662_0_0_0,
&IEquatable_1_t2560723389_0_0_0,
&IComparable_1_t1921484800_0_0_0,
&Int16_t2552820387_0_0_0,
&IEquatable_1_t3443966114_0_0_0,
&IComparable_1_t1546389371_0_0_0,
&UInt16_t2177724958_0_0_0,
&IEquatable_1_t3068870685_0_0_0,
&IComparable_1_t3003124883_0_0_0,
&IEquatable_1_t230638901_0_0_0,
&IComparable_1_t1216115102_0_0_0,
&String_t_0_0_0,
&IEquatable_1_t2738596416_0_0_0,
&IEnumerator_1_t2280021157_0_0_0,
&InternalEnumerator_1_t2754514806_0_0_0,
&IList_1_t3662770472_0_0_0,
&ICollection_1_t380635627_0_0_0,
&IEnumerable_1_t827303578_0_0_0,
&IList_1_t497718164_0_0_0,
&IConvertible_t2977365677_0_0_0,
&IEnumerator_1_t3409936145_0_0_0,
&InternalEnumerator_1_t3884429794_0_0_0,
&ICollection_1_t1510550615_0_0_0,
&IEnumerable_1_t1957218566_0_0_0,
&IList_1_t1851431001_0_0_0,
&IComparable_t36111218_0_0_0,
&IEnumerator_1_t468681686_0_0_0,
&InternalEnumerator_1_t943175335_0_0_0,
&ICollection_1_t2864263452_0_0_0,
&IEnumerable_1_t3310931403_0_0_0,
&IList_1_t3756487794_0_0_0,
&IEnumerable_t1941168011_0_0_0,
&IEnumerator_1_t2373738479_0_0_0,
&InternalEnumerator_1_t2848232128_0_0_0,
&ICollection_1_t474352949_0_0_0,
&IEnumerable_1_t921020900_0_0_0,
&IList_1_t2539743981_0_0_0,
&ICloneable_t724424198_0_0_0,
&IEnumerator_1_t1156994666_0_0_0,
&InternalEnumerator_1_t1631488315_0_0_0,
&ICollection_1_t3552576432_0_0_0,
&IEnumerable_1_t3999244383_0_0_0,
&IList_1_t3031434885_0_0_0,
&IEnumerator_1_t1648685570_0_0_0,
&InternalEnumerator_1_t2123179219_0_0_0,
&ICollection_1_t4044267336_0_0_0,
&IEnumerable_1_t195967991_0_0_0,
&IList_1_t258948903_0_0_0,
&IEnumerator_1_t3171166884_0_0_0,
&InternalEnumerator_1_t3645660533_0_0_0,
&ICollection_1_t1271781354_0_0_0,
&IEnumerable_1_t1718449305_0_0_0,
&List_1_t3319525431_0_0_0,
&List_1_t257213610_0_0_0,
&Enumerator_t2146457487_0_0_0,
&ReadOnlyCollection_1_t4292682451_0_0_0,
&Collection_1_t2024462082_0_0_0,
&EqualityComparer_1_t1249878500_0_0_0,
&IEqualityComparer_1_t892470886_0_0_0,
&IEnumerator_1_t2916515228_0_0_0,
&Type_t_0_0_0,
&InternalEnumerator_1_t3391008877_0_0_0,
&IList_1_t4297247_0_0_0,
&ICollection_1_t1017129698_0_0_0,
&IEnumerable_1_t1463797649_0_0_0,
&IList_1_t74629426_0_0_0,
&IReflect_t2554276939_0_0_0,
&IEnumerator_1_t2986847407_0_0_0,
&InternalEnumerator_1_t3461341056_0_0_0,
&ICollection_1_t1087461877_0_0_0,
&IEnumerable_1_t1534129828_0_0_0,
&IList_1_t1108916738_0_0_0,
&_Type_t3588564251_0_0_0,
&IEnumerator_1_t4021134719_0_0_0,
&InternalEnumerator_1_t200661072_0_0_0,
&ICollection_1_t2121749189_0_0_0,
&IEnumerable_1_t2568417140_0_0_0,
&IList_1_t900354228_0_0_0,
&MemberInfo_t_0_0_0,
&IEnumerator_1_t3812572209_0_0_0,
&InternalEnumerator_1_t4287065858_0_0_0,
&ICollection_1_t1913186679_0_0_0,
&IEnumerable_1_t2359854630_0_0_0,
&IList_1_t3346143920_0_0_0,
&ICustomAttributeProvider_t1530824137_0_0_0,
&IEnumerator_1_t1963394605_0_0_0,
&InternalEnumerator_1_t2437888254_0_0_0,
&ICollection_1_t64009075_0_0_0,
&IEnumerable_1_t510677026_0_0_0,
&IList_1_t1442829200_0_0_0,
&_MemberInfo_t3922476713_0_0_0,
&IEnumerator_1_t60079885_0_0_0,
&InternalEnumerator_1_t534573534_0_0_0,
&ICollection_1_t2455661651_0_0_0,
&IEnumerable_1_t2902329602_0_0_0,
&DefaultComparer_t3811731116_0_0_0,
&Predicate_1_t3905400288_0_0_0,
&Comparer_1_t284893750_0_0_0,
&IComparer_1_t39404347_0_0_0,
&DefaultComparer_t932709497_0_0_0,
&IEnumerator_1_t3383516221_0_0_0,
&InternalEnumerator_1_t3858009870_0_0_0,
&IList_1_t471298240_0_0_0,
&ICollection_1_t1484130691_0_0_0,
&IEnumerable_1_t1930798642_0_0_0,
&IEnumerator_1_t1027235831_0_0_0,
&Double_t594665363_0_0_0,
&InternalEnumerator_1_t1501729480_0_0_0,
&IList_1_t2409985146_0_0_0,
&ICollection_1_t3422817597_0_0_0,
&IEnumerable_1_t3869485548_0_0_0,
&IEnumerator_1_t2992632446_0_0_0,
&InternalEnumerator_1_t3467126095_0_0_0,
&IList_1_t80414465_0_0_0,
&ICollection_1_t1093246916_0_0_0,
&IEnumerable_1_t1539914867_0_0_0,
&Comparison_1_t2855037343_0_0_0,
&ReadOnlyCollection_1_t3060026976_0_0_0,
&Predicate_1_t2672744813_0_0_0,
&Enumerator_t913802012_0_0_0,
&Comparison_1_t1622381868_0_0_0,
&IEnumerator_1_t1566866844_0_0_0,
&InternalEnumerator_1_t2041360493_0_0_0,
&IList_1_t2949616159_0_0_0,
&ICollection_1_t3962448610_0_0_0,
&IEnumerable_1_t114149265_0_0_0,
&IEnumerator_1_t1829837242_0_0_0,
&Single_t1397266774_0_0_0,
&InternalEnumerator_1_t2304330891_0_0_0,
&IList_1_t3212586557_0_0_0,
&ICollection_1_t4225419008_0_0_0,
&IEnumerable_1_t377119663_0_0_0,
&IComparable_1_t765931187_0_0_0,
&IEquatable_1_t2288412501_0_0_0,
&IComparable_1_t4258297072_0_0_0,
&IEquatable_1_t1485811090_0_0_0,
&IComparable_1_t2316923793_0_0_0,
&Decimal_t2948259380_0_0_0,
&IEquatable_1_t3839405107_0_0_0,
&IComparable_1_t3760919674_0_0_0,
&Boolean_t97287965_0_0_0,
&IEquatable_1_t988433692_0_0_0,
&IEnumerator_1_t1620963281_0_0_0,
&Delegate_t1188392813_0_0_0,
&InternalEnumerator_1_t2095456930_0_0_0,
&IList_1_t3003712596_0_0_0,
&ICollection_1_t4016545047_0_0_0,
&IEnumerable_1_t168245702_0_0_0,
&IList_1_t896113289_0_0_0,
&ISerializable_t3375760802_0_0_0,
&IEnumerator_1_t3808331270_0_0_0,
&InternalEnumerator_1_t4282824919_0_0_0,
&ICollection_1_t1908945740_0_0_0,
&IEnumerable_1_t2355613691_0_0_0,
&IEnumerator_1_t2293627066_0_0_0,
&ParameterInfo_t1861056598_0_0_0,
&InternalEnumerator_1_t2768120715_0_0_0,
&IList_1_t3676376381_0_0_0,
&ICollection_1_t394241536_0_0_0,
&IEnumerable_1_t840909487_0_0_0,
&IList_1_t2304725639_0_0_0,
&_ParameterInfo_t489405856_0_0_0,
&IEnumerator_1_t921976324_0_0_0,
&InternalEnumerator_1_t1396469973_0_0_0,
&ICollection_1_t3317558090_0_0_0,
&IEnumerable_1_t3764226041_0_0_0,
&IEnumerator_1_t1894264934_0_0_0,
&ParameterModifier_t1461694466_0_0_0,
&InternalEnumerator_1_t2368758583_0_0_0,
&IList_1_t3277014249_0_0_0,
&ICollection_1_t4289846700_0_0_0,
&IEnumerable_1_t441547355_0_0_0,
&IEnumerator_1_t2610295426_0_0_0,
&InternalEnumerator_1_t3084789075_0_0_0,
&IList_1_t3993044741_0_0_0,
&ICollection_1_t710909896_0_0_0,
&IEnumerable_1_t1157577847_0_0_0,
&IEnumerator_1_t271643264_0_0_0,
&InternalEnumerator_1_t746136913_0_0_0,
&IList_1_t1654392579_0_0_0,
&ICollection_1_t2667225030_0_0_0,
&IEnumerable_1_t3113892981_0_0_0,
&IEnumerator_1_t2985390855_0_0_0,
&InternalEnumerator_1_t3459884504_0_0_0,
&IList_1_t73172874_0_0_0,
&ICollection_1_t1086005325_0_0_0,
&IEnumerable_1_t1532673276_0_0_0,
&IEnumerator_1_t2102148130_0_0_0,
&InternalEnumerator_1_t2576641779_0_0_0,
&IList_1_t3484897445_0_0_0,
&ICollection_1_t202762600_0_0_0,
&IEnumerable_1_t649430551_0_0_0,
&IEnumerator_1_t4169137772_0_0_0,
&InternalEnumerator_1_t348664125_0_0_0,
&IList_1_t1256919791_0_0_0,
&ICollection_1_t2269752242_0_0_0,
&IEnumerable_1_t2716420193_0_0_0,
&Action_1_t3252573759_0_0_0,
&Converter_2_t2442480487_0_0_0,
&ArrayReadOnlyList_1_t4270623997_0_0_0,
&U3CGetEnumeratorU3Ec__Iterator0_t4107749331_0_0_0,
&IEnumerator_1_t319305757_0_0_0,
&FieldInfo_t_0_0_0,
&InternalEnumerator_1_t793799406_0_0_0,
&IList_1_t1702055072_0_0_0,
&ICollection_1_t2714887523_0_0_0,
&IEnumerable_1_t3161555474_0_0_0,
&IList_1_t302298860_0_0_0,
&_FieldInfo_t2781946373_0_0_0,
&IEnumerator_1_t3214516841_0_0_0,
&InternalEnumerator_1_t3689010490_0_0_0,
&ICollection_1_t1315131311_0_0_0,
&IEnumerable_1_t1761799262_0_0_0,
&IEnumerator_1_t2310196716_0_0_0,
&MethodInfo_t_0_0_0,
&InternalEnumerator_1_t2784690365_0_0_0,
&IList_1_t3692946031_0_0_0,
&ICollection_1_t410811186_0_0_0,
&IEnumerable_1_t857479137_0_0_0,
&IList_1_t1070417991_0_0_0,
&_MethodInfo_t3550065504_0_0_0,
&IEnumerator_1_t3982635972_0_0_0,
&InternalEnumerator_1_t162162325_0_0_0,
&ICollection_1_t2083250442_0_0_0,
&IEnumerable_1_t2529918393_0_0_0,
&IList_1_t2424688195_0_0_0,
&MethodBase_t_0_0_0,
&IEnumerator_1_t1041938880_0_0_0,
&InternalEnumerator_1_t1516432529_0_0_0,
&ICollection_1_t3437520646_0_0_0,
&IEnumerable_1_t3884188597_0_0_0,
&IList_1_t3472568031_0_0_0,
&_MethodBase_t1657248248_0_0_0,
&IEnumerator_1_t2089818716_0_0_0,
&InternalEnumerator_1_t2564312365_0_0_0,
&ICollection_1_t190433186_0_0_0,
&IEnumerable_1_t637101137_0_0_0,
&IEnumerator_1_t438340297_0_0_0,
&ConstructorInfo_t5769829_0_0_0,
&InternalEnumerator_1_t912833946_0_0_0,
&IList_1_t1821089612_0_0_0,
&ICollection_1_t2833922063_0_0_0,
&IEnumerable_1_t3280590014_0_0_0,
&IList_1_t877896320_0_0_0,
&_ConstructorInfo_t3357543833_0_0_0,
&IEnumerator_1_t3790114301_0_0_0,
&InternalEnumerator_1_t4264607950_0_0_0,
&ICollection_1_t1890728771_0_0_0,
&IEnumerable_1_t2337396722_0_0_0,
&IEnumerator_1_t1272720649_0_0_0,
&IntPtr_t_0_0_0,
&InternalEnumerator_1_t1747214298_0_0_0,
&IList_1_t2655469964_0_0_0,
&ICollection_1_t3668302415_0_0_0,
&IEnumerable_1_t4114970366_0_0_0,
&IEnumerator_1_t3765438360_0_0_0,
&TableRange_t3332867892_0_0_0,
&InternalEnumerator_1_t4239932009_0_0_0,
&IList_1_t853220379_0_0_0,
&ICollection_1_t1866052830_0_0_0,
&IEnumerable_1_t2312720781_0_0_0,
&IEnumerator_1_t1299004122_0_0_0,
&TailoringInfo_t866433654_0_0_0,
&InternalEnumerator_1_t1773497771_0_0_0,
&IList_1_t2681753437_0_0_0,
&ICollection_1_t3694585888_0_0_0,
&IEnumerable_1_t4141253839_0_0_0,
&Dictionary_2_t2736202052_0_0_0,
&Dictionary_2_t3384741_0_0_0,
&ICollection_1_t934241846_0_0_0,
&KeyValuePair_2_t2401056908_0_0_0,
&IEnumerator_1_t2833627376_0_0_0,
&InternalEnumerator_1_t3308121025_0_0_0,
&IList_1_t4216376691_0_0_0,
&IEnumerable_1_t1380909797_0_0_0,
&IDictionary_2_t2762203428_0_0_0,
&IEnumerator_1_t976888432_0_0_0,
&Link_t544317964_0_0_0,
&InternalEnumerator_1_t1451382081_0_0_0,
&IList_1_t2359637747_0_0_0,
&ICollection_1_t3372470198_0_0_0,
&IEnumerable_1_t3819138149_0_0_0,
&KeyCollection_t193060212_0_0_0,
&Enumerator_t185561725_0_0_0,
&Enumerator_t1957567516_0_0_0,
&Transform_1_t1706577217_0_0_0,
&ValueCollection_t1719429059_0_0_0,
&Enumerator_t572278398_0_0_0,
&Transform_1_t1577416806_0_0_0,
&Transform_1_t1750446691_0_0_0,
&DictionaryEntry_t3123975638_0_0_0,
&IEnumerator_1_t3556546106_0_0_0,
&InternalEnumerator_1_t4031039755_0_0_0,
&IList_1_t644328125_0_0_0,
&ICollection_1_t1657160576_0_0_0,
&IEnumerable_1_t2103828527_0_0_0,
&Transform_1_t1027527961_0_0_0,
&ShimEnumerator_t105538_0_0_0,
&IEqualityComparer_1_t763310475_0_0_0,
&EqualityComparer_1_t1120718089_0_0_0,
&GenericEqualityComparer_1_t3185258014_0_0_0,
&DefaultComparer_t3682570705_0_0_0,
&IEqualityComparer_1_t3954782707_0_0_0,
&Transform_1_t3530625384_0_0_0,
&KeyValuePair_2_t838906923_0_0_0,
&IEnumerator_1_t1271477391_0_0_0,
&InternalEnumerator_1_t1745971040_0_0_0,
&IList_1_t2654226706_0_0_0,
&ICollection_1_t3667059157_0_0_0,
&IEnumerable_1_t4113727108_0_0_0,
&KeyCollection_t2925877523_0_0_0,
&Enumerator_t2918379036_0_0_0,
&Enumerator_t395417531_0_0_0,
&ValueCollection_t157279074_0_0_0,
&Enumerator_t3305095709_0_0_0,
&IEnumerator_1_t2021845822_0_0_0,
&Contraction_t1589275354_0_0_0,
&InternalEnumerator_1_t2496339471_0_0_0,
&IList_1_t3404595137_0_0_0,
&ICollection_1_t122460292_0_0_0,
&IEnumerable_1_t569128243_0_0_0,
&IEnumerator_1_t4073369338_0_0_0,
&Level2Map_t3640798870_0_0_0,
&InternalEnumerator_1_t252895691_0_0_0,
&IList_1_t1161151357_0_0_0,
&ICollection_1_t2173983808_0_0_0,
&IEnumerable_1_t2620651759_0_0_0,
&IEnumerator_1_t3335475557_0_0_0,
&BigInteger_t2902905089_0_0_0,
&InternalEnumerator_1_t3809969206_0_0_0,
&IList_1_t423257576_0_0_0,
&ICollection_1_t1436090027_0_0_0,
&IEnumerable_1_t1882757978_0_0_0,
&IEnumerator_1_t517598364_0_0_0,
&KeySizes_t85027896_0_0_0,
&InternalEnumerator_1_t992092013_0_0_0,
&IList_1_t1900347679_0_0_0,
&ICollection_1_t2913180130_0_0_0,
&IEnumerable_1_t3359848081_0_0_0,
&CollectionDebuggerView_1_t1274252988_0_0_0,
&CollectionDebuggerView_2_t720968023_0_0_0,
&GenericComparer_1_t781738708_0_0_0,
&Dictionary_2_t132545152_0_0_0,
&ICollection_1_t1063402257_0_0_0,
&KeyValuePair_2_t2530217319_0_0_0,
&IEnumerator_1_t2962787787_0_0_0,
&InternalEnumerator_1_t3437281436_0_0_0,
&IList_1_t50569806_0_0_0,
&IEnumerable_1_t1510070208_0_0_0,
&IDictionary_2_t2891363839_0_0_0,
&KeyCollection_t322220623_0_0_0,
&Enumerator_t314722136_0_0_0,
&Enumerator_t2086727927_0_0_0,
&Transform_1_t4165270170_0_0_0,
&ValueCollection_t1848589470_0_0_0,
&Enumerator_t701438809_0_0_0,
&Transform_1_t4209139644_0_0_0,
&Transform_1_t3615381325_0_0_0,
&ShimEnumerator_t129265949_0_0_0,
&GenericEqualityComparer_1_t3314418425_0_0_0,
&IEnumerator_1_t529858433_0_0_0,
&InternalEnumerator_1_t1004352082_0_0_0,
&IList_1_t1912607748_0_0_0,
&ICollection_1_t2925440199_0_0_0,
&IEnumerable_1_t3372108150_0_0_0,
&IEnumerator_1_t113491922_0_0_0,
&Slot_t3975888750_0_0_0,
&InternalEnumerator_1_t587985571_0_0_0,
&IList_1_t1496241237_0_0_0,
&ICollection_1_t2509073688_0_0_0,
&IEnumerable_1_t2955741639_0_0_0,
&IEnumerator_1_t817065478_0_0_0,
&Slot_t384495010_0_0_0,
&InternalEnumerator_1_t1291559127_0_0_0,
&IList_1_t2199814793_0_0_0,
&ICollection_1_t3212647244_0_0_0,
&IEnumerable_1_t3659315195_0_0_0,
&IEnumerator_1_t3649823527_0_0_0,
&StackFrame_t3217253059_0_0_0,
&InternalEnumerator_1_t4124317176_0_0_0,
&IList_1_t737605546_0_0_0,
&ICollection_1_t1750437997_0_0_0,
&IEnumerable_1_t2197105948_0_0_0,
&IEnumerator_1_t2093692037_0_0_0,
&Calendar_t1661121569_0_0_0,
&InternalEnumerator_1_t2568185686_0_0_0,
&IList_1_t3476441352_0_0_0,
&ICollection_1_t194306507_0_0_0,
&IEnumerable_1_t640974458_0_0_0,
&IEnumerator_1_t1164458159_0_0_0,
&ModuleBuilder_t731887691_0_0_0,
&InternalEnumerator_1_t1638951808_0_0_0,
&IList_1_t2547207474_0_0_0,
&ICollection_1_t3560039925_0_0_0,
&IEnumerable_1_t4006707876_0_0_0,
&IList_1_t737442190_0_0_0,
&_ModuleBuilder_t3217089703_0_0_0,
&IEnumerator_1_t3649660171_0_0_0,
&InternalEnumerator_1_t4124153820_0_0_0,
&ICollection_1_t1750274641_0_0_0,
&IEnumerable_1_t2196942592_0_0_0,
&IList_1_t507378588_0_0_0,
&Module_t2987026101_0_0_0,
&IEnumerator_1_t3419596569_0_0_0,
&InternalEnumerator_1_t3894090218_0_0_0,
&ICollection_1_t1520211039_0_0_0,
&IEnumerable_1_t1966878990_0_0_0,
&IList_1_t1950481489_0_0_0,
&_Module_t135161706_0_0_0,
&IEnumerator_1_t567732174_0_0_0,
&InternalEnumerator_1_t1042225823_0_0_0,
&ICollection_1_t2963313940_0_0_0,
&IEnumerable_1_t3409981891_0_0_0,
&IEnumerator_1_t3214207685_0_0_0,
&CustomAttributeBuilder_t2781637217_0_0_0,
&InternalEnumerator_1_t3688701334_0_0_0,
&IList_1_t301989704_0_0_0,
&ICollection_1_t1314822155_0_0_0,
&IEnumerable_1_t1761490106_0_0_0,
&IList_1_t39565843_0_0_0,
&_CustomAttributeBuilder_t2519213356_0_0_0,
&IEnumerator_1_t2951783824_0_0_0,
&InternalEnumerator_1_t3426277473_0_0_0,
&ICollection_1_t1052398294_0_0_0,
&IEnumerable_1_t1499066245_0_0_0,
&IEnumerator_1_t241033181_0_0_0,
&MonoResource_t4103430009_0_0_0,
&InternalEnumerator_1_t715526830_0_0_0,
&IList_1_t1623782496_0_0_0,
&ICollection_1_t2636614947_0_0_0,
&IEnumerable_1_t3083282898_0_0_0,
&IEnumerator_1_t2336799951_0_0_0,
&MonoWin32Resource_t1904229483_0_0_0,
&InternalEnumerator_1_t2811293600_0_0_0,
&IList_1_t3719549266_0_0_0,
&ICollection_1_t437414421_0_0_0,
&IEnumerable_1_t884082372_0_0_0,
&IEnumerator_1_t916961455_0_0_0,
&RefEmitPermissionSet_t484390987_0_0_0,
&InternalEnumerator_1_t1391455104_0_0_0,
&IList_1_t2299710770_0_0_0,
&ICollection_1_t3312543221_0_0_0,
&IEnumerable_1_t3759211172_0_0_0,
&IEnumerator_1_t1569710143_0_0_0,
&ParameterBuilder_t1137139675_0_0_0,
&InternalEnumerator_1_t2044203792_0_0_0,
&IList_1_t2952459458_0_0_0,
&ICollection_1_t3965291909_0_0_0,
&IEnumerable_1_t116992564_0_0_0,
&IList_1_t1422250562_0_0_0,
&_ParameterBuilder_t3901898075_0_0_0,
&IEnumerator_1_t39501247_0_0_0,
&InternalEnumerator_1_t513994896_0_0_0,
&ICollection_1_t2435083013_0_0_0,
&IEnumerable_1_t2881750964_0_0_0,
&IEnumerator_1_t78483277_0_0_0,
&TypeU5BU5D_t3940880105_0_0_0,
&InternalEnumerator_1_t552976926_0_0_0,
&IList_1_t1461232592_0_0_0,
&ICollection_1_t2474065043_0_0_0,
&IEnumerable_1_t2920732994_0_0_0,
&IList_1_t1069638806_0_0_0,
&RuntimeArray_0_0_0,
&IEnumerator_1_t3981856787_0_0_0,
&InternalEnumerator_1_t161383140_0_0_0,
&ICollection_1_t2082471257_0_0_0,
&IEnumerable_1_t2529139208_0_0_0,
&IList_1_t1425237373_0_0_0,
&ICollection_t3904884886_0_0_0,
&IEnumerator_1_t42488058_0_0_0,
&InternalEnumerator_1_t516981707_0_0_0,
&ICollection_1_t2438069824_0_0_0,
&IEnumerable_1_t2884737775_0_0_0,
&IList_1_t3910250999_0_0_0,
&IList_t2094931216_0_0_0,
&IEnumerator_1_t2527501684_0_0_0,
&InternalEnumerator_1_t3001995333_0_0_0,
&ICollection_1_t628116154_0_0_0,
&IEnumerable_1_t1074784105_0_0_0,
&IList_1_t1819617030_0_0_0,
&IEnumerator_1_t436867715_0_0_0,
&InternalEnumerator_1_t911361364_0_0_0,
&ICollection_1_t2832449481_0_0_0,
&IEnumerable_1_t3279117432_0_0_0,
&IList_1_t2832449482_0_0_0,
&IEnumerator_1_t1449700166_0_0_0,
&InternalEnumerator_1_t1924193815_0_0_0,
&ICollection_1_t3845281932_0_0_0,
&IEnumerable_1_t4291949883_0_0_0,
&IList_1_t3279117433_0_0_0,
&IEnumerator_1_t1896368117_0_0_0,
&InternalEnumerator_1_t2370861766_0_0_0,
&ICollection_1_t4291949884_0_0_0,
&IEnumerable_1_t443650538_0_0_0,
&IList_1_t1889949209_0_0_0,
&IEnumerator_1_t507199894_0_0_0,
&InternalEnumerator_1_t981693543_0_0_0,
&ICollection_1_t2902781660_0_0_0,
&IEnumerable_1_t3349449611_0_0_0,
&IList_1_t2902781661_0_0_0,
&IEnumerator_1_t1520032345_0_0_0,
&InternalEnumerator_1_t1994525994_0_0_0,
&ICollection_1_t3915614111_0_0_0,
&IEnumerable_1_t67314766_0_0_0,
&IList_1_t3349449612_0_0_0,
&IEnumerator_1_t1966700296_0_0_0,
&InternalEnumerator_1_t2441193945_0_0_0,
&ICollection_1_t67314767_0_0_0,
&IEnumerable_1_t513982717_0_0_0,
&IList_1_t2924236521_0_0_0,
&IEnumerator_1_t1541487206_0_0_0,
&InternalEnumerator_1_t2015980855_0_0_0,
&ICollection_1_t3937068972_0_0_0,
&IEnumerable_1_t88769627_0_0_0,
&IList_1_t3937068973_0_0_0,
&IEnumerator_1_t2554319657_0_0_0,
&InternalEnumerator_1_t3028813306_0_0_0,
&ICollection_1_t654934127_0_0_0,
&IEnumerable_1_t1101602078_0_0_0,
&IList_1_t88769628_0_0_0,
&IEnumerator_1_t3000987608_0_0_0,
&InternalEnumerator_1_t3475481257_0_0_0,
&ICollection_1_t1101602079_0_0_0,
&IEnumerable_1_t1548270029_0_0_0,
&IList_1_t2715674011_0_0_0,
&IEnumerator_1_t1332924696_0_0_0,
&InternalEnumerator_1_t1807418345_0_0_0,
&ICollection_1_t3728506462_0_0_0,
&IEnumerable_1_t4175174413_0_0_0,
&IList_1_t3728506463_0_0_0,
&IEnumerator_1_t2345757147_0_0_0,
&InternalEnumerator_1_t2820250796_0_0_0,
&ICollection_1_t446371617_0_0_0,
&IEnumerable_1_t893039568_0_0_0,
&IList_1_t4175174414_0_0_0,
&IEnumerator_1_t2792425098_0_0_0,
&InternalEnumerator_1_t3266918747_0_0_0,
&ICollection_1_t893039569_0_0_0,
&IEnumerable_1_t1339707519_0_0_0,
&IList_1_t866496407_0_0_0,
&IEnumerator_1_t3778714388_0_0_0,
&InternalEnumerator_1_t4253208037_0_0_0,
&ICollection_1_t1879328858_0_0_0,
&IEnumerable_1_t2325996809_0_0_0,
&IList_1_t1879328859_0_0_0,
&IEnumerator_1_t496579543_0_0_0,
&InternalEnumerator_1_t971073192_0_0_0,
&ICollection_1_t2892161309_0_0_0,
&IEnumerable_1_t3338829260_0_0_0,
&IList_1_t2325996810_0_0_0,
&IEnumerator_1_t943247494_0_0_0,
&InternalEnumerator_1_t1417741143_0_0_0,
&ICollection_1_t3338829261_0_0_0,
&IEnumerable_1_t3785497211_0_0_0,
&IList_1_t3258148983_0_0_0,
&IEnumerator_1_t1875399668_0_0_0,
&InternalEnumerator_1_t2349893317_0_0_0,
&ICollection_1_t4270981434_0_0_0,
&IEnumerable_1_t422682089_0_0_0,
&IList_1_t4270981435_0_0_0,
&IEnumerator_1_t2888232119_0_0_0,
&InternalEnumerator_1_t3362725768_0_0_0,
&ICollection_1_t988846589_0_0_0,
&IEnumerable_1_t1435514540_0_0_0,
&IList_1_t422682090_0_0_0,
&IEnumerator_1_t3334900070_0_0_0,
&InternalEnumerator_1_t3809393719_0_0_0,
&ICollection_1_t1435514541_0_0_0,
&IEnumerable_1_t1882182491_0_0_0,
&IList_1_t2415778434_0_0_0,
&IEnumerator_1_t1033029119_0_0_0,
&InternalEnumerator_1_t1507522768_0_0_0,
&ICollection_1_t3428610885_0_0_0,
&IEnumerable_1_t3875278836_0_0_0,
&IList_1_t3428610886_0_0_0,
&IEnumerator_1_t2045861570_0_0_0,
&InternalEnumerator_1_t2520355219_0_0_0,
&ICollection_1_t146476040_0_0_0,
&IEnumerable_1_t593143991_0_0_0,
&IList_1_t3875278837_0_0_0,
&IEnumerator_1_t2492529521_0_0_0,
&InternalEnumerator_1_t2967023170_0_0_0,
&ICollection_1_t593143992_0_0_0,
&IEnumerable_1_t1039811942_0_0_0,
&IEnumerator_1_t3994834579_0_0_0,
&LocalBuilder_t3562264111_0_0_0,
&InternalEnumerator_1_t174360932_0_0_0,
&IList_1_t1082616598_0_0_0,
&ICollection_1_t2095449049_0_0_0,
&IEnumerable_1_t2542117000_0_0_0,
&IList_1_t2299555977_0_0_0,
&_LocalBuilder_t484236194_0_0_0,
&IEnumerator_1_t916806662_0_0_0,
&InternalEnumerator_1_t1391300311_0_0_0,
&ICollection_1_t3312388428_0_0_0,
&IEnumerable_1_t3759056379_0_0_0,
&IList_1_t4242099178_0_0_0,
&LocalVariableInfo_t2426779395_0_0_0,
&IEnumerator_1_t2859349863_0_0_0,
&InternalEnumerator_1_t3333843512_0_0_0,
&ICollection_1_t959964333_0_0_0,
&IEnumerable_1_t1406632284_0_0_0,
&IEnumerator_1_t2758345582_0_0_0,
&ILTokenInfo_t2325775114_0_0_0,
&InternalEnumerator_1_t3232839231_0_0_0,
&IList_1_t4141094897_0_0_0,
&ICollection_1_t858960052_0_0_0,
&IEnumerable_1_t1305628003_0_0_0,
&IEnumerator_1_t792737859_0_0_0,
&LabelData_t360167391_0_0_0,
&InternalEnumerator_1_t1267231508_0_0_0,
&IList_1_t2175487174_0_0_0,
&ICollection_1_t3188319625_0_0_0,
&IEnumerable_1_t3634987576_0_0_0,
&IEnumerator_1_t1291072522_0_0_0,
&LabelFixup_t858502054_0_0_0,
&InternalEnumerator_1_t1765566171_0_0_0,
&IList_1_t2673821837_0_0_0,
&ICollection_1_t3686654288_0_0_0,
&IEnumerable_1_t4133322239_0_0_0,
&IEnumerator_1_t2421398408_0_0_0,
&GenericTypeParameterBuilder_t1988827940_0_0_0,
&InternalEnumerator_1_t2895892057_0_0_0,
&IList_1_t3804147723_0_0_0,
&ICollection_1_t522012878_0_0_0,
&IEnumerable_1_t968680829_0_0_0,
&IEnumerator_1_t1506518622_0_0_0,
&TypeBuilder_t1073948154_0_0_0,
&InternalEnumerator_1_t1981012271_0_0_0,
&IList_1_t2889267937_0_0_0,
&ICollection_1_t3902100388_0_0_0,
&IEnumerable_1_t53801043_0_0_0,
&IList_1_t21989759_0_0_0,
&_TypeBuilder_t2501637272_0_0_0,
&IEnumerator_1_t2934207740_0_0_0,
&InternalEnumerator_1_t3408701389_0_0_0,
&ICollection_1_t1034822210_0_0_0,
&IEnumerable_1_t1481490161_0_0_0,
&IEnumerator_1_t3239887221_0_0_0,
&MethodBuilder_t2807316753_0_0_0,
&InternalEnumerator_1_t3714380870_0_0_0,
&IList_1_t327669240_0_0_0,
&ICollection_1_t1340501691_0_0_0,
&IEnumerable_1_t1787169642_0_0_0,
&IList_1_t2415774932_0_0_0,
&_MethodBuilder_t600455149_0_0_0,
&IEnumerator_1_t1033025617_0_0_0,
&InternalEnumerator_1_t1507519266_0_0_0,
&ICollection_1_t3428607383_0_0_0,
&IEnumerable_1_t3875275334_0_0_0,
&IEnumerator_1_t3059620461_0_0_0,
&FieldBuilder_t2627049993_0_0_0,
&InternalEnumerator_1_t3534114110_0_0_0,
&IList_1_t147402480_0_0_0,
&ICollection_1_t1160234931_0_0_0,
&IEnumerable_1_t1606902882_0_0_0,
&IList_1_t136145213_0_0_0,
&_FieldBuilder_t2615792726_0_0_0,
&IEnumerator_1_t3048363194_0_0_0,
&InternalEnumerator_1_t3522856843_0_0_0,
&ICollection_1_t1148977664_0_0_0,
&IEnumerable_1_t1595645615_0_0_0,
&IEnumerator_1_t3246094576_0_0_0,
&ConstructorBuilder_t2813524108_0_0_0,
&InternalEnumerator_1_t3720588225_0_0_0,
&IList_1_t333876595_0_0_0,
&ICollection_1_t1346709046_0_0_0,
&IEnumerable_1_t1793376997_0_0_0,
&IList_1_t4231870354_0_0_0,
&_ConstructorBuilder_t2416550571_0_0_0,
&IEnumerator_1_t2849121039_0_0_0,
&InternalEnumerator_1_t3323614688_0_0_0,
&ICollection_1_t949735509_0_0_0,
&IEnumerable_1_t1396403460_0_0_0,
&IEnumerator_1_t746867475_0_0_0,
&PropertyBuilder_t314297007_0_0_0,
&InternalEnumerator_1_t1221361124_0_0_0,
&IList_1_t2129616790_0_0_0,
&ICollection_1_t3142449241_0_0_0,
&IEnumerable_1_t3589117192_0_0_0,
&IList_1_t3181456493_0_0_0,
&_PropertyBuilder_t1366136710_0_0_0,
&IEnumerator_1_t1798707178_0_0_0,
&InternalEnumerator_1_t2273200827_0_0_0,
&ICollection_1_t4194288944_0_0_0,
&IEnumerable_1_t345989599_0_0_0,
&IList_1_t2502661734_0_0_0,
&PropertyInfo_t_0_0_0,
&IEnumerator_1_t1119912419_0_0_0,
&InternalEnumerator_1_t1594406068_0_0_0,
&ICollection_1_t3515494185_0_0_0,
&IEnumerable_1_t3962162136_0_0_0,
&IList_1_t1590676875_0_0_0,
&_PropertyInfo_t4070324388_0_0_0,
&IEnumerator_1_t207927560_0_0_0,
&InternalEnumerator_1_t682421209_0_0_0,
&ICollection_1_t2603509326_0_0_0,
&IEnumerable_1_t3050177277_0_0_0,
&IEnumerator_1_t3884102688_0_0_0,
&EventBuilder_t3451532220_0_0_0,
&InternalEnumerator_1_t63629041_0_0_0,
&IList_1_t971884707_0_0_0,
&ICollection_1_t1984717158_0_0_0,
&IEnumerable_1_t2431385109_0_0_0,
&IList_1_t78407686_0_0_0,
&_EventBuilder_t2558055199_0_0_0,
&IEnumerator_1_t2990625667_0_0_0,
&InternalEnumerator_1_t3465119316_0_0_0,
&ICollection_1_t1091240137_0_0_0,
&IEnumerable_1_t1537908088_0_0_0,
&IList_1_t243502644_0_0_0,
&CustomAttributeTypedArgument_t2723150157_0_0_0,
&IEnumerator_1_t3155720625_0_0_0,
&InternalEnumerator_1_t3630214274_0_0_0,
&ICollection_1_t1256335095_0_0_0,
&IEnumerable_1_t1703003046_0_0_0,
&IList_1_t2103185493_0_0_0,
&CustomAttributeNamedArgument_t287865710_0_0_0,
&IEnumerator_1_t720436178_0_0_0,
&InternalEnumerator_1_t1194929827_0_0_0,
&ICollection_1_t3116017944_0_0_0,
&IEnumerable_1_t3562685895_0_0_0,
&ReadOnlyCollection_1_t3935726444_0_0_0,
&Collection_1_t1667506075_0_0_0,
&List_1_t4195224899_0_0_0,
&Enumerator_t1789501480_0_0_0,
&EqualityComparer_1_t892922493_0_0_0,
&IEqualityComparer_1_t535514879_0_0_0,
&IEquatable_1_t3614295884_0_0_0,
&DefaultComparer_t3454775109_0_0_0,
&Predicate_1_t3548444281_0_0_0,
&Comparer_1_t4222905039_0_0_0,
&IComparer_1_t3977415636_0_0_0,
&IComparable_1_t2091814570_0_0_0,
&DefaultComparer_t575753490_0_0_0,
&Comparison_1_t2498081336_0_0_0,
&ArrayReadOnlyList_1_t3913667990_0_0_0,
&U3CGetEnumeratorU3Ec__Iterator0_t3750793324_0_0_0,
&ReadOnlyCollection_1_t1500441997_0_0_0,
&Collection_1_t3527188924_0_0_0,
&List_1_t1759940452_0_0_0,
&Enumerator_t3649184329_0_0_0,
&EqualityComparer_1_t2752605342_0_0_0,
&IEqualityComparer_1_t2395197728_0_0_0,
&IEquatable_1_t1179011437_0_0_0,
&DefaultComparer_t1019490662_0_0_0,
&Predicate_1_t1113159834_0_0_0,
&Comparer_1_t1787620592_0_0_0,
&IComparer_1_t1542131189_0_0_0,
&IComparable_1_t3951497419_0_0_0,
&DefaultComparer_t2435436339_0_0_0,
&Comparison_1_t62796889_0_0_0,
&ArrayReadOnlyList_1_t1478383543_0_0_0,
&U3CGetEnumeratorU3Ec__Iterator0_t1315508877_0_0_0,
&IList_1_t2899806433_0_0_0,
&CustomAttributeData_t1084486650_0_0_0,
&IEnumerator_1_t1517057118_0_0_0,
&InternalEnumerator_1_t1991550767_0_0_0,
&ICollection_1_t3912638884_0_0_0,
&IEnumerable_1_t64339539_0_0_0,
&Getter_2_t2063956538_0_0_0,
&StaticGetter_1_t3872988374_0_0_0,
&IEnumerator_1_t3305535770_0_0_0,
&ResourceInfo_t2872965302_0_0_0,
&InternalEnumerator_1_t3780029419_0_0_0,
&IList_1_t393317789_0_0_0,
&ICollection_1_t1406150240_0_0_0,
&IEnumerable_1_t1852818191_0_0_0,
&IEnumerator_1_t483863259_0_0_0,
&ResourceCacheItem_t51292791_0_0_0,
&InternalEnumerator_1_t958356908_0_0_0,
&IList_1_t1866612574_0_0_0,
&ICollection_1_t2879445025_0_0_0,
&IEnumerable_1_t3326112976_0_0_0,
&IEnumerator_1_t1272607892_0_0_0,
&IContextProperty_t840037424_0_0_0,
&InternalEnumerator_1_t1747101541_0_0_0,
&IList_1_t2655357207_0_0_0,
&ICollection_1_t3668189658_0_0_0,
&IEnumerable_1_t4114857609_0_0_0,
&IEnumerator_1_t3380829848_0_0_0,
&InternalEnumerator_1_t3855323497_0_0_0,
&IList_1_t468611867_0_0_0,
&ICollection_1_t1481444318_0_0_0,
&IEnumerable_1_t1928112269_0_0_0,
&IEnumerator_1_t982295049_0_0_0,
&Header_t549724581_0_0_0,
&InternalEnumerator_1_t1456788698_0_0_0,
&IList_1_t2365044364_0_0_0,
&ICollection_1_t3377876815_0_0_0,
&IEnumerable_1_t3824544766_0_0_0,
&IEnumerator_1_t1677123943_0_0_0,
&ITrackingHandler_t1244553475_0_0_0,
&InternalEnumerator_1_t2151617592_0_0_0,
&IList_1_t3059873258_0_0_0,
&ICollection_1_t4072705709_0_0_0,
&IEnumerable_1_t224406364_0_0_0,
&IEnumerator_1_t609249396_0_0_0,
&IContextAttribute_t176678928_0_0_0,
&InternalEnumerator_1_t1083743045_0_0_0,
&IList_1_t1991998711_0_0_0,
&ICollection_1_t3004831162_0_0_0,
&IEnumerable_1_t3451499113_0_0_0,
&IEnumerator_1_t4171100253_0_0_0,
&DateTime_t3738529785_0_0_0,
&InternalEnumerator_1_t350626606_0_0_0,
&IList_1_t1258882272_0_0_0,
&ICollection_1_t2271714723_0_0_0,
&IEnumerable_1_t2718382674_0_0_0,
&IEnumerator_1_t1313729717_0_0_0,
&TimeSpan_t881159249_0_0_0,
&InternalEnumerator_1_t1788223366_0_0_0,
&IList_1_t2696479032_0_0_0,
&ICollection_1_t3709311483_0_0_0,
&IEnumerable_1_t4155979434_0_0_0,
&IEnumerator_1_t3974392169_0_0_0,
&TypeTag_t3541821701_0_0_0,
&InternalEnumerator_1_t153918522_0_0_0,
&IList_1_t1062174188_0_0_0,
&ICollection_1_t2075006639_0_0_0,
&IEnumerable_1_t2521674590_0_0_0,
&IEnumerator_1_t2622515049_0_0_0,
&MonoType_t_0_0_0,
&InternalEnumerator_1_t3097008698_0_0_0,
&IList_1_t4005264364_0_0_0,
&ICollection_1_t723129519_0_0_0,
&IEnumerable_1_t1169797470_0_0_0,
&IList_1_t1196077101_0_0_0,
&StrongName_t3675724614_0_0_0,
&IEnumerator_1_t4108295082_0_0_0,
&InternalEnumerator_1_t287821435_0_0_0,
&ICollection_1_t2208909552_0_0_0,
&IEnumerable_1_t2655577503_0_0_0,
&IList_1_t2370012904_0_0_0,
&IBuiltInEvidence_t554693121_0_0_0,
&IEnumerator_1_t987263589_0_0_0,
&InternalEnumerator_1_t1461757238_0_0_0,
&ICollection_1_t3382845355_0_0_0,
&IEnumerable_1_t3829513306_0_0_0,
&IList_1_t789003453_0_0_0,
&IIdentityPermissionFactory_t3268650966_0_0_0,
&IEnumerator_1_t3701221434_0_0_0,
&InternalEnumerator_1_t4175715083_0_0_0,
&ICollection_1_t1801835904_0_0_0,
&IEnumerable_1_t2248503855_0_0_0,
&List_1_t852832060_0_0_0,
&ReadOnlyCollection_1_t593333605_0_0_0,
&Predicate_1_t206051442_0_0_0,
&Enumerator_t2742075937_0_0_0,
&Comparison_1_t3450655793_0_0_0,
&IEnumerator_1_t2175973955_0_0_0,
&WaitHandle_t1743403487_0_0_0,
&InternalEnumerator_1_t2650467604_0_0_0,
&IList_1_t3558723270_0_0_0,
&ICollection_1_t276588425_0_0_0,
&IEnumerable_1_t723256376_0_0_0,
&IList_1_t1160617970_0_0_0,
&IDisposable_t3640265483_0_0_0,
&IEnumerator_1_t4072835951_0_0_0,
&InternalEnumerator_1_t252362304_0_0_0,
&ICollection_1_t2173450421_0_0_0,
&IEnumerable_1_t2620118372_0_0_0,
&IList_1_t280741587_0_0_0,
&MarshalByRefObject_t2760389100_0_0_0,
&IEnumerator_1_t3192959568_0_0_0,
&InternalEnumerator_1_t3667453217_0_0_0,
&ICollection_1_t1293574038_0_0_0,
&IEnumerable_1_t1740241989_0_0_0,
&IComparable_1_t3107194198_0_0_0,
&IEquatable_1_t334708216_0_0_0,
&GenericComparer_1_t1440162329_0_0_0,
&Comparer_1_t943317371_0_0_0,
&IComparer_1_t697827968_0_0_0,
&DefaultComparer_t1591133118_0_0_0,
&GenericEqualityComparer_1_t3972842046_0_0_0,
&EqualityComparer_1_t1908302121_0_0_0,
&IEqualityComparer_1_t1550894507_0_0_0,
&DefaultComparer_t175187441_0_0_0,
&IComparable_1_t2597951920_0_0_0,
&DateTimeOffset_t3229287507_0_0_0,
&IEquatable_1_t4120433234_0_0_0,
&GenericComparer_1_t930920051_0_0_0,
&Comparer_1_t434075093_0_0_0,
&IComparer_1_t188585690_0_0_0,
&DefaultComparer_t1081890840_0_0_0,
&GenericEqualityComparer_1_t3463599768_0_0_0,
&EqualityComparer_1_t1399059843_0_0_0,
&IEqualityComparer_1_t1041652229_0_0_0,
&DefaultComparer_t3960912459_0_0_0,
&Nullable_1_t2603721331_0_0_0,
&IComparer_1_t2923843141_0_0_0,
&IComparer_1_t3807085866_0_0_0,
&IComparer_1_t4205211232_0_0_0,
&IComparer_1_t695865487_0_0_0,
&IComparable_1_t2562197300_0_0_0,
&Guid_t_0_0_0,
&IEquatable_1_t4084678614_0_0_0,
&GenericComparer_1_t895165431_0_0_0,
&Comparer_1_t398320473_0_0_0,
&IComparer_1_t152831070_0_0_0,
&DefaultComparer_t1046136220_0_0_0,
&GenericEqualityComparer_1_t3427845148_0_0_0,
&EqualityComparer_1_t1363305223_0_0_0,
&IEqualityComparer_1_t1005897609_0_0_0,
&DefaultComparer_t3925157839_0_0_0,
&ReadOnlyCollection_1_t2297062937_0_0_0,
&ArrayReadOnlyList_1_t2275004483_0_0_0,
&IComparer_1_t3101716168_0_0_0,
&IComparable_1_t249823662_0_0_0,
&IEquatable_1_t1772304976_0_0_0,
&GenericComparer_1_t2877759089_0_0_0,
&Comparer_1_t2380914131_0_0_0,
&IComparer_1_t2135424728_0_0_0,
&DefaultComparer_t3028729878_0_0_0,
&GenericEqualityComparer_1_t1115471510_0_0_0,
&EqualityComparer_1_t3345898881_0_0_0,
&IEqualityComparer_1_t2988491267_0_0_0,
&DefaultComparer_t1612784201_0_0_0,
&IComparable_1_t2825538373_0_0_0,
&Version_t3456873960_0_0_0,
&IEquatable_1_t53052391_0_0_0,
&IEnumerator_1_t3335475558_0_0_0,
&BigInteger_t2902905090_0_0_0,
&InternalEnumerator_1_t3809969207_0_0_0,
&IList_1_t423257577_0_0_0,
&ICollection_1_t1436090028_0_0_0,
&IEnumerable_1_t1882757979_0_0_0,
&IEnumerator_1_t254250829_0_0_0,
&ByteU5BU5D_t4116647657_0_0_0,
&InternalEnumerator_1_t728744478_0_0_0,
&IList_1_t1637000144_0_0_0,
&ICollection_1_t2649832595_0_0_0,
&IEnumerable_1_t3096500546_0_0_0,
&IList_1_t469968646_0_0_0,
&IEnumerator_1_t3382186627_0_0_0,
&InternalEnumerator_1_t3856680276_0_0_0,
&ICollection_1_t1482801097_0_0_0,
&IEnumerable_1_t1929469048_0_0_0,
&IList_1_t1482801098_0_0_0,
&IEnumerator_1_t100051782_0_0_0,
&InternalEnumerator_1_t574545431_0_0_0,
&ICollection_1_t2495633548_0_0_0,
&IEnumerable_1_t2942301499_0_0_0,
&IList_1_t1929469049_0_0_0,
&IEnumerator_1_t546719733_0_0_0,
&InternalEnumerator_1_t1021213382_0_0_0,
&ICollection_1_t2942301500_0_0_0,
&IEnumerable_1_t3388969450_0_0_0,
&IEnumerator_1_t1145702090_0_0_0,
&X509Certificate_t713131622_0_0_0,
&InternalEnumerator_1_t1620195739_0_0_0,
&IList_1_t2528451405_0_0_0,
&ICollection_1_t3541283856_0_0_0,
&IEnumerable_1_t3987951807_0_0_0,
&IList_1_t1740852541_0_0_0,
&IDeserializationCallback_t4220500054_0_0_0,
&IEnumerator_1_t358103226_0_0_0,
&InternalEnumerator_1_t832596875_0_0_0,
&ICollection_1_t2753684992_0_0_0,
&IEnumerable_1_t3200352943_0_0_0,
&IEnumerator_1_t1437275376_0_0_0,
&ClientCertificateType_t1004704908_0_0_0,
&InternalEnumerator_1_t1911769025_0_0_0,
&IList_1_t2820024691_0_0_0,
&ICollection_1_t3832857142_0_0_0,
&IEnumerable_1_t4279525093_0_0_0,
&Queue_1_t2926365658_0_0_0,
&Enumerator_t3588277760_0_0_0,
&Stack_1_t3923495619_0_0_0,
&Enumerator_t1142515742_0_0_0,
&Dictionary_2_t4177511560_0_0_0,
&Dictionary_2_t1444694249_0_0_0,
&ICollection_1_t2375551354_0_0_0,
&KeyValuePair_2_t3842366416_0_0_0,
&IEnumerator_1_t4274936884_0_0_0,
&InternalEnumerator_1_t454463237_0_0_0,
&IList_1_t1362718903_0_0_0,
&IEnumerable_1_t2822219305_0_0_0,
&IDictionary_2_t4203512936_0_0_0,
&KeyCollection_t1634369720_0_0_0,
&Enumerator_t1626871233_0_0_0,
&Enumerator_t3398877024_0_0_0,
&Transform_1_t4218749037_0_0_0,
&ValueCollection_t3160738567_0_0_0,
&Enumerator_t2013587906_0_0_0,
&Transform_1_t1235930838_0_0_0,
&Transform_1_t4262618511_0_0_0,
&Transform_1_t686041993_0_0_0,
&ShimEnumerator_t1441415046_0_0_0,
&IEqualityComparer_1_t2204619983_0_0_0,
&EqualityComparer_1_t2562027597_0_0_0,
&GenericEqualityComparer_1_t331600226_0_0_0,
&DefaultComparer_t828912917_0_0_0,
&Transform_1_t1747829908_0_0_0,
&KeyValuePair_2_t2280216431_0_0_0,
&IEnumerator_1_t2712786899_0_0_0,
&InternalEnumerator_1_t3187280548_0_0_0,
&IList_1_t4095536214_0_0_0,
&ICollection_1_t813401369_0_0_0,
&IEnumerable_1_t1260069320_0_0_0,
&KeyCollection_t72219735_0_0_0,
&Enumerator_t64721248_0_0_0,
&Enumerator_t1836727039_0_0_0,
&ValueCollection_t1598588582_0_0_0,
&Enumerator_t451437921_0_0_0,
&IEnumerator_1_t566173182_0_0_0,
&X509ChainStatus_t133602714_0_0_0,
&InternalEnumerator_1_t1040666831_0_0_0,
&IList_1_t1948922497_0_0_0,
&ICollection_1_t2961754948_0_0_0,
&IEnumerable_1_t3408422899_0_0_0,
&IEnumerator_1_t2664586518_0_0_0,
&Capture_t2232016050_0_0_0,
&InternalEnumerator_1_t3139080167_0_0_0,
&IList_1_t4047335833_0_0_0,
&ICollection_1_t765200988_0_0_0,
&IEnumerable_1_t1211868939_0_0_0,
&IEnumerator_1_t2900776254_0_0_0,
&Group_t2468205786_0_0_0,
&InternalEnumerator_1_t3375269903_0_0_0,
&IList_1_t4283525569_0_0_0,
&ICollection_1_t1001390724_0_0_0,
&IEnumerable_1_t1448058675_0_0_0,
&Comparer_1_t155733339_0_0_0,
&GenericComparer_1_t652578297_0_0_0,
&DefaultComparer_t803549086_0_0_0,
&IEnumerator_1_t3904175991_0_0_0,
&Mark_t3471605523_0_0_0,
&InternalEnumerator_1_t83702344_0_0_0,
&IList_1_t991958010_0_0_0,
&ICollection_1_t2004790461_0_0_0,
&IEnumerable_1_t2451458412_0_0_0,
&IEnumerator_1_t1154996165_0_0_0,
&UriScheme_t722425697_0_0_0,
&InternalEnumerator_1_t1629489814_0_0_0,
&IList_1_t2537745480_0_0_0,
&ICollection_1_t3550577931_0_0_0,
&IEnumerable_1_t3997245882_0_0_0,
&HashSet_1_t1645055638_0_0_0,
&IEnumerator_1_t3641837441_0_0_0,
&Link_t3209266973_0_0_0,
&InternalEnumerator_1_t4116331090_0_0_0,
&IList_1_t729619460_0_0_0,
&ICollection_1_t1742451911_0_0_0,
&IEnumerable_1_t2189119862_0_0_0,
&Enumerator_t3350232909_0_0_0,
&PrimeHelper_t3566947116_0_0_0,
&Func_2_t3759279471_0_0_0,
&U3CCreateWhereIteratorU3Ec__Iterator1D_1_t230129833_0_0_0,
&Action_2_t2470008838_0_0_0,
&Action_3_t3632554945_0_0_0,
&Func_1_t2509852811_0_0_0,
&Func_2_t2447130374_0_0_0,
&Func_3_t3398609381_0_0_0,
&IEnumerator_1_t344013414_0_0_0,
&Keyframe_t4206410242_0_0_0,
&InternalEnumerator_1_t818507063_0_0_0,
&IList_1_t1726762729_0_0_0,
&ICollection_1_t2739595180_0_0_0,
&IEnumerable_1_t3186263131_0_0_0,
&Func_1_t3822001908_0_0_0,
&Action_1_t1617499438_0_0_0,
&AsyncOperation_t1445031843_0_0_0,
&IEnumerator_1_t1854623685_0_0_0,
&DisallowMultipleComponent_t1422053217_0_0_0,
&InternalEnumerator_1_t2329117334_0_0_0,
&IList_1_t3237373000_0_0_0,
&ICollection_1_t4250205451_0_0_0,
&IEnumerable_1_t401906106_0_0_0,
&IList_1_t2676882342_0_0_0,
&Attribute_t861562559_0_0_0,
&IEnumerator_1_t1294133027_0_0_0,
&InternalEnumerator_1_t1768626676_0_0_0,
&ICollection_1_t3689714793_0_0_0,
&IEnumerable_1_t4136382744_0_0_0,
&IList_1_t1937814502_0_0_0,
&_Attribute_t122494719_0_0_0,
&IEnumerator_1_t555065187_0_0_0,
&InternalEnumerator_1_t1029558836_0_0_0,
&ICollection_1_t2950646953_0_0_0,
&IEnumerable_1_t3397314904_0_0_0,
&IEnumerator_1_t4160301817_0_0_0,
&ExecuteInEditMode_t3727731349_0_0_0,
&InternalEnumerator_1_t339828170_0_0_0,
&IList_1_t1248083836_0_0_0,
&ICollection_1_t2260916287_0_0_0,
&IEnumerable_1_t2707584238_0_0_0,
&IEnumerator_1_t3923077077_0_0_0,
&RequireComponent_t3490506609_0_0_0,
&InternalEnumerator_1_t102603430_0_0_0,
&IList_1_t1010859096_0_0_0,
&ICollection_1_t2023691547_0_0_0,
&IEnumerable_1_t2470359498_0_0_0,
&Stack_1_t3327334215_0_0_0,
&Enumerator_t546354338_0_0_0,
&List_1_t3956019502_0_0_0,
&ReadOnlyCollection_1_t3696521047_0_0_0,
&Predicate_1_t3309238884_0_0_0,
&Enumerator_t1550296083_0_0_0,
&Comparison_1_t2258875939_0_0_0,
&List_1_t3058052573_0_0_0,
&OrderBlock_t1585977831_0_0_0,
&ICollection_1_t119162769_0_0_0,
&IEnumerator_1_t2018548299_0_0_0,
&InternalEnumerator_1_t2493041948_0_0_0,
&IList_1_t3401297614_0_0_0,
&IEnumerable_1_t565830720_0_0_0,
&Enumerator_t652329154_0_0_0,
&ReadOnlyCollection_1_t2798554118_0_0_0,
&Collection_1_t530333749_0_0_0,
&EqualityComparer_1_t4050717463_0_0_0,
&IEqualityComparer_1_t3693309849_0_0_0,
&IEquatable_1_t2477123558_0_0_0,
&DefaultComparer_t2317602783_0_0_0,
&Predicate_1_t2411271955_0_0_0,
&Comparer_1_t3085732713_0_0_0,
&IComparer_1_t2840243310_0_0_0,
&IComparable_1_t954642244_0_0_0,
&DefaultComparer_t3733548460_0_0_0,
&Comparison_1_t1360909010_0_0_0,
&IEquatable_1_t3157983637_0_0_0,
&Bounds_t2266837910_0_0_0,
&IEnumerator_1_t294757043_0_0_0,
&Camera_t4157153871_0_0_0,
&InternalEnumerator_1_t769250692_0_0_0,
&IList_1_t1677506358_0_0_0,
&ICollection_1_t2690338809_0_0_0,
&IEnumerable_1_t3137006760_0_0_0,
&IList_1_t3253217247_0_0_0,
&Behaviour_t1437897464_0_0_0,
&IEnumerator_1_t1870467932_0_0_0,
&InternalEnumerator_1_t2344961581_0_0_0,
&ICollection_1_t4266049698_0_0_0,
&IEnumerable_1_t417750353_0_0_0,
&IList_1_t3738954234_0_0_0,
&Component_t1923634451_0_0_0,
&IEnumerator_1_t2356204919_0_0_0,
&InternalEnumerator_1_t2830698568_0_0_0,
&ICollection_1_t456819389_0_0_0,
&IEnumerable_1_t903487340_0_0_0,
&IList_1_t2446327736_0_0_0,
&Object_t631007953_0_0_0,
&IEnumerator_1_t1063578421_0_0_0,
&InternalEnumerator_1_t1538072070_0_0_0,
&ICollection_1_t3459160187_0_0_0,
&IEnumerable_1_t3905828138_0_0_0,
&IEquatable_1_t3446832051_0_0_0,
&Color_t2555686324_0_0_0,
&List_1_t3395709193_0_0_0,
&ReadOnlyCollection_1_t3136210738_0_0_0,
&Predicate_1_t2748928575_0_0_0,
&Enumerator_t989985774_0_0_0,
&Comparison_1_t1698565630_0_0_0,
&IEnumerator_1_t1819636417_0_0_0,
&Display_t1387065949_0_0_0,
&InternalEnumerator_1_t2294130066_0_0_0,
&IList_1_t3202385732_0_0_0,
&ICollection_1_t4215218183_0_0_0,
&IEnumerable_1_t366918838_0_0_0,
&IEquatable_1_t2709047570_0_0_0,
&Matrix4x4_t1817901843_0_0_0,
&IEquatable_1_t318491895_0_0_0,
&Vector3_t3722313464_0_0_0,
&IEquatable_1_t3193074058_0_0_0,
&Quaternion_t2301928331_0_0_0,
&IEnumerator_1_t4154883932_0_0_0,
&InternalEnumerator_1_t334410285_0_0_0,
&IList_1_t1242665951_0_0_0,
&ICollection_1_t2255498402_0_0_0,
&IEnumerable_1_t2702166353_0_0_0,
&IEnumerator_1_t3751599405_0_0_0,
&Vector4_t3319028937_0_0_0,
&InternalEnumerator_1_t4226093054_0_0_0,
&IList_1_t839381424_0_0_0,
&ICollection_1_t1852213875_0_0_0,
&IEnumerable_1_t2298881826_0_0_0,
&IEnumerator_1_t2588799991_0_0_0,
&Vector2_t2156229523_0_0_0,
&InternalEnumerator_1_t3063293640_0_0_0,
&IList_1_t3971549306_0_0_0,
&ICollection_1_t689414461_0_0_0,
&IEnumerable_1_t1136082412_0_0_0,
&IEnumerator_1_t3033071760_0_0_0,
&Color32_t2600501292_0_0_0,
&InternalEnumerator_1_t3507565409_0_0_0,
&IList_1_t120853779_0_0_0,
&ICollection_1_t1133686230_0_0_0,
&IEnumerable_1_t1580354181_0_0_0,
&List_1_t899420910_0_0_0,
&Enumerator_t2788664787_0_0_0,
&ReadOnlyCollection_1_t639922455_0_0_0,
&Collection_1_t2666669382_0_0_0,
&EqualityComparer_1_t1892085800_0_0_0,
&GenericEqualityComparer_1_t3956625725_0_0_0,
&IEqualityComparer_1_t1534678186_0_0_0,
&DefaultComparer_t158971120_0_0_0,
&Predicate_1_t252640292_0_0_0,
&Comparer_1_t927101050_0_0_0,
&IComparer_1_t681611647_0_0_0,
&IComparable_1_t3090977877_0_0_0,
&DefaultComparer_t1574916797_0_0_0,
&Comparison_1_t3497244643_0_0_0,
&List_1_t496136383_0_0_0,
&Enumerator_t2385380260_0_0_0,
&ReadOnlyCollection_1_t236637928_0_0_0,
&Collection_1_t2263384855_0_0_0,
&EqualityComparer_1_t1488801273_0_0_0,
&GenericEqualityComparer_1_t3553341198_0_0_0,
&IEquatable_1_t4210174664_0_0_0,
&IEqualityComparer_1_t1131393659_0_0_0,
&DefaultComparer_t4050653889_0_0_0,
&Predicate_1_t4144323061_0_0_0,
&Comparer_1_t523816523_0_0_0,
&IComparer_1_t278327120_0_0_0,
&IComparable_1_t2687693350_0_0_0,
&DefaultComparer_t1171632270_0_0_0,
&Comparison_1_t3093960116_0_0_0,
&List_1_t4072576034_0_0_0,
&Enumerator_t1666852615_0_0_0,
&ReadOnlyCollection_1_t3813077579_0_0_0,
&Collection_1_t1544857210_0_0_0,
&EqualityComparer_1_t770273628_0_0_0,
&IEqualityComparer_1_t412866014_0_0_0,
&IEquatable_1_t3491647019_0_0_0,
&DefaultComparer_t3332126244_0_0_0,
&Predicate_1_t3425795416_0_0_0,
&Comparer_1_t4100256174_0_0_0,
&IComparer_1_t3854766771_0_0_0,
&IComparable_1_t1969165705_0_0_0,
&DefaultComparer_t453104625_0_0_0,
&Comparison_1_t2375432471_0_0_0,
&List_1_t3628304265_0_0_0,
&Enumerator_t1222580846_0_0_0,
&ReadOnlyCollection_1_t3368805810_0_0_0,
&Collection_1_t1100585441_0_0_0,
&EqualityComparer_1_t326001859_0_0_0,
&GenericEqualityComparer_1_t2390541784_0_0_0,
&IEquatable_1_t3047375250_0_0_0,
&IEqualityComparer_1_t4263561541_0_0_0,
&DefaultComparer_t2887854475_0_0_0,
&Predicate_1_t2981523647_0_0_0,
&Comparer_1_t3655984405_0_0_0,
&IComparer_1_t3410495002_0_0_0,
&IComparable_1_t1524893936_0_0_0,
&DefaultComparer_t8832856_0_0_0,
&Comparison_1_t1931160702_0_0_0,
&List_1_t128053199_0_0_0,
&Enumerator_t2017297076_0_0_0,
&ReadOnlyCollection_1_t4163522040_0_0_0,
&Collection_1_t1895301671_0_0_0,
&Predicate_1_t3776239877_0_0_0,
&Comparison_1_t2725876932_0_0_0,
&IEnumerator_1_t3662180208_0_0_0,
&HitInfo_t3229609740_0_0_0,
&InternalEnumerator_1_t4136673857_0_0_0,
&IList_1_t749962227_0_0_0,
&ICollection_1_t1762794678_0_0_0,
&IEnumerable_1_t2209462629_0_0_0,
&IEnumerator_1_t538342573_0_0_0,
&PlayerLoopSystem_t105772105_0_0_0,
&InternalEnumerator_1_t1012836222_0_0_0,
&IList_1_t1921091888_0_0_0,
&ICollection_1_t2933924339_0_0_0,
&IEnumerable_1_t3380592290_0_0_0,
&IEquatable_1_t346013620_0_0_0,
&PropertyName_t3749835189_0_0_0,
&IEquatable_1_t3251625586_0_0_0,
&Rect_t2360479859_0_0_0,
&Action_2_t3498178784_0_0_0,
&ReflectionProbe_t175708936_0_0_0,
&ReflectionProbeEvent_t3218944946_0_0_0,
&Action_2_t2608847620_0_0_0,
&Action_1_t2144852004_0_0_0,
&Cubemap_t1972384409_0_0_0,
&InvokableCall_1_t3197270402_0_0_0,
&UnityAction_1_t3664942305_0_0_0,
&InvokableCall_2_t362407658_0_0_0,
&UnityAction_2_t3283971887_0_0_0,
&InvokableCall_3_t4059188962_0_0_0,
&UnityAction_3_t1557236713_0_0_0,
&InvokableCall_4_t2756980746_0_0_0,
&UnityAction_4_t682480391_0_0_0,
&CachedInvokableCall_1_t1111334208_0_0_0,
&CachedInvokableCall_1_t3723462114_0_0_0,
&InvokableCall_1_t1514431012_0_0_0,
&UnityAction_1_t1982102915_0_0_0,
&CachedInvokableCall_1_t982173797_0_0_0,
&InvokableCall_1_t3068109991_0_0_0,
&UnityAction_1_t3535781894_0_0_0,
&CachedInvokableCall_1_t4173646029_0_0_0,
&InvokableCall_1_t1964614927_0_0_0,
&UnityAction_1_t2432286830_0_0_0,
&CachedInvokableCall_1_t2423483305_0_0_0,
&InvokableCall_1_t214452203_0_0_0,
&UnityAction_1_t682124106_0_0_0,
&List_1_t584821570_0_0_0,
&PersistentCall_t3407714124_0_0_0,
&IEnumerator_1_t3840284592_0_0_0,
&InternalEnumerator_1_t19810945_0_0_0,
&IList_1_t928066611_0_0_0,
&ICollection_1_t1940899062_0_0_0,
&IEnumerable_1_t2387567013_0_0_0,
&ReadOnlyCollection_1_t325323115_0_0_0,
&Predicate_1_t4233008248_0_0_0,
&Enumerator_t2474065447_0_0_0,
&Comparison_1_t3182645303_0_0_0,
&List_1_t4176035766_0_0_0,
&BaseInvokableCall_t2703961024_0_0_0,
&IEnumerator_1_t3136531492_0_0_0,
&InternalEnumerator_1_t3611025141_0_0_0,
&IList_1_t224313511_0_0_0,
&ICollection_1_t1237145962_0_0_0,
&IEnumerable_1_t1683813913_0_0_0,
&ReadOnlyCollection_1_t3916537311_0_0_0,
&Predicate_1_t3529255148_0_0_0,
&Enumerator_t1770312347_0_0_0,
&Comparison_1_t2478892203_0_0_0,
&UnityEvent_1_t3961765668_0_0_0,
&UnityEvent_2_t614268397_0_0_0,
&UnityEvent_3_t2404744798_0_0_0,
&UnityEvent_4_t4085588227_0_0_0,
&Queue_1_t1200778106_0_0_0,
&WorkRequest_t1354518612_0_0_0,
&IEnumerable_1_t334371501_0_0_0,
&IEnumerator_1_t1787089080_0_0_0,
&InternalEnumerator_1_t2261582729_0_0_0,
&IList_1_t3169838395_0_0_0,
&ICollection_1_t4182670846_0_0_0,
&Enumerator_t1862690208_0_0_0,
&IEquatable_1_t4221962141_0_0_0,
&CameraPlayable_t3330816414_0_0_0,
&IEquatable_1_t591386409_0_0_0,
&MaterialEffectPlayable_t3995207978_0_0_0,
&IEquatable_1_t1350971334_0_0_0,
&Playable_t459825607_0_0_0,
&IEnumerable_1_t3629080894_0_0_0,
&PlayableBinding_t354260709_0_0_0,
&IEnumerator_1_t786831177_0_0_0,
&InternalEnumerator_1_t1261324826_0_0_0,
&IList_1_t2169580492_0_0_0,
&ICollection_1_t3182412943_0_0_0,
&IEquatable_1_t1986999530_0_0_0,
&PlayableHandle_t1095853803_0_0_0,
&IEquatable_1_t804232224_0_0_0,
&PlayableOutputHandle_t4208053793_0_0_0,
&IEquatable_1_t4071039832_0_0_0,
&PlayableOutput_t3179894105_0_0_0,
&IEquatable_1_t3289749689_0_0_0,
&TextureMixerPlayable_t2398603962_0_0_0,
&UnityAction_1_t1755411925_0_0_0,
&MessageEventArgs_t1170575784_0_0_0,
&List_1_t3157010512_0_0_0,
&MessageTypeSubscribers_t1684935770_0_0_0,
&IEnumerator_1_t2117506238_0_0_0,
&InternalEnumerator_1_t2591999887_0_0_0,
&IList_1_t3500255553_0_0_0,
&ICollection_1_t218120708_0_0_0,
&IEnumerable_1_t664788659_0_0_0,
&ReadOnlyCollection_1_t2897512057_0_0_0,
&Predicate_1_t2510229894_0_0_0,
&Enumerator_t751287093_0_0_0,
&Comparison_1_t1459866949_0_0_0,
&Func_2_t2172606577_0_0_0,
&UnityEvent_1_t2052235288_0_0_0,
&UnityEvent_1_t3832605257_0_0_0,
&U3CCreateWhereIteratorU3Ec__Iterator1D_1_t3129926735_0_0_0,
&UnityAction_2_t2165061829_0_0_0,
&Scene_t2348375561_0_0_0,
&LoadSceneMode_t3251202195_0_0_0,
&UnityAction_1_t2933211702_0_0_0,
&UnityAction_2_t1262235195_0_0_0,
&Action_1_t819399007_0_0_0,
&SpriteAtlas_t646931412_0_0_0,
&IList_1_t1577850092_0_0_0,
&UIVertex_t4057497605_0_0_0,
&IEnumerator_1_t195100777_0_0_0,
&InternalEnumerator_1_t669594426_0_0_0,
&ICollection_1_t2590682543_0_0_0,
&IEnumerable_1_t3037350494_0_0_0,
&List_1_t1234605051_0_0_0,
&Enumerator_t3123848928_0_0_0,
&ReadOnlyCollection_1_t975106596_0_0_0,
&Collection_1_t3001853523_0_0_0,
&EqualityComparer_1_t2227269941_0_0_0,
&IEqualityComparer_1_t1869862327_0_0_0,
&IEquatable_1_t653676036_0_0_0,
&DefaultComparer_t494155261_0_0_0,
&Predicate_1_t587824433_0_0_0,
&Comparer_1_t1262285191_0_0_0,
&IComparer_1_t1016795788_0_0_0,
&IComparable_1_t3426162018_0_0_0,
&DefaultComparer_t1910100938_0_0_0,
&Comparison_1_t3832428784_0_0_0,
&IList_1_t1890820889_0_0_0,
&UICharInfo_t75501106_0_0_0,
&IEnumerator_1_t508071574_0_0_0,
&InternalEnumerator_1_t982565223_0_0_0,
&ICollection_1_t2903653340_0_0_0,
&IEnumerable_1_t3350321291_0_0_0,
&List_1_t1547575848_0_0_0,
&Enumerator_t3436819725_0_0_0,
&ReadOnlyCollection_1_t1288077393_0_0_0,
&Collection_1_t3314824320_0_0_0,
&EqualityComparer_1_t2540240738_0_0_0,
&IEqualityComparer_1_t2182833124_0_0_0,
&IEquatable_1_t966646833_0_0_0,
&DefaultComparer_t807126058_0_0_0,
&Predicate_1_t900795230_0_0_0,
&Comparer_1_t1575255988_0_0_0,
&IComparer_1_t1329766585_0_0_0,
&IComparable_1_t3739132815_0_0_0,
&DefaultComparer_t2223071735_0_0_0,
&Comparison_1_t4145399581_0_0_0,
&IList_1_t1715619297_0_0_0,
&UILineInfo_t4195266810_0_0_0,
&IEnumerator_1_t332869982_0_0_0,
&InternalEnumerator_1_t807363631_0_0_0,
&ICollection_1_t2728451748_0_0_0,
&IEnumerable_1_t3175119699_0_0_0,
&List_1_t1372374256_0_0_0,
&Enumerator_t3261618133_0_0_0,
&ReadOnlyCollection_1_t1112875801_0_0_0,
&Collection_1_t3139622728_0_0_0,
&EqualityComparer_1_t2365039146_0_0_0,
&IEqualityComparer_1_t2007631532_0_0_0,
&IEquatable_1_t791445241_0_0_0,
&DefaultComparer_t631924466_0_0_0,
&Predicate_1_t725593638_0_0_0,
&Comparer_1_t1400054396_0_0_0,
&IComparer_1_t1154564993_0_0_0,
&IComparable_1_t3563931223_0_0_0,
&DefaultComparer_t2047870143_0_0_0,
&Comparison_1_t3970197989_0_0_0,
&Action_1_t2129269699_0_0_0,
&Font_t1956802104_0_0_0,
&IEquatable_1_t4080264379_0_0_0,
&AnimationClipPlayable_t3189118652_0_0_0,
&IEquatable_1_t227402328_0_0_0,
&AnimationLayerMixerPlayable_t3631223897_0_0_0,
&IEquatable_1_t1712517113_0_0_0,
&AnimationMixerPlayable_t821371386_0_0_0,
&IEquatable_1_t1163377278_0_0_0,
&AnimationMotionXToDeltaPlayable_t272231551_0_0_0,
&IEquatable_1_t3778566141_0_0_0,
&AnimationOffsetPlayable_t2887420414_0_0_0,
&IEquatable_1_t2194671691_0_0_0,
&AnimationScriptPlayable_t1303525964_0_0_0,
&IEquatable_1_t1906913568_0_0_0,
&AnimatorControllerPlayable_t1015767841_0_0_0,
&List_1_t2069970928_0_0_0,
&AudioSpatializerExtensionDefinition_t597896186_0_0_0,
&IEnumerator_1_t1030466654_0_0_0,
&InternalEnumerator_1_t1504960303_0_0_0,
&IList_1_t2413215969_0_0_0,
&ICollection_1_t3426048420_0_0_0,
&IEnumerable_1_t3872716371_0_0_0,
&ReadOnlyCollection_1_t1810472473_0_0_0,
&Predicate_1_t1423190310_0_0_0,
&Enumerator_t3959214805_0_0_0,
&Comparison_1_t372827365_0_0_0,
&List_1_t1295534336_0_0_0,
&AudioAmbisonicExtensionDefinition_t4118426890_0_0_0,
&IEnumerator_1_t256030062_0_0_0,
&InternalEnumerator_1_t730523711_0_0_0,
&IList_1_t1638779377_0_0_0,
&ICollection_1_t2651611828_0_0_0,
&IEnumerable_1_t3098279779_0_0_0,
&ReadOnlyCollection_1_t1036035881_0_0_0,
&Predicate_1_t648753718_0_0_0,
&Enumerator_t3184778213_0_0_0,
&Comparison_1_t3893358069_0_0_0,
&List_1_t242016280_0_0_0,
&AudioSourceExtension_t3064908834_0_0_0,
&IEnumerator_1_t3497479302_0_0_0,
&InternalEnumerator_1_t3971972951_0_0_0,
&IList_1_t585261321_0_0_0,
&ICollection_1_t1598093772_0_0_0,
&IEnumerable_1_t2044761723_0_0_0,
&IList_1_t48711009_0_0_0,
&ScriptableObject_t2528358522_0_0_0,
&IEnumerator_1_t2960928990_0_0_0,
&InternalEnumerator_1_t3435422639_0_0_0,
&ICollection_1_t1061543460_0_0_0,
&IEnumerable_1_t1508211411_0_0_0,
&ReadOnlyCollection_1_t4277485121_0_0_0,
&Predicate_1_t3890202958_0_0_0,
&Enumerator_t2131260157_0_0_0,
&Comparison_1_t2839840013_0_0_0,
&IEquatable_1_t1676214749_0_0_0,
&AudioClipPlayable_t785069022_0_0_0,
&IEquatable_1_t116726928_0_0_0,
&AudioMixerPlayable_t3520548497_0_0_0,
&IEnumerator_1_t1244367767_0_0_0,
&GUILayoutOption_t811797299_0_0_0,
&InternalEnumerator_1_t1718861416_0_0_0,
&IList_1_t2627117082_0_0_0,
&ICollection_1_t3639949533_0_0_0,
&IEnumerable_1_t4086617484_0_0_0,
&Dictionary_2_t3261990503_0_0_0,
&LayoutCache_t78309876_0_0_0,
&Dictionary_2_t1968819495_0_0_0,
&ICollection_1_t2899676600_0_0_0,
&KeyValuePair_2_t71524366_0_0_0,
&IEnumerator_1_t504094834_0_0_0,
&InternalEnumerator_1_t978588483_0_0_0,
&IList_1_t1886844149_0_0_0,
&IEnumerable_1_t3346344551_0_0_0,
&IDictionary_2_t432670886_0_0_0,
&KeyCollection_t2158494966_0_0_0,
&Enumerator_t2150996479_0_0_0,
&Enumerator_t3923002270_0_0_0,
&Transform_1_t2275248284_0_0_0,
&ValueCollection_t3684863813_0_0_0,
&Enumerator_t2537713152_0_0_0,
&Transform_1_t2404408695_0_0_0,
&Transform_1_t2448278169_0_0_0,
&Transform_1_t3690794193_0_0_0,
&ShimEnumerator_t1965540292_0_0_0,
&IEnumerator_1_t510880344_0_0_0,
&InternalEnumerator_1_t985373993_0_0_0,
&IList_1_t1893629659_0_0_0,
&ICollection_1_t2906462110_0_0_0,
&IEnumerable_1_t3353130061_0_0_0,
&Transform_1_t922041433_0_0_0,
&KeyValuePair_2_t1364695374_0_0_0,
&IEnumerator_1_t1797265842_0_0_0,
&InternalEnumerator_1_t2271759491_0_0_0,
&IList_1_t3180015157_0_0_0,
&ICollection_1_t4192847608_0_0_0,
&IEnumerable_1_t344548263_0_0_0,
&KeyCollection_t3451665974_0_0_0,
&Enumerator_t3444167487_0_0_0,
&Enumerator_t921205982_0_0_0,
&ValueCollection_t683067525_0_0_0,
&Enumerator_t3830884160_0_0_0,
&Enumerator_t2280962893_0_0_0,
&GUILayoutEntry_t3214611570_0_0_0,
&List_1_t391719016_0_0_0,
&IEnumerator_1_t3647182038_0_0_0,
&InternalEnumerator_1_t4121675687_0_0_0,
&IList_1_t734964057_0_0_0,
&ICollection_1_t1747796508_0_0_0,
&IEnumerable_1_t2194464459_0_0_0,
&ReadOnlyCollection_1_t132220561_0_0_0,
&Predicate_1_t4039905694_0_0_0,
&Comparison_1_t2989542749_0_0_0,
&IEnumerator_1_t94504683_0_0_0,
&GUIStyle_t3956901511_0_0_0,
&InternalEnumerator_1_t568998332_0_0_0,
&IList_1_t1477253998_0_0_0,
&ICollection_1_t2490086449_0_0_0,
&IEnumerable_1_t2936754400_0_0_0,
&Dictionary_2_t3742157810_0_0_0,
&Transform_1_t1233662018_0_0_0,
&KeyValuePair_2_t1844862681_0_0_0,
&IEnumerator_1_t2277433149_0_0_0,
&InternalEnumerator_1_t2751926798_0_0_0,
&IList_1_t3660182464_0_0_0,
&ICollection_1_t378047619_0_0_0,
&IEnumerable_1_t824715570_0_0_0,
&KeyCollection_t3931833281_0_0_0,
&Enumerator_t3924334794_0_0_0,
&Enumerator_t1401373289_0_0_0,
&ValueCollection_t1163234832_0_0_0,
&Enumerator_t16084171_0_0_0,
&Func_3_t4119323734_0_0_0,
&Func_2_t3450341358_0_0_0,
&Exception_t_0_0_0,
&List_1_t2411569343_0_0_0,
&Rigidbody2D_t939494601_0_0_0,
&IEnumerator_1_t1372065069_0_0_0,
&InternalEnumerator_1_t1846558718_0_0_0,
&IList_1_t2754814384_0_0_0,
&ICollection_1_t3767646835_0_0_0,
&IEnumerable_1_t4214314786_0_0_0,
&ReadOnlyCollection_1_t2152070888_0_0_0,
&Predicate_1_t1764788725_0_0_0,
&Enumerator_t5845924_0_0_0,
&Comparison_1_t714425780_0_0_0,
&IEnumerator_1_t2712152457_0_0_0,
&RaycastHit2D_t2279581989_0_0_0,
&InternalEnumerator_1_t3186646106_0_0_0,
&IList_1_t4094901772_0_0_0,
&ICollection_1_t812766927_0_0_0,
&IEnumerable_1_t1259434878_0_0_0,
&IDictionary_2_t1329213854_0_0_0,
&KeyValuePair_2_t968067334_0_0_0,
&IEnumerator_1_t1400637802_0_0_0,
&IEnumerable_1_t4242887519_0_0_0,
&InternalEnumerator_1_t1875131451_0_0_0,
&IList_1_t2783387117_0_0_0,
&ICollection_1_t3796219568_0_0_0,
&Action_3_t3050575418_0_0_0,
&Action_1_t269755560_0_0_0,
&Dictionary_2_t2865362463_0_0_0,
&Transform_1_t1694351041_0_0_0,
&KeyCollection_t3055037934_0_0_0,
&Enumerator_t3047539447_0_0_0,
&Enumerator_t524577942_0_0_0,
&ValueCollection_t286439485_0_0_0,
&Enumerator_t3434256120_0_0_0,
&Dictionary_2_t1632706988_0_0_0,
&Transform_1_t132201056_0_0_0,
&KeyValuePair_2_t4030379155_0_0_0,
&IEnumerator_1_t167982327_0_0_0,
&InternalEnumerator_1_t642475976_0_0_0,
&IList_1_t1550731642_0_0_0,
&ICollection_1_t2563564093_0_0_0,
&IEnumerable_1_t3010232044_0_0_0,
&KeyCollection_t1822382459_0_0_0,
&Enumerator_t1814883972_0_0_0,
&Enumerator_t3586889763_0_0_0,
&ValueCollection_t3348751306_0_0_0,
&Enumerator_t2201600645_0_0_0,
&List_1_t2475741330_0_0_0,
&EventSystem_t1003666588_0_0_0,
&IEnumerator_1_t1436237056_0_0_0,
&InternalEnumerator_1_t1910730705_0_0_0,
&IList_1_t2818986371_0_0_0,
&ICollection_1_t3831818822_0_0_0,
&IEnumerable_1_t4278486773_0_0_0,
&IList_1_t1016286005_0_0_0,
&UIBehaviour_t3495933518_0_0_0,
&IEnumerator_1_t3928503986_0_0_0,
&InternalEnumerator_1_t108030339_0_0_0,
&ICollection_1_t2029118456_0_0_0,
&IEnumerable_1_t2475786407_0_0_0,
&IList_1_t1482835016_0_0_0,
&MonoBehaviour_t3962482529_0_0_0,
&IEnumerator_1_t100085701_0_0_0,
&InternalEnumerator_1_t574579350_0_0_0,
&ICollection_1_t2495667467_0_0_0,
&IEnumerable_1_t2942335418_0_0_0,
&ReadOnlyCollection_1_t2216242875_0_0_0,
&Predicate_1_t1828960712_0_0_0,
&Enumerator_t70017911_0_0_0,
&Comparison_1_t778597767_0_0_0,
&List_1_t3491343620_0_0_0,
&BaseInputModule_t2019268878_0_0_0,
&IEnumerator_1_t2451839346_0_0_0,
&InternalEnumerator_1_t2926332995_0_0_0,
&IList_1_t3834588661_0_0_0,
&ICollection_1_t552453816_0_0_0,
&IEnumerable_1_t999121767_0_0_0,
&ReadOnlyCollection_1_t3231845165_0_0_0,
&Predicate_1_t2844563002_0_0_0,
&Enumerator_t1085620201_0_0_0,
&Comparison_1_t1794200057_0_0_0,
&Comparison_1_t3135238028_0_0_0,
&RaycastResult_t3360306849_0_0_0,
&EventFunction_1_t3373214253_0_0_0,
&IDeselectHandler_t393712923_0_0_0,
&EventFunction_1_t1764640198_0_0_0,
&List_1_t531791296_0_0_0,
&IEventSystemHandler_t3354683850_0_0_0,
&IEnumerator_1_t3787254318_0_0_0,
&InternalEnumerator_1_t4261747967_0_0_0,
&IList_1_t875036337_0_0_0,
&ICollection_1_t1887868788_0_0_0,
&IEnumerable_1_t2334536739_0_0_0,
&ReadOnlyCollection_1_t272292841_0_0_0,
&Predicate_1_t4179977974_0_0_0,
&Enumerator_t2421035173_0_0_0,
&Comparison_1_t3129615029_0_0_0,
&ObjectPool_1_t231414508_0_0_0,
&ObjectPool_1_t2779729376_0_0_0,
&Stack_1_t1375180751_0_0_0,
&IEnumerator_1_t964361764_0_0_0,
&InternalEnumerator_1_t1438855413_0_0_0,
&IList_1_t2347111079_0_0_0,
&ICollection_1_t3359943530_0_0_0,
&IEnumerable_1_t3806611481_0_0_0,
&Enumerator_t2889168170_0_0_0,
&UnityAction_1_t1116627437_0_0_0,
&ListPool_1_t2953223642_0_0_0,
&ListPool_1_t4109695355_0_0_0,
&ObjectPool_1_t4251804118_0_0_0,
&Stack_1_t1100603065_0_0_0,
&IEnumerator_1_t689784078_0_0_0,
&InternalEnumerator_1_t1164277727_0_0_0,
&IList_1_t2072533393_0_0_0,
&ICollection_1_t3085365844_0_0_0,
&IEnumerable_1_t3532033795_0_0_0,
&Enumerator_t2614590484_0_0_0,
&UnityAction_1_t842049751_0_0_0,
&ObjectPool_1_t3095332405_0_0_0,
&Stack_1_t4239098648_0_0_0,
&IEnumerator_1_t3828279661_0_0_0,
&InternalEnumerator_1_t7806014_0_0_0,
&IList_1_t916061680_0_0_0,
&ICollection_1_t1928894131_0_0_0,
&IEnumerable_1_t2375562082_0_0_0,
&Enumerator_t1458118771_0_0_0,
&UnityAction_1_t3980545334_0_0_0,
&EventFunction_1_t955952873_0_0_0,
&ISelectHandler_t2271418839_0_0_0,
&List_1_t537414295_0_0_0,
&ICollection_1_t1893491787_0_0_0,
&IEnumerator_1_t3792877317_0_0_0,
&InternalEnumerator_1_t4267370966_0_0_0,
&IList_1_t880659336_0_0_0,
&IEnumerable_1_t2340159738_0_0_0,
&Enumerator_t2426658172_0_0_0,
&ReadOnlyCollection_1_t277915840_0_0_0,
&Collection_1_t2304662767_0_0_0,
&EqualityComparer_1_t1530079185_0_0_0,
&IEqualityComparer_1_t1172671571_0_0_0,
&IEquatable_1_t4251452576_0_0_0,
&DefaultComparer_t4091931801_0_0_0,
&Predicate_1_t4185600973_0_0_0,
&Comparer_1_t565094435_0_0_0,
&IComparer_1_t319605032_0_0_0,
&IComparable_1_t2728971262_0_0_0,
&DefaultComparer_t1212910182_0_0_0,
&List_1_t1327982029_0_0_0,
&BaseRaycaster_t4150874583_0_0_0,
&IEnumerator_1_t288477755_0_0_0,
&InternalEnumerator_1_t762971404_0_0_0,
&IList_1_t1671227070_0_0_0,
&ICollection_1_t2684059521_0_0_0,
&IEnumerable_1_t3130727472_0_0_0,
&ReadOnlyCollection_1_t1068483574_0_0_0,
&Predicate_1_t681201411_0_0_0,
&Enumerator_t3217225906_0_0_0,
&Comparison_1_t3925805762_0_0_0,
&List_1_t521873611_0_0_0,
&Entry_t3344766165_0_0_0,
&IEnumerator_1_t3777336633_0_0_0,
&InternalEnumerator_1_t4251830282_0_0_0,
&IList_1_t865118652_0_0_0,
&ICollection_1_t1877951103_0_0_0,
&IEnumerable_1_t2324619054_0_0_0,
&ReadOnlyCollection_1_t262375156_0_0_0,
&Predicate_1_t4170060289_0_0_0,
&Enumerator_t2411117488_0_0_0,
&Comparison_1_t3119697344_0_0_0,
&UnityEvent_1_t489719741_0_0_0,
&BaseEventData_t3903027533_0_0_0,
&UnityAction_1_t192896378_0_0_0,
&EventFunction_1_t3995630009_0_0_0,
&IPointerEnterHandler_t1016128679_0_0_0,
&EventFunction_1_t2867327688_0_0_0,
&IPointerExitHandler_t4182793654_0_0_0,
&EventFunction_1_t64614563_0_0_0,
&IPointerDownHandler_t1380080529_0_0_0,
&EventFunction_1_t3256600500_0_0_0,
&IPointerUpHandler_t277099170_0_0_0,
&EventFunction_1_t3111972472_0_0_0,
&IPointerClickHandler_t132471142_0_0_0,
&EventFunction_1_t3587542510_0_0_0,
&IInitializePotentialDragHandler_t608041180_0_0_0,
&EventFunction_1_t1977848392_0_0_0,
&IBeginDragHandler_t3293314358_0_0_0,
&EventFunction_1_t972960537_0_0_0,
&IDragHandler_t2288426503_0_0_0,
&EventFunction_1_t3277009892_0_0_0,
&IEndDragHandler_t297508562_0_0_0,
&EventFunction_1_t2311673543_0_0_0,
&IDropHandler_t3627139509_0_0_0,
&EventFunction_1_t2886331738_0_0_0,
&IScrollHandler_t4201797704_0_0_0,
&EventFunction_1_t2950825503_0_0_0,
&IUpdateSelectedHandler_t4266291469_0_0_0,
&EventFunction_1_t3912835512_0_0_0,
&IMoveHandler_t933334182_0_0_0,
&EventFunction_1_t1475332338_0_0_0,
&ISubmitHandler_t2790798304_0_0_0,
&EventFunction_1_t2658898854_0_0_0,
&ICancelHandler_t3974364820_0_0_0,
&List_1_t777473367_0_0_0,
&Transform_t3600365921_0_0_0,
&IEnumerator_1_t4032936389_0_0_0,
&InternalEnumerator_1_t212462742_0_0_0,
&IList_1_t1120718408_0_0_0,
&ICollection_1_t2133550859_0_0_0,
&IEnumerable_1_t2580218810_0_0_0,
&ReadOnlyCollection_1_t517974912_0_0_0,
&Predicate_1_t130692749_0_0_0,
&Enumerator_t2666717244_0_0_0,
&Comparison_1_t3375297100_0_0_0,
&List_1_t2585711361_0_0_0,
&GameObject_t1113636619_0_0_0,
&IEnumerator_1_t1546207087_0_0_0,
&InternalEnumerator_1_t2020700736_0_0_0,
&IList_1_t2928956402_0_0_0,
&ICollection_1_t3941788853_0_0_0,
&IEnumerable_1_t93489508_0_0_0,
&ReadOnlyCollection_1_t2326212906_0_0_0,
&Predicate_1_t1938930743_0_0_0,
&Enumerator_t179987942_0_0_0,
&Comparison_1_t888567798_0_0_0,
&IEnumerator_1_t4062734015_0_0_0,
&BaseInput_t3630163547_0_0_0,
&InternalEnumerator_1_t242260368_0_0_0,
&IList_1_t1150516034_0_0_0,
&ICollection_1_t2163348485_0_0_0,
&IEnumerable_1_t2610016436_0_0_0,
&Dictionary_2_t2696614423_0_0_0,
&PointerEventData_t3807901092_0_0_0,
&IEnumerator_1_t4240471560_0_0_0,
&InternalEnumerator_1_t419997913_0_0_0,
&IList_1_t1328253579_0_0_0,
&ICollection_1_t2341086030_0_0_0,
&IEnumerable_1_t2787753981_0_0_0,
&IList_1_t1423380020_0_0_0,
&IEnumerator_1_t40630705_0_0_0,
&InternalEnumerator_1_t515124354_0_0_0,
&ICollection_1_t2436212471_0_0_0,
&IEnumerable_1_t2882880422_0_0_0,
&IList_1_t1691853218_0_0_0,
&AbstractEventData_t4171500731_0_0_0,
&IEnumerator_1_t309103903_0_0_0,
&InternalEnumerator_1_t783597552_0_0_0,
&ICollection_1_t2704685669_0_0_0,
&IEnumerable_1_t3151353620_0_0_0,
&Transform_1_t3458440169_0_0_0,
&KeyValuePair_2_t799319294_0_0_0,
&IEnumerator_1_t1231889762_0_0_0,
&InternalEnumerator_1_t1706383411_0_0_0,
&IList_1_t2614639077_0_0_0,
&ICollection_1_t3627471528_0_0_0,
&IEnumerable_1_t4074139479_0_0_0,
&KeyCollection_t2886289894_0_0_0,
&Enumerator_t2878791407_0_0_0,
&Enumerator_t355829902_0_0_0,
&ValueCollection_t117691445_0_0_0,
&Enumerator_t3265508080_0_0_0,
&List_1_t2329214678_0_0_0,
&ButtonState_t857139936_0_0_0,
&IEnumerator_1_t1289710404_0_0_0,
&InternalEnumerator_1_t1764204053_0_0_0,
&IList_1_t2672459719_0_0_0,
&ICollection_1_t3685292170_0_0_0,
&IEnumerable_1_t4131960121_0_0_0,
&ReadOnlyCollection_1_t2069716223_0_0_0,
&Predicate_1_t1682434060_0_0_0,
&Enumerator_t4218458555_0_0_0,
&Comparison_1_t632071115_0_0_0,
&IEnumerator_1_t1488572434_0_0_0,
&RaycastHit_t1056001966_0_0_0,
&InternalEnumerator_1_t1963066083_0_0_0,
&IList_1_t2871321749_0_0_0,
&ICollection_1_t3884154200_0_0_0,
&IEnumerable_1_t35854855_0_0_0,
&Comparison_1_t830933145_0_0_0,
&UnityEvent_1_t3437345828_0_0_0,
&UnityAction_1_t3140522465_0_0_0,
&InvokableCall_1_t2672850562_0_0_0,
&UnityEvent_1_t2278926278_0_0_0,
&IndexedSet_1_t3571286806_0_0_0,
&ICanvasElement_t2121898866_0_0_0,
&IndexedSet_1_t234526808_0_0_0,
&List_1_t3593973608_0_0_0,
&IEnumerator_1_t2554469334_0_0_0,
&InternalEnumerator_1_t3028962983_0_0_0,
&IList_1_t3937218649_0_0_0,
&ICollection_1_t655083804_0_0_0,
&IEnumerable_1_t1101751755_0_0_0,
&ReadOnlyCollection_1_t3334475153_0_0_0,
&Predicate_1_t2947192990_0_0_0,
&Enumerator_t1188250189_0_0_0,
&Comparison_1_t1896830045_0_0_0,
&Dictionary_2_t3261772335_0_0_0,
&IEqualityComparer_1_t4229230884_0_0_0,
&Transform_1_t3122708593_0_0_0,
&KeyValuePair_2_t1364477206_0_0_0,
&IEnumerator_1_t1797047674_0_0_0,
&InternalEnumerator_1_t2271541323_0_0_0,
&IList_1_t3179796989_0_0_0,
&ICollection_1_t4192629440_0_0_0,
&IEnumerable_1_t344330095_0_0_0,
&KeyCollection_t3451447806_0_0_0,
&Enumerator_t3443949319_0_0_0,
&Enumerator_t920987814_0_0_0,
&ValueCollection_t682849357_0_0_0,
&Enumerator_t3830665992_0_0_0,
&IEquatable_1_t3030177301_0_0_0,
&ColorBlock_t2139031574_0_0_0,
&List_1_t447389798_0_0_0,
&OptionData_t3270282352_0_0_0,
&IEnumerator_1_t3702852820_0_0_0,
&InternalEnumerator_1_t4177346469_0_0_0,
&IList_1_t790634839_0_0_0,
&ICollection_1_t1803467290_0_0_0,
&IEnumerable_1_t2250135241_0_0_0,
&ReadOnlyCollection_1_t187891343_0_0_0,
&Predicate_1_t4095576476_0_0_0,
&Enumerator_t2336633675_0_0_0,
&Comparison_1_t3045213531_0_0_0,
&List_1_t2924027637_0_0_0,
&DropdownItem_t1451952895_0_0_0,
&IEnumerator_1_t1884523363_0_0_0,
&InternalEnumerator_1_t2359017012_0_0_0,
&IList_1_t3267272678_0_0_0,
&ICollection_1_t4280105129_0_0_0,
&IEnumerable_1_t431805784_0_0_0,
&IList_1_t2831448462_0_0_0,
&IEnumerator_1_t1448699147_0_0_0,
&InternalEnumerator_1_t1923192796_0_0_0,
&ICollection_1_t3844280913_0_0_0,
&IEnumerable_1_t4290948864_0_0_0,
&IList_1_t1494717307_0_0_0,
&IEnumerator_1_t111967992_0_0_0,
&InternalEnumerator_1_t586461641_0_0_0,
&ICollection_1_t2507549758_0_0_0,
&IEnumerable_1_t2954217709_0_0_0,
&ReadOnlyCollection_1_t2664529182_0_0_0,
&Predicate_1_t2277247019_0_0_0,
&Enumerator_t518304218_0_0_0,
&Comparison_1_t1226884074_0_0_0,
&TweenRunner_1_t3520241082_0_0_0,
&FloatTween_t1274330004_0_0_0,
&U3CStartU3Ec__Iterator0_t30141770_0_0_0,
&List_1_t1752731834_0_0_0,
&Sprite_t280657092_0_0_0,
&IEnumerator_1_t713227560_0_0_0,
&InternalEnumerator_1_t1187721209_0_0_0,
&IList_1_t2095976875_0_0_0,
&ICollection_1_t3108809326_0_0_0,
&IEnumerable_1_t3555477277_0_0_0,
&ReadOnlyCollection_1_t1493233379_0_0_0,
&Predicate_1_t1105951216_0_0_0,
&Enumerator_t3641975711_0_0_0,
&Comparison_1_t55588271_0_0_0,
&List_1_t487303889_0_0_0,
&Canvas_t3310196443_0_0_0,
&IEnumerator_1_t3742766911_0_0_0,
&InternalEnumerator_1_t4217260560_0_0_0,
&IList_1_t830548930_0_0_0,
&ICollection_1_t1843381381_0_0_0,
&IEnumerable_1_t2290049332_0_0_0,
&ReadOnlyCollection_1_t227805434_0_0_0,
&Predicate_1_t4135490567_0_0_0,
&Enumerator_t2376547766_0_0_0,
&Comparison_1_t3085127622_0_0_0,
&ListPool_1_t44818338_0_0_0,
&ObjectPool_1_t186927101_0_0_0,
&Stack_1_t1330693344_0_0_0,
&IEnumerator_1_t919874357_0_0_0,
&InternalEnumerator_1_t1394368006_0_0_0,
&IList_1_t2302623672_0_0_0,
&ICollection_1_t3315456123_0_0_0,
&IEnumerable_1_t3762124074_0_0_0,
&Enumerator_t2844680763_0_0_0,
&UnityAction_1_t1072140030_0_0_0,
&UnityEvent_1_t978947469_0_0_0,
&Dictionary_2_t369343732_0_0_0,
&HashSet_1_t466832188_0_0_0,
&Text_t1901882714_0_0_0,
&IEnumerator_1_t2463613991_0_0_0,
&Link_t2031043523_0_0_0,
&InternalEnumerator_1_t2938107640_0_0_0,
&IList_1_t3846363306_0_0_0,
&ICollection_1_t564228461_0_0_0,
&IEnumerable_1_t1010896412_0_0_0,
&IEnumerator_1_t2334453182_0_0_0,
&InternalEnumerator_1_t2808946831_0_0_0,
&IList_1_t3717202497_0_0_0,
&ICollection_1_t435067652_0_0_0,
&IEnumerable_1_t881735603_0_0_0,
&IList_1_t1602369197_0_0_0,
&ILayoutElement_t4082016710_0_0_0,
&IEnumerator_1_t219619882_0_0_0,
&InternalEnumerator_1_t694113531_0_0_0,
&ICollection_1_t2615201648_0_0_0,
&IEnumerable_1_t3061869599_0_0_0,
&IList_1_t1359574046_0_0_0,
&MaskableGraphic_t3839221559_0_0_0,
&IEnumerator_1_t4271792027_0_0_0,
&InternalEnumerator_1_t451318380_0_0_0,
&ICollection_1_t2372406497_0_0_0,
&IEnumerable_1_t2819074448_0_0_0,
&IList_1_t3054949134_0_0_0,
&IClippable_t1239629351_0_0_0,
&IEnumerator_1_t1672199819_0_0_0,
&InternalEnumerator_1_t2146693468_0_0_0,
&ICollection_1_t4067781585_0_0_0,
&IEnumerable_1_t219482240_0_0_0,
&IList_1_t2248706216_0_0_0,
&IMaskable_t433386433_0_0_0,
&IEnumerator_1_t865956901_0_0_0,
&InternalEnumerator_1_t1340450550_0_0_0,
&ICollection_1_t3261538667_0_0_0,
&IEnumerable_1_t3708206618_0_0_0,
&IList_1_t3790345473_0_0_0,
&IMaterialModifier_t1975025690_0_0_0,
&IEnumerator_1_t2407596158_0_0_0,
&InternalEnumerator_1_t2882089807_0_0_0,
&ICollection_1_t508210628_0_0_0,
&IEnumerable_1_t954878579_0_0_0,
&IList_1_t3475655394_0_0_0,
&Graphic_t1660335611_0_0_0,
&IEnumerator_1_t2092906079_0_0_0,
&InternalEnumerator_1_t2567399728_0_0_0,
&ICollection_1_t193520549_0_0_0,
&IEnumerable_1_t640188500_0_0_0,
&IEqualityComparer_1_t4009214732_0_0_0,
&Enumerator_t2172009459_0_0_0,
&IEnumerator_1_t2389372572_0_0_0,
&InternalEnumerator_1_t2863866221_0_0_0,
&IList_1_t3772121887_0_0_0,
&ICollection_1_t489987042_0_0_0,
&IEnumerable_1_t936654993_0_0_0,
&IEnumerator_1_t899402656_0_0_0,
&InternalEnumerator_1_t1373896305_0_0_0,
&IList_1_t2282151971_0_0_0,
&ICollection_1_t3294984422_0_0_0,
&IEnumerable_1_t3741652373_0_0_0,
&IEqualityComparer_1_t4064134122_0_0_0,
&Transform_1_t658481400_0_0_0,
&KeyValuePair_2_t2767015899_0_0_0,
&IEnumerator_1_t3199586367_0_0_0,
&InternalEnumerator_1_t3674080016_0_0_0,
&IList_1_t287368386_0_0_0,
&ICollection_1_t1300200837_0_0_0,
&IEnumerable_1_t1746868788_0_0_0,
&KeyCollection_t559019203_0_0_0,
&Enumerator_t551520716_0_0_0,
&Enumerator_t2323526507_0_0_0,
&ValueCollection_t2085388050_0_0_0,
&Enumerator_t938237389_0_0_0,
&TweenRunner_1_t3055525458_0_0_0,
&ColorTween_t809614380_0_0_0,
&U3CStartU3Ec__Iterator0_t3860393442_0_0_0,
&List_1_t3132410353_0_0_0,
&ReadOnlyCollection_1_t2872911898_0_0_0,
&Predicate_1_t2485629735_0_0_0,
&Enumerator_t726686934_0_0_0,
&Comparison_1_t1435266790_0_0_0,
&Dictionary_2_t2296117448_0_0_0,
&IndexedSet_1_t3109723551_0_0_0,
&Dictionary_2_t1241847650_0_0_0,
&IEqualityComparer_1_t3767667629_0_0_0,
&Transform_1_t3607992594_0_0_0,
&KeyValuePair_2_t3639519817_0_0_0,
&IEnumerator_1_t4072090285_0_0_0,
&InternalEnumerator_1_t251616638_0_0_0,
&IList_1_t1159872304_0_0_0,
&ICollection_1_t2172704755_0_0_0,
&IEnumerable_1_t2619372706_0_0_0,
&KeyCollection_t1431523121_0_0_0,
&Enumerator_t1424024634_0_0_0,
&Enumerator_t3196030425_0_0_0,
&ValueCollection_t2957891968_0_0_0,
&Enumerator_t1810741307_0_0_0,
&IEnumerator_1_t3542294019_0_0_0,
&InternalEnumerator_1_t4016787668_0_0_0,
&IList_1_t630076038_0_0_0,
&ICollection_1_t1642908489_0_0_0,
&IEnumerable_1_t2089576440_0_0_0,
&IEqualityComparer_1_t1122561165_0_0_0,
&Transform_1_t3642685268_0_0_0,
&KeyValuePair_2_t398822319_0_0_0,
&IEnumerator_1_t831392787_0_0_0,
&InternalEnumerator_1_t1305886436_0_0_0,
&IList_1_t2214142102_0_0_0,
&ICollection_1_t3226974553_0_0_0,
&IEnumerable_1_t3673642504_0_0_0,
&KeyCollection_t2485792919_0_0_0,
&Enumerator_t2478294432_0_0_0,
&Enumerator_t4250300223_0_0_0,
&ValueCollection_t4012161766_0_0_0,
&Enumerator_t2865011105_0_0_0,
&Dictionary_2_t3531485785_0_0_0,
&IClipper_t1224123152_0_0_0,
&IEnumerator_1_t1656693620_0_0_0,
&InternalEnumerator_1_t2131187269_0_0_0,
&IList_1_t3039442935_0_0_0,
&ICollection_1_t4052275386_0_0_0,
&IEnumerable_1_t203976041_0_0_0,
&IEqualityComparer_1_t3331455170_0_0_0,
&Transform_1_t2465069151_0_0_0,
&KeyValuePair_2_t1634190656_0_0_0,
&IEnumerator_1_t2066761124_0_0_0,
&InternalEnumerator_1_t2541254773_0_0_0,
&IList_1_t3449510439_0_0_0,
&ICollection_1_t167375594_0_0_0,
&IEnumerable_1_t614043545_0_0_0,
&KeyCollection_t3721161256_0_0_0,
&Enumerator_t3713662769_0_0_0,
&Enumerator_t1190701264_0_0_0,
&ValueCollection_t952562807_0_0_0,
&Enumerator_t4100379442_0_0_0,
&EqualityComparer_1_t3617621160_0_0_0,
&Type_t1152881528_0_0_0,
&IEqualityComparer_1_t3260213546_0_0_0,
&IEquatable_1_t2044027255_0_0_0,
&DefaultComparer_t1884506480_0_0_0,
&EqualityComparer_1_t3632197202_0_0_0,
&FillMethod_t1167457570_0_0_0,
&IEqualityComparer_1_t3274789588_0_0_0,
&IEquatable_1_t2058603297_0_0_0,
&DefaultComparer_t1899082522_0_0_0,
&EqualityComparer_1_t3862006406_0_0_0,
&GenericEqualityComparer_1_t1631579035_0_0_0,
&IEqualityComparer_1_t3504598792_0_0_0,
&DefaultComparer_t2128891726_0_0_0,
&List_1_t4142344393_0_0_0,
&Image_t2670269651_0_0_0,
&IEnumerator_1_t3102840119_0_0_0,
&InternalEnumerator_1_t3577333768_0_0_0,
&IList_1_t190622138_0_0_0,
&ICollection_1_t1203454589_0_0_0,
&IEnumerable_1_t1650122540_0_0_0,
&IList_1_t4179260936_0_0_0,
&ISerializationCallbackReceiver_t2363941153_0_0_0,
&IEnumerator_1_t2796511621_0_0_0,
&InternalEnumerator_1_t3271005270_0_0_0,
&ICollection_1_t897126091_0_0_0,
&IEnumerable_1_t1343794042_0_0_0,
&IList_1_t4270022620_0_0_0,
&ICanvasRaycastFilter_t2454702837_0_0_0,
&IEnumerator_1_t2887273305_0_0_0,
&InternalEnumerator_1_t3361766954_0_0_0,
&ICollection_1_t987887775_0_0_0,
&IEnumerable_1_t1434555726_0_0_0,
&ReadOnlyCollection_1_t3882845938_0_0_0,
&Predicate_1_t3495563775_0_0_0,
&Enumerator_t1736620974_0_0_0,
&Comparison_1_t2445200830_0_0_0,
&EqualityComparer_1_t4252043028_0_0_0,
&ContentType_t1787303396_0_0_0,
&IEqualityComparer_1_t3894635414_0_0_0,
&IEquatable_1_t2678449123_0_0_0,
&DefaultComparer_t2518928348_0_0_0,
&EqualityComparer_1_t2384420805_0_0_0,
&LineType_t4214648469_0_0_0,
&IEqualityComparer_1_t2027013191_0_0_0,
&IEquatable_1_t810826900_0_0_0,
&DefaultComparer_t651306125_0_0_0,
&IEnumerator_1_t2219873864_0_0_0,
&InternalEnumerator_1_t2694367513_0_0_0,
&IList_1_t3602623179_0_0_0,
&ICollection_1_t320488334_0_0_0,
&IEnumerable_1_t767156285_0_0_0,
&EqualityComparer_1_t4235140311_0_0_0,
&InputType_t1770400679_0_0_0,
&IEqualityComparer_1_t3877732697_0_0_0,
&IEquatable_1_t2661546406_0_0_0,
&DefaultComparer_t2502025631_0_0_0,
&EqualityComparer_1_t3995337334_0_0_0,
&TouchScreenKeyboardType_t1530597702_0_0_0,
&IEqualityComparer_1_t3637929720_0_0_0,
&IEquatable_1_t2421743429_0_0_0,
&DefaultComparer_t2262222654_0_0_0,
&EqualityComparer_1_t2221686773_0_0_0,
&CharacterValidation_t4051914437_0_0_0,
&IEqualityComparer_1_t1864279159_0_0_0,
&IEquatable_1_t648092868_0_0_0,
&DefaultComparer_t488572093_0_0_0,
&EqualityComparer_1_t1804232806_0_0_0,
&GenericEqualityComparer_1_t3868772731_0_0_0,
&IEqualityComparer_1_t1446825192_0_0_0,
&DefaultComparer_t71118126_0_0_0,
&UnityEvent_1_t2729110193_0_0_0,
&List_1_t3275726873_0_0_0,
&Mask_t1803652131_0_0_0,
&IEnumerator_1_t2236222599_0_0_0,
&InternalEnumerator_1_t2710716248_0_0_0,
&IList_1_t3618971914_0_0_0,
&ICollection_1_t336837069_0_0_0,
&IEnumerable_1_t783505020_0_0_0,
&ReadOnlyCollection_1_t3016228418_0_0_0,
&Predicate_1_t2628946255_0_0_0,
&Enumerator_t870003454_0_0_0,
&Comparison_1_t1578583310_0_0_0,
&ListPool_1_t2833241322_0_0_0,
&ObjectPool_1_t2975350085_0_0_0,
&Stack_1_t4119116328_0_0_0,
&IEnumerator_1_t3708297341_0_0_0,
&InternalEnumerator_1_t4182790990_0_0_0,
&IList_1_t796079360_0_0_0,
&ICollection_1_t1808911811_0_0_0,
&IEnumerable_1_t2255579762_0_0_0,
&Enumerator_t1338136451_0_0_0,
&UnityAction_1_t3860563014_0_0_0,
&List_1_t651996883_0_0_0,
&RectMask2D_t3474889437_0_0_0,
&IEnumerator_1_t3907459905_0_0_0,
&InternalEnumerator_1_t86986258_0_0_0,
&IList_1_t995241924_0_0_0,
&ICollection_1_t2008074375_0_0_0,
&IEnumerable_1_t2454742326_0_0_0,
&ReadOnlyCollection_1_t392498428_0_0_0,
&Predicate_1_t5216265_0_0_0,
&Enumerator_t2541240760_0_0_0,
&Comparison_1_t3249820616_0_0_0,
&ListPool_1_t209511332_0_0_0,
&ObjectPool_1_t351620095_0_0_0,
&Stack_1_t1495386338_0_0_0,
&IEnumerator_1_t1084567351_0_0_0,
&InternalEnumerator_1_t1559061000_0_0_0,
&IList_1_t2467316666_0_0_0,
&ICollection_1_t3480149117_0_0_0,
&IEnumerable_1_t3926817068_0_0_0,
&Enumerator_t3009373757_0_0_0,
&UnityAction_1_t1236833024_0_0_0,
&IEquatable_1_t3940462306_0_0_0,
&Navigation_t3049316579_0_0_0,
&HashSet_1_t4099546121_0_0_0,
&IEnumerator_1_t1801360628_0_0_0,
&Link_t1368790160_0_0_0,
&InternalEnumerator_1_t2275854277_0_0_0,
&IList_1_t3184109943_0_0_0,
&ICollection_1_t4196942394_0_0_0,
&IEnumerable_1_t348643049_0_0_0,
&IEqualityComparer_1_t3346961369_0_0_0,
&Enumerator_t1509756096_0_0_0,
&EqualityComparer_1_t1640486689_0_0_0,
&Direction_t3470714353_0_0_0,
&IEqualityComparer_1_t1283079075_0_0_0,
&IEquatable_1_t66892784_0_0_0,
&DefaultComparer_t4202339305_0_0_0,
&UnityEvent_1_t3037889027_0_0_0,
&UnityAction_1_t2741065664_0_0_0,
&InvokableCall_1_t2273393761_0_0_0,
&List_1_t427135887_0_0_0,
&Selectable_t3250028441_0_0_0,
&IEnumerator_1_t3682598909_0_0_0,
&InternalEnumerator_1_t4157092558_0_0_0,
&IList_1_t770380928_0_0_0,
&ICollection_1_t1783213379_0_0_0,
&IEnumerable_1_t2229881330_0_0_0,
&IList_1_t2748653965_0_0_0,
&IEnumerator_1_t1365904650_0_0_0,
&InternalEnumerator_1_t1840398299_0_0_0,
&ICollection_1_t3761486416_0_0_0,
&IEnumerable_1_t4208154367_0_0_0,
&IList_1_t3195400312_0_0_0,
&IEnumerator_1_t1812650997_0_0_0,
&InternalEnumerator_1_t2287144646_0_0_0,
&ICollection_1_t4208232763_0_0_0,
&IEnumerable_1_t359933418_0_0_0,
&IList_1_t2092418953_0_0_0,
&IEnumerator_1_t709669638_0_0_0,
&InternalEnumerator_1_t1184163287_0_0_0,
&ICollection_1_t3105251404_0_0_0,
&IEnumerable_1_t3551919355_0_0_0,
&IList_1_t1703146141_0_0_0,
&IEnumerator_1_t320396826_0_0_0,
&InternalEnumerator_1_t794890475_0_0_0,
&ICollection_1_t2715978592_0_0_0,
&IEnumerable_1_t3162646543_0_0_0,
&IList_1_t4086738622_0_0_0,
&IEnumerator_1_t2703989307_0_0_0,
&InternalEnumerator_1_t3178482956_0_0_0,
&ICollection_1_t804603777_0_0_0,
&IEnumerable_1_t1251271728_0_0_0,
&IList_1_t2209032706_0_0_0,
&IEnumerator_1_t826283391_0_0_0,
&InternalEnumerator_1_t1300777040_0_0_0,
&ICollection_1_t3221865157_0_0_0,
&IEnumerable_1_t3668533108_0_0_0,
&ReadOnlyCollection_1_t167637432_0_0_0,
&Predicate_1_t4075322565_0_0_0,
&Enumerator_t2316379764_0_0_0,
&Comparison_1_t3024959620_0_0_0,
&EqualityComparer_1_t1219088915_0_0_0,
&GenericEqualityComparer_1_t3283628840_0_0_0,
&IEqualityComparer_1_t861681301_0_0_0,
&DefaultComparer_t3780941531_0_0_0,
&EqualityComparer_1_t4234648263_0_0_0,
&Transition_t1769908631_0_0_0,
&IEqualityComparer_1_t3877240649_0_0_0,
&IEquatable_1_t2661054358_0_0_0,
&DefaultComparer_t2501533583_0_0_0,
&EqualityComparer_1_t308803910_0_0_0,
&GenericEqualityComparer_1_t2373343835_0_0_0,
&IEqualityComparer_1_t4246363592_0_0_0,
&DefaultComparer_t2870656526_0_0_0,
&EqualityComparer_1_t3827726111_0_0_0,
&SpriteState_t1362986479_0_0_0,
&GenericEqualityComparer_1_t1597298740_0_0_0,
&IEquatable_1_t2254132206_0_0_0,
&IEqualityComparer_1_t3470318497_0_0_0,
&DefaultComparer_t2094611431_0_0_0,
&List_1_t1260619206_0_0_0,
&CanvasGroup_t4083511760_0_0_0,
&IEnumerator_1_t221114932_0_0_0,
&InternalEnumerator_1_t695608581_0_0_0,
&IList_1_t1603864247_0_0_0,
&ICollection_1_t2616696698_0_0_0,
&IEnumerable_1_t3063364649_0_0_0,
&ReadOnlyCollection_1_t1001120751_0_0_0,
&Predicate_1_t613838588_0_0_0,
&Enumerator_t3149863083_0_0_0,
&Comparison_1_t3858442939_0_0_0,
&EqualityComparer_1_t2802648867_0_0_0,
&Direction_t337909235_0_0_0,
&IEqualityComparer_1_t2445241253_0_0_0,
&IEquatable_1_t1229054962_0_0_0,
&DefaultComparer_t1069534187_0_0_0,
&List_1_t134214538_0_0_0,
&MatEntry_t2957107092_0_0_0,
&IEnumerator_1_t3389677560_0_0_0,
&InternalEnumerator_1_t3864171209_0_0_0,
&IList_1_t477459579_0_0_0,
&ICollection_1_t1490292030_0_0_0,
&IEnumerable_1_t1936959981_0_0_0,
&ReadOnlyCollection_1_t4169683379_0_0_0,
&Predicate_1_t3782401216_0_0_0,
&Enumerator_t2023458415_0_0_0,
&Comparison_1_t2732038271_0_0_0,
&List_1_t4207451803_0_0_0,
&Toggle_t2735377061_0_0_0,
&IEnumerator_1_t3167947529_0_0_0,
&InternalEnumerator_1_t3642441178_0_0_0,
&IList_1_t255729548_0_0_0,
&ICollection_1_t1268561999_0_0_0,
&IEnumerable_1_t1715229950_0_0_0,
&IList_1_t1947790925_0_0_0,
&IEnumerator_1_t565041610_0_0_0,
&InternalEnumerator_1_t1039535259_0_0_0,
&ICollection_1_t2960623376_0_0_0,
&IEnumerable_1_t3407291327_0_0_0,
&IList_1_t311150791_0_0_0,
&IEnumerator_1_t3223368772_0_0_0,
&InternalEnumerator_1_t3697862421_0_0_0,
&ICollection_1_t1323983242_0_0_0,
&IEnumerable_1_t1770651193_0_0_0,
&ReadOnlyCollection_1_t3947953348_0_0_0,
&Predicate_1_t3560671185_0_0_0,
&Enumerator_t1801728384_0_0_0,
&Comparison_1_t2510308240_0_0_0,
&Func_2_t3446800538_0_0_0,
&U3CCreateWhereIteratorU3Ec__Iterator1D_1_t4180368026_0_0_0,
&IndexedSet_1_t2673511092_0_0_0,
&List_1_t2696197894_0_0_0,
&ReadOnlyCollection_1_t2436699439_0_0_0,
&Predicate_1_t2049417276_0_0_0,
&Enumerator_t290474475_0_0_0,
&Comparison_1_t999054331_0_0_0,
&EqualityComparer_1_t1586965335_0_0_0,
&AspectMode_t3417192999_0_0_0,
&IEqualityComparer_1_t1229557721_0_0_0,
&IEquatable_1_t13371430_0_0_0,
&DefaultComparer_t4148817951_0_0_0,
&EqualityComparer_1_t1437653550_0_0_0,
&FitMode_t3267881214_0_0_0,
&IEqualityComparer_1_t1080245936_0_0_0,
&IEquatable_1_t4159026941_0_0_0,
&DefaultComparer_t3999506166_0_0_0,
&List_1_t881764471_0_0_0,
&RectTransform_t3704657025_0_0_0,
&IEnumerator_1_t4137227493_0_0_0,
&InternalEnumerator_1_t316753846_0_0_0,
&IList_1_t1225009512_0_0_0,
&ICollection_1_t2237841963_0_0_0,
&IEnumerable_1_t2684509914_0_0_0,
&ReadOnlyCollection_1_t622266016_0_0_0,
&Predicate_1_t234983853_0_0_0,
&Enumerator_t2771008348_0_0_0,
&Comparison_1_t3479588204_0_0_0,
&ObjectPool_1_t240936516_0_0_0,
&LayoutRebuilder_t541313304_0_0_0,
&Stack_1_t1384702759_0_0_0,
&IEnumerator_1_t973883772_0_0_0,
&InternalEnumerator_1_t1448377421_0_0_0,
&IList_1_t2356633087_0_0_0,
&ICollection_1_t3369465538_0_0_0,
&IEnumerable_1_t3816133489_0_0_0,
&Enumerator_t2898690178_0_0_0,
&UnityAction_1_t1126149445_0_0_0,
&UnityAction_1_t2508470592_0_0_0,
&Func_2_t235587086_0_0_0,
&Func_2_t764290984_0_0_0,
&ListPool_1_t456935359_0_0_0,
&ObjectPool_1_t599044122_0_0_0,
&Stack_1_t1742810365_0_0_0,
&IEnumerator_1_t1331991378_0_0_0,
&InternalEnumerator_1_t1806485027_0_0_0,
&IList_1_t2714740693_0_0_0,
&ICollection_1_t3727573144_0_0_0,
&IEnumerable_1_t4174241095_0_0_0,
&Enumerator_t3256797784_0_0_0,
&UnityAction_1_t1484257051_0_0_0,
&ListPool_1_t3630090483_0_0_0,
&ObjectPool_1_t3772199246_0_0_0,
&Stack_1_t620998193_0_0_0,
&IEnumerator_1_t210179206_0_0_0,
&InternalEnumerator_1_t684672855_0_0_0,
&IList_1_t1592928521_0_0_0,
&ICollection_1_t2605760972_0_0_0,
&IEnumerable_1_t3052428923_0_0_0,
&Enumerator_t2134985612_0_0_0,
&UnityAction_1_t362444879_0_0_0,
&ListPool_1_t3185818714_0_0_0,
&ObjectPool_1_t3327927477_0_0_0,
&Stack_1_t176726424_0_0_0,
&IEnumerator_1_t4060874733_0_0_0,
&InternalEnumerator_1_t240401086_0_0_0,
&IList_1_t1148656752_0_0_0,
&ICollection_1_t2161489203_0_0_0,
&IEnumerable_1_t2608157154_0_0_0,
&Enumerator_t1690713843_0_0_0,
&UnityAction_1_t4213140406_0_0_0,
&ListPool_1_t53650832_0_0_0,
&ObjectPool_1_t195759595_0_0_0,
&Stack_1_t1339525838_0_0_0,
&IEnumerator_1_t928706851_0_0_0,
&InternalEnumerator_1_t1403200500_0_0_0,
&IList_1_t2311456166_0_0_0,
&ICollection_1_t3324288617_0_0_0,
&IEnumerable_1_t3770956568_0_0_0,
&Enumerator_t2853513257_0_0_0,
&UnityAction_1_t1080972524_0_0_0,
&ListPool_1_t3980534944_0_0_0,
&ObjectPool_1_t4122643707_0_0_0,
&Stack_1_t971442654_0_0_0,
&IEnumerator_1_t560623667_0_0_0,
&InternalEnumerator_1_t1035117316_0_0_0,
&IList_1_t1943372982_0_0_0,
&ICollection_1_t2956205433_0_0_0,
&IEnumerable_1_t3402873384_0_0_0,
&Enumerator_t2485430073_0_0_0,
&UnityAction_1_t712889340_0_0_0,
&ListPool_1_t792119500_0_0_0,
&ObjectPool_1_t934228263_0_0_0,
&Stack_1_t2077994506_0_0_0,
&IEnumerator_1_t1667175519_0_0_0,
&InternalEnumerator_1_t2141669168_0_0_0,
&IList_1_t3049924834_0_0_0,
&ICollection_1_t4062757285_0_0_0,
&IEnumerable_1_t214457940_0_0_0,
&Enumerator_t3591981925_0_0_0,
&UnityAction_1_t1819441192_0_0_0,
&List_1_t3952196670_0_0_0,
&AnalyticsEventParam_t2480121928_0_0_0,
&IEnumerator_1_t2912692396_0_0_0,
&InternalEnumerator_1_t3387186045_0_0_0,
&IList_1_t474415_0_0_0,
&ICollection_1_t1013306866_0_0_0,
&IEnumerable_1_t1459974817_0_0_0,
&ReadOnlyCollection_1_t3692698215_0_0_0,
&Predicate_1_t3305416052_0_0_0,
&Enumerator_t1546473251_0_0_0,
&Comparison_1_t2255053107_0_0_0,
&Dictionary_2_t1354619006_0_0_0,
&List_1_t1569362707_0_0_0,
&ReadOnlyCollection_1_t1309864252_0_0_0,
&Predicate_1_t922582089_0_0_0,
&Enumerator_t3458606584_0_0_0,
&Comparison_1_t4167186440_0_0_0,
&IEnumerator_1_t2001933175_0_0_0,
&InternalEnumerator_1_t2476426824_0_0_0,
&IList_1_t3384682490_0_0_0,
&ICollection_1_t102547645_0_0_0,
&IEnumerable_1_t549215596_0_0_0,
&Transform_1_t648446982_0_0_0,
&KeyValuePair_2_t3752291173_0_0_0,
&IEnumerator_1_t4184861641_0_0_0,
&InternalEnumerator_1_t364387994_0_0_0,
&IList_1_t1272643660_0_0_0,
&ICollection_1_t2285476111_0_0_0,
&IEnumerable_1_t2732144062_0_0_0,
&KeyCollection_t1544294477_0_0_0,
&Enumerator_t1536795990_0_0_0,
&Enumerator_t3308801781_0_0_0,
&ValueCollection_t3070663324_0_0_0,
&Enumerator_t1923512663_0_0_0,
&Collection_1_t3336611179_0_0_0,
&Comparer_1_t1597042847_0_0_0,
&GenericComparer_1_t2093887805_0_0_0,
&IComparer_1_t1351553444_0_0_0,
&DefaultComparer_t2244858594_0_0_0,
&List_1_t235857739_0_0_0,
&FieldWithTarget_t3058750293_0_0_0,
&IEnumerator_1_t3491320761_0_0_0,
&InternalEnumerator_1_t3965814410_0_0_0,
&IList_1_t579102780_0_0_0,
&ICollection_1_t1591935231_0_0_0,
&IEnumerable_1_t2038603182_0_0_0,
&ReadOnlyCollection_1_t4271326580_0_0_0,
&Predicate_1_t3884044417_0_0_0,
&Enumerator_t2125101616_0_0_0,
&Comparison_1_t2833681472_0_0_0,
&List_1_t3418373063_0_0_0,
&TriggerRule_t1946298321_0_0_0,
&IEnumerator_1_t2378868789_0_0_0,
&InternalEnumerator_1_t2853362438_0_0_0,
&IList_1_t3761618104_0_0_0,
&ICollection_1_t479483259_0_0_0,
&IEnumerable_1_t926151210_0_0_0,
&ReadOnlyCollection_1_t3158874608_0_0_0,
&Predicate_1_t2771592445_0_0_0,
&Enumerator_t1012649644_0_0_0,
&Comparison_1_t1721229500_0_0_0,
&List_1_t3373957456_0_0_0,
&ReadOnlyCollection_1_t3114459001_0_0_0,
&Predicate_1_t2727176838_0_0_0,
&Enumerator_t968234037_0_0_0,
&Comparison_1_t1676813893_0_0_0,
&HashSet_1_t1515895227_0_0_0,
&IEnumerator_1_t3512677030_0_0_0,
&Link_t3080106562_0_0_0,
&InternalEnumerator_1_t3987170679_0_0_0,
&IList_1_t600459049_0_0_0,
&ICollection_1_t1613291500_0_0_0,
&IEnumerable_1_t2059959451_0_0_0,
&Enumerator_t3221072498_0_0_0,
&PrimeHelper_t3437786705_0_0_0,
&TypedReference_t1491108119_0_0_0,
&ArgIterator_t539591376_0_0_0,
&Void_t1185182177_0_0_0,
&RuntimeArgumentHandle_t3162137059_0_0_0,
&CompareInfo_t1092934962_0_0_0,
&ObjectU5BU5D_t2843939325_0_0_0,
&Hashtable_t1853889766_0_0_0,
&DBNull_t3725197148_0_0_0,
&MulticastDelegate_t_0_0_0,
&DelegateEntry_t1019584161_0_0_0,
&DelegateSerializationHolder_t3408600559_0_0_0,
&FlagsAttribute_t2262502849_0_0_0,
&IDictionary_t1363984059_0_0_0,
&NumberFormatInfo_t435877138_0_0_0,
&DateTimeFormatInfo_t2405853701_0_0_0,
&AttributeUsageAttribute_t290877318_0_0_0,
&MonoCustomAttrs_t3634537737_0_0_0,
&DefaultMemberAttribute_t3275092422_0_0_0,
&ParamArrayAttribute_t3664765590_0_0_0,
&AssemblyHashAlgorithm_t1216504064_0_0_0,
&StrongNameKeyPair_t3411219591_0_0_0,
&AssemblyVersionCompatibility_t766556580_0_0_0,
&AssemblyNameFlags_t3675421470_0_0_0,
&Nullable_1_t3772285925_0_0_0,
&Enum_t4135868527_0_0_0,
&ValueType_t3640485471_0_0_0,
&AssemblyBuilderAccess_t2806254258_0_0_0,
&MemberInfoSerializationHolder_t1943730831_0_0_0,
&StaticGetter_1_t1915726309_0_0_0,
&Getter_2_t3734896353_0_0_0,
&MonoProperty_t_0_0_0,
&GetterAdapter_t2155025054_0_0_0,
&RuntimeResourceSet_t3081501575_0_0_0,
&ResourceSet_t2827911187_0_0_0,
&IActivator_t485815189_0_0_0,
&IChannelSender_t3390569648_0_0_0,
&IChannelReceiver_t2613772052_0_0_0,
&IClientChannelSinkProvider_t3458332106_0_0_0,
&IServerChannelSinkProvider_t261185907_0_0_0,
&CrossAppDomainSink_t2177102621_0_0_0,
&IContextPropertyU5BU5D_t3905045777_0_0_0,
&SoapAttribute_t411004526_0_0_0,
&ObjRef_t2141158884_0_0_0,
&IRemotingTypeInfo_t2222593263_0_0_0,
&IEnvoyInfo_t2180778907_0_0_0,
&IChannelInfo_t3866172133_0_0_0,
&RemoteActivator_t2150046731_0_0_0,
&ProxyAttribute_t455382724_0_0_0,
&OneWayAttribute_t936468379_0_0_0,
&ClrTypeMetadata_t3885853035_0_0_0,
&ObjectWriter_t2968406231_0_0_0,
&BinaryWriter_t3992595042_0_0_0,
&TypeMetadata_t2187352167_0_0_0,
&CultureInfo_t4157843068_0_0_0,
&IFormatProvider_t2518567562_0_0_0,
&MonoTypeU5BU5D_t3512060744_0_0_0,
&StringU5BU5D_t1281789340_0_0_0,
&SerializationInfo_t950877179_0_0_0,
&StreamingContext_t3711869237_0_0_0,
&OnSerializingAttribute_t2580696919_0_0_0,
&OnSerializedAttribute_t2595932830_0_0_0,
&OnDeserializingAttribute_t338753086_0_0_0,
&OnDeserializedAttribute_t1335880599_0_0_0,
&CallbackHandler_t3280319253_0_0_0,
&MonoField_t_0_0_0,
&MonoMethod_t_0_0_0,
&SecurityPermission_t2954997752_0_0_0,
&WindowsAccountType_t2283000883_0_0_0,
&ICustomFormatter_t4199732012_0_0_0,
&ContextBoundObject_t1394786030_0_0_0,
&TypeDelegator_t3617470028_0_0_0,
&UnitySerializationHolder_t431912834_0_0_0,
&ContentType_t2602934270_0_0_0,
&IEqualityComparer_t1493878338_0_0_0,
&IHashCodeProvider_t267601189_0_0_0,
&IComparer_t1540313114_0_0_0,
&WebHeaderCollection_t1942268960_0_0_0,
&IWebProxy_t688979836_0_0_0,
&Uri_t100236324_0_0_0,
&FileAccess_t1659085276_0_0_0,
&X509CertificateCollection_t3399372417_0_0_0,
&ArrayList_t2718874744_0_0_0,
&WebRequest_t1939381076_0_0_0,
&Category_t1200126069_0_0_0,
&RegexOptions_t92845595_0_0_0,
&DefaultExecutionOrder_t3059642329_0_0_0,
&UnityAction_t3245792599_0_0_0,
&CachedInvokableCall_1_t3153979999_0_0_0,
&PlayerConnection_t3081694049_0_0_0,
&GUILayer_t2783472903_0_0_0,
&GUITargetAttribute_t25796337_0_0_0,
&AxisEventData_t2331243652_0_0_0,
&SpriteRenderer_t3235626157_0_0_0,
&Button_t4055032469_0_0_0,
&RawImage_t3182918964_0_0_0,
&Slider_t3903728902_0_0_0,
&Scrollbar_t1494447233_0_0_0,
&InputField_t3762917431_0_0_0,
&ScrollRect_t4137855814_0_0_0,
&Dropdown_t2274391225_0_0_0,
&GraphicRaycaster_t2999697109_0_0_0,
&CanvasRenderer_t2598313366_0_0_0,
&IMeshModifier_t1571826021_0_0_0,
&Corner_t1493259673_0_0_0,
&Axis_t3613393006_0_0_0,
&Constraint_t814224393_0_0_0,
&SubmitEvent_t648412432_0_0_0,
&OnChangeEvent_t467195904_0_0_0,
&OnValidateInput_t2355412304_0_0_0,
&LayoutElement_t1785403678_0_0_0,
&RectOffset_t1369453676_0_0_0,
&TextAnchor_t2035777396_0_0_0,
&ILayoutIgnorer_t1530801976_0_0_0,
&ILayoutGroup_t1287622989_0_0_0,
&ILayoutController_t915495727_0_0_0,
&Physics_t2310948930_0_0_0,
&Ray_t3785851493_0_0_0,
&Raycast3DCallback_t701940803_0_0_0,
&Physics2D_t1528932956_0_0_0,
&Raycast2DCallback_t768590915_0_0_0,
&RaycastAllCallback_t1884415901_0_0_0,
&GetRayIntersectionAllCallback_t3913627115_0_0_0,
&RaycastHit2DU5BU5D_t4286651560_0_0_0,
&GetRayIntersectionAllNonAllocCallback_t2311174851_0_0_0,
&RaycastHitU5BU5D_t1690781147_0_0_0,
&GetRaycastNonAllocCallback_t3841783507_0_0_0,
&AnimationTriggers_t2532145056_0_0_0,
&Animator_t434523843_0_0_0,
&CircleCollider2D_t662546754_0_0_0,
&BoxCollider2D_t3581341831_0_0_0,
&GenericComparer_1_t3581574675_0_0_0,
&GenericEqualityComparer_1_t2270490560_0_0_0,
&U3CModuleU3E_t692745525_0_0_0,
&U3CModuleU3E_t692745525_1_0_0,
&RuntimeObject_1_0_0,
&ValueType_t3640485471_1_0_0,
&ObjectU5BU5D_t2843939325_1_0_2,
&Attribute_t861562559_1_0_0,
&_Attribute_t122494719_1_0_0,
&Int32_t2950945753_1_0_0,
&Exception_t_1_0_0,
&Int32_t2950945753_1_0_2,
&Exception_t_1_0_2,
&NumberStyles_t617258130_0_0_0,
&Boolean_t97287965_1_0_0,
&TypeCode_t2987224087_0_0_0,
&Int32_t2950945753_0_0_32854,
&Int32_t2950945753_0_0_3,
&IFormattable_t1450744796_0_0_0,
&IConvertible_t2977365677_0_0_1,
&IComparable_t36111218_0_0_2,
&IComparable_1_t2319610166_0_0_3,
&IEquatable_1_t3842091480_0_0_4,
&IFormattable_t1450744796_1_0_0,
&IConvertible_t2977365677_1_0_0,
&IComparable_t36111218_1_0_0,
&IComparable_1_t1882161304_0_0_0,
&IComparable_1_t1882161304_1_0_0,
&IComparable_1_t1882161304_gp_0_0_0_0,
&SerializableAttribute_t1992588303_0_0_0,
&SerializableAttribute_t1992588303_1_0_0,
&AttributeUsageAttribute_t290877318_1_0_0,
&AttributeTargets_t1784037988_0_0_0,
&AttributeTargets_t1784037988_0_0_1,
&Boolean_t97287965_0_0_1,
&ComVisibleAttribute_t1362837655_0_0_0,
&ComVisibleAttribute_t1362837655_1_0_0,
&IEquatable_1_t2413554698_0_0_0,
&IEquatable_1_t2413554698_1_0_0,
&IEquatable_1_t2413554698_gp_0_0_0_0,
&Int64_t3736567304_1_0_0,
&Int64_t3736567304_1_0_2,
&Int64_t3736567304_0_0_3,
&IComparable_1_t3105231717_0_0_3,
&IEquatable_1_t332745735_0_0_4,
&UInt32_t2560061978_1_0_0,
&UInt32_t2560061978_1_0_2,
&UInt32_t2560061978_0_0_32854,
&UInt32_t2560061978_0_0_3,
&IComparable_1_t1928726391_0_0_3,
&IEquatable_1_t3451207705_0_0_4,
&CLSCompliantAttribute_t999444765_0_0_0,
&CLSCompliantAttribute_t999444765_1_0_0,
&UInt64_t4134040092_1_0_0,
&UInt64_t4134040092_1_0_2,
&UInt64_t4134040092_0_0_3,
&IComparable_1_t3502704505_0_0_3,
&IEquatable_1_t730218523_0_0_4,
&Byte_t1134296376_1_0_0,
&Byte_t1134296376_1_0_2,
&Byte_t1134296376_0_0_32854,
&Byte_t1134296376_0_0_3,
&IComparable_1_t502960789_0_0_3,
&IEquatable_1_t2025442103_0_0_4,
&SByte_t1669577662_1_0_0,
&SByte_t1669577662_1_0_2,
&SByte_t1669577662_0_0_3,
&IComparable_1_t1038242075_0_0_3,
&IEquatable_1_t2560723389_0_0_4,
&Int16_t2552820387_1_0_0,
&Int16_t2552820387_1_0_2,
&Int16_t2552820387_0_0_3,
&IComparable_1_t1921484800_0_0_3,
&IEquatable_1_t3443966114_0_0_4,
&UInt16_t2177724958_1_0_0,
&UInt16_t2177724958_1_0_2,
&UInt16_t2177724958_0_0_32854,
&UInt16_t2177724958_0_0_3,
&IComparable_1_t1546389371_0_0_3,
&IEquatable_1_t3068870685_0_0_4,
&IEnumerator_t1853284238_0_0_0,
&IEnumerator_t1853284238_1_0_0,
&IEnumerable_t1941168011_1_0_0,
&IDisposable_t3640265483_1_0_0,
&IEnumerator_1_t2749364727_0_0_0,
&IEnumerator_1_t2749364727_1_0_0,
&IEnumerator_1_t2749364727_gp_0_0_0_0,
&IDisposable_t3640265483_0_0_1,
&Char_t3634460470_1_0_0,
&ByteU2A_t1278829352_1_0_2,
&ByteU2A_t1278829352_0_0_0,
&DoubleU2A_t2507581161_1_0_2,
&DoubleU2A_t2507581161_0_0_0,
&UInt16U2A_t3235114554_1_0_2,
&UInt16U2A_t3235114554_0_0_0,
&UnicodeCategory_t3356078642_0_0_0,
&Char_t3634460470_0_0_32854,
&Char_t3634460470_0_0_3,
&ByteU2A_t1278829352_0_0_49,
&DoubleU2A_t2507581161_0_0_49,
&UInt16U2A_t3235114554_0_0_49,
&IComparable_t36111218_0_0_1,
&IComparable_1_t3003124883_0_0_2,
&IEquatable_1_t230638901_0_0_3,
&String_t_1_0_0,
&CharU2A_t2925217538_0_0_0,
&CharU5BU5D_t3528271667_0_0_0,
&StringSplitOptions_t641086070_0_0_0,
&StringComparison_t3657712135_0_0_0,
&CompareOptions_t4130014775_0_0_0,
&StringBuilder_t_0_0_0,
&Boolean_t97287965_1_0_2,
&String_t_1_0_2,
&SByteU2A_t1340441882_0_0_0,
&Encoding_t1523322056_0_0_0,
&Int32_t2950945753_0_0_129,
&Char_t3634460470_0_0_129,
&String_t_0_0_54,
&CharU5BU5D_t3528271667_0_0_49,
&IEnumerable_t1941168011_0_0_2,
&ICloneable_t724424198_0_0_3,
&IComparable_1_t1216115102_0_0_4,
&IEquatable_1_t2738596416_0_0_5,
&IEnumerable_1_t2614313359_0_0_6,
&ICloneable_t724424198_1_0_0,
&IEnumerable_1_t1615002100_0_0_0,
&IEnumerable_1_t1615002100_1_0_0,
&IEnumerator_1_t2695205017_0_0_0,
&IEnumerable_1_t1615002100_gp_0_0_0_0,
&Single_t1397266774_1_0_0,
&Single_t1397266774_0_0_32854,
&Double_t594665363_0_0_32849,
&Single_t1397266774_0_0_3,
&IComparable_1_t765931187_0_0_3,
&IEquatable_1_t2288412501_0_0_4,
&Double_t594665363_1_0_0,
&Double_t594665363_1_0_2,
&Double_t594665363_0_0_32854,
&Int32_t2950945753_0_0_32849,
&Double_t594665363_0_0_3,
&IComparable_1_t4258297072_0_0_3,
&IEquatable_1_t1485811090_0_0_4,
&Decimal_t2948259380_1_0_0,
&Int32U5BU5D_t385246372_0_0_0,
&Decimal_t2948259380_1_0_2,
&Decimal_t2948259380_0_0_54,
&Decimal_t2948259380_0_0_49,
&UInt32_t2560061978_0_0_1,
&IComparable_1_t2316923793_0_0_3,
&IEquatable_1_t3839405107_0_0_4,
&Boolean_t97287965_0_0_3,
&IComparable_1_t3760919674_0_0_2,
&IEquatable_1_t988433692_0_0_3,
&IntPtr_t_1_0_0,
&VoidU2A_t3811567795_0_0_0,
&VoidU2A_t3811567795_0_0_1,
&IntPtr_t_0_0_54,
&ISerializable_t3375760802_1_0_0,
&UIntPtr_t_0_0_0,
&UIntPtr_t_1_0_0,
&UIntPtr_t_0_0_54,
&MulticastDelegate_t_1_0_0,
&DelegateU5BU5D_t1703627840_0_0_0,
&MulticastDelegate_t_1_0_2,
&MulticastDelegate_t_0_0_1,
&Delegate_t1188392813_1_0_0,
&BindingFlags_t2721792723_0_0_0,
&IntPtr_t_0_0_1,
&RuntimeObject_0_0_1,
&MethodInfo_t_0_0_1,
&DelegateData_t1677132599_0_0_1,
&ISerializable_t3375760802_0_0_1,
&Enum_t4135868527_1_0_0,
&CharU5BU5D_t3528271667_0_0_17,
&RuntimeArray_1_0_0,
&IEnumerator_1_t2468302629_0_0_0,
&Array_InternalArray__IEnumerable_GetEnumerator_m370636962_gp_0_0_0_0,
&InternalEnumerator_1_t2942796278_0_0_0,
&Array_InternalArray__ICollection_Add_m3779804350_gp_0_0_0_0,
&Array_InternalArray__ICollection_Remove_m50036321_gp_0_0_0_0,
&Array_InternalArray__ICollection_Contains_m815164535_gp_0_0_0_0,
&TU5BU5D_t1359535160_0_0_0,
&Array_InternalArray__ICollection_CopyTo_m1081177489_gp_0_0_0_0,
&Array_InternalArray__Insert_m1871647499_gp_0_0_0_0,
&Array_InternalArray__IndexOf_m1658849363_gp_0_0_0_0,
&Array_InternalArray__get_Item_m99391422_gp_0_0_0_0,
&Array_InternalArray__set_Item_m1056085555_gp_0_0_0_0,
&Array_GetGenericValueImpl_m3052047053_gp_0_1_0_2,
&Array_GetGenericValueImpl_m3052047053_gp_0_0_0_0,
&Array_SetGenericValueImpl_m2095957904_gp_0_1_0_0,
&Array_SetGenericValueImpl_m2095957904_gp_0_0_0_0,
&Int64U5BU5D_t2559172825_0_0_0,
&Swapper_t2822380397_0_0_0,
&TU5BU5D_t1356038776_0_0_0,
&Array_get_swapper_m1495583227_gp_0_0_0_0,
&DoubleU5BU5D_t3413330114_0_0_0,
&TU5BU5D_t2062585525_0_0_0,
&Array_Sort_m673391272_gp_0_0_0_0,
&TKeyU5BU5D_t2062585526_0_0_0,
&Array_Sort_m686588115_gp_0_0_0_0,
&TValueU5BU5D_t2059258328_0_0_0,
&Array_Sort_m686588115_gp_1_0_0_0,
&TU5BU5D_t2062585527_0_0_0,
&Array_Sort_m2351250285_gp_0_0_0_0,
&IComparer_1_t2768710371_0_0_0,
&TKeyU5BU5D_t2062585528_0_0_0,
&Array_Sort_m493616753_gp_0_0_0_0,
&TValueU5BU5D_t2059258329_0_0_0,
&Array_Sort_m493616753_gp_1_0_0_0,
&IComparer_1_t2768710372_0_0_0,
&TU5BU5D_t2062585529_0_0_0,
&Array_Sort_m237228480_gp_0_0_0_0,
&TKeyU5BU5D_t2062585530_0_0_0,
&Array_Sort_m3797693997_gp_0_0_0_0,
&TValueU5BU5D_t2059258330_0_0_0,
&Array_Sort_m3797693997_gp_1_0_0_0,
&TU5BU5D_t2062585531_0_0_0,
&Array_Sort_m2831132900_gp_0_0_0_0,
&IComparer_1_t2768710373_0_0_0,
&TKeyU5BU5D_t2062585532_0_0_0,
&Array_Sort_m2537416106_gp_0_0_0_0,
&TValueU5BU5D_t2059258331_0_0_0,
&Array_Sort_m2537416106_gp_1_0_0_0,
&IComparer_1_t2768710374_0_0_0,
&TU5BU5D_t2062585533_0_0_0,
&Array_Sort_m1718760621_gp_0_0_0_0,
&Comparison_1_t1289376071_0_0_0,
&TU5BU5D_t2062585534_0_0_0,
&Array_Sort_m1272313895_gp_0_0_0_0,
&Comparison_1_t1289376072_0_0_0,
&KU5BU5D_t3095918822_0_0_0,
&Array_qsort_m3457906118_gp_0_0_0_0,
&VU5BU5D_t3092591625_0_0_0,
&Array_qsort_m3457906118_gp_1_0_0_0,
&IComparer_1_t3103052230_0_0_0,
&Array_compare_m67597051_gp_0_0_0_0,
&IComparer_1_t1595427098_0_0_0,
&IComparable_1_t4004793328_0_0_0,
&TU5BU5D_t3095918823_0_0_0,
&Array_qsort_m1840251354_gp_0_0_0_0,
&Comparison_1_t1623717930_0_0_0,
&KU5BU5D_t2922694220_0_0_0,
&Array_swap_m1640837319_gp_0_0_0_0,
&VU5BU5D_t2919367023_0_0_0,
&Array_swap_m1640837319_gp_1_0_0_0,
&TU5BU5D_t2922694221_0_0_0,
&Array_swap_m909405069_gp_0_0_0_0,
&TU5BU5D_t2349392317_1_0_0,
&TU5BU5D_t2349392317_0_0_0,
&Array_Resize_m4282220980_gp_0_0_0_0,
&TU5BU5D_t2349392318_1_0_0,
&TU5BU5D_t2349392318_0_0_0,
&Array_Resize_m4195864177_gp_0_0_0_0,
&TU5BU5D_t2339363175_0_0_0,
&Array_TrueForAll_m1987250901_gp_0_0_0_0,
&Predicate_1_t1515720510_0_0_0,
&TU5BU5D_t2135153869_0_0_0,
&Array_ForEach_m2168281542_gp_0_0_0_0,
&Action_1_t1669949359_0_0_0,
&TInputU5BU5D_t2265642963_0_0_0,
&Array_ConvertAll_m3286682341_gp_0_0_0_0,
&Converter_2_t3337495288_0_0_0,
&Array_ConvertAll_m3286682341_gp_1_0_0_0,
&TOutputU5BU5D_t2262315766_0_0_0,
&TU5BU5D_t4288435491_0_0_0,
&Array_FindLastIndex_m3454021595_gp_0_0_0_0,
&Predicate_1_t468961586_0_0_0,
&TU5BU5D_t4288435492_0_0_0,
&Array_FindLastIndex_m845813304_gp_0_0_0_0,
&Predicate_1_t468961587_0_0_0,
&TU5BU5D_t4288435493_0_0_0,
&Array_FindLastIndex_m891401806_gp_0_0_0_0,
&Predicate_1_t468961588_0_0_0,
&TU5BU5D_t3430736484_0_0_0,
&Array_FindIndex_m1025539463_gp_0_0_0_0,
&Predicate_1_t142302789_0_0_0,
&TU5BU5D_t3430736485_0_0_0,
&Array_FindIndex_m697298936_gp_0_0_0_0,
&Predicate_1_t142302790_0_0_0,
&TU5BU5D_t3430736486_0_0_0,
&Array_FindIndex_m740157226_gp_0_0_0_0,
&Predicate_1_t142302791_0_0_0,
&TU5BU5D_t337259977_0_0_0,
&Array_BinarySearch_m2616413613_gp_0_0_0_0,
&TU5BU5D_t337259978_0_0_0,
&Array_BinarySearch_m1949204391_gp_0_0_0_0,
&IComparer_1_t307196511_0_0_0,
&TU5BU5D_t337259979_0_0_0,
&Array_BinarySearch_m167185165_gp_0_0_0_0,
&TU5BU5D_t337259980_0_0_0,
&Array_BinarySearch_m3630323734_gp_0_0_0_0,
&IComparer_1_t307196512_0_0_0,
&Comparer_1_t552685914_0_0_0,
&TU5BU5D_t2060999315_0_0_0,
&Array_IndexOf_m2691872809_gp_0_0_0_0,
&TU5BU5D_t2060999316_0_0_0,
&Array_IndexOf_m1211724616_gp_0_0_0_0,
&TU5BU5D_t2060999317_0_0_0,
&Array_IndexOf_m2519120290_gp_0_0_0_0,
&EqualityComparer_1_t1911189638_0_0_0,
&TU5BU5D_t1918166907_0_0_0,
&Array_LastIndexOf_m1662083339_gp_0_0_0_0,
&TU5BU5D_t1918166908_0_0_0,
&Array_LastIndexOf_m2960814188_gp_0_0_0_0,
&TU5BU5D_t1918166909_0_0_0,
&Array_LastIndexOf_m935384888_gp_0_0_0_0,
&EqualityComparer_1_t3917760446_0_0_0,
&TU5BU5D_t1438114045_0_0_0,
&Array_FindAll_m2040356349_gp_0_0_0_0,
&Predicate_1_t4272802528_0_0_0,
&TU5BU5D_t3380516748_0_0_0,
&Array_Exists_m100319301_gp_0_0_0_0,
&Predicate_1_t1162576445_0_0_0,
&TU5BU5D_t2090325599_0_0_0,
&Array_AsReadOnly_m2323335326_gp_0_0_0_0,
&ReadOnlyCollection_1_t2494906521_0_0_0,
&ArrayReadOnlyList_1_t2472848067_0_0_0,
&TU5BU5D_t3555887008_0_0_0,
&Array_Find_m1719373320_gp_0_0_0_0,
&Predicate_1_t1963265209_0_0_0,
&TU5BU5D_t2269113715_0_0_0,
&Array_FindLast_m974221195_gp_0_0_0_0,
&Predicate_1_t1428224802_0_0_0,
&InternalEnumerator_1_t2600413744_0_0_0,
&InternalEnumerator_1_t2600413744_1_0_0,
&InternalEnumerator_1_t2600413744_gp_0_0_0_0,
&RuntimeArray_0_0_1,
&Int32_t2950945753_0_0_1,
&IEnumerator_1_t3680616661_0_0_2,
&SimpleEnumerator_t433892249_0_0_0,
&SimpleEnumerator_t433892249_1_0_0,
&ICloneable_t724424198_0_0_1,
&ArrayReadOnlyList_1_t221793636_0_0_0,
&ArrayReadOnlyList_1_t221793636_1_0_0,
&TU5BU5D_t3542853672_0_0_0,
&ArrayReadOnlyList_1_t221793636_gp_0_0_0_0,
&IEnumerator_1_t1301996553_0_0_0,
&TU5BU5D_t3542853672_0_0_1,
&U3CGetEnumeratorU3Ec__Iterator0_t1202911786_0_0_0,
&U3CGetEnumeratorU3Ec__Iterator0_t1202911786_1_0_0,
&U3CGetEnumeratorU3Ec__Iterator0_t1202911786_gp_0_0_0_0,
&U3CGetEnumeratorU3Ec__Iterator0_t1202911786_gp_0_0_0_3,
&ArrayReadOnlyList_1_t3041062068_0_0_3,
&IEnumerator_1_t2283114703_0_0_2,
&IList_1_t2684745868_0_0_1,
&ICollection_1_t3697578319_0_0_2,
&IEnumerable_1_t4144246270_0_0_3,
&ArrayReadOnlyList_1_t2059943918_0_0_0,
&U3CGetEnumeratorU3Ec__Iterator0_t1897069252_0_0_0,
&Swapper_t2822380397_1_0_0,
&AsyncCallback_t3962456242_0_0_0,
&IAsyncResult_t767004451_0_0_0,
&ICollection_t3904884886_0_0_2,
&IList_t2094931216_0_0_3,
&ICollection_t3904884886_1_0_0,
&IList_t2094931216_1_0_0,
&ICollection_t3904884886_0_0_1,
&IList_1_t523203890_0_0_0,
&IList_1_t523203890_1_0_0,
&IList_1_t523203890_gp_0_0_0_0,
&ICollection_1_t3998988573_0_0_1,
&IEnumerable_1_t150689228_0_0_2,
&ICollection_1_t1449021101_0_0_0,
&ICollection_1_t1449021101_1_0_0,
&ICollection_1_t1449021101_gp_0_0_0_0,
&TU5BU5D_t2965959579_0_0_0,
&IEnumerable_1_t1076506439_0_0_1,
&Void_t1185182177_1_0_0,
&Type_t_1_0_0,
&Assembly_t_0_0_0,
&TypeAttributes_t113483779_0_0_0,
&MemberTypes_t3790569052_0_0_0,
&RuntimeTypeHandle_t3027515415_0_0_0,
&EventInfo_t_0_0_0,
&FieldInfoU5BU5D_t846150980_0_0_0,
&Binder_t2999457153_0_0_0,
&ParameterModifierU5BU5D_t2943407543_0_0_0,
&CallingConventions_t2253234531_0_0_0,
&MethodInfoU5BU5D_t2572182361_0_0_0,
&ConstructorInfoU5BU5D_t881249896_0_0_0,
&BindingFlags_t2721792723_0_0_32851,
&RuntimeTypeHandle_t3027515415_0_0_3,
&Char_t3634460470_0_0_54,
&TypeU5BU5D_t3940880105_0_0_54,
&MemberFilter_t426314064_0_0_54,
&RuntimeObject_0_0_54,
&_Type_t3588564251_0_0_1,
&MemberInfo_t_1_0_0,
&_MemberInfo_t3922476713_0_0_1,
&ICustomAttributeProvider_t1530824137_1_0_0,
&_MemberInfo_t3922476713_1_0_0,
&IReflect_t2554276939_1_0_0,
&_Type_t3588564251_1_0_0,
&IntPtrU5BU5D_t4013366056_0_0_1,
&Exception_t_0_0_1,
&String_t_0_0_3,
&String_t_0_0_1,
&IDictionary_t1363984059_0_0_1,
&_Exception_t2109637702_0_0_1,
&_Exception_t2109637702_0_0_0,
&_Exception_t2109637702_1_0_0,
&RuntimeFieldHandle_t1871169219_0_0_0,
&RuntimeFieldHandle_t1871169219_1_0_0,
&RuntimeTypeHandle_t3027515415_1_0_0,
&ParamArrayAttribute_t3664765590_1_0_0,
&OutAttribute_t3399657568_0_0_0,
&OutAttribute_t3399657568_1_0_0,
&ObsoleteAttribute_t303876359_0_0_0,
&ObsoleteAttribute_t303876359_1_0_0,
&DllImportAttribute_t92573803_0_0_0,
&DllImportAttribute_t92573803_1_0_0,
&CallingConvention_t1027624783_0_0_6,
&CharSet_t3391187264_0_0_6,
&String_t_0_0_6,
&Boolean_t97287965_0_0_6,
&MarshalAsAttribute_t3522571978_0_0_0,
&MarshalAsAttribute_t3522571978_1_0_0,
&UnmanagedType_t523127242_0_0_0,
&UnmanagedType_t523127242_0_0_1,
&UnmanagedType_t523127242_0_0_6,
&Type_t_0_0_6,
&Int32_t2950945753_0_0_6,
&Int16_t2552820387_0_0_6,
&InAttribute_t4080363445_0_0_0,
&InAttribute_t4080363445_1_0_0,
&SecurityAttribute_t4008260079_0_0_0,
&SecurityAttribute_t4008260079_1_0_0,
&GuidAttribute_t1304051729_0_0_0,
&GuidAttribute_t1304051729_1_0_0,
&ComImportAttribute_t1295173782_0_0_0,
&ComImportAttribute_t1295173782_1_0_0,
&OptionalAttribute_t2982857498_0_0_0,
&OptionalAttribute_t2982857498_1_0_0,
&FixedBufferAttribute_t3759792648_0_0_0,
&FixedBufferAttribute_t3759792648_1_0_0,
&Type_t_0_0_1,
&CompilerGeneratedAttribute_t23527886_0_0_0,
&CompilerGeneratedAttribute_t23527886_1_0_0,
&InternalsVisibleToAttribute_t922893634_0_0_0,
&InternalsVisibleToAttribute_t922893634_1_0_0,
&RuntimeCompatibilityAttribute_t1169614002_0_0_0,
&RuntimeCompatibilityAttribute_t1169614002_1_0_0,
&DebuggerHiddenAttribute_t587553342_0_0_0,
&DebuggerHiddenAttribute_t587553342_1_0_0,
&DefaultMemberAttribute_t3275092422_1_0_0,
&DecimalConstantAttribute_t1976047975_0_0_0,
&DecimalConstantAttribute_t1976047975_1_0_0,
&Byte_t1134296376_0_0_1,
&FieldOffsetAttribute_t3945874278_0_0_0,
&FieldOffsetAttribute_t3945874278_1_0_0,
&RuntimeArgumentHandle_t3162137059_1_0_0,
&IntPtr_t_0_0_3,
&AsyncCallback_t3962456242_1_0_0,
&IAsyncResult_t767004451_1_0_0,
&TypedReference_t1491108119_1_0_0,
&RuntimeTypeHandle_t3027515415_0_0_1,
&ArgIterator_t539591376_1_0_0,
&MarshalByRefObject_t2760389100_1_0_0,
&ServerIdentity_t2342208608_0_0_0,
&ServerIdentity_t2342208608_0_0_129,
&Nullable_1_t3772285925_1_0_0,
&Nullable_1_t3772285925_gp_0_0_0_0,
&Nullable_1_t1847513160_0_0_0,
&Nullable_1_t3772285925_gp_0_0_0_3,
&RuntimeHelpers_t1447613860_0_0_0,
&RuntimeHelpers_t1447613860_1_0_0,
&Locale_t4128636107_0_0_0,
&Locale_t4128636107_1_0_0,
&MonoTODOAttribute_t4131080581_0_0_0,
&MonoTODOAttribute_t4131080581_1_0_0,
&MonoDocumentationNoteAttribute_t493035051_0_0_0,
&MonoDocumentationNoteAttribute_t493035051_1_0_0,
&MonoLimitationAttribute_t3672514598_0_0_0,
&MonoLimitationAttribute_t3672514598_1_0_0,
&SafeHandleZeroOrMinusOneIsInvalid_t1182193648_0_0_0,
&SafeHandleZeroOrMinusOneIsInvalid_t1182193648_1_0_0,
&SafeHandle_t3273388951_0_0_0,
&SafeWaitHandle_t1972936122_0_0_0,
&SafeWaitHandle_t1972936122_1_0_0,
&CodePointIndexer_t4134431086_0_0_0,
&CodePointIndexer_t4134431086_1_0_0,
&TableRangeU5BU5D_t2913440125_0_0_33,
&Int32_t2950945753_0_0_38,
&TableRange_t3332867892_1_0_0,
&TailoringInfo_t866433654_1_0_0,
&Boolean_t97287965_0_0_38,
&Contraction_t1589275354_1_0_0,
&CharU5BU5D_t3528271667_0_0_38,
&String_t_0_0_38,
&ByteU5BU5D_t4116647657_0_0_38,
&ContractionComparer_t2750537063_0_0_0,
&ContractionComparer_t2750537063_1_0_0,
&ContractionComparer_t2750537063_0_0_54,
&Level2Map_t3640798870_1_0_0,
&Byte_t1134296376_0_0_6,
&Level2MapComparer_t1716225294_0_0_0,
&Level2MapComparer_t1716225294_1_0_0,
&Level2MapComparer_t1716225294_0_0_54,
&MSCompatUnicodeTable_t1453885583_0_0_0,
&MSCompatUnicodeTable_t1453885583_1_0_0,
&ContractionU5BU5D_t838556799_1_0_0,
&ContractionU5BU5D_t838556799_0_0_0,
&Level2MapU5BU5D_t3973367379_1_0_0,
&Level2MapU5BU5D_t3973367379_0_0_0,
&ByteU2A_t1278829352_1_0_0,
&Int32_t2950945753_0_0_22,
&ByteU2A_t1278829352_0_0_17,
&TailoringInfoU5BU5D_t1797664499_0_0_49,
&RuntimeObject_0_0_17,
&Boolean_t97287965_0_0_54,
&Dictionary_2_t2736202052_0_0_17,
&MSCompatUnicodeTableUtil_t88013251_0_0_0,
&MSCompatUnicodeTableUtil_t88013251_1_0_0,
&CodePointIndexer_t4134431086_0_0_54,
&SimpleCollator_t2877834729_0_0_0,
&SimpleCollator_t2877834729_1_0_0,
&ExtenderType_t2449612322_0_0_0,
&SortKey_t3955336732_0_0_0,
&SortKeyBuffer_t2945275270_0_0_0,
&Context_t1744531130_1_0_0,
&Context_t1744531130_0_0_0,
&Boolean_t97287965_0_0_17,
&SimpleCollator_t2877834729_0_0_17,
&TextInfo_t3810425522_0_0_33,
&Boolean_t97287965_0_0_33,
&ByteU2A_t1278829352_0_0_33,
&CodePointIndexer_t4134431086_0_0_33,
&Int32_t2950945753_0_0_33,
&ContractionU5BU5D_t838556799_0_0_33,
&Level2MapU5BU5D_t3973367379_0_0_33,
&ByteU5BU5D_t4116647657_0_0_33,
&CompareOptions_t4130014775_0_0_38,
&ByteU2A_t1278829352_0_0_38,
&ByteU2A_t1278829352_0_0_6,
&PreviousInfo_t2148130204_0_0_0,
&PreviousInfo_t2148130204_1_0_0,
&Escape_t3294788190_0_0_0,
&Escape_t3294788190_1_0_0,
&ExtenderType_t2449612322_1_0_0,
&Int32_t2950945753_0_0_1542,
&ExtenderType_t2449612322_0_0_32854,
&SortKey_t3955336732_1_0_0,
&String_t_0_0_33,
&CompareOptions_t4130014775_0_0_33,
&SortKeyBuffer_t2945275270_1_0_0,
&ByteU5BU5D_t4116647657_1_0_0,
&ByteU5BU5D_t4116647657_0_0_1,
&CompareOptions_t4130014775_0_0_1,
&PrimeGeneratorBase_t446028866_0_0_0,
&PrimeGeneratorBase_t446028866_1_0_0,
&ConfidenceFactor_t2516000285_0_0_0,
&PrimalityTest_t1539325943_0_0_0,
&SequentialSearchPrimeGeneratorBase_t2996090508_0_0_0,
&SequentialSearchPrimeGeneratorBase_t2996090508_1_0_0,
&ConfidenceFactor_t2516000285_1_0_0,
&ConfidenceFactor_t2516000285_0_0_32854,
&PrimalityTests_t1538473975_0_0_0,
&PrimalityTests_t1538473975_1_0_0,
&BigInteger_t2902905089_1_0_0,
&Sign_t3338384038_0_0_0,
&RandomNumberGenerator_t386037858_0_0_0,
&UInt32U5BU5D_t2770800703_0_0_1,
&UInt32U5BU5D_t2770800703_0_0_51,
&RandomNumberGenerator_t386037858_0_0_17,
&Sign_t3338384038_1_0_0,
&Sign_t3338384038_0_0_32854,
&ModulusRing_t596511504_0_0_0,
&ModulusRing_t596511504_1_0_0,
&BigInteger_t2902905089_0_0_1,
&Kernel_t1402667219_0_0_0,
&Kernel_t1402667219_1_0_0,
&BigIntegerU5BU5D_t2349952476_0_0_0,
&UInt32U5BU5D_t2770800703_0_0_0,
&CryptoConvert_t610933156_0_0_0,
&CryptoConvert_t610933156_1_0_0,
&RSA_t2385438082_0_0_0,
&KeyBuilder_t2049230354_0_0_0,
&KeyBuilder_t2049230354_1_0_0,
&BlockProcessor_t1851031225_0_0_0,
&BlockProcessor_t1851031225_1_0_0,
&ICryptoTransform_t2733259762_0_0_0,
&ICryptoTransform_t2733259762_0_0_1,
&DSAManaged_t2800260182_0_0_0,
&DSAManaged_t2800260182_1_0_0,
&DSA_t2386879874_0_0_0,
&KeyGeneratedEventHandler_t3828027274_0_0_0,
&DSAParameters_t1885824122_0_0_0,
&RandomNumberGenerator_t386037858_0_0_1,
&KeyGeneratedEventHandler_t3828027274_0_0_1,
&KeyGeneratedEventHandler_t3828027274_1_0_0,
&EventArgs_t3591816995_0_0_0,
&KeyPairPersistence_t2094547461_0_0_0,
&KeyPairPersistence_t2094547461_1_0_0,
&CspParameters_t239852639_0_0_0,
&String_t_0_0_17,
&CspParameters_t239852639_0_0_1,
&MACAlgorithm_t2441219148_0_0_0,
&MACAlgorithm_t2441219148_1_0_0,
&SymmetricAlgorithm_t4254223087_0_0_0,
&SymmetricAlgorithm_t4254223087_0_0_1,
&PKCS1_t1505584676_0_0_0,
&PKCS1_t1505584676_1_0_0,
&HashAlgorithm_t1432317219_0_0_0,
&ByteU5BU5D_t4116647657_0_0_17,
&PKCS8_t696280612_0_0_0,
&PKCS8_t696280612_1_0_0,
&PrivateKeyInfo_t668027992_0_0_0,
&PrivateKeyInfo_t668027992_1_0_0,
&ArrayList_t2718874744_0_0_1,
&EncryptedPrivateKeyInfo_t862116835_0_0_0,
&EncryptedPrivateKeyInfo_t862116835_1_0_0,
&RSAManaged_t1757093819_0_0_0,
&RSAManaged_t1757093819_1_0_0,
&KeyGeneratedEventHandler_t3064139577_0_0_0,
&RSAParameters_t1728406613_0_0_0,
&KeyGeneratedEventHandler_t3064139577_0_0_1,
&KeyGeneratedEventHandler_t3064139577_1_0_0,
&SymmetricTransform_t3802591842_0_0_0,
&SymmetricTransform_t3802591842_1_0_0,
&PaddingMode_t2546806710_0_0_0,
&SymmetricAlgorithm_t4254223087_0_0_4,
&Boolean_t97287965_0_0_4,
&SafeBag_t3961248199_0_0_0,
&SafeBag_t3961248199_1_0_0,
&ASN1_t2114160832_0_0_0,
&ASN1_t2114160832_0_0_1,
&PKCS12_t4101533060_0_0_0,
&PKCS12_t4101533060_1_0_0,
&X509CertificateCollection_t1542168549_0_0_0,
&EncryptedData_t3577548732_0_0_0,
&X509Certificate_t489243024_0_0_0,
&ContentInfo_t3218159895_0_0_0,
&Int32_t2950945753_0_0_17,
&X509CertificateCollection_t1542168549_0_0_1,
&DeriveBytes_t1492915135_0_0_0,
&DeriveBytes_t1492915135_1_0_0,
&X501_t1758824425_0_0_0,
&X501_t1758824425_1_0_0,
&X509Certificate_t489243024_1_0_0,
&DateTime_t3738529785_0_0_1,
&DSA_t2386879874_0_0_1,
&X509ExtensionCollection_t609554708_0_0_1,
&X509CertificateCollection_t1542168549_1_0_0,
&CollectionBase_t2727926298_0_0_0,
&X509CertificateEnumerator_t3515934697_0_0_0,
&X509CertificateEnumerator_t3515934697_1_0_0,
&IEnumerator_t1853284238_0_0_1,
&X509Extension_t3173393652_0_0_0,
&X509Extension_t3173393652_1_0_0,
&String_t_0_0_4,
&ASN1_t2114160832_0_0_4,
&X509ExtensionCollection_t609554708_0_0_0,
&X509ExtensionCollection_t609554708_1_0_0,
&ASN1_t2114160832_1_0_0,
&ByteU5BU5D_t4116647657_1_0_2,
&ASN1Convert_t2839890152_0_0_0,
&ASN1Convert_t2839890152_1_0_0,
&BitConverterLE_t2108532978_0_0_0,
&BitConverterLE_t2108532978_1_0_0,
&PKCS7_t1860834338_0_0_0,
&PKCS7_t1860834338_1_0_0,
&ContentInfo_t3218159895_1_0_0,
&EncryptedData_t3577548732_1_0_0,
&ContentInfo_t3218159895_0_0_1,
&StrongName_t4093849377_0_0_0,
&StrongName_t4093849377_1_0_0,
&RSA_t2385438082_0_0_1,
&SecurityParser_t4124480077_0_0_0,
&SecurityParser_t4124480077_1_0_0,
&SmallXmlParser_t973787839_0_0_0,
&SecurityElement_t1046076091_0_0_0,
&IAttrList_t3807428360_0_0_0,
&SecurityElement_t1046076091_0_0_1,
&Stack_t2329662280_0_0_1,
&IContentHandler_t2787973995_0_0_0,
&SmallXmlParser_t973787839_1_0_0,
&TextReader_t283511965_0_0_0,
&AttrListImpl_t567962447_0_0_0,
&IContentHandler_t2787973995_0_0_1,
&TextReader_t283511965_0_0_1,
&StringBuilder_t_0_0_1,
&CharU5BU5D_t3528271667_0_0_1,
&AttrListImpl_t567962447_0_0_1,
&IContentHandler_t2787973995_1_0_0,
&IAttrList_t3807428360_1_0_0,
&AttrListImpl_t567962447_1_0_0,
&SmallXmlParserException_t1329648272_0_0_0,
&SmallXmlParserException_t1329648272_1_0_0,
&SystemException_t176217640_0_0_0,
&Runtime_t3174508158_0_0_0,
&Runtime_t3174508158_1_0_0,
&CollectionDebuggerView_1_t1906766907_0_0_0,
&CollectionDebuggerView_1_t1906766907_1_0_0,
&CollectionDebuggerView_2_t3472850848_0_0_0,
&CollectionDebuggerView_2_t3472850848_1_0_0,
&Comparer_1_t4245720645_0_0_0,
&Comparer_1_t4245720645_1_0_0,
&Comparer_1_t4245720645_gp_0_0_0_0,
&Comparer_1_t2098140680_0_0_0,
&Comparer_1_t2098140680_0_0_49,
&DefaultComparer_t3277344064_0_0_0,
&DefaultComparer_t3277344064_1_0_0,
&Comparer_1_t1129764099_0_0_0,
&DefaultComparer_t3277344064_gp_0_0_0_0,
&IComparable_1_t3293640926_0_0_0,
&IComparer_1_t1852651277_0_0_0,
&IComparer_t1540313114_0_0_1,
&IComparable_1_t4262017507_0_0_0,
&DefaultComparer_t2745956427_0_0_0,
&GenericComparer_1_t3581574675_1_0_0,
&Comparer_1_t1433994710_0_0_0,
&GenericComparer_1_t3581574675_gp_0_0_0_0,
&IComparable_1_t3597871537_0_0_0,
&Link_t544317964_1_0_0,
&Dictionary_2_t3621973219_0_0_0,
&Dictionary_2_t3621973219_1_0_0,
&IEqualityComparer_1_t2081970390_0_0_0,
&Dictionary_2_t3621973219_gp_0_0_0_0,
&KeyValuePair_2_t1772072192_0_0_0,
&Dictionary_2_t3621973219_gp_1_0_0_0,
&KeyValuePair_2U5BU5D_t1494417153_0_0_0,
&IEnumerator_1_t2204642660_0_0_0,
&IDictionaryEnumerator_t1693217257_0_0_0,
&TElemU5BU5D_t3215632194_0_0_0,
&Dictionary_2_Do_CopyTo_m138493818_gp_1_0_0_0,
&Transform_1_t1867956099_0_0_0,
&Dictionary_2_Do_CopyTo_m138493818_gp_0_0_0_0,
&Transform_1_t2684734622_0_0_0,
&Dictionary_2_Do_ICollectionCopyTo_m3517756522_gp_0_0_0_0,
&Dictionary_2_t3621973219_gp_1_1_0_2,
&KeyCollection_t3859042792_0_0_0,
&ValueCollection_t1090444343_0_0_0,
&Enumerator_t1328582800_0_0_0,
&Single_t1397266774_0_0_32849,
&Int32U5BU5D_t385246372_0_0_1,
&LinkU5BU5D_t964245573_0_0_1,
&TKeyU5BU5D_t3524687821_0_0_1,
&TValueU5BU5D_t3521360624_0_0_1,
&IEqualityComparer_1_t2081970390_0_0_1,
&SerializationInfo_t950877179_0_0_1,
&Transform_1_t1290320287_0_0_17,
&ShimEnumerator_t3154898978_0_0_0,
&ShimEnumerator_t3154898978_1_0_0,
&Dictionary_2_t4052271677_0_0_0,
&ShimEnumerator_t3154898978_gp_0_0_0_0,
&ShimEnumerator_t3154898978_gp_1_0_0_0,
&Enumerator_t1711487156_0_0_1,
&IDictionaryEnumerator_t1693217257_0_0_1,
&Enumerator_t1711487156_0_0_0,
&Enumerator_t135598976_0_0_0,
&Enumerator_t135598976_1_0_0,
&Dictionary_2_t3817906949_0_0_0,
&Enumerator_t135598976_gp_0_0_0_0,
&Enumerator_t135598976_gp_1_0_0_0,
&KeyValuePair_2_t1920611820_0_0_0,
&Dictionary_2_t3817906949_0_0_1,
&KeyValuePair_2_t1920611820_0_0_3,
&IEnumerator_1_t2353182288_0_0_2,
&IDictionaryEnumerator_t1693217257_0_0_3,
&KeyCollection_t4251528776_0_0_0,
&KeyCollection_t4251528776_1_0_0,
&Dictionary_2_t4162467557_0_0_0,
&KeyCollection_t4251528776_gp_0_0_0_0,
&KeyCollection_t4251528776_gp_1_0_0_0,
&IEnumerator_1_t1036764397_0_0_0,
&TKeyU5BU5D_t3388232500_0_0_0,
&Enumerator_t49677245_0_0_0,
&Dictionary_2_t4162467557_0_0_1,
&Enumerator_t3443476011_0_0_0,
&Enumerator_t3443476011_1_0_0,
&Dictionary_2_t920806393_0_0_0,
&Enumerator_t3443476011_gp_0_0_0_0,
&Enumerator_t3443476011_gp_1_0_0_0,
&Enumerator_t2874989168_0_0_1,
&IEnumerator_1_t228711632_0_0_2,
&ICollection_1_t3432346163_0_0_2,
&IEnumerable_1_t3879014114_0_0_3,
&Transform_1_t2764939990_0_0_0,
&ValueCollection_t2327722797_0_0_0,
&ValueCollection_t2327722797_1_0_0,
&Dictionary_2_t3808179633_0_0_0,
&ValueCollection_t2327722797_gp_0_0_0_0,
&ValueCollection_t2327722797_gp_1_0_0_0,
&IEnumerator_1_t779532587_0_0_0,
&TValueU5BU5D_t659456062_0_0_0,
&Enumerator_t82105994_0_0_0,
&Dictionary_2_t3808179633_0_0_1,
&Enumerator_t1602367158_0_0_0,
&Enumerator_t1602367158_1_0_0,
&Dictionary_2_t2336764269_0_0_0,
&Enumerator_t1602367158_gp_0_0_0_0,
&Enumerator_t1602367158_gp_1_0_0_0,
&Enumerator_t4290947044_0_0_1,
&IEnumerator_1_t54176948_0_0_2,
&ICollection_1_t3175114353_0_0_2,
&IEnumerable_1_t3621782304_0_0_3,
&Transform_1_t2873272216_0_0_0,
&Transform_1_t3647146409_0_0_0,
&Transform_1_t3647146409_1_0_0,
&Transform_1_t3647146409_gp_0_0_0_0,
&Transform_1_t3647146409_gp_1_0_0_0,
&Transform_1_t3647146409_gp_2_0_0_0,
&ICollection_1_t305257130_0_0_3,
&IEnumerable_1_t751925081_0_0_4,
&IDictionary_2_t2133218712_0_0_5,
&IDictionary_t1363984059_0_0_6,
&IDeserializationCallback_t4220500054_0_0_7,
&Dictionary_2_t3669367321_0_0_0,
&Transform_1_t1290320287_0_0_0,
&Transform_1_t4233384137_0_0_0,
&ShimEnumerator_t3666088118_0_0_0,
&EqualityComparer_1_t2439378004_0_0_0,
&TKeyU5BU5D_t3524687821_0_0_0,
&TValueU5BU5D_t3521360624_0_0_0,
&EqualityComparer_1_t4105952173_0_0_0,
&IEqualityComparer_1_t3748544559_0_0_0,
&EqualityComparer_1_t1549919139_0_0_0,
&EqualityComparer_1_t1549919139_1_0_0,
&EqualityComparer_1_t1549919139_gp_0_0_0_0,
&EqualityComparer_1_t367323924_0_0_0,
&EqualityComparer_1_t367323924_0_0_49,
&DefaultComparer_t4042948011_0_0_0,
&DefaultComparer_t4042948011_1_0_0,
&EqualityComparer_1_t2860352796_0_0_0,
&DefaultComparer_t4042948011_gp_0_0_0_0,
&IEqualityComparer_1_t9916310_0_0_0,
&IEqualityComparer_t1493878338_0_0_1,
&IEquatable_1_t3088697315_0_0_0,
&DefaultComparer_t2929176540_0_0_0,
&GenericEqualityComparer_1_t2270490560_1_0_0,
&EqualityComparer_1_t1087895345_0_0_0,
&GenericEqualityComparer_1_t2270490560_gp_0_0_0_0,
&IEquatable_1_t3809268736_0_0_0,
&IComparer_1_t2402962386_0_0_0,
&IComparer_1_t2402962386_1_0_0,
&IComparer_1_t2402962386_gp_0_0_0_0,
&IDictionary_2_t3177279192_0_0_0,
&IDictionary_2_t3177279192_1_0_0,
&ICollection_1_t241734454_0_0_1,
&KeyValuePair_2_t1708549516_0_0_0,
&IDictionary_2_t3177279192_gp_0_0_0_0,
&IDictionary_2_t3177279192_gp_1_0_0_0,
&IEnumerable_1_t688402405_0_0_2,
&IEqualityComparer_1_t4276305397_0_0_0,
&IEqualityComparer_1_t4276305397_1_0_0,
&IEqualityComparer_1_t4276305397_gp_0_0_0_0,
&KeyNotFoundException_t2292407383_0_0_0,
&KeyNotFoundException_t2292407383_1_0_0,
&KeyValuePair_2_t4175610960_0_0_0,
&KeyValuePair_2_t4175610960_1_0_0,
&KeyValuePair_2_t4175610960_gp_0_0_0_0,
&KeyValuePair_2_t4175610960_gp_1_0_0_0,
&KeyValuePair_2_t4175610960_gp_0_0_0_1,
&KeyValuePair_2_t4175610960_gp_1_0_0_1,
&List_1_t284568025_0_0_0,
&List_1_t284568025_1_0_0,
&IEnumerator_1_t1364770942_0_0_0,
&List_1_t284568025_gp_0_0_0_0,
&ICollection_1_t3760352708_0_0_0,
&IEnumerable_1_t4207020659_0_0_0,
&ReadOnlyCollection_1_t2144776761_0_0_0,
&TU5BU5D_t1113279039_0_0_0,
&Predicate_1_t1757494598_0_0_0,
&Enumerator_t4293519093_0_0_0,
&Comparison_1_t707131653_0_0_0,
&TU5BU5D_t1113279039_0_0_1,
&TU5BU5D_t1113279039_0_0_49,
&Enumerator_t271486022_0_0_0,
&Enumerator_t271486022_1_0_0,
&List_1_t2391193213_0_0_0,
&Enumerator_t271486022_gp_0_0_0_0,
&List_1_t2391193213_0_0_1,
&Enumerator_t271486022_gp_0_0_0_1,
&IEnumerator_1_t1351688939_0_0_2,
&Enumerator_t4280437090_0_0_0,
&IList_t2094931216_0_0_2,
&ICollection_1_t3760352708_0_0_3,
&IEnumerable_1_t4207020659_0_0_4,
&IList_1_t2747520257_0_0_5,
&List_1_t2404275216_0_0_0,
&Comparer_1_t2431955356_0_0_0,
&Collection_1_t968317937_0_0_0,
&Collection_1_t968317937_1_0_0,
&Collection_1_t968317937_gp_0_0_0_0,
&TU5BU5D_t3972289735_0_0_0,
&IEnumerator_1_t2048520854_0_0_0,
&IList_1_t3431270169_0_0_0,
&IList_1_t3431270169_0_0_1,
&ICollection_1_t149135324_0_0_3,
&IList_1_t3431270169_0_0_4,
&IEnumerable_1_t595803275_0_0_5,
&List_1_t3088025128_0_0_0,
&ICollection_1_t149135324_0_0_0,
&IEnumerable_1_t595803275_0_0_0,
&Collection_1_t560306304_0_0_0,
&ReadOnlyCollection_1_t2757184810_0_0_0,
&ReadOnlyCollection_1_t2757184810_1_0_0,
&IList_1_t925169746_0_0_0,
&ReadOnlyCollection_1_t2757184810_gp_0_0_0_0,
&TU5BU5D_t669500042_0_0_0,
&IEnumerator_1_t3837387727_0_0_0,
&IList_1_t925169746_0_0_1,
&ICollection_1_t1938002197_0_0_3,
&IList_1_t925169746_0_0_4,
&IEnumerable_1_t2384670148_0_0_5,
&Collection_1_t2349173177_0_0_0,
&ICollection_1_t1938002197_0_0_0,
&IEnumerable_1_t2384670148_0_0_0,
&ArrayList_t2718874744_1_0_0,
&ObjectU5BU5D_t2843939325_0_0_1,
&ObjectU5BU5D_t2843939325_0_0_49,
&SimpleEnumerator_t4287166116_0_0_0,
&SimpleEnumerator_t4287166116_1_0_0,
&ArrayListWrapper_t240606758_0_0_0,
&ArrayListWrapper_t240606758_1_0_0,
&ArrayList_t2718874744_0_0_4,
&SynchronizedArrayListWrapper_t2283757095_0_0_0,
&SynchronizedArrayListWrapper_t2283757095_1_0_0,
&FixedSizeArrayListWrapper_t220909481_0_0_0,
&FixedSizeArrayListWrapper_t220909481_1_0_0,
&ReadOnlyArrayListWrapper_t3401315650_0_0_0,
&ReadOnlyArrayListWrapper_t3401315650_1_0_0,
&BitArray_t4087883509_0_0_0,
&BitArray_t4087883509_1_0_0,
&BitArrayEnumerator_t893496218_0_0_0,
&BitArrayEnumerator_t893496218_1_0_0,
&BitArray_t4087883509_0_0_1,
&CaseInsensitiveComparer_t3670035800_0_0_0,
&CaseInsensitiveComparer_t3670035800_1_0_0,
&CaseInsensitiveComparer_t3670035800_0_0_17,
&CultureInfo_t4157843068_0_0_1,
&CaseInsensitiveHashCodeProvider_t1962629119_0_0_0,
&CaseInsensitiveHashCodeProvider_t1962629119_1_0_0,
&TextInfo_t3810425522_0_0_0,
&CaseInsensitiveHashCodeProvider_t1962629119_0_0_49,
&RuntimeObject_0_0_49,
&TextInfo_t3810425522_0_0_1,
&CollectionBase_t2727926298_1_0_0,
&CollectionDebuggerView_t390662535_0_0_0,
&CollectionDebuggerView_t390662535_1_0_0,
&Comparer_t1912461351_0_0_0,
&Comparer_t1912461351_1_0_0,
&Comparer_t1912461351_0_0_54,
&CompareInfo_t1092934962_0_0_1,
&DictionaryEntry_t3123975638_1_0_0,
&Hashtable_t1853889766_1_0_0,
&SlotU5BU5D_t2994659099_0_0_0,
&EnumeratorMode_t1442366820_0_0_0,
&Single_t1397266774_0_0_1,
&SlotU5BU5D_t2994659099_0_0_1,
&HashKeys_t1568156503_0_0_1,
&HashValues_t618387445_0_0_1,
&IHashCodeProvider_t267601189_0_0_1,
&Int32U5BU5D_t385246372_0_0_49,
&Slot_t3975888750_1_0_0,
&RuntimeObject_0_0_3,
&KeyMarker_t2496412495_0_0_0,
&KeyMarker_t2496412495_1_0_0,
&KeyMarker_t2496412495_0_0_54,
&EnumeratorMode_t1442366820_1_0_0,
&EnumeratorMode_t1442366820_0_0_32854,
&Enumerator_t661358686_0_0_0,
&Enumerator_t661358686_1_0_0,
&Hashtable_t1853889766_0_0_1,
&EnumeratorMode_t1442366820_0_0_1,
&String_t_0_0_49,
&HashKeys_t1568156503_0_0_0,
&HashKeys_t1568156503_1_0_0,
&HashValues_t618387445_0_0_0,
&HashValues_t618387445_1_0_0,
&SyncHashtable_t3569774773_0_0_0,
&SyncHashtable_t3569774773_1_0_0,
&ISerializable_t3375760802_0_0_2,
&ICollection_t3904884886_0_0_3,
&IDictionary_t1363984059_0_0_4,
&IDeserializationCallback_t4220500054_0_0_5,
&IComparer_t1540313114_1_0_0,
&IDictionary_t1363984059_1_0_0,
&IDictionaryEnumerator_t1693217257_1_0_0,
&IEqualityComparer_t1493878338_1_0_0,
&IHashCodeProvider_t267601189_1_0_0,
&Queue_t3637523393_0_0_0,
&Queue_t3637523393_1_0_0,
&QueueEnumerator_t4140714244_0_0_0,
&QueueEnumerator_t4140714244_1_0_0,
&Queue_t3637523393_0_0_1,
&SortedList_t2427694641_0_0_0,
&SortedList_t2427694641_1_0_0,
&Int32_t2950945753_0_0_49,
&SlotU5BU5D_t227397015_0_0_1,
&Slot_t384495010_1_0_0,
&EnumeratorMode_t3719608883_0_0_0,
&EnumeratorMode_t3719608883_1_0_0,
&EnumeratorMode_t3719608883_0_0_32854,
&Enumerator_t3548462377_0_0_0,
&Enumerator_t3548462377_1_0_0,
&SortedList_t2427694641_0_0_1,
&EnumeratorMode_t3719608883_0_0_1,
&IDictionaryEnumerator_t1693217257_0_0_2,
&IDictionary_t1363984059_0_0_3,
&Stack_t2329662280_0_0_0,
&Stack_t2329662280_1_0_0,
&Enumerator_t2929709194_0_0_0,
&Enumerator_t2929709194_1_0_0,
&AssemblyHashAlgorithm_t1216504064_1_0_0,
&AssemblyHashAlgorithm_t1216504064_0_0_32854,
&AssemblyVersionCompatibility_t766556580_1_0_0,
&AssemblyVersionCompatibility_t766556580_0_0_32854,
&ISymbolWriter_t780458634_0_0_0,
&ISymbolWriter_t780458634_1_0_0,
&DebuggableAttribute_t886312066_0_0_0,
&DebuggableAttribute_t886312066_1_0_0,
&DebuggingModes_t3662555298_0_0_0,
&DebuggingModes_t3662555298_0_0_1,
&DebuggingModes_t3662555298_1_0_0,
&DebuggingModes_t3662555298_0_0_32854,
&DebuggerBrowsableAttribute_t1026244177_0_0_0,
&DebuggerBrowsableAttribute_t1026244177_1_0_0,
&DebuggerBrowsableState_t747501856_0_0_0,
&DebuggerBrowsableState_t747501856_0_0_1,
&DebuggerBrowsableState_t747501856_1_0_0,
&DebuggerBrowsableState_t747501856_0_0_32854,
&DebuggerDisplayAttribute_t2957424906_0_0_0,
&DebuggerDisplayAttribute_t2957424906_1_0_0,
&DebuggerStepThroughAttribute_t875708394_0_0_0,
&DebuggerStepThroughAttribute_t875708394_1_0_0,
&DebuggerTypeProxyAttribute_t1385406673_0_0_0,
&DebuggerTypeProxyAttribute_t1385406673_1_0_0,
&StackFrame_t3217253059_1_0_0,
&MethodBase_t_1_0_2,
&MethodBase_t_0_0_1,
&StackTrace_t1598645457_0_0_0,
&StackTrace_t1598645457_1_0_0,
&StackFrameU5BU5D_t1997726418_0_0_0,
&StackFrameU5BU5D_t1997726418_0_0_1,
&Calendar_t1661121569_1_0_0,
&DayOfWeek_t3650621421_0_0_0,
&Boolean_t97287965_0_0_129,
&Int32_t2950945753_0_0_131,
&StringU5BU5D_t1281789340_0_0_131,
&CCMath_t1752835476_0_0_0,
&CCMath_t1752835476_1_0_0,
&CCFixed_t4160633277_0_0_0,
&CCFixed_t4160633277_1_0_0,
&CCGregorianCalendar_t1095914347_0_0_0,
&CCGregorianCalendar_t1095914347_1_0_0,
&CompareInfo_t1092934962_1_0_0,
&Boolean_t97287965_0_0_49,
&String_t_0_0_129,
&SimpleCollator_t2877834729_0_0_129,
&Hashtable_t1853889766_0_0_17,
&RuntimeObject_0_0_145,
&CompareOptions_t4130014775_1_0_0,
&CompareOptions_t4130014775_0_0_32854,
&CultureInfo_t4157843068_1_0_0,
&CultureInfo_t4157843068_0_0_17,
&Int32_t2950945753_0_0_19,
&NumberFormatInfo_t435877138_0_0_129,
&DateTimeFormatInfo_t2405853701_0_0_1,
&Int32U2A_t2910199323_0_0_161,
&VoidU2A_t3811567795_0_0_161,
&CalendarU5BU5D_t3985046076_0_0_129,
&CultureInfo_t4157843068_0_0_129,
&Calendar_t1661121569_0_0_1,
&ByteU5BU5D_t4116647657_0_0_131,
&IFormatProvider_t2518567562_0_0_1,
&DateTimeFormatFlags_t1884407083_0_0_0,
&DateTimeFormatFlags_t1884407083_1_0_0,
&DateTimeFormatFlags_t1884407083_0_0_32854,
&DateTimeFormatInfo_t2405853701_1_0_0,
&String_t_0_0_32849,
&StringU5BU5D_t1281789340_0_0_49,
&DateTimeFormatInfo_t2405853701_0_0_17,
&StringU5BU5D_t1281789340_0_0_1,
&DateTimeFormatFlags_t1884407083_0_0_1,
&DateTimeStyles_t840957420_0_0_0,
&DateTimeStyles_t840957420_1_0_0,
&DateTimeStyles_t840957420_0_0_32854,
&DaylightTime_t2582425773_0_0_0,
&DaylightTime_t2582425773_1_0_0,
&TimeSpan_t881159249_0_0_1,
&GregorianCalendar_t2054525052_0_0_0,
&GregorianCalendar_t2054525052_1_0_0,
&GregorianCalendarTypes_t3815403233_0_0_0,
&GregorianCalendarTypes_t3815403233_0_0_131,
&GregorianCalendarTypes_t3815403233_1_0_0,
&GregorianCalendarTypes_t3815403233_0_0_32854,
&NumberFormatInfo_t435877138_1_0_0,
&NumberStyles_t617258130_1_0_0,
&NumberStyles_t617258130_0_0_32854,
&RegionInfo_t1090270226_0_0_0,
&RegionInfo_t1090270226_1_0_0,
&RegionInfo_t1090270226_0_0_17,
&TextInfo_t3810425522_1_0_0,
&CultureInfo_t4157843068_0_0_161,
&Boolean_t97287965_0_0_161,
&Data_t2225474377_0_0_161,
&Data_t2225474377_0_0_0,
&Data_t2225474377_1_0_0,
&IDeserializationCallback_t4220500054_0_0_1,
&UnicodeCategory_t3356078642_1_0_0,
&UnicodeCategory_t3356078642_0_0_32854,
&IsolatedStorageException_t3468072396_0_0_0,
&IsolatedStorageException_t3468072396_1_0_0,
&BinaryReader_t2428077293_0_0_0,
&BinaryReader_t2428077293_1_0_0,
&Stream_t1273022909_0_0_0,
&Stream_t1273022909_0_0_1,
&Encoding_t1523322056_0_0_1,
&Decoder_t2204182725_0_0_1,
&BinaryWriter_t3992595042_1_0_0,
&BinaryWriter_t3992595042_0_0_54,
&Stream_t1273022909_0_0_4,
&Directory_t828876208_0_0_0,
&Directory_t828876208_1_0_0,
&DirectoryInfo_t35957480_0_0_0,
&FileAttributes_t3417205536_0_0_0,
&DirectoryInfo_t35957480_1_0_0,
&FileSystemInfo_t3745885336_0_0_0,
&DirectoryNotFoundException_t1220582502_0_0_0,
&DirectoryNotFoundException_t1220582502_1_0_0,
&IOException_t4088381929_0_0_0,
&EndOfStreamException_t2015613008_0_0_0,
&EndOfStreamException_t2015613008_1_0_0,
&File_t1258465809_0_0_0,
&File_t1258465809_1_0_0,
&FileMode_t1183438340_0_0_0,
&FileStream_t4292183065_0_0_0,
&StreamReader_t4009935899_0_0_0,
&FileAccess_t1659085276_1_0_0,
&FileAccess_t1659085276_0_0_32854,
&FileAttributes_t3417205536_1_0_0,
&FileAttributes_t3417205536_0_0_32854,
&FileLoadException_t549148505_0_0_0,
&FileLoadException_t549148505_1_0_0,
&FileMode_t1183438340_1_0_0,
&FileMode_t1183438340_0_0_32854,
&FileNotFoundException_t225391025_0_0_0,
&FileNotFoundException_t225391025_1_0_0,
&FileOptions_t1024913468_0_0_0,
&FileOptions_t1024913468_1_0_0,
&FileOptions_t1024913468_0_0_32854,
&FileShare_t3553318550_0_0_0,
&FileShare_t3553318550_1_0_0,
&FileShare_t3553318550_0_0_32854,
&FileStream_t4292183065_1_0_0,
&ByteU5BU5D_t4116647657_0_0_3,
&SeekOrigin_t1441174344_0_0_0,
&FileAccess_t1659085276_0_0_1,
&Int64_t3736567304_0_0_1,
&ReadDelegate_t714865915_0_0_0,
&ReadDelegate_t714865915_1_0_0,
&WriteDelegate_t4270993571_0_0_0,
&WriteDelegate_t4270993571_1_0_0,
&FileStreamAsyncResult_t2422587232_0_0_0,
&FileStreamAsyncResult_t2422587232_1_0_0,
&ManualResetEvent_t451242010_0_0_1,
&AsyncCallback_t3962456242_0_0_1,
&FileSystemInfo_t3745885336_1_0_0,
&MonoIOStat_t592533987_0_0_3,
&IOException_t4088381929_1_0_0,
&MemoryStream_t94973147_0_0_0,
&MemoryStream_t94973147_1_0_0,
&MonoFileType_t221779374_0_0_0,
&MonoFileType_t221779374_1_0_0,
&MonoFileType_t221779374_0_0_32854,
&MonoIO_t2601436415_0_0_0,
&MonoIO_t2601436415_1_0_0,
&MonoIOError_t367894402_0_0_0,
&MonoIOError_t367894402_1_0_2,
&MonoIOStat_t592533987_1_0_2,
&MonoIOStat_t592533987_0_0_0,
&FileAttributes_t3417205536_0_0_54,
&MonoIOError_t367894402_1_0_0,
&MonoIOError_t367894402_0_0_32854,
&MonoIOStat_t592533987_1_0_0,
&FileAttributes_t3417205536_0_0_6,
&Int64_t3736567304_0_0_6,
&Path_t1605229823_0_0_0,
&Path_t1605229823_1_0_0,
&CharU5BU5D_t3528271667_0_0_54,
&String_t_0_0_51,
&CharU5BU5D_t3528271667_0_0_51,
&PathTooLongException_t2919094560_0_0_0,
&PathTooLongException_t2919094560_1_0_0,
&SearchPattern_t3793128359_0_0_0,
&SearchPattern_t3793128359_1_0_0,
&SeekOrigin_t1441174344_1_0_0,
&SeekOrigin_t1441174344_0_0_32854,
&Stream_t1273022909_1_0_0,
&Stream_t1273022909_0_0_54,
&NullStream_t1684893697_0_0_0,
&NullStream_t1684893697_1_0_0,
&StreamAsyncResult_t780248512_0_0_0,
&StreamAsyncResult_t780248512_1_0_0,
&StreamReader_t4009935899_1_0_0,
&CharU5BU5D_t3528271667_0_0_3,
&StreamReader_t4009935899_0_0_54,
&NullStreamReader_t3364671800_0_0_0,
&NullStreamReader_t3364671800_1_0_0,
&StreamWriter_t1266378904_0_0_0,
&StreamWriter_t1266378904_1_0_0,
&TextWriter_t3478189236_0_0_0,
&StreamWriter_t1266378904_0_0_54,
&StringReader_t3465604688_0_0_0,
&StringReader_t3465604688_1_0_0,
&TextReader_t283511965_1_0_0,
&TextReader_t283511965_0_0_54,
&NullTextReader_t763622204_0_0_0,
&NullTextReader_t763622204_1_0_0,
&SynchronizedReader_t1163115775_0_0_0,
&SynchronizedReader_t1163115775_1_0_0,
&TextWriter_t3478189236_1_0_0,
&CharU5BU5D_t3528271667_0_0_4,
&TextWriter_t3478189236_0_0_54,
&NullTextWriter_t1377692031_0_0_0,
&NullTextWriter_t1377692031_1_0_0,
&SynchronizedWriter_t1722853220_0_0_0,
&SynchronizedWriter_t1722853220_1_0_0,
&TextWriter_t3478189236_0_0_1,
&UnexceptionalStreamReader_t2154476246_0_0_0,
&UnexceptionalStreamReader_t2154476246_1_0_0,
&BooleanU5BU5D_t2897418192_0_0_17,
&Char_t3634460470_0_0_17,
&UnexceptionalStreamWriter_t2539306459_0_0_0,
&UnexceptionalStreamWriter_t2539306459_1_0_0,
&UnmanagedMemoryStream_t4234117669_0_0_0,
&UnmanagedMemoryStream_t4234117669_1_0_0,
&EventHandler_t1348719766_0_0_1,
&NativeResourceType_t2573963468_0_0_0,
&NativeResourceType_t2573963468_1_0_0,
&NativeResourceType_t2573963468_0_0_32854,
&RefEmitPermissionSet_t484390987_1_0_0,
&SecurityAction_t569814076_0_0_6,
&MonoResource_t4103430009_1_0_0,
&ByteU5BU5D_t4116647657_0_0_6,
&ResourceAttributes_t3997964906_0_0_6,
&Stream_t1273022909_0_0_6,
&MonoWin32Resource_t1904229483_1_0_0,
&AssemblyBuilder_t359885250_0_0_0,
&AssemblyBuilder_t359885250_1_0_0,
&AssemblyName_t270931938_0_0_0,
&ModuleU5BU5D_t4238763736_0_0_0,
&UIntPtr_t_0_0_1,
&ModuleBuilderU5BU5D_t2441092650_0_0_1,
&CustomAttributeBuilderU5BU5D_t2951373564_0_0_1,
&MonoResourceU5BU5D_t979189380_0_0_1,
&PEFileKinds_t3631470751_0_0_1,
&ModuleU5BU5D_t4238763736_0_0_1,
&MonoWin32ResourceU5BU5D_t4084032906_0_0_1,
&RefEmitPermissionSetU5BU5D_t567451178_0_0_1,
&PortableExecutableKinds_t1191923110_0_0_1,
&ImageFileMachine_t799743225_0_0_1,
&TypeU5BU5D_t3940880105_0_0_1,
&Type_t_0_0_3,
&Win32VersionResource_t1367628464_0_0_1,
&StrongName_t4093849377_0_0_1,
&NativeResourceType_t2573963468_0_0_1,
&ModuleBuilder_t731887691_0_0_1,
&_AssemblyBuilder_t1973909547_0_0_0,
&AssemblyBuilderAccess_t2806254258_1_0_0,
&AssemblyBuilderAccess_t2806254258_0_0_32854,
&ConstructorBuilder_t2813524108_1_0_0,
&MethodAttributes_t2366443849_0_0_0,
&TypeU5BU5DU5BU5D_t4042077012_0_0_0,
&ParameterInfoU5BU5D_t390618515_0_0_0,
&RuntimeMethodHandle_t1133924984_0_0_0,
&ILGenerator_t1388622344_0_0_0,
&MethodToken_t4055728386_0_0_0,
&ILGenerator_t1388622344_0_0_1,
&TypeU5BU5D_t3940880105_0_0_3,
&MethodAttributes_t2366443849_0_0_1,
&MethodImplAttributes_t3646023817_0_0_1,
&CallingConventions_t2253234531_0_0_1,
&TypeBuilder_t1073948154_0_0_1,
&ParameterBuilderU5BU5D_t3054868058_0_0_3,
&TypeU5BU5DU5BU5D_t4042077012_0_0_1,
&CustomAttributeBuilder_t2781637217_1_0_0,
&DerivedType_t4286302013_0_0_0,
&DerivedType_t4286302013_1_0_0,
&ByRefType_t2066805327_0_0_0,
&ByRefType_t2066805327_1_0_0,
&DynamicMethod_t2537779570_0_0_0,
&DynamicMethod_t2537779570_1_0_0,
&RuntimeMethodHandle_t1133924984_0_0_1,
&Module_t2987026101_0_0_1,
&Delegate_t1188392813_0_0_1,
&MonoMethod_t_0_0_1,
&ParameterBuilderU5BU5D_t3054868058_0_0_1,
&EnumBuilder_t2400448213_0_0_0,
&EnumBuilder_t2400448213_1_0_0,
&_EnumBuilder_t2580004198_0_0_0,
&EventBuilder_t3451532220_1_0_0,
&FieldBuilder_t2627049993_1_0_0,
&FieldAttributes_t400321159_0_0_0,
&UnmanagedMarshal_t984015687_0_0_0,
&FieldAttributes_t400321159_0_0_1,
&TypeBuilder_t1073948154_0_0_3,
&UnmanagedMarshal_t984015687_0_0_1,
&GenericTypeParameterBuilder_t1988827940_1_0_0,
&MethodBuilder_t2807316753_0_0_1,
&ILTokenInfo_t2325775114_1_0_0,
&MemberInfo_t_0_0_6,
&TokenGenerator_t1734832736_0_0_0,
&TokenGenerator_t1734832736_1_0_0,
&ILGenerator_t1388622344_1_0_0,
&OpCode_t123070264_0_0_0,
&Label_t2281661643_0_0_0,
&Type_t_0_0_49,
&LocalBuilderU5BU5D_t4280809526_0_0_1,
&ILTokenInfoU5BU5D_t973106575_0_0_1,
&LabelDataU5BU5D_t327903686_0_0_1,
&LabelFixupU5BU5D_t103660291_0_0_1,
&Module_t2987026101_0_0_3,
&TokenGenerator_t1734832736_0_0_1,
&LabelFixup_t858502054_1_0_0,
&LabelData_t360167391_1_0_0,
&_ILGenerator_t119836063_0_0_0,
&Label_t2281661643_1_0_0,
&LocalBuilder_t3562264111_1_0_0,
&ILGenerator_t1388622344_0_0_3,
&MethodBuilder_t2807316753_1_0_0,
&CharSet_t3391187264_0_0_1,
&CallingConvention_t1027624783_0_0_1,
&GenericTypeParameterBuilderU5BU5D_t3780444109_0_0_3,
&MethodToken_t4055728386_1_0_0,
&MethodToken_t4055728386_0_0_54,
&ModuleBuilder_t731887691_1_0_0,
&PackingSize_t2976435189_0_0_0,
&TypeBuilderU5BU5D_t786280671_0_0_0,
&TypeBuilderU5BU5D_t786280671_0_0_1,
&AssemblyBuilder_t359885250_0_0_3,
&MethodBuilderU5BU5D_t3705301900_0_0_1,
&FieldBuilderU5BU5D_t138311604_0_0_1,
&ModuleBuilderTokenGenerator_t944435078_0_0_1,
&ISymbolWriter_t780458634_0_0_1,
&ModuleBuilderTokenGenerator_t944435078_0_0_0,
&ModuleBuilderTokenGenerator_t944435078_1_0_0,
&OpCode_t123070264_1_0_0,
&OperandType_t2622847887_0_0_0,
&StackBehaviour_t3009528134_0_0_0,
&OpCodeNames_t3363784580_0_0_0,
&OpCodeNames_t3363784580_1_0_0,
&StringU5BU5D_t1281789340_0_0_51,
&OpCodes_t126150456_0_0_0,
&OpCodes_t126150456_1_0_0,
&OpCode_t123070264_0_0_54,
&OperandType_t2622847887_1_0_0,
&OperandType_t2622847887_0_0_32854,
&PEFileKinds_t3631470751_0_0_0,
&PEFileKinds_t3631470751_1_0_0,
&PEFileKinds_t3631470751_0_0_32854,
&PackingSize_t2976435189_1_0_0,
&PackingSize_t2976435189_0_0_32854,
&ParameterBuilder_t1137139675_1_0_0,
&ParameterAttributes_t1826424051_0_0_1,
&PropertyBuilder_t314297007_1_0_0,
&PropertyAttributes_t3388002996_0_0_0,
&PropertyAttributes_t3388002996_0_0_1,
&StackBehaviour_t3009528134_1_0_0,
&StackBehaviour_t3009528134_0_0_32854,
&TypeBuilder_t1073948154_1_0_0,
&MethodBuilderU5BU5D_t3705301900_0_0_3,
&ConstructorBuilderU5BU5D_t3223009221_0_0_3,
&PropertyBuilderU5BU5D_t4023329206_0_0_3,
&FieldBuilderU5BU5D_t138311604_0_0_3,
&EventBuilderU5BU5D_t3902749141_0_0_3,
&TypeBuilderU5BU5D_t786280671_0_0_3,
&TypeAttributes_t113483779_0_0_3,
&PackingSize_t2976435189_0_0_1,
&GenericTypeParameterBuilderU5BU5D_t3780444109_0_0_1,
&UnmanagedMarshal_t984015687_1_0_0,
&AmbiguousMatchException_t566690781_0_0_0,
&AmbiguousMatchException_t566690781_1_0_0,
&Assembly_t_1_0_0,
&Module_t2987026101_1_0_2,
&Evidence_t2008144148_0_0_0,
&ResolveEventHolder_t2120639521_0_0_1,
&Evidence_t2008144148_0_0_1,
&PermissionSet_t223948603_0_0_3,
&PermissionSet_t223948603_0_0_1,
&ResolveEventHolder_t2120639521_0_0_0,
&ResolveEventHolder_t2120639521_1_0_0,
&_Assembly_t1988906988_0_0_1,
&AssemblyCompanyAttribute_t909257512_0_0_0,
&AssemblyCompanyAttribute_t909257512_1_0_0,
&AssemblyConfigurationAttribute_t2167450097_0_0_0,
&AssemblyConfigurationAttribute_t2167450097_1_0_0,
&AssemblyCopyrightAttribute_t836190902_0_0_0,
&AssemblyCopyrightAttribute_t836190902_1_0_0,
&AssemblyDefaultAliasAttribute_t2176720766_0_0_0,
&AssemblyDefaultAliasAttribute_t2176720766_1_0_0,
&AssemblyDelaySignAttribute_t176441654_0_0_0,
&AssemblyDelaySignAttribute_t176441654_1_0_0,
&AssemblyDescriptionAttribute_t1046996844_0_0_0,
&AssemblyDescriptionAttribute_t1046996844_1_0_0,
&AssemblyFileVersionAttribute_t14927972_0_0_0,
&AssemblyFileVersionAttribute_t14927972_1_0_0,
&AssemblyInformationalVersionAttribute_t3037764991_0_0_0,
&AssemblyInformationalVersionAttribute_t3037764991_1_0_0,
&AssemblyKeyFileAttribute_t2825689142_0_0_0,
&AssemblyKeyFileAttribute_t2825689142_1_0_0,
&AssemblyName_t270931938_1_0_0,
&AssemblyNameFlags_t3675421470_0_0_1,
&AssemblyHashAlgorithm_t1216504064_0_0_1,
&StrongNameKeyPair_t3411219591_0_0_1,
&AssemblyVersionCompatibility_t766556580_0_0_1,
&Version_t3456873960_0_0_1,
&ProcessorArchitecture_t305929193_0_0_1,
&_AssemblyName_t3550739211_0_0_2,
&IDeserializationCallback_t4220500054_0_0_3,
&AssemblyNameFlags_t3675421470_1_0_0,
&AssemblyNameFlags_t3675421470_0_0_32854,
&AssemblyProductAttribute_t1000945320_0_0_0,
&AssemblyProductAttribute_t1000945320_1_0_0,
&AssemblyTitleAttribute_t1901133402_0_0_0,
&AssemblyTitleAttribute_t1901133402_1_0_0,
&AssemblyTrademarkAttribute_t3598190473_0_0_0,
&AssemblyTrademarkAttribute_t3598190473_1_0_0,
&Binder_t2999457153_1_0_0,
&MethodBaseU5BU5D_t779831733_0_0_0,
&ObjectU5BU5D_t2843939325_1_0_0,
&RuntimeObject_1_0_2,
&PropertyInfoU5BU5D_t1461822886_0_0_0,
&Binder_t2999457153_0_0_17,
&Default_t2456596213_0_0_0,
&Default_t2456596213_1_0_0,
&BindingFlags_t2721792723_1_0_0,
&BindingFlags_t2721792723_0_0_32854,
&CallingConventions_t2253234531_1_0_0,
&CallingConventions_t2253234531_0_0_32854,
&ConstructorInfo_t5769829_1_0_0,
&CustomAttributeData_t1084486650_1_0_0,
&TU5BU5D_t2340424125_0_0_0,
&CustomAttributeData_UnboxValues_m3334218374_gp_0_0_0_0,
&ConstructorInfo_t5769829_0_0_1,
&IList_1_t243502644_0_0_1,
&IList_1_t2103185493_0_0_1,
&CustomAttributeNamedArgument_t287865710_1_0_0,
&CustomAttributeTypedArgument_t2723150157_0_0_1,
&MemberInfo_t_0_0_1,
&CustomAttributeTypedArgument_t2723150157_1_0_0,
&EventAttributes_t1153671773_0_0_0,
&EventAttributes_t1153671773_1_0_0,
&EventAttributes_t1153671773_0_0_32854,
&EventInfo_t_1_0_0,
&AddEventAdapter_t1787725097_0_0_1,
&AddEventAdapter_t1787725097_0_0_0,
&AddEventAdapter_t1787725097_1_0_0,
&_EventInfo_t3826131156_0_0_0,
&FieldAttributes_t400321159_1_0_0,
&FieldAttributes_t400321159_0_0_32854,
&FieldInfo_t_1_0_0,
&ImageFileMachine_t799743225_0_0_0,
&ImageFileMachine_t799743225_1_0_0,
&ImageFileMachine_t799743225_0_0_32854,
&LocalVariableInfo_t2426779395_1_0_0,
&MemberInfoSerializationHolder_t1943730831_1_0_0,
&MemberTypes_t3790569052_0_0_33,
&Type_t_0_0_33,
&TypeU5BU5D_t3940880105_0_0_33,
&IObjectReference_t2897431833_0_0_1,
&MemberTypes_t3790569052_1_0_0,
&MemberTypes_t3790569052_0_0_32854,
&MethodAttributes_t2366443849_1_0_0,
&MethodAttributes_t2366443849_0_0_32854,
&MethodBase_t_1_0_0,
&MethodImplAttributes_t3646023817_0_0_0,
&MethodImplAttributes_t3646023817_1_0_0,
&MethodImplAttributes_t3646023817_0_0_32854,
&MethodInfo_t_1_0_0,
&Missing_t508514592_0_0_0,
&Missing_t508514592_1_0_0,
&Missing_t508514592_0_0_54,
&Module_t2987026101_1_0_0,
&BindingFlags_t2721792723_0_0_32849,
&TypeFilter_t2356120900_0_0_54,
&Assembly_t_0_0_3,
&ICustomAttributeProvider_t1530824137_0_0_1,
&_Module_t135161706_0_0_2,
&MonoEventInfo_t346866618_0_0_0,
&MonoEventInfo_t346866618_1_0_0,
&MonoEvent_t_0_0_0,
&MonoEventInfo_t346866618_1_0_2,
&MethodInfo_t_0_0_6,
&EventAttributes_t1153671773_0_0_6,
&MethodInfoU5BU5D_t2572182361_0_0_6,
&MonoEvent_t_1_0_0,
&MonoField_t_1_0_0,
&RuntimeFieldHandle_t1871169219_0_0_3,
&MonoGenericMethod_t_0_0_0,
&MonoGenericMethod_t_1_0_0,
&MonoGenericCMethod_t4239028627_0_0_0,
&MonoGenericCMethod_t4239028627_1_0_0,
&MonoCMethod_t3191134373_0_0_0,
&MonoMethodInfo_t1248819020_0_0_0,
&MonoMethodInfo_t1248819020_1_0_0,
&MonoMethodInfo_t1248819020_1_0_2,
&MethodAttributes_t2366443849_0_0_3,
&MethodImplAttributes_t3646023817_0_0_3,
&MonoMethod_t_1_0_0,
&MonoCMethod_t3191134373_1_0_0,
&MonoPropertyInfo_t3087356066_0_0_0,
&MonoPropertyInfo_t3087356066_1_0_0,
&PInfo_t446749821_0_0_0,
&PropertyAttributes_t3388002996_0_0_6,
&PInfo_t446749821_1_0_0,
&PInfo_t446749821_0_0_32854,
&MonoProperty_t_1_0_0,
&Getter_2_t3687196427_0_0_0,
&MonoProperty_GetterAdapterFrame_m4162289508_gp_0_0_0_0,
&MonoProperty_GetterAdapterFrame_m4162289508_gp_1_0_0_0,
&StaticGetter_1_t3257807389_0_0_0,
&MonoProperty_StaticGetterAdapterFrame_m1351644231_gp_0_0_0_0,
&MonoPropertyInfo_t3087356066_0_0_1,
&PInfo_t446749821_0_0_1,
&GetterAdapter_t2155025054_0_0_1,
&GetterAdapter_t2155025054_1_0_0,
&Getter_2_t3734896353_1_0_0,
&Getter_2_t3734896353_gp_0_0_0_0,
&Getter_2_t3734896353_gp_1_0_0_0,
&StaticGetter_1_t1915726309_1_0_0,
&StaticGetter_1_t1915726309_gp_0_0_0_0,
&ParameterAttributes_t1826424051_0_0_0,
&ParameterAttributes_t1826424051_1_0_0,
&ParameterAttributes_t1826424051_0_0_32854,
&ParameterInfo_t1861056598_1_0_0,
&Type_t_0_0_4,
&RuntimeObject_0_0_4,
&MemberInfo_t_0_0_4,
&Int32_t2950945753_0_0_4,
&ParameterAttributes_t1826424051_0_0_4,
&_ParameterInfo_t489405856_0_0_1,
&ParameterModifier_t1461694466_1_0_0,
&BooleanU5BU5D_t2897418192_0_0_1,
&Pointer_t2088917139_0_0_0,
&Pointer_t2088917139_1_0_0,
&PortableExecutableKinds_t1191923110_0_0_0,
&PortableExecutableKinds_t1191923110_1_0_0,
&PortableExecutableKinds_t1191923110_0_0_32854,
&ProcessorArchitecture_t305929193_0_0_0,
&ProcessorArchitecture_t305929193_1_0_0,
&ProcessorArchitecture_t305929193_0_0_32854,
&PropertyAttributes_t3388002996_1_0_0,
&PropertyAttributes_t3388002996_0_0_32854,
&PropertyInfo_t_1_0_0,
&ResourceAttributes_t3997964906_0_0_0,
&ResourceAttributes_t3997964906_1_0_0,
&ResourceAttributes_t3997964906_0_0_32854,
&StrongNameKeyPair_t3411219591_1_0_0,
&RSA_t2385438082_0_0_129,
&TargetException_t3386045725_0_0_0,
&TargetException_t3386045725_1_0_0,
&TargetInvocationException_t4266643902_0_0_0,
&TargetInvocationException_t4266643902_1_0_0,
&TargetParameterCountException_t1216617239_0_0_0,
&TargetParameterCountException_t1216617239_1_0_0,
&TypeAttributes_t113483779_1_0_0,
&TypeAttributes_t113483779_0_0_32854,
&TypeDelegator_t3617470028_1_0_0,
&IResourceReader_t1191025619_0_0_0,
&IResourceReader_t1191025619_1_0_0,
&NeutralResourcesLanguageAttribute_t2027633532_0_0_0,
&NeutralResourcesLanguageAttribute_t2027633532_1_0_0,
&ResourceManager_t4037989559_0_0_0,
&ResourceManager_t4037989559_1_0_0,
&Int32_t2950945753_0_0_54,
&PredefinedResourceType_t4229135164_0_0_0,
&PredefinedResourceType_t4229135164_1_0_0,
&PredefinedResourceType_t4229135164_0_0_32854,
&ResourceReader_t3300492639_0_0_0,
&ResourceReader_t3300492639_1_0_0,
&ResourceInfo_t2872965302_1_0_0,
&ResourceCacheItemU5BU5D_t1637949902_0_0_0,
&BinaryReader_t2428077293_0_0_1,
&IFormatter_t3549834567_0_0_1,
&ResourceInfoU5BU5D_t2132996019_0_0_1,
&ResourceCacheItemU5BU5D_t1637949902_0_0_1,
&Int64_t3736567304_0_0_38,
&ResourceCacheItem_t51292791_1_0_0,
&RuntimeObject_0_0_38,
&ResourceEnumerator_t2106512554_0_0_0,
&ResourceEnumerator_t2106512554_1_0_0,
&ResourceReader_t3300492639_0_0_1,
&IResourceReader_t1191025619_0_0_2,
&ResourceSet_t2827911187_1_0_0,
&IResourceReader_t1191025619_0_0_132,
&Hashtable_t1853889766_0_0_4,
&RuntimeResourceSet_t3081501575_1_0_0,
&SatelliteContractVersionAttribute_t3549813284_0_0_0,
&SatelliteContractVersionAttribute_t3549813284_1_0_0,
&Win32ResourceType_t878705926_0_0_0,
&Win32ResourceType_t878705926_1_0_0,
&Win32ResourceType_t878705926_0_0_32854,
&NameOrId_t2364694642_0_0_0,
&NameOrId_t2364694642_1_0_0,
&Win32Resource_t884101579_0_0_0,
&Win32Resource_t884101579_1_0_0,
&NameOrId_t2364694642_0_0_1,
&Win32VersionResource_t1367628464_0_0_0,
&Win32VersionResource_t1367628464_1_0_0,
&CompilationRelaxations_t3292409279_0_0_0,
&CompilationRelaxations_t3292409279_1_0_0,
&CompilationRelaxations_t3292409279_0_0_32854,
&CompilationRelaxationsAttribute_t1721442111_0_0_0,
&CompilationRelaxationsAttribute_t1721442111_1_0_0,
&DefaultDependencyAttribute_t548613883_0_0_0,
&DefaultDependencyAttribute_t548613883_1_0_0,
&LoadHint_t3743314490_0_0_0,
&LoadHint_t3743314490_0_0_1,
&IsVolatile_t2097058663_0_0_0,
&IsVolatile_t2097058663_1_0_0,
&LoadHint_t3743314490_1_0_0,
&LoadHint_t3743314490_0_0_32854,
&StringFreezingAttribute_t3031362240_0_0_0,
&StringFreezingAttribute_t3031362240_1_0_0,
&Cer_t573022029_0_0_0,
&Cer_t573022029_1_0_0,
&Cer_t573022029_0_0_32854,
&Consistency_t4071665526_0_0_0,
&Consistency_t4071665526_1_0_0,
&Consistency_t4071665526_0_0_32854,
&CriticalFinalizerObject_t701527852_0_0_0,
&CriticalFinalizerObject_t701527852_1_0_0,
&ReliabilityContractAttribute_t502331440_0_0_0,
&ReliabilityContractAttribute_t502331440_1_0_0,
&Consistency_t4071665526_0_0_1,
&Cer_t573022029_0_0_1,
&ActivationArguments_t4219999170_0_0_0,
&ActivationArguments_t4219999170_1_0_0,
&COMException_t1620828383_0_0_0,
&COMException_t1620828383_1_0_0,
&ExternalException_t3544951457_0_0_0,
&CallingConvention_t1027624783_0_0_0,
&CallingConvention_t1027624783_1_0_0,
&CallingConvention_t1027624783_0_0_32854,
&CharSet_t3391187264_0_0_0,
&CharSet_t3391187264_1_0_0,
&CharSet_t3391187264_0_0_32854,
&ClassInterfaceAttribute_t2274790349_0_0_0,
&ClassInterfaceAttribute_t2274790349_1_0_0,
&ClassInterfaceType_t4029497327_0_0_0,
&ClassInterfaceType_t4029497327_0_0_1,
&ClassInterfaceType_t4029497327_1_0_0,
&ClassInterfaceType_t4029497327_0_0_32854,
&ComDefaultInterfaceAttribute_t2734585253_0_0_0,
&ComDefaultInterfaceAttribute_t2734585253_1_0_0,
&ComInterfaceType_t2732813453_0_0_0,
&ComInterfaceType_t2732813453_1_0_0,
&ComInterfaceType_t2732813453_0_0_32854,
&DispIdAttribute_t491906453_0_0_0,
&DispIdAttribute_t491906453_1_0_0,
&ErrorWrapper_t1772885312_0_0_0,
&ErrorWrapper_t1772885312_1_0_0,
&ExternalException_t3544951457_1_0_0,
&GCHandle_t3351438187_0_0_0,
&GCHandle_t3351438187_1_0_0,
&GCHandleType_t3432586689_0_0_0,
&GCHandleType_t3432586689_1_0_0,
&GCHandleType_t3432586689_0_0_32854,
&InterfaceTypeAttribute_t633123336_0_0_0,
&InterfaceTypeAttribute_t633123336_1_0_0,
&ComInterfaceType_t2732813453_0_0_1,
&Marshal_t1757017490_0_0_0,
&Marshal_t1757017490_1_0_0,
&MarshalDirectiveException_t2580336406_0_0_0,
&MarshalDirectiveException_t2580336406_1_0_0,
&PreserveSigAttribute_t979468563_0_0_0,
&PreserveSigAttribute_t979468563_1_0_0,
&SafeHandle_t3273388951_1_0_0,
&IntPtr_t_0_0_4,
&TypeLibImportClassAttribute_t3680361199_0_0_0,
&TypeLibImportClassAttribute_t3680361199_1_0_0,
&TypeLibVersionAttribute_t570454682_0_0_0,
&TypeLibVersionAttribute_t570454682_1_0_0,
&UnmanagedFunctionPointerAttribute_t1554680451_0_0_0,
&UnmanagedFunctionPointerAttribute_t1554680451_1_0_0,
&UnmanagedType_t523127242_1_0_0,
&UnmanagedType_t523127242_0_0_32854,
&_Activator_t1227527022_0_0_0,
&_Activator_t1227527022_1_0_0,
&_Assembly_t1988906988_0_0_0,
&_Assembly_t1988906988_1_0_0,
&_AssemblyBuilder_t1973909547_1_0_0,
&_AssemblyName_t3550739211_0_0_0,
&_AssemblyName_t3550739211_1_0_0,
&_ConstructorBuilder_t2416550571_1_0_0,
&_ConstructorInfo_t3357543833_1_0_0,
&_CustomAttributeBuilder_t2519213356_1_0_0,
&_EnumBuilder_t2580004198_1_0_0,
&_EventBuilder_t2558055199_1_0_0,
&_EventInfo_t3826131156_1_0_0,
&_FieldBuilder_t2615792726_1_0_0,
&_FieldInfo_t2781946373_1_0_0,
&_ILGenerator_t119836063_1_0_0,
&_LocalBuilder_t484236194_1_0_0,
&_MethodBase_t1657248248_1_0_0,
&_MethodBuilder_t600455149_1_0_0,
&_MethodInfo_t3550065504_1_0_0,
&_Module_t135161706_1_0_0,
&_ModuleBuilder_t3217089703_1_0_0,
&_ParameterBuilder_t3901898075_1_0_0,
&_ParameterInfo_t489405856_1_0_0,
&_PropertyBuilder_t1366136710_1_0_0,
&_PropertyInfo_t4070324388_1_0_0,
&_Thread_t1292004248_0_0_0,
&_Thread_t1292004248_1_0_0,
&_TypeBuilder_t2501637272_1_0_0,
&ActivationServices_t4161385317_0_0_0,
&ActivationServices_t4161385317_1_0_0,
&IConstructionCallMessage_t783335977_0_0_0,
&IMessage_t3593512748_0_0_0,
&ConstructionCall_t4011594745_0_0_0,
&IActivator_t485815189_0_0_17,
&AppDomainLevelActivator_t643114572_0_0_0,
&AppDomainLevelActivator_t643114572_1_0_0,
&IConstructionReturnMessage_t1912290539_0_0_0,
&IActivator_t485815189_0_0_1,
&ConstructionLevelActivator_t842337821_0_0_0,
&ConstructionLevelActivator_t842337821_1_0_0,
&ContextLevelActivator_t975223365_0_0_0,
&ContextLevelActivator_t975223365_1_0_0,
&IActivator_t485815189_1_0_0,
&IConstructionCallMessage_t783335977_1_0_0,
&IMethodCallMessage_t2377797630_0_0_1,
&IMethodMessage_t3120117683_0_0_2,
&IConstructionReturnMessage_t1912290539_1_0_0,
&IMethodMessage_t3120117683_0_0_1,
&IMethodReturnMessage_t3705538073_0_0_2,
&RemoteActivationAttribute_t3014698143_0_0_0,
&RemoteActivationAttribute_t3014698143_1_0_0,
&Context_t3285446944_0_0_0,
&IList_t2094931216_0_0_1,
&RemoteActivator_t2150046731_1_0_0,
&UrlAttribute_t221584584_0_0_0,
&UrlAttribute_t221584584_1_0_0,
&ContextAttribute_t1328788465_0_0_0,
&ChannelInfo_t2064577689_0_0_0,
&ChannelInfo_t2064577689_1_0_0,
&ChannelServices_t3942013484_0_0_0,
&ChannelServices_t3942013484_1_0_0,
&CrossContextChannel_t4063984580_0_0_0,
&IMessageSink_t2514424906_0_0_0,
&IChannel_t3473909909_0_0_0,
&ChannelData_t3353629972_0_0_0,
&ProviderData_t3272123318_0_0_0,
&ReturnMessage_t1376985608_0_0_0,
&ArrayList_t2718874744_0_0_17,
&CrossContextChannel_t4063984580_0_0_17,
&String_t_0_0_19,
&IList_t2094931216_0_0_17,
&CrossAppDomainData_t2130208023_0_0_0,
&CrossAppDomainData_t2130208023_1_0_0,
&CrossAppDomainChannel_t1606809047_0_0_0,
&CrossAppDomainChannel_t1606809047_1_0_0,
&IChannelReceiver_t2613772052_0_0_1,
&IChannelSender_t3390569648_0_0_2,
&CrossAppDomainSink_t2177102621_1_0_0,
&CADMethodCallMessage_t2617984060_0_0_0,
&ProcessMessageRes_t3710547145_0_0_0,
&IMessageCtrl_t317049502_0_0_0,
&MethodInfo_t_0_0_17,
&ProcessMessageRes_t3710547145_1_0_0,
&CADMethodReturnMessage_t28129847_0_0_6,
&CADSerializer_t3804327066_0_0_0,
&CADSerializer_t3804327066_1_0_0,
&IMethodCallMessage_t2377797630_0_0_0,
&AsyncRequest_t1108467204_0_0_0,
&AsyncRequest_t1108467204_1_0_0,
&IMessageSink_t2514424906_0_0_3,
&IMessage_t3593512748_0_0_3,
&IChannel_t3473909909_1_0_0,
&IChannelDataStore_t2623347250_0_0_0,
&IChannelDataStore_t2623347250_1_0_0,
&IChannelReceiver_t2613772052_1_0_0,
&IChannelSender_t3390569648_1_0_0,
&IClientChannelSinkProvider_t3458332106_1_0_0,
&ISecurableChannel_t1776407779_0_0_0,
&ISecurableChannel_t1776407779_1_0_0,
&IServerChannelSinkProvider_t261185907_1_0_0,
&SinkProviderData_t4151372974_0_0_0,
&SinkProviderData_t4151372974_1_0_0,
&Context_t3285446944_1_0_0,
&IDynamicProperty_t3462122824_0_0_0,
&DynamicPropertyCollection_t652373272_0_0_0,
&CrossContextDelegate_t387175271_0_0_0,
&LocalDataStoreSlot_t740841968_0_0_0,
&IMessageSink_t2514424906_0_0_17,
&IMessageSink_t2514424906_0_0_1,
&DynamicPropertyCollection_t652373272_0_0_17,
&DynamicPropertyCollection_t652373272_0_0_1,
&ContextCallbackObject_t2292721408_0_0_1,
&DynamicPropertyCollection_t652373272_1_0_0,
&DynamicPropertyReg_t4086779412_0_0_0,
&DynamicPropertyReg_t4086779412_1_0_0,
&IDynamicProperty_t3462122824_0_0_6,
&IDynamicMessageSink_t625731443_0_0_6,
&ContextCallbackObject_t2292721408_0_0_0,
&ContextCallbackObject_t2292721408_1_0_0,
&ContextAttribute_t1328788465_1_0_0,
&IContextProperty_t840037424_0_0_1,
&CrossContextChannel_t4063984580_1_0_0,
&ContextRestoreSink_t687410643_0_0_0,
&ContextRestoreSink_t687410643_1_0_0,
&Context_t3285446944_0_0_1,
&IMessage_t3593512748_0_0_1,
&IContextAttribute_t176678928_1_0_0,
&IContextProperty_t840037424_1_0_0,
&IContributeClientContextSink_t232530025_0_0_0,
&IContributeClientContextSink_t232530025_1_0_0,
&IContributeDynamicSink_t2255997386_0_0_0,
&IContributeDynamicSink_t2255997386_1_0_0,
&IDynamicMessageSink_t625731443_0_0_0,
&IContributeEnvoySink_t2817847987_0_0_0,
&IContributeEnvoySink_t2817847987_1_0_0,
&IContributeObjectSink_t3307363654_0_0_0,
&IContributeObjectSink_t3307363654_1_0_0,
&IContributeServerContextSink_t190053985_0_0_0,
&IContributeServerContextSink_t190053985_1_0_0,
&IDynamicMessageSink_t625731443_1_0_0,
&IDynamicProperty_t3462122824_1_0_0,
&SynchronizationAttribute_t3946661254_0_0_0,
&SynchronizationAttribute_t3946661254_1_0_0,
&Mutex_t3066672582_0_0_129,
&Thread_t2300836069_0_0_129,
&IContributeServerContextSink_t190053985_0_0_1,
&SynchronizedClientContextSink_t1886771601_0_0_0,
&SynchronizedClientContextSink_t1886771601_1_0_0,
&SynchronizationAttribute_t3946661254_0_0_1,
&SynchronizedServerContextSink_t2776015682_0_0_0,
&SynchronizedServerContextSink_t2776015682_1_0_0,
&SynchronizedContextReplySink_t3770922650_0_0_0,
&SynchronizedContextReplySink_t3770922650_1_0_0,
&ILease_t2998816618_0_0_0,
&ILease_t2998816618_1_0_0,
&LeaseState_t747101024_0_0_0,
&ISponsor_t2118757241_0_0_0,
&ISponsor_t2118757241_1_0_0,
&Lease_t4051722892_0_0_0,
&Lease_t4051722892_1_0_0,
&LeaseState_t747101024_0_0_1,
&RenewalDelegate_t3744801856_0_0_1,
&RenewalDelegate_t3744801856_0_0_0,
&RenewalDelegate_t3744801856_1_0_0,
&LeaseManager_t3648745595_0_0_0,
&LeaseManager_t3648745595_1_0_0,
&Timer_t716671026_0_0_1,
&LeaseSink_t3666380219_0_0_0,
&LeaseSink_t3666380219_1_0_0,
&LeaseState_t747101024_1_0_0,
&LeaseState_t747101024_0_0_32854,
&LifetimeServices_t3061370510_0_0_0,
&LifetimeServices_t3061370510_1_0_0,
&TimeSpan_t881159249_0_0_17,
&LeaseManager_t3648745595_0_0_17,
&ArgInfoType_t1035054221_0_0_0,
&ArgInfoType_t1035054221_1_0_0,
&Byte_t1134296376_0_0_1542,
&ArgInfoType_t1035054221_0_0_32854,
&ArgInfo_t3261134217_0_0_0,
&ArgInfo_t3261134217_1_0_0,
&AsyncResult_t4194309572_0_0_0,
&AsyncResult_t4194309572_1_0_0,
&MonoMethodMessage_t2807636944_0_0_0,
&WaitHandle_t1743403487_0_0_1,
&ExecutionContext_t1748372627_0_0_1,
&MonoMethodMessage_t2807636944_0_0_1,
&IMessageCtrl_t317049502_0_0_1,
&CADArgHolder_t583049314_0_0_0,
&CADArgHolder_t583049314_1_0_0,
&CADObjRef_t3219127730_0_0_0,
&CADObjRef_t3219127730_1_0_0,
&ObjRef_t2141158884_0_0_1,
&CADMessageBase_t1797513268_0_0_0,
&CADMessageBase_t1797513268_1_0_0,
&IMethodMessage_t3120117683_0_0_0,
&LogicalCallContext_t3342013719_0_0_0,
&ObjectU5BU5D_t2843939325_0_0_4,
&ByteU5BU5D_t4116647657_0_0_4,
&CADArgHolder_t583049314_0_0_4,
&CADMethodCallMessage_t2617984060_1_0_0,
&RuntimeMethodHandle_t1133924984_0_0_3,
&CADMethodReturnMessage_t28129847_0_0_0,
&CADMethodReturnMessage_t28129847_1_0_0,
&IMethodReturnMessage_t3705538073_0_0_0,
&CADArgHolder_t583049314_0_0_1,
&CallContext_t3349742090_0_0_0,
&CallContext_t3349742090_1_0_0,
&ILogicalThreadAffinative_t667308798_0_0_0,
&ILogicalThreadAffinative_t667308798_1_0_0,
&ClientContextTerminatorSink_t4064115021_0_0_0,
&ClientContextTerminatorSink_t4064115021_1_0_0,
&ClientContextReplySink_t1702432645_0_0_0,
&ClientContextReplySink_t1702432645_1_0_0,
&ConstructionCall_t4011594745_1_0_0,
&MethodCall_t861078140_0_0_0,
&RemotingProxy_t2444335113_0_0_0,
&RemotingProxy_t2444335113_0_0_129,
&IMethodCallMessage_t2377797630_0_0_2,
&IMethodMessage_t3120117683_0_0_3,
&ConstructionCallDictionary_t686578562_0_0_0,
&ConstructionCallDictionary_t686578562_1_0_0,
&MethodDictionary_t207894204_0_0_0,
&StringU5BU5D_t1281789340_0_0_22,
&ConstructionResponse_t1813389682_0_0_0,
&ConstructionResponse_t1813389682_1_0_0,
&MethodResponse_t2147511201_0_0_0,
&IMethodReturnMessage_t3705538073_0_0_3,
&EnvoyTerminatorSink_t3654193516_0_0_0,
&EnvoyTerminatorSink_t3654193516_1_0_0,
&EnvoyTerminatorSink_t3654193516_0_0_22,
&ErrorMessage_t1240688073_0_0_0,
&ErrorMessage_t1240688073_1_0_0,
&Header_t549724581_1_0_0,
&RuntimeObject_0_0_6,
&IInternalMessage_t517198925_0_0_0,
&IInternalMessage_t517198925_1_0_0,
&Identity_t1873279371_0_0_0,
&IMessage_t3593512748_1_0_0,
&IMessageCtrl_t317049502_1_0_0,
&IMessageSink_t2514424906_1_0_0,
&IMethodCallMessage_t2377797630_1_0_0,
&IMethodMessage_t3120117683_1_0_0,
&IMethodReturnMessage_t3705538073_1_0_0,
&IRemotingFormatter_t1045188950_0_0_0,
&IRemotingFormatter_t1045188950_1_0_0,
&IFormatter_t3549834567_0_0_0,
&ISerializationRootObject_t2272634344_0_0_0,
&ISerializationRootObject_t2272634344_1_0_0,
&LogicalCallContext_t3342013719_1_0_0,
&CallContextRemotingData_t2260963392_0_0_1,
&CallContextRemotingData_t2260963392_0_0_0,
&CallContextRemotingData_t2260963392_1_0_0,
&MethodCall_t861078140_1_0_0,
&HeaderU5BU5D_t204812840_0_0_0,
&LogicalCallContext_t3342013719_0_0_1,
&Identity_t1873279371_0_0_1,
&IInternalMessage_t517198925_0_0_1,
&IMessage_t3593512748_0_0_2,
&IMethodCallMessage_t2377797630_0_0_3,
&IMethodMessage_t3120117683_0_0_4,
&ISerializationRootObject_t2272634344_0_0_5,
&MethodCallDictionary_t605791082_0_0_0,
&MethodCallDictionary_t605791082_1_0_0,
&MethodDictionary_t207894204_1_0_0,
&DictionaryEnumerator_t2516729552_0_0_0,
&DictionaryEnumerator_t2516729552_1_0_0,
&MethodDictionary_t207894204_0_0_1,
&IDictionary_t1363984059_0_0_2,
&MethodResponse_t2147511201_1_0_0,
&ArgInfo_t3261134217_0_0_1,
&IMethodReturnMessage_t3705538073_0_0_4,
&MethodReturnDictionary_t2551046119_0_0_0,
&MethodReturnDictionary_t2551046119_1_0_0,
&MonoMethodMessage_t2807636944_1_0_0,
&CallType_t3372275391_0_0_0,
&LogicalCallContext_t3342013719_0_0_6,
&Exception_t_0_0_6,
&AsyncResult_t4194309572_0_0_1,
&CallType_t3372275391_0_0_1,
&MethodCallDictionary_t605791082_0_0_1,
&CallType_t3372275391_1_0_0,
&CallType_t3372275391_0_0_32854,
&OneWayAttribute_t936468379_1_0_0,
&RemotingSurrogate_t2834579653_0_0_0,
&RemotingSurrogate_t2834579653_1_0_0,
&ISurrogateSelector_t3040401154_0_0_0,
&ISerializationSurrogate_t2624761601_0_0_0,
&ObjRefSurrogate_t3860276170_0_0_0,
&ObjRefSurrogate_t3860276170_1_0_0,
&RemotingSurrogateSelector_t2472351973_0_0_0,
&RemotingSurrogateSelector_t2472351973_1_0_0,
&ISurrogateSelector_t3040401154_1_0_2,
&Type_t_0_0_17,
&ObjRefSurrogate_t3860276170_0_0_17,
&RemotingSurrogate_t2834579653_0_0_17,
&ISurrogateSelector_t3040401154_0_0_1,
&ReturnMessage_t1376985608_1_0_0,
&MethodReturnDictionary_t2551046119_0_0_1,
&ServerContextTerminatorSink_t16296004_0_0_0,
&ServerContextTerminatorSink_t16296004_1_0_0,
&ServerObjectTerminatorSink_t4187339465_0_0_0,
&ServerObjectTerminatorSink_t4187339465_1_0_0,
&ServerObjectReplySink_t2966042986_0_0_0,
&ServerObjectReplySink_t2966042986_1_0_0,
&ServerIdentity_t2342208608_0_0_1,
&StackBuilderSink_t883411942_0_0_0,
&StackBuilderSink_t883411942_1_0_0,
&MarshalByRefObject_t2760389100_0_0_1,
&RealProxy_t2312050253_0_0_1,
&SoapAttribute_t411004526_1_0_0,
&SoapFieldAttribute_t1164342470_0_0_0,
&SoapFieldAttribute_t1164342470_1_0_0,
&SoapMethodAttribute_t1935009310_0_0_0,
&SoapMethodAttribute_t1935009310_1_0_0,
&SoapParameterAttribute_t1445364003_0_0_0,
&SoapParameterAttribute_t1445364003_1_0_0,
&SoapTypeAttribute_t1750930817_0_0_0,
&SoapTypeAttribute_t1750930817_1_0_0,
&ProxyAttribute_t455382724_1_0_0,
&RealProxy_t2312050253_0_0_0,
&TransparentProxy_t431418284_0_0_0,
&TransparentProxy_t431418284_1_0_0,
&RealProxy_t2312050253_0_0_6,
&RealProxy_t2312050253_1_0_0,
&ClientIdentity_t1428046844_0_0_0,
&Context_t3285446944_0_0_3,
&Identity_t1873279371_0_0_3,
&RemotingProxy_t2444335113_1_0_0,
&ConstructionCall_t4011594745_0_0_1,
&ITrackingHandler_t1244553475_1_0_0,
&TrackingServices_t409076583_0_0_0,
&TrackingServices_t409076583_1_0_0,
&ActivatedClientTypeEntry_t761233661_0_0_0,
&ActivatedClientTypeEntry_t761233661_1_0_0,
&TypeEntry_t3903395172_0_0_0,
&IContextAttributeU5BU5D_t1656595889_0_0_0,
&ActivatedServiceTypeEntry_t3761108592_0_0_0,
&ActivatedServiceTypeEntry_t3761108592_1_0_0,
&EnvoyInfo_t22149680_0_0_0,
&EnvoyInfo_t22149680_1_0_0,
&IChannelInfo_t3866172133_1_0_0,
&IEnvoyInfo_t2180778907_1_0_0,
&IRemotingTypeInfo_t2222593263_1_0_0,
&Identity_t1873279371_1_0_0,
&IMessageSink_t2514424906_0_0_4,
&ObjRef_t2141158884_0_0_4,
&ClientIdentity_t1428046844_1_0_0,
&WeakReference_t1334886716_0_0_1,
&InternalRemotingServices_t949022444_0_0_0,
&InternalRemotingServices_t949022444_1_0_0,
&ObjRef_t2141158884_1_0_0,
&IChannelInfo_t3866172133_0_0_1,
&IRemotingTypeInfo_t2222593263_0_0_1,
&IEnvoyInfo_t2180778907_0_0_1,
&RemotingConfiguration_t4113740665_0_0_0,
&RemotingConfiguration_t4113740665_1_0_0,
&WellKnownClientTypeEntry_t1333916391_0_0_0,
&WellKnownServiceTypeEntry_t2561527180_0_0_0,
&ConfigHandler_t4192437216_0_0_0,
&ConfigHandler_t4192437216_1_0_0,
&ChannelData_t3353629972_0_0_1,
&ChannelData_t3353629972_1_0_0,
&ProviderData_t3272123318_1_0_0,
&Hashtable_t1853889766_0_0_3,
&FormatterData_t100315018_0_0_0,
&FormatterData_t100315018_1_0_0,
&RemotingException_t2290474311_0_0_0,
&RemotingException_t2290474311_1_0_0,
&RemotingServices_t1401195504_0_0_0,
&RemotingServices_t1401195504_1_0_0,
&ClientActivatedIdentity_t3849543081_0_0_0,
&WellKnownObjectMode_t3489814916_0_0_0,
&BinaryFormatter_t3197753202_0_0_17,
&BindingFlags_t2721792723_0_0_49,
&MethodInfo_t_0_0_49,
&ServerIdentity_t2342208608_1_0_0,
&MarshalByRefObject_t2760389100_0_0_4,
&Context_t3285446944_0_0_4,
&Lease_t4051722892_0_0_4,
&ClientActivatedIdentity_t3849543081_1_0_0,
&SingletonIdentity_t2425810587_0_0_0,
&SingletonIdentity_t2425810587_1_0_0,
&SingleCallIdentity_t1525242393_0_0_0,
&SingleCallIdentity_t1525242393_1_0_0,
&DisposerReplySink_t2958075_0_0_0,
&DisposerReplySink_t2958075_1_0_0,
&SoapServices_t133988723_0_0_0,
&SoapServices_t133988723_1_0_0,
&TypeInfo_t3204178358_0_0_0,
&TypeInfo_t3204178358_1_0_0,
&Hashtable_t1853889766_0_0_6,
&TypeEntry_t3903395172_1_0_0,
&TypeInfo_t3108865556_0_0_0,
&TypeInfo_t3108865556_1_0_0,
&WellKnownClientTypeEntry_t1333916391_1_0_0,
&WellKnownObjectMode_t3489814916_1_0_0,
&WellKnownObjectMode_t3489814916_0_0_32854,
&WellKnownServiceTypeEntry_t2561527180_1_0_0,
&WellKnownObjectMode_t3489814916_0_0_1,
&BinaryCommon_t3059247396_0_0_0,
&BinaryCommon_t3059247396_1_0_0,
&ByteU5BU5D_t4116647657_0_0_22,
&TypeU5BU5D_t3940880105_0_0_17,
&Boolean_t97287965_0_0_22,
&BinaryElement_t4114212191_0_0_0,
&BinaryElement_t4114212191_1_0_0,
&BinaryElement_t4114212191_0_0_32854,
&TypeTag_t3541821701_1_0_0,
&TypeTag_t3541821701_0_0_32854,
&MethodFlags_t1925520788_0_0_0,
&MethodFlags_t1925520788_1_0_0,
&MethodFlags_t1925520788_0_0_32854,
&ReturnTypeTag_t773701450_0_0_0,
&ReturnTypeTag_t773701450_1_0_0,
&ReturnTypeTag_t773701450_0_0_32854,
&BinaryFormatter_t3197753202_0_0_0,
&BinaryFormatter_t3197753202_1_0_0,
&FormatterAssemblyStyle_t868039825_0_0_0,
&SerializationBinder_t274213469_0_0_0,
&TypeFilterLevel_t977535029_0_0_0,
&HeaderHandler_t2878040134_0_0_0,
&FormatterAssemblyStyle_t868039825_0_0_1,
&SerializationBinder_t274213469_0_0_1,
&StreamingContext_t3711869237_0_0_1,
&FormatterTypeStyle_t3400733584_0_0_1,
&TypeFilterLevel_t977535029_0_0_1,
&ISurrogateSelector_t3040401154_0_0_17,
&CodeGenerator_t1096194562_0_0_0,
&CodeGenerator_t1096194562_1_0_0,
&ModuleBuilder_t731887691_0_0_17,
&MessageFormatter_t457758949_0_0_0,
&MessageFormatter_t457758949_1_0_0,
&FormatterTypeStyle_t3400733584_0_0_0,
&ObjectReader_t1940957392_0_0_0,
&ObjectReader_t1940957392_1_0_0,
&HeaderU5BU5D_t204812840_1_0_2,
&SerializationInfo_t950877179_1_0_2,
&TypeMetadata_t3139523260_0_0_0,
&ObjectManager_t1653064325_0_0_1,
&TypeMetadata_t3139523260_1_0_0,
&TypeU5BU5D_t3940880105_0_0_6,
&StringU5BU5D_t1281789340_0_0_6,
&MemberInfoU5BU5D_t1302094432_0_0_6,
&ArrayNullFiller_t1685365060_0_0_0,
&ArrayNullFiller_t1685365060_1_0_0,
&TypeMetadata_t2187352167_1_0_0,
&ClrTypeMetadata_t3885853035_1_0_0,
&SerializableTypeMetadata_t2796913665_0_0_0,
&SerializableTypeMetadata_t2796913665_1_0_0,
&MemberTypeMetadata_t976220688_0_0_0,
&MemberTypeMetadata_t976220688_1_0_0,
&MemberInfoU5BU5D_t1302094432_0_0_1,
&ObjectWriter_t2968406231_1_0_0,
&TypeMetadata_t2187352167_1_0_2,
&ObjectIDGenerator_t1260826161_0_0_1,
&Assembly_t_0_0_19,
&SerializationObjectManager_t4107654543_0_0_1,
&MetadataReference_t4077873660_0_0_0,
&MetadataReference_t4077873660_1_0_0,
&TypeMetadata_t2187352167_0_0_6,
&FormatterAssemblyStyle_t868039825_1_0_0,
&FormatterAssemblyStyle_t868039825_0_0_32854,
&FormatterTypeStyle_t3400733584_1_0_0,
&FormatterTypeStyle_t3400733584_0_0_32854,
&TypeFilterLevel_t977535029_1_0_0,
&TypeFilterLevel_t977535029_0_0_32854,
&FormatterConverter_t2760117746_0_0_0,
&FormatterConverter_t2760117746_1_0_0,
&IFormatterConverter_t2171992254_0_0_0,
&FormatterServices_t305532257_0_0_0,
&FormatterServices_t305532257_1_0_0,
&MemberInfoU5BU5D_t1302094432_0_0_0,
&IDeserializationCallback_t4220500054_1_0_0,
&IFormatter_t3549834567_1_0_0,
&IFormatterConverter_t2171992254_1_0_0,
&IObjectReference_t2897431833_0_0_0,
&IObjectReference_t2897431833_1_0_0,
&ISerializationSurrogate_t2624761601_1_0_0,
&ISurrogateSelector_t3040401154_1_0_0,
&ObjectIDGenerator_t1260826161_0_0_0,
&ObjectIDGenerator_t1260826161_1_0_0,
&InstanceComparer_t1261591096_0_0_17,
&InstanceComparer_t1261591096_0_0_0,
&InstanceComparer_t1261591096_1_0_0,
&ObjectManager_t1653064325_0_0_0,
&ObjectManager_t1653064325_1_0_0,
&ObjectRecord_t1187467272_0_0_0,
&BaseFixupRecord_t3185653456_0_0_0,
&ObjectRecord_t1187467272_0_0_1,
&BaseFixupRecord_t3185653456_1_0_0,
&ObjectRecord_t1187467272_0_0_5,
&BaseFixupRecord_t3185653456_0_0_6,
&ArrayFixupRecord_t4271256269_0_0_0,
&ArrayFixupRecord_t4271256269_1_0_0,
&MultiArrayFixupRecord_t2501518442_0_0_0,
&MultiArrayFixupRecord_t2501518442_1_0_0,
&FixupRecord_t4176629420_0_0_0,
&FixupRecord_t4176629420_1_0_0,
&DelayedFixupRecord_t2425570624_0_0_0,
&DelayedFixupRecord_t2425570624_1_0_0,
&ObjectRecordStatus_t2117702867_0_0_0,
&ObjectRecordStatus_t2117702867_1_0_0,
&ObjectRecordStatus_t2117702867_0_0_32854,
&ObjectRecord_t1187467272_1_0_0,
&ObjectRecordStatus_t2117702867_0_0_6,
&SerializationInfo_t950877179_0_0_6,
&ISerializationSurrogate_t2624761601_0_0_6,
&ISurrogateSelector_t3040401154_0_0_6,
&Int32U5BU5D_t385246372_0_0_6,
&ObjectRecord_t1187467272_0_0_6,
&OnDeserializedAttribute_t1335880599_1_0_0,
&OnDeserializingAttribute_t338753086_1_0_0,
&OnSerializedAttribute_t2595932830_1_0_0,
&OnSerializingAttribute_t2580696919_1_0_0,
&SerializationBinder_t274213469_1_0_0,
&SerializationCallbacks_t2570604627_0_0_0,
&SerializationCallbacks_t2570604627_1_0_0,
&ArrayList_t2718874744_0_0_33,
&CallbackHandler_t3280319253_1_0_0,
&SerializationEntry_t648286436_0_0_0,
&SerializationEntry_t648286436_1_0_0,
&SerializationException_t3941511869_0_0_0,
&SerializationException_t3941511869_1_0_0,
&SerializationInfo_t950877179_1_0_0,
&SerializationInfoEnumerator_t2232395945_0_0_0,
&IFormatterConverter_t2171992254_0_0_1,
&SerializationInfoEnumerator_t2232395945_1_0_0,
&SerializationObjectManager_t4107654543_0_0_0,
&SerializationObjectManager_t4107654543_1_0_0,
&StreamingContext_t3711869237_0_0_33,
&Hashtable_t1853889766_0_0_33,
&CallbackHandler_t3280319253_0_0_1,
&U3CRegisterObjectU3Ec__AnonStorey3_t3516511143_0_0_0,
&U3CRegisterObjectU3Ec__AnonStorey3_t3516511143_1_0_0,
&SerializationCallbacks_t2570604627_0_0_3,
&StreamingContext_t3711869237_1_0_0,
&StreamingContextStates_t3580100459_0_0_0,
&StreamingContextStates_t3580100459_0_0_1,
&StreamingContextStates_t3580100459_1_0_0,
&StreamingContextStates_t3580100459_0_0_32854,
&X509Certificate_t713131622_1_0_0,
&X509KeyStorageFlags_t441861693_0_0_0,
&X509Certificate_t489243024_0_0_1,
&X509KeyStorageFlags_t441861693_1_0_0,
&X509KeyStorageFlags_t441861693_0_0_32854,
&AsymmetricAlgorithm_t932037087_0_0_0,
&AsymmetricAlgorithm_t932037087_1_0_0,
&KeySizesU5BU5D_t722666473_0_0_4,
&AsymmetricKeyExchangeFormatter_t937192061_0_0_0,
&AsymmetricKeyExchangeFormatter_t937192061_1_0_0,
&AsymmetricSignatureDeformatter_t2681190756_0_0_0,
&AsymmetricSignatureDeformatter_t2681190756_1_0_0,
&AsymmetricSignatureFormatter_t3486936014_0_0_0,
&AsymmetricSignatureFormatter_t3486936014_1_0_0,
&Base64Constants_t4102031153_0_0_0,
&Base64Constants_t4102031153_1_0_0,
&ByteU5BU5D_t4116647657_0_0_54,
&CipherMode_t84635067_0_0_0,
&CipherMode_t84635067_1_0_0,
&CipherMode_t84635067_0_0_32854,
&CryptoConfig_t4201145714_0_0_0,
&CryptoConfig_t4201145714_1_0_0,
&CryptographicException_t248831461_0_0_0,
&CryptographicException_t248831461_1_0_0,
&CryptographicUnexpectedOperationException_t2790575154_0_0_0,
&CryptographicUnexpectedOperationException_t2790575154_1_0_0,
&CspParameters_t239852639_1_0_0,
&CspProviderFlags_t4094439141_0_0_0,
&CspProviderFlags_t4094439141_0_0_1,
&CspProviderFlags_t4094439141_1_0_0,
&CspProviderFlags_t4094439141_0_0_32854,
&DES_t821106792_0_0_0,
&DES_t821106792_1_0_0,
&ByteU5BU2CU5D_t4116647658_0_0_51,
&DESTransform_t4088905499_0_0_0,
&DESTransform_t4088905499_1_0_0,
&Int32_t2950945753_0_0_51,
&UInt32U5BU5D_t2770800703_0_0_49,
&ByteU5BU5D_t4116647657_0_0_49,
&DESCryptoServiceProvider_t1519490285_0_0_0,
&DESCryptoServiceProvider_t1519490285_1_0_0,
&DSA_t2386879874_1_0_0,
&DSACryptoServiceProvider_t3992668923_0_0_0,
&DSACryptoServiceProvider_t3992668923_1_0_0,
&KeyPairPersistence_t2094547461_0_0_1,
&DSAManaged_t2800260182_0_0_1,
&ICspAsymmetricAlgorithm_t3673649253_0_0_0,
&DSAParameters_t1885824122_1_0_0,
&ByteU5BU5D_t4116647657_0_0_134,
&DSASignatureDeformatter_t3677955172_0_0_0,
&DSASignatureDeformatter_t3677955172_1_0_0,
&DSASignatureFormatter_t2007981259_0_0_0,
&DSASignatureFormatter_t2007981259_1_0_0,
&HMAC_t2621101144_0_0_0,
&HMAC_t2621101144_1_0_0,
&KeyedHashAlgorithm_t112861511_0_0_0,
&HashAlgorithm_t1432317219_0_0_1,
&BlockProcessor_t1851031225_0_0_1,
&HMACMD5_t2742219965_0_0_0,
&HMACMD5_t2742219965_1_0_0,
&HMACRIPEMD160_t3724196729_0_0_0,
&HMACRIPEMD160_t3724196729_1_0_0,
&HMACSHA1_t1952596188_0_0_0,
&HMACSHA1_t1952596188_1_0_0,
&HMACSHA256_t3249253224_0_0_0,
&HMACSHA256_t3249253224_1_0_0,
&HMACSHA384_t117937311_0_0_0,
&HMACSHA384_t117937311_1_0_0,
&HMACSHA512_t923916539_0_0_0,
&HMACSHA512_t923916539_1_0_0,
&HashAlgorithm_t1432317219_1_0_0,
&ByteU5BU5D_t4116647657_0_0_5,
&ICryptoTransform_t2733259762_1_0_0,
&ICspAsymmetricAlgorithm_t3673649253_1_0_0,
&KeySizes_t85027896_1_0_0,
&KeySizesU5BU5D_t722666473_0_0_0,
&KeyedHashAlgorithm_t112861511_1_0_0,
&MACTripleDES_t1631262397_0_0_0,
&MACTripleDES_t1631262397_1_0_0,
&TripleDES_t92303514_0_0_1,
&MACAlgorithm_t2441219148_0_0_1,
&MD5_t3177620429_0_0_0,
&MD5_t3177620429_1_0_0,
&MD5CryptoServiceProvider_t3005586042_0_0_0,
&MD5CryptoServiceProvider_t3005586042_1_0_0,
&UInt64_t4134040092_0_0_1,
&PaddingMode_t2546806710_1_0_0,
&PaddingMode_t2546806710_0_0_32854,
&RC2_t3167825714_0_0_0,
&RC2_t3167825714_1_0_0,
&RC2CryptoServiceProvider_t662919463_0_0_0,
&RC2CryptoServiceProvider_t662919463_1_0_0,
&RC2Transform_t458321487_0_0_0,
&RC2Transform_t458321487_1_0_0,
&UInt16_t2177724958_0_0_1,
&UInt16U5BU5D_t3326319531_0_0_1,
&RIPEMD160_t268675434_0_0_0,
&RIPEMD160_t268675434_1_0_0,
&RIPEMD160Managed_t2491561941_0_0_0,
&RIPEMD160Managed_t2491561941_1_0_0,
&RNGCryptoServiceProvider_t3397414743_0_0_0,
&RNGCryptoServiceProvider_t3397414743_1_0_0,
&RSA_t2385438082_1_0_0,
&RSACryptoServiceProvider_t2683512874_0_0_0,
&RSACryptoServiceProvider_t2683512874_1_0_0,
&RSAManaged_t1757093819_0_0_1,
&RSAPKCS1KeyExchangeFormatter_t2761096101_0_0_0,
&RSAPKCS1KeyExchangeFormatter_t2761096101_1_0_0,
&RSAPKCS1SignatureDeformatter_t3767223008_0_0_0,
&RSAPKCS1SignatureDeformatter_t3767223008_1_0_0,
&RSAPKCS1SignatureFormatter_t1514197062_0_0_0,
&RSAPKCS1SignatureFormatter_t1514197062_1_0_0,
&RSAParameters_t1728406613_1_0_0,
&RandomNumberGenerator_t386037858_1_0_0,
&Rijndael_t2986313634_0_0_0,
&Rijndael_t2986313634_1_0_0,
&RijndaelManaged_t3586970409_0_0_0,
&RijndaelManaged_t3586970409_1_0_0,
&RijndaelTransform_t631222241_0_0_0,
&RijndaelTransform_t631222241_1_0_0,
&RijndaelManagedTransform_t4102601014_0_0_0,
&RijndaelManagedTransform_t4102601014_1_0_0,
&RijndaelTransform_t631222241_0_0_1,
&SHA1_t1803193667_0_0_0,
&SHA1_t1803193667_1_0_0,
&SHA1Internal_t3251293021_0_0_0,
&SHA1Internal_t3251293021_1_0_0,
&SHA1CryptoServiceProvider_t3661059764_0_0_0,
&SHA1CryptoServiceProvider_t3661059764_1_0_0,
&SHA1Internal_t3251293021_0_0_1,
&SHA1Managed_t1754513891_0_0_0,
&SHA1Managed_t1754513891_1_0_0,
&SHA256_t3672283617_0_0_0,
&SHA256_t3672283617_1_0_0,
&SHA256Managed_t955042874_0_0_0,
&SHA256Managed_t955042874_1_0_0,
&SHA384_t540967702_0_0_0,
&SHA384_t540967702_1_0_0,
&SHA384Managed_t74158575_0_0_0,
&SHA384Managed_t74158575_1_0_0,
&UInt64U5BU5D_t1659327989_0_0_1,
&SHA512_t1346946930_0_0_0,
&SHA512_t1346946930_1_0_0,
&SHA512Managed_t1787336339_0_0_0,
&SHA512Managed_t1787336339_1_0_0,
&SHAConstants_t1360924992_0_0_0,
&SHAConstants_t1360924992_1_0_0,
&UInt32U5BU5D_t2770800703_0_0_54,
&UInt64U5BU5D_t1659327989_0_0_54,
&SignatureDescription_t1971889425_0_0_0,
&SignatureDescription_t1971889425_1_0_0,
&DSASignatureDescription_t1163053634_0_0_0,
&DSASignatureDescription_t1163053634_1_0_0,
&RSAPKCS1SHA1SignatureDescription_t2887980541_0_0_0,
&RSAPKCS1SHA1SignatureDescription_t2887980541_1_0_0,
&SymmetricAlgorithm_t4254223087_1_0_0,
&CipherMode_t84635067_0_0_4,
&PaddingMode_t2546806710_0_0_4,
&ToBase64Transform_t2551557057_0_0_0,
&ToBase64Transform_t2551557057_1_0_0,
&TripleDES_t92303514_0_0_0,
&TripleDES_t92303514_1_0_0,
&TripleDESCryptoServiceProvider_t3595206342_0_0_0,
&TripleDESCryptoServiceProvider_t3595206342_1_0_0,
&TripleDESTransform_t964169060_0_0_0,
&TripleDESTransform_t964169060_1_0_0,
&DESTransform_t4088905499_0_0_1,
&CodeAccessSecurityAttribute_t3236455365_0_0_0,
&CodeAccessSecurityAttribute_t3236455365_1_0_0,
&IBuiltInPermission_t4132664974_0_0_0,
&IBuiltInPermission_t4132664974_1_0_0,
&IUnrestrictedPermission_t3525915666_0_0_0,
&IUnrestrictedPermission_t3525915666_1_0_0,
&SecurityAction_t569814076_0_0_0,
&SecurityAction_t569814076_1_0_0,
&SecurityAction_t569814076_0_0_32854,
&SecurityPermission_t2954997752_1_0_0,
&CodeAccessPermission_t2681295399_0_0_0,
&SecurityPermissionFlag_t3459270124_0_0_0,
&IPermission_t4015543450_0_0_0,
&SecurityPermissionFlag_t3459270124_0_0_1,
&IUnrestrictedPermission_t3525915666_0_0_1,
&SecurityPermissionAttribute_t2256310021_0_0_0,
&SecurityPermissionAttribute_t2256310021_1_0_0,
&SecurityPermissionFlag_t3459270124_1_0_0,
&SecurityPermissionFlag_t3459270124_0_0_32854,
&StrongNamePublicKeyBlob_t3355146440_0_0_0,
&StrongNamePublicKeyBlob_t3355146440_1_0_0,
&ApplicationTrust_t3270368423_0_0_0,
&ApplicationTrust_t3270368423_1_0_0,
&IList_1_t1196077101_0_0_1,
&ISecurityEncodable_t2426431352_0_0_0,
&Evidence_t2008144148_1_0_0,
&EvidenceEnumerator_t1708166667_0_0_0,
&EvidenceEnumerator_t1708166667_1_0_0,
&Hash_t5925575_0_0_0,
&Hash_t5925575_1_0_0,
&Assembly_t_0_0_1,
&IBuiltInEvidence_t554693121_0_0_1,
&IBuiltInEvidence_t554693121_1_0_0,
&IIdentityPermissionFactory_t3268650966_1_0_0,
&StrongName_t3675724614_1_0_0,
&StrongNamePublicKeyBlob_t3355146440_0_0_1,
&IIdentityPermissionFactory_t3268650966_0_0_1,
&IIdentity_t2948385546_0_0_0,
&IIdentity_t2948385546_1_0_0,
&IPrincipal_t2343618843_0_0_0,
&IPrincipal_t2343618843_1_0_0,
&PrincipalPolicy_t1761212333_0_0_0,
&PrincipalPolicy_t1761212333_1_0_0,
&PrincipalPolicy_t1761212333_0_0_32854,
&WindowsAccountType_t2283000883_1_0_0,
&WindowsAccountType_t2283000883_0_0_32854,
&WindowsIdentity_t2948242406_0_0_0,
&WindowsIdentity_t2948242406_1_0_0,
&WindowsAccountType_t2283000883_0_0_1,
&IntPtr_t_0_0_17,
&IDeserializationCallback_t4220500054_0_0_2,
&IIdentity_t2948385546_0_0_3,
&AllowPartiallyTrustedCallersAttribute_t1828959166_0_0_0,
&AllowPartiallyTrustedCallersAttribute_t1828959166_1_0_0,
&CodeAccessPermission_t2681295399_1_0_0,
&ISecurityEncodable_t2426431352_0_0_1,
&IStackWalk_t3860346675_0_0_2,
&IPermission_t4015543450_1_0_0,
&ISecurityEncodable_t2426431352_1_0_0,
&IStackWalk_t3860346675_0_0_0,
&IStackWalk_t3860346675_1_0_0,
&PermissionSet_t223948603_0_0_0,
&PermissionSet_t223948603_1_0_0,
&SecurityContext_t2435442044_0_0_0,
&SecurityContext_t2435442044_1_0_0,
&CompressedStack_t1202932761_0_0_0,
&CompressedStack_t1202932761_0_0_1,
&SecurityCriticalAttribute_t2279322844_0_0_0,
&SecurityCriticalAttribute_t2279322844_1_0_0,
&SecurityCriticalScope_t606020417_0_0_1,
&SecurityCriticalScope_t606020417_0_0_0,
&SecurityCriticalScope_t606020417_1_0_0,
&SecurityCriticalScope_t606020417_0_0_32854,
&SecurityElement_t1046076091_1_0_0,
&StringBuilder_t_1_0_0,
&SecurityAttribute_t3566489056_0_0_0,
&SecurityAttribute_t3566489056_1_0_0,
&SecurityException_t975544473_0_0_0,
&SecurityException_t975544473_1_0_0,
&IPermission_t4015543450_0_0_1,
&RuntimeDeclSecurityEntry_t3144469156_0_0_0,
&RuntimeDeclSecurityEntry_t3144469156_1_0_0,
&IntPtr_t_0_0_6,
&RuntimeSecurityFrame_t536173748_0_0_0,
&RuntimeSecurityFrame_t536173748_1_0_0,
&AppDomain_t1571427825_0_0_6,
&RuntimeDeclSecurityEntry_t3144469156_0_0_6,
&SecurityFrame_t1422462475_0_0_0,
&SecurityFrame_t1422462475_1_0_0,
&AppDomain_t1571427825_0_0_0,
&AppDomain_t1571427825_0_0_1,
&SecurityManager_t3383402582_0_0_0,
&SecurityManager_t3383402582_1_0_0,
&SecurityPermission_t2954997752_0_0_17,
&SecuritySafeCriticalAttribute_t3505979402_0_0_0,
&SecuritySafeCriticalAttribute_t3505979402_1_0_0,
&SuppressUnmanagedCodeSecurityAttribute_t744305558_0_0_0,
&SuppressUnmanagedCodeSecurityAttribute_t744305558_1_0_0,
&UnverifiableCodeAttribute_t3228760399_0_0_0,
&UnverifiableCodeAttribute_t3228760399_1_0_0,
&ASCIIEncoding_t3446586211_0_0_0,
&ASCIIEncoding_t3446586211_1_0_0,
&EncoderFallbackBuffer_t3523102303_1_0_0,
&EncoderFallbackBuffer_t3523102303_0_0_0,
&CharU5BU5D_t3528271667_1_0_0,
&DecoderFallbackBuffer_t2402303981_1_0_0,
&DecoderFallbackBuffer_t2402303981_0_0_0,
&Decoder_t2204182725_0_0_0,
&Decoder_t2204182725_1_0_0,
&DecoderFallback_t3123823036_0_0_0,
&DecoderFallback_t3123823036_0_0_1,
&DecoderFallbackBuffer_t2402303981_0_0_1,
&DecoderExceptionFallback_t3981484394_0_0_0,
&DecoderExceptionFallback_t3981484394_1_0_0,
&DecoderExceptionFallbackBuffer_t90938522_0_0_0,
&DecoderExceptionFallbackBuffer_t90938522_1_0_0,
&DecoderFallback_t3123823036_1_0_0,
&DecoderFallback_t3123823036_0_0_17,
&DecoderFallbackException_t1661362184_0_0_0,
&DecoderFallbackException_t1661362184_1_0_0,
&ArgumentException_t132251570_0_0_0,
&DecoderReplacementFallback_t1462101135_0_0_0,
&DecoderReplacementFallback_t1462101135_1_0_0,
&DecoderReplacementFallbackBuffer_t841144779_0_0_0,
&DecoderReplacementFallbackBuffer_t841144779_1_0_0,
&EncoderExceptionFallback_t1243849599_0_0_0,
&EncoderExceptionFallback_t1243849599_1_0_0,
&EncoderFallback_t1188251036_0_0_0,
&EncoderExceptionFallbackBuffer_t3597232471_0_0_0,
&EncoderExceptionFallbackBuffer_t3597232471_1_0_0,
&EncoderFallback_t1188251036_1_0_0,
&EncoderFallback_t1188251036_0_0_17,
&EncoderFallbackException_t2773771926_0_0_0,
&EncoderFallbackException_t2773771926_1_0_0,
&Char_t3634460470_0_0_1,
&EncoderReplacementFallback_t1623206753_0_0_0,
&EncoderReplacementFallback_t1623206753_1_0_0,
&EncoderReplacementFallbackBuffer_t1863187162_0_0_0,
&EncoderReplacementFallbackBuffer_t1863187162_1_0_0,
&Encoding_t1523322056_1_0_0,
&EncoderFallback_t1188251036_0_0_1,
&Assembly_t_0_0_17,
&Encoding_t1523322056_0_0_17,
&ForwardingDecoder_t3503728819_0_0_0,
&ForwardingDecoder_t3503728819_1_0_0,
&Latin1Encoding_t950549005_0_0_0,
&Latin1Encoding_t950549005_1_0_0,
&UTF32Encoding_t312252005_0_0_0,
&UTF32Encoding_t312252005_1_0_0,
&UTF32Decoder_t635925672_0_0_0,
&UTF32Decoder_t635925672_1_0_0,
&UTF7Encoding_t2644108479_0_0_0,
&UTF7Encoding_t2644108479_1_0_0,
&SByteU5BU5D_t2651576203_0_0_49,
&UTF7Decoder_t2247208115_0_0_0,
&UTF7Decoder_t2247208115_1_0_0,
&UTF8Encoding_t3956466879_0_0_0,
&UTF8Encoding_t3956466879_1_0_0,
&UTF8Decoder_t2159214862_0_0_0,
&UTF8Decoder_t2159214862_1_0_0,
&UnicodeEncoding_t1959134050_0_0_0,
&UnicodeEncoding_t1959134050_1_0_0,
&UnicodeDecoder_t872550992_0_0_0,
&UnicodeDecoder_t872550992_1_0_0,
&CompressedStack_t1202932761_1_0_0,
&EventResetMode_t3817241503_0_0_0,
&EventResetMode_t3817241503_1_0_0,
&EventResetMode_t3817241503_0_0_32854,
&EventWaitHandle_t777845177_0_0_0,
&EventWaitHandle_t777845177_1_0_0,
&ExecutionContext_t1748372627_0_0_0,
&ExecutionContext_t1748372627_1_0_0,
&SecurityContext_t2435442044_0_0_1,
&Interlocked_t2273387594_0_0_0,
&Interlocked_t2273387594_1_0_0,
&Interlocked_CompareExchange_m388540288_gp_0_1_0_0,
&Interlocked_CompareExchange_m388540288_gp_0_0_0_0,
&ManualResetEvent_t451242010_0_0_0,
&ManualResetEvent_t451242010_1_0_0,
&Monitor_t2197244473_0_0_0,
&Monitor_t2197244473_1_0_0,
&Mutex_t3066672582_0_0_0,
&Mutex_t3066672582_1_0_0,
&NativeEventCalls_t570794723_0_0_0,
&NativeEventCalls_t570794723_1_0_0,
&RegisteredWaitHandle_t1529538454_0_0_0,
&RegisteredWaitHandle_t1529538454_1_0_0,
&WaitOrTimerCallback_t1973723282_0_0_0,
&WaitOrTimerCallback_t1973723282_0_0_1,
&SynchronizationContext_t2326897723_0_0_0,
&SynchronizationContext_t2326897723_1_0_0,
&SynchronizationContext_t2326897723_0_0_17,
&SynchronizationLockException_t841761767_0_0_0,
&SynchronizationLockException_t841761767_1_0_0,
&Thread_t2300836069_0_0_0,
&Thread_t2300836069_1_0_0,
&ThreadStart_t1006689297_0_0_0,
&ThreadState_t2533302383_0_0_0,
&ThreadState_t2533302383_0_0_1,
&ObjectU5BU5D_t2843939325_0_0_17,
&ExecutionContext_t1748372627_0_0_17,
&IPrincipal_t2343618843_0_0_1,
&ThreadAbortException_t4074510458_0_0_0,
&ThreadAbortException_t4074510458_1_0_0,
&ThreadInterruptedException_t3240955163_0_0_0,
&ThreadInterruptedException_t3240955163_1_0_0,
&ThreadPool_t2177989550_0_0_0,
&ThreadPool_t2177989550_1_0_0,
&WaitCallback_t2448485498_0_0_0,
&ThreadState_t2533302383_1_0_0,
&ThreadState_t2533302383_0_0_32854,
&ThreadStateException_t3003788475_0_0_0,
&ThreadStateException_t3003788475_1_0_0,
&Timer_t716671026_0_0_0,
&Timer_t716671026_1_0_0,
&TimerCallback_t1438585625_0_0_0,
&Scheduler_t3215764947_0_0_17,
&TimerCallback_t1438585625_0_0_1,
&TimerComparer_t2774265395_0_0_0,
&TimerComparer_t2774265395_1_0_0,
&Scheduler_t3215764947_0_0_0,
&Scheduler_t3215764947_1_0_0,
&WaitHandle_t1743403487_1_0_0,
&WaitHandleU5BU5D_t96772038_0_0_0,
&SafeWaitHandle_t1972936122_0_0_1,
&IntPtr_t_0_0_52,
&AccessViolationException_t339633883_0_0_0,
&AccessViolationException_t339633883_1_0_0,
&ActivationContext_t976916018_0_0_0,
&ActivationContext_t976916018_1_0_0,
&Activator_t1841325713_0_0_0,
&Activator_t1841325713_1_0_0,
&Activator_CreateInstance_m712223211_gp_0_0_0_0,
&AppDomain_t1571427825_1_0_0,
&CADMethodReturnMessage_t28129847_1_0_2,
&PrincipalPolicy_t1761212333_0_0_1,
&IPrincipal_t2343618843_0_0_17,
&AppDomain_t1571427825_0_0_17,
&AppDomainManager_t1420869192_0_0_1,
&ActivationContext_t976916018_0_0_1,
&ApplicationIdentity_t1917735356_0_0_1,
&AssemblyLoadEventHandler_t107971893_0_0_1,
&ResolveEventHandler_t2775508208_0_0_1,
&UnhandledExceptionEventHandler_t3101989324_0_0_1,
&AppDomainManager_t1420869192_0_0_0,
&AppDomainManager_t1420869192_1_0_0,
&AppDomainSetup_t123196401_0_0_0,
&AppDomainSetup_t123196401_1_0_0,
&LoaderOptimization_t1484956347_0_0_1,
&ActivationArguments_t4219999170_0_0_1,
&AppDomainInitializer_t682969308_0_0_1,
&ApplicationTrust_t3270368423_0_0_129,
&ApplicationException_t2339761290_0_0_0,
&ApplicationException_t2339761290_1_0_0,
&ApplicationIdentity_t1917735356_0_0_0,
&ApplicationIdentity_t1917735356_1_0_0,
&ArgumentException_t132251570_1_0_0,
&ArgumentNullException_t1615371798_0_0_0,
&ArgumentNullException_t1615371798_1_0_0,
&ArgumentOutOfRangeException_t777629997_0_0_0,
&ArgumentOutOfRangeException_t777629997_1_0_0,
&ArithmeticException_t4283546778_0_0_0,
&ArithmeticException_t4283546778_1_0_0,
&ArrayTypeMismatchException_t2342549375_0_0_0,
&ArrayTypeMismatchException_t2342549375_1_0_0,
&AssemblyLoadEventArgs_t2792010465_0_0_0,
&AssemblyLoadEventArgs_t2792010465_1_0_0,
&AttributeTargets_t1784037988_1_0_0,
&AttributeTargets_t1784037988_0_0_32854,
&BitConverter_t3118986983_0_0_0,
&BitConverter_t3118986983_1_0_0,
&Buffer_t1599081364_0_0_0,
&Buffer_t1599081364_1_0_0,
&CharEnumerator_t1121470421_0_0_0,
&CharEnumerator_t1121470421_1_0_0,
&ICloneable_t724424198_0_0_2,
&IEnumerator_1_t4067030938_0_0_3,
&Console_t3208230065_0_0_0,
&Console_t3208230065_1_0_0,
&TextWriter_t3478189236_0_0_19,
&TextWriter_t3478189236_0_0_17,
&TextReader_t283511965_0_0_17,
&ContextBoundObject_t1394786030_1_0_0,
&Convert_t2465617642_0_0_0,
&Convert_t2465617642_1_0_0,
&TypeU5BU5D_t3940880105_0_0_49,
&DBNull_t3725197148_1_0_0,
&DBNull_t3725197148_0_0_54,
&DateTime_t3738529785_1_0_0,
&DateTimeKind_t3468814247_0_0_0,
&Which_t2943845661_0_0_0,
&DateTime_t3738529785_1_0_2,
&DateTimeOffset_t3229287507_1_0_2,
&DateTimeKind_t3468814247_0_0_1,
&DateTime_t3738529785_0_0_54,
&Int64_t3736567304_0_0_17,
&Which_t2943845661_1_0_0,
&Which_t2943845661_0_0_32854,
&IComparable_1_t3107194198_0_0_3,
&IEquatable_1_t334708216_0_0_4,
&DateTimeKind_t3468814247_1_0_0,
&DateTimeKind_t3468814247_0_0_32854,
&DateTimeOffset_t3229287507_1_0_0,
&DateTimeOffset_t3229287507_0_0_54,
&IComparable_1_t2597951920_0_0_3,
&IEquatable_1_t4120433234_0_0_4,
&DateTimeUtils_t3080864452_0_0_0,
&DateTimeUtils_t3080864452_1_0_0,
&DayOfWeek_t3650621421_1_0_0,
&DayOfWeek_t3650621421_0_0_32854,
&DelegateData_t1677132599_0_0_0,
&DelegateData_t1677132599_1_0_0,
&DelegateSerializationHolder_t3408600559_1_0_0,
&DelegateEntry_t1019584161_1_0_0,
&DelegateEntry_t1019584161_0_0_6,
&DivideByZeroException_t1856388118_0_0_0,
&DivideByZeroException_t1856388118_1_0_0,
&DllNotFoundException_t2721418633_0_0_0,
&DllNotFoundException_t2721418633_1_0_0,
&TypeLoadException_t3707937253_0_0_0,
&EntryPointNotFoundException_t1356862416_0_0_0,
&EntryPointNotFoundException_t1356862416_1_0_0,
&MonoEnumInfo_t3694469084_0_0_0,
&MonoEnumInfo_t3694469084_1_0_0,
&MonoEnumInfo_t3694469084_1_0_2,
&RuntimeArray_0_0_3,
&StringU5BU5D_t1281789340_0_0_3,
&SByteComparer_t2329725001_0_0_19,
&ShortComparer_t2253094562_0_0_19,
&IntComparer_t3812095803_0_0_19,
&LongComparer_t1798269597_0_0_19,
&SByteComparer_t2329725001_0_0_0,
&SByteComparer_t2329725001_1_0_0,
&ShortComparer_t2253094562_0_0_0,
&ShortComparer_t2253094562_1_0_0,
&IntComparer_t3812095803_0_0_0,
&IntComparer_t3812095803_1_0_0,
&LongComparer_t1798269597_0_0_0,
&LongComparer_t1798269597_1_0_0,
&Environment_t2712485525_0_0_0,
&Environment_t2712485525_1_0_0,
&PlatformID_t897822290_0_0_0,
&OperatingSystem_t3730783609_0_0_0,
&SpecialFolder_t3871784040_0_0_0,
&OperatingSystem_t3730783609_0_0_17,
&SpecialFolder_t3871784040_1_0_0,
&SpecialFolder_t3871784040_0_0_32854,
&EventArgs_t3591816995_1_0_0,
&EventArgs_t3591816995_0_0_54,
&ExecutionEngineException_t1142598034_0_0_0,
&ExecutionEngineException_t1142598034_1_0_0,
&FieldAccessException_t238379456_0_0_0,
&FieldAccessException_t238379456_1_0_0,
&MemberAccessException_t1734467078_0_0_0,
&FlagsAttribute_t2262502849_1_0_0,
&FormatException_t154580423_0_0_0,
&FormatException_t154580423_1_0_0,
&GC_t959872083_0_0_0,
&GC_t959872083_1_0_0,
&Guid_t_1_0_0,
&Int16_t2552820387_0_0_1,
&Guid_t_0_0_54,
&GuidParser_t2761237274_0_0_0,
&GuidParser_t2761237274_1_0_0,
&IComparable_1_t2562197300_0_0_2,
&IEquatable_1_t4084678614_0_0_3,
&ICustomFormatter_t4199732012_1_0_0,
&IFormatProvider_t2518567562_1_0_0,
&IndexOutOfRangeException_t1578797820_0_0_0,
&IndexOutOfRangeException_t1578797820_1_0_0,
&InvalidCastException_t3927145244_0_0_0,
&InvalidCastException_t3927145244_1_0_0,
&InvalidOperationException_t56020091_0_0_0,
&InvalidOperationException_t56020091_1_0_0,
&LoaderOptimization_t1484956347_0_0_0,
&LoaderOptimization_t1484956347_1_0_0,
&LoaderOptimization_t1484956347_0_0_32854,
&LocalDataStoreSlot_t740841968_1_0_0,
&Math_t1671470975_0_0_0,
&Math_t1671470975_1_0_0,
&MemberAccessException_t1734467078_1_0_0,
&MethodAccessException_t190175859_0_0_0,
&MethodAccessException_t190175859_1_0_0,
&MissingFieldException_t1989070983_0_0_0,
&MissingFieldException_t1989070983_1_0_0,
&MissingMemberException_t1385081665_0_0_0,
&MissingMemberException_t1385081665_1_0_0,
&MissingMethodException_t1274661534_0_0_0,
&MissingMethodException_t1274661534_1_0_0,
&MonoAsyncCall_t3023670838_0_0_0,
&MonoAsyncCall_t3023670838_1_0_0,
&MonoCustomAttrs_t3634537737_1_0_0,
&CustomAttributeDataU5BU5D_t2798250719_0_0_0,
&AttributeUsageAttribute_t290877318_0_0_49,
&AttributeInfo_t2216804170_0_0_0,
&AttributeInfo_t2216804170_1_0_0,
&AttributeUsageAttribute_t290877318_0_0_1,
&MonoTouchAOTHelper_t570977590_0_0_0,
&MonoTouchAOTHelper_t570977590_1_0_0,
&Boolean_t97287965_0_0_19,
&MonoTypeInfo_t3366989025_0_0_0,
&MonoTypeInfo_t3366989025_1_0_0,
&ConstructorInfo_t5769829_0_0_6,
&MonoType_t_1_0_0,
&MonoTypeInfo_t3366989025_0_0_129,
&MulticastNotSupportedException_t3095221246_0_0_0,
&MulticastNotSupportedException_t3095221246_1_0_0,
&NonSerializedAttribute_t2945079482_0_0_0,
&NonSerializedAttribute_t2945079482_1_0_0,
&NotImplementedException_t3489357830_0_0_0,
&NotImplementedException_t3489357830_1_0_0,
&NotSupportedException_t1314879016_0_0_0,
&NotSupportedException_t1314879016_1_0_0,
&NullReferenceException_t1023182353_0_0_0,
&NullReferenceException_t1023182353_1_0_0,
&NumberFormatter_t1182924621_0_0_0,
&NumberFormatter_t1182924621_1_0_0,
&UInt64U2A_t3607938068_1_0_2,
&UInt64U2A_t3607938068_0_0_0,
&Int32U2A_t2910199323_1_0_2,
&Int32U2A_t2910199323_0_0_0,
&CharU2A_t2925217538_1_0_2,
&Int64U2A_t1846870680_1_0_2,
&Int64U2A_t1846870680_0_0_0,
&UInt64U2A_t3607938068_0_0_49,
&Int32U2A_t2910199323_0_0_49,
&CharU2A_t2925217538_0_0_49,
&Int64U2A_t1846870680_0_0_49,
&Thread_t2300836069_0_0_1,
&NumberFormatInfo_t435877138_0_0_1,
&NumberFormatter_t1182924621_0_0_17,
&CustomInfo_t435179798_0_0_0,
&CustomInfo_t435179798_1_0_0,
&ObjectDisposedException_t21392786_0_0_0,
&ObjectDisposedException_t21392786_1_0_0,
&OperatingSystem_t3730783609_1_0_0,
&PlatformID_t897822290_0_0_1,
&OutOfMemoryException_t2437671686_0_0_0,
&OutOfMemoryException_t2437671686_1_0_0,
&OverflowException_t2020128637_0_0_0,
&OverflowException_t2020128637_1_0_0,
&PlatformID_t897822290_1_0_0,
&PlatformID_t897822290_0_0_32854,
&PlatformNotSupportedException_t3572244504_0_0_0,
&PlatformNotSupportedException_t3572244504_1_0_0,
&RankException_t3812021567_0_0_0,
&RankException_t3812021567_1_0_0,
&ResolveEventArgs_t1779456501_0_0_0,
&ResolveEventArgs_t1779456501_1_0_0,
&RuntimeMethodHandle_t1133924984_1_0_0,
&StackOverflowException_t3629451388_0_0_0,
&StackOverflowException_t3629451388_1_0_0,
&StringComparer_t3301955079_0_0_0,
&StringComparer_t3301955079_1_0_0,
&StringComparer_t3301955079_0_0_17,
&IEqualityComparer_1_t3954782707_0_0_1,
&IComparer_t1540313114_0_0_2,
&IEqualityComparer_t1493878338_0_0_3,
&CultureAwareComparer_t30646139_0_0_0,
&CultureAwareComparer_t30646139_1_0_0,
&CompareInfo_t1092934962_0_0_33,
&OrdinalComparer_t3407243298_0_0_0,
&OrdinalComparer_t3407243298_1_0_0,
&StringComparison_t3657712135_1_0_0,
&StringComparison_t3657712135_0_0_32854,
&StringSplitOptions_t641086070_1_0_0,
&StringSplitOptions_t641086070_0_0_32854,
&SystemException_t176217640_1_0_0,
&ThreadStaticAttribute_t3840787420_0_0_0,
&ThreadStaticAttribute_t3840787420_1_0_0,
&TimeSpan_t881159249_1_0_0,
&TimeSpan_t881159249_0_0_54,
&IComparable_1_t249823662_0_0_1,
&IEquatable_1_t1772304976_0_0_2,
&TimeZone_t2038656743_0_0_0,
&TimeZone_t2038656743_1_0_0,
&TimeZone_t2038656743_0_0_17,
&Int64_t3736567304_0_0_145,
&CurrentSystemTimeZone_t3998352255_0_0_0,
&CurrentSystemTimeZone_t3998352255_1_0_0,
&Int64U5BU5D_t2559172825_1_0_2,
&StringU5BU5D_t1281789340_1_0_2,
&TimeSpan_t881159249_0_0_129,
&DaylightTime_t2582425773_0_0_17,
&TypeCode_t2987224087_1_0_0,
&TypeCode_t2987224087_0_0_32854,
&TypeInitializationException_t2973684290_0_0_0,
&TypeInitializationException_t2973684290_1_0_0,
&TypeLoadException_t3707937253_1_0_0,
&UnauthorizedAccessException_t490705335_0_0_0,
&UnauthorizedAccessException_t490705335_1_0_0,
&UnhandledExceptionEventArgs_t2886101344_0_0_0,
&UnhandledExceptionEventArgs_t2886101344_1_0_0,
&UnitySerializationHolder_t431912834_1_0_0,
&UnityType_t3666003507_0_0_1,
&UnityType_t3666003507_0_0_0,
&UnityType_t3666003507_1_0_0,
&UnityType_t3666003507_0_0_32854,
&Version_t3456873960_1_0_0,
&IComparable_1_t2825538373_0_0_2,
&IEquatable_1_t53052391_0_0_3,
&WeakReference_t1334886716_0_0_0,
&WeakReference_t1334886716_1_0_0,
&GCHandle_t3351438187_0_0_1,
&PrimalityTest_t1539325943_1_0_0,
&MemberFilter_t426314064_0_0_0,
&MemberFilter_t426314064_1_0_0,
&TypeFilter_t2356120900_0_0_0,
&TypeFilter_t2356120900_1_0_0,
&CrossContextDelegate_t387175271_1_0_0,
&HeaderHandler_t2878040134_1_0_0,
&SendOrPostCallback_t2750080073_0_0_0,
&SendOrPostCallback_t2750080073_1_0_0,
&ThreadStart_t1006689297_1_0_0,
&TimerCallback_t1438585625_1_0_0,
&WaitCallback_t2448485498_1_0_0,
&WaitOrTimerCallback_t1973723282_1_0_0,
&Action_1_t2197838454_0_0_0,
&Action_1_t2197838454_1_0_0,
&Action_1_t2197838454_gp_0_0_0_0,
&AppDomainInitializer_t682969308_0_0_0,
&AppDomainInitializer_t682969308_1_0_0,
&AssemblyLoadEventHandler_t107971893_0_0_0,
&AssemblyLoadEventHandler_t107971893_1_0_0,
&Comparison_1_t1461320918_0_0_0,
&Comparison_1_t1461320918_1_0_0,
&Comparison_1_t1461320918_gp_0_0_0_0,
&Converter_2_t1499688528_0_0_0,
&Converter_2_t1499688528_1_0_0,
&Converter_2_t1499688528_gp_0_0_0_0,
&Converter_2_t1499688528_gp_1_0_0_0,
&EventHandler_t1348719766_0_0_0,
&EventHandler_t1348719766_1_0_0,
&Predicate_1_t6097919_0_0_0,
&Predicate_1_t6097919_1_0_0,
&Predicate_1_t6097919_gp_0_0_0_0,
&ResolveEventHandler_t2775508208_0_0_0,
&ResolveEventHandler_t2775508208_1_0_0,
&UnhandledExceptionEventHandler_t3101989324_0_0_0,
&UnhandledExceptionEventHandler_t3101989324_1_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255361_0_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255361_1_0_0,
&U24ArrayTypeU2456_t1285398176_0_0_275,
&U24ArrayTypeU2424_t2469145093_0_0_275,
&U24ArrayTypeU2416_t3254766644_0_0_275,
&U24ArrayTypeU243132_t2732071528_0_0_275,
&U24ArrayTypeU2420_t1704471045_0_0_275,
&U24ArrayTypeU2432_t3652892010_0_0_275,
&U24ArrayTypeU2448_t1337922363_0_0_275,
&U24ArrayTypeU2464_t499776625_0_0_275,
&U24ArrayTypeU2412_t2490092596_0_0_275,
&U24ArrayTypeU24136_t1950429485_0_0_275,
&U24ArrayTypeU2472_t1683523542_0_0_275,
&U24ArrayTypeU248_t3244137463_0_0_275,
&U24ArrayTypeU24124_t4289081647_0_0_275,
&U24ArrayTypeU2496_t2898536284_0_0_275,
&U24ArrayTypeU242048_t3505032960_0_0_275,
&U24ArrayTypeU24256_t1929481982_0_0_275,
&U24ArrayTypeU24120_t4289081651_0_0_275,
&U24ArrayTypeU241024_t3907531057_0_0_275,
&U24ArrayTypeU24640_t2298765680_0_0_275,
&U24ArrayTypeU24128_t4289081659_0_0_275,
&U24ArrayTypeU2452_t520724128_0_0_275,
&U24ArrayTypeU2456_t1285398176_0_0_0,
&U24ArrayTypeU2424_t2469145093_0_0_0,
&U24ArrayTypeU2416_t3254766644_0_0_0,
&U24ArrayTypeU243132_t2732071528_0_0_0,
&U24ArrayTypeU2420_t1704471045_0_0_0,
&U24ArrayTypeU2432_t3652892010_0_0_0,
&U24ArrayTypeU2448_t1337922363_0_0_0,
&U24ArrayTypeU2464_t499776625_0_0_0,
&U24ArrayTypeU2412_t2490092596_0_0_0,
&U24ArrayTypeU24136_t1950429485_0_0_0,
&U24ArrayTypeU2472_t1683523542_0_0_0,
&U24ArrayTypeU248_t3244137463_0_0_0,
&U24ArrayTypeU24124_t4289081647_0_0_0,
&U24ArrayTypeU2496_t2898536284_0_0_0,
&U24ArrayTypeU242048_t3505032960_0_0_0,
&U24ArrayTypeU24256_t1929481982_0_0_0,
&U24ArrayTypeU24120_t4289081651_0_0_0,
&U24ArrayTypeU241024_t3907531057_0_0_0,
&U24ArrayTypeU24640_t2298765680_0_0_0,
&U24ArrayTypeU24128_t4289081659_0_0_0,
&U24ArrayTypeU2452_t520724128_0_0_0,
&U24ArrayTypeU2456_t1285398176_1_0_0,
&U24ArrayTypeU2424_t2469145093_1_0_0,
&U24ArrayTypeU2416_t3254766644_1_0_0,
&U24ArrayTypeU24120_t4289081651_1_0_0,
&U24ArrayTypeU243132_t2732071528_1_0_0,
&U24ArrayTypeU2420_t1704471045_1_0_0,
&U24ArrayTypeU2432_t3652892010_1_0_0,
&U24ArrayTypeU2448_t1337922363_1_0_0,
&U24ArrayTypeU2464_t499776625_1_0_0,
&U24ArrayTypeU2412_t2490092596_1_0_0,
&U24ArrayTypeU24136_t1950429485_1_0_0,
&U24ArrayTypeU248_t3244137463_1_0_0,
&U24ArrayTypeU2472_t1683523542_1_0_0,
&U24ArrayTypeU24124_t4289081647_1_0_0,
&U24ArrayTypeU2496_t2898536284_1_0_0,
&U24ArrayTypeU242048_t3505032960_1_0_0,
&U24ArrayTypeU24256_t1929481982_1_0_0,
&U24ArrayTypeU241024_t3907531057_1_0_0,
&U24ArrayTypeU24640_t2298765680_1_0_0,
&U24ArrayTypeU24128_t4289081659_1_0_0,
&U24ArrayTypeU2452_t520724128_1_0_0,
&Il2CppComObject_0_0_0,
&Il2CppComObject_1_0_0,
&__Il2CppComDelegate_t1102178620_0_0_0,
&__Il2CppComDelegate_t1102178620_1_0_0,
&U3CModuleU3E_t692745526_0_0_0,
&U3CModuleU3E_t692745526_1_0_0,
&Locale_t4128636108_0_0_0,
&Locale_t4128636108_1_0_0,
&BigInteger_t2902905090_1_0_0,
&Sign_t3338384039_0_0_0,
&Sign_t3338384039_1_0_0,
&Sign_t3338384039_0_0_32854,
&ModulusRing_t596511505_0_0_0,
&ModulusRing_t596511505_1_0_0,
&BigInteger_t2902905090_0_0_1,
&Kernel_t1402667220_0_0_0,
&Kernel_t1402667220_1_0_0,
&BigIntegerU5BU5D_t2349952477_0_0_0,
&ConfidenceFactor_t2516000286_0_0_0,
&ConfidenceFactor_t2516000286_1_0_0,
&ConfidenceFactor_t2516000286_0_0_32854,
&PrimalityTests_t1538473976_0_0_0,
&PrimalityTests_t1538473976_1_0_0,
&PrimeGeneratorBase_t446028867_0_0_0,
&PrimeGeneratorBase_t446028867_1_0_0,
&PrimalityTest_t1539325944_0_0_0,
&SequentialSearchPrimeGeneratorBase_t2996090509_0_0_0,
&SequentialSearchPrimeGeneratorBase_t2996090509_1_0_0,
&ASN1_t2114160833_0_0_0,
&ASN1_t2114160833_1_0_0,
&ASN1Convert_t2839890153_0_0_0,
&ASN1Convert_t2839890153_1_0_0,
&BitConverterLE_t2108532979_0_0_0,
&BitConverterLE_t2108532979_1_0_0,
&PKCS7_t1860834339_0_0_0,
&PKCS7_t1860834339_1_0_0,
&ContentInfo_t3218159896_0_0_0,
&ContentInfo_t3218159896_1_0_0,
&ASN1_t2114160833_0_0_1,
&EncryptedData_t3577548733_0_0_0,
&EncryptedData_t3577548733_1_0_0,
&ContentInfo_t3218159896_0_0_1,
&ARC4Managed_t2641858452_0_0_0,
&ARC4Managed_t2641858452_1_0_0,
&RC4_t2752556436_0_0_0,
&CryptoConvert_t610933157_0_0_0,
&CryptoConvert_t610933157_1_0_0,
&KeyBuilder_t2049230355_0_0_0,
&KeyBuilder_t2049230355_1_0_0,
&MD2_t1561046427_0_0_0,
&MD2_t1561046427_1_0_0,
&MD2Managed_t1377101535_0_0_0,
&MD2Managed_t1377101535_1_0_0,
&MD4_t1560915355_0_0_0,
&MD4_t1560915355_1_0_0,
&MD4Managed_t957540063_0_0_0,
&MD4Managed_t957540063_1_0_0,
&PKCS1_t1505584677_0_0_0,
&PKCS1_t1505584677_1_0_0,
&PKCS8_t696280613_0_0_0,
&PKCS8_t696280613_1_0_0,
&PrivateKeyInfo_t668027993_0_0_0,
&PrivateKeyInfo_t668027993_1_0_0,
&EncryptedPrivateKeyInfo_t862116836_0_0_0,
&EncryptedPrivateKeyInfo_t862116836_1_0_0,
&RC4_t2752556436_1_0_0,
&KeySizesU5BU5D_t722666473_0_0_17,
&RSAManaged_t1757093820_0_0_0,
&RSAManaged_t1757093820_1_0_0,
&KeyGeneratedEventHandler_t3064139578_0_0_1,
&KeyGeneratedEventHandler_t3064139578_0_0_0,
&KeyGeneratedEventHandler_t3064139578_1_0_0,
&SafeBag_t3961248200_0_0_0,
&SafeBag_t3961248200_1_0_0,
&PKCS12_t4101533061_0_0_0,
&PKCS12_t4101533061_1_0_0,
&X509CertificateCollection_t1542168550_0_0_0,
&X509Certificate_t489243025_0_0_0,
&X509CertificateCollection_t1542168550_0_0_1,
&DeriveBytes_t1492915136_0_0_0,
&DeriveBytes_t1492915136_1_0_0,
&X501_t1758824426_0_0_0,
&X501_t1758824426_1_0_0,
&X509Certificate_t489243025_1_0_0,
&X509ExtensionCollection_t609554709_0_0_0,
&X509ExtensionCollection_t609554709_0_0_1,
&X509CertificateCollection_t1542168550_1_0_0,
&X509CertificateEnumerator_t3515934698_0_0_0,
&X509CertificateEnumerator_t3515934698_1_0_0,
&X509Chain_t863783600_0_0_0,
&X509Chain_t863783600_1_0_0,
&X509ChainStatusFlags_t1831553602_0_0_0,
&X509Certificate_t489243025_0_0_1,
&X509ChainStatusFlags_t1831553602_0_0_1,
&X509ChainStatusFlags_t1831553602_1_0_0,
&X509ChainStatusFlags_t1831553602_0_0_32854,
&X509Crl_t1148767388_0_0_0,
&X509Crl_t1148767388_1_0_0,
&X509CrlEntry_t645568789_0_0_0,
&X509CrlEntry_t645568789_1_0_0,
&X509Extension_t3173393653_0_0_0,
&X509Extension_t3173393653_1_0_0,
&ASN1_t2114160833_0_0_4,
&X509ExtensionCollection_t609554709_1_0_0,
&X509Store_t2777415283_0_0_0,
&X509Store_t2777415283_1_0_0,
&X509StoreManager_t1046782375_0_0_0,
&X509StoreManager_t1046782375_1_0_0,
&X509Stores_t1373936237_0_0_0,
&X509Stores_t1373936237_0_0_17,
&X509Stores_t1373936237_1_0_0,
&X509Store_t2777415283_0_0_1,
&AuthorityKeyIdentifierExtension_t1122691429_0_0_0,
&AuthorityKeyIdentifierExtension_t1122691429_1_0_0,
&BasicConstraintsExtension_t2462195278_0_0_0,
&BasicConstraintsExtension_t2462195278_1_0_0,
&ExtendedKeyUsageExtension_t3929363080_0_0_0,
&ExtendedKeyUsageExtension_t3929363080_1_0_0,
&GeneralNames_t2702294159_0_0_0,
&GeneralNames_t2702294159_1_0_0,
&KeyUsages_t820456313_0_0_0,
&KeyUsages_t820456313_1_0_0,
&KeyUsages_t820456313_0_0_32854,
&KeyUsageExtension_t1795615912_0_0_0,
&KeyUsageExtension_t1795615912_1_0_0,
&NetscapeCertTypeExtension_t1524296876_0_0_0,
&NetscapeCertTypeExtension_t1524296876_1_0_0,
&CertTypes_t3317701015_0_0_0,
&CertTypes_t3317701015_1_0_0,
&CertTypes_t3317701015_0_0_32854,
&SubjectAltNameExtension_t1536937677_0_0_0,
&SubjectAltNameExtension_t1536937677_1_0_0,
&GeneralNames_t2702294159_0_0_1,
&HMAC_t3689525210_0_0_0,
&HMAC_t3689525210_1_0_0,
&MD5SHA1_t723838944_0_0_0,
&MD5SHA1_t723838944_1_0_0,
&AlertLevel_t2246417555_0_0_0,
&AlertLevel_t2246417555_1_0_0,
&AlertLevel_t2246417555_0_0_32854,
&AlertDescription_t1549755611_0_0_0,
&AlertDescription_t1549755611_1_0_0,
&AlertDescription_t1549755611_0_0_32854,
&Alert_t4059934885_0_0_0,
&Alert_t4059934885_1_0_0,
&AlertLevel_t2246417555_0_0_1,
&AlertDescription_t1549755611_0_0_1,
&CipherAlgorithmType_t1174400495_0_0_0,
&CipherAlgorithmType_t1174400495_1_0_0,
&CipherAlgorithmType_t1174400495_0_0_32854,
&CipherSuite_t3414744575_0_0_0,
&CipherSuite_t3414744575_1_0_0,
&HashAlgorithmType_t2376832258_0_0_0,
&ExchangeAlgorithmType_t1320888206_0_0_0,
&Context_t3971234707_0_0_0,
&CipherAlgorithmType_t1174400495_0_0_1,
&HashAlgorithmType_t2376832258_0_0_1,
&ExchangeAlgorithmType_t1320888206_0_0_1,
&CipherMode_t84635067_0_0_1,
&Context_t3971234707_0_0_1,
&KeyedHashAlgorithm_t112861511_0_0_1,
&CipherSuiteCollection_t1129639304_0_0_0,
&CipherSuiteCollection_t1129639304_1_0_0,
&SecurityProtocolType_t1513093309_0_0_0,
&TlsCipherSuite_t1545013223_0_0_0,
&SslCipherSuite_t1981645747_0_0_0,
&SecurityProtocolType_t1513093309_0_0_1,
&CipherSuiteFactory_t3316559455_0_0_0,
&CipherSuiteFactory_t3316559455_1_0_0,
&ClientContext_t2797401965_0_0_0,
&ClientContext_t2797401965_1_0_0,
&SslClientStream_t3914624661_0_0_0,
&SslClientStream_t3914624661_0_0_1,
&ClientRecordProtocol_t2031137796_0_0_0,
&ClientRecordProtocol_t2031137796_1_0_0,
&RecordProtocol_t3759049701_0_0_0,
&HandshakeType_t3062346172_0_0_0,
&HandshakeMessage_t3696583168_0_0_0,
&TlsStream_t2365453965_0_0_0,
&ClientSessionInfo_t1775821398_0_0_0,
&ClientSessionInfo_t1775821398_1_0_0,
&ClientSessionCache_t2353595803_0_0_0,
&ClientSessionCache_t2353595803_1_0_0,
&ContentType_t2602934270_1_0_0,
&ContentType_t2602934270_0_0_32854,
&Context_t3971234707_1_0_0,
&SecurityCompressionType_t4242483129_0_0_0,
&TlsServerSettings_t4144396432_0_0_0,
&TlsClientSettings_t2486039503_0_0_0,
&HandshakeState_t756684113_0_0_0,
&SecurityParameters_t2199972650_0_0_0,
&SecurityCompressionType_t4242483129_0_0_1,
&TlsServerSettings_t4144396432_0_0_1,
&TlsClientSettings_t2486039503_0_0_1,
&SecurityParameters_t2199972650_0_0_1,
&CipherSuiteCollection_t1129639304_0_0_1,
&HandshakeType_t3062346172_0_0_1,
&HandshakeState_t756684113_0_0_1,
&TlsStream_t2365453965_0_0_1,
&RecordProtocol_t3759049701_0_0_1,
&ExchangeAlgorithmType_t1320888206_1_0_0,
&ExchangeAlgorithmType_t1320888206_0_0_32854,
&HandshakeState_t756684113_1_0_0,
&HandshakeState_t756684113_0_0_32854,
&HashAlgorithmType_t2376832258_1_0_0,
&HashAlgorithmType_t2376832258_0_0_32854,
&HttpsClientStream_t1160552561_0_0_0,
&HttpsClientStream_t1160552561_1_0_0,
&HttpWebRequest_t1669436515_0_0_0,
&HttpWebRequest_t1669436515_0_0_1,
&CertificateSelectionCallback_t3743405224_0_0_17,
&PrivateKeySelectionCallback_t3240194217_0_0_17,
&RecordProtocol_t3759049701_1_0_0,
&ManualResetEvent_t451242010_0_0_17,
&Context_t3971234707_0_0_4,
&ReceiveRecordAsyncResult_t3680907657_0_0_0,
&ReceiveRecordAsyncResult_t3680907657_1_0_0,
&SendRecordAsyncResult_t3718352467_0_0_0,
&SendRecordAsyncResult_t3718352467_1_0_0,
&HandshakeMessage_t3696583168_0_0_1,
&RSASslSignatureDeformatter_t3558097625_0_0_0,
&RSASslSignatureDeformatter_t3558097625_1_0_0,
&RSASslSignatureFormatter_t2709678514_0_0_0,
&RSASslSignatureFormatter_t2709678514_1_0_0,
&SecurityCompressionType_t4242483129_1_0_0,
&SecurityCompressionType_t4242483129_0_0_32854,
&SecurityParameters_t2199972650_1_0_0,
&CipherSuite_t3414744575_0_0_1,
&SecurityProtocolType_t1513093309_1_0_0,
&SecurityProtocolType_t1513093309_0_0_32854,
&ServerContext_t3848440993_0_0_0,
&ServerContext_t3848440993_1_0_0,
&ValidationResult_t3834298736_0_0_0,
&ValidationResult_t3834298736_1_0_0,
&SslClientStream_t3914624661_1_0_0,
&SslStreamBase_t1667413407_0_0_0,
&CertificateValidationCallback_t4091668218_0_0_0,
&CertificateSelectionCallback_t3743405224_0_0_0,
&PrivateKeySelectionCallback_t3240194217_0_0_0,
&CertificateValidationCallback2_t1842476440_0_0_0,
&CertificateValidationCallback_t4091668218_0_0_1,
&CertificateSelectionCallback_t3743405224_0_0_1,
&PrivateKeySelectionCallback_t3240194217_0_0_1,
&CertificateValidationCallback2_t1842476440_0_0_1,
&SslCipherSuite_t1981645747_1_0_0,
&SslHandshakeHash_t2107581772_0_0_0,
&SslHandshakeHash_t2107581772_1_0_0,
&SslStreamBase_t1667413407_1_0_0,
&InternalAsyncResult_t3504282820_0_0_0,
&Stream_t1273022909_0_0_3,
&MemoryStream_t94973147_0_0_3,
&Context_t3971234707_0_0_3,
&RecordProtocol_t3759049701_0_0_3,
&MemoryStream_t94973147_0_0_1,
&InternalAsyncResult_t3504282820_1_0_0,
&TlsCipherSuite_t1545013223_1_0_0,
&TlsClientSettings_t2486039503_1_0_0,
&X509CertificateCollection_t3399372417_0_0_1,
&X509Certificate_t713131622_0_0_1,
&RSAManaged_t1757093820_0_0_1,
&TlsException_t3534743363_0_0_0,
&TlsException_t3534743363_1_0_0,
&Alert_t4059934885_0_0_1,
&TlsServerSettings_t4144396432_1_0_0,
&ClientCertificateTypeU5BU5D_t4253920197_0_0_0,
&RSAParameters_t1728406613_0_0_1,
&ClientCertificateTypeU5BU5D_t4253920197_0_0_1,
&TlsStream_t2365453965_1_0_0,
&ClientCertificateType_t1004704908_1_0_0,
&ClientCertificateType_t1004704908_0_0_32854,
&HandshakeMessage_t3696583168_1_0_0,
&ContentType_t2602934270_0_0_1,
&HandshakeType_t3062346172_1_0_0,
&HandshakeType_t3062346172_0_0_32854,
&TlsClientCertificate_t3519510577_0_0_0,
&TlsClientCertificate_t3519510577_1_0_0,
&TlsClientCertificateVerify_t1824902654_0_0_0,
&TlsClientCertificateVerify_t1824902654_1_0_0,
&TlsClientFinished_t2486981163_0_0_0,
&TlsClientFinished_t2486981163_1_0_0,
&TlsClientHello_t97965998_0_0_0,
&TlsClientHello_t97965998_1_0_0,
&TlsClientKeyExchange_t643923608_0_0_0,
&TlsClientKeyExchange_t643923608_1_0_0,
&TlsServerCertificate_t2716496392_0_0_0,
&TlsServerCertificate_t2716496392_1_0_0,
&TlsServerCertificateRequest_t3690397592_0_0_0,
&TlsServerCertificateRequest_t3690397592_1_0_0,
&TlsServerFinished_t3860330041_0_0_0,
&TlsServerFinished_t3860330041_1_0_0,
&TlsServerHello_t3343859594_0_0_0,
&TlsServerHello_t3343859594_1_0_0,
&TlsServerHelloDone_t1850379324_0_0_0,
&TlsServerHelloDone_t1850379324_1_0_0,
&TlsServerKeyExchange_t699469151_0_0_0,
&TlsServerKeyExchange_t699469151_1_0_0,
&PrimalityTest_t1539325944_1_0_0,
&CertificateValidationCallback_t4091668218_1_0_0,
&CertificateValidationCallback2_t1842476440_1_0_0,
&CertificateSelectionCallback_t3743405224_1_0_0,
&PrivateKeySelectionCallback_t3240194217_1_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255362_0_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255362_1_0_0,
&U24ArrayTypeU243132_t2732071529_0_0_275,
&U24ArrayTypeU24256_t1929481983_0_0_275,
&U24ArrayTypeU2420_t1704471046_0_0_275,
&U24ArrayTypeU2432_t3652892011_0_0_275,
&U24ArrayTypeU2448_t1337922364_0_0_275,
&U24ArrayTypeU2464_t499776626_0_0_275,
&U24ArrayTypeU2412_t2490092597_0_0_275,
&U24ArrayTypeU2416_t3254766645_0_0_275,
&U24ArrayTypeU244_t1630999355_0_0_275,
&U24ArrayTypeU243132_t2732071529_0_0_0,
&U24ArrayTypeU24256_t1929481983_0_0_0,
&U24ArrayTypeU2420_t1704471046_0_0_0,
&U24ArrayTypeU2432_t3652892011_0_0_0,
&U24ArrayTypeU2448_t1337922364_0_0_0,
&U24ArrayTypeU2464_t499776626_0_0_0,
&U24ArrayTypeU2412_t2490092597_0_0_0,
&U24ArrayTypeU2416_t3254766645_0_0_0,
&U24ArrayTypeU244_t1630999355_0_0_0,
&U24ArrayTypeU243132_t2732071529_1_0_0,
&U24ArrayTypeU24256_t1929481983_1_0_0,
&U24ArrayTypeU2420_t1704471046_1_0_0,
&U24ArrayTypeU2432_t3652892011_1_0_0,
&U24ArrayTypeU2448_t1337922364_1_0_0,
&U24ArrayTypeU2464_t499776626_1_0_0,
&U24ArrayTypeU2412_t2490092597_1_0_0,
&U24ArrayTypeU2416_t3254766645_1_0_0,
&U24ArrayTypeU244_t1630999355_1_0_0,
&U3CModuleU3E_t692745527_0_0_0,
&U3CModuleU3E_t692745527_1_0_0,
&Locale_t4128636109_0_0_0,
&Locale_t4128636109_1_0_0,
&MonoTODOAttribute_t4131080582_0_0_0,
&MonoTODOAttribute_t4131080582_1_0_0,
&Queue_1_t3112285321_0_0_0,
&Queue_1_t3112285321_1_0_0,
&IEnumerator_1_t4192488238_0_0_0,
&Queue_1_t3112285321_gp_0_0_0_0,
&Enumerator_t4268089366_0_0_0,
&TU5BU5D_t1868451535_0_0_1,
&Enumerator_t3782344991_0_0_0,
&Enumerator_t3782344991_1_0_0,
&Queue_1_t4276236934_0_0_0,
&Enumerator_t3782344991_gp_0_0_0_0,
&Queue_1_t4276236934_0_0_1,
&IEnumerator_1_t567580612_0_0_2,
&IEnumerable_1_t2739770659_0_0_0,
&TU5BU5D_t1868451535_0_0_0,
&Stack_1_t1463756442_0_0_0,
&Stack_1_t1463756442_1_0_0,
&IEnumerator_1_t2543959359_0_0_0,
&Stack_1_t1463756442_gp_0_0_0_0,
&Enumerator_t173798469_0_0_0,
&TU5BU5D_t2201462106_0_0_1,
&Enumerator_t2989469293_0_0_0,
&Enumerator_t2989469293_1_0_0,
&Stack_1_t185523901_0_0_0,
&Enumerator_t2989469293_gp_0_0_0_0,
&Stack_1_t185523901_0_0_1,
&IEnumerator_1_t4069672210_0_0_2,
&IEnumerable_t1941168011_0_0_1,
&IEnumerable_1_t1091241780_0_0_2,
&HybridDictionary_t4070033136_0_0_0,
&HybridDictionary_t4070033136_1_0_0,
&ListDictionary_t1624492310_0_0_1,
&ListDictionary_t1624492310_0_0_0,
&ListDictionary_t1624492310_1_0_0,
&DictionaryNode_t417719465_0_0_0,
&DictionaryNode_t417719465_1_0_2,
&DictionaryNode_t417719465_0_0_1,
&DictionaryNode_t417719465_1_0_0,
&DictionaryNode_t417719465_0_0_6,
&DictionaryNodeEnumerator_t1673829610_0_0_0,
&DictionaryNodeEnumerator_t1673829610_1_0_0,
&NameObjectCollectionBase_t2091847364_0_0_0,
&NameObjectCollectionBase_t2091847364_1_0_0,
&KeysCollection_t1318642398_0_0_0,
&_Item_t2272350267_0_0_0,
&_Item_t2272350267_0_0_1,
&KeysCollection_t1318642398_0_0_1,
&_Item_t2272350267_1_0_0,
&_KeysEnumerator_t4246666432_0_0_0,
&_KeysEnumerator_t4246666432_1_0_0,
&NameObjectCollectionBase_t2091847364_0_0_1,
&KeysCollection_t1318642398_1_0_0,
&ISerializable_t3375760802_0_0_3,
&NameValueCollection_t407452768_0_0_0,
&NameValueCollection_t407452768_1_0_0,
&EditorBrowsableAttribute_t1475454531_0_0_0,
&EditorBrowsableAttribute_t1475454531_1_0_0,
&EditorBrowsableState_t2839071299_0_0_0,
&EditorBrowsableState_t2839071299_0_0_1,
&EditorBrowsableState_t2839071299_1_0_0,
&EditorBrowsableState_t2839071299_0_0_32854,
&TypeConverter_t2249118273_0_0_0,
&TypeConverter_t2249118273_1_0_0,
&TypeConverterAttribute_t3271584429_0_0_0,
&TypeConverterAttribute_t3271584429_1_0_0,
&TypeConverterAttribute_t3271584429_0_0_54,
&AuthenticationLevel_t1236753641_0_0_0,
&AuthenticationLevel_t1236753641_1_0_0,
&AuthenticationLevel_t1236753641_0_0_32854,
&SslPolicyErrors_t2205227823_0_0_0,
&SslPolicyErrors_t2205227823_1_0_0,
&SslPolicyErrors_t2205227823_0_0_32854,
&AddressFamily_t2612549059_0_0_0,
&AddressFamily_t2612549059_1_0_0,
&AddressFamily_t2612549059_0_0_32854,
&DefaultCertificatePolicy_t3607119947_0_0_0,
&DefaultCertificatePolicy_t3607119947_1_0_0,
&ServicePoint_t2786966844_0_0_0,
&ICertificatePolicy_t2970473191_0_0_0,
&FileWebRequest_t591858885_0_0_0,
&FileWebRequest_t591858885_1_0_0,
&Uri_t100236324_0_0_1,
&WebHeaderCollection_t1942268960_0_0_1,
&IWebProxy_t688979836_0_0_1,
&FileWebRequestCreator_t1781329382_0_0_0,
&FileWebRequestCreator_t1781329382_1_0_0,
&IWebRequestCreate_t1643712314_0_0_0,
&FtpRequestCreator_t2926281497_0_0_0,
&FtpRequestCreator_t2926281497_1_0_0,
&FtpWebRequest_t1577818305_0_0_0,
&FtpWebRequest_t1577818305_1_0_0,
&X509Chain_t194917408_0_0_0,
&RemoteCertificateValidationCallback_t3014364904_0_0_1,
&RemoteCertificateValidationCallback_t3014364904_0_0_17,
&GlobalProxySelection_t1166292522_0_0_0,
&GlobalProxySelection_t1166292522_1_0_0,
&HttpRequestCreator_t1984314013_0_0_0,
&HttpRequestCreator_t1984314013_1_0_0,
&HttpVersion_t346520293_0_0_0,
&HttpVersion_t346520293_1_0_0,
&Version_t3456873960_0_0_54,
&HttpWebRequest_t1669436515_1_0_0,
&ServicePoint_t2786966844_0_0_1,
&ICertificatePolicy_t2970473191_1_0_0,
&ICredentials_t725721261_0_0_0,
&ICredentials_t725721261_1_0_0,
&IPAddress_t241777590_0_0_0,
&IPAddress_t241777590_1_0_0,
&UInt16U5BU5D_t3326319531_0_0_0,
&IPAddress_t241777590_1_0_2,
&AddressFamily_t2612549059_0_0_1,
&IPAddress_t241777590_0_0_54,
&IPv6Address_t2709566769_0_0_0,
&IPv6Address_t2709566769_1_0_0,
&IPv6Address_t2709566769_1_0_2,
&IPv6Address_t2709566769_0_0_54,
&IWebProxy_t688979836_1_0_0,
&IWebRequestCreate_t1643712314_1_0_0,
&SecurityProtocolType_t2721465497_0_0_0,
&SecurityProtocolType_t2721465497_1_0_0,
&SecurityProtocolType_t2721465497_0_0_32854,
&ServicePoint_t2786966844_1_0_0,
&ServicePointManager_t170559685_0_0_0,
&ServicePointManager_t170559685_1_0_0,
&RemoteCertificateValidationCallback_t3014364904_0_0_0,
&HybridDictionary_t4070033136_0_0_17,
&ICertificatePolicy_t2970473191_0_0_17,
&SecurityProtocolType_t2721465497_0_0_17,
&SPKey_t3654231119_0_0_0,
&SPKey_t3654231119_1_0_0,
&WebHeaderCollection_t1942268960_1_0_0,
&Hashtable_t1853889766_0_0_49,
&Dictionary_2_t4177511560_0_0_49,
&WebProxy_t2016760542_0_0_0,
&WebProxy_t2016760542_1_0_0,
&ICredentials_t725721261_0_0_1,
&WebRequest_t1939381076_1_0_0,
&IWebProxy_t688979836_0_0_17,
&AuthenticationLevel_t1236753641_0_0_1,
&OpenFlags_t968238685_0_0_0,
&OpenFlags_t968238685_1_0_0,
&OpenFlags_t968238685_0_0_32854,
&PublicKey_t3779582684_0_0_0,
&PublicKey_t3779582684_1_0_0,
&AsnEncodedData_t382354011_0_0_0,
&Oid_t3552120260_0_0_0,
&AsymmetricAlgorithm_t932037087_0_0_1,
&AsnEncodedData_t382354011_0_0_1,
&Oid_t3552120260_0_0_1,
&StoreLocation_t2864310644_0_0_0,
&StoreLocation_t2864310644_1_0_0,
&StoreLocation_t2864310644_0_0_32854,
&StoreName_t1492274484_0_0_0,
&StoreName_t1492274484_1_0_0,
&StoreName_t1492274484_0_0_32854,
&X500DistinguishedName_t875709727_0_0_0,
&X500DistinguishedName_t875709727_1_0_0,
&X500DistinguishedNameFlags_t254051580_0_0_0,
&X500DistinguishedNameFlags_t254051580_1_0_0,
&X500DistinguishedNameFlags_t254051580_0_0_32854,
&X509BasicConstraintsExtension_t2828968862_0_0_0,
&X509BasicConstraintsExtension_t2828968862_1_0_0,
&X509Extension_t3272255153_0_0_0,
&AsnDecodeStatus_t788588755_0_0_0,
&String_t_0_0_32851,
&AsnDecodeStatus_t788588755_0_0_1,
&X509Certificate2_t714049126_0_0_0,
&X509Certificate2_t714049126_1_0_0,
&X509ExtensionCollection_t1350454579_0_0_0,
&X509NameType_t2096517340_0_0_0,
&X509ExtensionCollection_t1350454579_0_0_1,
&PublicKey_t3779582684_0_0_1,
&X500DistinguishedName_t875709727_0_0_1,
&X509Certificate2Collection_t2111161276_0_0_0,
&X509Certificate2Collection_t2111161276_1_0_0,
&X509FindType_t3058503971_0_0_0,
&X509Certificate2Enumerator_t3316713812_0_0_0,
&X509Certificate2Enumerator_t3316713812_1_0_0,
&X509CertificateCollection_t3399372417_1_0_0,
&X509CertificateU5BU5D_t3145106755_0_0_0,
&X509CertificateEnumerator_t855273292_0_0_0,
&X509CertificateEnumerator_t855273292_1_0_0,
&X509Chain_t194917408_1_0_0,
&X509ChainPolicy_t2426922870_0_0_0,
&X509Store_t2922691911_0_0_0,
&X509ChainStatusFlags_t1026973125_0_0_0,
&X509ChainElement_t1464056338_0_0_0,
&StoreLocation_t2864310644_0_0_1,
&X509ChainElementCollection_t3110968994_0_0_1,
&X509ChainPolicy_t2426922870_0_0_1,
&X509ChainStatusU5BU5D_t2685945535_0_0_1,
&X509ChainStatusU5BU5D_t2685945535_0_0_17,
&X509ChainElement_t1464056338_0_0_1,
&X509Store_t2922691911_0_0_1,
&X509Certificate2Collection_t2111161276_0_0_1,
&X509ChainElement_t1464056338_1_0_0,
&X509ChainStatusU5BU5D_t2685945535_0_0_0,
&X509Certificate2_t714049126_0_0_1,
&X509ChainStatusFlags_t1026973125_0_0_1,
&X509ChainElementCollection_t3110968994_0_0_0,
&X509ChainElementCollection_t3110968994_1_0_0,
&X509ChainElementEnumerator_t3014253456_0_0_0,
&X509ChainElementEnumerator_t3014253456_1_0_0,
&X509ChainPolicy_t2426922870_1_0_0,
&X509RevocationFlag_t2592711905_0_0_0,
&X509RevocationMode_t2571829933_0_0_0,
&X509VerificationFlags_t2086244306_0_0_0,
&OidCollection_t4234766844_0_0_1,
&X509RevocationFlag_t2592711905_0_0_1,
&X509RevocationMode_t2571829933_0_0_1,
&X509VerificationFlags_t2086244306_0_0_1,
&X509ChainStatus_t133602714_1_0_0,
&X509ChainStatusFlags_t1026973125_1_0_0,
&X509ChainStatusFlags_t1026973125_0_0_32854,
&X509EnhancedKeyUsageExtension_t4189149453_0_0_0,
&X509EnhancedKeyUsageExtension_t4189149453_1_0_0,
&X509Extension_t3272255153_1_0_0,
&X509ExtensionCollection_t1350454579_1_0_0,
&X509ExtensionEnumerator_t2479560659_0_0_0,
&X509ExtensionEnumerator_t2479560659_1_0_0,
&X509FindType_t3058503971_1_0_0,
&X509FindType_t3058503971_0_0_32854,
&X509KeyUsageExtension_t2042101591_0_0_0,
&X509KeyUsageExtension_t2042101591_1_0_0,
&X509KeyUsageFlags_t1431795504_0_0_0,
&X509KeyUsageFlags_t1431795504_0_0_32851,
&X509KeyUsageFlags_t1431795504_0_0_1,
&X509KeyUsageFlags_t1431795504_1_0_0,
&X509KeyUsageFlags_t1431795504_0_0_32854,
&X509NameType_t2096517340_1_0_0,
&X509NameType_t2096517340_0_0_32854,
&X509RevocationFlag_t2592711905_1_0_0,
&X509RevocationFlag_t2592711905_0_0_32854,
&X509RevocationMode_t2571829933_1_0_0,
&X509RevocationMode_t2571829933_0_0_32854,
&X509Store_t2922691911_1_0_0,
&OpenFlags_t968238685_0_0_1,
&X509SubjectKeyIdentifierExtension_t4258825542_0_0_0,
&X509SubjectKeyIdentifierExtension_t4258825542_1_0_0,
&X509SubjectKeyIdentifierHashAlgorithm_t3929505454_0_0_0,
&X509SubjectKeyIdentifierHashAlgorithm_t3929505454_1_0_0,
&X509SubjectKeyIdentifierHashAlgorithm_t3929505454_0_0_32854,
&X509VerificationFlags_t2086244306_1_0_0,
&X509VerificationFlags_t2086244306_0_0_32854,
&AsnDecodeStatus_t788588755_1_0_0,
&AsnDecodeStatus_t788588755_0_0_32854,
&AsnEncodedData_t382354011_1_0_0,
&Oid_t3552120260_0_0_3,
&Oid_t3552120260_1_0_0,
&OidCollection_t4234766844_0_0_0,
&OidCollection_t4234766844_1_0_0,
&OidEnumerator_t899373898_0_0_0,
&OidEnumerator_t899373898_1_0_0,
&BaseMachine_t2554639499_0_0_0,
&BaseMachine_t2554639499_1_0_0,
&Regex_t3657309853_0_0_0,
&Match_t3408321083_0_0_0,
&IMachine_t2106687985_0_0_0,
&Capture_t2232016050_1_0_0,
&CaptureCollection_t1760593541_0_0_0,
&CaptureCollection_t1760593541_1_0_0,
&CaptureU5BU5D_t183267399_0_0_1,
&Group_t2468205786_1_0_0,
&Group_t2468205786_0_0_19,
&CaptureCollection_t1760593541_0_0_1,
&GroupCollection_t69770484_0_0_0,
&GroupCollection_t69770484_1_0_0,
&GroupU5BU5D_t1880820351_0_0_1,
&Match_t3408321083_1_0_0,
&Regex_t3657309853_0_0_1,
&IMachine_t2106687985_0_0_1,
&GroupCollection_t69770484_0_0_1,
&Match_t3408321083_0_0_17,
&MatchCollection_t1395363720_0_0_0,
&MatchCollection_t1395363720_1_0_0,
&Match_t3408321083_0_0_1,
&Enumerator_t2645102469_0_0_0,
&Enumerator_t2645102469_1_0_0,
&MatchCollection_t1395363720_0_0_1,
&Regex_t3657309853_1_0_0,
&IMachineFactory_t1209798546_0_0_0,
&FactoryCache_t2327118887_0_0_17,
&IMachineFactory_t1209798546_0_0_1,
&String_t_0_0_5,
&RegexOptions_t92845595_0_0_5,
&RegexOptions_t92845595_1_0_0,
&RegexOptions_t92845595_0_0_32854,
&OpCode_t1565867503_0_0_0,
&OpCode_t1565867503_1_0_0,
&UInt16_t2177724958_0_0_1542,
&OpCode_t1565867503_0_0_32854,
&OpFlags_t23120214_0_0_0,
&OpFlags_t23120214_1_0_0,
&OpFlags_t23120214_0_0_32854,
&Position_t2536274344_0_0_0,
&Position_t2536274344_1_0_0,
&Position_t2536274344_0_0_32854,
&IMachine_t2106687985_1_0_0,
&IMachineFactory_t1209798546_1_0_0,
&FactoryCache_t2327118887_0_0_0,
&FactoryCache_t2327118887_1_0_0,
&MRUList_t4121573800_0_0_1,
&Key_t2725523001_0_0_0,
&Key_t2725523001_1_0_0,
&RegexOptions_t92845595_0_0_6,
&MRUList_t4121573800_0_0_0,
&MRUList_t4121573800_1_0_0,
&Node_t2049086415_0_0_1,
&Node_t2049086415_0_0_0,
&Node_t2049086415_1_0_0,
&Node_t2049086415_0_0_6,
&Category_t1200126069_1_0_0,
&Category_t1200126069_0_0_32854,
&CategoryUtils_t3167997394_0_0_0,
&CategoryUtils_t3167997394_1_0_0,
&LinkRef_t2971865410_0_0_0,
&LinkRef_t2971865410_1_0_0,
&ICompiler_t118549125_0_0_0,
&ICompiler_t118549125_1_0_0,
&InterpreterFactory_t533216624_0_0_0,
&InterpreterFactory_t533216624_1_0_0,
&PatternCompiler_t4036359803_0_0_0,
&PatternCompiler_t4036359803_1_0_0,
&PatternLinkStack_t976787442_0_0_0,
&PatternLinkStack_t976787442_1_0_0,
&LinkStack_t887727776_0_0_0,
&Link_t3395949159_0_0_1,
&Link_t3395949159_0_0_0,
&Link_t3395949159_1_0_0,
&LinkStack_t887727776_1_0_0,
&Mark_t3471605523_1_0_0,
&Interpreter_t582715701_0_0_0,
&Interpreter_t582715701_1_0_0,
&Mode_t3692532274_0_0_0,
&QuickSearch_t2588090110_0_0_1,
&RepeatContext_t1214863076_0_0_1,
&IntStack_t2189327687_0_0_1,
&MarkU5BU5D_t3645422402_0_0_1,
&IntStack_t2189327687_0_0_0,
&IntStack_t2189327687_1_0_0,
&RepeatContext_t1214863076_0_0_0,
&RepeatContext_t1214863076_1_0_0,
&Mode_t3692532274_1_0_0,
&Mode_t3692532274_0_0_32854,
&Interval_t1802865632_0_0_0,
&Interval_t1802865632_1_0_0,
&IntervalCollection_t2609070824_0_0_0,
&IntervalCollection_t2609070824_1_0_0,
&CostDelegate_t1722821004_0_0_0,
&Enumerator_t737725276_0_0_0,
&Enumerator_t737725276_1_0_0,
&CostDelegate_t1722821004_1_0_0,
&Parser_t2430509383_0_0_0,
&Parser_t2430509383_1_0_0,
&RegularExpression_t3834220169_0_0_0,
&Group_t1458537008_0_0_0,
&Assertion_t3267412828_0_0_0,
&Expression_t2722445759_0_0_0,
&ExpressionAssertion_t1861210811_0_0_0,
&QuickSearch_t2588090110_0_0_0,
&QuickSearch_t2588090110_1_0_0,
&ExpressionCollection_t1810289389_0_0_0,
&ExpressionCollection_t1810289389_1_0_0,
&Expression_t2722445759_1_0_0,
&AnchorInfo_t3387011151_0_0_0,
&CompositeExpression_t1252229802_0_0_0,
&CompositeExpression_t1252229802_1_0_0,
&ExpressionCollection_t1810289389_0_0_1,
&Group_t1458537008_1_0_0,
&RegularExpression_t3834220169_1_0_0,
&CapturingGroup_t751358689_0_0_0,
&CapturingGroup_t751358689_1_0_0,
&BalancingGroup_t2395658894_0_0_0,
&BalancingGroup_t2395658894_1_0_0,
&CapturingGroup_t751358689_0_0_1,
&NonBacktrackingGroup_t3074098547_0_0_0,
&NonBacktrackingGroup_t3074098547_1_0_0,
&Repetition_t2393242404_0_0_0,
&Repetition_t2393242404_1_0_0,
&Assertion_t3267412828_1_0_0,
&CaptureAssertion_t3786084589_0_0_0,
&CaptureAssertion_t3786084589_1_0_0,
&Literal_t434143540_0_0_0,
&ExpressionAssertion_t1861210811_0_0_1,
&Literal_t434143540_0_0_1,
&ExpressionAssertion_t1861210811_1_0_0,
&Alternation_t625481451_0_0_0,
&Alternation_t625481451_1_0_0,
&Literal_t434143540_1_0_0,
&PositionAssertion_t3339288061_0_0_0,
&PositionAssertion_t3339288061_1_0_0,
&Position_t2536274344_0_0_1,
&Reference_t1799410108_0_0_0,
&Reference_t1799410108_1_0_0,
&BackslashNumber_t3656518667_0_0_0,
&BackslashNumber_t3656518667_1_0_0,
&CharacterClass_t839120860_0_0_0,
&CharacterClass_t839120860_1_0_0,
&Interval_t1802865632_0_0_17,
&IntervalCollection_t2609070824_0_0_1,
&AnchorInfo_t3387011151_1_0_0,
&Expression_t2722445759_0_0_1,
&DefaultUriParser_t95882050_0_0_0,
&DefaultUriParser_t95882050_1_0_0,
&UriParser_t3890150400_0_0_0,
&GenericUriParser_t1141496137_0_0_0,
&GenericUriParser_t1141496137_1_0_0,
&Uri_t100236324_1_0_0,
&UriKind_t3816567336_0_0_0,
&UriHostNameType_t881866241_0_0_0,
&UriPartial_t1736313903_0_0_0,
&Char_t3634460470_1_0_2,
&UriSchemeU5BU5D_t2082808316_0_0_17,
&UriParser_t3890150400_0_0_129,
&UriScheme_t722425697_1_0_0,
&UriFormatException_t953270471_0_0_0,
&UriFormatException_t953270471_1_0_0,
&UriHostNameType_t881866241_1_0_0,
&UriHostNameType_t881866241_0_0_32854,
&UriKind_t3816567336_1_0_0,
&UriKind_t3816567336_0_0_32854,
&UriParser_t3890150400_1_0_0,
&UriFormatException_t953270471_1_0_2,
&Regex_t3657309853_0_0_49,
&UriPartial_t1736313903_1_0_0,
&UriPartial_t1736313903_0_0_32854,
&UriTypeConverter_t3695916615_0_0_0,
&UriTypeConverter_t3695916615_1_0_0,
&RemoteCertificateValidationCallback_t3014364904_1_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255363_0_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255363_1_0_0,
&U24ArrayTypeU24128_t4289081660_0_0_275,
&U24ArrayTypeU2412_t2490092598_0_0_275,
&U24ArrayTypeU24128_t4289081660_0_0_0,
&U24ArrayTypeU2412_t2490092598_0_0_0,
&U24ArrayTypeU24128_t4289081660_1_0_0,
&U24ArrayTypeU2412_t2490092598_1_0_0,
&U3CModuleU3E_t692745528_0_0_0,
&U3CModuleU3E_t692745528_1_0_0,
&ExtensionAttribute_t1723066603_0_0_0,
&ExtensionAttribute_t1723066603_1_0_0,
&Locale_t4128636110_0_0_0,
&Locale_t4128636110_1_0_0,
&MonoTODOAttribute_t4131080583_0_0_0,
&MonoTODOAttribute_t4131080583_1_0_0,
&KeyBuilder_t2049230356_0_0_0,
&KeyBuilder_t2049230356_1_0_0,
&SymmetricTransform_t3802591843_0_0_0,
&SymmetricTransform_t3802591843_1_0_0,
&HashSet_1_t743387557_0_0_0,
&HashSet_1_t743387557_1_0_0,
&IEnumerator_1_t1823590474_0_0_0,
&HashSet_1_t743387557_gp_0_0_0_0,
&TU5BU5D_t3953921475_0_0_0,
&IEqualityComparer_1_t3498352024_0_0_0,
&Enumerator_t1661146751_0_0_0,
&LinkU5BU5D_t2346838934_0_0_1,
&Link_t1520180815_0_0_0,
&TU5BU5D_t3953921475_0_0_1,
&IEqualityComparer_1_t3498352024_0_0_1,
&Link_t4233491588_0_0_0,
&Link_t4233491588_1_0_0,
&Enumerator_t3836401716_0_0_0,
&Enumerator_t3836401716_1_0_0,
&HashSet_1_t3048983639_0_0_0,
&Enumerator_t3836401716_gp_0_0_0_0,
&HashSet_1_t3048983639_0_0_1,
&Enumerator_t3836401716_gp_0_0_0_1,
&IEnumerator_1_t621637337_0_0_2,
&PrimeHelper_t2385147435_0_0_0,
&PrimeHelper_t2385147435_1_0_0,
&PrimeHelper_t3519620836_0_0_0,
&PrimeHelper_t2385147435_gp_0_0_0_0,
&ICollection_1_t4219172240_0_0_0,
&IEnumerable_1_t370872895_0_0_1,
&IDeserializationCallback_t4220500054_0_0_4,
&EqualityComparer_1_t3855759638_0_0_0,
&LinkU5BU5D_t2346838934_0_0_0,
&PrimeHelper_t1877860958_0_0_0,
&Check_t192468399_0_0_0,
&Check_t192468399_1_0_0,
&Enumerable_t538148348_0_0_0,
&Enumerable_t538148348_1_0_0,
&IEnumerable_1_t571678483_0_0_0,
&Enumerable_Any_m909622116_gp_0_0_0_0,
&ICollection_1_t125010532_0_0_0,
&IEnumerable_1_t571678484_0_0_0,
&Enumerable_Any_m1084009618_gp_0_0_0_0,
&Func_2_t244591249_0_0_0,
&IEnumerator_1_t2024396062_0_0_0,
&IEnumerable_1_t3500371434_0_0_0,
&Enumerable_Single_m2335488605_gp_0_0_0_0,
&Func_2_t937536126_0_0_0,
&Fallback_t3495999270_0_0_0,
&IEnumerator_1_t658121717_0_0_0,
&IEnumerable_1_t1016918148_0_0_0,
&Enumerable_SingleOrDefault_m3552554315_gp_0_0_0_0,
&Func_2_t3713914940_0_0_0,
&IEnumerable_1_t2995166628_0_0_0,
&Enumerable_Where_m264777709_gp_0_0_0_0,
&Func_2_t756232860_0_0_0,
&IEnumerable_1_t3285341507_0_0_0,
&Enumerable_CreateWhereIterator_m1255112735_gp_0_0_0_0,
&Func_2_t2555504033_0_0_0,
&U3CCreateWhereIteratorU3Ec__Iterator1D_1_t1455512287_0_0_0,
&Fallback_t3495999270_1_0_0,
&Fallback_t3495999270_0_0_32854,
&U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_0_0_0,
&U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_1_0_0,
&U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_gp_0_0_0_0,
&IEnumerator_1_t2025843605_0_0_0,
&IEnumerable_1_t573126026_0_0_3,
&IEnumerator_1_t2025843605_0_0_3,
&U3CCreateWhereIteratorU3Ec__Iterator1D_1_t945640688_gp_0_0_0_3,
&Func_2_t266776670_0_0_3,
&IEnumerator_1_t2025843605_0_0_4,
&U3CCreateWhereIteratorU3Ec__Iterator1D_1_t3038264102_0_0_0,
&IEnumerable_1_t573126026_0_0_0,
&Aes_t1218282760_0_0_0,
&Aes_t1218282760_1_0_0,
&AesManaged_t1129950597_0_0_0,
&AesManaged_t1129950597_1_0_0,
&AesTransform_t2957123611_0_0_0,
&AesTransform_t2957123611_1_0_0,
&Action_t1264377477_0_0_0,
&Action_t1264377477_1_0_0,
&Action_2_t2601122981_0_0_0,
&Action_2_t2601122981_1_0_0,
&Action_2_t2601122981_gp_0_0_0_0,
&Action_2_t2601122981_gp_1_0_0_0,
&Action_3_t1035039040_0_0_0,
&Action_3_t1035039040_1_0_0,
&Action_3_t1035039040_gp_0_0_0_0,
&Action_3_t1035039040_gp_1_0_0_0,
&Action_3_t1035039040_gp_2_0_0_0,
&Func_1_t3398527394_0_0_0,
&Func_1_t3398527394_1_0_0,
&Func_1_t3398527394_gp_0_0_0_0,
&Func_2_t3398527397_0_0_0,
&Func_2_t3398527397_1_0_0,
&Func_2_t3398527397_gp_0_0_0_0,
&Func_2_t3398527397_gp_1_0_0_0,
&Func_3_t3398527396_0_0_0,
&Func_3_t3398527396_1_0_0,
&Func_3_t3398527396_gp_0_0_0_0,
&Func_3_t3398527396_gp_1_0_0_0,
&Func_3_t3398527396_gp_2_0_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255364_0_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255364_1_0_0,
&U24ArrayTypeU24136_t1950429486_0_0_275,
&U24ArrayTypeU24120_t4289081652_0_0_275,
&U24ArrayTypeU24256_t1929481984_0_0_275,
&U24ArrayTypeU241024_t3907531058_0_0_275,
&U24ArrayTypeU24136_t1950429486_0_0_0,
&U24ArrayTypeU24120_t4289081652_0_0_0,
&U24ArrayTypeU24256_t1929481984_0_0_0,
&U24ArrayTypeU241024_t3907531058_0_0_0,
&U24ArrayTypeU24136_t1950429486_1_0_0,
&U24ArrayTypeU24120_t4289081652_1_0_0,
&U24ArrayTypeU24256_t1929481984_1_0_0,
&U24ArrayTypeU241024_t3907531058_1_0_0,
&U3CModuleU3E_t692745529_0_0_0,
&U3CModuleU3E_t692745529_1_0_0,
&UsedByNativeCodeAttribute_t1703770351_0_0_0,
&UsedByNativeCodeAttribute_t1703770351_1_0_0,
&RequiredByNativeCodeAttribute_t4130846357_0_0_0,
&RequiredByNativeCodeAttribute_t4130846357_1_0_0,
&GeneratedByOldBindingsGeneratorAttribute_t433318409_0_0_0,
&GeneratedByOldBindingsGeneratorAttribute_t433318409_1_0_0,
&AssetFileNameExtensionAttribute_t1361241164_0_0_0,
&AssetFileNameExtensionAttribute_t1361241164_1_0_0,
&IEnumerable_1_t827303578_0_0_33,
&ThreadAndSerializationSafeAttribute_t363116225_0_0_0,
&ThreadAndSerializationSafeAttribute_t363116225_1_0_0,
&WritableAttribute_t812406054_0_0_0,
&WritableAttribute_t812406054_1_0_0,
&UnityEngineModuleAssembly_t2421846737_0_0_0,
&UnityEngineModuleAssembly_t2421846737_1_0_0,
&NativeClassAttribute_t2601352714_0_0_0,
&NativeClassAttribute_t2601352714_1_0_0,
&VisibleToOtherModulesAttribute_t1429630568_0_0_0,
&VisibleToOtherModulesAttribute_t1429630568_1_0_0,
&IBindingsAttribute_t1186399881_0_0_0,
&IBindingsAttribute_t1186399881_1_0_0,
&IBindingsNameProviderAttribute_t1080787199_0_0_0,
&IBindingsNameProviderAttribute_t1080787199_1_0_0,
&IBindingsHeaderProviderAttribute_t966304535_0_0_0,
&IBindingsHeaderProviderAttribute_t966304535_1_0_0,
&IBindingsIsThreadSafeProviderAttribute_t3527649474_0_0_0,
&IBindingsIsThreadSafeProviderAttribute_t3527649474_1_0_0,
&IBindingsIsFreeFunctionProviderAttribute_t2814758573_0_0_0,
&IBindingsIsFreeFunctionProviderAttribute_t2814758573_1_0_0,
&IBindingsThrowsProviderAttribute_t1742134354_0_0_0,
&IBindingsThrowsProviderAttribute_t1742134354_1_0_0,
&IBindingsGenerateMarshallingTypeAttribute_t329984901_0_0_0,
&IBindingsGenerateMarshallingTypeAttribute_t329984901_1_0_0,
&NativeConditionalAttribute_t2439539374_0_0_0,
&NativeConditionalAttribute_t2439539374_1_0_0,
&NativeHeaderAttribute_t5261382_0_0_0,
&NativeHeaderAttribute_t5261382_1_0_0,
&IBindingsAttribute_t1186399881_0_0_1,
&NativeNameAttribute_t3268151526_0_0_0,
&NativeNameAttribute_t3268151526_1_0_0,
&NativeMethodAttribute_t4187428193_0_0_0,
&NativeMethodAttribute_t4187428193_1_0_0,
&IBindingsIsThreadSafeProviderAttribute_t3527649474_0_0_1,
&IBindingsIsFreeFunctionProviderAttribute_t2814758573_0_0_2,
&IBindingsThrowsProviderAttribute_t1742134354_0_0_3,
&IBindingsAttribute_t1186399881_0_0_4,
&TargetType_t2370014154_0_0_0,
&TargetType_t2370014154_1_0_0,
&TargetType_t2370014154_0_0_32854,
&NativePropertyAttribute_t1305929258_0_0_0,
&NativePropertyAttribute_t1305929258_1_0_0,
&TargetType_t2370014154_0_0_1,
&CodegenOptions_t498890944_0_0_0,
&CodegenOptions_t498890944_1_0_0,
&CodegenOptions_t498890944_0_0_32854,
&NativeTypeAttribute_t2250406315_0_0_0,
&NativeTypeAttribute_t2250406315_1_0_0,
&CodegenOptions_t498890944_0_0_1,
&IBindingsGenerateMarshallingTypeAttribute_t329984901_0_0_1,
&IBindingsAttribute_t1186399881_0_0_2,
&NotNullAttribute_t1114947401_0_0_0,
&NotNullAttribute_t1114947401_1_0_0,
&UnmarshalledAttribute_t1517743549_0_0_0,
&UnmarshalledAttribute_t1517743549_1_0_0,
&FreeFunctionAttribute_t2020741617_0_0_0,
&FreeFunctionAttribute_t2020741617_1_0_0,
&ThreadSafeAttribute_t3376653515_0_0_0,
&ThreadSafeAttribute_t3376653515_1_0_0,
&StaticAccessorType_t186341701_0_0_0,
&StaticAccessorType_t186341701_1_0_0,
&StaticAccessorType_t186341701_0_0_32854,
&StaticAccessorAttribute_t2432663902_0_0_0,
&StaticAccessorAttribute_t2432663902_1_0_0,
&StaticAccessorType_t186341701_0_0_1,
&NativeThrowsAttribute_t1697526064_0_0_0,
&NativeThrowsAttribute_t1697526064_1_0_0,
&IgnoreAttribute_t1982719709_0_0_0,
&IgnoreAttribute_t1982719709_1_0_0,
&UnityString_t1423233093_0_0_0,
&UnityString_t1423233093_1_0_0,
&U3CModuleU3E_t692745530_0_0_0,
&U3CModuleU3E_t692745530_1_0_0,
&Keyframe_t4206410242_1_0_0,
&AnimationCurve_t3046754366_0_0_0,
&AnimationCurve_t3046754366_1_0_0,
&KeyframeU5BU5D_t1068524471_0_0_0,
&Application_t1852185770_0_0_0,
&Application_t1852185770_1_0_0,
&RuntimePlatform_t4159857903_0_0_0,
&LogType_t73765434_0_0_0,
&LowMemoryCallback_t4104246196_0_0_17,
&LogCallback_t3588208630_0_0_17,
&Func_1_t3822001908_0_0_17,
&Action_t1264377477_0_0_17,
&LowMemoryCallback_t4104246196_0_0_0,
&LowMemoryCallback_t4104246196_1_0_0,
&LogCallback_t3588208630_0_0_0,
&LogCallback_t3588208630_1_0_0,
&AsyncOperation_t1445031843_1_0_0,
&YieldInstruction_t403091072_0_0_0,
&Action_1_t1617499438_0_0_1,
&AttributeHelperEngine_t2735742303_0_0_0,
&AttributeHelperEngine_t2735742303_1_0_0,
&AttributeHelperEngine_GetCustomAttributeOfType_m3435288294_gp_0_0_0_0,
&DisallowMultipleComponentU5BU5D_t3936143868_0_0_22,
&ExecuteInEditModeU5BU5D_t3239458680_0_0_22,
&RequireComponentU5BU5D_t2245623724_0_0_22,
&DisallowMultipleComponent_t1422053217_1_0_0,
&RequireComponent_t3490506609_1_0_0,
&AddComponentMenu_t415040132_0_0_0,
&AddComponentMenu_t415040132_1_0_0,
&ContextMenu_t1295656858_0_0_0,
&ContextMenu_t1295656858_1_0_0,
&ExecuteInEditMode_t3727731349_1_0_0,
&DefaultExecutionOrder_t3059642329_1_0_0,
&AssemblyIsEditorAssembly_t3442416807_0_0_0,
&AssemblyIsEditorAssembly_t3442416807_1_0_0,
&ExcludeFromPresetAttribute_t3751627762_0_0_0,
&ExcludeFromPresetAttribute_t3751627762_1_0_0,
&SendMessageOptions_t3580193095_0_0_0,
&SendMessageOptions_t3580193095_1_0_0,
&SendMessageOptions_t3580193095_0_0_32854,
&Space_t654135784_0_0_0,
&Space_t654135784_1_0_0,
&Space_t654135784_0_0_32854,
&RuntimePlatform_t4159857903_1_0_0,
&RuntimePlatform_t4159857903_0_0_32854,
&LogType_t73765434_1_0_0,
&LogType_t73765434_0_0_32854,
&BeforeRenderHelper_t1336903776_0_0_0,
&BeforeRenderHelper_t1336903776_1_0_0,
&List_1_t3058052573_0_0_17,
&OrderBlock_t1585977831_1_0_0,
&UnityAction_t3245792599_0_0_3,
&Behaviour_t1437897464_1_0_0,
&BootConfigData_t3818279794_0_0_0,
&BootConfigData_t3818279794_1_0_0,
&Bounds_t2266837910_1_0_0,
&Vector3_t3722313464_0_0_1,
&Camera_t4157153871_1_0_0,
&CameraClearFlags_t2362496923_0_0_0,
&RenderTexture_t2108887433_0_0_0,
&MonoOrStereoscopicEye_t647613870_0_0_0,
&CameraU5BU5D_t1709987734_0_0_2,
&CameraU5BU5D_t1709987734_0_0_0,
&Rect_t2360479859_1_0_2,
&Vector3_t3722313464_1_0_0,
&Vector3_t3722313464_1_0_2,
&Vector2_t2156229523_1_0_0,
&Ray_t3785851493_1_0_2,
&Ray_t3785851493_1_0_0,
&CameraCallback_t190067161_0_0_22,
&MonoOrStereoscopicEye_t647613870_1_0_0,
&MonoOrStereoscopicEye_t647613870_0_0_32854,
&CameraCallback_t190067161_0_0_0,
&CameraCallback_t190067161_1_0_0,
&ClassLibraryInitializer_t2339504045_0_0_0,
&ClassLibraryInitializer_t2339504045_1_0_0,
&LowerResBlitTexture_t2609707774_0_0_0,
&LowerResBlitTexture_t2609707774_1_0_0,
&PreloadData_t3191880618_0_0_0,
&PreloadData_t3191880618_1_0_0,
&Color_t2555686324_1_0_0,
&Single_t1397266774_0_0_6,
&Color32_t2600501292_1_0_0,
&Component_t1923634451_1_0_0,
&Component_GetComponent_m2807859972_gp_0_0_0_0,
&Component_GetComponentInChildren_m3273082706_gp_0_0_0_0,
&List_1_t208348474_0_0_0,
&Component_GetComponentsInChildren_m3005691398_gp_0_0_0_0,
&List_1_t208348475_0_0_0,
&Component_GetComponentsInChildren_m3101623672_gp_0_0_0_0,
&Component_GetComponentInParent_m4262071485_gp_0_0_0_0,
&List_1_t286945861_0_0_0,
&Component_GetComponentsInParent_m3842274407_gp_0_0_0_0,
&List_1_t1994200778_0_0_0,
&Component_GetComponents_m3761022274_gp_0_0_0_0,
&TU5BU5D_t844731229_0_0_0,
&Component_GetComponents_m3213858047_gp_0_0_0_0,
&Coroutine_t3829159415_0_0_0,
&Coroutine_t3829159415_1_0_0,
&SetupCoroutine_t2062820429_0_0_0,
&SetupCoroutine_t2062820429_1_0_0,
&CullingGroupEvent_t1722745023_0_0_0,
&CullingGroupEvent_t1722745023_1_0_0,
&CullingGroup_t2096318768_0_0_0,
&CullingGroup_t2096318768_1_0_0,
&StateChanged_t2136737110_0_0_1,
&StateChanged_t2136737110_0_0_0,
&StateChanged_t2136737110_1_0_0,
&CursorLockMode_t2840764040_0_0_0,
&CursorLockMode_t2840764040_1_0_0,
&CursorLockMode_t2840764040_0_0_32854,
&Cursor_t1422555833_0_0_0,
&Cursor_t1422555833_1_0_0,
&CustomYieldInstruction_t1895667560_0_0_0,
&CustomYieldInstruction_t1895667560_1_0_0,
&DebugLogHandler_t826086171_0_0_0,
&DebugLogHandler_t826086171_1_0_0,
&ILogHandler_t2464711877_0_0_0,
&Debug_t3317548046_0_0_0,
&Debug_t3317548046_1_0_0,
&ILogger_t2607134790_0_0_0,
&ILogger_t2607134790_0_0_19,
&Display_t1387065949_1_0_0,
&IntPtrU5BU5D_t4013366056_0_0_0,
&DisplayU5BU5D_t103034768_0_0_22,
&Display_t1387065949_0_0_17,
&DisplaysUpdatedDelegate_t51287044_0_0_17,
&DisplaysUpdatedDelegate_t51287044_0_0_0,
&DisplaysUpdatedDelegate_t51287044_1_0_0,
&ExcludeFromObjectFactoryAttribute_t1303686376_0_0_0,
&ExcludeFromObjectFactoryAttribute_t1303686376_1_0_0,
&FailedToLoadScriptObject_t547604379_0_0_0,
&FailedToLoadScriptObject_t547604379_1_0_0,
&GameObject_t1113636619_1_0_0,
&GameObject_GetComponent_m4155692002_gp_0_0_0_0,
&GameObject_GetComponentInChildren_m2670866854_gp_0_0_0_0,
&GameObject_GetComponentInChildren_m806092864_gp_0_0_0_0,
&TU5BU5D_t3899470485_0_0_0,
&GameObject_GetComponents_m416107012_gp_0_0_0_0,
&List_1_t2027859442_0_0_0,
&GameObject_GetComponents_m965402322_gp_0_0_0_0,
&List_1_t242007138_0_0_0,
&GameObject_GetComponentsInChildren_m740063143_gp_0_0_0_0,
&List_1_t320604525_0_0_0,
&GameObject_GetComponentsInParent_m823960623_gp_0_0_0_0,
&GameObject_AddComponent_m3361319759_gp_0_0_0_0,
&Gradient_t3067099924_0_0_0,
&Gradient_t3067099924_1_0_0,
&Screen_t3860757715_0_0_0,
&Screen_t3860757715_1_0_0,
&NoAllocHelpers_t1437076930_0_0_0,
&NoAllocHelpers_t1437076930_1_0_0,
&List_1_t2089117722_0_0_0,
&NoAllocHelpers_SafeLength_m3904382575_gp_0_0_0_0,
&QualitySettings_t3101090599_0_0_0,
&QualitySettings_t3101090599_1_0_0,
&ColorSpace_t3453996949_0_0_0,
&Renderer_t2627027031_0_0_0,
&Renderer_t2627027031_1_0_0,
&Shader_t4151988712_0_0_0,
&Shader_t4151988712_1_0_0,
&Material_t340375123_0_0_0,
&Material_t340375123_1_0_0,
&Texture_t3661962703_0_0_0,
&MeshFilter_t3523625662_0_0_0,
&MeshFilter_t3523625662_1_0_0,
&LightmapBakeType_t1497855756_0_0_0,
&LightmapBakeType_t1497855756_1_0_0,
&LightmapBakeType_t1497855756_0_0_32854,
&MixedLightingMode_t270503864_0_0_0,
&MixedLightingMode_t270503864_1_0_0,
&MixedLightingMode_t270503864_0_0_32854,
&CameraClearFlags_t2362496923_1_0_0,
&CameraClearFlags_t2362496923_0_0_32854,
&MeshTopology_t838400051_0_0_0,
&MeshTopology_t838400051_1_0_0,
&MeshTopology_t838400051_0_0_32854,
&ColorSpace_t3453996949_1_0_0,
&ColorSpace_t3453996949_0_0_32854,
&TextureWrapMode_t584250749_0_0_0,
&TextureWrapMode_t584250749_1_0_0,
&TextureWrapMode_t584250749_0_0_32854,
&TextureFormat_t2701165832_0_0_0,
&TextureFormat_t2701165832_1_0_0,
&TextureFormat_t2701165832_0_0_32854,
&RenderTextureFormat_t962350765_0_0_0,
&RenderTextureFormat_t962350765_1_0_0,
&RenderTextureFormat_t962350765_0_0_32854,
&VRTextureUsage_t3142149582_0_0_0,
&VRTextureUsage_t3142149582_1_0_0,
&VRTextureUsage_t3142149582_0_0_32854,
&RenderTextureCreationFlags_t557679221_0_0_0,
&RenderTextureCreationFlags_t557679221_1_0_0,
&RenderTextureCreationFlags_t557679221_0_0_32854,
&RenderTextureReadWrite_t1793271918_0_0_0,
&RenderTextureReadWrite_t1793271918_1_0_0,
&RenderTextureReadWrite_t1793271918_0_0_32854,
&RenderTextureMemoryless_t852891252_0_0_0,
&RenderTextureMemoryless_t852891252_1_0_0,
&RenderTextureMemoryless_t852891252_0_0_32854,
&TextureCreationFlags_t344152058_0_0_0,
&TextureCreationFlags_t344152058_1_0_0,
&TextureCreationFlags_t344152058_0_0_32854,
&FormatUsage_t3480559675_0_0_0,
&FormatUsage_t3480559675_1_0_0,
&FormatUsage_t3480559675_0_0_32854,
&GraphicsFormat_t3787950389_0_0_0,
&GraphicsFormat_t3787950389_1_0_0,
&GraphicsFormat_t3787950389_0_0_32854,
&LightmapsMode_t12202505_0_0_0,
&LightmapsMode_t12202505_1_0_0,
&LightmapsMode_t12202505_0_0_32854,
&CompareFunction_t2171731108_0_0_0,
&CompareFunction_t2171731108_1_0_0,
&CompareFunction_t2171731108_0_0_32854,
&ColorWriteMask_t4282245599_0_0_0,
&ColorWriteMask_t4282245599_1_0_0,
&ColorWriteMask_t4282245599_0_0_32854,
&StencilOp_t3446174106_0_0_0,
&StencilOp_t3446174106_1_0_0,
&StencilOp_t3446174106_0_0_32854,
&ShadowSamplingMode_t838715745_0_0_0,
&ShadowSamplingMode_t838715745_1_0_0,
&ShadowSamplingMode_t838715745_0_0_32854,
&TextureDimension_t3933106086_0_0_0,
&TextureDimension_t3933106086_1_0_0,
&TextureDimension_t3933106086_0_0_32854,
&GraphicsFormatUtility_t3491748452_0_0_0,
&GraphicsFormatUtility_t3491748452_1_0_0,
&MeshRenderer_t587009260_0_0_0,
&MeshRenderer_t587009260_1_0_0,
&RectOffset_t1369453676_1_0_0,
&IntPtr_t_0_0_131,
&RuntimeObject_0_0_33,
&GUIElement_t3567083079_0_0_0,
&GUIElement_t3567083079_1_0_0,
&GUILayer_t2783472903_1_0_0,
&TouchScreenKeyboard_t731888065_0_0_0,
&TouchScreenKeyboard_t731888065_1_0_0,
&Status_t785886969_0_0_0,
&RangeInt_t2094684618_0_0_0,
&Status_t785886969_1_0_0,
&Status_t785886969_0_0_32854,
&KeyCode_t2599294277_0_0_0,
&KeyCode_t2599294277_1_0_0,
&KeyCode_t2599294277_0_0_32854,
&LayerMask_t3493934918_0_0_0,
&LayerMask_t3493934918_1_0_0,
&ManagedStreamHelpers_t1984295859_0_0_0,
&ManagedStreamHelpers_t1984295859_1_0_0,
&Matrix4x4_t1817901843_1_0_0,
&Matrix4x4_t1817901843_0_0_49,
&Vector3_t3722313464_0_0_49,
&Quaternion_t2301928331_1_0_0,
&Quaternion_t2301928331_1_0_2,
&Quaternion_t2301928331_0_0_49,
&Mathf_t3464937446_0_0_0,
&Mathf_t3464937446_1_0_0,
&Single_t1397266774_0_0_54,
&MathfInternal_t624072491_0_0_0,
&MathfInternal_t624072491_1_0_0,
&Single_t1397266774_0_0_22,
&Mesh_t3648964284_0_0_0,
&Mesh_t3648964284_1_0_0,
&InternalShaderChannel_t300897861_0_0_0,
&InternalVertexChannelType_t299736786_0_0_0,
&TU5BU5D_t1621417715_0_0_0,
&Mesh_GetAllocArrayFromChannel_m2628993430_gp_0_0_0_0,
&TU5BU5D_t1621417716_0_0_0,
&Mesh_GetAllocArrayFromChannel_m2774808082_gp_0_0_0_0,
&List_1_t289314849_0_0_0,
&Mesh_SetListForChannel_m4100805706_gp_0_0_0_0,
&List_1_t289314850_0_0_0,
&Mesh_SetListForChannel_m1988271322_gp_0_0_0_0,
&Vector3U5BU5D_t1718750761_0_0_0,
&Vector4U5BU5D_t934056436_0_0_0,
&Vector2U5BU5D_t1457185986_0_0_0,
&Color32U5BU5D_t3850468773_0_0_0,
&List_1_t36016685_0_0_0,
&Mesh_SetUvsImpl_m3478311143_gp_0_0_0_0,
&InternalShaderChannel_t300897861_1_0_0,
&InternalShaderChannel_t300897861_0_0_32854,
&InternalVertexChannelType_t299736786_1_0_0,
&InternalVertexChannelType_t299736786_0_0_32854,
&ScriptingUtils_t2624832893_0_0_0,
&ScriptingUtils_t2624832893_1_0_0,
&MonoBehaviour_t3962482529_1_0_0,
&SendMouseEvents_t3273302915_0_0_0,
&SendMouseEvents_t3273302915_1_0_0,
&HitInfo_t3229609740_1_0_0,
&HitInfoU5BU5D_t1685002053_0_0_49,
&CameraU5BU5D_t1709987734_0_0_17,
&GameObject_t1113636619_0_0_6,
&Camera_t4157153871_0_0_6,
&Plane_t1000493321_0_0_0,
&Plane_t1000493321_1_0_0,
&Single_t1397266774_1_0_2,
&Initialization_t2684106873_0_0_0,
&Initialization_t2684106873_1_0_0,
&PlayerUpdateTime_t1948492203_0_0_0,
&PlayerUpdateTime_t1948492203_1_0_0,
&AsyncUploadTimeSlicedUpdate_t1101356410_0_0_0,
&AsyncUploadTimeSlicedUpdate_t1101356410_1_0_0,
&SynchronizeState_t3424594242_0_0_0,
&SynchronizeState_t3424594242_1_0_0,
&SynchronizeInputs_t3126754378_0_0_0,
&SynchronizeInputs_t3126754378_1_0_0,
&XREarlyUpdate_t2529007752_0_0_0,
&XREarlyUpdate_t2529007752_1_0_0,
&EarlyUpdate_t4141536149_0_0_0,
&EarlyUpdate_t4141536149_1_0_0,
&PollPlayerConnection_t3938037114_0_0_0,
&PollPlayerConnection_t3938037114_1_0_0,
&ProfilerStartFrame_t762310541_0_0_0,
&ProfilerStartFrame_t762310541_1_0_0,
&PollHtcsPlayerConnection_t1786573189_0_0_0,
&PollHtcsPlayerConnection_t1786573189_1_0_0,
&GpuTimestamp_t3317708080_0_0_0,
&GpuTimestamp_t3317708080_1_0_0,
&UnityConnectClientUpdate_t1837874547_0_0_0,
&UnityConnectClientUpdate_t1837874547_1_0_0,
&CloudWebServicesUpdate_t1940742145_0_0_0,
&CloudWebServicesUpdate_t1940742145_1_0_0,
&UnityWebRequestUpdate_t435214142_0_0_0,
&UnityWebRequestUpdate_t435214142_1_0_0,
&UpdateStreamingManager_t74786018_0_0_0,
&UpdateStreamingManager_t74786018_1_0_0,
&ExecuteMainThreadJobs_t460916326_0_0_0,
&ExecuteMainThreadJobs_t460916326_1_0_0,
&ProcessMouseInWindow_t3697240858_0_0_0,
&ProcessMouseInWindow_t3697240858_1_0_0,
&ClearIntermediateRenderers_t1003550968_0_0_0,
&ClearIntermediateRenderers_t1003550968_1_0_0,
&ClearLines_t2324646809_0_0_0,
&ClearLines_t2324646809_1_0_0,
&PresentBeforeUpdate_t1446628141_0_0_0,
&PresentBeforeUpdate_t1446628141_1_0_0,
&ResetFrameStatsAfterPresent_t966245239_0_0_0,
&ResetFrameStatsAfterPresent_t966245239_1_0_0,
&UpdateAllUnityWebStreams_t3349089076_0_0_0,
&UpdateAllUnityWebStreams_t3349089076_1_0_0,
&UpdateAsyncReadbackManager_t270428141_0_0_0,
&UpdateAsyncReadbackManager_t270428141_1_0_0,
&UpdateTextureStreamingManager_t3443027046_0_0_0,
&UpdateTextureStreamingManager_t3443027046_1_0_0,
&UpdatePreloading_t2620169684_0_0_0,
&UpdatePreloading_t2620169684_1_0_0,
&RendererNotifyInvisible_t601878339_0_0_0,
&RendererNotifyInvisible_t601878339_1_0_0,
&PlayerCleanupCachedData_t1855064291_0_0_0,
&PlayerCleanupCachedData_t1855064291_1_0_0,
&UpdateMainGameViewRect_t2120437500_0_0_0,
&UpdateMainGameViewRect_t2120437500_1_0_0,
&UpdateCanvasRectTransform_t2609744349_0_0_0,
&UpdateCanvasRectTransform_t2609744349_1_0_0,
&UpdateInputManager_t2370107626_0_0_0,
&UpdateInputManager_t2370107626_1_0_0,
&ProcessRemoteInput_t950001846_0_0_0,
&ProcessRemoteInput_t950001846_1_0_0,
&XRUpdate_t580684219_0_0_0,
&XRUpdate_t580684219_1_0_0,
&ScriptRunDelayedStartupFrame_t1717816565_0_0_0,
&ScriptRunDelayedStartupFrame_t1717816565_1_0_0,
&UpdateKinect_t3392953923_0_0_0,
&UpdateKinect_t3392953923_1_0_0,
&DeliverIosPlatformEvents_t1576278647_0_0_0,
&DeliverIosPlatformEvents_t1576278647_1_0_0,
&DispatchEventQueueEvents_t929081739_0_0_0,
&DispatchEventQueueEvents_t929081739_1_0_0,
&DirectorSampleTime_t115137244_0_0_0,
&DirectorSampleTime_t115137244_1_0_0,
&PhysicsResetInterpolatedTransformPosition_t4228954803_0_0_0,
&PhysicsResetInterpolatedTransformPosition_t4228954803_1_0_0,
&SpriteAtlasManagerUpdate_t2882383376_0_0_0,
&SpriteAtlasManagerUpdate_t2882383376_1_0_0,
&TangoUpdate_t85607497_0_0_0,
&TangoUpdate_t85607497_1_0_0,
&PerformanceAnalyticsUpdate_t1497089951_0_0_0,
&PerformanceAnalyticsUpdate_t1497089951_1_0_0,
&FixedUpdate_t2729551173_0_0_0,
&FixedUpdate_t2729551173_1_0_0,
&ClearLines_t78737613_0_0_0,
&ClearLines_t78737613_1_0_0,
&DirectorFixedSampleTime_t1712077364_0_0_0,
&DirectorFixedSampleTime_t1712077364_1_0_0,
&AudioFixedUpdate_t3174230782_0_0_0,
&AudioFixedUpdate_t3174230782_1_0_0,
&ScriptRunBehaviourFixedUpdate_t2814082390_0_0_0,
&ScriptRunBehaviourFixedUpdate_t2814082390_1_0_0,
&DirectorFixedUpdate_t303986765_0_0_0,
&DirectorFixedUpdate_t303986765_1_0_0,
&LegacyFixedAnimationUpdate_t457569808_0_0_0,
&LegacyFixedAnimationUpdate_t457569808_1_0_0,
&XRFixedUpdate_t322762781_0_0_0,
&XRFixedUpdate_t322762781_1_0_0,
&PhysicsFixedUpdate_t2503573795_0_0_0,
&PhysicsFixedUpdate_t2503573795_1_0_0,
&Physics2DFixedUpdate_t3234482501_0_0_0,
&Physics2DFixedUpdate_t3234482501_1_0_0,
&DirectorFixedUpdatePostPhysics_t1695763577_0_0_0,
&DirectorFixedUpdatePostPhysics_t1695763577_1_0_0,
&ScriptRunDelayedFixedFrameRate_t597857925_0_0_0,
&ScriptRunDelayedFixedFrameRate_t597857925_1_0_0,
&NewInputFixedUpdate_t2385650591_0_0_0,
&NewInputFixedUpdate_t2385650591_1_0_0,
&PreUpdate_t1260694976_0_0_0,
&PreUpdate_t1260694976_1_0_0,
&PhysicsUpdate_t81124440_0_0_0,
&PhysicsUpdate_t81124440_1_0_0,
&Physics2DUpdate_t552651870_0_0_0,
&Physics2DUpdate_t552651870_1_0_0,
&CheckTexFieldInput_t4138810349_0_0_0,
&CheckTexFieldInput_t4138810349_1_0_0,
&IMGUISendQueuedEvents_t65887646_0_0_0,
&IMGUISendQueuedEvents_t65887646_1_0_0,
&SendMouseEvents_t3944192294_0_0_0,
&SendMouseEvents_t3944192294_1_0_0,
&AIUpdate_t2336814084_0_0_0,
&AIUpdate_t2336814084_1_0_0,
&WindUpdate_t2266304656_0_0_0,
&WindUpdate_t2266304656_1_0_0,
&UpdateVideo_t1599856004_0_0_0,
&UpdateVideo_t1599856004_1_0_0,
&NewInputUpdate_t4285063962_0_0_0,
&NewInputUpdate_t4285063962_1_0_0,
&Update_t723921334_0_0_0,
&Update_t723921334_1_0_0,
&ScriptRunBehaviourUpdate_t1852625933_0_0_0,
&ScriptRunBehaviourUpdate_t1852625933_1_0_0,
&DirectorUpdate_t2427988364_0_0_0,
&DirectorUpdate_t2427988364_1_0_0,
&ScriptRunDelayedDynamicFrameRate_t3844766269_0_0_0,
&ScriptRunDelayedDynamicFrameRate_t3844766269_1_0_0,
&ScriptRunDelayedTasks_t2042352011_0_0_0,
&ScriptRunDelayedTasks_t2042352011_1_0_0,
&PreLateUpdate_t3194249939_0_0_0,
&PreLateUpdate_t3194249939_1_0_0,
&AIUpdatePostScript_t1991765663_0_0_0,
&AIUpdatePostScript_t1991765663_1_0_0,
&DirectorUpdateAnimationBegin_t3483220745_0_0_0,
&DirectorUpdateAnimationBegin_t3483220745_1_0_0,
&LegacyAnimationUpdate_t466524488_0_0_0,
&LegacyAnimationUpdate_t466524488_1_0_0,
&DirectorUpdateAnimationEnd_t3538632984_0_0_0,
&DirectorUpdateAnimationEnd_t3538632984_1_0_0,
&DirectorDeferredEvaluate_t3162759259_0_0_0,
&DirectorDeferredEvaluate_t3162759259_1_0_0,
&UpdateNetworkManager_t3986463995_0_0_0,
&UpdateNetworkManager_t3986463995_1_0_0,
&UpdateMasterServerInterface_t2428268314_0_0_0,
&UpdateMasterServerInterface_t2428268314_1_0_0,
&UNetUpdate_t4184253373_0_0_0,
&UNetUpdate_t4184253373_1_0_0,
&EndGraphicsJobsLate_t3823419272_0_0_0,
&EndGraphicsJobsLate_t3823419272_1_0_0,
&ParticleSystemBeginUpdateAll_t1600980369_0_0_0,
&ParticleSystemBeginUpdateAll_t1600980369_1_0_0,
&ScriptRunBehaviourLateUpdate_t2082815220_0_0_0,
&ScriptRunBehaviourLateUpdate_t2082815220_1_0_0,
&ConstraintManagerUpdate_t4053002372_0_0_0,
&ConstraintManagerUpdate_t4053002372_1_0_0,
&PostLateUpdate_t2796323918_0_0_0,
&PostLateUpdate_t2796323918_1_0_0,
&PlayerSendFrameStarted_t3968901418_0_0_0,
&PlayerSendFrameStarted_t3968901418_1_0_0,
&UpdateRectTransform_t1757116547_0_0_0,
&UpdateRectTransform_t1757116547_1_0_0,
&UpdateCanvasRectTransform_t1832875547_0_0_0,
&UpdateCanvasRectTransform_t1832875547_1_0_0,
&PlayerUpdateCanvases_t4182350995_0_0_0,
&PlayerUpdateCanvases_t4182350995_1_0_0,
&UpdateAudio_t3497553982_0_0_0,
&UpdateAudio_t3497553982_1_0_0,
&UpdateVideo_t1157864926_0_0_0,
&UpdateVideo_t1157864926_1_0_0,
&DirectorLateUpdate_t457202392_0_0_0,
&DirectorLateUpdate_t457202392_1_0_0,
&ScriptRunDelayedDynamicFrameRate_t3251018792_0_0_0,
&ScriptRunDelayedDynamicFrameRate_t3251018792_1_0_0,
&ParticlesLegacyUpdateAllParticleSystems_t554154943_0_0_0,
&ParticlesLegacyUpdateAllParticleSystems_t554154943_1_0_0,
&ParticleSystemEndUpdateAll_t2836077351_0_0_0,
&ParticleSystemEndUpdateAll_t2836077351_1_0_0,
&UpdateSubstance_t2774222247_0_0_0,
&UpdateSubstance_t2774222247_1_0_0,
&UpdateCustomRenderTextures_t3703755979_0_0_0,
&UpdateCustomRenderTextures_t3703755979_1_0_0,
&UpdateAllRenderers_t4055013667_0_0_0,
&UpdateAllRenderers_t4055013667_1_0_0,
&EnlightenRuntimeUpdate_t4260720146_0_0_0,
&EnlightenRuntimeUpdate_t4260720146_1_0_0,
&UpdateAllSkinnedMeshes_t1333460471_0_0_0,
&UpdateAllSkinnedMeshes_t1333460471_1_0_0,
&ProcessWebSendMessages_t2589893390_0_0_0,
&ProcessWebSendMessages_t2589893390_1_0_0,
&SortingGroupsUpdate_t3400410071_0_0_0,
&SortingGroupsUpdate_t3400410071_1_0_0,
&UpdateVideoTextures_t2815897475_0_0_0,
&UpdateVideoTextures_t2815897475_1_0_0,
&DirectorRenderImage_t101067038_0_0_0,
&DirectorRenderImage_t101067038_1_0_0,
&PlayerEmitCanvasGeometry_t1638525882_0_0_0,
&PlayerEmitCanvasGeometry_t1638525882_1_0_0,
&FinishFrameRendering_t1554225360_0_0_0,
&FinishFrameRendering_t1554225360_1_0_0,
&BatchModeUpdate_t2092978832_0_0_0,
&BatchModeUpdate_t2092978832_1_0_0,
&PlayerSendFrameComplete_t3284237406_0_0_0,
&PlayerSendFrameComplete_t3284237406_1_0_0,
&UpdateCaptureScreenshot_t361950221_0_0_0,
&UpdateCaptureScreenshot_t361950221_1_0_0,
&PresentAfterDraw_t3864494237_0_0_0,
&PresentAfterDraw_t3864494237_1_0_0,
&ClearImmediateRenderers_t365505584_0_0_0,
&ClearImmediateRenderers_t365505584_1_0_0,
&XRPostPresent_t2124473652_0_0_0,
&XRPostPresent_t2124473652_1_0_0,
&UpdateResolution_t864018525_0_0_0,
&UpdateResolution_t864018525_1_0_0,
&InputEndFrame_t4083110122_0_0_0,
&InputEndFrame_t4083110122_1_0_0,
&GUIClearEvents_t3875064483_0_0_0,
&GUIClearEvents_t3875064483_1_0_0,
&ShaderHandleErrors_t2219336884_0_0_0,
&ShaderHandleErrors_t2219336884_1_0_0,
&ResetInputAxis_t866062302_0_0_0,
&ResetInputAxis_t866062302_1_0_0,
&ThreadedLoadingDebug_t53594427_0_0_0,
&ThreadedLoadingDebug_t53594427_1_0_0,
&ProfilerSynchronizeStats_t1082371934_0_0_0,
&ProfilerSynchronizeStats_t1082371934_1_0_0,
&MemoryFrameMaintenance_t1219312215_0_0_0,
&MemoryFrameMaintenance_t1219312215_1_0_0,
&ExecuteGameCenterCallbacks_t2005625669_0_0_0,
&ExecuteGameCenterCallbacks_t2005625669_1_0_0,
&ProfilerEndFrame_t852348665_0_0_0,
&ProfilerEndFrame_t852348665_1_0_0,
&PlayerSendFramePostPresent_t1043377270_0_0_0,
&PlayerSendFramePostPresent_t1043377270_1_0_0,
&PhysicsSkinnedClothBeginUpdate_t2520621450_0_0_0,
&PhysicsSkinnedClothBeginUpdate_t2520621450_1_0_0,
&PhysicsSkinnedClothFinishUpdate_t2050201317_0_0_0,
&PhysicsSkinnedClothFinishUpdate_t2050201317_1_0_0,
&TriggerEndOfFrameCallbacks_t2165224221_0_0_0,
&TriggerEndOfFrameCallbacks_t2165224221_1_0_0,
&PlayerLoopSystemInternal_t2185485283_0_0_0,
&PlayerLoopSystemInternal_t2185485283_1_0_0,
&UpdateFunction_t377278577_0_0_6,
&PlayerLoopSystem_t105772105_1_0_0,
&PlayerLoopSystemU5BU5D_t1150299252_0_0_6,
&UpdateFunction_t377278577_0_0_0,
&UpdateFunction_t377278577_1_0_0,
&PropertyAttribute_t3677895545_0_0_0,
&PropertyAttribute_t3677895545_1_0_0,
&TooltipAttribute_t3957072629_0_0_0,
&TooltipAttribute_t3957072629_1_0_0,
&SpaceAttribute_t3956583069_0_0_0,
&SpaceAttribute_t3956583069_1_0_0,
&Single_t1397266774_0_0_38,
&RangeAttribute_t3337244227_0_0_0,
&RangeAttribute_t3337244227_1_0_0,
&TextAreaAttribute_t3326046611_0_0_0,
&TextAreaAttribute_t3326046611_1_0_0,
&PropertyNameUtils_t539849043_0_0_0,
&PropertyNameUtils_t539849043_1_0_0,
&PropertyName_t3749835189_1_0_2,
&PropertyName_t3749835189_1_0_0,
&Random_t635017412_0_0_0,
&Random_t635017412_1_0_0,
&RangeInt_t2094684618_1_0_0,
&Rect_t2360479859_1_0_0,
&ReflectionProbe_t175708936_1_0_0,
&Action_2_t3498178784_0_0_17,
&Action_1_t2144852004_0_0_17,
&ReflectionProbeEvent_t3218944946_1_0_0,
&ReflectionProbeEvent_t3218944946_0_0_32854,
&ResourceRequest_t3109103591_0_0_0,
&ResourceRequest_t3109103591_1_0_0,
&Resources_t2942265397_0_0_0,
&Resources_t2942265397_1_0_0,
&Resources_GetBuiltinResource_m4048075863_gp_0_0_0_0,
&ScriptableObject_t2528358522_1_0_0,
&ScriptableObject_CreateInstance_m3798243879_gp_0_0_0_0,
&ScriptableRenderContext_t274343796_0_0_0,
&ScriptableRenderContext_t274343796_1_0_0,
&SelectionBaseAttribute_t3493465804_0_0_0,
&SelectionBaseAttribute_t3493465804_1_0_0,
&SerializePrivateVariables_t3872960625_0_0_0,
&SerializePrivateVariables_t3872960625_1_0_0,
&SerializeField_t3286833614_0_0_0,
&SerializeField_t3286833614_1_0_0,
&PreferBinarySerialization_t2906007930_0_0_0,
&PreferBinarySerialization_t2906007930_1_0_0,
&ISerializationCallbackReceiver_t2363941153_1_0_0,
&SortingLayer_t2251519173_0_0_0,
&SortingLayer_t2251519173_1_0_0,
&StackTraceUtility_t3465565809_0_0_0,
&StackTraceUtility_t3465565809_1_0_0,
&UnityException_t3598173660_0_0_0,
&UnityException_t3598173660_1_0_0,
&OperatingSystemFamily_t1868066375_0_0_0,
&OperatingSystemFamily_t1868066375_1_0_0,
&OperatingSystemFamily_t1868066375_0_0_32854,
&SystemInfo_t3561985952_0_0_0,
&SystemInfo_t3561985952_1_0_0,
&Texture_t3661962703_1_0_0,
&Vector2_t2156229523_1_0_2,
&Texture2D_t3840446185_0_0_0,
&Texture2D_t3840446185_1_0_0,
&Color_t2555686324_1_0_2,
&Cubemap_t1972384409_1_0_0,
&Texture3D_t1884131049_0_0_0,
&Texture3D_t1884131049_1_0_0,
&Texture2DArray_t4044506685_0_0_0,
&Texture2DArray_t4044506685_1_0_0,
&RenderTexture_t2108887433_1_0_0,
&RenderTextureDescriptor_t1974534975_0_0_0,
&RenderTextureDescriptor_t1974534975_1_0_0,
&RenderTextureDescriptor_t1974534975_1_0_2,
&RenderTextureFormat_t962350765_0_0_1,
&Int32U5BU5D_t385246372_0_0_17,
&TextureDimension_t3933106086_0_0_1,
&ShadowSamplingMode_t838715745_0_0_1,
&VRTextureUsage_t3142149582_0_0_1,
&RenderTextureCreationFlags_t557679221_0_0_1,
&RenderTextureMemoryless_t852891252_0_0_1,
&Time_t2420636075_0_0_0,
&Time_t2420636075_1_0_0,
&TouchScreenKeyboardType_t1530597702_1_0_0,
&TouchScreenKeyboardType_t1530597702_0_0_32854,
&TrackedReference_t1199777556_0_0_0,
&TrackedReference_t1199777556_1_0_0,
&UnityAPICompatibilityVersionAttribute_t3842027601_0_0_0,
&UnityAPICompatibilityVersionAttribute_t3842027601_1_0_0,
&HideFlags_t4250555765_0_0_0,
&HideFlags_t4250555765_1_0_0,
&HideFlags_t4250555765_0_0_32854,
&Object_t631007953_1_0_0,
&Object_Instantiate_m2104594782_gp_0_0_0_0,
&PersistentListenerMode_t232255230_0_0_0,
&PersistentListenerMode_t232255230_1_0_0,
&PersistentListenerMode_t232255230_0_0_32854,
&ArgumentCache_t2187958399_0_0_0,
&ArgumentCache_t2187958399_1_0_0,
&Object_t631007953_0_0_1,
&BaseInvokableCall_t2703961024_1_0_0,
&BaseInvokableCall_ThrowOnInvalidArg_m900335854_gp_0_0_0_0,
&InvokableCall_t832123510_0_0_0,
&InvokableCall_t832123510_1_0_0,
&UnityAction_t3245792599_0_0_1,
&InvokableCall_1_t3865199217_0_0_0,
&InvokableCall_1_t3865199217_1_0_0,
&UnityAction_1_t802700511_0_0_0,
&InvokableCall_1_t3865199217_gp_0_0_0_0,
&UnityAction_1_t802700511_0_0_1,
&InvokableCall_2_t3865133681_0_0_0,
&InvokableCall_2_t3865133681_1_0_0,
&UnityAction_2_t300839120_0_0_1,
&InvokableCall_2_t3865133681_gp_0_0_0_0,
&InvokableCall_2_t3865133681_gp_1_0_0_0,
&UnityAction_2_t300839120_0_0_0,
&InvokableCall_3_t3865068145_0_0_0,
&InvokableCall_3_t3865068145_1_0_0,
&UnityAction_3_t148588884_0_0_1,
&InvokableCall_3_t3865068145_gp_0_0_0_0,
&InvokableCall_3_t3865068145_gp_1_0_0_0,
&InvokableCall_3_t3865068145_gp_2_0_0_0,
&UnityAction_3_t148588884_0_0_0,
&InvokableCall_4_t3865002609_0_0_0,
&InvokableCall_4_t3865002609_1_0_0,
&UnityAction_4_t3882611097_0_0_1,
&InvokableCall_4_t3865002609_gp_0_0_0_0,
&InvokableCall_4_t3865002609_gp_1_0_0_0,
&InvokableCall_4_t3865002609_gp_2_0_0_0,
&InvokableCall_4_t3865002609_gp_3_0_0_0,
&UnityAction_4_t3882611097_0_0_0,
&CachedInvokableCall_1_t3153979999_1_0_0,
&InvokableCall_1_t3918776686_0_0_0,
&CachedInvokableCall_1_t3153979999_gp_0_0_0_0,
&CachedInvokableCall_1_t3153979999_gp_0_0_0_33,
&UnityEventCallState_t3448586328_0_0_0,
&UnityEventCallState_t3448586328_1_0_0,
&UnityEventCallState_t3448586328_0_0_32854,
&PersistentCall_t3407714124_1_0_0,
&UnityEventBase_t3960448221_0_0_0,
&PersistentListenerMode_t232255230_0_0_1,
&ArgumentCache_t2187958399_0_0_1,
&UnityEventCallState_t3448586328_0_0_1,
&PersistentCallGroup_t3050769227_0_0_0,
&PersistentCallGroup_t3050769227_1_0_0,
&InvokableCallList_t2498835369_0_0_0,
&List_1_t584821570_0_0_1,
&InvokableCallList_t2498835369_1_0_0,
&List_1_t4176035766_0_0_33,
&UnityEventBase_t3960448221_1_0_0,
&InvokableCallList_t2498835369_0_0_1,
&PersistentCallGroup_t3050769227_0_0_1,
&UnityAction_t3245792599_1_0_0,
&UnityEvent_t2581268647_0_0_0,
&UnityEvent_t2581268647_1_0_0,
&UnityAction_1_t1563376616_0_0_0,
&UnityAction_1_t1563376616_1_0_0,
&UnityAction_1_t1563376616_gp_0_0_0_0,
&UnityEvent_1_t74220259_0_0_0,
&UnityEvent_1_t74220259_1_0_0,
&UnityAction_1_t1306688849_0_0_0,
&UnityEvent_1_t74220259_gp_0_0_0_0,
&UnityEvent_1_t1603512212_0_0_0,
&InvokableCall_1_t839016946_0_0_0,
&UnityAction_2_t3519691752_0_0_0,
&UnityAction_2_t3519691752_1_0_0,
&UnityAction_2_t3519691752_gp_0_0_0_0,
&UnityAction_2_t3519691752_gp_1_0_0_0,
&UnityEvent_2_t477504786_0_0_0,
&UnityEvent_2_t477504786_1_0_0,
&UnityEvent_2_t477504786_gp_0_0_0_0,
&UnityEvent_2_t477504786_gp_1_0_0_0,
&InvokableCall_2_t39947495_0_0_0,
&UnityAction_3_t1181039592_0_0_0,
&UnityAction_3_t1181039592_1_0_0,
&UnityAction_3_t1181039592_gp_0_0_0_0,
&UnityAction_3_t1181039592_gp_1_0_0_0,
&UnityAction_3_t1181039592_gp_2_0_0_0,
&UnityEvent_3_t3206388141_0_0_0,
&UnityEvent_3_t3206388141_1_0_0,
&UnityEvent_3_t3206388141_gp_0_0_0_0,
&UnityEvent_3_t3206388141_gp_1_0_0_0,
&UnityEvent_3_t3206388141_gp_2_0_0_0,
&InvokableCall_3_t3505746873_0_0_0,
&UnityAction_4_t371735528_0_0_0,
&UnityAction_4_t371735528_1_0_0,
&UnityAction_4_t371735528_gp_0_0_0_0,
&UnityAction_4_t371735528_gp_1_0_0_0,
&UnityAction_4_t371735528_gp_2_0_0_0,
&UnityAction_4_t371735528_gp_3_0_0_0,
&UnityEvent_4_t3609672668_0_0_0,
&UnityEvent_4_t3609672668_1_0_0,
&UnityEvent_4_t3609672668_gp_0_0_0_0,
&UnityEvent_4_t3609672668_gp_1_0_0_0,
&UnityEvent_4_t3609672668_gp_2_0_0_0,
&UnityEvent_4_t3609672668_gp_3_0_0_0,
&InvokableCall_4_t3420349028_0_0_0,
&UnitySynchronizationContext_t1887453786_0_0_0,
&UnitySynchronizationContext_t1887453786_1_0_0,
&Queue_1_t1200778106_0_0_33,
&WorkRequest_t1354518612_1_0_0,
&SendOrPostCallback_t2750080073_0_0_33,
&ManualResetEvent_t451242010_0_0_33,
&Vector2_t2156229523_0_0_49,
&Vector4_t3319028937_1_0_0,
&Vector4_t3319028937_0_0_49,
&WaitForEndOfFrame_t1314943911_0_0_0,
&WaitForEndOfFrame_t1314943911_1_0_0,
&WaitForFixedUpdate_t1634918743_0_0_0,
&WaitForFixedUpdate_t1634918743_1_0_0,
&WaitForSeconds_t1699091251_0_0_0,
&WaitForSeconds_t1699091251_1_0_0,
&WaitForSecondsRealtime_t189548121_0_0_0,
&WaitForSecondsRealtime_t189548121_1_0_0,
&YieldInstruction_t403091072_1_0_0,
&ReadOnlyAttribute_t3518714744_0_0_0,
&ReadOnlyAttribute_t3518714744_1_0_0,
&WriteOnlyAttribute_t1738907586_0_0_0,
&WriteOnlyAttribute_t1738907586_1_0_0,
&DeallocateOnJobCompletionAttribute_t3762612740_0_0_0,
&DeallocateOnJobCompletionAttribute_t3762612740_1_0_0,
&NativeFixedLengthAttribute_t3072952540_0_0_0,
&NativeFixedLengthAttribute_t3072952540_1_0_0,
&NativeMatchesParallelForLengthAttribute_t1813325102_0_0_0,
&NativeMatchesParallelForLengthAttribute_t1813325102_1_0_0,
&NativeDisableParallelForRestrictionAttribute_t3768540096_0_0_0,
&NativeDisableParallelForRestrictionAttribute_t3768540096_1_0_0,
&NativeContainerAttribute_t212308715_0_0_0,
&NativeContainerAttribute_t212308715_1_0_0,
&NativeContainerIsReadOnlyAttribute_t4098664174_0_0_0,
&NativeContainerIsReadOnlyAttribute_t4098664174_1_0_0,
&NativeContainerIsAtomicWriteOnlyAttribute_t4134969175_0_0_0,
&NativeContainerIsAtomicWriteOnlyAttribute_t4134969175_1_0_0,
&NativeContainerSupportsMinMaxWriteRestrictionAttribute_t3808117416_0_0_0,
&NativeContainerSupportsMinMaxWriteRestrictionAttribute_t3808117416_1_0_0,
&NativeContainerSupportsDeallocateOnJobCompletionAttribute_t1480492758_0_0_0,
&NativeContainerSupportsDeallocateOnJobCompletionAttribute_t1480492758_1_0_0,
&NativeContainerSupportsDeferredConvertListToArray_t4167123417_0_0_0,
&NativeContainerSupportsDeferredConvertListToArray_t4167123417_1_0_0,
&NativeSetThreadIndexAttribute_t1211267337_0_0_0,
&NativeSetThreadIndexAttribute_t1211267337_1_0_0,
&NativeContainerNeedsThreadIndexAttribute_t764917452_0_0_0,
&NativeContainerNeedsThreadIndexAttribute_t764917452_1_0_0,
&NativeDisableUnsafePtrRestrictionAttribute_t2582701661_0_0_0,
&NativeDisableUnsafePtrRestrictionAttribute_t2582701661_1_0_0,
&NativeDisableContainerSafetyRestrictionAttribute_t708027756_0_0_0,
&NativeDisableContainerSafetyRestrictionAttribute_t708027756_1_0_0,
&NativeSetClassTypeToNullOnScheduleAttribute_t1234016338_0_0_0,
&NativeSetClassTypeToNullOnScheduleAttribute_t1234016338_1_0_0,
&CameraPlayable_t3330816414_1_0_0,
&PlayableHandle_t1095853803_0_0_1,
&IPlayable_t2231939639_0_0_0,
&IEquatable_1_t4221962141_0_0_1,
&IPlayable_t2231939639_1_0_0,
&IPlayableBehaviour_t216449062_0_0_0,
&IPlayableBehaviour_t216449062_1_0_0,
&IPlayableOutput_t3561299444_0_0_0,
&IPlayableOutput_t3561299444_1_0_0,
&MaterialEffectPlayable_t3995207978_1_0_0,
&IEquatable_1_t591386409_0_0_1,
&Playable_t459825607_1_0_0,
&Playable_t459825607_0_0_49,
&IEquatable_1_t1350971334_0_0_1,
&IPlayableAsset_t178020480_0_0_0,
&IPlayableAsset_t178020480_1_0_0,
&PlayableAsset_t3219022681_0_0_0,
&PlayableAsset_t3219022681_1_0_0,
&PlayableGraph_t3515989261_0_0_0,
&PlayableBehaviour_t4203540982_0_0_0,
&PlayableBehaviour_t4203540982_1_0_0,
&PlayableBinding_t354260709_1_0_0,
&CreateOutputMethod_t2301811773_0_0_1,
&PlayableBindingU5BU5D_t829358056_0_0_54,
&Double_t594665363_0_0_54,
&CreateOutputMethod_t2301811773_0_0_0,
&CreateOutputMethod_t2301811773_1_0_0,
&PlayableGraph_t3515989261_1_0_0,
&PlayableHandle_t1095853803_1_0_0,
&PlayableHandle_IsPlayableOfType_m3521778301_gp_0_0_0_0,
&PlayableOutputHandle_t4208053793_1_0_0,
&PlayableOutput_t3179894105_1_0_0,
&PlayableOutputHandle_t4208053793_0_0_1,
&PlayableOutput_t3179894105_0_0_49,
&IEquatable_1_t4071039832_0_0_1,
&ScriptPlayableOutput_t2715692609_0_0_0,
&ScriptPlayableOutput_t2715692609_1_0_0,
&TextureMixerPlayable_t2398603962_1_0_0,
&IEquatable_1_t3289749689_0_0_1,
&TexturePlayableOutput_t648497447_0_0_0,
&TexturePlayableOutput_t648497447_1_0_0,
&DefaultValueAttribute_t2337225216_0_0_0,
&DefaultValueAttribute_t2337225216_1_0_0,
&ExcludeFromDocsAttribute_t3592494112_0_0_0,
&ExcludeFromDocsAttribute_t3592494112_1_0_0,
&ILogger_t2607134790_1_0_0,
&ILogHandler_t2464711877_1_0_0,
&Logger_t274032455_0_0_0,
&Logger_t274032455_1_0_0,
&ILogHandler_t2464711877_0_0_1,
&LogType_t73765434_0_0_1,
&MessageEventArgs_t1170575784_1_0_0,
&IEditorPlayerConnection_t3531090928_0_0_0,
&IEditorPlayerConnection_t3531090928_1_0_0,
&PlayerConnection_t3081694049_1_0_0,
&IPlayerEditorConnectionNative_t4228359453_0_0_0,
&IPlayerEditorConnectionNative_t4228359453_0_0_19,
&PlayerEditorConnectionEvents_t3411787513_0_0_1,
&List_1_t128053199_0_0_1,
&PlayerConnection_t3081694049_0_0_17,
&U3CRegisterU3Ec__AnonStorey0_t2405595090_0_0_0,
&U3CRegisterU3Ec__AnonStorey0_t2405595090_1_0_0,
&Guid_t_0_0_3,
&U3CUnregisterU3Ec__AnonStorey1_t2528476601_0_0_0,
&U3CUnregisterU3Ec__AnonStorey1_t2528476601_1_0_0,
&U3CBlockUntilRecvMsgU3Ec__AnonStorey2_t2166869842_0_0_0,
&U3CBlockUntilRecvMsgU3Ec__AnonStorey2_t2166869842_1_0_0,
&PlayerEditorConnectionEvents_t3411787513_0_0_0,
&PlayerEditorConnectionEvents_t3411787513_1_0_0,
&List_1_t3157010512_0_0_6,
&ConnectionChangeEvent_t3251856151_0_0_6,
&MessageEvent_t1491597365_0_0_0,
&MessageEvent_t1491597365_1_0_0,
&ConnectionChangeEvent_t3251856151_0_0_0,
&ConnectionChangeEvent_t3251856151_1_0_0,
&MessageTypeSubscribers_t1684935770_1_0_0,
&MessageEvent_t1491597365_0_0_6,
&U3CInvokeMessageIdSubscribersU3Ec__AnonStorey0_t907692441_0_0_0,
&U3CInvokeMessageIdSubscribersU3Ec__AnonStorey0_t907692441_1_0_0,
&U3CAddAndCreateU3Ec__AnonStorey1_t1136770903_0_0_0,
&U3CAddAndCreateU3Ec__AnonStorey1_t1136770903_1_0_0,
&U3CUnregisterManagedCallbackU3Ec__AnonStorey2_t1335960973_0_0_0,
&U3CUnregisterManagedCallbackU3Ec__AnonStorey2_t1335960973_1_0_0,
&IRenderPipeline_t857809005_0_0_0,
&IRenderPipeline_t857809005_1_0_0,
&IRenderPipelineAsset_t3275513850_0_0_0,
&IRenderPipelineAsset_t3275513850_1_0_0,
&RenderPipelineManager_t4036911426_0_0_0,
&RenderPipelineManager_t4036911426_1_0_0,
&IRenderPipelineAsset_t3275513850_0_0_17,
&IRenderPipeline_t857809005_0_0_17,
&SupportedRenderingFeatures_t353898663_0_0_0,
&SupportedRenderingFeatures_t353898663_1_0_0,
&LightmapMixedBakeMode_t4188935449_0_0_0,
&SupportedRenderingFeatures_t353898663_0_0_17,
&ReflectionProbeSupportFlags_t3313277643_0_0_1,
&LightmapMixedBakeMode_t4188935449_0_0_1,
&LightmapBakeType_t1497855756_0_0_1,
&LightmapsMode_t12202505_0_0_1,
&ReflectionProbeSupportFlags_t3313277643_0_0_0,
&ReflectionProbeSupportFlags_t3313277643_1_0_0,
&ReflectionProbeSupportFlags_t3313277643_0_0_32854,
&LightmapMixedBakeMode_t4188935449_1_0_0,
&LightmapMixedBakeMode_t4188935449_0_0_32854,
&Scene_t2348375561_1_0_0,
&SceneManager_t2787271929_0_0_0,
&SceneManager_t2787271929_1_0_0,
&UnityAction_2_t2165061829_0_0_17,
&UnityAction_1_t2933211702_0_0_17,
&UnityAction_2_t1262235195_0_0_17,
&LoadSceneMode_t3251202195_1_0_0,
&LoadSceneMode_t3251202195_0_0_32854,
&FormerlySerializedAsAttribute_t2859083114_0_0_0,
&FormerlySerializedAsAttribute_t2859083114_1_0_0,
&TypeInferenceRules_t96689094_0_0_0,
&TypeInferenceRules_t96689094_1_0_0,
&TypeInferenceRules_t96689094_0_0_32854,
&TypeInferenceRuleAttribute_t254868554_0_0_0,
&TypeInferenceRuleAttribute_t254868554_1_0_0,
&GenericStack_t1310059385_0_0_0,
&GenericStack_t1310059385_1_0_0,
&NetFxCoreExtensions_t4089902045_0_0_0,
&NetFxCoreExtensions_t4089902045_1_0_0,
&DrivenTransformProperties_t3813433528_0_0_0,
&DrivenTransformProperties_t3813433528_1_0_0,
&DrivenTransformProperties_t3813433528_0_0_32854,
&DrivenRectTransformTracker_t2562230146_0_0_0,
&DrivenRectTransformTracker_t2562230146_1_0_0,
&RectTransform_t3704657025_1_0_0,
&ReapplyDrivenProperties_t1258266594_0_0_0,
&Edge_t1530570602_0_0_0,
&Axis_t1856666072_0_0_0,
&ReapplyDrivenProperties_t1258266594_0_0_17,
&Edge_t1530570602_1_0_0,
&Edge_t1530570602_0_0_32854,
&Axis_t1856666072_1_0_0,
&Axis_t1856666072_0_0_32854,
&ReapplyDrivenProperties_t1258266594_1_0_0,
&Transform_t3600365921_1_0_0,
&Matrix4x4_t1817901843_1_0_2,
&Enumerator_t3442430665_0_0_0,
&Enumerator_t3442430665_1_0_0,
&Transform_t3600365921_0_0_1,
&SpriteBone_t303320096_0_0_0,
&SpriteBone_t303320096_1_0_0,
&Quaternion_t2301928331_0_0_1,
&DataUtility_t2196215967_0_0_0,
&DataUtility_t2196215967_1_0_0,
&SpriteRenderer_t3235626157_1_0_0,
&SpritePackingMode_t1341680400_0_0_0,
&SpritePackingMode_t1341680400_1_0_0,
&SpritePackingMode_t1341680400_0_0_32854,
&Sprite_t280657092_1_0_0,
&Vector4_t3319028937_1_0_2,
&SpriteAtlasManager_t3158462485_0_0_0,
&SpriteAtlasManager_t3158462485_1_0_0,
&RequestAtlasCallback_t3100554279_0_0_17,
&Action_1_t819399007_0_0_17,
&RequestAtlasCallback_t3100554279_0_0_0,
&RequestAtlasCallback_t3100554279_1_0_0,
&SpriteAtlas_t646931412_1_0_0,
&TouchPhase_t72348083_0_0_0,
&TouchPhase_t72348083_1_0_0,
&TouchPhase_t72348083_0_0_32854,
&IMECompositionMode_t2677948540_0_0_0,
&IMECompositionMode_t2677948540_1_0_0,
&IMECompositionMode_t2677948540_0_0_32854,
&TouchType_t2034578258_0_0_0,
&TouchType_t2034578258_1_0_0,
&TouchType_t2034578258_0_0_32854,
&Touch_t1921856868_0_0_0,
&Touch_t1921856868_1_0_0,
&Vector2_t2156229523_0_0_1,
&TouchPhase_t72348083_0_0_1,
&TouchType_t2034578258_0_0_1,
&Gyroscope_t3288342876_0_0_0,
&Gyroscope_t3288342876_1_0_0,
&Input_t1431474628_0_0_0,
&Input_t1431474628_1_0_0,
&Touch_t1921856868_1_0_2,
&Gyroscope_t3288342876_0_0_17,
&IPlayerEditorConnectionNative_t4228359453_1_0_0,
&PlayerConnectionInternal_t3892293164_0_0_0,
&PlayerConnectionInternal_t3892293164_1_0_0,
&U3CModuleU3E_t692745531_0_0_0,
&U3CModuleU3E_t692745531_1_0_0,
&FontStyle_t82229486_0_0_0,
&FontStyle_t82229486_1_0_0,
&FontStyle_t82229486_0_0_32854,
&TextGenerationError_t3604799999_0_0_0,
&TextGenerationError_t3604799999_1_0_0,
&TextGenerationError_t3604799999_0_0_32854,
&TextGenerationSettings_t1351628751_0_0_0,
&TextGenerationSettings_t1351628751_1_0_0,
&Font_t1956802104_0_0_6,
&Color_t2555686324_0_0_6,
&FontStyle_t82229486_0_0_6,
&TextAnchor_t2035777396_0_0_6,
&VerticalWrapMode_t2936607737_0_0_6,
&HorizontalWrapMode_t2172737147_0_0_6,
&Vector2_t2156229523_0_0_6,
&TextGenerator_t3211863866_0_0_0,
&TextGenerator_t3211863866_1_0_0,
&VerticalWrapMode_t2936607737_0_0_0,
&HorizontalWrapMode_t2172737147_0_0_0,
&TextGenerationError_t3604799999_1_0_2,
&TextGenerationSettings_t1351628751_0_0_1,
&TextGenerationError_t3604799999_0_0_1,
&List_1_t1234605051_0_0_33,
&List_1_t1547575848_0_0_33,
&List_1_t1372374256_0_0_33,
&TextAnchor_t2035777396_1_0_0,
&TextAnchor_t2035777396_0_0_32854,
&HorizontalWrapMode_t2172737147_1_0_0,
&HorizontalWrapMode_t2172737147_0_0_32854,
&VerticalWrapMode_t2936607737_1_0_0,
&VerticalWrapMode_t2936607737_0_0_32854,
&UICharInfo_t75501106_1_0_0,
&UILineInfo_t4195266810_1_0_0,
&UIVertex_t4057497605_1_0_0,
&Vector3_t3722313464_0_0_6,
&Vector4_t3319028937_0_0_6,
&Color32_t2600501292_0_0_6,
&Color32_t2600501292_0_0_49,
&UIVertex_t4057497605_0_0_22,
&Font_t1956802104_1_0_0,
&Action_1_t2129269699_0_0_17,
&FontTextureRebuildCallback_t2467502454_0_0_1,
&FontTextureRebuildCallback_t2467502454_0_0_0,
&FontTextureRebuildCallback_t2467502454_1_0_0,
&U3CModuleU3E_t692745532_0_0_0,
&U3CModuleU3E_t692745532_1_0_0,
&IAnimationJobPlayable_t212980373_0_0_0,
&IAnimationJobPlayable_t212980373_1_0_0,
&SharedBetweenAnimatorsAttribute_t2857104338_0_0_0,
&SharedBetweenAnimatorsAttribute_t2857104338_1_0_0,
&StateMachineBehaviour_t957311111_0_0_0,
&StateMachineBehaviour_t957311111_1_0_0,
&AnimationClipPlayable_t3189118652_1_0_0,
&IEquatable_1_t4080264379_0_0_1,
&AnimationHumanStream_t4010990717_0_0_0,
&AnimationHumanStream_t4010990717_1_0_0,
&AnimationLayerMixerPlayable_t3631223897_1_0_0,
&AnimationLayerMixerPlayable_t3631223897_0_0_49,
&IEquatable_1_t227402328_0_0_1,
&AnimationMixerPlayable_t821371386_1_0_0,
&IEquatable_1_t1712517113_0_0_1,
&AnimationMotionXToDeltaPlayable_t272231551_1_0_0,
&IEquatable_1_t1163377278_0_0_1,
&AnimationOffsetPlayable_t2887420414_1_0_0,
&AnimationOffsetPlayable_t2887420414_0_0_49,
&IEquatable_1_t3778566141_0_0_1,
&AnimationPlayableOutput_t1918618239_0_0_0,
&AnimationPlayableOutput_t1918618239_1_0_0,
&AnimationScriptPlayable_t1303525964_1_0_0,
&AnimationScriptPlayable_t1303525964_0_0_49,
&IEquatable_1_t2194671691_0_0_1,
&IPlayable_t2231939639_0_0_2,
&AnimationStream_t3771784418_0_0_0,
&AnimationStream_t3771784418_1_0_0,
&AnimatorClipInfo_t3156717155_0_0_0,
&AnimatorClipInfo_t3156717155_1_0_0,
&AnimatorStateInfo_t509032636_0_0_0,
&AnimatorStateInfo_t509032636_1_0_0,
&AnimatorTransitionInfo_t2534804151_0_0_0,
&AnimatorTransitionInfo_t2534804151_1_0_0,
&Animator_t434523843_1_0_0,
&AnimatorControllerPlayable_t1015767841_1_0_0,
&AnimatorControllerPlayable_t1015767841_0_0_49,
&IEquatable_1_t1906913568_0_0_1,
&AnimatorOverrideController_t3582062219_0_0_0,
&AnimatorOverrideController_t3582062219_1_0_0,
&RuntimeAnimatorController_t2933699135_0_0_0,
&OnOverrideControllerDirtyCallback_t1307045488_0_0_3,
&OnOverrideControllerDirtyCallback_t1307045488_0_0_0,
&OnOverrideControllerDirtyCallback_t1307045488_1_0_0,
&SkeletonBone_t4134054672_0_0_0,
&SkeletonBone_t4134054672_1_0_0,
&Quaternion_t2301928331_0_0_6,
&HumanLimit_t2901552972_0_0_0,
&HumanLimit_t2901552972_1_0_0,
&HumanBone_t2465339518_0_0_0,
&HumanBone_t2465339518_1_0_0,
&HumanLimit_t2901552972_0_0_6,
&RuntimeAnimatorController_t2933699135_1_0_0,
&AnimationEventSource_t3045280095_0_0_0,
&AnimationEventSource_t3045280095_1_0_0,
&AnimationEventSource_t3045280095_0_0_32854,
&AnimationEvent_t1536042487_0_0_0,
&AnimationEvent_t1536042487_1_0_0,
&Object_t631007953_0_0_3,
&AnimationEventSource_t3045280095_0_0_3,
&AnimationState_t1108360407_0_0_3,
&AnimatorStateInfo_t509032636_0_0_3,
&AnimatorClipInfo_t3156717155_0_0_3,
&AnimationState_t1108360407_0_0_0,
&AnimationState_t1108360407_1_0_0,
&U3CModuleU3E_t692745533_0_0_0,
&U3CModuleU3E_t692745533_1_0_0,
&AudioExtensionDefinition_t3271167678_0_0_0,
&AudioExtensionDefinition_t3271167678_1_0_0,
&AudioSpatializerExtensionDefinition_t597896186_1_0_0,
&PropertyName_t3749835189_0_0_6,
&AudioExtensionDefinition_t3271167678_0_0_6,
&AudioAmbisonicExtensionDefinition_t4118426890_1_0_0,
&AudioListenerExtension_t3242956547_0_0_0,
&AudioListenerExtension_t3242956547_1_0_0,
&AudioListener_t2734094699_0_0_0,
&AudioListener_t2734094699_0_0_1,
&AudioSourceExtension_t3064908834_1_0_0,
&AudioSource_t3935305588_0_0_0,
&AudioSource_t3935305588_0_0_1,
&AudioExtensionManager_t3220897493_0_0_0,
&AudioExtensionManager_t3220897493_1_0_0,
&List_1_t2069970928_0_0_17,
&List_1_t1295534336_0_0_17,
&List_1_t242016280_0_0_17,
&PropertyName_t3749835189_0_0_17,
&AudioPlayableOutput_t2664391219_0_0_0,
&AudioPlayableOutput_t2664391219_1_0_0,
&AudioClipPlayable_t785069022_1_0_0,
&IEquatable_1_t1676214749_0_0_1,
&AudioMixerPlayable_t3520548497_1_0_0,
&IEquatable_1_t116726928_0_0_1,
&AudioSampleProvider_t3950279772_0_0_0,
&AudioSampleProvider_t3950279772_1_0_0,
&ConsumeSampleFramesNativeFunction_t1497769677_0_0_1,
&SampleFramesHandler_t3208670351_0_0_1,
&ConsumeSampleFramesNativeFunction_t1497769677_0_0_0,
&ConsumeSampleFramesNativeFunction_t1497769677_1_0_0,
&SampleFramesHandler_t3208670351_0_0_0,
&SampleFramesHandler_t3208670351_1_0_0,
&AudioSettings_t3587374600_0_0_0,
&AudioSettings_t3587374600_1_0_0,
&AudioConfigurationChangeHandler_t2089929874_0_0_17,
&AudioConfigurationChangeHandler_t2089929874_0_0_0,
&AudioConfigurationChangeHandler_t2089929874_1_0_0,
&AudioClip_t3680889665_0_0_0,
&AudioClip_t3680889665_1_0_0,
&SingleU5BU5D_t1444911251_0_0_0,
&PCMReaderCallback_t1677636661_0_0_1,
&PCMSetPositionCallback_t1059417452_0_0_1,
&PCMReaderCallback_t1677636661_0_0_0,
&PCMReaderCallback_t1677636661_1_0_0,
&PCMSetPositionCallback_t1059417452_0_0_0,
&PCMSetPositionCallback_t1059417452_1_0_0,
&AudioBehaviour_t2879336574_0_0_0,
&AudioBehaviour_t2879336574_1_0_0,
&AudioListener_t2734094699_1_0_0,
&AudioListenerExtension_t3242956547_0_0_3,
&AudioSource_t3935305588_1_0_0,
&AudioSourceExtension_t3064908834_0_0_3,
&U3CModuleU3E_t692745534_0_0_0,
&U3CModuleU3E_t692745534_1_0_0,
&Event_t2956885303_0_0_0,
&Event_t2956885303_1_0_0,
&EventType_t3528516131_0_0_0,
&EventModifiers_t2016417398_0_0_0,
&Event_t2956885303_0_0_17,
&EventType_t3528516131_1_0_0,
&EventType_t3528516131_0_0_32854,
&EventModifiers_t2016417398_1_0_0,
&EventModifiers_t2016417398_0_0_32854,
&GUI_t1624858472_0_0_0,
&GUI_t1624858472_1_0_0,
&GUISkin_t1244372282_0_0_0,
&WindowFunction_t3146511083_0_0_0,
&DateTime_t3738529785_0_0_17,
&GUISkin_t1244372282_0_0_17,
&GenericStack_t1310059385_0_0_49,
&WindowFunction_t3146511083_1_0_0,
&GUIContent_t3050628031_0_0_0,
&GUIContent_t3050628031_1_0_0,
&Texture_t3661962703_0_0_1,
&GUIContent_t3050628031_0_0_49,
&GUIContent_t3050628031_0_0_22,
&GUILayout_t3503650450_0_0_0,
&GUILayout_t3503650450_1_0_0,
&GUILayoutOption_t811797299_1_0_0,
&Type_t3858932131_0_0_0,
&Type_t3858932131_0_0_3,
&Type_t3858932131_1_0_0,
&Type_t3858932131_0_0_32854,
&GUILayoutUtility_t66395690_0_0_0,
&GUILayoutUtility_t66395690_1_0_0,
&GUILayoutOptionU5BU5D_t2510215842_0_0_0,
&GUILayoutGroup_t2157789695_0_0_0,
&Dictionary_2_t3261990503_0_0_49,
&LayoutCache_t78309876_0_0_19,
&Rect_t2360479859_0_0_51,
&GUIStyle_t3956901511_0_0_17,
&LayoutCache_t78309876_1_0_0,
&GUILayoutGroup_t2157789695_0_0_3,
&GenericStack_t1310059385_0_0_3,
&GUISettings_t1774757634_0_0_0,
&GUISettings_t1774757634_1_0_0,
&Color_t2555686324_0_0_1,
&GUISkin_t1244372282_1_0_0,
&Font_t1956802104_0_0_1,
&GUIStyle_t3956901511_0_0_1,
&GUIStyleU5BU5D_t2383250302_0_0_3,
&GUISettings_t1774757634_0_0_1,
&GUIStyle_t3956901511_0_0_19,
&Dictionary_2_t3742157810_0_0_1,
&SkinChangedDelegate_t1143955295_0_0_19,
&GUISkin_t1244372282_0_0_19,
&SkinChangedDelegate_t1143955295_0_0_0,
&SkinChangedDelegate_t1143955295_1_0_0,
&GUIStyleState_t1397964415_0_0_0,
&GUIStyleState_t1397964415_1_0_0,
&GUIStyle_t3956901511_0_0_33,
&GUIStyle_t3956901511_1_0_0,
&GUIStyleState_t1397964415_0_0_129,
&RectOffset_t1369453676_0_0_129,
&GUITargetAttribute_t25796337_1_0_0,
&GUIUtility_t1868551600_0_0_0,
&GUIUtility_t1868551600_1_0_0,
&Action_t1264377477_0_0_19,
&Func_3_t4119323734_0_0_19,
&Func_2_t3450341358_0_0_19,
&ExitGUIException_t133215258_0_0_0,
&ExitGUIException_t133215258_1_0_0,
&GUILayoutEntry_t3214611570_1_0_0,
&Rect_t2360479859_0_0_6,
&Rect_t2360479859_0_0_19,
&Int32_t2950945753_0_0_20,
&GUILayoutGroup_t2157789695_1_0_0,
&List_1_t391719016_0_0_6,
&Single_t1397266774_0_0_4,
&RectOffset_t1369453676_0_0_33,
&GUIScrollGroup_t1523329021_0_0_0,
&GUIScrollGroup_t1523329021_1_0_0,
&GUIStyle_t3956901511_0_0_6,
&ScrollViewState_t3797911395_0_0_0,
&ScrollViewState_t3797911395_1_0_0,
&SliderState_t2207048770_0_0_0,
&SliderState_t2207048770_1_0_0,
&TextEditor_t2759855366_0_0_0,
&TextEditor_t2759855366_1_0_0,
&TouchScreenKeyboard_t731888065_0_0_6,
&GUIContent_t3050628031_0_0_1,
&DblClickSnapping_t2629979741_0_0_1,
&DblClickSnapping_t2629979741_0_0_0,
&DblClickSnapping_t2629979741_1_0_0,
&DblClickSnapping_t2629979741_0_0_32854,
&U3CModuleU3E_t692745535_0_0_0,
&U3CModuleU3E_t692745535_1_0_0,
&Physics2D_t1528932956_1_0_0,
&ContactFilter2D_t3805203441_0_0_0,
&RaycastHit2DU5BU5D_t4286651560_0_0_2,
&ContactFilter2D_t3805203441_1_0_0,
&RaycastHit2D_t2279581989_1_0_2,
&List_1_t2411569343_0_0_17,
&LayerMask_t3493934918_0_0_6,
&RaycastHit2D_t2279581989_1_0_0,
&Collider2D_t2806799626_0_0_0,
&Rigidbody2D_t939494601_1_0_0,
&Collider2D_t2806799626_1_0_0,
&CircleCollider2D_t662546754_1_0_0,
&BoxCollider2D_t3581341831_1_0_0,
&U3CModuleU3E_t692745536_0_0_0,
&U3CModuleU3E_t692745536_1_0_0,
&RaycastHit_t1056001966_1_0_0,
&Collider_t1773347010_0_0_0,
&Vector3_t3722313464_0_0_3,
&Vector2_t2156229523_0_0_3,
&Collider_t1773347010_1_0_0,
&Physics_t2310948930_1_0_0,
&U3CModuleU3E_t692745537_0_0_0,
&U3CModuleU3E_t692745537_1_0_0,
&RenderMode_t4077056833_0_0_0,
&RenderMode_t4077056833_1_0_0,
&RenderMode_t4077056833_0_0_32854,
&Canvas_t3310196443_1_0_0,
&WillRenderCanvases_t3309123499_0_0_0,
&WillRenderCanvases_t3309123499_0_0_17,
&WillRenderCanvases_t3309123499_1_0_0,
&UISystemProfilerApi_t2230074258_0_0_0,
&UISystemProfilerApi_t2230074258_1_0_0,
&SampleType_t1208595618_0_0_0,
&SampleType_t1208595618_1_0_0,
&SampleType_t1208595618_0_0_32854,
&ICanvasRaycastFilter_t2454702837_1_0_0,
&CanvasGroup_t4083511760_1_0_0,
&CanvasRenderer_t2598313366_1_0_0,
&RectTransformUtility_t1743242446_0_0_0,
&RectTransformUtility_t1743242446_1_0_0,
&Vector3U5BU5D_t1718750761_0_0_49,
&U3CModuleU3E_t692745538_0_0_0,
&U3CModuleU3E_t692745538_1_0_0,
&AnalyticsSessionState_t681173134_0_0_0,
&AnalyticsSessionState_t681173134_1_0_0,
&AnalyticsSessionState_t681173134_0_0_32854,
&AnalyticsSessionInfo_t2322308579_0_0_0,
&AnalyticsSessionInfo_t2322308579_1_0_0,
&SessionStateChanged_t3163629820_0_0_17,
&SessionStateChanged_t3163629820_0_0_0,
&SessionStateChanged_t3163629820_1_0_0,
&AnalyticsResult_t2273004240_0_0_0,
&AnalyticsResult_t2273004240_1_0_0,
&AnalyticsResult_t2273004240_0_0_32854,
&Analytics_t661012366_0_0_0,
&Analytics_t661012366_1_0_0,
&UnityAnalyticsHandler_t3011359618_0_0_0,
&UnityAnalyticsHandler_t3011359618_0_0_17,
&UnityAnalyticsHandler_t3011359618_1_0_0,
&CustomEventData_t317522481_0_0_0,
&CustomEventData_t317522481_1_0_0,
&RemoteSettings_t1718627291_0_0_0,
&RemoteSettings_t1718627291_1_0_0,
&UpdatedEventHandler_t1027848393_0_0_17,
&Action_3_t3050575418_0_0_17,
&UpdatedEventHandler_t1027848393_0_0_0,
&UpdatedEventHandler_t1027848393_1_0_0,
&RemoteConfigSettings_t1247263429_0_0_0,
&RemoteConfigSettings_t1247263429_1_0_0,
&Action_1_t269755560_0_0_1,
&U3CModuleU3E_t692745539_0_0_0,
&U3CModuleU3E_t692745539_1_0_0,
&WebRequestUtils_t3541624225_0_0_0,
&WebRequestUtils_t3541624225_1_0_0,
&Regex_t3657309853_0_0_17,
&CertificateHandler_t2739891000_0_0_0,
&CertificateHandler_t2739891000_1_0_0,
&U3CModuleU3E_t692745540_0_0_0,
&U3CModuleU3E_t692745540_1_0_0,
&U3CModuleU3E_t692745541_0_0_0,
&U3CModuleU3E_t692745541_1_0_0,
&AnalyticsEvent_t4058973021_0_0_0,
&AnalyticsEvent_t4058973021_1_0_0,
&IDictionary_2_t1329213854_0_0_4112,
&Dictionary_2_t2865362463_0_0_49,
&Dictionary_2_t1632706988_0_0_17,
&U3CModuleU3E_t692745542_0_0_0,
&U3CModuleU3E_t692745542_1_0_0,
&EventHandle_t600343995_0_0_0,
&EventHandle_t600343995_1_0_0,
&EventHandle_t600343995_0_0_32854,
&IEventSystemHandler_t3354683850_1_0_0,
&IPointerEnterHandler_t1016128679_1_0_0,
&IPointerExitHandler_t4182793654_1_0_0,
&IPointerDownHandler_t1380080529_1_0_0,
&IPointerUpHandler_t277099170_1_0_0,
&IPointerClickHandler_t132471142_1_0_0,
&IBeginDragHandler_t3293314358_1_0_0,
&IInitializePotentialDragHandler_t608041180_1_0_0,
&IDragHandler_t2288426503_1_0_0,
&IEndDragHandler_t297508562_1_0_0,
&IDropHandler_t3627139509_1_0_0,
&IScrollHandler_t4201797704_1_0_0,
&IUpdateSelectedHandler_t4266291469_1_0_0,
&ISelectHandler_t2271418839_1_0_0,
&IDeselectHandler_t393712923_1_0_0,
&IMoveHandler_t933334182_1_0_0,
&ISubmitHandler_t2790798304_1_0_0,
&ICancelHandler_t3974364820_1_0_0,
&EventSystem_t1003666588_1_0_0,
&List_1_t3491343620_0_0_1,
&BaseInputModule_t2019268878_0_0_1,
&List_1_t2475741330_0_0_17,
&GameObject_t1113636619_0_0_1,
&BaseEventData_t3903027533_0_0_1,
&Comparison_1_t3135238028_0_0_49,
&Comparison_1_t3135238028_0_0_17,
&EventTrigger_t1076084509_0_0_0,
&EventTrigger_t1076084509_1_0_0,
&EventTriggerType_t55832929_0_0_0,
&List_1_t521873611_0_0_1,
&List_1_t521873611_0_0_6,
&TriggerEvent_t3867320123_0_0_0,
&TriggerEvent_t3867320123_1_0_0,
&Entry_t3344766165_1_0_0,
&EventTriggerType_t55832929_0_0_6,
&TriggerEvent_t3867320123_0_0_6,
&IPointerExitHandler_t4182793654_0_0_1,
&IPointerDownHandler_t1380080529_0_0_2,
&IPointerUpHandler_t277099170_0_0_3,
&IPointerClickHandler_t132471142_0_0_4,
&IInitializePotentialDragHandler_t608041180_0_0_5,
&IBeginDragHandler_t3293314358_0_0_6,
&IDragHandler_t2288426503_0_0_7,
&IEndDragHandler_t297508562_0_0_8,
&IDropHandler_t3627139509_0_0_9,
&IScrollHandler_t4201797704_0_0_10,
&IUpdateSelectedHandler_t4266291469_0_0_11,
&ISelectHandler_t2271418839_0_0_12,
&IDeselectHandler_t393712923_0_0_13,
&IMoveHandler_t933334182_0_0_14,
&ISubmitHandler_t2790798304_0_0_15,
&ICancelHandler_t3974364820_0_0_16,
&IEventSystemHandler_t3354683850_0_0_17,
&EventTriggerType_t55832929_1_0_0,
&EventTriggerType_t55832929_0_0_32854,
&ExecuteEvents_t3484638744_0_0_0,
&ExecuteEvents_t3484638744_1_0_0,
&ExecuteEvents_ValidateEventData_m4040660561_gp_0_0_0_0,
&EventFunction_1_t563366306_0_0_0,
&ExecuteEvents_Execute_m1094039016_gp_0_0_0_0,
&EventFunction_1_t3732300806_0_0_0,
&ExecuteEvents_ExecuteHierarchy_m790245648_gp_0_0_0_0,
&ExecuteEvents_ShouldSendToComponent_m2991084697_gp_0_0_0_0,
&ExecuteEvents_GetEventList_m1779252275_gp_0_0_0_0,
&ExecuteEvents_CanHandleEvent_m955629521_gp_0_0_0_0,
&ExecuteEvents_GetEventHandler_m2411054390_gp_0_0_0_0,
&EventFunction_1_t3995630009_0_0_49,
&EventFunction_1_t2867327688_0_0_49,
&EventFunction_1_t64614563_0_0_49,
&EventFunction_1_t3256600500_0_0_49,
&EventFunction_1_t3111972472_0_0_49,
&EventFunction_1_t3587542510_0_0_49,
&EventFunction_1_t1977848392_0_0_49,
&EventFunction_1_t972960537_0_0_49,
&EventFunction_1_t3277009892_0_0_49,
&EventFunction_1_t2311673543_0_0_49,
&EventFunction_1_t2886331738_0_0_49,
&EventFunction_1_t2950825503_0_0_49,
&EventFunction_1_t955952873_0_0_49,
&EventFunction_1_t3373214253_0_0_49,
&EventFunction_1_t3912835512_0_0_49,
&EventFunction_1_t1475332338_0_0_49,
&EventFunction_1_t2658898854_0_0_49,
&ObjectPool_1_t231414508_0_0_49,
&List_1_t777473367_0_0_49,
&EventFunction_1_t3995630009_0_0_17,
&EventFunction_1_t2867327688_0_0_17,
&EventFunction_1_t64614563_0_0_17,
&EventFunction_1_t3256600500_0_0_17,
&EventFunction_1_t3111972472_0_0_17,
&EventFunction_1_t3587542510_0_0_17,
&EventFunction_1_t1977848392_0_0_17,
&EventFunction_1_t972960537_0_0_17,
&EventFunction_1_t3277009892_0_0_17,
&EventFunction_1_t2311673543_0_0_17,
&EventFunction_1_t2886331738_0_0_17,
&EventFunction_1_t2950825503_0_0_17,
&EventFunction_1_t955952873_0_0_17,
&EventFunction_1_t3373214253_0_0_17,
&EventFunction_1_t3912835512_0_0_17,
&EventFunction_1_t1475332338_0_0_17,
&EventFunction_1_t2658898854_0_0_17,
&EventFunction_1_t432204885_0_0_0,
&EventFunction_1_t432204885_1_0_0,
&EventFunction_1_t432204885_gp_0_0_0_0,
&MoveDirection_t1216237838_0_0_0,
&MoveDirection_t1216237838_1_0_0,
&MoveDirection_t1216237838_0_0_32854,
&RaycasterManager_t2536340562_0_0_0,
&RaycasterManager_t2536340562_1_0_0,
&List_1_t1327982029_0_0_49,
&RaycastResult_t3360306849_1_0_0,
&BaseRaycaster_t4150874583_0_0_6,
&UIBehaviour_t3495933518_1_0_0,
&AxisEventData_t2331243652_1_0_0,
&MoveDirection_t1216237838_0_0_1,
&AbstractEventData_t4171500731_1_0_0,
&BaseEventData_t3903027533_1_0_0,
&EventSystem_t1003666588_0_0_33,
&PointerEventData_t3807901092_1_0_0,
&InputButton_t3704011348_0_0_0,
&RaycastResult_t3360306849_0_0_1,
&List_1_t2585711361_0_0_6,
&InputButton_t3704011348_0_0_1,
&InputButton_t3704011348_1_0_0,
&InputButton_t3704011348_0_0_32854,
&FramePressState_t3039385657_0_0_0,
&FramePressState_t3039385657_1_0_0,
&FramePressState_t3039385657_0_0_32854,
&BaseInput_t3630163547_1_0_0,
&BaseInputModule_t2019268878_1_0_0,
&List_1_t537414295_0_0_132,
&AxisEventData_t2331243652_0_0_1,
&EventSystem_t1003666588_0_0_1,
&BaseInput_t3630163547_0_0_4,
&BaseInput_t3630163547_0_0_1,
&PointerInputModule_t3453173740_0_0_0,
&PointerInputModule_t3453173740_1_0_0,
&PointerEventData_t3807901092_1_0_2,
&MouseState_t384203932_0_0_0,
&Dictionary_2_t2696614423_0_0_4,
&MouseState_t384203932_0_0_33,
&ButtonState_t857139936_1_0_0,
&MouseButtonEventData_t3190347560_0_0_0,
&MouseButtonEventData_t3190347560_0_0_1,
&MouseState_t384203932_1_0_0,
&List_1_t2329214678_0_0_1,
&MouseButtonEventData_t3190347560_1_0_0,
&FramePressState_t3039385657_0_0_6,
&PointerEventData_t3807901092_0_0_6,
&StandaloneInputModule_t2760469101_0_0_0,
&StandaloneInputModule_t2760469101_1_0_0,
&InputMode_t3382566315_0_0_0,
&PointerEventData_t3807901092_0_0_1,
&InputMode_t3382566315_1_0_0,
&InputMode_t3382566315_0_0_32854,
&TouchInputModule_t4248229598_0_0_0,
&TouchInputModule_t4248229598_1_0_0,
&BaseRaycaster_t4150874583_1_0_0,
&Physics2DRaycaster_t3382992964_0_0_0,
&Physics2DRaycaster_t3382992964_1_0_0,
&PhysicsRaycaster_t437419520_0_0_0,
&RaycastHit2DU5BU5D_t4286651560_0_0_1,
&PhysicsRaycaster_t437419520_1_0_0,
&Int32_t2950945753_0_0_32852,
&Camera_t4157153871_0_0_4,
&LayerMask_t3493934918_0_0_4,
&RaycastHitU5BU5D_t1690781147_0_0_1,
&Comparison_1_t830933145_0_0_17,
&ITweenValue_t1003554771_0_0_0,
&ITweenValue_t1003554771_1_0_0,
&ColorTween_t809614380_1_0_0,
&ColorTweenMode_t1000778859_0_0_0,
&ColorTweenCallback_t1121741130_0_0_1,
&ColorTweenMode_t1000778859_0_0_1,
&ColorTweenMode_t1000778859_1_0_0,
&ColorTweenMode_t1000778859_0_0_32854,
&ColorTweenCallback_t1121741130_0_0_0,
&ColorTweenCallback_t1121741130_1_0_0,
&FloatTween_t1274330004_1_0_0,
&FloatTweenCallback_t1856710240_0_0_1,
&FloatTweenCallback_t1856710240_0_0_0,
&FloatTweenCallback_t1856710240_1_0_0,
&TweenRunner_1_t3844461449_0_0_0,
&TweenRunner_1_t3844461449_1_0_0,
&TweenRunner_1_t3844461449_gp_0_0_0_0,
&MonoBehaviour_t3962482529_0_0_4,
&IEnumerator_t1853284238_0_0_4,
&U3CStartU3Ec__Iterator0_t1249263001_0_0_0,
&U3CStartU3Ec__Iterator0_t1249263001_1_0_0,
&U3CStartU3Ec__Iterator0_t1249263001_gp_0_0_0_3,
&IEnumerator_1_t3512676632_0_0_2,
&ITweenValue_t1003554771_0_0_1,
&U3CStartU3Ec__Iterator0_t1249263001_gp_0_0_0_0,
&U3CStartU3Ec__Iterator0_t3247905664_0_0_0,
&TweenRunner_1_t2443037680_0_0_0,
&AnimationTriggers_t2532145056_1_0_0,
&Button_t4055032469_1_0_0,
&ButtonClickedEvent_t48803504_0_0_0,
&ButtonClickedEvent_t48803504_0_0_1,
&ButtonClickedEvent_t48803504_1_0_0,
&U3COnFinishSubmitU3Ec__Iterator0_t3413438900_0_0_0,
&U3COnFinishSubmitU3Ec__Iterator0_t3413438900_1_0_0,
&Button_t4055032469_0_0_3,
&ISubmitHandler_t2790798304_0_0_1,
&IEventSystemHandler_t3354683850_0_0_2,
&CanvasUpdate_t2572322932_0_0_0,
&CanvasUpdate_t2572322932_1_0_0,
&CanvasUpdate_t2572322932_0_0_32854,
&ICanvasElement_t2121898866_1_0_0,
&CanvasUpdateRegistry_t2720824592_0_0_0,
&CanvasUpdateRegistry_t2720824592_1_0_0,
&CanvasUpdateRegistry_t2720824592_0_0_17,
&IndexedSet_1_t3571286806_0_0_33,
&Comparison_1_t1896830045_0_0_49,
&Comparison_1_t1896830045_0_0_17,
&ColorBlock_t2139031574_1_0_0,
&DefaultControls_t4098465386_0_0_0,
&DefaultControls_t4098465386_1_0_0,
&Resources_t1597885468_0_0_0,
&Vector2_t2156229523_0_0_17,
&Color_t2555686324_0_0_17,
&Resources_t1597885468_1_0_0,
&Sprite_t280657092_0_0_6,
&Dropdown_t2274391225_1_0_0,
&DropdownEvent_t4040729994_0_0_0,
&Dropdown_GetOrAddComponent_m2149273607_gp_0_0_0_0,
&RectTransform_t3704657025_0_0_1,
&Text_t1901882714_0_0_1,
&Image_t2670269651_0_0_1,
&OptionDataList_t1438173104_0_0_1,
&DropdownEvent_t4040729994_0_0_1,
&List_1_t2924027637_0_0_1,
&TweenRunner_1_t3520241082_0_0_1,
&OptionData_t3270282352_0_0_17,
&DropdownItem_t1451952895_1_0_0,
&Toggle_t2735377061_0_0_1,
&ICancelHandler_t3974364820_0_0_1,
&OptionData_t3270282352_1_0_0,
&Sprite_t280657092_0_0_1,
&OptionDataList_t1438173104_0_0_0,
&OptionDataList_t1438173104_1_0_0,
&List_1_t447389798_0_0_1,
&DropdownEvent_t4040729994_1_0_0,
&U3CShowU3Ec__AnonStorey1_t1106527198_0_0_0,
&U3CShowU3Ec__AnonStorey1_t1106527198_1_0_0,
&DropdownItem_t1451952895_0_0_3,
&Dropdown_t2274391225_0_0_3,
&U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249_0_0_0,
&U3CDelayedDestroyDropdownListU3Ec__Iterator0_t3853912249_1_0_0,
&ICancelHandler_t3974364820_0_0_2,
&IEventSystemHandler_t3354683850_0_0_3,
&FontData_t746620069_0_0_0,
&FontData_t746620069_1_0_0,
&FontStyle_t82229486_0_0_1,
&TextAnchor_t2035777396_0_0_1,
&HorizontalWrapMode_t2172737147_0_0_1,
&VerticalWrapMode_t2936607737_0_0_1,
&FontUpdateTracker_t1839077620_0_0_0,
&FontUpdateTracker_t1839077620_1_0_0,
&Dictionary_2_t369343732_0_0_17,
&Graphic_t1660335611_1_0_0,
&VertexHelper_t2453304189_0_0_0,
&Material_t340375123_0_0_20,
&Texture2D_t3840446185_0_0_20,
&Material_t340375123_0_0_4,
&RectTransform_t3704657025_0_0_129,
&CanvasRenderer_t2598313366_0_0_129,
&Canvas_t3310196443_0_0_129,
&UnityAction_t3245792599_0_0_132,
&Mesh_t3648964284_0_0_148,
&VertexHelper_t2453304189_0_0_177,
&TweenRunner_1_t3055525458_0_0_161,
&GraphicRaycaster_t2999697109_1_0_0,
&BlockingObjects_t612090948_0_0_0,
&BlockingObjects_t612090948_0_0_1,
&Canvas_t3310196443_0_0_1,
&List_1_t3132410353_0_0_129,
&List_1_t3132410353_0_0_177,
&Comparison_1_t1435266790_0_0_17,
&BlockingObjects_t612090948_1_0_0,
&BlockingObjects_t612090948_0_0_32854,
&GraphicRegistry_t3479976429_0_0_0,
&GraphicRegistry_t3479976429_1_0_0,
&GraphicRegistry_t3479976429_0_0_17,
&Dictionary_2_t2296117448_0_0_33,
&List_1_t3132410353_0_0_49,
&IGraphicEnabledDisabled_t4213867128_0_0_0,
&IGraphicEnabledDisabled_t4213867128_1_0_0,
&Image_t2670269651_1_0_0,
&Sprite_t280657092_0_0_129,
&Type_t1152881528_0_0_1,
&FillMethod_t1167457570_0_0_1,
&Vector2U5BU5D_t1457185986_0_0_49,
&List_1_t4142344393_0_0_17,
&Type_t1152881528_1_0_0,
&Type_t1152881528_0_0_32854,
&FillMethod_t1167457570_1_0_0,
&FillMethod_t1167457570_0_0_32854,
&OriginHorizontal_t1174417785_0_0_0,
&OriginHorizontal_t1174417785_1_0_0,
&OriginHorizontal_t1174417785_0_0_32854,
&OriginVertical_t2256455259_0_0_0,
&OriginVertical_t2256455259_1_0_0,
&OriginVertical_t2256455259_0_0_32854,
&Origin90_t1855765812_0_0_0,
&Origin90_t1855765812_1_0_0,
&Origin90_t1855765812_0_0_32854,
&Origin180_t325369132_0_0_0,
&Origin180_t325369132_1_0_0,
&Origin180_t325369132_0_0_32854,
&Origin360_t707706162_0_0_0,
&Origin360_t707706162_1_0_0,
&Origin360_t707706162_0_0_32854,
&ILayoutElement_t4082016710_0_0_1,
&ICanvasRaycastFilter_t2454702837_0_0_2,
&IMask_t3901070703_0_0_0,
&IMask_t3901070703_1_0_0,
&IMaskable_t433386433_1_0_0,
&InputField_t3762917431_1_0_0,
&EditState_t3741896775_0_0_0,
&ContentTypeU5BU5D_t2431451661_0_0_0,
&SelectionState_t2656606514_0_0_0,
&TouchScreenKeyboard_t731888065_0_0_4,
&Text_t1901882714_0_0_4,
&Graphic_t1660335611_0_0_4,
&ContentType_t1787303396_0_0_1,
&InputType_t1770400679_0_0_1,
&TouchScreenKeyboardType_t1530597702_0_0_1,
&LineType_t4214648469_0_0_1,
&CharacterValidation_t4051914437_0_0_1,
&SubmitEvent_t648412432_0_0_1,
&OnChangeEvent_t467195904_0_0_1,
&OnValidateInput_t2355412304_0_0_1,
&UIVertexU5BU5D_t1981460040_0_0_4,
&TextGenerator_t3211863866_0_0_1,
&CanvasRenderer_t2598313366_0_0_1,
&Mesh_t3648964284_0_0_132,
&Coroutine_t3829159415_0_0_1,
&Event_t2956885303_0_0_1,
&ContentType_t1787303396_1_0_0,
&ContentType_t1787303396_0_0_32854,
&InputType_t1770400679_1_0_0,
&InputType_t1770400679_0_0_32854,
&CharacterValidation_t4051914437_1_0_0,
&CharacterValidation_t4051914437_0_0_32854,
&LineType_t4214648469_1_0_0,
&LineType_t4214648469_0_0_32854,
&OnValidateInput_t2355412304_1_0_0,
&SubmitEvent_t648412432_1_0_0,
&OnChangeEvent_t467195904_1_0_0,
&EditState_t3741896775_1_0_0,
&EditState_t3741896775_0_0_32854,
&U3CCaretBlinkU3Ec__Iterator0_t2589889038_0_0_0,
&U3CCaretBlinkU3Ec__Iterator0_t2589889038_1_0_0,
&InputField_t3762917431_0_0_3,
&U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878_0_0_0,
&U3CMouseDragOutsideRectU3Ec__Iterator1_t3909241878_1_0_0,
&PointerEventData_t3807901092_0_0_3,
&Rect_t2360479859_0_0_3,
&IBeginDragHandler_t3293314358_0_0_1,
&IDragHandler_t2288426503_0_0_2,
&IEndDragHandler_t297508562_0_0_3,
&ISubmitHandler_t2790798304_0_0_5,
&ICanvasElement_t2121898866_0_0_6,
&ILayoutElement_t4082016710_0_0_7,
&IEventSystemHandler_t3354683850_0_0_8,
&Mask_t1803652131_1_0_0,
&Graphic_t1660335611_0_0_129,
&Material_t340375123_0_0_129,
&IMaterialModifier_t1975025690_0_0_1,
&MaskableGraphic_t3839221559_1_0_0,
&CullStateChangedEvent_t3661388177_0_0_0,
&Boolean_t97287965_0_0_132,
&Material_t340375123_0_0_132,
&RectMask2D_t3474889437_0_0_129,
&CullStateChangedEvent_t3661388177_0_0_1,
&Int32_t2950945753_0_0_132,
&Vector3U5BU5D_t1718750761_0_0_33,
&CullStateChangedEvent_t3661388177_1_0_0,
&IMaskable_t433386433_0_0_1,
&IMaterialModifier_t1975025690_0_0_2,
&MaskUtilities_t4151184739_0_0_0,
&MaskUtilities_t4151184739_1_0_0,
&Misc_t1447421763_0_0_0,
&Misc_t1447421763_1_0_0,
&Navigation_t3049316579_1_0_0,
&Mode_t1066900953_0_0_0,
&Mode_t1066900953_0_0_1,
&Selectable_t3250028441_0_0_1,
&Mode_t1066900953_1_0_0,
&Mode_t1066900953_0_0_32854,
&RawImage_t3182918964_1_0_0,
&Rect_t2360479859_0_0_1,
&RectMask2D_t3474889437_1_0_0,
&RectangularVertexClipper_t626611136_0_0_161,
&HashSet_1_t4099546121_0_0_129,
&List_1_t651996883_0_0_129,
&Rect_t2360479859_0_0_129,
&Vector3U5BU5D_t1718750761_0_0_1,
&ICanvasRaycastFilter_t2454702837_0_0_1,
&Scrollbar_t1494447233_1_0_0,
&ScrollEvent_t149898510_0_0_0,
&Axis_t1697763317_0_0_0,
&Direction_t3470714353_0_0_1,
&ScrollEvent_t149898510_0_0_1,
&DrivenRectTransformTracker_t2562230146_0_0_1,
&Direction_t3470714353_1_0_0,
&Direction_t3470714353_0_0_32854,
&ScrollEvent_t149898510_1_0_0,
&Axis_t1697763317_1_0_0,
&Axis_t1697763317_0_0_32854,
&U3CClickRepeatU3Ec__Iterator0_t3442648935_0_0_0,
&U3CClickRepeatU3Ec__Iterator0_t3442648935_1_0_0,
&Scrollbar_t1494447233_0_0_3,
&IDragHandler_t2288426503_0_0_1,
&IInitializePotentialDragHandler_t608041180_0_0_2,
&ICanvasElement_t2121898866_0_0_3,
&IEventSystemHandler_t3354683850_0_0_4,
&ScrollRect_t4137855814_1_0_0,
&MovementType_t4072922106_0_0_0,
&ScrollbarVisibility_t705693775_0_0_0,
&ScrollRectEvent_t343079324_0_0_0,
&MovementType_t4072922106_0_0_1,
&Scrollbar_t1494447233_0_0_1,
&ScrollbarVisibility_t705693775_0_0_1,
&ScrollRectEvent_t343079324_0_0_1,
&Vector2_t2156229523_0_0_4,
&Bounds_t2266837910_0_0_4,
&Bounds_t2266837910_0_0_1,
&MovementType_t4072922106_1_0_0,
&MovementType_t4072922106_0_0_32854,
&ScrollbarVisibility_t705693775_1_0_0,
&ScrollbarVisibility_t705693775_0_0_32854,
&ScrollRectEvent_t343079324_1_0_0,
&IEndDragHandler_t297508562_0_0_2,
&IDragHandler_t2288426503_0_0_3,
&IScrollHandler_t4201797704_0_0_4,
&ICanvasElement_t2121898866_0_0_5,
&ILayoutElement_t4082016710_0_0_6,
&ILayoutGroup_t1287622989_0_0_7,
&ILayoutController_t915495727_0_0_9,
&Selectable_t3250028441_1_0_0,
&List_1_t427135887_0_0_17,
&Navigation_t3049316579_0_0_1,
&Transition_t1769908631_0_0_1,
&ColorBlock_t2139031574_0_0_1,
&SpriteState_t1362986479_0_0_1,
&AnimationTriggers_t2532145056_0_0_1,
&Graphic_t1660335611_0_0_1,
&SelectionState_t2656606514_0_0_1,
&List_1_t1260619206_0_0_33,
&Transition_t1769908631_1_0_0,
&Transition_t1769908631_0_0_32854,
&SelectionState_t2656606514_1_0_0,
&SelectionState_t2656606514_0_0_32854,
&IPointerDownHandler_t1380080529_0_0_1,
&IPointerUpHandler_t277099170_0_0_2,
&IPointerEnterHandler_t1016128679_0_0_3,
&IPointerExitHandler_t4182793654_0_0_4,
&ISelectHandler_t2271418839_0_0_5,
&IDeselectHandler_t393712923_0_0_6,
&IEventSystemHandler_t3354683850_0_0_7,
&SetPropertyUtility_t3359423571_0_0_0,
&SetPropertyUtility_t3359423571_1_0_0,
&SetPropertyUtility_SetStruct_m2462657881_gp_0_1_0_0,
&SetPropertyUtility_SetStruct_m2462657881_gp_0_0_0_0,
&EqualityComparer_1_t1286072262_0_0_0,
&SetPropertyUtility_SetClass_m1441723447_gp_0_1_0_0,
&SetPropertyUtility_SetClass_m1441723447_gp_0_0_0_0,
&Slider_t3903728902_1_0_0,
&SliderEvent_t3180273144_0_0_0,
&Axis_t809944411_0_0_0,
&Direction_t337909235_0_0_1,
&SliderEvent_t3180273144_0_0_1,
&Direction_t337909235_1_0_0,
&Direction_t337909235_0_0_32854,
&SliderEvent_t3180273144_1_0_0,
&Axis_t809944411_1_0_0,
&Axis_t809944411_0_0_32854,
&IInitializePotentialDragHandler_t608041180_0_0_1,
&ICanvasElement_t2121898866_0_0_2,
&SpriteState_t1362986479_1_0_0,
&StencilMaterial_t3850132571_0_0_0,
&StencilMaterial_t3850132571_1_0_0,
&List_1_t134214538_0_0_17,
&MatEntry_t2957107092_1_0_0,
&Material_t340375123_0_0_6,
&StencilOp_t3446174106_0_0_6,
&CompareFunction_t2171731108_0_0_6,
&ColorWriteMask_t4282245599_0_0_6,
&Text_t1901882714_1_0_0,
&FontData_t746620069_0_0_1,
&UIVertexU5BU5D_t1981460040_0_0_33,
&Toggle_t2735377061_1_0_0,
&ToggleGroup_t123837990_0_0_0,
&ToggleTransition_t3587297765_0_0_6,
&Graphic_t1660335611_0_0_6,
&ToggleGroup_t123837990_0_0_1,
&ToggleEvent_t1873685584_0_0_6,
&ToggleTransition_t3587297765_0_0_0,
&ToggleTransition_t3587297765_1_0_0,
&ToggleTransition_t3587297765_0_0_32854,
&ToggleEvent_t1873685584_0_0_0,
&ToggleEvent_t1873685584_1_0_0,
&ToggleGroup_t123837990_1_0_0,
&List_1_t4207451803_0_0_1,
&Predicate_1_t3560671185_0_0_17,
&Func_2_t3446800538_0_0_17,
&ClipperRegistry_t2428680409_0_0_0,
&ClipperRegistry_t2428680409_1_0_0,
&ClipperRegistry_t2428680409_0_0_17,
&IndexedSet_1_t2673511092_0_0_33,
&Clipping_t312708592_0_0_0,
&Clipping_t312708592_1_0_0,
&IClipper_t1224123152_1_0_0,
&IClippable_t1239629351_1_0_0,
&RectangularVertexClipper_t626611136_0_0_0,
&RectangularVertexClipper_t626611136_1_0_0,
&AspectRatioFitter_t3312407083_0_0_0,
&AspectRatioFitter_t3312407083_1_0_0,
&AspectMode_t3417192999_0_0_1,
&AspectMode_t3417192999_1_0_0,
&AspectMode_t3417192999_0_0_32854,
&ILayoutSelfController_t2317839084_0_0_0,
&ILayoutController_t915495727_0_0_1,
&CanvasScaler_t2767979955_0_0_0,
&CanvasScaler_t2767979955_1_0_0,
&ScaleMode_t2604066427_0_0_0,
&ScreenMatchMode_t3675272090_0_0_0,
&Unit_t2218508340_0_0_0,
&ScaleMode_t2604066427_0_0_1,
&ScreenMatchMode_t3675272090_0_0_4,
&Unit_t2218508340_0_0_4,
&Single_t1397266774_0_0_129,
&ScaleMode_t2604066427_1_0_0,
&ScaleMode_t2604066427_0_0_32854,
&ScreenMatchMode_t3675272090_1_0_0,
&ScreenMatchMode_t3675272090_0_0_32854,
&Unit_t2218508340_1_0_0,
&Unit_t2218508340_0_0_32854,
&ContentSizeFitter_t3850442145_0_0_0,
&ContentSizeFitter_t3850442145_1_0_0,
&FitMode_t3267881214_0_0_4,
&FitMode_t3267881214_1_0_0,
&FitMode_t3267881214_0_0_32854,
&GridLayoutGroup_t3046220461_0_0_0,
&GridLayoutGroup_t3046220461_1_0_0,
&LayoutGroup_t2436138090_0_0_0,
&Corner_t1493259673_0_0_4,
&Axis_t3613393006_0_0_4,
&Constraint_t814224393_0_0_4,
&Corner_t1493259673_1_0_0,
&Corner_t1493259673_0_0_32854,
&Axis_t3613393006_1_0_0,
&Axis_t3613393006_0_0_32854,
&Constraint_t814224393_1_0_0,
&Constraint_t814224393_0_0_32854,
&HorizontalLayoutGroup_t2586782146_0_0_0,
&HorizontalLayoutGroup_t2586782146_1_0_0,
&HorizontalOrVerticalLayoutGroup_t729725570_0_0_0,
&HorizontalOrVerticalLayoutGroup_t729725570_1_0_0,
&ILayoutElement_t4082016710_1_0_0,
&ILayoutController_t915495727_1_0_0,
&ILayoutGroup_t1287622989_1_0_0,
&ILayoutSelfController_t2317839084_1_0_0,
&ILayoutIgnorer_t1530801976_1_0_0,
&LayoutElement_t1785403678_1_0_0,
&ILayoutIgnorer_t1530801976_0_0_1,
&LayoutGroup_t2436138090_1_0_0,
&LayoutGroup_SetProperty_m3996003139_gp_0_1_0_0,
&LayoutGroup_SetProperty_m3996003139_gp_0_0_0_0,
&RectOffset_t1369453676_0_0_4,
&TextAnchor_t2035777396_0_0_4,
&DrivenRectTransformTracker_t2562230146_0_0_4,
&List_1_t881764471_0_0_129,
&U3CDelayedSetDirtyU3Ec__Iterator0_t3170500204_0_0_0,
&U3CDelayedSetDirtyU3Ec__Iterator0_t3170500204_1_0_0,
&RectTransform_t3704657025_0_0_3,
&ILayoutGroup_t1287622989_0_0_1,
&ILayoutController_t915495727_0_0_2,
&LayoutRebuilder_t541313304_1_0_0,
&ObjectPool_1_t240936516_0_0_17,
&Predicate_1_t2748928575_0_0_17,
&UnityAction_1_t2508470592_0_0_17,
&LayoutUtility_t2745813735_0_0_0,
&LayoutUtility_t2745813735_1_0_0,
&ILayoutElement_t4082016710_1_0_2,
&Func_2_t235587086_0_0_17,
&VerticalLayoutGroup_t923838031_0_0_0,
&VerticalLayoutGroup_t923838031_1_0_0,
&IMaterialModifier_t1975025690_1_0_0,
&IndexedSet_1_t2120020791_0_0_0,
&IndexedSet_1_t2120020791_1_0_0,
&IndexedSet_1_t2120020791_gp_0_0_0_0,
&IEnumerator_1_t3200223708_0_0_0,
&TU5BU5D_t3531803049_0_0_0,
&Predicate_1_t3592947364_0_0_0,
&Comparison_1_t2542584419_0_0_0,
&List_1_t4239727982_0_0_33,
&Dictionary_2_t691248465_0_0_1,
&IList_1_t288005727_0_0_0,
&ICollection_1_t1300838178_0_0_1,
&IEnumerable_1_t1747506129_0_0_2,
&IEnumerable_t1941168011_0_0_3,
&List_1_t4239727982_0_0_0,
&Dictionary_2_t691248465_0_0_0,
&ListPool_1_t890186770_0_0_0,
&ListPool_1_t890186770_1_0_0,
&List_1_t3009893961_0_0_0,
&ListPool_1_t890186770_gp_0_0_0_0,
&ObjectPool_1_t2709517173_0_0_49,
&UnityAction_1_t3594730102_0_0_17,
&ListPool_1_t2567408410_0_0_0,
&UnityAction_1_t3594730102_0_0_0,
&ObjectPool_1_t2709517173_0_0_0,
&ObjectPool_1_t892185599_0_0_0,
&ObjectPool_1_t892185599_1_0_0,
&UnityAction_1_t2124654189_0_0_0,
&ObjectPool_1_t892185599_gp_0_0_0_0,
&Stack_1_t2383207503_0_0_33,
&UnityAction_1_t2124654189_0_0_33,
&Stack_1_t2383207503_0_0_0,
&ReflectionMethodsCache_t2103211062_0_0_0,
&ReflectionMethodsCache_t2103211062_1_0_0,
&Raycast3DCallback_t701940803_0_0_6,
&RaycastAllCallback_t1884415901_0_0_6,
&Raycast2DCallback_t768590915_0_0_6,
&GetRayIntersectionAllCallback_t3913627115_0_0_6,
&GetRayIntersectionAllNonAllocCallback_t2311174851_0_0_6,
&GetRaycastNonAllocCallback_t3841783507_0_0_6,
&ReflectionMethodsCache_t2103211062_0_0_17,
&Raycast3DCallback_t701940803_1_0_0,
&RaycastHit_t1056001966_1_0_2,
&Raycast2DCallback_t768590915_1_0_0,
&RaycastAllCallback_t1884415901_1_0_0,
&GetRayIntersectionAllCallback_t3913627115_1_0_0,
&GetRayIntersectionAllNonAllocCallback_t2311174851_1_0_0,
&GetRaycastNonAllocCallback_t3841783507_1_0_0,
&VertexHelper_t2453304189_1_0_0,
&UIVertexU5BU5D_t1981460040_0_0_0,
&List_1_t899420910_0_0_1,
&List_1_t4072576034_0_0_1,
&List_1_t3628304265_0_0_1,
&List_1_t496136383_0_0_1,
&BaseVertexEffect_t2675891272_0_0_0,
&BaseVertexEffect_t2675891272_1_0_0,
&BaseMeshEffect_t2440176439_0_0_0,
&BaseMeshEffect_t2440176439_1_0_0,
&IVertexModifier_t3404627876_0_0_0,
&IVertexModifier_t3404627876_1_0_0,
&IMeshModifier_t1571826021_1_0_0,
&Outline_t2536100125_0_0_0,
&Outline_t2536100125_1_0_0,
&Shadow_t773074319_0_0_0,
&PositionAsUV1_t3991086357_0_0_0,
&PositionAsUV1_t3991086357_1_0_0,
&Shadow_t773074319_1_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255365_0_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255365_1_0_0,
&U24ArrayTypeU3D12_t2488454196_0_0_307,
&U24ArrayTypeU3D12_t2488454196_0_0_0,
&U24ArrayTypeU3D12_t2488454196_1_0_0,
&U3CModuleU3E_t692745543_0_0_0,
&U3CModuleU3E_t692745543_1_0_0,
&AnalyticsEventTracker_t2285229262_0_0_0,
&AnalyticsEventTracker_t2285229262_1_0_0,
&StandardEventPayload_t1629891255_0_0_0,
&EventTrigger_t2527451695_0_0_6,
&StandardEventPayload_t1629891255_0_0_1,
&U3CTimedTriggerU3Ec__Iterator0_t3813435494_0_0_0,
&U3CTimedTriggerU3Ec__Iterator0_t3813435494_1_0_0,
&AnalyticsEventTracker_t2285229262_0_0_3,
&AnalyticsEventTrackerSettings_t480422680_0_0_0,
&AnalyticsEventTrackerSettings_t480422680_1_0_0,
&AnalyticsEventParam_t2480121928_1_0_0,
&RequirementType_t3584265503_0_0_0,
&ValueProperty_t1868393739_0_0_0,
&RequirementType_t3584265503_0_0_1,
&ValueProperty_t1868393739_0_0_1,
&RequirementType_t3584265503_1_0_0,
&RequirementType_t3584265503_0_0_32854,
&AnalyticsEventParamListContainer_t587083383_0_0_0,
&AnalyticsEventParamListContainer_t587083383_1_0_0,
&List_1_t3952196670_0_0_1,
&StandardEventPayload_t1629891255_1_0_0,
&AnalyticsEventParamListContainer_t587083383_0_0_1,
&Dictionary_2_t2865362463_0_0_17,
&TrackableField_t1772682203_0_0_0,
&TrackableField_t1772682203_1_0_0,
&TrackablePropertyBase_t2121532948_0_0_0,
&TrackablePropertyBase_t2121532948_1_0_0,
&Object_t631007953_0_0_4,
&ValueProperty_t1868393739_1_0_0,
&PropertyType_t4040930247_0_0_1,
&TrackableField_t1772682203_0_0_1,
&PropertyType_t4040930247_0_0_0,
&PropertyType_t4040930247_1_0_0,
&PropertyType_t4040930247_0_0_32854,
&AnalyticsTracker_t731021378_0_0_0,
&AnalyticsTracker_t731021378_1_0_0,
&TrackableProperty_t3943537984_0_0_0,
&Dictionary_2_t2865362463_0_0_1,
&TrackableProperty_t3943537984_0_0_1,
&Trigger_t4199345191_0_0_3,
&Trigger_t4199345191_0_0_0,
&Trigger_t4199345191_1_0_0,
&Trigger_t4199345191_0_0_32854,
&TrackableProperty_t3943537984_1_0_0,
&List_1_t235857739_0_0_1,
&FieldWithTarget_t3058750293_1_0_0,
&TriggerBool_t501031542_0_0_0,
&TriggerBool_t501031542_1_0_0,
&TriggerBool_t501031542_0_0_32854,
&TriggerLifecycleEvent_t3193146760_0_0_0,
&TriggerLifecycleEvent_t3193146760_1_0_0,
&TriggerLifecycleEvent_t3193146760_0_0_32854,
&TriggerOperator_t3611898925_0_0_0,
&TriggerOperator_t3611898925_1_0_0,
&TriggerOperator_t3611898925_0_0_32854,
&TriggerType_t105272677_0_0_0,
&TriggerType_t105272677_1_0_0,
&TriggerType_t105272677_0_0_32854,
&TriggerListContainer_t2032715483_0_0_0,
&TriggerListContainer_t2032715483_1_0_0,
&List_1_t3418373063_0_0_1,
&EventTrigger_t2527451695_0_0_0,
&EventTrigger_t2527451695_1_0_0,
&GameObject_t1113636619_0_0_4112,
&TriggerType_t105272677_0_0_1,
&TriggerLifecycleEvent_t3193146760_0_0_1,
&TriggerListContainer_t2032715483_0_0_1,
&TriggerBool_t501031542_0_0_1,
&OnTrigger_t4184125570_0_0_1,
&TriggerMethod_t582536534_0_0_1,
&OnTrigger_t4184125570_0_0_0,
&OnTrigger_t4184125570_1_0_0,
&TrackableTrigger_t621205209_0_0_0,
&TrackableTrigger_t621205209_1_0_0,
&TriggerMethod_t582536534_0_0_0,
&TriggerMethod_t582536534_1_0_0,
&TriggerRule_t1946298321_1_0_0,
&TriggerOperator_t3611898925_0_0_1,
&U3CModuleU3E_t692745544_0_0_0,
&U3CModuleU3E_t692745544_1_0_0,
&GameManager_t1536523654_0_0_0,
&GameManager_t1536523654_1_0_0,
&Text_t1901882714_0_0_6,
&List_1_t2585711361_0_0_1,
&List_1_t3373957456_0_0_1,
&AudioSource_t3935305588_0_0_6,
&AudioClip_t3680889665_0_0_6,
&SpinningDial_t645345550_0_0_0,
&SpinningDial_t645345550_1_0_0,
&TimeManager_t1960693005_0_0_6,
&GameManager_t1536523654_0_0_6,
&TimeManager_t1960693005_0_0_0,
&TimeManager_t1960693005_1_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255366_0_0_0,
&U3CPrivateImplementationDetailsU3E_t3057255366_1_0_0,
&U24ArrayTypeU3D8_t3242499063_0_0_307,
&U24ArrayTypeU3D8_t3242499063_0_0_0,
&U24ArrayTypeU3D8_t3242499063_1_0_0,
&IEnumerator_1_t3680616661_0_0_0,
&IEnumerator_1_t2283114703_0_0_0,
&IList_1_t2684745868_0_0_0,
&ICollection_1_t3697578319_0_0_0,
&IEnumerable_1_t4144246270_0_0_0,
&IComparer_1_t884274696_0_0_0,
&IComparer_1_t1188505307_0_0_0,
&IEnumerator_1_t2353182288_0_0_0,
&IEnumerator_1_t228711632_0_0_0,
&ICollection_1_t3432346163_0_0_0,
&IEnumerable_1_t3879014114_0_0_0,
&IEnumerator_1_t54176948_0_0_0,
&ICollection_1_t3175114353_0_0_0,
&IEnumerable_1_t3621782304_0_0_0,
&ICollection_1_t305257130_0_0_0,
&IEnumerable_1_t751925081_0_0_0,
&IDictionary_2_t2133218712_0_0_0,
&IEqualityComparer_1_t2502945182_0_0_0,
&IEqualityComparer_1_t730487731_0_0_0,
&IEnumerator_1_t1351688939_0_0_0,
&IList_1_t2747520257_0_0_0,
&IEnumerator_1_t567580612_0_0_0,
&IEnumerator_1_t4069672210_0_0_0,
&IEnumerable_1_t1091241780_0_0_0,
&IEnumerator_1_t621637337_0_0_0,
&IEnumerable_1_t370872895_0_0_0,
&ICollection_1_t1300838178_0_0_0,
&IEnumerable_1_t1747506129_0_0_0,
&ModuleBuilderU5BU5D_t2441092650_0_0_0,
&RequireComponentU5BU5D_t2245623724_0_0_0,
&DisallowMultipleComponentU5BU5D_t3936143868_0_0_0,
&ExecuteInEditModeU5BU5D_t3239458680_0_0_0,
&BooleanU5BU5D_t2897418192_0_0_0,
&DecimalU5BU5D_t1145110141_0_0_0,
&Int16U5BU5D_t3686840178_0_0_0,
&SByteU5BU5D_t2651576203_0_0_0,
&UInt64U5BU5D_t1659327989_0_0_0,
&CaptureU5BU5D_t183267399_0_0_0,
&ByteU5BU5DU5BU5D_t457913172_0_0_0,
&TableRangeU5BU5D_t2913440125_0_0_0,
&CustomAttributeTypedArgumentU5BU5D_t1465843424_0_0_0,
&CustomAttributeNamedArgumentU5BU5D_t3710464795_0_0_0,
&ByteU5BU2CU5D_t4116647658_0_0_0,
&LinkU5BU5D_t964245573_0_0_0,
&DictionaryEntryU5BU5D_t4217117203_0_0_0,
&DisplayU5BU5D_t103034768_0_0_0,
&GUIStyleU5BU5D_t2383250302_0_0_0,
&GroupU5BU5D_t1880820351_0_0_0,
&LocalBuilderU5BU5D_t4280809526_0_0_0,
&LabelDataU5BU5D_t327903686_0_0_0,
&LabelFixupU5BU5D_t103660291_0_0_0,
&ILTokenInfoU5BU5D_t973106575_0_0_0,
&MarkU5BU5D_t3645422402_0_0_0,
&TailoringInfoU5BU5D_t1797664499_0_0_0,
&DateTimeU5BU5D_t1184652292_0_0_0,
&TimeSpanU5BU5D_t4291357516_0_0_0,
&TypeTagU5BU5D_t1563918664_0_0_0,
&PlayableBindingU5BU5D_t829358056_0_0_0,
&ResourceInfoU5BU5D_t2132996019_0_0_0,
&HitInfoU5BU5D_t1685002053_0_0_0,
&SlotU5BU5D_t227397015_0_0_0,
&ITrackingHandlerU5BU5D_t3758023570_0_0_0,
&ConstructorBuilderU5BU5D_t3223009221_0_0_0,
&MethodBuilderU5BU5D_t3705301900_0_0_0,
&UriSchemeU5BU5D_t2082808316_0_0_0,
};
| [
"karllapuz25@gmail.com"
] | karllapuz25@gmail.com |
ea8302505b6d542f099eae5419b368c88e3cc7ca | aaf8c6fd2c7c93225efc86f42a23d8868daef941 | /工程文件/3DViewer/3DViewer/mainwindow.cpp | f8701837b83994de634ce43c070ba60f53fc74ab | [] | no_license | kamzero/3DViewer | 15dc08a524672e66ea7f4c2b1f964d496792f844 | 15931a82c1ecae02e51aa6f1c664fd922eb47eac | refs/heads/master | 2020-12-15T22:22:16.656940 | 2020-01-27T16:33:10 | 2020-01-27T16:33:10 | 235,271,707 | 0 | 0 | null | null | null | null | GB18030 | C++ | false | false | 55,647 | cpp | #include "mainwindow.h"
#include <QPalette>
#include <QBrush>
#include <QLinearGradient>
#include <QColor>
#include <QColorDialog>
#include <QFileDialog>
#include <QTime>
#include <QDate>
#include <QStandardPaths>
#include <QMessageBox>
MainWindow::MainWindow(QWidget *parent) :
QMainWindow(parent), ui(new Ui::MainWindow)
{
ui->setupUi(this);
setupAction();
setupMaterialPanel();
setupObjectPanel();
ui->splitter->setSizes(QList<int>{20000, 10000});
ui->splitter_2->setSizes(QList<int>{20000, 10000});
addCam();
}
MainWindow::~MainWindow()
{
delete ui;
}
void MainWindow::setupAction()
{
connect(ui->action_cube, &QAction::triggered, [=](bool) {
addCube();
ui->viewport->update();
});
connect(ui->action_sphere, &QAction::triggered, [=](bool) {
addSphere();
ui->viewport->update();
});
connect(ui->action_plane, &QAction::triggered, [=](bool) {
addPlane();
ui->viewport->update();
});
connect(ui->action_disk, &QAction::triggered, [=](bool) {
addDisk();
ui->viewport->update();
});
connect(ui->action_cylinder, &QAction::triggered, [=](bool) {
addCylinder();
ui->viewport->update();
});
connect(ui->action_prism, &QAction::triggered, [=](bool) {
addPrism();
ui->viewport->update();
});
connect(ui->action_cone, &QAction::triggered, [=](bool) {
addCone();
ui->viewport->update();
});
connect(ui->action_pyramid, &QAction::triggered, [=](bool) {
addPyramid();
ui->viewport->update();
});
connect(ui->action_directlight, &QAction::triggered, [=](bool) {
addDirectionLight();
ui->viewport->update();
});
connect(ui->action_spotlight, &QAction::triggered, [=](bool) {
addSpotLight();
ui->viewport->update();
});
connect(ui->action_material, &QAction::triggered, [=](bool) {
addMaterial();
ui->viewport->update();
});
connect(ui->action_save, &QAction::triggered, [=](bool) {
QString name = "3DViewer_" + QDate::currentDate().toString("yyyy-MM-dd") + "_" + QTime::currentTime().toString("HH-mm-ss") + ".png";
QString path = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation);
QString file = QFileDialog::getSaveFileName(this, u8"保存截图", path + "/" + name, "PNG (*.png);;JPEG (*.jpg *.jpeg);;Bitmap (*.bmp)");
//qInfo() << file;
if (!file.isEmpty())
ui->viewport->saveImage(file);
});
connect(ui->action_import, &QAction::triggered, [=](bool) {
Assimp::Importer t_importer;
std::string szOut;
t_importer.GetExtensionList(szOut);
QString t_assimp = u8"3D模型 (" + QString::fromStdString(szOut) + ")";
QString file = QFileDialog::getOpenFileName(this, u8"导入", "./", t_assimp+u8";;全部文件 (*.*)");
if (!file.isEmpty())
{
importFile(file);
ui->viewport->update();
}
});
connect(ui->action_export, &QAction::triggered, [=](bool) {
QString file = QFileDialog::getSaveFileName(this, u8"导出", "./", u8"Wavefront Object (*.obj)");
if (!file.isEmpty())
exportFile(file);
});
connect(ui->action_exit, &QAction::triggered, [=](bool) {
if (!(QMessageBox::information(this, u8"退出", u8"退出程序?", u8"确定", u8"取消")))
{
close();
}
});
}
void MainWindow::processMesh(aiMesh *mesh, const aiScene *scene, MyImport *obj)
{
std::vector<Vertex> &vertices = obj->getVertexArray();
std::vector<unsigned> &indices = obj->getIndicesArray();
unsigned start = vertices.size();
for (unsigned i = 0; i < mesh->mNumVertices; i++)
{
Vertex vertex;
vertex.Position = glm::vec3(mesh->mVertices[i].x, mesh->mVertices[i].y, mesh->mVertices[i].z);
if (mesh->mNormals)
vertex.Normal = glm::vec3(mesh->mNormals[i].x, mesh->mNormals[i].y, mesh->mNormals[i].z);
else
vertex.Normal = glm::vec3(0,1,0);
if (mesh->mTangents)
vertex.Tangent = glm::vec3(mesh->mTangents[i].x, mesh->mTangents[i].y, mesh->mTangents[i].z);
else
vertex.Tangent = glm::vec3(1,0,0);
if (mesh->mBitangents)
vertex.BiTangent = glm::vec3(mesh->mBitangents[i].x, mesh->mBitangents[i].y, mesh->mBitangents[i].z);
else
vertex.BiTangent = glm::vec3(0,0,1);
if (mesh->mTextureCoords[0])
vertex.TexCoords = glm::vec2(mesh->mTextureCoords[0][i].x, mesh->mTextureCoords[0][i].y);
else
vertex.TexCoords = glm::vec2(0.0f, 0.0f);
vertices.push_back(vertex);
}
for (unsigned i = 0; i < mesh->mNumFaces; i++)
{
aiFace face = mesh->mFaces[i];
for (unsigned j = 0; j < face.mNumIndices; j++)
indices.push_back(start + face.mIndices[j]);
}
}
void MainWindow::processNode(aiNode *node, const aiScene *scene, std::vector<MyImport*> &objects)
{
for (unsigned int i = 0; i < node->mNumChildren; i++)
{
processNode(node->mChildren[i], scene, objects);
}
if (node->mNumMeshes == 0)return;
MyImport *obj = new MyImport(ui->viewport);
if (node->mName.length != 0)
obj->name = node->mName.C_Str();
else
obj->name = u8"未命名物体";
for (unsigned int i = 0; i < node->mNumMeshes; i++)
{
aiMesh *mesh = scene->mMeshes[node->mMeshes[i]];
processMesh(mesh, scene, obj);
}
obj->updateData();
objects.push_back(obj);
}
void MainWindow::loadModel(std::string path, std::vector<MyImport*> &objects)
{
Assimp::Importer import;
const aiScene *scene = import.ReadFile(path, aiProcess_Triangulate | aiProcess_FlipUVs | aiProcess_GenNormals | aiProcess_CalcTangentSpace);
if (!scene || scene->mFlags & AI_SCENE_FLAGS_INCOMPLETE || !scene->mRootNode)
{
qWarning() << "ERROR::ASSIMP::" << import.GetErrorString();
return;
}
processNode(scene->mRootNode, scene, objects);
}
void MainWindow::importFile(QString file)
{
std::vector<MyImport*> objects;
loadModel(file.toStdString(), objects);
for (int i = 0; i < objects.size(); i++)
{
objects[i]->setMaterial(ui->viewport->defaultmtl);
objtype.append(Object);
objindex.append(ui->viewport->objlist.size());
ui->viewport->objlist.append(objects[i]);
ui->objectlist->addItem(objects[i]->name);
ui->objectlist->setCurrentRow(ui->objectlist->count() - 1);
}
}
void MainWindow::exportFile(QString file)
{
Assimp::Exporter exporter;
aiScene scene;
scene.mRootNode = new aiNode();
scene.mMaterials = new aiMaterial*[1];
scene.mMaterials[0] = new aiMaterial();
scene.mNumMaterials = 1;
scene.mNumTextures = 0;
scene.mRootNode->mNumMeshes = 0;
int objnum = 0;
for (int i = 0; i < ui->viewport->objlist.size(); i++)
if (ui->viewport->objlist[i])
objnum++;
scene.mMeshes = new aiMesh*[objnum];
scene.mNumMeshes = objnum;
aiNode **t_node_list = new aiNode*[objnum];
int objindex = 0;
for (int i = 0; i < ui->viewport->objlist.size(); i++)
if (ui->viewport->objlist[i])
{
auto pMesh = scene.mMeshes[objindex] = new aiMesh();
t_node_list[objindex] = new aiNode();
t_node_list[objindex]->mMeshes = new unsigned int[1];
t_node_list[objindex]->mMeshes[0] = objindex;
t_node_list[objindex]->mNumMeshes = 1;
t_node_list[objindex]->mNumChildren = 0;
t_node_list[objindex]->mName = ui->viewport->objlist[i]->name.toStdString();
std::vector<Vertex> ver;
std::vector<unsigned> ind;
ui->viewport->objlist[i]->addVertexAndIndices(ver, ind);
pMesh->mVertices = new aiVector3D[ver.size()];
pMesh->mNumVertices = ver.size();
pMesh->mNormals = new aiVector3D[ver.size()];
pMesh->mTextureCoords[0] = new aiVector3D[ver.size()];
pMesh->mNumUVComponents[0] = 2;
pMesh->mMaterialIndex = 0;
for (int j = 0; j < ver.size(); j++)
{
pMesh->mVertices[j] = aiVector3D(ver[j].Position.x, ver[j].Position.y, ver[j].Position.z);
pMesh->mNormals[j] = aiVector3D(ver[j].Normal.x, ver[j].Normal.y, ver[j].Normal.z);
pMesh->mTextureCoords[0][j] = aiVector3D(ver[j].TexCoords.x, ver[j].TexCoords.y, 0);
}
pMesh->mFaces = new aiFace[ind.size() / 3];
pMesh->mNumFaces = ind.size() / 3;
for (int j = 0; j < ind.size() / 3; j++)
{
aiFace& face = pMesh->mFaces[j];
face.mIndices = new unsigned int[3];
face.mNumIndices = 3;
face.mIndices[0] = ind[3 * j];
face.mIndices[1] = ind[3 * j + 1];
face.mIndices[2] = ind[3 * j + 2];
}
objindex++;
}
scene.mRootNode->addChildren(objnum, t_node_list);
/*
for (int i = 0; i < exporter.GetExportFormatCount(); i++)
{
const aiExportFormatDesc *t_format_desc = exporter.GetExportFormatDescription(i);
qInfo() << t_format_desc->id << t_format_desc->description << t_format_desc->fileExtension;
}
*/
//qInfo() << file;
qInfo() << exporter.Export(&scene, "objnomtl", file.toStdString(), aiProcess_Triangulate);
}
void MainWindow::addCam()
{
objtype.append(Camera);
objindex.append(0);
ui->objectlist->addItem(u8"摄像机");
ui->objectlist->setCurrentRow(0);
}
void MainWindow::addDirectionLight()
{
DirectLight *light = DirectLight::createLight(ui->viewport);
light->name = u8"方向光";
objtype.append(Light);
objindex.append(ui->viewport->lightlist.size());
ui->viewport->lightlist.append(light);
ui->objectlist->addItem(u8"方向光");
ui->objectlist->setCurrentRow(ui->objectlist->count() - 1);
}
void MainWindow::addSpotLight()
{
SpotLight *light = SpotLight::createLight(ui->viewport);
light->name = u8"点光源";
objtype.append(Light);
objindex.append(ui->viewport->lightlist.size());
ui->viewport->lightlist.append(light);
ui->objectlist->addItem(u8"点光源");
ui->objectlist->setCurrentRow(ui->objectlist->count() - 1);
}
void MainWindow::addCube()
{
MyCube *cube = new MyCube(ui->viewport, u8"立方体");
cube->setMaterial(ui->viewport->defaultmtl);
objtype.append(Object);
objindex.append(ui->viewport->objlist.size());
ui->viewport->objlist.append(cube);
ui->objectlist->addItem(u8"立方体");
ui->objectlist->setCurrentRow(ui->objectlist->count() - 1);
}
void MainWindow::addSphere()
{
MySphere *sphere = new MySphere(ui->viewport, u8"球体");
sphere->setMaterial(ui->viewport->defaultmtl);
objtype.append(Object);
objindex.append(ui->viewport->objlist.size());
ui->viewport->objlist.append(sphere);
ui->objectlist->addItem(u8"球体");
ui->objectlist->setCurrentRow(ui->objectlist->count() - 1);
}
void MainWindow::addPlane()
{
MyPlane *plane = new MyPlane(ui->viewport, u8"平面");
plane->setMaterial(ui->viewport->defaultmtl);
objtype.append(Object);
objindex.append(ui->viewport->objlist.size());
ui->viewport->objlist.append(plane);
ui->objectlist->addItem(u8"平面");
ui->objectlist->setCurrentRow(ui->objectlist->count() - 1);
}
void MainWindow::addDisk()
{
MyDisk *disk = new MyDisk(ui->viewport, u8"圆盘");
disk->setMaterial(ui->viewport->defaultmtl);
objtype.append(Object);
objindex.append(ui->viewport->objlist.size());
ui->viewport->objlist.append(disk);
ui->objectlist->addItem(u8"圆盘");
ui->objectlist->setCurrentRow(ui->objectlist->count() - 1);
}
void MainWindow::addCylinder()
{
MyCylinder *cylinder = new MyCylinder(ui->viewport, u8"圆柱");
cylinder->setMaterial(ui->viewport->defaultmtl);
objtype.append(Object);
objindex.append(ui->viewport->objlist.size());
ui->viewport->objlist.append(cylinder);
ui->objectlist->addItem(u8"圆柱");
ui->objectlist->setCurrentRow(ui->objectlist->count() - 1);
}
void MainWindow::addPrism()
{
MyPrism *prism = new MyPrism(ui->viewport, u8"棱柱");
prism->setMaterial(ui->viewport->defaultmtl);
objtype.append(Object);
objindex.append(ui->viewport->objlist.size());
ui->viewport->objlist.append(prism);
ui->objectlist->addItem(u8"棱柱");
ui->objectlist->setCurrentRow(ui->objectlist->count() - 1);
}
void MainWindow::addCone()
{
MyCone *cone = new MyCone(ui->viewport, u8"圆锥");
cone->setMaterial(ui->viewport->defaultmtl);
objtype.append(Object);
objindex.append(ui->viewport->objlist.size());
ui->viewport->objlist.append(cone);
ui->objectlist->addItem(u8"圆锥");
ui->objectlist->setCurrentRow(ui->objectlist->count() - 1);
}
void MainWindow::addPyramid()
{
MyPyramid *pyramid = new MyPyramid(ui->viewport, u8"棱锥");
pyramid->setMaterial(ui->viewport->defaultmtl);
objtype.append(Object);
objindex.append(ui->viewport->objlist.size());
ui->viewport->objlist.append(pyramid);
ui->objectlist->addItem(u8"棱锥");
ui->objectlist->setCurrentRow(ui->objectlist->count() - 1);
}
void MainWindow::addMaterial()
{
MyDefaultMaterial *mtl = MyDefaultMaterial::createMaterial(ui->viewport, ui->viewport->ushader, glm::vec3(0.8), glm::vec3(1), 0, 0.2);
mtl->name = u8"新材质";
mtlindex.append(ui->viewport->materiallist.size());
ui->viewport->materiallist.append(mtl);
ui->materiallist->addItem(u8"新材质");
ui->materiallist->setCurrentRow(ui->materiallist->count() - 1);
}
void MainWindow::setupMaterialPanel()
{
setupMtlList();
ui->mtlname_panel->hide();
connect(ui->applymtl, &QPushButton::clicked, [=](bool) {
int idx = ui->objectlist->currentRow();
int mtl = ui->materiallist->currentRow();
MyObject *obj = getCurObject();
if (obj)
{
obj->setMaterial(ui->viewport->materiallist[mtlindex[mtl]]);
ui->viewport->update();
}
});
connect(ui->deletemtl, &QPushButton::clicked, [=](bool) {
int idx = ui->materiallist->currentRow();
if (idx >= 0)
{
MyDefaultMaterial *mtl = ui->viewport->materiallist[mtlindex[idx]];
for (int i = 0; i < objindex.size(); i++)
{
if (objtype[i] == Object)
{
if (ui->viewport->objlist[objindex[i]]->getMaterial() == mtl)
{
ui->viewport->objlist[objindex[i]]->setMaterial(ui->viewport->defaultmtl);
}
}
}
delete ui->materiallist->takeItem(idx);
ui->viewport->materiallist[mtlindex[idx]] = nullptr;
mtlindex.removeAt(idx);
delete mtl;
ui->viewport->update();
}
});
connect(ui->mtl_name, &QLineEdit::editingFinished, [=]() {
QString text = ui->mtl_name->text();
MyDefaultMaterial *mtl = getCurrentMtl();
if (text.isEmpty())
{
if (mtl)
ui->mtl_name->setText(mtl->name);
}
else
{
if (mtl)
{
mtl->name = text;
ui->materiallist->currentItem()->setText(text);
}
}
});
setupDiffPanel();
setupSpecPanel();
setupUVPanel();
setupMetalPanel();
setupRoughPanel();
setupNormalPanel();
setupEnvPanel();
}
MyDefaultMaterial * MainWindow::getCurrentMtl()
{
int row = ui->materiallist->currentRow();
if (row >= 0)
return ui->viewport->materiallist[mtlindex[row]];
return nullptr;
}
void MainWindow::setupMtlList()
{
connect(ui->materiallist, &QListWidget::currentRowChanged, [=](int row) {
if (row >= 0 && row < ui->materiallist->count())
{
MyDefaultMaterial *mtl = ui->viewport->materiallist[mtlindex[row]];
ui->mtl_name->setText(mtl->name);
ui->diffR->setValue(mtl->diffuse.r * 255);
ui->diffG->setValue(mtl->diffuse.g * 255);
ui->diffB->setValue(mtl->diffuse.b * 255);
ui->difftexpath->setText(mtl->texpath[0]);
ui->specR->setValue(mtl->specular.r * 255);
ui->specG->setValue(mtl->specular.g * 255);
ui->specB->setValue(mtl->specular.b * 255);
ui->spectexpath->setText(mtl->texpath[1]);
ui->repeatcheck->setChecked(mtl->repeat());
ui->mirrowcheck->setEnabled(mtl->repeat());
ui->mirrowcheck->setChecked(mtl->mirrow());
ui->uoffset->setValue(mtl->uvoffset.x);
ui->voffset->setValue(mtl->uvoffset.y);
ui->uscale->setValue(mtl->uvscale.x);
ui->vscale->setValue(mtl->uvscale.y);
ui->metal->setValue(mtl->metal);
ui->metaltexpath->setText(mtl->texpath[2]);
ui->rough->setValue(mtl->rough);
ui->roughtexpath->setText(mtl->texpath[3]);
ui->normaltexpath->setText(mtl->texpath[4]);
ui->mtlname_panel->show();
ui->diffpanel->show();
ui->specpanel->show();
ui->uvpanel->show();
ui->metalpanel->show();
ui->roughpanel->show();
ui->normalpanel->show();
}
else
{
ui->mtlname_panel->hide();
ui->diffpanel->hide();
ui->specpanel->hide();
ui->uvpanel->hide();
ui->metalpanel->hide();
ui->roughpanel->hide();
ui->normalpanel->hide();
}
});
}
void MainWindow::setupDiffPanel()
{
ui->diffpanel->hide();
//ui->diffpanel->setDisabled(true);
connect(ui->diffRslider, &QSlider::valueChanged, [=](int value) {
ui->diffR->setValue(value);
QString style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,0,%2),stop:1 rgb(%1,255,%2));margin:-5px 0;}";
ui->diffGslider->setStyleSheet(style.arg(ui->diffR->value()).arg(ui->diffB->value()));
style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,%2,0),stop:1 rgb(%1,%2,255));margin:-5px 0;}";
ui->diffBslider->setStyleSheet(style.arg(ui->diffR->value()).arg(ui->diffG->value()));
});
connect(ui->diffR, QOverload<int>::of(&QSpinBox::valueChanged), [=](int v) {
ui->diffRslider->setValue(v);
ui->diffbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:rgb(%1,%2,%3);width:50px;height:25px;").arg(v).arg(ui->diffG->value()).arg(ui->diffB->value()));
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->diffuse.r = v / 255.0;
ui->viewport->update();
}
});
connect(ui->diffGslider, &QSlider::valueChanged, [=](int value) {
ui->diffG->setValue(value);
QString style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(0,%1,%2),stop:1 rgb(255,%1,%2));margin:-5px 0;}";
ui->diffRslider->setStyleSheet(style.arg(ui->diffG->value()).arg(ui->diffB->value()));
style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,%2,0),stop:1 rgb(%1,%2,255));margin:-5px 0;}";
ui->diffBslider->setStyleSheet(style.arg(ui->diffR->value()).arg(ui->diffG->value()));
});
connect(ui->diffG, QOverload<int>::of(&QSpinBox::valueChanged), [=](int v) {
ui->diffGslider->setValue(v);
ui->diffbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:rgb(%1,%2,%3);width:50px;height:25px;").arg(ui->diffR->value()).arg(v).arg(ui->diffB->value()));
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->diffuse.g = v / 255.0;
ui->viewport->update();
}
});
connect(ui->diffBslider, &QSlider::valueChanged, [=](int value) {
ui->diffB->setValue(value);
QString style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(0,%1,%2),stop:1 rgb(255,%1,%2));margin:-5px 0;}";
ui->diffRslider->setStyleSheet(style.arg(ui->diffG->value()).arg(ui->diffB->value()));
style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,0,%2),stop:1 rgb(%1,255,%2));margin:-5px 0;}";
ui->diffGslider->setStyleSheet(style.arg(ui->diffR->value()).arg(ui->diffB->value()));
});
connect(ui->diffB, QOverload<int>::of(&QSpinBox::valueChanged), [=](int v) {
ui->diffBslider->setValue(v);
ui->diffbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:rgb(%1,%2,%3);width:50px;height:25px;").arg(ui->diffR->value()).arg(ui->diffG->value()).arg(v));
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->diffuse.b = v / 255.0;
ui->viewport->update();
}
});
connect(ui->diffbutton, &QPushButton::clicked, [=](bool) {
QColor color = QColorDialog::getColor(QColor(ui->diffR->value(), ui->diffG->value(), ui->diffB->value()), this, u8"漫反射");
if (color.isValid())
{
ui->diffbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:%1;width:50px;height:25px;").arg(color.name()));
ui->diffR->setValue(color.red());
ui->diffG->setValue(color.green());
ui->diffB->setValue(color.blue());
}
});
connect(ui->difftexbutton, &QPushButton::clicked, [=](bool) {
QString file = QFileDialog::getOpenFileName(this, u8"打开文件");
if (!file.isEmpty() && QFileInfo(file).exists() && QFileInfo(file).isFile())
{
ui->difftexpath->setText(file);
diffTexChanged(file);
}
});
connect(ui->difftexpath, &QLineEdit::editingFinished, [=]() {
QString file = ui->difftexpath->text();
if (file.isEmpty() || !file.isEmpty() && QFileInfo(file).exists() && QFileInfo(file).isFile())
{
ui->difftexpath->setText(file);
diffTexChanged(file);
}
else
{
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
ui->difftexpath->setText(mtl->texpath[0]);
else
ui->difftexpath->setText("");
}
});
}
void MainWindow::diffTexChanged(QString file)
{
int row = ui->materiallist->currentRow();
if (row >= 0)
{
MyDefaultMaterial *mtl = ui->viewport->materiallist[mtlindex[row]];
mtl->setDiffTexture(file);
mtl->texpath[0] = file;
ui->viewport->update();
}
}
void MainWindow::setupSpecPanel()
{
ui->specpanel->hide();
//ui->specpanel->setDisabled(true);
connect(ui->specRslider, &QSlider::valueChanged, [=](int value) {
ui->specR->setValue(value);
QString style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,0,%2),stop:1 rgb(%1,255,%2));margin:-5px 0;}";
ui->specGslider->setStyleSheet(style.arg(ui->specR->value()).arg(ui->specB->value()));
style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,%2,0),stop:1 rgb(%1,%2,255));margin:-5px 0;}";
ui->specBslider->setStyleSheet(style.arg(ui->specR->value()).arg(ui->specG->value()));
});
connect(ui->specR, QOverload<int>::of(&QSpinBox::valueChanged), [=](int v) {
ui->specRslider->setValue(v);
ui->specbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:rgb(%1,%2,%3);width:50px;height:25px;").arg(v).arg(ui->specG->value()).arg(ui->specB->value()));
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->specular.r = v / 255.0;
ui->viewport->update();
}
});
connect(ui->specGslider, &QSlider::valueChanged, [=](int value) {
ui->specG->setValue(value);
QString style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(0,%1,%2),stop:1 rgb(255,%1,%2));margin:-5px 0;}";
ui->specRslider->setStyleSheet(style.arg(ui->specG->value()).arg(ui->specB->value()));
style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,%2,0),stop:1 rgb(%1,%2,255));margin:-5px 0;}";
ui->specBslider->setStyleSheet(style.arg(ui->specR->value()).arg(ui->specG->value()));
});
connect(ui->specG, QOverload<int>::of(&QSpinBox::valueChanged), [=](int v) {
ui->specGslider->setValue(v);
ui->specbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:rgb(%1,%2,%3);width:50px;height:25px;").arg(ui->specR->value()).arg(v).arg(ui->specB->value()));
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->specular.g = v / 255.0;
ui->viewport->update();
}
});
connect(ui->specBslider, &QSlider::valueChanged, [=](int value) {
ui->specB->setValue(value);
QString style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(0,%1,%2),stop:1 rgb(255,%1,%2));margin:-5px 0;}";
ui->specRslider->setStyleSheet(style.arg(ui->specG->value()).arg(ui->specB->value()));
style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,0,%2),stop:1 rgb(%1,255,%2));margin:-5px 0;}";
ui->specGslider->setStyleSheet(style.arg(ui->specR->value()).arg(ui->specB->value()));
});
connect(ui->specB, QOverload<int>::of(&QSpinBox::valueChanged), [=](int v) {
ui->specBslider->setValue(v);
ui->specbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:rgb(%1,%2,%3);width:50px;height:25px;").arg(ui->specR->value()).arg(ui->specG->value()).arg(v));
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->specular.b = v / 255.0;
ui->viewport->update();
}
});
connect(ui->specbutton, &QPushButton::clicked, [=](bool) {
QColor color = QColorDialog::getColor(QColor(ui->specR->value(), ui->specG->value(), ui->specB->value()), this, u8"漫反射");
if (color.isValid())
{
ui->specbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:%1;width:50px;height:25px;").arg(color.name()));
ui->specR->setValue(color.red());
ui->specG->setValue(color.green());
ui->specB->setValue(color.blue());
}
});
connect(ui->spectexbutton, &QPushButton::clicked, [=](bool) {
QString file = QFileDialog::getOpenFileName(this, u8"打开文件");
if (!file.isEmpty() && QFileInfo(file).exists() && QFileInfo(file).isFile())
{
ui->spectexpath->setText(file);
specTexChanged(file);
}
});
connect(ui->spectexpath, &QLineEdit::editingFinished, [=]() {
QString file = ui->spectexpath->text();
if (file.isEmpty() || !file.isEmpty() && QFileInfo(file).exists() && QFileInfo(file).isFile())
{
ui->spectexpath->setText(file);
specTexChanged(file);
}
else
{
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
ui->spectexpath->setText(mtl->texpath[1]);
else
ui->spectexpath->setText("");
}
});
}
void MainWindow::specTexChanged(QString file)
{
int row = ui->materiallist->currentRow();
if (row >= 0)
{
MyDefaultMaterial *mtl = ui->viewport->materiallist[mtlindex[row]];
mtl->setSpecTexture(file);
mtl->texpath[1] = file;
ui->viewport->update();
}
}
void MainWindow::setupUVPanel()
{
ui->uvpanel->hide();
connect(ui->repeatcheck, &QCheckBox::stateChanged, [=](int state) {
if (state == Qt::Checked)
{
ui->mirrowcheck->setEnabled(true);
}
else if (state == Qt::Unchecked)
{
ui->mirrowcheck->setDisabled(true);
}
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->setRepeatMirrow(state == Qt::Checked, mtl->mirrow());
ui->viewport->update();
}
});
connect(ui->mirrowcheck, &QCheckBox::stateChanged, [=](int state) {
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->setRepeatMirrow(mtl->repeat(), state == Qt::Checked);
ui->viewport->update();
}
});
connect(ui->uoffset, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->uvoffset.x = v;
ui->viewport->update();
}
});
connect(ui->voffset, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->uvoffset.y = v;
ui->viewport->update();
}
});
connect(ui->uscale, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->uvscale.x = v;
ui->viewport->update();
}
});
connect(ui->vscale, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->uvscale.y = v;
ui->viewport->update();
}
});
}
void MainWindow::setupMetalPanel()
{
ui->metalpanel->hide();
connect(ui->metal, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
ui->slider_metal->setValue(v * 100);
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->metal = v;
ui->viewport->update();
}
});
connect(ui->slider_metal, &QAbstractSlider::sliderMoved, [=](int v) {
ui->metal->setValue(v / 100.0);
});
connect(ui->metaltexbutton, &QPushButton::clicked, [=](bool) {
QString file = QFileDialog::getOpenFileName(this, u8"打开文件");
if (!file.isEmpty() && QFileInfo(file).exists() && QFileInfo(file).isFile())
{
ui->metaltexpath->setText(file);
metalTexChanged(file);
}
});
connect(ui->metaltexpath, &QLineEdit::editingFinished, [=]() {
QString file = ui->spectexpath->text();
if (file.isEmpty() || !file.isEmpty() && QFileInfo(file).exists() && QFileInfo(file).isFile())
{
ui->metaltexpath->setText(file);
metalTexChanged(file);
}
else
{
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
ui->metaltexpath->setText(mtl->texpath[2]);
else
ui->metaltexpath->setText("");
}
});
}
void MainWindow::metalTexChanged(QString file)
{
int row = ui->materiallist->currentRow();
if (row >= 0)
{
MyDefaultMaterial *mtl = ui->viewport->materiallist[mtlindex[row]];
mtl->setMetalTexture(file);
mtl->texpath[2] = file;
ui->viewport->update();
}
}
void MainWindow::setupRoughPanel()
{
ui->roughpanel->hide();
connect(ui->rough, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
ui->slider_rough->setValue(v * 100);
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
{
mtl->rough = v;
ui->viewport->update();
}
});
connect(ui->slider_rough, &QAbstractSlider::sliderMoved, [=](int v) {
ui->rough->setValue(v / 100.0);
});
connect(ui->roughtexbutton, &QPushButton::clicked, [=](bool) {
QString file = QFileDialog::getOpenFileName(this, u8"打开文件");
if (!file.isEmpty() && QFileInfo(file).exists() && QFileInfo(file).isFile())
{
ui->roughtexpath->setText(file);
roughTexChanged(file);
}
});
connect(ui->roughtexpath, &QLineEdit::editingFinished, [=]() {
QString file = ui->spectexpath->text();
if (file.isEmpty() || !file.isEmpty() && QFileInfo(file).exists() && QFileInfo(file).isFile())
{
ui->roughtexpath->setText(file);
roughTexChanged(file);
}
else
{
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
ui->roughtexpath->setText(mtl->texpath[3]);
else
ui->roughtexpath->setText("");
}
});
}
void MainWindow::roughTexChanged(QString file)
{
int row = ui->materiallist->currentRow();
if (row >= 0)
{
MyDefaultMaterial *mtl = ui->viewport->materiallist[mtlindex[row]];
mtl->setRoughTexture(file);
mtl->texpath[3] = file;
ui->viewport->update();
}
}
void MainWindow::setupNormalPanel()
{
ui->normalpanel->hide();
connect(ui->normaltexbutton, &QPushButton::clicked, [=](bool) {
QString file = QFileDialog::getOpenFileName(this, u8"打开文件");
if (!file.isEmpty() && QFileInfo(file).exists() && QFileInfo(file).isFile())
{
ui->normaltexpath->setText(file);
normalTexChanged(file);
}
});
connect(ui->normaltexpath, &QLineEdit::editingFinished, [=]() {
QString file = ui->spectexpath->text();
if (file.isEmpty() || !file.isEmpty() && QFileInfo(file).exists() && QFileInfo(file).isFile())
{
ui->normaltexpath->setText(file);
normalTexChanged(file);
}
else
{
MyDefaultMaterial *mtl = getCurrentMtl();
if (mtl)
ui->normaltexpath->setText(mtl->texpath[4]);
else
ui->normaltexpath->setText("");
}
});
}
void MainWindow::normalTexChanged(QString file)
{
int row = ui->materiallist->currentRow();
if (row >= 0)
{
MyDefaultMaterial *mtl = ui->viewport->materiallist[mtlindex[row]];
mtl->setNormalTexture(file);
mtl->texpath[4] = file;
ui->viewport->update();
}
}
void MainWindow::setupEnvPanel()
{
connect(ui->env, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
ui->slider_env->setValue(v * 100);
ui->viewport->env_intensity = v;
ui->viewport->update();
});
connect(ui->slider_env, &QAbstractSlider::sliderMoved, [=](int v) {
ui->env->setValue(v / 100.0);
});
ui->env->setValue(ui->viewport->env_intensity);
}
void MainWindow::setupObjectPanel()
{
setupObjList();
setupTransPanel();
setupAttribPanel();
}
void MainWindow::camSelected()
{
ui->frame_trans->setDisabled(true);
ui->attribpanel->show();
ui->frame_object->hide();
ui->frame_light->hide();
ui->frame_camera->show();
ui->obj_name->setText(u8"摄像机");
ui->obj_name->setDisabled(true);
ui->deleteobj->setDisabled(true);
ui->projmode->setCurrentIndex(ui->viewport->cam->perspective ? 0 : 1);
ui->fov->setValue(ui->viewport->cam->fov);
}
void MainWindow::setAttribVisible(bool a1, bool a2, bool a3, bool a4, bool a5)
{
ui->label_attrib1->setVisible(a1);
ui->attrib1->setVisible(a1);
ui->label_attrib2->setVisible(a2);
ui->attrib2->setVisible(a2);
ui->label_attrib3->setVisible(a3);
ui->attrib3->setVisible(a3);
ui->label_attrib4->setVisible(a4);
ui->attrib4->setVisible(a4);
ui->label_frag->setVisible(a5);
ui->fragment->setVisible(a5);
}
void MainWindow::setAttribTitle(QString t1, QString t2, QString t3, QString t4)
{
ui->label_attrib1->setText(t1);
ui->label_attrib2->setText(t2);
ui->label_attrib3->setText(t3);
ui->label_attrib4->setText(t4);
}
void MainWindow::objSelected(MyObject * obj)
{
ui->attribpanel->show();
ui->frame_object->show();
ui->frame_light->hide();
ui->frame_camera->hide();
ui->frame_trans->setEnabled(true);
ui->label_sx->setEnabled(true);
ui->label_sy->setEnabled(true);
ui->label_sz->setEnabled(true);
ui->sx->setEnabled(true);
ui->sy->setEnabled(true);
ui->sz->setEnabled(true);
ui->px->setValue(obj->position.x);
ui->py->setValue(obj->position.y);
ui->pz->setValue(obj->position.z);
ui->sx->setValue(obj->scale.x);
ui->sy->setValue(obj->scale.y);
ui->sz->setValue(obj->scale.z);
ui->rh->setValue(obj->rotation.x);
ui->rp->setValue(obj->rotation.y);
ui->rb->setValue(obj->rotation.z);
ui->obj_name->setText(obj->name);
ui->obj_name->setEnabled(true);
ui->deleteobj->setEnabled(true);
switch (obj->type())
{
case MyObject::Cube:
{
MyCube *o = dynamic_cast<MyCube*>(obj);
setAttribVisible(true, true, true, false, false);
setAttribTitle(u8"尺寸.X", u8"尺寸.Y", u8"尺寸.Z", "");
glm::vec3 s = o->getSize();
ui->attrib1->setValue(s.x);
ui->attrib2->setValue(s.y);
ui->attrib3->setValue(s.z);
break;
}
case MyObject::Plane:
{
MyPlane *o = dynamic_cast<MyPlane*>(obj);
setAttribVisible(true, true, false, false, false);
setAttribTitle(u8"长度", u8"宽度", u8"", u8"");
glm::vec2 s = o->getSize();
ui->attrib1->setValue(s.x);
ui->attrib2->setValue(s.y);
break;
}
case MyObject::Disk:
{
MyDisk *o = dynamic_cast<MyDisk*>(obj);
setAttribVisible(true, false, false, false, true);
setAttribTitle(u8"半径", u8"", u8"", u8"");
ui->attrib1->setValue(o->getSize());
ui->fragment->setValue(o->getFragment());
break;
}
case MyObject::Sphere:
{
MySphere *o = dynamic_cast<MySphere*>(obj);
setAttribVisible(true, false, false, false, true);
setAttribTitle(u8"半径", u8"", u8"", u8"");
ui->attrib1->setValue(o->getSize());
ui->fragment->setValue(o->getFragment());
break;
}
case MyObject::Cylinder:
{
MyCylinder *o = dynamic_cast<MyCylinder*>(obj);
setAttribVisible(true, true, false, false, true);
setAttribTitle(u8"半径", u8"高度", u8"", u8"");
glm::vec2 s = o->getSize();
ui->attrib1->setValue(s.x);
ui->attrib2->setValue(s.y);
ui->fragment->setValue(o->getFragment());
break;
}
case MyObject::Prism:
{
MyPrism *o = dynamic_cast<MyPrism*>(obj);
setAttribVisible(true, true, false, false, true);
setAttribTitle(u8"半径", u8"高度", u8"", u8"");
glm::vec2 s = o->getSize();
ui->attrib1->setValue(s.x);
ui->attrib2->setValue(s.y);
ui->fragment->setValue(o->getFragment());
break;
}
case MyObject::Cone:
{
MyCone *o = dynamic_cast<MyCone*>(obj);
setAttribVisible(true, true, true, false, true);
setAttribTitle(u8"顶部半径", u8"底部半径", u8"高度", u8"");
glm::vec3 s = o->getSize();
ui->attrib1->setValue(s.x);
ui->attrib2->setValue(s.y);
ui->attrib3->setValue(s.z);
ui->fragment->setValue(o->getFragment());
break;
}
case MyObject::Pyramid:
{
MyPyramid *o = dynamic_cast<MyPyramid*>(obj);
setAttribVisible(true, true, true, false, true);
setAttribTitle(u8"顶部半径", u8"底部半径", u8"高度", u8"");
glm::vec3 s = o->getSize();
ui->attrib1->setValue(s.x);
ui->attrib2->setValue(s.y);
ui->attrib3->setValue(s.z);
ui->fragment->setValue(o->getFragment());
break;
}
case MyObject::Import:
{
setAttribVisible(false, false, false, false, false);
break;
}
}
}
MyObject * MainWindow::getCurObject()
{
MyObject *obj = nullptr;
int row = ui->objectlist->currentRow();
if (row >= 0)
{
if (objtype[row] == Object)
{
obj = ui->viewport->objlist[objindex[row]];
}
}
return obj;
}
void MainWindow::lightSelected(MyLight * light)
{
ui->frame_trans->setEnabled(true);
ui->label_sx->setDisabled(true);
ui->label_sy->setDisabled(true);
ui->label_sz->setDisabled(true);
ui->sx->setDisabled(true);
ui->sy->setDisabled(true);
ui->sz->setDisabled(true);
ui->sx->setValue(1);
ui->sy->setValue(1);
ui->sz->setValue(1);
ui->px->setValue(light->position.x);
ui->py->setValue(light->position.y);
ui->pz->setValue(light->position.z);
ui->rh->setValue(light->rotation.x);
ui->rp->setValue(light->rotation.y);
ui->rb->setValue(light->rotation.z);
ui->obj_name->setText(light->name);
ui->obj_name->setEnabled(true);
ui->deleteobj->setEnabled(true);
QColor c = getLightColor(light);
ui->lR->setValue(c.red());
ui->lG->setValue(c.green());
ui->lB->setValue(c.blue());
ui->lintensity->setValue(getLightIntensity(light));
ui->attribpanel->show();
ui->frame_object->hide();
ui->frame_light->show();
ui->frame_camera->hide();
}
MyLight * MainWindow::getCurLight()
{
MyLight *light = nullptr;
int row = ui->objectlist->currentRow();
if (row >= 0)
{
if (objtype[row] == Light)
{
light = ui->viewport->lightlist[objindex[row]];
}
}
return light;
}
void MainWindow::setupObjList()
{
connect(ui->objectlist, &QListWidget::currentRowChanged, [=](int row) {
if (row >= 0 && row < ui->objectlist->count())
{
switch (objtype[row])
{
case Object:
{
MyObject *obj = ui->viewport->objlist[objindex[row]];
objSelected(obj);
break;
}
case Light:
{
MyLight *light = ui->viewport->lightlist[objindex[row]];
lightSelected(light);
break;
}
case Camera:
{
camSelected();
break;
}
}
}
else
{
ui->attribpanel->hide();
}
});
}
void MainWindow::setupTransPanel()
{
connect(ui->px, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
glm::vec3 pos = getCurrentPos();
setCurrentPos(v, pos.y, pos.z);
ui->viewport->update();
});
connect(ui->py, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
glm::vec3 pos = getCurrentPos();
setCurrentPos(pos.x, v, pos.z);
ui->viewport->update();
});
connect(ui->pz, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
glm::vec3 pos = getCurrentPos();
setCurrentPos(pos.x, pos.y, v);
ui->viewport->update();
});
connect(ui->sx, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
glm::vec3 scale = getCurrentScale();
setCurrentScale(v, scale.y, scale.z);
ui->viewport->update();
});
connect(ui->sy, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
glm::vec3 scale = getCurrentScale();
setCurrentScale(scale.x, v, scale.z);
ui->viewport->update();
});
connect(ui->sz, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
glm::vec3 scale = getCurrentScale();
setCurrentScale(scale.x, scale.y,v);
ui->viewport->update();
});
connect(ui->rh, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
glm::vec3 rotate = getCurrentRotation();
setCurrentRotation(v, rotate.y, rotate.z);
ui->viewport->update();
});
connect(ui->rp, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
glm::vec3 rotate = getCurrentRotation();
setCurrentRotation(rotate.x, v, rotate.z);
ui->viewport->update();
});
connect(ui->rb, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
glm::vec3 rotate = getCurrentRotation();
setCurrentRotation(rotate.x, rotate.y, v);
ui->viewport->update();
});
}
void MainWindow::setupAttribPanel()
{
connect(ui->obj_name, &QLineEdit::editingFinished, [=]() {
QString text = ui->obj_name->text();
if (!text.isEmpty())
setCurrentName(text);
else
ui->obj_name->setText(getCurrentName());
});
connect(ui->deleteobj, &QPushButton::clicked, [=](bool) {
int idx = ui->objectlist->currentRow();
if (idx >= 0)
{
if (objtype[idx] == Object)
{
MyObject *obj = ui->viewport->objlist[objindex[idx]];
delete ui->objectlist->takeItem(idx);
ui->viewport->objlist[objindex[idx]] = nullptr;
objindex.removeAt(idx);
objtype.removeAt(idx);
delete obj;
ui->viewport->update();
}
else if (objtype[idx] == Light)
{
MyLight *obj = ui->viewport->lightlist[objindex[idx]];
delete ui->objectlist->takeItem(idx);
ui->viewport->lightlist[objindex[idx]] = nullptr;
objindex.removeAt(idx);
objtype.removeAt(idx);
delete obj;
ui->viewport->update();
}
}
});
setupCamFrame();
setupLightFrame();
setupObjFrame();
}
void MainWindow::setupCamFrame()
{
ui->frame_camera->hide();
connect(ui->projmode, QOverload<int>::of(&QComboBox::currentIndexChanged), [=](int index) {
ui->viewport->cam->perspective = index == 0;
ui->viewport->update();
});
connect(ui->fov, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
ui->viewport->cam->fov = v;
ui->viewport->update();
});
}
void MainWindow::setupLightFrame()
{
ui->frame_light->hide();
connect(ui->lRslider, &QSlider::valueChanged, [=](int value) {
ui->lR->setValue(value);
QString style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,0,%2),stop:1 rgb(%1,255,%2));margin:-5px 0;}";
ui->lGslider->setStyleSheet(style.arg(ui->lR->value()).arg(ui->lB->value()));
style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,%2,0),stop:1 rgb(%1,%2,255));margin:-5px 0;}";
ui->lBslider->setStyleSheet(style.arg(ui->lR->value()).arg(ui->lG->value()));
});
connect(ui->lR, QOverload<int>::of(&QSpinBox::valueChanged), [=](int v) {
ui->lRslider->setValue(v);
ui->lcolorbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:rgb(%1,%2,%3);width:50px;height:25px;").arg(v).arg(ui->lG->value()).arg(ui->lB->value()));
MyLight *l = getCurLight();
if (l)
{
setLightColor(l, QColor(v, ui->lG->value(), ui->lB->value()));
ui->viewport->update();
}
});
connect(ui->lGslider, &QSlider::valueChanged, [=](int value) {
ui->lG->setValue(value);
QString style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(0,%1,%2),stop:1 rgb(255,%1,%2));margin:-5px 0;}";
ui->lRslider->setStyleSheet(style.arg(ui->lG->value()).arg(ui->lB->value()));
style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,%2,0),stop:1 rgb(%1,%2,255));margin:-5px 0;}";
ui->lBslider->setStyleSheet(style.arg(ui->lR->value()).arg(ui->lG->value()));
});
connect(ui->lG, QOverload<int>::of(&QSpinBox::valueChanged), [=](int v) {
ui->lGslider->setValue(v);
ui->lcolorbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:rgb(%1,%2,%3);width:50px;height:25px;").arg(ui->lR->value()).arg(v).arg(ui->lB->value()));
MyLight *l = getCurLight();
if (l)
{
setLightColor(l, QColor(ui->lR->value(), v, ui->lB->value()));
ui->viewport->update();
}
});
connect(ui->lBslider, &QSlider::valueChanged, [=](int value) {
ui->lB->setValue(value);
QString style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(0,%1,%2),stop:1 rgb(255,%1,%2));margin:-5px 0;}";
ui->lRslider->setStyleSheet(style.arg(ui->lG->value()).arg(ui->lB->value()));
style = "QSlider::groove{border:1px solid #333333;height:15px;background:qlineargradient(x1:0,y1:0,x2:1,y2:0,stop:0 rgb(%1,0,%2),stop:1 rgb(%1,255,%2));margin:-5px 0;}";
ui->lGslider->setStyleSheet(style.arg(ui->lR->value()).arg(ui->lB->value()));
});
connect(ui->lB, QOverload<int>::of(&QSpinBox::valueChanged), [=](int v) {
ui->lBslider->setValue(v);
ui->lcolorbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:rgb(%1,%2,%3);width:50px;height:25px;").arg(ui->lR->value()).arg(ui->lG->value()).arg(v));
MyLight *l = getCurLight();
if (l)
{
setLightColor(l, QColor(ui->lR->value(), ui->lG->value(), v));
ui->viewport->update();
}
});
connect(ui->lcolorbutton, &QPushButton::clicked, [=](bool) {
QColor color = QColorDialog::getColor(QColor(ui->lR->value(), ui->lG->value(), ui->lB->value()), this, u8"颜色");
if (color.isValid())
{
ui->lcolorbutton->setStyleSheet(QString("border:2px solid #333333;border-radius:0;background-color:%1;width:50px;height:25px;").arg(color.name()));
ui->lR->setValue(color.red());
ui->lG->setValue(color.green());
ui->lB->setValue(color.blue());
}
});
connect(ui->lintensity, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
ui->slider_lintensity->setValue(v > 1 ? 100 : v * 100);
MyLight *l = getCurLight();
if (l)
{
setLightIntensity(l, v);
ui->viewport->update();
}
});
connect(ui->slider_lintensity, &QAbstractSlider::sliderMoved, [=](int v) {
ui->lintensity->setValue(v / 100.0);
});
}
void MainWindow::setupObjFrame()
{
ui->frame_object->hide();
connect(ui->attrib1, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
MyObject *obj = getCurObject();
if (obj)
{
setCurrentAttrib1(obj, v);
ui->viewport->update();
}
});
connect(ui->attrib2, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
MyObject *obj = getCurObject();
if (obj)
{
setCurrentAttrib2(obj, v);
ui->viewport->update();
}
});
connect(ui->attrib3, QOverload<double>::of(&QDoubleSpinBox::valueChanged), [=](double v) {
MyObject *obj = getCurObject();
if (obj)
{
setCurrentAttrib3(obj, v);
ui->viewport->update();
}
});
connect(ui->fragment, QOverload<int>::of(&QSpinBox::valueChanged), [=](int v) {
MyObject *obj = getCurObject();
if (obj)
{
setCurrentAttrib5(obj, v);
ui->viewport->update();
}
});
}
void MainWindow::setLightColor(MyLight * light, QColor c)
{
switch (light->type())
{
case MyLight::Direction:
{
DirectLight *l = dynamic_cast<DirectLight*>(light);
l->l_color.r = c.redF();
l->l_color.g = c.greenF();
l->l_color.b = c.blueF();
break;
}
case MyLight::Spot:
{
SpotLight *l = dynamic_cast<SpotLight*>(light);
l->l_color.r = c.redF();
l->l_color.g = c.greenF();
l->l_color.b = c.blueF();
break;
}
}
}
QColor MainWindow::getLightColor(MyLight * light)
{
switch (light->type())
{
case MyLight::Direction:
{
DirectLight *l = dynamic_cast<DirectLight*>(light);
return QColor(l->l_color.r * 255, l->l_color.g * 255, l->l_color.b * 255);
}
case MyLight::Spot:
{
SpotLight *l = dynamic_cast<SpotLight*>(light);
return QColor(l->l_color.r * 255, l->l_color.g * 255, l->l_color.b * 255);
}
}
return QColor(0, 0, 0);
}
void MainWindow::setLightIntensity(MyLight * light, float I)
{
switch (light->type())
{
case MyLight::Direction:
{
DirectLight *l = dynamic_cast<DirectLight*>(light);
l->l_intensity = I;
break;
}
case MyLight::Spot:
{
SpotLight *l = dynamic_cast<SpotLight*>(light);
l->l_intensity = I;
break;
}
}
}
float MainWindow::getLightIntensity(MyLight * light)
{
switch (light->type())
{
case MyLight::Direction:
{
DirectLight *l = dynamic_cast<DirectLight*>(light);
return l->l_intensity;
}
case MyLight::Spot:
{
SpotLight *l = dynamic_cast<SpotLight*>(light);
return l->l_intensity;
}
}
return 0;
}
void MainWindow::setCurrentPos(float x, float y, float z)
{
int row = ui->objectlist->currentRow();
if (row >= 0)
{
switch (objtype[row])
{
case Light:
{
MyLight *l = ui->viewport->lightlist[objindex[row]];
l->position = glm::vec3(x, y, z);
break;
}
case Object:
{
MyObject *obj = ui->viewport->objlist[objindex[row]];
obj->position = glm::vec3(x, y, z);
break;
}
}
}
}
glm::vec3 MainWindow::getCurrentPos()
{
int row = ui->objectlist->currentRow();
if (row >= 0)
{
switch (objtype[row])
{
case Light:
{
MyLight *l = ui->viewport->lightlist[objindex[row]];
return l->position;
}
case Object:
{
MyObject *obj = ui->viewport->objlist[objindex[row]];
return obj->position;
}
}
}
return glm::vec3(0);
}
void MainWindow::setCurrentScale(float x, float y, float z)
{
int row = ui->objectlist->currentRow();
if (row >= 0)
{
switch (objtype[row])
{
case Object:
{
MyObject *obj = ui->viewport->objlist[objindex[row]];
obj->scale = glm::vec3(x, y, z);
break;
}
}
}
}
glm::vec3 MainWindow::getCurrentScale()
{
int row = ui->objectlist->currentRow();
if (row >= 0)
{
switch (objtype[row])
{
case Object:
{
MyObject *obj = ui->viewport->objlist[objindex[row]];
return obj->scale;
}
}
}
return glm::vec3(1);
}
void MainWindow::setCurrentRotation(float x, float y, float z)
{
int row = ui->objectlist->currentRow();
if (row >= 0)
{
switch (objtype[row])
{
case Light:
{
MyLight *l = ui->viewport->lightlist[objindex[row]];
l->rotation = glm::vec3(x, y, z);
break;
}
case Object:
{
MyObject *obj = ui->viewport->objlist[objindex[row]];
obj->rotation = glm::vec3(x, y, z);
break;
}
}
}
}
glm::vec3 MainWindow::getCurrentRotation()
{
int row = ui->objectlist->currentRow();
if (row >= 0)
{
switch (objtype[row])
{
case Light:
{
MyLight *l = ui->viewport->lightlist[objindex[row]];
return l->rotation;
}
case Object:
{
MyObject *obj = ui->viewport->objlist[objindex[row]];
return obj->rotation;
}
}
}
return glm::vec3(0);
}
void MainWindow::setCurrentName(QString name)
{
int row = ui->objectlist->currentRow();
if (row >= 0)
{
switch (objtype[row])
{
case Light:
{
MyLight *l = ui->viewport->lightlist[objindex[row]];
l->name = name;
ui->objectlist->currentItem()->setText(name);
break;
}
case Object:
{
MyObject *obj = ui->viewport->objlist[objindex[row]];
obj->name = name;
ui->objectlist->currentItem()->setText(name);
break;
}
}
}
}
QString MainWindow::getCurrentName()
{
int row = ui->objectlist->currentRow();
if (row >= 0)
{
switch (objtype[row])
{
case Light:
{
MyLight *l = ui->viewport->lightlist[objindex[row]];
return l->name;
}
case Object:
{
MyObject *obj = ui->viewport->objlist[objindex[row]];
return obj->name;
}
}
}
return "";
}
void MainWindow::setCurrentAttrib1(MyObject * obj, float v)
{
switch (obj->type())
{
case MyObject::Cube:
{
MyCube *o = dynamic_cast<MyCube*>(obj);
glm::vec3 s = o->getSize();
o->setSize(v, s.y, s.z);
break;
}
case MyObject::Plane:
{
MyPlane *o = dynamic_cast<MyPlane*>(obj);
glm::vec2 s = o->getSize();
o->setSize(v, s.y);
break;
}
case MyObject::Disk:
{
MyDisk *o = dynamic_cast<MyDisk*>(obj);
o->setSize(v, o->getFragment());
break;
}
case MyObject::Sphere:
{
MySphere *o = dynamic_cast<MySphere*>(obj);
o->setSize(v, o->getFragment());
break;
}
case MyObject::Cylinder:
{
MyCylinder *o = dynamic_cast<MyCylinder*>(obj);
glm::vec2 s = o->getSize();
o->setSize(v, s.y, o->getFragment());
break;
}
case MyObject::Prism:
{
MyPrism *o = dynamic_cast<MyPrism*>(obj);
glm::vec2 s = o->getSize();
o->setSize(v, s.y, o->getFragment());
break;
}
case MyObject::Cone:
{
MyCone *o = dynamic_cast<MyCone*>(obj);
glm::vec3 s = o->getSize();
o->setSize(v, s.y, s.z, o->getFragment());
break;
}
case MyObject::Pyramid:
{
MyPyramid *o = dynamic_cast<MyPyramid*>(obj);
glm::vec3 s = o->getSize();
o->setSize(v, s.y, s.z, o->getFragment());
break;
}
}
}
void MainWindow::setCurrentAttrib2(MyObject * obj, float v)
{
switch (obj->type())
{
case MyObject::Cube:
{
MyCube *o = dynamic_cast<MyCube*>(obj);
glm::vec3 s = o->getSize();
o->setSize(s.x, v, s.z);
break;
}
case MyObject::Plane:
{
MyPlane *o = dynamic_cast<MyPlane*>(obj);
glm::vec2 s = o->getSize();
o->setSize(s.x, v);
break;
}
case MyObject::Cylinder:
{
MyCylinder *o = dynamic_cast<MyCylinder*>(obj);
glm::vec2 s = o->getSize();
o->setSize(s.x, v, o->getFragment());
break;
}
case MyObject::Prism:
{
MyPrism *o = dynamic_cast<MyPrism*>(obj);
glm::vec2 s = o->getSize();
o->setSize(s.x, v, o->getFragment());
break;
}
case MyObject::Cone:
{
MyCone *o = dynamic_cast<MyCone*>(obj);
glm::vec3 s = o->getSize();
o->setSize(s.x, v, s.z, o->getFragment());
break;
}
case MyObject::Pyramid:
{
MyPyramid *o = dynamic_cast<MyPyramid*>(obj);
glm::vec3 s = o->getSize();
o->setSize(s.x, v, s.z, o->getFragment());
break;
}
}
}
void MainWindow::setCurrentAttrib3(MyObject * obj, float v)
{
switch (obj->type())
{
case MyObject::Cube:
{
MyCube *o = dynamic_cast<MyCube*>(obj);
glm::vec3 s = o->getSize();
o->setSize(s.x, s.y, v);
break;
}
case MyObject::Cone:
{
MyCone *o = dynamic_cast<MyCone*>(obj);
glm::vec3 s = o->getSize();
o->setSize(s.x, s.y, v, o->getFragment());
break;
}
case MyObject::Pyramid:
{
MyPyramid *o = dynamic_cast<MyPyramid*>(obj);
glm::vec3 s = o->getSize();
o->setSize(s.x, s.y, v, o->getFragment());
break;
}
}
}
void MainWindow::setCurrentAttrib5(MyObject * obj, unsigned v)
{
switch (obj->type())
{
case MyObject::Disk:
{
MyDisk *o = dynamic_cast<MyDisk*>(obj);
o->setSize(o->getSize(), v);
break;
}
case MyObject::Sphere:
{
MySphere *o = dynamic_cast<MySphere*>(obj);
o->setSize(o->getSize(), v);
break;
}
case MyObject::Cylinder:
{
MyCylinder *o = dynamic_cast<MyCylinder*>(obj);
glm::vec2 s = o->getSize();
o->setSize(s.x, s.y, v);
break;
}
case MyObject::Prism:
{
MyPrism *o = dynamic_cast<MyPrism*>(obj);
glm::vec2 s = o->getSize();
o->setSize(s.x, s.y, v);
break;
}
case MyObject::Cone:
{
MyCone *o = dynamic_cast<MyCone*>(obj);
glm::vec3 s = o->getSize();
o->setSize(s.x, s.y, s.z, v);
break;
}
case MyObject::Pyramid:
{
MyPyramid *o = dynamic_cast<MyPyramid*>(obj);
glm::vec3 s = o->getSize();
o->setSize(s.x, s.y, s.z, v);
break;
}
}
}
| [
"3180105869@zju.edu.cn"
] | 3180105869@zju.edu.cn |
3769caab268f73925ed4d67e9cebf9f180be4e8f | b5605d86fd9c52b371201cd560a61885007b1eda | /include/simulator.h | a6e523573c88c47d3a5f18b31c0329da75f94b2f | [] | no_license | PixelRetroGames/GeneticSimulator | 00ec4346e1d4c3e0b746ea7ec1f65325be23148a | 415ed0565adb8486e85c482780c9c8c9309a4b83 | refs/heads/master | 2020-03-14T22:57:41.087519 | 2018-05-02T13:35:47 | 2018-05-02T13:35:47 | 131,833,052 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 488 | h | #ifndef SIMULATOR_H
#define SIMULATOR_H
#include "texture.h"
#include "global.h"
#include <vector>
class Simulator
{
private:
int x,y;
char *moves;
int current_move=0,number_of_moves=0;
std::vector<std::vector<bool>> MAP;
Texture *path_image;
public:
Simulator();
void Init_pos();
void Load_map(char *filename);
void Load_moves(char *filename);
void Create_path_image();
void Print(Texture *_screen);
void Move();
void Start(Texture *_screen);
};
#endif // SIMULATOR_H
| [
"pixelretrogames@github.com"
] | pixelretrogames@github.com |
0cfe1f100a27d29aee055ce5f8eb1ee1fe63e9a6 | 3b7050ca6c32363e840f38d31a6a3c9890ceda35 | /heaptest.cpp | b645dff4cc0a850d91e8d28d6c1275ed0efb396c | [] | no_license | larryvsdata/Heap_Sort | 154701e288deb6f6028fe13110a58c7bb6692495 | e67db170e9c0edaa9dc84f6ad734efaf3381ddd6 | refs/heads/master | 2021-05-13T13:54:47.362049 | 2018-01-08T20:03:07 | 2018-01-08T20:03:07 | 116,721,150 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,691 | cpp |
#include <iostream>
#include <cassert>
#include "BinaryHeap.h"
using namespace std;
int main ()
{
cout << "Testing your heap implementation..." << endl << endl;
BinaryHeap heap(10);
// BASICS
cout << "Testing insert for a single item..." << endl;
heap.insert(3);
assert(heap.getMin() == 3);
heap.deleteMin();
// INSERT
cout << "Testing insert..." << endl;
heap.insert(5);
heap.insert(10);
heap.insert(4);
heap.insert(2);
heap.insert(56);
heap.insert(34);
// GETMIN
cout << "Testing getMin..." << endl;
assert(heap.getMin() == 2);
// DELETEMIN
cout << "Testing deleteMin..." << endl;
heap.deleteMin();
heap.deleteMin();
// GETMIN AFTER DELETEMIN
cout << "Testing getMin after deleteMin..." << endl;
assert(heap.getMin() == 5);
// EXCESSIVE DELETEMIN
cout << "Testing deleteMin on an empty heap..." << endl;
heap.deleteMin();
heap.deleteMin();
heap.deleteMin();
heap.deleteMin();
heap.deleteMin();
// GETMIN AFTER EXCESSIVE DELETEMIN
cout << "Testing deleteMin on an empty heap..." << endl;
assert(heap.getMin() == -1);
/**/
//IF THERE ARE TWO CHILDREN NODES THAT ARE BOTH SMALLER THAN THE PARENT, SWAP SMALLER
cout << "Testing percolate down If there are two children nodes that are both smaller than the parent... " << endl;
heap.insert(23);
heap.insert(43);
heap.insert(234);
heap.insert(321);
heap.insert(243);
cout << "Testing percolate down If there are two children nodes that are both smaller than the parent..." << endl;
assert(heap.getMin() == 23);
heap.deleteMin();
assert(heap.getMin() == 43);
heap.deleteMin();
assert(heap.getMin() == 234);
heap.deleteMin();
assert(heap.getMin() == 243);
heap.deleteMin();
assert(heap.getMin() == 321);
heap.deleteMin();
// DUPLICATE ELEMENTS
cout << "Testing insert with duplicate values..." << endl;
heap.insert(5);
heap.insert(10);
heap.insert(4);
heap.insert(4);
heap.insert(2);
heap.insert(56);
heap.insert(10);
heap.insert(34);
// GETMIN WITH DUPLICATE ELEMENTS
cout << "Testing getMin..." << endl;
assert(heap.getMin() == 2);
// EXCESSIVE INSERT
cout << "Testing insert over capacity..." << endl;
heap.insert(25);
heap.insert(100);
heap.insert(54);
heap.insert(44);
heap.insert(26);
heap.insert(3);
heap.insert(48);
heap.insert(9);
// GETMIN AFTER EXCESSIVE INSERT
cout << "Testing getMin..." << endl;
assert(heap.getMin() == 2);
cout << endl << "Congrats! Your Heap implementation passed all the tests!" << endl;
cout << "Now you can use your implementation to complete Homework 4;" << endl;
cout << "copy the files BinaryHeap.h and BinaryHeap.cpp to extend Homework 1..." << endl;
int k;
cin >> k;
return 0;
}
| [
"ermanbekaroglu@gmail.com"
] | ermanbekaroglu@gmail.com |
28704d98750c0ef73b4aa01b9687a5041df4b053 | e773931bdeb9317a5ff7c7e2e6b1012b2645642a | /ash/system/power/peripheral_battery_listener.h | d9baf70d50e9282d414963d047923b8c1b29bcde | [
"BSD-3-Clause"
] | permissive | SelyanKab/chromium | 21780bcaf7a21d67e3a4fe902aa8fd5d653b374b | ee248e9797404ad1cfcafdc3c0a58729b0f8f88d | refs/heads/master | 2023-03-14T15:02:38.903591 | 2021-03-10T10:21:05 | 2021-03-10T10:21:05 | 234,272,861 | 0 | 0 | BSD-3-Clause | 2020-01-16T08:36:12 | 2020-01-16T08:36:12 | null | UTF-8 | C++ | false | false | 7,710 | h | // Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ASH_SYSTEM_POWER_PERIPHERAL_BATTERY_LISTENER_H_
#define ASH_SYSTEM_POWER_PERIPHERAL_BATTERY_LISTENER_H_
#include <cstdint>
#include <map>
#include "ash/ash_export.h"
#include "base/compiler_specific.h"
#include "base/containers/flat_map.h"
#include "base/gtest_prod_util.h"
#include "base/memory/weak_ptr.h"
#include "base/observer_list.h"
#include "base/optional.h"
#include "base/time/tick_clock.h"
#include "chromeos/dbus/power/power_manager_client.h"
#include "device/bluetooth/bluetooth_adapter.h"
namespace ash {
class BluetoothDevice;
class PeripheralBatteryListenerTest;
// This class listens for peripheral device battery status across
// several sources, allowing simpler unified observation.
class ASH_EXPORT PeripheralBatteryListener
: public chromeos::PowerManagerClient::Observer,
public device::BluetoothAdapter::Observer {
public:
struct BatteryInfo {
BatteryInfo();
BatteryInfo(const std::string& key,
const base::string16& name,
base::Optional<uint8_t> level,
base::TimeTicks last_update_timestamp,
bool is_stylus,
const std::string& bluetooth_address);
~BatteryInfo();
BatteryInfo(const BatteryInfo& info);
// ID key, unique to all current batteries, will not change
// during existence of this battery. If battery is removed, the
// same name may be re-used when a battery is added again.
std::string key;
// Human readable name for the device. It is changeable.
base::string16 name;
// Battery level within range [0, 100], or unset. This is changeable.
// TODO(kenalba): explain when we might have an unset state.
base::Optional<uint8_t> level;
// Time of last known update of the battery state; this is changeable,
// and may be updated even if no other fields are; it gives the time of the
// last known confirmed reading.
base::TimeTicks last_update_timestamp;
// True if battery is for stylus being used with internal touch-screen,
// false for any other device.
bool is_stylus = false;
// Peripheral's Bluetooth address. Empty for non-Bluetooth devices.
std::string bluetooth_address;
};
// Interface for observing changes from the peripheral battery listener.
class Observer : public base::CheckedObserver {
public:
~Observer() override {}
// All callback methods are given the current BatteryInfo state: do not take
// or keep the address of the battery info, you will only be able to get the
// current state when another callback is invoked, using the key for
// identity.
// Invoked when a new battery is detected; OnUpdatedBatteryLevel will always
// be invoked (with same key) after an OnAddingBattery invocation. All
// battery fields will match in the following OnUpdatedBatteryLevel
// invocation.
virtual void OnAddingBattery(const BatteryInfo& battery) = 0;
// Invoked just before deletion of a battery record; there will be no
// further updates to this battery key, unless and until OnAddingBattery is
// invoked for the same key.
virtual void OnRemovingBattery(const BatteryInfo& battery) = 0;
// Invoked when the battery level changes for a battery. The level, as
// optional, may not be set indicating an unknown level. An update may be
// issued without any change to name or level, as updates are issued when we
// specifically know we have received up-to-date information from the
// stylus, even if there is no change of state from the last information.
// Such no-change updates are not expected to occur faster than 30 second
// intervals.
virtual void OnUpdatedBatteryLevel(const BatteryInfo& battery) = 0;
};
// This class registers/unregisters itself as an observer in ctor/dtor.
PeripheralBatteryListener();
PeripheralBatteryListener(const PeripheralBatteryListener&) = delete;
PeripheralBatteryListener& operator=(const PeripheralBatteryListener&) =
delete;
~PeripheralBatteryListener() override;
// Adds and removes an observer.
void AddObserver(Observer* observer);
void RemoveObserver(Observer* observer);
bool HasObserver(const Observer* observer) const;
// chromeos::PowerManagerClient::Observer:
void PeripheralBatteryStatusReceived(const std::string& path,
const std::string& name,
int level) override;
// device::BluetoothAdapter::Observer:
void DeviceBatteryChanged(
device::BluetoothAdapter* adapter,
device::BluetoothDevice* device,
base::Optional<uint8_t> new_battery_percentage) override;
void DeviceConnectedStateChanged(device::BluetoothAdapter* adapter,
device::BluetoothDevice* device,
bool is_now_connected) override;
void DeviceRemoved(device::BluetoothAdapter* adapter,
device::BluetoothDevice* device) override;
private:
friend class PeripheralBatteryNotifierListenerTest;
FRIEND_TEST_ALL_PREFIXES(PeripheralBatteryNotifierListenerTest, Basic);
FRIEND_TEST_ALL_PREFIXES(PeripheralBatteryNotifierListenerTest,
InvalidBatteryInfo);
FRIEND_TEST_ALL_PREFIXES(PeripheralBatteryNotifierListenerTest,
ExtractBluetoothAddress);
FRIEND_TEST_ALL_PREFIXES(PeripheralBatteryNotifierListenerTest, DeviceRemove);
friend class PeripheralBatteryNotifierTest;
friend class PeripheralBatteryListenerTest;
FRIEND_TEST_ALL_PREFIXES(PeripheralBatteryListenerTest, Basic);
FRIEND_TEST_ALL_PREFIXES(PeripheralBatteryListenerTest, DeviceRemove);
FRIEND_TEST_ALL_PREFIXES(PeripheralBatteryListenerTest,
ObserverationLifetimeObeyed);
FRIEND_TEST_ALL_PREFIXES(PeripheralBatteryListenerTest,
PartialObserverationLifetimeObeyed);
FRIEND_TEST_ALL_PREFIXES(PeripheralBatteryListenerTest,
PartialObserverationLifetimeCatchUp);
FRIEND_TEST_ALL_PREFIXES(PeripheralBatteryListenerTest,
MultipleObserverationLifetimeObeyed);
void NotifyAddingBattery(const BatteryInfo& battery);
void NotifyRemovingBattery(const BatteryInfo& battery);
void NotifyUpdatedBatteryLevel(const BatteryInfo& battery);
void InitializeOnBluetoothReady(
scoped_refptr<device::BluetoothAdapter> adapter);
// Removes the Bluetooth battery with address |bluetooth_address|, and posts
// the removal. Called when a bluetooth device has been changed or removed.
void RemoveBluetoothBattery(const std::string& bluetooth_address);
// Updates the battery information of the peripheral, posting the update.
void UpdateBattery(const BatteryInfo& battery_info);
// Record of existing battery information. For Bluetooth Devices, the key is
// kBluetoothDeviceIdPrefix + the device's address. For HID devices, the key
// is the device path. If a device uses HID over Bluetooth, it is indexed as a
// Bluetooth device.
base::flat_map<std::string, BatteryInfo> batteries_;
// PeripheralBatteryListener is an observer of |bluetooth_adapter_| for
// bluetooth device change/remove events.
scoped_refptr<device::BluetoothAdapter> bluetooth_adapter_;
base::ObserverList<Observer> observers_;
const base::TickClock* clock_;
base::WeakPtrFactory<PeripheralBatteryListener> weak_factory_{this};
};
} // namespace ash
#endif // ASH_SYSTEM_POWER_PERIPHERAL_BATTERY_LISTENER_H_
| [
"chromium-scoped@luci-project-accounts.iam.gserviceaccount.com"
] | chromium-scoped@luci-project-accounts.iam.gserviceaccount.com |
db2089fdca6c505a25ea4bece9ca46a9da24bf25 | bc7b44dfa96345c92d15951c42576d33c3ec6558 | /URI/2748.cpp | a40a872def9c9546928610542f7e70aeeba02a5a | [] | no_license | cjlcarvalho/maratona | e1a29bc90701e808ff395e7452e7fffc8411fac9 | e16b95c5d831dc48a3d8c69781f757b210e66730 | refs/heads/master | 2022-02-22T13:07:53.897259 | 2022-02-12T00:42:02 | 2022-02-12T00:42:02 | 91,300,520 | 2 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 875 | cpp | #include <bits/stdc++.h>
using namespace std;
int main()
{
for (int i = 0; i < 39; i++) cout << "-";
cout << endl;
cout << "|";
for (int i = 0; i < 8; i++) cout << " ";
cout << "Roberto";
for (int i = 17; i < 39; i++) cout << " ";
cout << "|";
cout << endl;
cout << "|";
for (int i = 0; i < 37; i++) cout << " ";
cout << "|";
cout << endl;
cout << "|";
for (int i = 0; i < 8; i++) cout << " ";
cout << "5786";
for (int i = 14; i < 39; i++) cout << " ";
cout << "|" << endl;
cout << "|";
for (int i = 0; i < 37; i++) cout << " ";
cout << "|" << endl;
cout << "|";
for (int i = 0; i < 8; i++) cout << " ";
cout << "UNIFEI";
for (int i = 16; i < 39; i++) cout << " ";
cout << "|" << endl;
for (int i = 0; i < 39; i++) cout << "-";
cout << endl;
return 0;
}
| [
"caiojcarvalho@gmail.com"
] | caiojcarvalho@gmail.com |
200e1b870038cda7934fd6fdb01fb35f6248fb0b | fb81ed720a1ca8a21af402b211f12c9d67d07cdd | /boost/coerce/detail/qi.hpp | c9970b1f34fad54d556560d40f3c59706efdea12 | [
"BSL-1.0"
] | permissive | VeXocide/coerce | 504cda43ad2df4dd09ca42ea7418808058420b9a | d02133a8e38af0f11036506ccd2c925adbe919db | refs/heads/master | 2020-06-01T18:16:06.027295 | 2013-12-14T15:17:54 | 2013-12-14T15:17:54 | 15,187,061 | 3 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,793 | hpp | // Copyright Jeroen Habraken 2010 - 2012.
//
// 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)
#if !defined(BOOST_COERCE_DETAIL_QI_HPP)
#define BOOST_COERCE_DETAIL_QI_HPP
#if defined(_MSC_VER) && _MSC_VER >= 1200
#pragma once
#endif // defined(_MSC_VER) && _MSC_VER >= 1200
#include <boost/coerce/reserve.hpp>
#include <boost/coerce/string.hpp>
#include <boost/coerce/tag.hpp>
#include <boost/spirit/home/qi/char.hpp>
#include <boost/spirit/home/qi/numeric.hpp>
#include <boost/spirit/home/qi/operator/optional.hpp>
#include <boost/spirit/version.hpp>
#if SPIRIT_VERSION < 0x3000
#include <boost/spirit/home/qi/parse.hpp>
#else
#include <boost/spirit/home/qi/core/parse.hpp>
#endif // SPIRIT_VERSION < 0x3000
namespace boost { namespace coerce { namespace detail {
struct qi {
template <typename Target, typename Source, typename Tag>
static inline bool
call(Target & target, Source const & source, Tag const & tag) {
typedef traits::string_traits<Source> string_traits;
typename string_traits::const_iterator
begin = string_traits::begin(source), iterator = begin;
typename string_traits::const_iterator
end = string_traits::end(source);
typename Tag::template parser<
typename string_traits::const_iterator, Target, Source
> parser(tag);
bool result = boost::spirit::qi::parse(
iterator, end, parser, target);
return result && (iterator == end);
}
};
} } } // namespace boost::coerce::detail
#endif // !defined(BOOST_COERCE_DETAIL_QI_HPP)
| [
"vexocide@b8fc166d-592f-0410-95f2-cb63ce0dd405"
] | vexocide@b8fc166d-592f-0410-95f2-cb63ce0dd405 |
0cf3c7d9177f2852c7facedf4b008e1f38cec034 | 1bc8d532f358caec8f06f514dbfdd59eb7cf897e | /srcanamdw_os/leavescan/test/testcases/DEF-testcases/pct-leavescan-def132396-348.cpp | 6e29f198184f58d801ae76b7ed47cb6d2df73ef7 | [] | no_license | SymbianSource/oss.FCL.sf.os.buildtools | 9cd33884e5f7dd49dce8016a79b9443cc3551b07 | 7b35cd328d3a5e8e0bc177d0169fd409c3273193 | refs/heads/master | 2021-01-12T10:57:19.083691 | 2010-07-13T15:41:02 | 2010-07-13T15:41:02 | 72,765,750 | 1 | 1 | null | null | null | null | UTF-8 | C++ | false | false | 620 | cpp | /*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/
//desc: test class name identify
//option:
//date:2009-1-12 11:0:58
//author:bolowyou
//type: CT
template<typename t, class tt>
class
{
LCleanedup mem; //check:anonymous-class
};
| [
"kirill.dremov@nokia.com"
] | kirill.dremov@nokia.com |
373b376017ad8093b9dbb00f7ece16388a96a05a | c7850d478e1a62fc8b016225d7a748cf1b0cb81f | /tpf/modelos-plain/opinion/opinion-goodwin-minsky/src_base/chgCapitalMinus.h | 3c37a539510279e1efa9cca231f1cd770439c1ce | [] | no_license | dioh/sed_2017_tps | 8bac2bd824335581a33ad9b010747ea4af273130 | c17d1d2d4b1d80bafe33053f7f2b58661b9bcc65 | refs/heads/master | 2021-09-14T07:35:57.009752 | 2018-05-09T19:16:33 | 2018-05-09T19:16:33 | 103,854,748 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 705 | h | #ifndef _chgCapitalMinus_H_
#define _chgCapitalMinus_H_
#include <random>
#include "atomic.h"
#include "VTime.h"
#define CHGCAPITALMINUS "chgCapitalMinus"
class chgCapitalMinus : public Atomic {
public:
chgCapitalMinus(const string &name = CHGCAPITALMINUS );
virtual string className() const { return CHGCAPITALMINUS ;}
protected:
Model &initFunction();
Model &externalFunction( const ExternalMessage & );
Model &internalFunction( const InternalMessage & );
Model &outputFunction( const CollectMessage & );
private:
const Port &InvestmentNetReal;
Port &out;
double val_InvestmentNetReal;
bool isSet_val_InvestmentNetReal;
};
#endif | [
"pedro3110.jim@gmail.com"
] | pedro3110.jim@gmail.com |
90d49521a03a7368fc745b6d4d6afbc5f4b89b55 | d66dbe67ac40610eabd1a24dd3e518d226d794b3 | /AudioMessageReader.cpp | 3df7e992dac6d37dd19bbaf58176ca3d79febfe6 | [] | no_license | StarIsCoder/ProximityServiceQT | df8bb76dd7d97c4831ff3f288aa4ad87e219e7c5 | 0d6eecfa093a9fe6488abf8a30a755bff693e77a | refs/heads/master | 2020-04-05T07:39:37.014433 | 2018-11-14T02:07:54 | 2018-11-14T02:07:54 | 156,683,716 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,828 | cpp | #include "AudioMessageReader.hpp"
#include "MessageReceiver.hpp"
#include "MessageAssembler.hpp"
AudioMessageReader::AudioMessageReader (MessageReceiver * messageReceiver) :
audioAnalyzer(nullptr),
ringBuffer(40960),
messageAssembler(nullptr),
messageReceiver(messageReceiver)
{
AudioParams params;
init(params);
}
AudioMessageReader::AudioMessageReader (MessageReceiver * messageReceiver, const AudioParams& params) :
audioAnalyzer(nullptr),
ringBuffer(40960),
messageAssembler(nullptr),
messageReceiver(messageReceiver)
{
init(params);
}
AudioMessageReader::~AudioMessageReader ()
{
delete messageAssembler;
delete audioAnalyzer;
}
void AudioMessageReader::setErrorCorrection(int bitFlipCount) {
messageAssembler->setBitFlips(bitFlipCount);
}
void AudioMessageReader::receiveAudioData(const void * data, size_t length) {
ringBuffer.write(reinterpret_cast<const char*>(data), length);
while(ringBuffer.size() >= 512 * sizeof(float)){
double align[256];
float * buffer = reinterpret_cast<float*>(align);
ringBuffer.peak(reinterpret_cast<char*>(buffer), 512*sizeof(float));
audioAnalyzer->analyze(buffer);
if(audioAnalyzer->is_data_ready()) {
for(int band = 0; band < 3; band++) {
float bit = audioAnalyzer->get_bit_in_band(band);
messageAssembler->addBit(bit);
}
messageAssembler->symbolAdded();
}
unsigned int symbolLength = (unsigned int)(sampleRateHz / 100);
unsigned int advance = (symbolLength + audioAnalyzer->get_offset_adjustment()) * sizeof(float);
if(advance > ringBuffer.size())
break;
ringBuffer.advance(advance);
}
}
void AudioMessageReader::onMessage(const unsigned char * message, int length) {
ReceptionInfo receptionInfo = {};
receptionInfo.bitsSinceLastMessage = messageAssembler->getBitsSinceLastMessage();
receptionInfo.errorCorrectionCount = messageAssembler->getErrorCorrectionCount();
receptionInfo.noiseLevel = audioAnalyzer->get_ultrasound_noise_level();
receptionInfo.signalLevel = audioAnalyzer->get_ultrasound_signal_level();
audioAnalyzer->reset();
messageReceiver->onMessage(message, length, receptionInfo);
}
float AudioMessageReader::getUltrasoundSignalLevel () const {
return audioAnalyzer->get_ultrasound_signal_level();
}
float AudioMessageReader::getUltrasoundNoiseLevel () const {
return audioAnalyzer->get_ultrasound_noise_level();
}
void AudioMessageReader::init(const AudioParams& params)
{
messageAssembler = new MessageAssembler(this, 5, params.ma_averageBitsConvFactor);
audioAnalyzer = new AudioAnalyzer(params);
audioAnalyzer->reset();
sampleRateHz = params.sampleRateHz;
}
| [
"shenxwan@cisco.com"
] | shenxwan@cisco.com |
8ef41bacdb2639cf0920568759578e2681d5d5c7 | 8cbea8a4165b61156ad593e9fa3052aa7d8cb761 | /Sources/Extras/CoreAudio/PublicUtility/CACFDistributedNotification.cpp | 60ce7b575aa11ed1e0f58cad5f178a874f6b3455 | [
"MIT"
] | permissive | lvsti/CoreMediaIO-DAL-Example | 87981cccb323462b85239f13d490b945eda0b11b | 742ccb114735245bf3bc7f5a29d381526b82b720 | refs/heads/master | 2022-06-29T18:54:10.078279 | 2022-06-19T20:55:54 | 2022-06-19T20:55:54 | 159,476,900 | 187 | 31 | null | 2020-04-10T19:09:07 | 2018-11-28T09:31:24 | C++ | UTF-8 | C++ | false | false | 2,740 | cpp | /*
File: CACFDistributedNotification.cpp
Abstract: CACFDistributedNotification.h
Version: 1.1
*/
//==================================================================================================
// Includes
//==================================================================================================
// Self Include
#include "CACFDistributedNotification.h"
// PublicUtility Includes
#include "CADebugMacros.h"
//==================================================================================================
// CACFDistributedNotification
//==================================================================================================
void CACFDistributedNotification::AddObserver(const void* inObserver, CFNotificationCallback inCallback, CFStringRef inName, CFNotificationSuspensionBehavior inSuspensionBehavior)
{
#if !TARGET_OS_IPHONE
CFNotificationCenterRef theCenter = CFNotificationCenterGetDistributedCenter();
CFNotificationSuspensionBehavior theSuspensionBehavior = inSuspensionBehavior;
#else
#pragma unused(inSuspensionBehavior)
CFNotificationCenterRef theCenter = CFNotificationCenterGetDarwinNotifyCenter();
CFNotificationSuspensionBehavior theSuspensionBehavior = static_cast<CFNotificationSuspensionBehavior>(0);
#endif
CFNotificationCenterAddObserver(theCenter, inObserver, inCallback, inName, NULL, theSuspensionBehavior);
}
void CACFDistributedNotification::RemoveObserver(const void* inObserver, CFStringRef inName)
{
#if !TARGET_OS_IPHONE
CFNotificationCenterRef theCenter = CFNotificationCenterGetDistributedCenter();
#else
CFNotificationCenterRef theCenter = CFNotificationCenterGetDarwinNotifyCenter();
#endif
CFNotificationCenterRemoveObserver(theCenter, inObserver, inName, NULL);
}
void CACFDistributedNotification::PostNotification(CFStringRef inName, CFDictionaryRef inUserInfo, bool inPostToAllSessions)
{
#if !TARGET_OS_IPHONE
CFNotificationCenterRef theCenter = CFNotificationCenterGetDistributedCenter();
CFDictionaryRef theUserInfo = inUserInfo;
CFOptionFlags theFlags = kCFNotificationDeliverImmediately;
if(inPostToAllSessions)
{
theFlags += kCFNotificationPostToAllSessions;
}
#else
// flag unsupported features
Assert(inUserInfo == NULL, "CACFDistributedNotification::PostNotification: distributed notifications do not support a payload");
Assert(inPostToAllSessions, "CACFDistributedNotification::PostNotification: distributed notifications do not support per-session delivery");
CFNotificationCenterRef theCenter = CFNotificationCenterGetDarwinNotifyCenter();
CFDictionaryRef theUserInfo = NULL;
CFOptionFlags theFlags = 0;
#endif
CFNotificationCenterPostNotificationWithOptions(theCenter, inName, NULL, theUserInfo, theFlags);
}
| [
"elveestei@gmail.com"
] | elveestei@gmail.com |
60705e7fb6f09eb558f7a95843ba9838e4cfa5ef | 4352b5c9e6719d762e6a80e7a7799630d819bca3 | /tutorials/eulerVortex.twitch/eulerVortex.cyclic.twitch.test.test/processor2/2.13/e | 3781ac3600ac7d0858f3c3dbfd673d2a767d3f6a | [] | no_license | dashqua/epicProject | d6214b57c545110d08ad053e68bc095f1d4dc725 | 54afca50a61c20c541ef43e3d96408ef72f0bcbc | refs/heads/master | 2022-02-28T17:20:20.291864 | 2019-10-28T13:33:16 | 2019-10-28T13:33:16 | 184,294,390 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 48,943 | /*--------------------------------*- C++ -*----------------------------------*\
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Version: 6
\\/ M anipulation |
\*---------------------------------------------------------------------------*/
FoamFile
{
version 2.0;
format ascii;
class volScalarField;
location "2.13";
object e;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
dimensions [0 2 -2 0 0 0 0];
internalField nonuniform List<scalar>
5625
(
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.28
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.28
1006.27
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.28
1006.25
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.28
1006.26
1006.22
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.27
1006.24
1006.18
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.28
1006.26
1006.21
1006.12
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.29
1006.28
1006.24
1006.17
1006.03
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.27
1006.22
1006.11
1005.92
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.29
1006.28
1006.25
1006.18
1006.03
1005.76
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.29
1006.28
1006.23
1006.13
1005.93
1005.55
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.29
1006.27
1006.21
1006.07
1005.8
1005.3
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.29
1006.25
1006.17
1006
1005.64
1004.98
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.28
1006.24
1006.14
1005.91
1005.44
1004.6
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.29
1006.27
1006.22
1006.09
1005.81
1005.22
1004.17
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.29
1006.27
1006.2
1006.05
1005.69
1004.98
1003.69
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.29
1006.26
1006.18
1006
1005.57
1004.71
1003.17
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.29
1006.25
1006.16
1005.94
1005.45
1004.44
1002.63
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.28
1006.24
1006.14
1005.89
1005.33
1004.18
1002.11
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.28
1006.24
1006.12
1005.85
1005.22
1003.94
1001.62
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.28
1006.23
1006.11
1005.81
1005.13
1003.73
1001.2
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.28
1006.22
1006.09
1005.78
1005.07
1003.58
1000.87
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.28
1006.22
1006.08
1005.77
1005.04
1003.5
1000.66
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.3
1006.27
1006.21
1006.07
1005.76
1005.04
1003.48
1000.59
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.28
1006.21
1006.07
1005.77
1005.07
1003.54
1000.67
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.28
1006.21
1006.07
1005.78
1005.12
1003.67
1000.88
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.28
1006.22
1006.08
1005.8
1005.19
1003.86
1001.23
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.3
1006.28
1006.23
1006.09
1005.82
1005.28
1004.08
1001.68
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.29
1006.24
1006.1
1005.85
1005.36
1004.32
1002.19
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.29
1006.25
1006.13
1005.89
1005.45
1004.56
1002.73
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.29
1006.26
1006.15
1005.93
1005.53
1004.78
1003.25
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.29
1006.26
1006.18
1005.99
1005.62
1004.98
1003.72
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.3
1006.29
1006.27
1006.21
1006.04
1005.72
1005.16
1004.14
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.29
1006.27
1006.22
1006.1
1005.82
1005.34
1004.49
)
;
boundaryField
{
emptyPatches_empt
{
type empty;
}
top_cyc
{
type cyclic;
}
bottom_cyc
{
type cyclic;
}
inlet_cyc
{
type cyclic;
}
outlet_cyc
{
type cyclic;
}
procBoundary2to0
{
type processor;
value nonuniform List<scalar>
75
(
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.3
1006.3
1006.29
1006.28
1006.24
1006.14
1005.92
1005.51
1004.81
)
;
}
procBoundary2to0throughtop_cyc
{
type processorCyclic;
value nonuniform List<scalar>
75
(
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
)
;
}
procBoundary2to3
{
type processor;
value nonuniform List<scalar>
75
(
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.28
1006.28
1006.26
1006.24
1006.21
1006.15
1006.07
1005.96
1005.8
1005.58
1005.29
1004.92
1004.45
1003.88
1003.21
1002.43
1001.57
1000.65
999.7
998.761
997.879
997.101
996.474
996.042
995.836
995.877
996.17
996.704
997.446
998.349
999.347
1000.37
1001.35
1002.22
1002.97
)
;
}
procBoundary2to3throughinlet_cyc
{
type processorCyclic;
value nonuniform List<scalar>
75
(
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
1006.29
)
;
}
}
// ************************************************************************* //
| [
"tdg@debian"
] | tdg@debian | |
e26018de406f9cd922c41e9a07f2830aee42d796 | 1fd854136bc46f8b8233997554926040b998215d | /sams_teach_yourself_cpp/lesson23/listing23_08.cpp | c25cb1157c0584220b454a6b9fd2d322cf607491 | [] | no_license | hugo-maker/til | b4d7eb094802c6180b979133bdb0be4d8bc9f629 | a0cf572cf4edaebbae7d0d4b11a0f49c136b5bcf | refs/heads/main | 2023-03-16T15:02:52.737744 | 2021-03-18T09:16:03 | 2021-03-18T09:16:03 | 305,049,714 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,582 | cpp | #include <algorithm>
#include <vector>
#include <list>
#include <iostream>
using namespace std;
template <typename t>
void display_contents(const t & container)
{
for (auto element = container.cbegin();
element != container.cend();
++element)
{
cout << *element << ' ';
}
cout << "| Number of elements: " << container.size() << endl;
}
int main()
{
list<int> nums_in_list{2021, 0, -1, 42, 10101, 25};
cout << "Source (list) contains: " << endl;
display_contents(nums_in_list);
// Initialize vector to hold 2x elements as the list
vector<int> nums_in_vec(nums_in_list.size() * 2);
auto last_element = copy(nums_in_list.cbegin(),
nums_in_list.cend(),
nums_in_vec.begin());
// copy odd numbers from list into vector
copy_if (nums_in_list.cbegin(), nums_in_list.cend(),
last_element, [](int element) {return ((element % 2) != 0); } );
cout << "Destination (vector) after copy and copy_if: " << endl;
display_contents(nums_in_vec);
// Remove all instances of '0', resize vector using erase()
auto new_end = remove(nums_in_vec.begin(), nums_in_vec.end(), 0);
nums_in_vec.erase(new_end, nums_in_vec.end());
// Remove all odd numbers from the vector using remove_if
new_end = remove_if(nums_in_vec.begin(), nums_in_vec.end(),
[](int element) {return ((element % 2) != 0); } );
nums_in_vec.erase(new_end, nums_in_vec.end()); // resizing
cout << "Destination (vector) after remove, remove_if, erase: " << endl;
display_contents(nums_in_vec);
return 0;
}
| [
"hibiki.for.business1@gmail.com"
] | hibiki.for.business1@gmail.com |
1aa7a5041a8f629aa52196d2bd1bb999802d32f8 | b65ee4f572df7645b69459cc80df01aa4c2cd886 | /sfm.cpp | 5d7514f029a8bb25484db7619c028e9f35b8d225 | [] | no_license | nikepakou/Multi-egoTracking | fbe886e280fe771143c0a2ed88b20f6bd00ebb00 | ade27b11b5c21a23005af71ec5962f2f297e2cf7 | refs/heads/master | 2021-01-19T15:48:53.851957 | 2017-08-21T16:51:30 | 2017-08-21T16:51:30 | 100,964,884 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 14,003 | cpp | #include "sfm.h"
#include "detector\corner\Corner.h"
#include "detector\corner\utils.h"
#include "detector\corner\xform.h"
#include "detector\corner\sift.h"
#include "detector\corner\imgfeatures.h"
#include "detector\corner\kdtree.h"
#pragma comment(lib, "opencv_core310d.lib ")
#pragma comment(lib,"opencv_calib3d310d.lib")
#pragma comment(lib,"opencv_xfeatures2d310d.lib")
#pragma comment(lib,"opencv_features2d310d.lib")
#pragma comment(lib,"opencv_imgproc310d.lib")
#pragma comment(lib,"opencv_ximgproc310d.lib")
#pragma comment(lib,"opencv_highgui310d.lib")
#pragma comment(lib,"opencv_ml310d.lib")
#pragma comment(lib,"opencv_imgcodecs310d.lib")
//��������
Mat K(Matx33d(
1459.9, 0, 624.0,
0, 1468.9, 350.1,
0, 0, 1));
int get_matched_points(char* file1, char* file2, vector<Point2f>& p1, vector<Point2f>& p2)
{
IplImage *img1 = cvLoadImage(file1);
IplImage* img2 = cvLoadImage(file2);
IplImage *img1_Feat = cvCloneImage(img1);//����ͼ1�������������������
IplImage *img2_Feat = cvCloneImage(img2);//����ͼ2�������������������
IplImage* stacked, *stacked_ransac;
struct feature *feat1, *feat2;//feat1��ͼ1�����������飬feat2��ͼ2������������
int n1, n2;//n1:ͼ1�е������������n2��ͼ2�е����������
struct feature *feat;//ÿ��������
struct kd_node *kd_root;//k-d��������
struct feature **nbrs;//��ǰ�����������ڵ�����
int matchNum;//�������ֵ��ɸѡ���ƥ���Եĸ���
struct feature **inliers;//��RANSACɸѡ����ڵ�����
int n_inliers;//��RANSAC�㷨ɸѡ����ڵ����,��feat1�о��з���Ҫ���������ĸ���
//Ĭ����ȡ����LOWE��ʽ��SIFT������
//��ȡ����ʾ��1��ͼƬ�ϵ�������
n1 = sift_features(img1, &feat1);//���ͼ1�е�SIFT������,n1��ͼ1�����������
//export_features("feature1.txt", feat1, n1);//��������������д�뵽�ļ�
draw_features(img1_Feat, feat1, n1);//����������
//cvShowImage("img1_Feat", img1_Feat);//��ʾ
//��ȡ����ʾ��2��ͼƬ�ϵ�������
n2 = sift_features(img2, &feat2);//���ͼ2�е�SIFT�����㣬n2��ͼ2�����������
//export_features("feature2.txt", feat2, n2);//��������������д�뵽�ļ�
draw_features(img2_Feat, feat2, n2);//����������
//cvShowImage("img2_Feat", img2_Feat);//��ʾ
CvPoint pt1, pt2;//���ߵ������˵�
double d0, d1;//feat1��ÿ�������㵽����ںʹν��ڵľ���
matchNum = 0;//�������ֵ��ɸѡ���ƥ���Եĸ���
//��2��ͼƬ�ϳ�1��ͼƬ,��������
stacked = stack_imgs(img1, img2);//�ϳ�ͼ����ʾ�������ֵ��ɸѡ���ƥ����
stacked_ransac = stack_imgs(img1, img2);//�ϳ�ͼ����ʾ��RANSAC�㷨ɸѡ���ƥ����
//����ͼ2�������㼯feat2����k-d��������k-d������kd_root
kd_root = kdtree_build(feat2, n2);
//���������㼯feat1�����feat1��ÿ��������feat��ѡȡ���Ͼ����ֵ������ƥ��㣬�ŵ�feat��fwd_match����
for (int i = 0; i < n1; i++)
{
feat = feat1 + i;//��i���������ָ��
//��kd_root������Ŀ���feat��2������ڵ㣬�����nbrs�У�����ʵ���ҵ��Ľ��ڵ����
int k = kdtree_bbf_knn(kd_root, feat, 2, &nbrs, KDTREE_BBF_MAX_NN_CHKS);
if (k == 2)
{
d0 = descr_dist_sq(feat, nbrs[0]);//feat������ڵ�ľ����ƽ��
d1 = descr_dist_sq(feat, nbrs[1]);//feat��ν��ڵ�ľ����ƽ��
//��d0��d1�ı�ֵС����ֵNN_SQ_DIST_RATIO_THR������ܴ�ƥ�䣬������
if (d0 < d1 * NN_SQ_DIST_RATIO_THR)
{ //��Ŀ���feat������ڵ���Ϊƥ����
pt1 = CvPoint(cvRound(feat->x), cvRound(feat->y));//ͼ1�е������
pt2 = CvPoint(cvRound(nbrs[0]->x), cvRound(nbrs[0]->y));//ͼ2�е������(feat������ڵ�)
pt2.y += img1->height;//��������ͼ���������еģ�pt2�����������ͼ1�ĸ߶ȣ���Ϊ���ߵ��յ�
cvLine(stacked, pt1, pt2, CV_RGB(255, 0, 255), 1, 8, 0);//��������
matchNum++;//ͳ��ƥ���Եĸ���
feat1[i].fwd_match = nbrs[0];//ʹ��feat��fwd_match��ָ�����Ӧ��ƥ���
}
}
free(nbrs);//�ͷŽ�������
}
printf("�������ֵ��ɸѡ���ƥ���Ը�����%d\n", matchNum);
//��ʾ�����澭�����ֵ��ɸѡ���ƥ��ͼ
//cvNamedWindow("siftmatch");//��������
//cvShowImage("siftmatch", stacked);//��ʾ
//cvSaveImage("siftmatch.jpg", stacked);
//����RANSAC�㷨ɸѡƥ���,����任����H
//CvMat * H = ransac_xform(feat1, n1, FEATURE_FWD_MATCH, lsq_homog, 4, 0.01, homog_xfer_err, 3.0, &inliers, &n_inliers);
CvMat* H = ransac_xform(feat1, n1, FEATURE_FWD_MATCH, lsq_homog, 4, 0.2, homog_xfer_err, 16.0, &inliers, &n_inliers);
if (H == NULL){
ERROR("%s %s have not enough match points", file1, file2);
return -1;
}
//printf("��RANSAC�㷨ɸѡ���ƥ���Ը�����%d\n", n_inliers);
//������RANSAC�㷨ɸѡ��������㼯��inliers���ҵ�ÿ���������ƥ��㣬��������
for (int i = 0; i<n_inliers; i++)
{
feat = inliers[i];//��i��������
p1.push_back(CvPoint2D32f(feat->x, feat->y));//ͼ1�е������
p2.push_back(CvPoint2D32f(feat->fwd_match->x, feat->fwd_match->y));//ͼ2�е������(feat��ƥ���)
//printf("( %d, %d )--->( %d, %d )\n", pt1.x, pt1.y, pt2.x, pt2.y);
//pt2.y += img1->height;//��������ͼ���������еģ�pt2�����������ͼ1�ĸ߶ȣ���Ϊ���ߵ��յ�
//cvLine(stacked_ransac, pt1, pt2, CV_RGB(255, 0, 255), 1, 8, 0);//��������
}
//cvNamedWindow("RansacMatch");//��������
//cvShowImage("RansacMatch", stacked_ransac);//��ʾ
//cvSaveImage("ransacmatch.jpg", stacked_ransac);
cvReleaseImage(&stacked_ransac);//��ʾ
cvReleaseImage(&stacked);
cvReleaseImage(&img1);
cvReleaseImage(&img2);
kdtree_release(kd_root);
free(feat1);
free(feat2);
return 0;
}
/*���R,T*/
bool find_transform(Mat& K, vector<Point2f>& p1, vector<Point2f>& p2, Mat& R, Mat& T)
{
//�����ڲξ����ȡ����Ľ���������꣨�������꣩
double focal_length = 0.5*(K.at<double>(0) + K.at<double>(4)); //��λ������/���ף� //focal_length = 51.024;
Point2d principle_point(K.at<double>(2), K.at<double>(5));
//����ƥ�����ȡ��������ʹ��RANSAC����һ���ų�ʧ���
Mat E = findEssentialMat(p1, p2, focal_length, principle_point, RANSAC, 0.999, 1.0); //ʲô����
//Mat E = findEssentialMat(p1, p2, focal_length, principle_point, RANSAC, 0.999, 1.0);
if (E.empty())
return false;
//�ֽⱾ������ȡ��Ա任
int pass_count = recoverPose(E, p1, p2, R, T, focal_length, principle_point);
//ͬʱλ���������ǰ���ĵ������Ҫ�㹻��
//if (((double)pass_count) / feasible_count < 0.7)
// return false;
return true;
}
void reconstruct(Mat& K, Mat& R, Mat& T, vector<Point2f>& p1, vector<Point2f>& p2, Mat& structure)
{
//���������ͶӰ����[R T]��triangulatePointsֻ֧��float��
Mat proj1(3, 4, CV_32FC1);
Mat proj2(3, 4, CV_32FC1);
proj1(Range(0, 3), Range(0, 3)) = Mat::eye(3, 3, CV_32FC1);
proj1.col(3) = Mat::zeros(3, 1, CV_32FC1);
R.convertTo(proj2(Range(0, 3), Range(0, 3)), CV_32FC1);
T.convertTo(proj2.col(3), CV_32FC1);
Mat fK;
K.convertTo(fK, CV_32FC1);
proj1 = fK*proj1;
proj2 = fK*proj2;
//�����ؽ�
triangulatePoints(proj1, proj2, p1, p2, structure);
}
/*
Mat R, T; //��ת�����ƽ������
Mat structure; //4��N�еľ���ÿһ�д���ռ��е�һ���㣨������꣩
*/
int calc3DPos(int img_index, Mat& R, Mat& T, Mat& structure)
{
int ret = 0;
char img1[128] = { 0 };
char img2[128] = { 0 };
//����任����
vector<Point2f> p1, p2;
sprintf(img1, "H:\\Master\\��Ƶ���ݼ�\\Ours\\Camera1\\img-%d.jpg", img_index + 2);
sprintf(img2, "H:\\Master\\��Ƶ���ݼ�\\Ours\\Camera2\\img-%d.jpg", img_index);
ret = get_matched_points(img1, img2, p1, p2);
if (ret == -1 || !find_transform(K, p1, p2, R, T)){
ERROR("cannot find transform");
return -1;
}
Target tg1 = getTargetByIndex(1, img_index, 1);//��ӵ�һ��Ŀ�꣬�ڶ���Ŀ��켣����Ϊƥ���
Target tg2 = getTargetByIndex(2, img_index-2, 1);
if (tg1.camera_index == -1 || tg2.camera_index == -1)
{
ERROR("cannot calc target 3d pos");
return -1;
}
p1.insert(p1.begin(), tg1.trackPos);
p2.insert(p2.begin(), tg2.trackPos);
tg1 = getTargetByIndex(1, img_index, 2);
tg2 = getTargetByIndex(2, img_index - 2, 2);
if (tg1.camera_index == -1 || tg2.camera_index == -1)
{
ERROR("cannot calc target 3d pos");
return -1;
}
p1.insert(p1.begin(), tg1.trackPos);
p2.insert(p2.begin(), tg2.trackPos);
reconstruct(K, R, T, p1, p2, structure); //���һ��
return 0;
}
void calc2DPosby3D()
{
//the sync frame reconstruct
int img_index = 0;
Mat R;
Mat T;
Mat structure;
vector<Target> target_3D;
vector<Mat> rotations;
vector<Mat> motions;
vector<Mat> target3DPos;
vector<Mat> pos2D;
FileStorage fs("H:\\ouweiqi\\LittlePaper\\Code\\Multi-egoTracking\\result\\3D\\3dpoints.yml", FileStorage::WRITE);
while (++img_index < frame_num) {
if (0 != calc3DPos(img_index, R, T, structure)){
continue;
}
rotations.push_back(R);
motions.push_back(T);
target3DPos.push_back(structure.colRange(0,1));
cout << "two egocentric " << img_index << "and " << img_index << "reconstruction over!" << endl;
fs << "img_index" << img_index;
fs << "Rotation" << R;
fs << "Motion" << T;
Target tg;
Mat m;
K.convertTo(m, CV_32F);
Mat_<float> c = structure.col(0).rowRange(0,3);
fs << "target1_3D" << Point3f(c(0), c(1), c(2));
c /= c(2); //������꣬��Ҫ�������һ��Ԫ�ز�������������ֵ
c.convertTo(c, CV_32F);
Mat_<float> ret = m*c;
fs << "target1_2D" << ret;
tg.camera_index = 1;
tg.img_index = img_index;
tg.target_index = 1;
tg.trackPos = CvPoint(ret(0), ret(1));
tg.rt = getTargetByIndex(1, img_index-1, 1).rt;
target_3D.push_back(tg);
c = structure.col(1).rowRange(0,3);
fs << "target2_3D" << Point3f(c(0), c(1), c(2));
c /= c(2); //������꣬��Ҫ�������һ��Ԫ�ز�������������ֵ
c.convertTo(c, CV_32F);
ret = m * c;
fs << "target1_2D" << m * c;
tg.camera_index = 1;
tg.img_index = img_index;
tg.target_index = 2;
tg.trackPos = CvPoint(ret(0), ret(1));
tg.rt = getTargetByIndex(1, img_index - 1, 2).rt;
target_3D.push_back(tg);
}
drawFrom3DPos(target_3D);
fs.release();
}
/*
void calcConsistFrameRT()
{
int Index = 0;
//the continuous frame reconstruct in egocentric-1
while (++Index < 220)
{
sprintf(task.img1, "D:\\ouweiqi\\LittlePaper\\data\\Camera1\\img-%d.jpg", Index + frame_offset);
sprintf(task.img2, "D:\\ouweiqi\\LittlePaper\\data\\Camera1\\img-%d.jpg", Index + frame_offset + 1);
sprintf(task.resultpath, ".\\result\\structure_C1_%d_C1_%d.yml", Index, Index + 1);
try{
adjustPosBy3D(Index);
cout << "egocentric-1 " << Index << "and " << Index + 1 << " reconstruction over!" << endl;
}
catch (Exception e){
cout << "egocentric-1 " << Index << "and " << Index + 1 << " reconstruction failed!" << endl;
}
}
//the continuous frame reconstruct in egocentric-2
Index = 0;
while (++Index < 220){
sprintf(task.img1, "D:\\ouweiqi\\LittlePaper\\data\\Camera2\\img-%d.jpg", Index);
sprintf(task.img2, "D:\\ouweiqi\\LittlePaper\\data\\Camera2\\img-%d.jpg", Index + 1);
sprintf(task.resultpath, ".\\result\\structure_C2_%d_C2_%d.yml", Index, Index + 1);
try{
adjustPosBy3D(Index);
cout << "egocentric-2 " << Index << "and " << Index + 1 << " reconstruction over!" << endl;
}
catch (Exception e){
cout << "egocentric-2 " << Index << "and " << Index + 1 << " reconstruction failed!" << endl;
}
}
}*/
void showSiftMatch(string img1, string img2, vector<vector<KeyPoint>>& key_points_for_all,
vector<DMatch> &matches)
{
namedWindow("SIFT_matches");
Mat img_matches;
//�����ͼ���л���ƥ����
Mat img_1 = imread(img1);
Mat img_2 = imread(img2);
drawMatches(img_1, key_points_for_all[0], img_2, key_points_for_all[1], matches,
img_matches, Scalar::all(-1), Scalar::all(-1), vector<char>(), DrawMatchesFlags::NOT_DRAW_SINGLE_POINTS); //ƥ�����ͼ��); //�ð�ɫֱ����������ͼ���е�������
imshow("SIFT_matches", img_matches);
waitKey();
} | [
"15120431@bjtu.edu.cn"
] | 15120431@bjtu.edu.cn |
a96229e95c2ac0c591306004b69b3254e0028d12 | 5cf98448b7950506ac0fedc75eeeb3ffca97fda6 | /Include/PGN/Utilities/ResourceManager/AssetLoader.h | 84448ca8eb832657f3a8a056517f91c80bba1618 | [] | no_license | cumtscy/pgn | b7d82a0ad21fc5d3822ebdc44aafad446ec1144f | 09004bfd04fa0f379c188ba8d9a3e3192141d3b4 | refs/heads/master | 2020-06-19T00:27:07.214451 | 2016-11-16T07:33:55 | 2016-11-16T07:33:55 | 74,931,889 | 2 | 0 | null | 2016-11-28T03:01:04 | 2016-11-28T03:01:03 | null | UTF-8 | C++ | false | false | 274 | h | #pragma once
namespace pgn {
class Asset;
class FileStream;
class AssetLoader
{
public:
virtual bool load(FileStream* f, char name[], Asset* asset) = 0;
virtual bool unload(Asset* asset) = 0;
virtual Asset* getGarbage(int maxTry) = 0;
virtual void finish() = 0;
};
}
| [
"wangkan@loongstudio.com"
] | wangkan@loongstudio.com |
f8ccd9b0746419427913c99ca7130c2cd3f4d7d8 | 01659129659d08e3fad1eb98b7221479deb57d2d | /src/test/univalue_tests.cpp | bf6a0743c15404423896e49c53a668127324831f | [
"MIT"
] | permissive | perplexgames/cryptoplay | 5db4046afaa4e5c0a9feadc23434690f89a1af9d | d2a0dafe182d5497315f4fae4668bcc6232a5c6d | refs/heads/master | 2022-01-08T10:47:32.528952 | 2018-10-21T17:55:50 | 2018-10-21T17:55:50 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 9,507 | cpp | // Copyright 2014 BitPay, Inc.
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <stdint.h>
#include <vector>
#include <string>
#include <map>
#include <univalue.h>
#include "test/test_cryptoplay.h"
#include <boost/test/unit_test.hpp>
using namespace std;
BOOST_FIXTURE_TEST_SUITE(univalue_tests, BasicTestingSetup)
BOOST_AUTO_TEST_CASE(univalue_constructor)
{
UniValue v1;
BOOST_CHECK(v1.isNull());
UniValue v2(UniValue::VSTR);
BOOST_CHECK(v2.isStr());
UniValue v3(UniValue::VSTR, "foo");
BOOST_CHECK(v3.isStr());
BOOST_CHECK_EQUAL(v3.getValStr(), "foo");
UniValue numTest;
BOOST_CHECK(numTest.setNumStr("82"));
BOOST_CHECK(numTest.isNum());
BOOST_CHECK_EQUAL(numTest.getValStr(), "82");
uint64_t vu64 = 82;
UniValue v4(vu64);
BOOST_CHECK(v4.isNum());
BOOST_CHECK_EQUAL(v4.getValStr(), "82");
int64_t vi64 = -82;
UniValue v5(vi64);
BOOST_CHECK(v5.isNum());
BOOST_CHECK_EQUAL(v5.getValStr(), "-82");
int vi = -688;
UniValue v6(vi);
BOOST_CHECK(v6.isNum());
BOOST_CHECK_EQUAL(v6.getValStr(), "-688");
double vd = -7.21;
UniValue v7(vd);
BOOST_CHECK(v7.isNum());
BOOST_CHECK_EQUAL(v7.getValStr(), "-7.21");
string vs("yawn");
UniValue v8(vs);
BOOST_CHECK(v8.isStr());
BOOST_CHECK_EQUAL(v8.getValStr(), "yawn");
const char *vcs = "zappa";
UniValue v9(vcs);
BOOST_CHECK(v9.isStr());
BOOST_CHECK_EQUAL(v9.getValStr(), "zappa");
}
BOOST_AUTO_TEST_CASE(univalue_typecheck)
{
UniValue v1;
BOOST_CHECK(v1.setNumStr("1"));
BOOST_CHECK(v1.isNum());
BOOST_CHECK_THROW(v1.get_bool(), runtime_error);
UniValue v2;
BOOST_CHECK(v2.setBool(true));
BOOST_CHECK_EQUAL(v2.get_bool(), true);
BOOST_CHECK_THROW(v2.get_int(), runtime_error);
UniValue v3;
BOOST_CHECK(v3.setNumStr("32482348723847471234"));
BOOST_CHECK_THROW(v3.get_int64(), runtime_error);
BOOST_CHECK(v3.setNumStr("1000"));
BOOST_CHECK_EQUAL(v3.get_int64(), 1000);
UniValue v4;
BOOST_CHECK(v4.setNumStr("2147483648"));
BOOST_CHECK_EQUAL(v4.get_int64(), 2147483648ULL);
BOOST_CHECK_THROW(v4.get_int(), runtime_error);
BOOST_CHECK(v4.setNumStr("1000"));
BOOST_CHECK_EQUAL(v4.get_int(), 1000);
BOOST_CHECK_THROW(v4.get_str(), runtime_error);
BOOST_CHECK_EQUAL(v4.get_real(), 1000);
BOOST_CHECK_THROW(v4.get_array(), runtime_error);
BOOST_CHECK_THROW(v4.getKeys(), runtime_error);
BOOST_CHECK_THROW(v4.getValues(), runtime_error);
BOOST_CHECK_THROW(v4.get_obj(), runtime_error);
UniValue v5;
BOOST_CHECK(v5.read("[true, 10]"));
BOOST_CHECK_NO_THROW(v5.get_array());
std::vector<UniValue> vals = v5.getValues();
BOOST_CHECK_THROW(vals[0].get_int(), runtime_error);
BOOST_CHECK_EQUAL(vals[0].get_bool(), true);
BOOST_CHECK_EQUAL(vals[1].get_int(), 10);
BOOST_CHECK_THROW(vals[1].get_bool(), runtime_error);
}
BOOST_AUTO_TEST_CASE(univalue_set)
{
UniValue v(UniValue::VSTR, "foo");
v.clear();
BOOST_CHECK(v.isNull());
BOOST_CHECK_EQUAL(v.getValStr(), "");
BOOST_CHECK(v.setObject());
BOOST_CHECK(v.isObject());
BOOST_CHECK_EQUAL(v.size(), 0);
BOOST_CHECK_EQUAL(v.getType(), UniValue::VOBJ);
BOOST_CHECK(v.empty());
BOOST_CHECK(v.setArray());
BOOST_CHECK(v.isArray());
BOOST_CHECK_EQUAL(v.size(), 0);
BOOST_CHECK(v.setStr("zum"));
BOOST_CHECK(v.isStr());
BOOST_CHECK_EQUAL(v.getValStr(), "zum");
BOOST_CHECK(v.setFloat(-1.01));
BOOST_CHECK(v.isNum());
BOOST_CHECK_EQUAL(v.getValStr(), "-1.01");
BOOST_CHECK(v.setInt((int)1023));
BOOST_CHECK(v.isNum());
BOOST_CHECK_EQUAL(v.getValStr(), "1023");
BOOST_CHECK(v.setInt((int64_t)-1023LL));
BOOST_CHECK(v.isNum());
BOOST_CHECK_EQUAL(v.getValStr(), "-1023");
BOOST_CHECK(v.setInt((uint64_t)1023ULL));
BOOST_CHECK(v.isNum());
BOOST_CHECK_EQUAL(v.getValStr(), "1023");
BOOST_CHECK(v.setNumStr("-688"));
BOOST_CHECK(v.isNum());
BOOST_CHECK_EQUAL(v.getValStr(), "-688");
BOOST_CHECK(v.setBool(false));
BOOST_CHECK_EQUAL(v.isBool(), true);
BOOST_CHECK_EQUAL(v.isTrue(), false);
BOOST_CHECK_EQUAL(v.isFalse(), true);
BOOST_CHECK_EQUAL(v.getBool(), false);
BOOST_CHECK(v.setBool(true));
BOOST_CHECK_EQUAL(v.isBool(), true);
BOOST_CHECK_EQUAL(v.isTrue(), true);
BOOST_CHECK_EQUAL(v.isFalse(), false);
BOOST_CHECK_EQUAL(v.getBool(), true);
BOOST_CHECK(!v.setNumStr("zombocom"));
BOOST_CHECK(v.setNull());
BOOST_CHECK(v.isNull());
}
BOOST_AUTO_TEST_CASE(univalue_array)
{
UniValue arr(UniValue::VARR);
UniValue v((int64_t)1023LL);
BOOST_CHECK(arr.push_back(v));
string vStr("zippy");
BOOST_CHECK(arr.push_back(vStr));
const char *s = "pippy";
BOOST_CHECK(arr.push_back(s));
vector<UniValue> vec;
v.setStr("boing");
vec.push_back(v);
v.setStr("going");
vec.push_back(v);
BOOST_CHECK(arr.push_backV(vec));
BOOST_CHECK_EQUAL(arr.empty(), false);
BOOST_CHECK_EQUAL(arr.size(), 5);
BOOST_CHECK_EQUAL(arr[0].getValStr(), "1023");
BOOST_CHECK_EQUAL(arr[1].getValStr(), "zippy");
BOOST_CHECK_EQUAL(arr[2].getValStr(), "pippy");
BOOST_CHECK_EQUAL(arr[3].getValStr(), "boing");
BOOST_CHECK_EQUAL(arr[4].getValStr(), "going");
BOOST_CHECK_EQUAL(arr[999].getValStr(), "");
arr.clear();
BOOST_CHECK(arr.empty());
BOOST_CHECK_EQUAL(arr.size(), 0);
}
BOOST_AUTO_TEST_CASE(univalue_object)
{
UniValue obj(UniValue::VOBJ);
string strKey, strVal;
UniValue v;
strKey = "age";
v.setInt(100);
BOOST_CHECK(obj.pushKV(strKey, v));
strKey = "first";
strVal = "John";
BOOST_CHECK(obj.pushKV(strKey, strVal));
strKey = "last";
const char *cVal = "Smith";
BOOST_CHECK(obj.pushKV(strKey, cVal));
strKey = "distance";
BOOST_CHECK(obj.pushKV(strKey, (int64_t) 25));
strKey = "time";
BOOST_CHECK(obj.pushKV(strKey, (uint64_t) 3600));
strKey = "calories";
BOOST_CHECK(obj.pushKV(strKey, (int) 12));
strKey = "temperature";
BOOST_CHECK(obj.pushKV(strKey, (double) 90.012));
UniValue obj2(UniValue::VOBJ);
BOOST_CHECK(obj2.pushKV("cat1", 9000));
BOOST_CHECK(obj2.pushKV("cat2", 12345));
BOOST_CHECK(obj.pushKVs(obj2));
BOOST_CHECK_EQUAL(obj.empty(), false);
BOOST_CHECK_EQUAL(obj.size(), 9);
BOOST_CHECK_EQUAL(obj["age"].getValStr(), "100");
BOOST_CHECK_EQUAL(obj["first"].getValStr(), "John");
BOOST_CHECK_EQUAL(obj["last"].getValStr(), "Smith");
BOOST_CHECK_EQUAL(obj["distance"].getValStr(), "25");
BOOST_CHECK_EQUAL(obj["time"].getValStr(), "3600");
BOOST_CHECK_EQUAL(obj["calories"].getValStr(), "12");
BOOST_CHECK_EQUAL(obj["temperature"].getValStr(), "90.012");
BOOST_CHECK_EQUAL(obj["cat1"].getValStr(), "9000");
BOOST_CHECK_EQUAL(obj["cat2"].getValStr(), "12345");
BOOST_CHECK_EQUAL(obj["nyuknyuknyuk"].getValStr(), "");
BOOST_CHECK(obj.exists("age"));
BOOST_CHECK(obj.exists("first"));
BOOST_CHECK(obj.exists("last"));
BOOST_CHECK(obj.exists("distance"));
BOOST_CHECK(obj.exists("time"));
BOOST_CHECK(obj.exists("calories"));
BOOST_CHECK(obj.exists("temperature"));
BOOST_CHECK(obj.exists("cat1"));
BOOST_CHECK(obj.exists("cat2"));
BOOST_CHECK(!obj.exists("nyuknyuknyuk"));
map<string, UniValue::VType> objTypes;
objTypes["age"] = UniValue::VNUM;
objTypes["first"] = UniValue::VSTR;
objTypes["last"] = UniValue::VSTR;
objTypes["distance"] = UniValue::VNUM;
objTypes["time"] = UniValue::VNUM;
objTypes["calories"] = UniValue::VNUM;
objTypes["temperature"] = UniValue::VNUM;
objTypes["cat1"] = UniValue::VNUM;
objTypes["cat2"] = UniValue::VNUM;
BOOST_CHECK(obj.checkObject(objTypes));
objTypes["cat2"] = UniValue::VSTR;
BOOST_CHECK(!obj.checkObject(objTypes));
obj.clear();
BOOST_CHECK(obj.empty());
BOOST_CHECK_EQUAL(obj.size(), 0);
}
static const char *json1 =
"[1.10000000,{\"key1\":\"str\\u0000\",\"key2\":800,\"key3\":{\"name\":\"martian http://test.com\"}}]";
BOOST_AUTO_TEST_CASE(univalue_readwrite)
{
UniValue v;
BOOST_CHECK(v.read(json1));
string strJson1(json1);
BOOST_CHECK(v.read(strJson1));
BOOST_CHECK(v.isArray());
BOOST_CHECK_EQUAL(v.size(), 2);
BOOST_CHECK_EQUAL(v[0].getValStr(), "1.10000000");
UniValue obj = v[1];
BOOST_CHECK(obj.isObject());
BOOST_CHECK_EQUAL(obj.size(), 3);
BOOST_CHECK(obj["key1"].isStr());
std::string correctValue("str");
correctValue.push_back('\0');
BOOST_CHECK_EQUAL(obj["key1"].getValStr(), correctValue);
BOOST_CHECK(obj["key2"].isNum());
BOOST_CHECK_EQUAL(obj["key2"].getValStr(), "800");
BOOST_CHECK(obj["key3"].isObject());
BOOST_CHECK_EQUAL(strJson1, v.write());
/* Check for (correctly reporting) a parsing error if the initial
JSON construct is followed by more stuff. Note that whitespace
is, of course, exempt. */
BOOST_CHECK(v.read(" {}\n "));
BOOST_CHECK(v.isObject());
BOOST_CHECK(v.read(" []\n "));
BOOST_CHECK(v.isArray());
BOOST_CHECK(!v.read("@{}"));
BOOST_CHECK(!v.read("{} garbage"));
BOOST_CHECK(!v.read("[]{}"));
BOOST_CHECK(!v.read("{}[]"));
BOOST_CHECK(!v.read("{} 42"));
}
BOOST_AUTO_TEST_SUITE_END()
| [
"cryptoplaydev@gmail.com"
] | cryptoplaydev@gmail.com |
1a5bb294a1e7334dcc422536d71391e278fd527f | 6eead1f1867e7067c0607d366d9a250b941d6e02 | /week12/radiation.cpp | 21ea7c16307ba680f1abc83a91dc5db38dee1483 | [] | no_license | rabeehk/Algorithm-Lab | 7d6500f760d580d721bb1405423d208a7ecbb32e | 79f0f58efdc8932226e77de954dad6eab1761279 | refs/heads/master | 2021-05-15T22:13:43.164213 | 2017-10-12T04:28:01 | 2017-10-12T04:28:01 | 106,643,880 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 2,549 | cpp | #include<iostream>
#include<vector>
#include<CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include<cmath>
using namespace std;
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef K::Point_3 P3;
#include<CGAL/basic.h>
#include<CGAL/QP_models.h>
#include<CGAL/QP_functions.h>
// choose exact integral type
#ifdef CGAL_USE_GMP
#include<CGAL/Gmpzf.h>
typedef CGAL::Gmpzf ET;
#else
#include <CGAL/MP_Float.h>
typedef CGAL::MP_Float ET;
#endif
// program and solution types
typedef CGAL::Quadratic_program<double> Program;
typedef CGAL::Quadratic_program_solution<ET> Solution;
vector<P3> ts(51);
vector<P3> hs(51);
bool solve(int d, int h, int t){
Program lp(CGAL::SMALLER, false, 0, false, 0);
for(int i=0; i <h; ++i){
int num = 0;
for(int j = 0; j<=d; j += 1){
const double t1 = pow(hs[i].x(), j);
for(int k= 0; k <= (d-j); k += 1){
const double t2 = pow(hs[i].y(),k);
for(int z=0; z<=d-(k+j); z+=1){
lp.set_a(num,i, t1*t2*pow(hs[i].z(),z));
num++;
}
}
}
lp.set_b(i, 1); lp.set_r(i, CGAL::LARGER);
}
for(int i=0; i <t; ++i){
int num = 0;
for(int j = 0; j<=d; j += 1){
const double t1 = pow(ts[i].x(), j);
for(int k= 0; k <= (d-j); k += 1){
const double t2 = pow(ts[i].y(),k);
for(int z=0; z<=d-(k+j); z+=1){
lp.set_a(num,i+h,t1*t2*pow(ts[i].z(),z));
num++;
}
}
}
lp.set_b(i+h, -1);
}
CGAL::Quadratic_program_options options;
options.set_pricing_strategy(CGAL::QP_BLAND);
Solution s = CGAL::solve_linear_program(lp, ET(), options);
if(s.is_infeasible())
return false;
else
return true;
}
#define cerr if(false) cout
int main()
{
ios_base::sync_with_stdio(false); cin.tie(0);
int T; cin>>T;
for(int tt=0; tt<T; ++tt){
int nh, nt; cin>>nh>>nt;
for(int i=0; i<nh; ++i){
int x,y,z; cin>>x>>y>>z;
hs[i]=P3(x,y,z);
}
for(int i=0; i<nt; ++i){
int x,y,z; cin>>x>>y>>z;
ts[i]=P3(x,y,z);
}
if(nt == 0 || nh == 0 )
{cout << 0 << endl; continue;}
//exponential search on degree
int l=1;
int h = 30;
int d = 1;
while( d<= 30){
if(solve(d, nh, nt)){
h=d;
break;
}
else{
l=d+1;
d *=2; // do not multiply by more as
// when degree higher wrost to solve
}
}
if(l == h)
{cout << l << endl; continue;}
while(l < h){
int d = l + (h-l)/2;
if(solve(d, nh, nt)){ h=d;}
else l = d+1;
}
// if the h and l has only one step different we need this
if(!solve(l, nh, nt)) cout << "Impossible!\n";
else cout << l << endl;
}
return 0;
}
| [
"rabeeh.karimimahabadi@epfl.ch"
] | rabeeh.karimimahabadi@epfl.ch |
a61b3ec24a0a6b90e9eb7492bd20eeef2e2684d6 | 69b4f7c49f18fc193f49275a2d32ffbcbe70471d | /Hacker Earth/Monk and the Islands.cpp | 1fddb7cb5afb64412ac0d323963fc5f854c64d48 | [] | no_license | TD2106/Competitive-Programming | 05f322a14f1e7a1d62633b713f1416ab0c547b3b | 2905c9d5f36909330fc3637f5461aaba8928a154 | refs/heads/master | 2020-04-03T12:59:49.790124 | 2019-09-21T14:51:08 | 2019-09-21T14:51:08 | 155,270,877 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,314 | cpp | #include <bits/stdc++.h>
#define bug(x) cout << #x << " = " << x << endl
#define reset(x) memset(x,0,sizeof(x)) // set all elements to 0
using namespace std;
typedef long long int ll;
int dist[10005],n,m,tc,u,v; //dist is distance from 1 to other node (island)
queue<int> q; // queue is used to push unprocessed islands
bool vis[10005]; //check to see if the island has been visited
vector< vector<int> > adjacentList;
void bfs(){
q.push(1);
vis[1]=1;
while(!q.empty()){
u=q.front(); // u is the first island in the queue
q.pop(); // remove 1st island from queue
for(int i=0;i<adjacentList[u].size();i++){
if(!vis[adjacentList[u][i]]){
dist[adjacentList[u][i]]=dist[u]+1; // distance from island to 1 equal from parent island plus 1
q.push(adjacentList[u][i]);
vis[adjacentList[u][i]]=1; // mark as visited
}
}
}
}
int main(){
cin>>tc;
while(tc--){
adjacentList.clear();
reset(dist);
reset(vis);
cin>>n>>m;
adjacentList.resize(n+1);
for(int i=0;i<m;i++){
cin>>u>>v;
adjacentList[u].push_back(v);
adjacentList[v].push_back(u);
}
bfs();
cout<<dist[n]<<endl;
}
return 0;
}
| [
"duy.le@ubitec.ch"
] | duy.le@ubitec.ch |
402412a259201b52869b7a7be6c36b299ed9abed | 996a5bee4444d0e39ebc225f1f61c1750d3f046e | /Source/inventory/action.hpp | 862dde6c07d614460d9f4248257bfa8c39f13173 | [] | no_license | vitaliitar/RPG_Game | 380cc73c62e4a1df8eeb3306909f2046b36a5a01 | 6aaa30a64efbb3589de416dbfd22bae522d82878 | refs/heads/main | 2023-04-24T18:19:02.749912 | 2021-05-19T22:04:14 | 2021-05-19T22:04:14 | 346,142,071 | 1 | 0 | null | 2021-04-10T20:29:39 | 2021-03-09T20:56:30 | C++ | UTF-8 | C++ | false | false | 323 | hpp |
#pragma once
#ifndef ACTION_HPP
#define ACTION_HPP
#include "item_manager.hpp"
#include "nodes/node.hpp"
class Action : public Node {
private:
std::string name;
int probabilityOfSuccess;
public:
Action (const std::string newName, int prob);
private:
virtual bool run() override;
};
#endif // ACTION_HPP | [
"vitalii.tar@uzhnu.edu.ua"
] | vitalii.tar@uzhnu.edu.ua |
1793b01f80b122d760f4b1520e7a94244917606a | 63b780d4f90e6c7c051d516bf380f596809161a1 | /FreeEarthSDK/include/FeEffects/Corridor.h | 2eb919497eb67227ecf308ff5de3c770750e1975 | [] | no_license | hewuhun/OSG | 44f4a0665b4a20756303be21e71f0e026e384486 | cfea9a84711ed29c0ca0d0bfec633ec41d8b8cec | refs/heads/master | 2022-09-05T00:44:54.244525 | 2020-05-26T14:44:03 | 2020-05-26T14:44:03 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 8,434 | h | #ifndef CORRIDER_EFFECT_H
#define CORRIDER_EFFECT_H
/**************************************************************************************************
* @file OsgIdealChannel.h
* @note 本文件定义负责绘制理想航道的类
* @author w00009
* @data
**************************************************************************************************/
#include <osg/MatrixTransform>
#include <osg/Geode>
#include <osg/Geometry>
#include <osg/LineWidth>
#include <osg/Group>
#include <osg/AutoTransform>
#include <osg/LineWidth>
#include <FeEffects/Export.h>
#include <FeUtils/RenderContext.h>
namespace FeEffect
{
/**
* @class COsgIdealChannel
* @brief 本类负责绘制理想通道
* @note 理想通道有三种模式,本类绘制三种模式的理想通道并控制三种模式的通道
* @author w00009
*/
class FEEFFECTS_EXPORT COsgIdealChannel : public osg::Group, public FeUtil::CRenderContextObserver
{
public:
/**
* @brief 构造函数
* @note 该类的构造函数,用于构造对象
* @return 无返回值
*/
COsgIdealChannel(FeUtil::CRenderContext* pContext);
/**
* @brief 析构函数
* @note 该类的默认析构函数,对该类的对象进行析构
* @return 无返回值
*/
~COsgIdealChannel(void);
public:
/**
* @brief 初始化
* @note 初始化函数
* @return 无返回值
*/
bool Init();
/**
* @brief 绘制原点的线框
* @note 绘制原点的线框(进近模式一),即理想通道的第一种模式
* @return 绘制成功则返回true,否则返回值false
*/
bool DrawWireframe();
/**
* @brief 绘制原点的锁定框
* @note 绘制原点的锁定框(进近模式二)及通道的第二种模式
* @return 绘制成功返回true,否则返回false
*/
bool DrawLockFrame();
/**
* @brief 得到角度
* @note 得到原点画的线框移到地球上需要旋转的偏航角度和俯仰角度
* @param First [in] 第一个点的经纬高
* @param Second [in] 第二个点的经纬高
* @param YawAngle [out] 需要旋转的航向角
* @param PitchAngle [out] 需要旋转的俯仰角
* @return 得到相关角度返回true,否则返回false
*/
bool GetAngle(osg::Vec3d First,osg::Vec3d Second,double &YawAngle,double &PitchAngle);
/**
* @brief 获取姿态
* @note 本函数是根据相邻的两个点得线框的态势(俯仰角,偏航角,横滚角)
* @param first [in] 第一个点的位置
* @param second [in] 第二点的位置
* @param xAngleFuYang [out] 俯仰角
* @param yAngleHengGun [out] 横滚角
* @param zAngleHangXiang [out] 航向角
* @return 无返回值
*/
void getFlyPosture(osg::Vec3d first,osg::Vec3d second,double& xAngleFuYang,double& yAngleHengGun,double& zAngleHangXiang);
/**
* @brief 打开理想航道模式一
* @note 根据UDP传来的控制消息,打开理想航道的模式一
* @return 打开成功返回true,否则返回false
*/
bool OpenIdealChannelMode1();
/**
* @brief 打开理想航道模式二
* @note 根据UDP传来的控制消息,打开理想航道的模式二
* @return 打开成功返回true,否则返回false
*/
bool OpenIdealChannelMode2();
/**
* @brief 打开理想航道模式三
* @note 根据UDP传来的控制消息,打开理想航道的模式三
* @return 打开成功返回true,否则返回false
*/
bool OpenIdealChannelMode3();
/**
* @brief 关闭理想通道
* @note 根据传来的UDP消息关闭理想航道
* @return 关闭成功返回true
*/
bool CloseIdealChannel();
public:
/**
* @brief 创建或者重绘理想通道
* @note 根据传来的理想通道的关键点的数组(osg::Vec4dArray),绘制理想通道
* @param pKeysVertex [in] 理像通道的关键点的数组
* @param dKeysRotateAngle [in] 关键点处理想通道垂直方向的旋转角度(弧度)
* @return 返回值
*/
bool RedrawIdealChannel(osg::Vec4dArray* pKeysVertex,double dKeysRotateAngle=0.3);
/**
* @brief 创建或者重绘理想通道
* @note 根据传来的理想通道的关键点的数组(osg::Vec4dArray),绘制理想通道,此函数转为飞机降落是用的进近通道做准备
* @param pKeysVertex [in] 理像通道的关键点的数组
* @return 返回值
*/
bool ReDrawIdealChannelForApproach(osg::Vec4dArray* pKeysVertex);
/**
* @brief 计算B样条的顶点数组
* @note 计算B样条的顶点数组
* @param startPoint [in] B样条开始点
* @param endPoint [in] B样条结束点
* @param controlPoint [in] B样条控制点
* @param outArray [out] 输出的计算好的顶点数组
* @param insertPointNum [in] 要插入的顶点的个数
* @return 无返回值
*/
void ComputerBLine(osg::Vec4d startPoint, osg::Vec4d endPoint,
osg::Vec4d controlPoint,osg::Vec4dArray *outArray,int insertPointNum);
/**
* @brief 得到理想航道所有点
* @note 根据理想航道关键点数组,经过向数组相邻点之间插值(先线性插值然后再做B样条插值)
* 得到最总组成理想航道的所有点
* @param pKeysVertex [in] 理像通道的关键点的数组
* @param dInsertCount [in] B样条插值法插值时要向两个点之间插入点的个数
* @param _pStartSmooth [in] 存放理想航道中开始进入平滑过渡阶段的起始点
* @param _pEndSmooth [in] 存放理想航道中平滑过渡阶段结束的点
* @return 返回值
*/
osg::Vec4dArray* getFinalLinePoint(osg::Vec4dArray * pKeysVertex,double dInsertCount
,osg::Vec4dArray *_pStartSmooth,osg::Vec4dArray *_pEndSmooth);
/**
* @brief 绘制组成理想航道的线框之间的连线
* @note 此函数负责绘制组成理想航道线框之间的连线(左下角连线、左上角连线、右下角连线、右上角连线)
* @param _pLeftBottomLine [in] 绘制左下角连线所需点的数组
* @param _pLeftTopLine [in] 绘制左上角连线所需点的数组
* @param _pRightBottomLine [in] 绘制右下角连线所需点的数组
* @param _pRightTopLine [in] 绘制右上角连线所需点的数组
* @param PointCount [in] 绘制连线所用点的个数
* @return 返回值
*/
osg::Geode * DrawWireframeLigature(osg::Vec3dArray * _pLeftBottomLine,osg::Vec3dArray * _pLeftTopLine,
osg::Vec3dArray * _pRightBottomLine,osg::Vec3dArray * _pRightTopLine,int PointCount);
/**
* @brief 绘制组成理想航道的四个面
* @note 理想航道有一种模式是由四个面组成的,此函数负责绘制这四个面
* @param _pVertexLeftFace [in] 绘制左面用到的点的数组
* @param _pVertexRightFace [in] 绘制右面用到的点的数组
* @param _pVertexTopFace [in] 绘制上面用到的点的数组
* @param _pVertexBottomFace [in] 绘制下面用到的点的数组
* @param PointCount [in] 绘制面用到点的个数
* @return 返回值
*/
osg::Geode * DrawChannelFace(osg::Vec3dArray * _pVertexLeftFace,osg::Vec3dArray * _pVertexRightFace
,osg::Vec3dArray * _pVertexTopFace,osg::Vec3dArray * _pVertexBottomFace,int PointCount);
public:
//得到理想通道的关键点
osg::Vec4dArray * getArrayVertex();
public:
///存放理想通道
osg::ref_ptr<osg::MatrixTransform> m_pRoot;
///存放构成理想通道的线框(进近模式一)
osg::ref_ptr<osg::Geode> m_pWireframeGeode;
///存放理想通道的锁定框(进近模式二)
osg::ref_ptr<osg::Geode> m_pLockFrameGeode;
///通道进近模式一(线框)的group节点
osg::ref_ptr<osg::Group> m_pApproachMode1;
///通道进近模式二(锁定框)的group节点
osg::ref_ptr<osg::Group> m_pApproachMode2;
///通道进近模式三(面框)的group节点
osg::ref_ptr<osg::Group> m_pApproachMode3;
///存放理想通道的关键点
osg::Vec4dArray * m_pArrayVertex;
///绘制原点线框所需的左下部点
osg::Vec3d LeftBottom;
///绘制原点线框所需的右下部点
osg::Vec3d RightBottom;
///绘制原点线框所需的左上部点
osg::Vec3d LeftTop;
///绘制原点线框所需的右上部点
osg::Vec3d RightTop;
///判断理想通道是否已经创建
bool m_bCreat;
///主视口的宽
int m_iWidth;
///主视口的高
int m_iHeight;
//理想通道的宽
int m_iChannelWidth;
//理想通道的高
int m_iChannelHeight;
//理想航道线框的颜色及线框连线的颜色
osg::Vec4d m_Vec4Color;
};
}
#endif //CORRIDER_EFFECT_H
| [
"Wang_123456"
] | Wang_123456 |
0a3874517586b6106b98279af13c7c4c3b7c765e | ac48af1d42007f57ab21754ae135ec4a22fb533f | /userspace/apps/panel/widgets/SettingToggle.h | 96575b6d7284cc48393a0024739a3e44d8b50e1d | [
"MIT",
"BSD-2-Clause"
] | permissive | raxracks/chadOS | 47e4e09dd61f61e1e2415dccc560783bb5e76827 | 0469528f5d4f390ff45d680b91783da445e66dcc | refs/heads/main | 2023-06-19T04:52:01.601917 | 2021-07-13T04:29:41 | 2021-07-13T04:29:41 | 379,407,996 | 3 | 0 | NOASSERTION | 2021-06-25T21:27:39 | 2021-06-22T21:43:36 | C++ | UTF-8 | C++ | false | false | 532 | h | #pragma once
#include <libsettings/Setting.h>
#include <libwidget/Components.h>
namespace Panel
{
struct SettingToggleComponent :
public Widget::StatefulComponent<bool>
{
private:
String _name;
RefPtr<Graphic::Icon> _icon;
OwnPtr<Settings::Setting> _setting;
public:
SettingToggleComponent(
RefPtr<Graphic::Icon> icon,
String name,
const char *setting);
RefPtr<Element> build(bool state) override;
};
WIDGET_BUILDER(SettingToggleComponent, setting_toggle);
} // namespace Panel | [
"nicolas.van.bossuyt@gmail.com"
] | nicolas.van.bossuyt@gmail.com |
c1c740dfa1305e129a0ee9c8f3efafad9388187c | 1d928c3f90d4a0a9a3919a804597aa0a4aab19a3 | /c++/ClickHouse/2015/4/ConnectionPoolWithFailover.h | ad61ad5c2621d253fca3888940bffeb240500909 | [] | no_license | 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 | 4,289 | h | #pragma once
#include <Poco/Net/NetException.h>
#include <Poco/Net/DNS.h>
#include <statdaemons/PoolWithFailoverBase.h>
#include <DB/Client/ConnectionPool.h>
namespace DB
{
/** Пул соединений с отказоустойчивостью.
* Инициализируется несколькими другими IConnectionPool-ами.
* При получении соединения, пытается создать или выбрать живое соединение из какого-нибудь пула,
* перебирая их в некотором порядке, используя не более указанного количества попыток.
* Предпочитаются пулы с меньшим количеством ошибок;
* пулы с одинаковым количеством ошибок пробуются в случайном порядке.
*
* Замечание: если один из вложенных пулов заблокируется из-за переполнения, то этот пул тоже заблокируется.
*/
class ConnectionPoolWithFailover : public PoolWithFailoverBase<IConnectionPool, Settings *>, public IConnectionPool
{
public:
typedef IConnectionPool::Entry Entry;
typedef PoolWithFailoverBase<IConnectionPool, Settings *> Base;
ConnectionPoolWithFailover(ConnectionPools & nested_pools_,
LoadBalancing load_balancing,
size_t max_tries_ = DBMS_CONNECTION_POOL_WITH_FAILOVER_DEFAULT_MAX_TRIES,
time_t decrease_error_period_ = DBMS_CONNECTION_POOL_WITH_FAILOVER_DEFAULT_DECREASE_ERROR_PERIOD)
: Base(nested_pools_, max_tries_, decrease_error_period_,
&Logger::get("ConnectionPoolWithFailover")), default_load_balancing(load_balancing)
{
std::string local_hostname = Poco::Net::DNS::hostName();
hostname_differences.resize(nested_pools.size());
for (size_t i = 0; i < nested_pools.size(); ++i)
{
ConnectionPool & connection_pool = dynamic_cast<ConnectionPool &>(*nested_pools[i].pool);
const std::string & host = connection_pool.getHost();
size_t hostname_difference = 0;
for (size_t i = 0; i < std::min(local_hostname.length(), host.length()); ++i)
if (local_hostname[i] != host[i])
++hostname_difference;
hostname_differences[i] = hostname_difference;
}
}
/** Выделяет соединение для работы. */
Entry get(Settings * settings = nullptr) override
{
applyLoadBalancing(settings);
return Base::get(settings);
}
/** Выделяет до указанного количества соединений для работы.
* Соединения предоставляют доступ к разным репликам одного шарда.
*/
std::vector<Entry> getMany(Settings * settings = nullptr) override
{
applyLoadBalancing(settings);
return Base::getMany(settings);
}
protected:
bool tryGet(ConnectionPoolPtr pool, Settings * settings, Entry & out_entry, std::stringstream & fail_message) override
{
try
{
out_entry = pool->get(settings);
out_entry->forceConnected();
return true;
}
catch (const Exception & e)
{
if (e.code() != ErrorCodes::NETWORK_ERROR && e.code() != ErrorCodes::SOCKET_TIMEOUT)
throw;
fail_message << "Code: " << e.code() << ", e.displayText() = " << e.displayText() << ", e.what() = " << e.what();
return false;
}
}
private:
std::vector<size_t> hostname_differences; /// Расстояния от имени этого хоста до имен хостов пулов.
LoadBalancing default_load_balancing;
void applyLoadBalancing(Settings * settings)
{
LoadBalancing load_balancing = default_load_balancing;
if (settings)
load_balancing = settings->load_balancing;
for (size_t i = 0; i < nested_pools.size(); ++i)
{
if (load_balancing == LoadBalancing::NEAREST_HOSTNAME)
nested_pools[i].state.priority = hostname_differences[i];
else if (load_balancing == LoadBalancing::RANDOM)
nested_pools[i].state.priority = 0;
else if (load_balancing == LoadBalancing::IN_ORDER)
nested_pools[i].state.priority = i;
else
throw Exception("Unknown load_balancing_mode: " + toString(static_cast<int>(load_balancing)), ErrorCodes::LOGICAL_ERROR);
}
}
};
}
| [
"rodrigosoaresilva@gmail.com"
] | rodrigosoaresilva@gmail.com |
fcb66c193850659f5a1b49af64d36ae460fda990 | 6c0d209ef31cc818596b954f3d1631a1056096f8 | /src/qjack/audioport.h | 04a6ed4fb3deec28edaec68dfd9b1d8d684f6ebc | [] | no_license | neochapay/radon | 8543e3ffac4a1f11d99fca01e487ff19b682bc3a | 173ec1dba6e0cb7b1f50b87f079a56f11b7352ad | refs/heads/master | 2021-01-17T11:34:01.883530 | 2016-05-20T15:30:11 | 2016-05-20T15:30:11 | 30,340,075 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 3,047 | h | ///////////////////////////////////////////////////////////////////////////////
// //
// This file is part of QJack. //
// Copyright (C) 2014-2015 Jacob Dawid <jacob@omg-it.works> //
// //
// QJack is free software: you can redistribute it and/or modify //
// it under the terms of the GNU General Public License as published by //
// the Free Software Foundation, either version 3 of the License, or //
// (at your option) any later version. //
// //
// QJack is distributed in the hope that it will be useful, //
// but WITHOUT ANY WARRANTY; without even the implied warranty of //
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the //
// GNU General Public License for more details. //
// //
// You should have received a copy of the GNU General Public License //
// along with QJack. If not, see <http://www.gnu.org/licenses/>. //
// //
// It is possible to obtain a closed-source license of QJack. //
// If you're interested, contact me at: jacob@omg-it.works //
// //
///////////////////////////////////////////////////////////////////////////////
#pragma once
// Own includes
#include "global.h"
#include "port.h"
#include "audiobuffer.h"
namespace QJack {
class AudioPort : public Port {
friend class Client;
public:
AudioPort();
AudioPort(const Port& other);
AudioPort(const AudioPort& other);
/**
* @returns a buffer that points to the memory of this port.
* @warning: Please be aware that if this port is an input port, modifying
* samples within the buffer can lead to unexpected behaviour for other clients.
* You have direct access to the input memory buffer and the recommended way
* is to create a memory buffer, copy all samples over and alter them in the
* memory buffer. For reasons of RT execution safety, you should create your
* memory buffers outside of the JACK process thread (for example in the
* constructor of your processor object).
*/
AudioBuffer buffer(int samples) const REALTIME_SAFE;
protected:
AudioPort(jack_port_t *jackPort);
};
}
Q_DECLARE_METATYPE(QJack::AudioPort)
namespace QJack {
class AudioPortMetaTypeInitializer {
public:
AudioPortMetaTypeInitializer() {
qRegisterMetaType<QJack::AudioPort>();
}
};
static AudioPortMetaTypeInitializer audioPortMetaTypeInitializer;
}
| [
"neochapay@gmail.com"
] | neochapay@gmail.com |
1d8db87d28a8b734fe51f27b45e909e64547a111 | e076002bc5210403f6dd955681bc4b16458ac417 | /local.cpp | 39ef7729b548a7de265057076bc74dd18fdf0138 | [] | no_license | hwanders97/RayTracer | 0816572d819bd466de9af4c713f0881c7cccae2e | ef23af916a4f1450845b4202317c949c580b8e92 | refs/heads/master | 2021-01-12T00:05:58.674808 | 2017-01-23T23:27:54 | 2017-01-23T23:27:54 | 78,672,271 | 2 | 0 | null | 2017-01-16T02:19:42 | 2017-01-11T19:31:53 | C | UTF-8 | C++ | false | false | 381 | cpp | //
// This class stores information about the local point: the position of the point, and normal
// and material of the object at that point
//
#include "local.h"
// Default constructor
Local::Local() : pos(Point()), normal(Vector()), material(new Material()) {};
// Input constructor
Local::Local(Point p, Vector norm, Material* mat) : pos(p), normal(norm), material(mat) {};
| [
"hwandersman@gmail.com"
] | hwandersman@gmail.com |
f521f33a24d8e9fcc17579cd70947f7b26303c7e | 3ca42cffd4a69f15c7aca17a5ff8a96d784e3c30 | /703.kth-largest-element-in-a-stream.cpp | 7b28c359f8766450ee42c396b39c3ab9dc4eae2e | [] | no_license | prateekbeh/algorithms | 27e5b8b7bbc5af317743cc72256fefc988ae4f0a | 4215d953f8c4713abfb8b78a64d8f890ca0caf8b | refs/heads/master | 2021-11-29T22:29:49.781055 | 2021-09-18T15:08:30 | 2021-09-18T15:08:30 | 81,448,442 | 1 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 806 | cpp | /*
* @lc app=leetcode id=703 lang=cpp
*
* [703] Kth Largest Element in a Stream
*/
// @lc code=start
class KthLargest {
public:
struct numCompare {
bool operator()(const int &x, const int &y) { return x > y; }
};
priority_queue<int, vector<int>, numCompare> minHeap;
const int k;
KthLargest(int k, vector<int>& nums) : k(k){
for (int i = 0; i < nums.size(); i++) {
add(nums[i]);
}
}
int add(int val) {
minHeap.push(val);
if ((int)minHeap.size() > this->k) {
minHeap.pop();
}
return minHeap.top();
}
};
/**
* Your KthLargest object will be instantiated and called as such:
* KthLargest* obj = new KthLargest(k, nums);
* int param_1 = obj->add(val);
*/
// @lc code=end
| [
"behprat@prateeks-MacBook-Air.local"
] | behprat@prateeks-MacBook-Air.local |
16c87ac2e915ea58fa828548108f938789c671e1 | 9fcb1a53920f73203ff652f0a3f470db4b9396ba | /OpenDpiDetector/main.cpp | 71a89a5a157533be3226f1a40d7df35256df428d | [] | no_license | NaterGator/Open-DPI-Detector | d4d75c3ac5c1ab7a215265fc5ae1a736b0b52bb5 | 336635df544d3ee9ba0b22ffc50447d591b722ee | refs/heads/master | 2021-01-11T21:28:24.597665 | 2012-05-19T23:17:10 | 2012-05-19T23:17:10 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 4,779 | cpp | #include <QApplication>
#include "dialog.h"
#include <QTranslator>
#include <QLocale>
#include <QLibraryInfo>
#include <qtextcodec.h>
#ifdef Q_OS_WIN32
#include <windows.h>
#endif
int main(int argc, char *argv[])
{
QApplication app(argc, argv);
if(argc<=1)
{
#ifdef Q_OS_WIN32
FreeConsole();
#endif
Dialog dialog;
dialog.show();
return app.exec();
}
else
{
DPIManager manager;
string detectionType = string(argv[1]);
transform(detectionType.begin(), detectionType.end(),detectionType.begin(), tolower );
if(detectionType == "/h")
{
cout<<"SYNTAX: <type of operation> <name of file or folder> <orientation or DPI>"<<endl;
cout<<"Type of operation can be:"<<endl;
cout<<" /d for detection of file"<<endl;
cout<<" /dw for detection and writing DPI for file or folder"<<endl;
cout<<" /w for writing DPI for file or folder"<<endl;
cout<<"Name of file or folder is absolute path or relative path from application director"<<endl;
cout<<"If parameters /d or /dw was used, third parameter is orientation"<<endl;
cout<<" orientation is position of calibration mark relative to document. Supported values: up, down, right, left"<<endl;
cout<<"If parameter /w was used, third parameter is DPI, that will be written"<<endl;
cout<<" DPI must be integer 1 - 65535 inclusive"<<endl;
return 0;
}
else if(detectionType == "/w")
{
if(argc < 4)
{
cerr<<"Not enough parameters, syntax is: /w name dpi, where name is name of file or folder and dpi is integer larger than 0"<<endl;
return -13;
}
DIR *dp;
if (DPIManager::fileExists(argv[2]))
{
int dpi = atoi(argv[3]);
if (dpi > 0)
{
cout<<"Starting saving DPI"<<endl;
int result = manager.SaveFileDPI(argv[2],dpi);
return result;
}
else
{
cerr << "DPI must be greater than 0"<<endl;
return -3;
}
}
else if ((dp = opendir(argv[2])) != NULL)
{
closedir(dp);
int dpi = atoi(argv[3]);
if (dpi >0)
{
cout<<"Starting saving DPI"<<endl;
int errors = manager.SaveFolderDPI(argv[2],dpi);
return errors;
}
else
{
cerr << "DPI must be greater than 0"<<endl;
return -3;
}
}
else
{
cerr<<"File or folder " << argv[2]<< " does not exist"<<endl;
return -2;
}
}
else if(detectionType == "/d")
{
if(argc < 4)
{
cerr<<"Not enough parameters, syntax is: /d name orientation, where name is name of file orientation is up, right, down or left"<<endl;
return -13;
}
if (DPIManager::fileExists(argv[2]))
{
string orientation = string(argv[3]);
transform(orientation.begin(), orientation.end(),orientation.begin(), tolower );
Orientation_t ori;
if (orientation == "up")
{
ori = UPPER_SIDE;
}
else if(orientation == "down")
{
ori = BOTTOM_SIDE;
}
else if (orientation == "left" )
{
ori = LEFT_SIDE;
}
else if (orientation == "right" )
{
ori = RIGHT_SIDE;
}
else
{
cerr<<"orientation "<<argv[3]<<" is wrong, it must be up, down, left or right"<<endl;
return -3;
}
cout<<"Starting detecting DPI"<<endl;
int result = manager.DetectFileDPI(argv[2],ori);
return result;
}
else
{
cerr<<"File " << argv[2]<< " does not exist"<<endl;
return -2;
}
}
else if(detectionType == "/dw")
{
if(argc < 4)
{
cerr<<"Not enough parameters, syntax is: /w name dpi, where name is name of file or folder and dpi is integer larger than 0"<<endl;
return -13;
}
string orientation = string(argv[3]);
transform(orientation.begin(), orientation.end(),orientation.begin(), tolower );
Orientation_t ori;
if (orientation == "up")
{
ori = UPPER_SIDE;
}
else if(orientation == "down")
{
ori = BOTTOM_SIDE;
}
else if (orientation == "left" )
{
ori = LEFT_SIDE;
}
else if (orientation == "right" )
{
ori = RIGHT_SIDE;
}
else
{
cerr<<"orientation "<<argv[3]<<" is wrong, it must be up, down, left or right"<<endl;
return -3;
}
DIR *dp;
if (DPIManager::fileExists(argv[2]))
{
cout<<"Starting detecting and saving DPI"<<endl;
int result = manager.DetectAndSaveFileDPI(argv[2],ori);
return result;
}
else if ((dp = opendir(argv[2])) != NULL)
{
closedir(dp);
cout<<"Starting detecting and saving DPI"<<endl;
int errors = manager.DetectAndSaveFolderDPI(argv[2],ori);
return errors;
}
else
{
cerr<<"File or folder " << argv[2]<< " does not exist"<<endl;
return -2;
}
}
else
{
cerr<< "Wrong parameter first parameter, must be /d for detection,"
<<"/w for writing specified DPI, /dw for detection and writing DPI";
return -1;
}
}
} | [
"Michal@Michal-NB.(none)"
] | Michal@Michal-NB.(none) |
ae0c345798bb22552960140a58064f03b9907871 | 850510aae00bef1b6cc88d2224285938689e02e8 | /A4Q1.cpp | d5a1f0b5d0111c8394b79d084291f73ecc2563ca | [] | no_license | isaccanedo/DS-binary-search-tree-operations | 9a744956e70780b00242236cc2ab2d4e3807b4e7 | ac591ded61d93f97f689859096fbb9059f15ca72 | refs/heads/master | 2023-02-15T21:05:39.455972 | 2021-01-18T20:03:03 | 2021-01-18T20:03:03 | 330,757,123 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 6,146 | cpp |
//Name: Isac Canedo
#include<iostream>
#include<cmath>
using namespace std;
//BSTNode class
class BSTNode
{
public:
int key;
BSTNode *left, *right;
BSTNode()
{
left=right=NULL;
}
BSTNode(int n, BSTNode *lft=NULL, BSTNode *r=NULL)
{
key=n;
left=lft;
right=r;
}
};
//Binary Search Tree class
class BST
{
public:
BSTNode *root;
int nodecount,leafnodecount,nonleafnodecount;
BST()
{
root=NULL;
nodecount=0;
leafnodecount=0;
nonleafnodecount=0;
}
bool isEmpty() const
{
return root==NULL;
}
void visit(BSTNode* p)
{
cout<<p->key<<' ';
}
void insert(int el)
{
BSTNode *p=root, *prev=NULL;
while(p!=NULL)
{
prev=p;
if(p->key<el)
p=p->right;
else p=p->left;
}
if(root==NULL)
root =new BSTNode(el);
else if(prev->key<el)
prev->right = new BSTNode(el);
else prev->left = new BSTNode(el);
}
void Choice()
{
int c;
cout<<"\n1.Find Height\n2.Count Nodes\n3.Count Leaf nodes\n4.Count NonLeaf nodes\n5.Count no. of right children\n6.Delete all leaf nodes\n7.Print nodes of a given level\nChoice: ";
cin>>c;
switch(c)
{
case 1:
cout << endl << "Height of tree is " << Height(root) << endl;
break;
case 2:
cout << endl << "Number of nodes in tree is " << Count_Nodes(root) << endl;
break;
case 3:
cout << endl << "Number of leaf nodes in tree is " << Count_leafnodes(root) << endl;
break;
case 4:
cout << endl << "Number of non leaf nodes in tree is " << Count_Nonleafnodes(root) << endl;
break;
case 5:
cout << endl << "Number of nodes in right tree is " << Count_right_children(root) << endl;
break;
case 6:
cout << endl << "Inorder traversal of tree before deleting leaves" << endl;
inorder(root);
delete_leaves(root);
cout << endl << "Inorder traversal of tree after deleting leaves" << endl;
inorder(root);
break;
case 7:
int lev;
cout << endl << "Enter Level: ";
cin >> lev;
Print_Level_nodes(root,lev);
break;
default:
cout << endl << "Not valid choice." << endl;
}
}
//Function to count total nodes in tree
int Count_Nodes(BSTNode *t)
{
if(t!=NULL)
{
nodecount++;
Count_Nodes(t->right);
Count_Nodes(t->left);
}
return nodecount;
}
//Function to count leaf nodes in tree
int Count_leafnodes(BSTNode *t)
{
if(t!=NULL)
{
if(!t->right && !t->left)
{
leafnodecount++;
}
else
{
Count_leafnodes(t->right);
Count_leafnodes(t->left);
}
}
return leafnodecount;
}
//Function to find height of tree
int Height(BSTNode *t)
{
int rightheight=-1;
int leftheight=-1;
if(t!=NULL)
{
if(t->right!=NULL)
{
rightheight=Height(t->right);
}
if(t->left!=NULL)
{
leftheight=Height(t->left);
}
if(rightheight>leftheight)
{
return(rightheight+1);
}
else
{
return(leftheight+1);
}
}
}
//Function to count nodes in right tree
int Count_right_children(BSTNode *t)
{
Count_Nodes(t->right);
}
//Function to count non leaf nodes in tree
int Count_Nonleafnodes(BSTNode *t)
{
if((t==NULL) || (t->right==NULL && t->left==NULL))
{
return 0;
}
else
{
nonleafnodecount++;
Count_Nonleafnodes(t->right);
Count_Nonleafnodes(t->left);
return nonleafnodecount;
}
}
//Inorder traversal of tree
void inorder(BSTNode *p)
{
if(p!=NULL)
{
inorder(p->left);
visit(p);
inorder(p->right);
}
}
//Function to delete all leaf nodes in tree
void delete_leaves(BSTNode *t)
{
BSTNode *temp=t;
BSTNode *prev;
if(temp!=NULL)
{
prev=temp;
if(temp->right)
{
temp=temp->right;
if(temp->right || temp->left)
delete_leaves(temp);
else
{
prev->right=NULL;
delete temp;
}
}
if(prev->left)
{
temp=prev->left;
if(temp->right || temp->left)
delete_leaves(temp);
else
{
prev->left=NULL;
delete temp;
}
}
}
}
//Function to print all nodes of the tree at given level
void Print_Level_nodes(BSTNode *t,int level,int current_level=0)
{
if(t!=NULL)
{
if(level == current_level)
visit(t);
else
{
Print_Level_nodes(t->left,level,current_level+1);
Print_Level_nodes(t->right,level,current_level+1);
}
}
}
};
//Main Function
int main()
{
BST B1;
int data[]={8,6,9,5,7,10,11};
for(int i=0;i<7;i++)
B1.insert(data[i]);
B1.Choice();
cout<<endl;
system("pause");
return 0;
}
| [
"isaccanedo@gmail.com"
] | isaccanedo@gmail.com |
116b35d3701127a7b5c026db1702b6c9fd4e4ff5 | 42f0f07b93d9c7f103d713b0792126c5fad763b8 | /nist/misc/nistmeshlab/vcglib/vcg/complex/trimesh/update/halfedge_indexed.h | d51236d44a55a748e0b76322faf647afc31e92fe | [] | no_license | ehames/nbis-docker | bcaa49d1ad5c1f463b76e6c5c856e7d71ea9206b | 99b00e7af969235d0f21c7b0247a12020190f996 | refs/heads/master | 2020-03-19T09:59:39.351237 | 2018-06-06T14:06:28 | 2018-06-06T14:06:28 | 136,333,740 | 0 | 2 | null | null | null | null | UTF-8 | C++ | false | false | 27,676 | h | /****************************************************************************
* VCGLib o o *
* Visual and Computer Graphics Library o o *
* _ O _ *
* Copyright(C) 2004 \/)\/ *
* Visual Computing Lab /\/| *
* ISTI - Italian National Research Council | *
* \ *
* All rights reserved. *
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
* This program is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) *
* for more details. *
* *
****************************************************************************/
#ifndef __VCGLIB_HALFEDGE_
#define __VCGLIB_HALFEDGE_
#include <vector>
#include <vcg/complex/trimesh/allocate.h>
#include <vcg/complex/trimesh/clean.h>
#include <vcg/complex/trimesh/update/topology.h>
#include <vcg/complex/trimesh/base.h>
namespace vcg
{
namespace tri{
/// \ingroup trimesh
/// \headerfile edge_support.h vcg/complex/trimesh/edge_support.h
/// \brief This class is used to build edge based data structure from indexed data structure and viceversa
/**
*/
template <class MeshType >
class UpdateHalfEdges{
public:
typedef typename MeshType::VertexType VertexType;
typedef typename MeshType::VertexPointer VertexPointer;
typedef typename MeshType::VertexIterator VertexIterator;
typedef typename MeshType::HEdgePointer HEdgePointer;
typedef typename MeshType::HEdgeType HEdgeType;
typedef typename MeshType::EdgePointer EdgePointer;
typedef typename MeshType::EdgeType EdgeType;
typedef typename MeshType::EdgeIterator EdgeIterator;
typedef typename MeshType::HEdgeIterator HEdgeIterator;
typedef typename MeshType::FaceIterator FaceIterator;
typedef typename MeshType::FaceType FaceType;
struct VertexPairEdgePtr{
VertexPairEdgePtr(VertexPointer _v0,VertexPointer _v1,HEdgePointer _ep):v0(_v0),v1(_v1),ep(_ep){if(v0>v1) std::swap(v0,v1);}
const bool operator <(const VertexPairEdgePtr &o) const {return (v0 == o.v0)? (v1<o.v1):(v0<o.v0);}
const bool operator ==(const VertexPairEdgePtr &o) const {return (v0 == o.v0)&& (v1==o.v1);}
VertexPointer v0,v1;
HEdgePointer ep;
};
struct FacePtrInt{
FacePtrInt ( FaceType * _f,int _i):f(_f),i(_i){}
FaceType * f;
int i;
};
typedef std::vector<bool> BitVector;
/**
build a half-edge data structure from an indexed data structure. Note that the half-edges are allocated here for the first time.
If you have a mesh where there are already edges, they will be removed and the data lost, so do not use this function
to just "update" the topology of half edges.
**/
static void FromIndexed(MeshType & m){
assert(HasFVAdjacency(m));
assert(HasHOppAdjacency(m));
assert(HasHNextAdjacency(m));
assert(HasHEAdjacency(m));
typename MeshType::template PerFaceAttributeHandle<BitVector> flagVisited =
vcg::tri::Allocator<MeshType>::template AddPerFaceAttribute<BitVector>(m,"");
std::vector<FacePtrInt > borderEdges;
// allocate all new half edges
FaceIterator fi;
unsigned int n_edges = 0;
// count how many half edge to allocate
for(fi = m.face.begin(); fi != m.face.end(); ++fi) if(! (*fi).IsD())
{n_edges+=(*fi).VN();
for(int i = 0; i < (*fi).VN(); ++i)
if(vcg::face::IsBorder<FaceType>((*fi),(i)))
++n_edges;
}
m.hedge.clear();
m.hn = 0;
// allocate the half edges
typename MeshType::HEdgeIterator ei = vcg::tri::Allocator<MeshType>::AddHEdges(m,n_edges);
std::vector<VertexPairEdgePtr> all;
int firstEdge = 0;
for(fi = m.face.begin(); fi != m.face.end(); ++fi)if(!(*fi).IsD()){
assert((*fi).VN()>2);
if(flagVisited[*fi].empty()) {flagVisited[*fi].resize((*fi).VN());}
for(int i = 0; i < (*fi).VN(); ++i,++ei)
{
(*ei).HVp() = (*fi).V(i);
(*ei).HNp() = &m.hedge[firstEdge + (i +1) % (*fi).VN()];
if(MeshType::HEdgeType::HasHFAdjacency())
(*ei).HFp() = &(*fi);
if( MeshType::FaceType::HasFHAdjacency())
(*fi).FHp() = &(*ei);
if(MeshType::HEdgeType::HasHPrevAdjacency())
(*ei).HPp() = &m.hedge[firstEdge + (i +(*fi).VN()-1) % (*fi).VN()];
if(HasVHAdjacency(m))
(*ei).HVp()->VHp() = &(*ei);
all.push_back(VertexPairEdgePtr((*fi).V(i), (*fi).V((*fi).Next(i)),&(*ei)));// it will be used to link the hedges
if( vcg::face::IsBorder<FaceType>((*fi),(i)))
borderEdges.push_back(FacePtrInt(&(*fi),i));
}
firstEdge += (*fi).VN();
}
// add all the border hedges
int borderLength;
typename std::vector<FacePtrInt >::iterator ebi;
for( ebi = borderEdges.begin(); ebi != borderEdges.end(); ++ebi)
if( !flagVisited[(*ebi).f][(*ebi).i])// not already inserted
{
borderLength = 0;
vcg::face::Pos<FaceType> bp((*ebi).f,(*ebi).i);
//FaceType * start = (*ebi).f;
VertexType * start = ((*ebi).f)->V((*ebi).i);
do{
all.push_back( VertexPairEdgePtr ( bp.f->V( bp.f->Next(bp.z) ),bp.f->V( bp.z ),&(*ei)));
(*ei).HVp() = bp.f->V(bp.f->Next(bp.z)) ;
flagVisited[bp.f][bp.z] = true;
++ei;
bp.NextB();
++borderLength;
}while (bp.v != start);
//}while (bp.f != start);
// run over the border edges to link the adjacencies
for(int be = 0; be < borderLength; ++be)
{
if(MeshType::HEdgeType::HasHFAdjacency())
m.hedge[firstEdge + be].HFp() = NULL;
if(MeshType::HEdgeType::HasHPrevAdjacency())
m.hedge[firstEdge + be].HPp() = &m.hedge[firstEdge + (be +borderLength-1) % borderLength];
m.hedge[firstEdge + be].HNp() = &m.hedge[firstEdge + (be +1) % borderLength];
}
firstEdge+=borderLength;
}
vcg::tri::Allocator<MeshType>:: template DeletePerFaceAttribute<BitVector>(m,flagVisited );
std::sort(all.begin(),all.end());
assert(all.size() == n_edges);
for(unsigned int i = 0 ; i < all.size(); )
if(all[i] == all[i+1])
{
all[i].ep->HOp() = all[i+1].ep;
all[i+1].ep->HOp() = all[i].ep;
i+=2;
}
else
{
all[i].ep->HOp() = all[i].ep;
i+=1;
}
if(HasEHAdjacency(m) && HasHEAdjacency(m))
{
assert(m.edge.size() == 0 || m.edge.size() == n_edges/2);
if ( m.edge.size() == 0 )
{
m.en = 0;
// allocate the edges
typename MeshType::EdgeIterator edge_i = vcg::tri::Allocator<MeshType>::AddEdges(m,n_edges/2);
for(ei = m.hedge.begin(); ei != m.hedge.end(); ++ei)
{
if((*ei).HEp() == NULL)
{
(*ei).HEp() = &(*edge_i);
(*ei).HOp()->HEp() = &(*edge_i);
(*edge_i).EHp() = &(*ei);
++edge_i;
}
}
}
else
{
assert(HasEVAdjacency(m));
//update edge relations
typename MeshType::EdgeIterator ei1;
for( ei1 = m.edge.begin(); ei1 != m.edge.end(); ++ei1 )
for( ei = m.hedge.begin(); ei != m.hedge.end(); ++ei )
if ( ((*ei).HVp() == (*ei1).V(0)) && ((*ei).HOp()->HVp() == (*ei1).V(1)) )
{
// EH
(*ei1).EHp() = &(*ei);
// HE
(*ei).HEp() = &(*ei1);
(*ei).HOp()->HEp() = &(*ei1);
break;
}
}
}
}
/**
Checks pointers FHEp() are valid
**/
static bool CheckConsistency_FHp(MeshType & m){
assert(MeshType::FaceType::HasFHAdjacency());
FaceIterator fi;
for(fi = m.face.begin(); fi != m.face.end(); ++fi)
if(!(*fi).IsD()){
if((*fi).FHp() < &(*m.hedge.begin())) return false;
if((*fi).FHp() > &(m.hedge.back())) return false;
}
return true;
}
/**
Checks that half edges and face relation are consistent
**/
static bool CheckConsistency(MeshType & m){
assert(MeshType::HEdgeType::HasHNextAdjacency());
assert(MeshType::HEdgeType::HasHOppAdjacency());
assert(MeshType::HEdgeType::HasHVAdjacency());
assert(MeshType::HEdgeType::HasHEAdjacency());
assert(MeshType::FaceType::HasFHAdjacency());
//bool hasHEF = ( MeshType::HEdgeType::HasHFAdjacency());
bool hasHP = ( MeshType::HEdgeType::HasHPrevAdjacency());
FaceIterator fi;
HEdgePointer ep,ep1;
int cnt = 0;
if( MeshType::HEdgeType::HasHFAdjacency() )
{
int iDb = 0;
for(fi = m.face.begin(); fi != m.face.end(); ++fi,++iDb)
if(!(*fi).IsD())
{
ep = ep1 = (*fi).FHp();
do{
if(ep->IsD())
return false; // the hedge should not be connected, it has been deleted
if( ! ep->HFp())
return false;
if(ep->HFp() != &(*fi))
return false;// hedge is not pointing to the rigth face
ep = ep->HNp();
if(cnt++ > m.hn)
return false; // hedges are ill connected (HENp())
}while(ep!=ep1);
}
}
HEdgePointer epPrev;
HEdgeIterator hi;
//bool extEdge ;
for( hi = m.hedge.begin(); hi != m.hedge.end(); ++hi)
if(!(*hi).IsD())
{
//cnt = 0;
epPrev = ep = ep1 = &(*hi);
//do{
//extEdge = (ep->HFp()==NULL);
if(hasHP)
{
if( !ep->HPp())
return false;
if( ep->HPp() == ep)
return false; // the previous of an edge cannot be the edge itself
if( ep->HNp()->HPp() != ep)
return false; // next and prev relation are not mutual
if( ep->HPp()->IsD())
return false; //
}
if( ! ep->HOp() )
return false;
if( ep->HOp() == ep)
return false; // opposite relation is not mutual
if( ep->HOp()->IsD())
return false;
if( ep->HOp()->HOp() != ep)
return false; // opposite relation is not mutual
if( HasHFAdjacency(m) )
{
if(ep->HFp())
{
if( ep->HFp()->IsD())
return false; // pointed face must not be deleted
}
}
if( HasHEAdjacency(m) )
{
if( ! ep->HEp())
return false; //halfedge must point to an edge
if( ep->HEp()->IsD())
return false; // pointed edge must not be deleted
if(ep->HEp() != ep->HOp()->HEp())
return false; // he and opposite he must point to the same edge
if(ep->HEp()->EHp() != ep && ep->HEp()->EHp() != ep->HOp() )
return false; // halfedge points to an edge not pointing it or its opposite
}
if( !ep->HNp() )
return false;
if( ep->HNp() == ep )
return false; // the next of an hedge cannot be the hedge itself
if( ep->HNp()->IsD())
return false; //
if( ep->HNp()->HPp() != ep)
return false; //
if( HasHVAdjacency(m) )
{
if( ! ep->HVp() )
return false; // halfedge must point to a vertex
if( ep->HVp()->IsD() )
return false; // pointed vertex must not be deleted
if( HasVHAdjacency(m) )
if( ! (ep->HVp()->VHp()) )
return false; // halfedge points to a vertex pointing NULL
}
ep = ep->HNp();
if( ep->HVp() != epPrev->HOp()->HVp())
return false;
epPrev = ep;
// if(cnt++ > m.hn)
// return false; // edges are ill connected (HENp())
//}while(ep!=ep1);
}
if(HasEHAdjacency(m))
for(EdgeIterator ei = m.edge.begin(); ei != m.edge.end(); ++ei)
{
if(!(*ei).IsD())
{
if( !(*ei).EHp())
return false; //edge must have a valid pointer to his halfedge
if( (*ei).EHp()->HEp() != &(*ei) )
return false; // edge's halfedge must point to the edge itself
if( (*ei).EHp()->IsD())
return false;
}
}
if(HasVHAdjacency(m))
for(VertexIterator vi = m.vert.begin(); vi != m.vert.end(); ++vi)
{
if( !(*vi).IsD() )
if( (*vi).VHp() )
{
if( (*vi).VHp()->HVp() != &(*vi) )
return false;
if( (*vi).VHp()->IsD())
return false;
}
}
return true;
}
/** Set the relations HFp(), FHp() from a loop of edges to a face
*/
private:
static void SetRelationsLoopFace(HEdgeType * e0, FaceType * f){
assert(HEdgeType::HasHNextAdjacency());
assert(FaceType::HasFHAdjacency());
HEdgeType *e = e0;
assert(e!=NULL);
do{ e->HFp() = f; e = e->HNp(); } while(e != e0);
f->FHp() = e0;
}
/**
Merge the two faces. This will probably become a class template or a functor
*/
static void MergeFaces(FaceType *, FaceType *){}
/**
Find previous hedge in the loop
*/
static HEdgeType * PreviousEdge(HEdgeType * e0){
HEdgeType * ep = e0;
do{
if(ep->HNp() == e0) return ep;
ep = ep->HNp();
}while(ep!=e0);
assert(0); // degenerate loop
return 0;
}
public:
/** Adds an edge between the sources of e0 and e1 and set all the topology relations.
If the edges store the pointers to the faces then a new face is created.
<--- e1 ---- X <------e1_HEPp---
^
||
ei0 || ei1
||
v
----e0_HEPp-> X ----- e0 ------>
*/
static void AddHEdge(MeshType &m, HEdgeType * e0, HEdgeType * e1){
HEdgeType *iii =e0->HNp();
assert(e1!=e0->HNp());
assert(e0!=e1->HNp());
HEdgePointer tmp;
bool hasP = MeshType::HEdgeType::HasHPrevAdjacency();
assert(e0->HOp() != e1); // the hedge already exists
assert(e0!=e1->HNp());
std::vector<typename MeshType::HEdgePointer* > toUpdate;
toUpdate.push_back(&e0);
toUpdate.push_back(&e1);
HEdgeIterator ei0 = vcg::tri::Allocator<MeshType>::AddHEdges(m,2,toUpdate);
HEdgeIterator ei1 = ei0; ++ei1;
(*ei0).HNp() = e1;(*ei0).HVp() = e0->HVp();
(*ei1).HNp() = e0;(*ei1).HVp() = e1->HVp();
HEdgePointer e0_HEPp = 0,e1_HEPp = 0,ep =0;
if(hasP){
e0_HEPp = e0->HPp();
e1_HEPp = e1->HPp();
}else{// does not have pointer to previous, it must be computed
ep = e0;
do{
if(ep->HNp() == e0) e0_HEPp = ep;
if(ep->HNp() == e1) e1_HEPp = ep;
ep = ep->HNp();
}while(ep!=e0);
}
if(hasP){
(*ei0).HPp() = e0->HPp();
(*ei1).HPp() = e1->HPp();
e0->HPp() = &(*ei1);
e1->HPp() = &(*ei0);
}
e0_HEPp -> HNp() = &(*ei0);
e1_HEPp -> HNp() = &(*ei1);
(*ei0).HOp() = &(*ei1);
(*ei1).HOp() = &(*ei0);
if( HEdgeType::HasHFAdjacency() && FaceType::HasFHAdjacency()){
FaceIterator fi0 = vcg::tri::Allocator<MeshType>::AddFaces(m,1);
m.face.back().ImportLocal(*e0->HFp());
SetRelationsLoopFace(&(*ei0),e1->HFp()); // one loop to the old face
SetRelationsLoopFace(&(*ei1),&m.face.back()); // the other to the new face
}
}
/** Detach the topology relations of a given edge
<--- e->HENPp -X --- <---------eO_HEPp---
^
||
e || e->HEOp()
||
v
----e_HEPp--> X ----- e->HEOp->HENPp() ------>
*/
static void RemoveHEdge(MeshType &m, HEdgeType * e){
assert(MeshType::HEdgeType::HasHNextAdjacency());
assert(MeshType::HEdgeType::HasHOppAdjacency());
assert(MeshType::FaceType::HasFHAdjacency());
bool hasP = MeshType::HEdgeType::HasHPrevAdjacency();
HEdgePointer e_HEPp,eO_HEPp;
if(hasP){
e_HEPp = e->HPp();
eO_HEPp = e->HOp()->HPp();
}else{
e_HEPp = PreviousEdge(e);
eO_HEPp = PreviousEdge(e->HOp());
}
assert(e_HEPp->HNp() == e);
assert(eO_HEPp->HNp() == e->HOp());
e_HEPp->HNp() = e->HOp()->HNp();
eO_HEPp->HNp() = e-> HNp();
if(hasP) {
e->HOp()->HNp()->HPp() = e_HEPp;
e->HNp()->HPp() = eO_HEPp;
e->HPp() = NULL;
e-> HOp()->HPp() = NULL;
}
// take care of the faces
if(MeshType::HEdgeType::HasHFAdjacency()){
MergeFaces(e_HEPp->HFp(),eO_HEPp->HFp());
vcg::tri::Allocator<MeshType>::DeleteFace(m,*eO_HEPp->HFp());
SetRelationsLoopFace(e_HEPp,e_HEPp->HFp());
}
vcg::tri::Allocator<MeshType>::DeleteHEdge(m,*e->HOp());
vcg::tri::Allocator<MeshType>::DeleteHEdge(m,*e);
}
};// end class
template <class MeshType >
struct UpdateIndexed{
typedef typename MeshType::VertexType VertexType;
typedef typename MeshType::VertexPointer VertexPointer;
typedef typename MeshType::HEdgePointer HEdgePointer;
typedef typename MeshType::HEdgeType HEdgeType;
typedef typename MeshType::HEdgeIterator HEdgeIterator;
typedef typename MeshType::FaceIterator FaceIterator;
typedef typename MeshType::FaceType FaceType;
struct VertexPairEdgePtr{
VertexPairEdgePtr(VertexPointer _v0,VertexPointer _v1,HEdgePointer _ep):v0(_v0),v1(_v1),ep(_ep){if(v0>v1) std::swap(v0,v1);}
const bool operator <(const VertexPairEdgePtr &o) const {return (v0 == o.v0)? (v1<o.v1):(v0<o.v0);}
const bool operator ==(const VertexPairEdgePtr &o) const {return (v0 == o.v0)&& (v1==o.v1);}
VertexPointer v0,v1;
HEdgePointer ep;
};
/**
builds an indexed data structure from a half-edge data structure.
Note: if the half edge have the pointer to face
their relation FV (face-vertex) will be computed and the data possibly stored in the
face will be preserved.
**/
static void FromHalfEdges( MeshType & m ){
assert(HasFVAdjacency(m));
assert(MeshType::HEdgeType::HasHNextAdjacency());
assert(MeshType::HEdgeType::HasHVAdjacency());
assert(MeshType::HEdgeType::HasHOppAdjacency());
assert(MeshType::FaceType::HasFHAdjacency());
bool hasHEF;
//bool createFace,hasHEF,hasFHE;
// typename MeshType::template PerHEdgeAttributeHandle<bool> hV = Allocator<MeshType>::template AddPerHEdgeAttribute<bool>(m,"");
typename MeshType::HEdgeIterator ei;
typename MeshType::FacePointer fp;
typename MeshType::FaceIterator fi;
typename MeshType::HEdgePointer ep,epF;
//int vi = 0;
vcg::SimpleTempData<typename MeshType::HEdgeContainer,bool> hV(m.hedge);
hasHEF = (MeshType::HEdgeType::HasHFAdjacency());
assert( !hasHEF || (hasHEF && m.fn>0));
// if the edgetype has the pointer to face
// it is assumed the the edget2face pointer (HEFp) are correct
// and the faces are allocated
for ( ei = m.hedge.begin(); ei != m.hedge.end(); ++ei)
if(!(*ei).IsD()) // it has not been deleted
if(!hasHEF || ( hasHEF && (*ei).HFp()!=NULL)) // if it has a pointer to the face it is
// not null (i.e. it is not a border edge)
if(!hV[(*ei)] ) // it has not be visited yet
{
if(!hasHEF)// if it has
fp = &(* Allocator<MeshType>::AddFaces(m,1));
else
fp = (*ei).HFp();
ep = epF = &(*ei);
std::vector<VertexPointer> vpts;
do{vpts.push_back((*ep).HVp()); ep=ep->HNp();}while(ep!=epF);
//int idbg =fp->VN();
if(fp->VN() != vpts.size()){
fp->Dealloc();
fp ->Alloc(vpts.size());
}
//int idbg1 =fp->VN();
for(unsigned int i = 0; i < vpts.size();++i) fp ->V(i) = vpts[i];// set the pointer from face to vertex
hV[(*ei)] = true;
}
//Allocator<MeshType>::DeletePerHEdgeAttribute(m,hV);
}
};
} // end namespace vcg
}
#endif // __VCGLIB_EDGE_SUPPORT
| [
"ehames@bitlogic.io"
] | ehames@bitlogic.io |
ee71dc9f09919122d76cfe4adfe2ae257c2fc4f6 | 29bc41d4909557bcdda0cbe403e4419d463e2f33 | /src/Plane.h | bf99671b8916a2a4d1c7ba648c01347a058fce01 | [] | no_license | deepankarawat/AI-assignment-4 | 9bf8df0a31d620844e3cca14db0a037b5ea00631 | 37464e2fd9e8ea0a6a0fa87dd1fcf157c32ee5c9 | refs/heads/master | 2022-12-07T21:51:04.990349 | 2020-08-16T20:50:45 | 2020-08-16T20:50:45 | 288,022,593 | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 377 | h | #pragma once
#ifndef __PLANE__
#define __PLANE__
#include "Sprite.h"
class Plane final : public Sprite
{
public:
Plane();
~Plane();
// Life Cycle Functions
virtual void draw() override;
virtual void update() override;
void setAngle(float angle);
virtual void clean() override;
private:
void m_buildAnimations();
float m_angle;
};
#endif /* defined (__PLANE__) */
| [
"56966784+deepankarawat@users.noreply.github.com"
] | 56966784+deepankarawat@users.noreply.github.com |
8cf9c8b2ce23b2e790137c4818fac6a259ecc16e | 0db0bff5306054256404f56c35c480b57788a1b1 | /scheme/scheme.cpp | 90d56ec51277ee43f85824deda3fe9f22a546e67 | [
"BSD-3-Clause"
] | permissive | applsdev/nomadic-engine | 4df5989539e4b4e15c16f17482b6df156b9d6bcc | 27cffc5819cbd8c8c2ed8da9b7219df6e1155ffa | refs/heads/master | 2021-01-24T05:15:05.497948 | 2013-01-01T19:37:00 | 2013-01-01T19:37:00 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 146,401 | cpp | /* T I N Y S C H E M E 1 . 3 9
* Dimitrios Souflis (dsouflis@acm.org)
* Based on MiniScheme (original credits follow)
* (MINISCM) coded by Atsushi Moriwaki (11/5/1989)
* (MINISCM) E-MAIL : moriwaki@kurims.kurims.kyoto-u.ac.jp
* (MINISCM) This version has been modified by R.C. Secrist.
* (MINISCM)
* (MINISCM) Mini-Scheme is now maintained by Akira KIDA.
* (MINISCM)
* (MINISCM) This is a revised and modified version by Akira KIDA.
* (MINISCM) current version is 0.85k4 (15 May 1994)
*
*/
#define _SCHEME_SOURCE
#include "scheme-private.h"
#ifndef WIN32
# include <unistd.h>
#endif
#ifdef WIN32
#define snprintf _snprintf
#endif
#if USE_DL
# include "dynload.h"
#endif
#if USE_MATH
# include <math.h>
#endif
#include <limits.h>
#include <float.h>
#include <ctype.h>
#include "../engine/engine.h"
#include "../core/geometry.h"
#ifdef _EE
#define USE_STRLWR 0
#define USE_STRCASECMP 0
#endif
#if USE_STRCASECMP
#include <strings.h>
# ifndef __APPLE__
# define stricmp strcasecmp
# endif
#endif
/* Used for documentation purposes, to signal functions in 'interface' */
#define INTERFACE
#define TOK_EOF (-1)
#define TOK_LPAREN 0
#define TOK_RPAREN 1
#define TOK_DOT 2
#define TOK_ATOM 3
#define TOK_QUOTE 4
#define TOK_COMMENT 5
#define TOK_DQUOTE 6
#define TOK_BQUOTE 7
#define TOK_COMMA 8
#define TOK_ATMARK 9
#define TOK_SHARP 10
#define TOK_SHARP_CONST 11
#define TOK_VEC 12
# define BACKQUOTE '`'
/*
* Basic memory allocation units
*/
#define banner "TinyScheme 1.39"
#include <string.h>
#include <stdlib.h>
#ifdef __APPLE__
static int stricmp(const char *s1, const char *s2)
{
unsigned char c1, c2;
do {
c1 = tolower(*s1);
c2 = tolower(*s2);
if (c1 < c2)
return -1;
else if (c1 > c2)
return 1;
s1++, s2++;
} while (c1 != 0);
return 0;
}
#endif /* __APPLE__ */
#if USE_STRLWR
static const char *strlwr(char *s) {
const char *p=s;
while(*s) {
*s=tolower(*s);
s++;
}
return p;
}
#endif
#ifndef prompt
# define prompt "ts> "
#endif
#ifndef InitFile
# define InitFile "init.scm"
#endif
#ifndef FIRST_CELLSEGS
# define FIRST_CELLSEGS 3
#endif
enum scheme_types {
T_STRING=1,
T_NUMBER=2,
T_SYMBOL=3,
T_PROC=4,
T_PAIR=5,
T_CLOSURE=6,
T_CONTINUATION=7,
T_FOREIGN=8,
T_CHARACTER=9,
T_PORT=10,
T_VECTOR=11,
T_MACRO=12,
T_PROMISE=13,
T_ENVIRONMENT=14,
T_LAST_SYSTEM_TYPE=14
};
/* ADJ is enough slack to align cells in a TYPE_BITS-bit boundary */
#define ADJ 32
#define TYPE_BITS 5
#define T_MASKTYPE 31 /* 0000000000011111 */
#define T_SYNTAX 4096 /* 0001000000000000 */
#define T_IMMUTABLE 8192 /* 0010000000000000 */
#define T_ATOM 16384 /* 0100000000000000 */ /* only for gc */
#define CLRATOM 49151 /* 1011111111111111 */ /* only for gc */
#define MARK 32768 /* 1000000000000000 */
#define UNMARK 32767 /* 0111111111111111 */
static num num_add(num a, num b);
static num num_mul(num a, num b);
static num num_div(num a, num b);
static num num_intdiv(num a, num b);
static num num_sub(num a, num b);
static num num_rem(num a, num b);
static num num_mod(num a, num b);
static int num_eq(num a, num b);
static int num_gt(num a, num b);
static int num_ge(num a, num b);
static int num_lt(num a, num b);
static int num_le(num a, num b);
#if USE_MATH
static double round_per_R5RS(double x);
#endif
static int is_zero_double(double x);
static INLINE int num_is_integer(pointer p) {
return ((p)->_object._number.is_fixnum);
}
static num num_zero;
static num num_one;
/* macros for cell operations */
#define typeflag(p) ((p)->_flag)
#define type(p) (typeflag(p)&T_MASKTYPE)
INTERFACE INLINE int is_string(pointer p) { return (type(p)==T_STRING); }
#define strvalue(p) ((p)->_object._string._svalue)
#define strlength(p) ((p)->_object._string._length)
INTERFACE static int is_list(scheme *sc, pointer p);
INTERFACE INLINE int is_vector(pointer p) { return (type(p)==T_VECTOR); }
INTERFACE static void fill_vector(pointer vec, pointer obj);
INTERFACE static pointer vector_elem(pointer vec, int ielem);
INTERFACE static pointer set_vector_elem(pointer vec, int ielem, pointer a);
INTERFACE INLINE int is_number(pointer p) { return (type(p)==T_NUMBER); }
INTERFACE INLINE int is_integer(pointer p) {
return is_number(p) && ((p)->_object._number.is_fixnum);
}
INTERFACE INLINE int is_real(pointer p) {
return is_number(p) && (!(p)->_object._number.is_fixnum);
}
INTERFACE INLINE int is_character(pointer p) { return (type(p)==T_CHARACTER); }
INTERFACE INLINE char *string_value(pointer p) { return strvalue(p); }
INLINE num nvalue(pointer p) { return ((p)->_object._number); }
INTERFACE long ivalue(pointer p) { return (num_is_integer(p)?(p)->_object._number.value.ivalue:(long)(p)->_object._number.value.rvalue); }
INTERFACE double rvalue(pointer p) { return (!num_is_integer(p)?(p)->_object._number.value.rvalue:(double)(p)->_object._number.value.ivalue); }
#define ivalue_unchecked(p) ((p)->_object._number.value.ivalue)
#define rvalue_unchecked(p) ((p)->_object._number.value.rvalue)
#define set_num_integer(p) (p)->_object._number.is_fixnum=1;
#define set_num_real(p) (p)->_object._number.is_fixnum=0;
INTERFACE long charvalue(pointer p) { return ivalue_unchecked(p); }
INTERFACE INLINE int is_port(pointer p) { return (type(p)==T_PORT); }
INTERFACE INLINE int is_inport(pointer p) { return is_port(p) && p->_object._port->kind & port_input; }
INTERFACE INLINE int is_outport(pointer p) { return is_port(p) && p->_object._port->kind & port_output; }
INTERFACE INLINE int is_pair(pointer p) { return (type(p)==T_PAIR); }
#define car(p) ((p)->_object._cons._car)
#define cdr(p) ((p)->_object._cons._cdr)
INTERFACE pointer pair_car(pointer p) { return car(p); }
INTERFACE pointer pair_cdr(pointer p) { return cdr(p); }
INTERFACE pointer set_car(pointer p, pointer q) { return car(p)=q; }
INTERFACE pointer set_cdr(pointer p, pointer q) { return cdr(p)=q; }
INTERFACE INLINE int is_symbol(pointer p) { return (type(p)==T_SYMBOL); }
INTERFACE INLINE char *symname(pointer p) { return strvalue(car(p)); }
#if USE_PLIST
SCHEME_EXPORT INLINE int hasprop(pointer p) { return (typeflag(p)&T_SYMBOL); }
#define symprop(p) cdr(p)
#endif
INTERFACE INLINE int is_syntax(pointer p) { return (typeflag(p)&T_SYNTAX); }
INTERFACE INLINE int is_proc(pointer p) { return (type(p)==T_PROC); }
INTERFACE INLINE int is_foreign(pointer p) { return (type(p)==T_FOREIGN); }
INTERFACE INLINE char *syntaxname(pointer p) { return strvalue(car(p)); }
#define procnum(p) ivalue(p)
static const char *procname(pointer x);
INTERFACE INLINE int is_closure(pointer p) { return (type(p)==T_CLOSURE); }
INTERFACE INLINE int is_macro(pointer p) { return (type(p)==T_MACRO); }
INTERFACE INLINE pointer closure_code(pointer p) { return car(p); }
INTERFACE INLINE pointer closure_env(pointer p) { return cdr(p); }
INTERFACE INLINE int is_continuation(pointer p) { return (type(p)==T_CONTINUATION); }
#define cont_dump(p) cdr(p)
/* To do: promise should be forced ONCE only */
INTERFACE INLINE int is_promise(pointer p) { return (type(p)==T_PROMISE); }
INTERFACE INLINE int is_environment(pointer p) { return (type(p)==T_ENVIRONMENT); }
#define setenvironment(p) typeflag(p) = T_ENVIRONMENT
#define is_atom(p) (typeflag(p)&T_ATOM)
#define setatom(p) typeflag(p) |= T_ATOM
#define clratom(p) typeflag(p) &= CLRATOM
#define is_mark(p) (typeflag(p)&MARK)
#define setmark(p) typeflag(p) |= MARK
#define clrmark(p) typeflag(p) &= UNMARK
INTERFACE INLINE int is_immutable(pointer p) { return (typeflag(p)&T_IMMUTABLE); }
/*#define setimmutable(p) typeflag(p) |= T_IMMUTABLE*/
INTERFACE INLINE void setimmutable(pointer p) { typeflag(p) |= T_IMMUTABLE; }
#define caar(p) car(car(p))
#define cadr(p) car(cdr(p))
#define cdar(p) cdr(car(p))
#define cddr(p) cdr(cdr(p))
#define cadar(p) car(cdr(car(p)))
#define caddr(p) car(cdr(cdr(p)))
#define cdaar(p) cdr(car(car(p)))
#define cadaar(p) car(cdr(car(car(p))))
#define cadddr(p) car(cdr(cdr(cdr(p))))
#define cddddr(p) cdr(cdr(cdr(cdr(p))))
#if USE_CHAR_CLASSIFIERS
static INLINE int Cisalpha(int c) { return isascii(c) && isalpha(c); }
static INLINE int Cisdigit(int c) { return isascii(c) && isdigit(c); }
static INLINE int Cisspace(int c) { return isascii(c) && isspace(c); }
static INLINE int Cisupper(int c) { return isascii(c) && isupper(c); }
static INLINE int Cislower(int c) { return isascii(c) && islower(c); }
#endif
#if USE_ASCII_NAMES
static const char *charnames[32]={
"nul",
"soh",
"stx",
"etx",
"eot",
"enq",
"ack",
"bel",
"bs",
"ht",
"lf",
"vt",
"ff",
"cr",
"so",
"si",
"dle",
"dc1",
"dc2",
"dc3",
"dc4",
"nak",
"syn",
"etb",
"can",
"em",
"sub",
"esc",
"fs",
"gs",
"rs",
"us"
};
static int is_ascii_name(const char *name, int *pc) {
int i;
for(i=0; i<32; i++) {
if(stricmp(name,charnames[i])==0) {
*pc=i;
return 1;
}
}
if(stricmp(name,"del")==0) {
*pc=127;
return 1;
}
return 0;
}
#endif
static int file_push(scheme *sc, const char *fname);
static void file_pop(scheme *sc);
static int file_interactive(scheme *sc);
static INLINE int is_one_of(char *s, int c);
static int alloc_cellseg(scheme *sc, int n);
static long binary_decode(const char *s);
static INLINE pointer get_cell(scheme *sc, pointer a, pointer b);
static pointer _get_cell(scheme *sc, pointer a, pointer b);
static pointer reserve_cells(scheme *sc, int n);
static pointer get_consecutive_cells(scheme *sc, int n);
static pointer find_consecutive_cells(scheme *sc, int n);
static void finalize_cell(scheme *sc, pointer a);
static int count_consecutive_cells(pointer x, int needed);
static pointer find_slot_in_env(scheme *sc, pointer env, pointer sym, int all);
static pointer mk_number(scheme *sc, num n);
static char *store_string(scheme *sc, int len, const char *str, char fill);
static pointer mk_vector(scheme *sc, int len);
static pointer mk_atom(scheme *sc, char *q);
static pointer mk_sharp_const(scheme *sc, char *name);
static pointer mk_port(scheme *sc, port *p);
static pointer port_from_filename(scheme *sc, const char *fn, int prop);
static pointer port_from_file(scheme *sc, FILE *, int prop);
static pointer port_from_string(scheme *sc, char *start, char *past_the_end, int prop);
static port *port_rep_from_filename(scheme *sc, const char *fn, int prop);
static port *port_rep_from_file(scheme *sc, FILE *, int prop);
static port *port_rep_from_string(scheme *sc, char *start, char *past_the_end, int prop);
static void port_close(scheme *sc, pointer p, int flag);
static void mark(pointer a);
static void gc(scheme *sc, pointer a, pointer b);
static int basic_inchar(port *pt);
static int inchar(scheme *sc);
static void backchar(scheme *sc, int c);
static char *readstr_upto(scheme *sc, char *delim);
static pointer readstrexp(scheme *sc);
static INLINE int skipspace(scheme *sc);
static int token(scheme *sc);
static void printslashstring(scheme *sc, char *s, int len);
static void atom2str(scheme *sc, pointer l, int f, char **pp, int *plen);
static void printatom(scheme *sc, pointer l, int f);
static pointer mk_proc(scheme *sc, enum scheme_opcodes op);
static pointer mk_closure(scheme *sc, pointer c, pointer e);
static pointer mk_continuation(scheme *sc, pointer d);
static pointer reverse(scheme *sc, pointer a);
static pointer reverse_in_place(scheme *sc, pointer term, pointer list);
static pointer append(scheme *sc, pointer a, pointer b);
static void dump_stack_mark(scheme *);
static pointer opexe_0(scheme *sc, enum scheme_opcodes op);
static pointer opexe_1(scheme *sc, enum scheme_opcodes op);
static pointer opexe_2(scheme *sc, enum scheme_opcodes op);
static pointer opexe_3(scheme *sc, enum scheme_opcodes op);
static pointer opexe_4(scheme *sc, enum scheme_opcodes op);
static pointer opexe_5(scheme *sc, enum scheme_opcodes op);
static pointer opexe_6(scheme *sc, enum scheme_opcodes op);
static void Eval_Cycle(scheme *sc, enum scheme_opcodes op);
static void assign_syntax(scheme *sc, char *name);
static int syntaxnum(pointer p);
static void assign_proc(scheme *sc, enum scheme_opcodes, char *name);
#define num_ivalue(n) (n.is_fixnum?(n).value.ivalue:(long)(n).value.rvalue)
#define num_rvalue(n) (!n.is_fixnum?(n).value.rvalue:(double)(n).value.ivalue)
static num num_add(num a, num b) {
num ret;
ret.is_fixnum=a.is_fixnum && b.is_fixnum;
if(ret.is_fixnum) {
ret.value.ivalue= a.value.ivalue+b.value.ivalue;
} else {
ret.value.rvalue=num_rvalue(a)+num_rvalue(b);
}
return ret;
}
static num num_mul(num a, num b) {
num ret;
ret.is_fixnum=a.is_fixnum && b.is_fixnum;
if(ret.is_fixnum) {
ret.value.ivalue= a.value.ivalue*b.value.ivalue;
} else {
ret.value.rvalue=num_rvalue(a)*num_rvalue(b);
}
return ret;
}
static num num_div(num a, num b) {
num ret;
ret.is_fixnum=a.is_fixnum && b.is_fixnum && a.value.ivalue%b.value.ivalue==0;
if(ret.is_fixnum) {
ret.value.ivalue= a.value.ivalue/b.value.ivalue;
} else {
ret.value.rvalue=num_rvalue(a)/num_rvalue(b);
}
return ret;
}
static num num_intdiv(num a, num b) {
num ret;
ret.is_fixnum=a.is_fixnum && b.is_fixnum;
if(ret.is_fixnum) {
ret.value.ivalue= a.value.ivalue/b.value.ivalue;
} else {
ret.value.rvalue=num_rvalue(a)/num_rvalue(b);
}
return ret;
}
static num num_sub(num a, num b) {
num ret;
ret.is_fixnum=a.is_fixnum && b.is_fixnum;
if(ret.is_fixnum) {
ret.value.ivalue= a.value.ivalue-b.value.ivalue;
} else {
ret.value.rvalue=num_rvalue(a)-num_rvalue(b);
}
return ret;
}
static num num_rem(num a, num b) {
num ret;
long e1, e2, res;
ret.is_fixnum=a.is_fixnum && b.is_fixnum;
e1=num_ivalue(a);
e2=num_ivalue(b);
res=e1%e2;
/* modulo should have same sign as second operand */
if (res > 0) {
if (e1 < 0) {
res -= labs(e2);
}
} else if (res < 0) {
if (e1 > 0) {
res += labs(e2);
}
}
ret.value.ivalue=res;
return ret;
}
static num num_mod(num a, num b) {
num ret;
long e1, e2, res;
ret.is_fixnum=a.is_fixnum && b.is_fixnum;
e1=num_ivalue(a);
e2=num_ivalue(b);
res=e1%e2;
if(res*e2<0) { /* modulo should have same sign as second operand */
e2=labs(e2);
if(res>0) {
res-=e2;
} else {
res+=e2;
}
}
ret.value.ivalue=res;
return ret;
}
static int num_eq(num a, num b) {
int ret;
int is_fixnum=a.is_fixnum && b.is_fixnum;
if(is_fixnum) {
ret= a.value.ivalue==b.value.ivalue;
} else {
ret=num_rvalue(a)==num_rvalue(b);
}
return ret;
}
static int num_gt(num a, num b) {
int ret;
int is_fixnum=a.is_fixnum && b.is_fixnum;
if(is_fixnum) {
ret= a.value.ivalue>b.value.ivalue;
} else {
ret=num_rvalue(a)>num_rvalue(b);
}
return ret;
}
static int num_ge(num a, num b) {
return !num_lt(a,b);
}
static int num_lt(num a, num b) {
int ret;
int is_fixnum=a.is_fixnum && b.is_fixnum;
if(is_fixnum) {
ret= a.value.ivalue<b.value.ivalue;
} else {
ret=num_rvalue(a)<num_rvalue(b);
}
return ret;
}
static int num_le(num a, num b) {
return !num_gt(a,b);
}
#if USE_MATH
/* Round to nearest. Round to even if midway */
static double round_per_R5RS(double x) {
double fl=floor(x);
double ce=ceil(x);
double dfl=x-fl;
double dce=ce-x;
if(dfl>dce) {
return ce;
} else if(dfl<dce) {
return fl;
} else {
if(fmod(fl,2.0)==0.0) { /* I imagine this holds */
return fl;
} else {
return ce;
}
}
}
#endif
static int is_zero_double(double x) {
return x<DBL_MIN && x>-DBL_MIN;
}
static long binary_decode(const char *s) {
long x=0;
while(*s!=0 && (*s=='1' || *s=='0')) {
x<<=1;
x+=*s-'0';
s++;
}
return x;
}
/* allocate new cell segment */
static int alloc_cellseg(scheme *sc, int n) {
pointer newp;
pointer last;
pointer p;
char *cp;
long i;
int k;
int adj=ADJ;
if(adj<sizeof(struct cell)) {
adj=sizeof(struct cell);
}
for (k = 0; k < n; k++) {
if (sc->last_cell_seg >= CELL_NSEGMENT - 1)
return k;
cp = (char*) sc->malloc(CELL_SEGSIZE * sizeof(struct cell)+adj);
if (cp == 0)
return k;
i = ++sc->last_cell_seg ;
sc->alloc_seg[i] = cp;
/* adjust in TYPE_BITS-bit boundary */
if(((unsigned long)cp)%adj!=0) {
cp=(char*)(adj*((unsigned long)cp/adj+1));
}
/* insert new segment in address order */
newp=(pointer)cp;
sc->cell_seg[i] = newp;
while (i > 0 && sc->cell_seg[i - 1] > sc->cell_seg[i]) {
p = sc->cell_seg[i];
sc->cell_seg[i] = sc->cell_seg[i - 1];
sc->cell_seg[--i] = p;
}
sc->fcells += CELL_SEGSIZE;
last = newp + CELL_SEGSIZE - 1;
for (p = newp; p <= last; p++) {
typeflag(p) = 0;
cdr(p) = p + 1;
car(p) = sc->NIL;
}
/* insert new cells in address order on free list */
if (sc->free_cell == sc->NIL || p < sc->free_cell) {
cdr(last) = sc->free_cell;
sc->free_cell = newp;
} else {
p = sc->free_cell;
while (cdr(p) != sc->NIL && newp > cdr(p))
p = cdr(p);
cdr(last) = cdr(p);
cdr(p) = newp;
}
}
return n;
}
static INLINE pointer get_cell_x(scheme *sc, pointer a, pointer b) {
if (sc->free_cell != sc->NIL) {
pointer x = sc->free_cell;
sc->free_cell = cdr(x);
--sc->fcells;
return (x);
}
return _get_cell (sc, a, b);
}
/* get new cell. parameter a, b is marked by gc. */
static pointer _get_cell(scheme *sc, pointer a, pointer b) {
pointer x;
if(sc->no_memory) {
return sc->sink;
}
if (sc->free_cell == sc->NIL) {
const int min_to_be_recovered = sc->last_cell_seg*8;
gc(sc,a, b);
if (sc->fcells < min_to_be_recovered
|| sc->free_cell == sc->NIL) {
/* if only a few recovered, get more to avoid fruitless gc's */
if (!alloc_cellseg(sc,1) && sc->free_cell == sc->NIL) {
sc->no_memory=1;
return sc->sink;
}
}
}
x = sc->free_cell;
sc->free_cell = cdr(x);
--sc->fcells;
return (x);
}
/* make sure that there is a given number of cells free */
static pointer reserve_cells(scheme *sc, int n) {
if(sc->no_memory) {
return sc->NIL;
}
/* Are there enough cells available? */
if (sc->fcells < n) {
/* If not, try gc'ing some */
gc(sc, sc->NIL, sc->NIL);
if (sc->fcells < n) {
/* If there still aren't, try getting more heap */
if (!alloc_cellseg(sc,1)) {
sc->no_memory=1;
return sc->NIL;
}
}
if (sc->fcells < n) {
/* If all fail, report failure */
sc->no_memory=1;
return sc->NIL;
}
}
return (sc->T);
}
static pointer get_consecutive_cells(scheme *sc, int n) {
pointer x;
if(sc->no_memory) { return sc->sink; }
/* Are there any cells available? */
x=find_consecutive_cells(sc,n);
if (x != sc->NIL) { return x; }
/* If not, try gc'ing some */
gc(sc, sc->NIL, sc->NIL);
x=find_consecutive_cells(sc,n);
if (x != sc->NIL) { return x; }
/* If there still aren't, try getting more heap */
if (!alloc_cellseg(sc,1))
{
sc->no_memory=1;
return sc->sink;
}
x=find_consecutive_cells(sc,n);
if (x != sc->NIL) { return x; }
/* If all fail, report failure */
sc->no_memory=1;
return sc->sink;
}
static int count_consecutive_cells(pointer x, int needed) {
int n=1;
while(cdr(x)==x+1) {
x=cdr(x);
n++;
if(n>needed) return n;
}
return n;
}
static pointer find_consecutive_cells(scheme *sc, int n) {
pointer *pp;
int cnt;
pp=&sc->free_cell;
while(*pp!=sc->NIL) {
cnt=count_consecutive_cells(*pp,n);
if(cnt>=n) {
pointer x=*pp;
*pp=cdr(*pp+n-1);
sc->fcells -= n;
return x;
}
pp=&cdr(*pp+cnt-1);
}
return sc->NIL;
}
/* To retain recent allocs before interpreter knows about them -
Tehom */
static void push_recent_alloc(scheme *sc, pointer recent, pointer extra)
{
pointer holder = get_cell_x(sc, recent, extra);
typeflag(holder) = T_PAIR | T_IMMUTABLE;
car(holder) = recent;
cdr(holder) = car(sc->sink);
car(sc->sink) = holder;
}
static pointer get_cell(scheme *sc, pointer a, pointer b)
{
pointer cell = get_cell_x(sc, a, b);
/* For right now, include "a" and "b" in "cell" so that gc doesn't
think they are garbage. */
/* Tentatively record it as a pair so gc understands it. */
typeflag(cell) = T_PAIR;
car(cell) = a;
cdr(cell) = b;
push_recent_alloc(sc, cell, sc->NIL);
return cell;
}
static pointer get_vector_object(scheme *sc, int len, pointer init)
{
pointer cells = get_consecutive_cells(sc,len/2+len%2+1);
if(sc->no_memory) { return sc->sink; }
/* Record it as a vector so that gc understands it. */
typeflag(cells) = (T_VECTOR | T_ATOM);
ivalue_unchecked(cells)=len;
set_num_integer(cells);
fill_vector(cells,init);
push_recent_alloc(sc, cells, sc->NIL);
return cells;
}
static INLINE void ok_to_freely_gc(scheme *sc)
{
car(sc->sink) = sc->NIL;
}
#if defined TSGRIND
static void check_cell_alloced(pointer p, int expect_alloced)
{
/* Can't use putstr(sc,str) because callers have no access to
sc. */
if(typeflag(p) & !expect_alloced)
{
fprintf(stderr,"Cell is already allocated!\n");
}
if(!(typeflag(p)) & expect_alloced)
{
fprintf(stderr,"Cell is not allocated!\n");
}
}
static void check_range_alloced(pointer p, int n, int expect_alloced)
{
int i;
for(i = 0;i<n;i++)
{ (void)check_cell_alloced(p+i,expect_alloced); }
}
#endif
/* Medium level cell allocation */
/* get new cons cell */
pointer _cons(scheme *sc, pointer a, pointer b, int immutable) {
pointer x = get_cell(sc,a, b);
typeflag(x) = T_PAIR;
if(immutable) {
setimmutable(x);
}
car(x) = a;
cdr(x) = b;
return (x);
}
/* ========== oblist implementation ========== */
#ifndef USE_OBJECT_LIST
static int hash_fn(const char *key, int table_size);
static pointer oblist_initial_value(scheme *sc)
{
return mk_vector(sc, 461); /* probably should be bigger */
}
/* returns the new symbol */
static pointer oblist_add_by_name(scheme *sc, const char *name)
{
pointer x;
int location;
x = immutable_cons(sc, mk_string(sc, name), sc->NIL);
typeflag(x) = T_SYMBOL;
setimmutable(car(x));
location = hash_fn(name, ivalue_unchecked(sc->oblist));
set_vector_elem(sc->oblist, location,
immutable_cons(sc, x, vector_elem(sc->oblist, location)));
return x;
}
static INLINE pointer oblist_find_by_name(scheme *sc, const char *name)
{
int location;
pointer x;
char *s;
location = hash_fn(name, ivalue_unchecked(sc->oblist));
for (x = vector_elem(sc->oblist, location); x != sc->NIL; x = cdr(x)) {
s = symname(car(x));
/* case-insensitive, per R5RS section 2. */
if(stricmp(name, s) == 0) {
return car(x);
}
}
return sc->NIL;
}
static pointer oblist_all_symbols(scheme *sc)
{
int i;
pointer x;
pointer ob_list = sc->NIL;
for (i = 0; i < ivalue_unchecked(sc->oblist); i++) {
for (x = vector_elem(sc->oblist, i); x != sc->NIL; x = cdr(x)) {
ob_list = cons(sc, x, ob_list);
}
}
return ob_list;
}
#else
static pointer oblist_initial_value(scheme *sc)
{
return sc->NIL;
}
static INLINE pointer oblist_find_by_name(scheme *sc, const char *name)
{
pointer x;
char *s;
for (x = sc->oblist; x != sc->NIL; x = cdr(x)) {
s = symname(car(x));
/* case-insensitive, per R5RS section 2. */
if(stricmp(name, s) == 0) {
return car(x);
}
}
return sc->NIL;
}
/* returns the new symbol */
static pointer oblist_add_by_name(scheme *sc, const char *name)
{
pointer x;
x = immutable_cons(sc, mk_string(sc, name), sc->NIL);
typeflag(x) = T_SYMBOL;
setimmutable(car(x));
sc->oblist = immutable_cons(sc, x, sc->oblist);
return x;
}
static pointer oblist_all_symbols(scheme *sc)
{
return sc->oblist;
}
#endif
static pointer mk_port(scheme *sc, port *p) {
pointer x = get_cell(sc, sc->NIL, sc->NIL);
typeflag(x) = T_PORT|T_ATOM;
x->_object._port=p;
return (x);
}
pointer mk_foreign_func(scheme *sc, foreign_func f) {
pointer x = get_cell(sc, sc->NIL, sc->NIL);
typeflag(x) = (T_FOREIGN | T_ATOM);
x->_object._ff=f;
return (x);
}
INTERFACE pointer mk_character(scheme *sc, int c) {
pointer x = get_cell(sc,sc->NIL, sc->NIL);
typeflag(x) = (T_CHARACTER | T_ATOM);
ivalue_unchecked(x)= c;
set_num_integer(x);
return (x);
}
/* get number atom (integer) */
INTERFACE pointer mk_integer(scheme *sc, long num) {
pointer x = get_cell(sc,sc->NIL, sc->NIL);
typeflag(x) = (T_NUMBER | T_ATOM);
ivalue_unchecked(x)= num;
set_num_integer(x);
return (x);
}
INTERFACE pointer mk_real(scheme *sc, double n) {
pointer x = get_cell(sc,sc->NIL, sc->NIL);
typeflag(x) = (T_NUMBER | T_ATOM);
rvalue_unchecked(x)= n;
set_num_real(x);
return (x);
}
static pointer mk_number(scheme *sc, num n) {
if(n.is_fixnum) {
return mk_integer(sc,n.value.ivalue);
} else {
return mk_real(sc,n.value.rvalue);
}
}
/* allocate name to string area */
static char *store_string(scheme *sc, int len_str, const char *str, char fill) {
char *q;
q=(char*)sc->malloc(len_str+1);
if(q==0) {
sc->no_memory=1;
return sc->strbuff;
}
if(str!=0) {
snprintf(q, len_str+1, "%s", str);
} else {
memset(q, fill, len_str);
q[len_str]=0;
}
return (q);
}
/* get new string */
INTERFACE pointer mk_string(scheme *sc, const char *str) {
return mk_counted_string(sc,str,strlen(str));
}
INTERFACE pointer mk_counted_string(scheme *sc, const char *str, int len) {
pointer x = get_cell(sc, sc->NIL, sc->NIL);
typeflag(x) = (T_STRING | T_ATOM);
strvalue(x) = store_string(sc,len,str,0);
strlength(x) = len;
return (x);
}
INTERFACE pointer mk_empty_string(scheme *sc, int len, char fill) {
pointer x = get_cell(sc, sc->NIL, sc->NIL);
typeflag(x) = (T_STRING | T_ATOM);
strvalue(x) = store_string(sc,len,0,fill);
strlength(x) = len;
return (x);
}
INTERFACE static pointer mk_vector(scheme *sc, int len)
{ return get_vector_object(sc,len,sc->NIL); }
INTERFACE static void fill_vector(pointer vec, pointer obj) {
int i;
int num=ivalue(vec)/2+ivalue(vec)%2;
for(i=0; i<num; i++) {
typeflag(vec+1+i) = T_PAIR;
setimmutable(vec+1+i);
car(vec+1+i)=obj;
cdr(vec+1+i)=obj;
}
}
INTERFACE static pointer vector_elem(pointer vec, int ielem) {
int n=ielem/2;
if(ielem%2==0) {
return car(vec+1+n);
} else {
return cdr(vec+1+n);
}
}
INTERFACE static pointer set_vector_elem(pointer vec, int ielem, pointer a) {
int n=ielem/2;
if(ielem%2==0) {
return car(vec+1+n)=a;
} else {
return cdr(vec+1+n)=a;
}
}
/* get new symbol */
INTERFACE pointer mk_symbol(scheme *sc, const char *name) {
pointer x;
/* first check oblist */
x = oblist_find_by_name(sc, name);
if (x != sc->NIL) {
return (x);
} else {
x = oblist_add_by_name(sc, name);
return (x);
}
}
INTERFACE pointer gensym(scheme *sc) {
pointer x;
char name[40];
for(; sc->gensym_cnt<LONG_MAX; sc->gensym_cnt++) {
snprintf(name,40,"gensym-%ld",sc->gensym_cnt);
/* first check oblist */
x = oblist_find_by_name(sc, name);
if (x != sc->NIL) {
continue;
} else {
x = oblist_add_by_name(sc, name);
return (x);
}
}
return sc->NIL;
}
/* make symbol or number atom from string */
static pointer mk_atom(scheme *sc, char *q) {
char c, *p;
int has_dec_point=0;
int has_fp_exp = 0;
#if USE_COLON_HOOK
if((p=strstr(q,"::"))!=0) {
*p=0;
return cons(sc, sc->COLON_HOOK,
cons(sc,
cons(sc,
sc->QUOTE,
cons(sc, mk_atom(sc,p+2), sc->NIL)),
cons(sc, mk_symbol(sc,strlwr(q)), sc->NIL)));
}
#endif
p = q;
c = *p++;
if ((c == '+') || (c == '-')) {
c = *p++;
if (c == '.') {
has_dec_point=1;
c = *p++;
}
if (!isdigit(c)) {
return (mk_symbol(sc, strlwr(q)));
}
} else if (c == '.') {
has_dec_point=1;
c = *p++;
if (!isdigit(c)) {
return (mk_symbol(sc, strlwr(q)));
}
} else if (!isdigit(c)) {
return (mk_symbol(sc, strlwr(q)));
}
for ( ; (c = *p) != 0; ++p) {
if (!isdigit(c)) {
if(c=='.') {
if(!has_dec_point) {
has_dec_point=1;
continue;
}
}
else if ((c == 'e') || (c == 'E')) {
if(!has_fp_exp) {
has_dec_point = 1; /* decimal point illegal
from now on */
p++;
if ((*p == '-') || (*p == '+') || isdigit(*p)) {
continue;
}
}
}
return (mk_symbol(sc, strlwr(q)));
}
}
if(has_dec_point) {
return mk_real(sc,atof(q));
}
return (mk_integer(sc, atol(q)));
}
/* make constant */
static pointer mk_sharp_const(scheme *sc, char *name) {
long x;
char tmp[STRBUFFSIZE];
if (!strcmp(name, "t"))
return (sc->T);
else if (!strcmp(name, "f"))
return (sc->F);
else if (*name == 'o') {/* #o (octal) */
snprintf(tmp, STRBUFFSIZE, "0%s", name+1);
sscanf(tmp, "%lo", &x);
return (mk_integer(sc, x));
} else if (*name == 'd') { /* #d (decimal) */
sscanf(name+1, "%ld", &x);
return (mk_integer(sc, x));
} else if (*name == 'x') { /* #x (hex) */
snprintf(tmp, STRBUFFSIZE, "0x%s", name+1);
sscanf(tmp, "%lx", &x);
return (mk_integer(sc, x));
} else if (*name == 'b') { /* #b (binary) */
x = binary_decode(name+1);
return (mk_integer(sc, x));
} else if (*name == '\\') { /* #\w (character) */
int c=0;
if(stricmp(name+1,"space")==0) {
c=' ';
} else if(stricmp(name+1,"newline")==0) {
c='\n';
} else if(stricmp(name+1,"return")==0) {
c='\r';
} else if(stricmp(name+1,"backspace")==0) {
c='\b';
} else if(stricmp(name+1,"tab")==0) {
c='\t';
} else if(name[1]=='x' && name[2]!=0) {
int c1=0;
if(sscanf(name+2,"%x",&c1)==1 && c1 < UCHAR_MAX) {
c=c1;
} else {
return sc->NIL;
}
#if USE_ASCII_NAMES
} else if(is_ascii_name(name+1,&c)) {
/* nothing */
#endif
} else if(name[2]==0) {
c=name[1];
} else {
return sc->NIL;
}
return mk_character(sc,c);
} else
return (sc->NIL);
}
/* ========== garbage collector ========== */
/*--
* We use algorithm E (Knuth, The Art of Computer Programming Vol.1,
* sec. 2.3.5), the Schorr-Deutsch-Waite link-inversion algorithm,
* for marking.
*/
static void mark(pointer a) {
pointer t, q, p;
t = (pointer) 0;
p = a;
E2: setmark(p);
if(is_vector(p)) {
int i;
int num=ivalue_unchecked(p)/2+ivalue_unchecked(p)%2;
for(i=0; i<num; i++) {
/* Vector cells will be treated like ordinary cells */
mark(p+1+i);
}
}
if (is_atom(p))
goto E6;
/* E4: down car */
q = car(p);
if (q && !is_mark(q)) {
setatom(p); /* a note that we have moved car */
car(p) = t;
t = p;
p = q;
goto E2;
}
E5: q = cdr(p); /* down cdr */
if (q && !is_mark(q)) {
cdr(p) = t;
t = p;
p = q;
goto E2;
}
E6: /* up. Undo the link switching from steps E4 and E5. */
if (!t)
return;
q = t;
if (is_atom(q)) {
clratom(q);
t = car(q);
car(q) = p;
p = q;
goto E5;
} else {
t = cdr(q);
cdr(q) = p;
p = q;
goto E6;
}
}
/* garbage collection. parameter a, b is marked. */
static void gc(scheme *sc, pointer a, pointer b) {
pointer p;
int i;
if(sc->gc_verbose) {
putstr(sc, "gc...");
}
/* mark system globals */
mark(sc->oblist);
mark(sc->global_env);
/* mark current registers */
mark(sc->args);
mark(sc->envir);
mark(sc->code);
dump_stack_mark(sc);
mark(sc->value);
mark(sc->inport);
mark(sc->save_inport);
mark(sc->outport);
mark(sc->loadport);
/* Mark recent objects the interpreter doesn't know about yet. */
mark(car(sc->sink));
/* Mark any older stuff above nested C calls */
mark(sc->c_nest);
/* mark variables a, b */
mark(a);
mark(b);
/* garbage collect */
clrmark(sc->NIL);
sc->fcells = 0;
sc->free_cell = sc->NIL;
/* free-list is kept sorted by address so as to maintain consecutive
ranges, if possible, for use with vectors. Here we scan the cells
(which are also kept sorted by address) downwards to build the
free-list in sorted order.
*/
for (i = sc->last_cell_seg; i >= 0; i--) {
p = sc->cell_seg[i] + CELL_SEGSIZE;
while (--p >= sc->cell_seg[i]) {
if (is_mark(p)) {
clrmark(p);
} else {
/* reclaim cell */
if (typeflag(p) != 0) {
finalize_cell(sc, p);
typeflag(p) = 0;
car(p) = sc->NIL;
}
++sc->fcells;
cdr(p) = sc->free_cell;
sc->free_cell = p;
}
}
}
if (sc->gc_verbose) {
char msg[80];
snprintf(msg,80,"done: %ld cells were recovered.\n", sc->fcells);
putstr(sc,msg);
}
}
static void finalize_cell(scheme *sc, pointer a) {
if(is_string(a)) {
sc->free(strvalue(a));
} else if(is_port(a)) {
if(a->_object._port->kind&port_file
&& a->_object._port->rep.stdio.closeit) {
port_close(sc,a,port_input|port_output);
}
sc->free(a->_object._port);
}
}
/* ========== Routines for Reading ========== */
static int file_push(scheme *sc, const char *fname) {
FILE *fin = NULL;
if (sc->file_i == MAXFIL-1)
return 0;
fin=fopen(fname,"r");
if(fin!=0) {
sc->file_i++;
sc->load_stack[sc->file_i].kind=port_file|port_input;
sc->load_stack[sc->file_i].rep.stdio.file=fin;
sc->load_stack[sc->file_i].rep.stdio.closeit=1;
sc->nesting_stack[sc->file_i]=0;
sc->loadport->_object._port=sc->load_stack+sc->file_i;
#if SHOW_ERROR_LINE
sc->load_stack[sc->file_i].curr_line = 0;
if(fname)
sc->load_stack[sc->file_i].filename = store_string(sc, strlen(fname), fname, 0);
#endif
}
return fin!=0;
}
static void file_pop(scheme *sc) {
if(sc->file_i != 0) {
sc->nesting=sc->nesting_stack[sc->file_i];
port_close(sc,sc->loadport,port_input);
sc->file_i--;
sc->loadport->_object._port=sc->load_stack+sc->file_i;
}
}
static int file_interactive(scheme *sc) {
return sc->file_i==0 && sc->load_stack[0].rep.stdio.file==stdin
&& sc->inport->_object._port->kind&port_file;
}
static port *port_rep_from_filename(scheme *sc, const char *fn, int prop) {
FILE *f;
char *rw;
port *pt;
if(prop==(port_input|port_output)) {
rw="a+";
} else if(prop==port_output) {
rw="w";
} else {
rw="r";
}
f=fopen(fn,rw);
if(f==0) {
return 0;
}
pt=port_rep_from_file(sc,f,prop);
pt->rep.stdio.closeit=1;
#if SHOW_ERROR_LINE
if(fn)
pt->filename = store_string(sc, strlen(fn), fn, 0);
pt->curr_line = 0;
#endif
return pt;
}
static pointer port_from_filename(scheme *sc, const char *fn, int prop) {
port *pt;
pt=port_rep_from_filename(sc,fn,prop);
if(pt==0) {
return sc->NIL;
}
return mk_port(sc,pt);
}
static port *port_rep_from_file(scheme *sc, FILE *f, int prop)
{
port *pt;
pt = (port *)sc->malloc(sizeof *pt);
if (pt == NULL) {
return NULL;
}
pt->kind = port_file | prop;
pt->rep.stdio.file = f;
pt->rep.stdio.closeit = 0;
return pt;
}
static pointer port_from_file(scheme *sc, FILE *f, int prop) {
port *pt;
pt=port_rep_from_file(sc,f,prop);
if(pt==0) {
return sc->NIL;
}
return mk_port(sc,pt);
}
static port *port_rep_from_string(scheme *sc, char *start, char *past_the_end, int prop) {
port *pt;
pt=(port*)sc->malloc(sizeof(port));
if(pt==0) {
return 0;
}
pt->kind=port_string|prop;
pt->rep.string.start=start;
pt->rep.string.curr=start;
pt->rep.string.past_the_end=past_the_end;
return pt;
}
static pointer port_from_string(scheme *sc, char *start, char *past_the_end, int prop) {
port *pt;
pt=port_rep_from_string(sc,start,past_the_end,prop);
if(pt==0) {
return sc->NIL;
}
return mk_port(sc,pt);
}
#define BLOCK_SIZE 256
static port *port_rep_from_scratch(scheme *sc) {
port *pt;
char *start;
pt=(port*)sc->malloc(sizeof(port));
if(pt==0) {
return 0;
}
start=(char*)sc->malloc(BLOCK_SIZE);
if(start==0) {
return 0;
}
memset(start,' ',BLOCK_SIZE-1);
start[BLOCK_SIZE-1]='\0';
pt->kind=port_string|port_output|port_srfi6;
pt->rep.string.start=start;
pt->rep.string.curr=start;
pt->rep.string.past_the_end=start+BLOCK_SIZE-1;
return pt;
}
static pointer port_from_scratch(scheme *sc) {
port *pt;
pt=port_rep_from_scratch(sc);
if(pt==0) {
return sc->NIL;
}
return mk_port(sc,pt);
}
static void port_close(scheme *sc, pointer p, int flag) {
port *pt=p->_object._port;
pt->kind&=~flag;
if((pt->kind & (port_input|port_output))==0) {
if(pt->kind&port_file) {
#if SHOW_ERROR_LINE
/* Cleanup is here so (close-*-port) functions could work too */
pt->curr_line = 0;
if(pt->filename)
sc->free(pt->filename);
#endif
fclose(pt->rep.stdio.file);
}
pt->kind=port_free;
}
}
/* get new character from input file */
static int inchar(scheme *sc) {
int c;
port *pt;
pt = sc->inport->_object._port;
if(pt->kind & port_saw_EOF)
{ return EOF; }
c = basic_inchar(pt);
if(c == EOF && sc->inport == sc->loadport) {
/* Instead, set port_saw_EOF */
pt->kind |= port_saw_EOF;
/* file_pop(sc); */
return EOF;
/* NOTREACHED */
}
return c;
}
static int basic_inchar(port *pt) {
if(pt->kind & port_file) {
return fgetc(pt->rep.stdio.file);
} else {
if(*pt->rep.string.curr == 0 ||
pt->rep.string.curr == pt->rep.string.past_the_end) {
return EOF;
} else {
return *pt->rep.string.curr++;
}
}
}
/* back character to input buffer */
static void backchar(scheme *sc, int c) {
port *pt;
if(c==EOF) return;
pt=sc->inport->_object._port;
if(pt->kind&port_file) {
ungetc(c,pt->rep.stdio.file);
} else {
if(pt->rep.string.curr!=pt->rep.string.start) {
--pt->rep.string.curr;
}
}
}
static int realloc_port_string(scheme *sc, port *p)
{
char *start=p->rep.string.start;
size_t new_size=p->rep.string.past_the_end-start+1+BLOCK_SIZE;
char *str=(char*)sc->malloc(new_size);
if(str) {
memset(str,' ',new_size-1);
str[new_size-1]='\0';
strcpy(str,start);
p->rep.string.start=str;
p->rep.string.past_the_end=str+new_size-1;
p->rep.string.curr-=start-str;
sc->free(start);
return 1;
} else {
return 0;
}
}
INTERFACE void putstr(scheme *sc, const char *s) {
port *pt=sc->outport->_object._port;
if(pt->kind&port_file) {
fputs(s,pt->rep.stdio.file);
} else {
for(;*s;s++) {
if(pt->rep.string.curr!=pt->rep.string.past_the_end) {
*pt->rep.string.curr++=*s;
} else if(pt->kind&port_srfi6&&realloc_port_string(sc,pt)) {
*pt->rep.string.curr++=*s;
}
}
}
}
static void putchars(scheme *sc, const char *s, int len) {
port *pt=sc->outport->_object._port;
if(pt->kind&port_file) {
fwrite(s,1,len,pt->rep.stdio.file);
} else {
for(;len;len--) {
if(pt->rep.string.curr!=pt->rep.string.past_the_end) {
*pt->rep.string.curr++=*s++;
} else if(pt->kind&port_srfi6&&realloc_port_string(sc,pt)) {
*pt->rep.string.curr++=*s++;
}
}
}
}
INTERFACE void putcharacter(scheme *sc, int c) {
port *pt=sc->outport->_object._port;
if(pt->kind&port_file) {
fputc(c,pt->rep.stdio.file);
} else {
if(pt->rep.string.curr!=pt->rep.string.past_the_end) {
*pt->rep.string.curr++=c;
} else if(pt->kind&port_srfi6&&realloc_port_string(sc,pt)) {
*pt->rep.string.curr++=c;
}
}
}
/* read characters up to delimiter, but cater to character constants */
static char *readstr_upto(scheme *sc, char *delim) {
char *p = sc->strbuff;
while ((p - sc->strbuff < sizeof(sc->strbuff)) &&
!is_one_of(delim, (*p++ = inchar(sc))));
if(p == sc->strbuff+2 && p[-2] == '\\') {
*p=0;
} else {
backchar(sc,p[-1]);
*--p = '\0';
}
return sc->strbuff;
}
/* read string expression "xxx...xxx" */
static pointer readstrexp(scheme *sc) {
char *p = sc->strbuff;
int c;
int c1=0;
enum { st_ok, st_bsl, st_x1, st_x2, st_oct1, st_oct2 } state=st_ok;
for (;;) {
c=inchar(sc);
if(c == EOF || p-sc->strbuff > sizeof(sc->strbuff)-1) {
return sc->F;
}
switch(state) {
case st_ok:
switch(c) {
case '\\':
state=st_bsl;
break;
case '"':
*p=0;
return mk_counted_string(sc,sc->strbuff,p-sc->strbuff);
default:
*p++=c;
break;
}
break;
case st_bsl:
switch(c) {
case '0':
case '1':
case '2':
case '3':
case '4':
case '5':
case '6':
case '7':
state=st_oct1;
c1=c-'0';
break;
case 'x':
case 'X':
state=st_x1;
c1=0;
break;
case 'n':
*p++='\n';
state=st_ok;
break;
case 't':
*p++='\t';
state=st_ok;
break;
case 'r':
*p++='\r';
state=st_ok;
break;
case '"':
*p++='"';
state=st_ok;
break;
default:
*p++=c;
state=st_ok;
break;
}
break;
case st_x1:
case st_x2:
c=toupper(c);
if(c>='0' && c<='F') {
if(c<='9') {
c1=(c1<<4)+c-'0';
} else {
c1=(c1<<4)+c-'A'+10;
}
if(state==st_x1) {
state=st_x2;
} else {
*p++=c1;
state=st_ok;
}
} else {
return sc->F;
}
break;
case st_oct1:
case st_oct2:
if (c < '0' || c > '7')
{
*p++=c1;
backchar(sc, c);
state=st_ok;
}
else
{
if (state==st_oct2 && c1 >= 32)
return sc->F;
c1=(c1<<3)+(c-'0');
if (state == st_oct1)
state=st_oct2;
else
{
*p++=c1;
state=st_ok;
}
}
break;
}
}
}
/* check c is in chars */
static INLINE int is_one_of(char *s, int c) {
if(c==EOF) return 1;
while (*s)
if (*s++ == c)
return (1);
return (0);
}
/* skip white characters */
static INLINE int skipspace(scheme *sc) {
int c = 0, curr_line = 0;
do {
c=inchar(sc);
#if SHOW_ERROR_LINE
if(c=='\n') curr_line++;
#endif
} while (isspace(c));
/* record it */
#if SHOW_ERROR_LINE
sc->load_stack[sc->file_i].curr_line += curr_line;
#endif
if(c!=EOF) {
backchar(sc,c);
return 1;
}
else
{ return EOF; }
}
/* get token */
static int token(scheme *sc) {
int c;
c = skipspace(sc);
if(c == EOF) { return (TOK_EOF); }
switch (c=inchar(sc)) {
case EOF:
return (TOK_EOF);
case '(':
return (TOK_LPAREN);
case ')':
return (TOK_RPAREN);
case '.':
c=inchar(sc);
if(is_one_of(" \n\t",c)) {
return (TOK_DOT);
} else {
backchar(sc,c);
backchar(sc,'.');
return TOK_ATOM;
}
case '\'':
return (TOK_QUOTE);
case ';':
while ((c=inchar(sc)) != '\n' && c!=EOF)
;
#if SHOW_ERROR_LINE
if(c == '\n')
sc->load_stack[sc->file_i].curr_line++;
#endif
if(c == EOF)
{ return (TOK_EOF); }
else
{ return (token(sc));}
case '"':
return (TOK_DQUOTE);
case BACKQUOTE:
return (TOK_BQUOTE);
case ',':
if ((c=inchar(sc)) == '@') {
return (TOK_ATMARK);
} else {
backchar(sc,c);
return (TOK_COMMA);
}
case '#':
c=inchar(sc);
if (c == '(') {
return (TOK_VEC);
} else if(c == '!') {
while ((c=inchar(sc)) != '\n' && c!=EOF)
;
#if SHOW_ERROR_LINE
if(c == '\n')
sc->load_stack[sc->file_i].curr_line++;
#endif
if(c == EOF)
{ return (TOK_EOF); }
else
{ return (token(sc));}
} else {
backchar(sc,c);
if(is_one_of(" tfodxb\\",c)) {
return TOK_SHARP_CONST;
} else {
return (TOK_SHARP);
}
}
default:
backchar(sc,c);
return (TOK_ATOM);
}
}
/* ========== Routines for Printing ========== */
#define ok_abbrev(x) (is_pair(x) && cdr(x) == sc->NIL)
static void printslashstring(scheme *sc, char *p, int len) {
int i;
unsigned char *s=(unsigned char*)p;
putcharacter(sc,'"');
for ( i=0; i<len; i++) {
if(*s==0xff || *s=='"' || *s<' ' || *s=='\\') {
putcharacter(sc,'\\');
switch(*s) {
case '"':
putcharacter(sc,'"');
break;
case '\n':
putcharacter(sc,'n');
break;
case '\t':
putcharacter(sc,'t');
break;
case '\r':
putcharacter(sc,'r');
break;
case '\\':
putcharacter(sc,'\\');
break;
default: {
int d=*s/16;
putcharacter(sc,'x');
if(d<10) {
putcharacter(sc,d+'0');
} else {
putcharacter(sc,d-10+'A');
}
d=*s%16;
if(d<10) {
putcharacter(sc,d+'0');
} else {
putcharacter(sc,d-10+'A');
}
}
}
} else {
putcharacter(sc,*s);
}
s++;
}
putcharacter(sc,'"');
}
/* print atoms */
static void printatom(scheme *sc, pointer l, int f) {
char *p;
int len;
atom2str(sc,l,f,&p,&len);
putchars(sc,p,len);
}
/* Uses internal buffer unless string pointer is already available */
static void atom2str(scheme *sc, pointer l, int f, char **pp, int *plen) {
char *p;
if (l == sc->NIL) {
p = "()";
} else if (l == sc->T) {
p = "#t";
} else if (l == sc->F) {
p = "#f";
} else if (l == sc->EOF_OBJ) {
p = "#<EOF>";
} else if (is_port(l)) {
p = sc->strbuff;
snprintf(p, STRBUFFSIZE, "#<PORT>");
} else if (is_number(l)) {
p = sc->strbuff;
if(num_is_integer(l)) {
snprintf(p, STRBUFFSIZE, "%ld", ivalue_unchecked(l));
} else {
snprintf(p, STRBUFFSIZE, "%.10g", rvalue_unchecked(l));
}
} else if (is_string(l)) {
if (!f) {
p = strvalue(l);
} else { /* Hack, uses the fact that printing is needed */
*pp=sc->strbuff;
*plen=0;
printslashstring(sc, strvalue(l), strlength(l));
return;
}
} else if (is_character(l)) {
int c=charvalue(l);
p = sc->strbuff;
if (!f) {
p[0]=c;
p[1]=0;
} else {
switch(c) {
case ' ':
snprintf(p,STRBUFFSIZE,"#\\space"); break;
case '\n':
snprintf(p,STRBUFFSIZE,"#\\newline"); break;
case '\r':
snprintf(p,STRBUFFSIZE,"#\\return"); break;
case '\b':
snprintf(p,STRBUFFSIZE,"#\\backspace"); break;
case '\t':
snprintf(p,STRBUFFSIZE,"#\\tab"); break;
default:
#if USE_ASCII_NAMES
if(c==127) {
snprintf(p,STRBUFFSIZE, "#\\del");
break;
} else if(c<32) {
snprintf(p, STRBUFFSIZE, "#\\%s", charnames[c]);
break;
}
#else
if(c<32) {
snprintf(p,STRBUFFSIZE,"#\\x%x",c); break;
break;
}
#endif
snprintf(p,STRBUFFSIZE,"#\\%c",c); break;
break;
}
}
} else if (is_symbol(l)) {
p = symname(l);
} else if (is_proc(l)) {
p = sc->strbuff;
snprintf(p,STRBUFFSIZE,"#<%s PROCEDURE %ld>", procname(l),procnum(l));
} else if (is_macro(l)) {
p = "#<MACRO>";
} else if (is_closure(l)) {
p = "#<CLOSURE>";
} else if (is_promise(l)) {
p = "#<PROMISE>";
} else if (is_foreign(l)) {
p = sc->strbuff;
snprintf(p,STRBUFFSIZE,"#<FOREIGN PROCEDURE %ld>", procnum(l));
} else if (is_continuation(l)) {
p = "#<CONTINUATION>";
} else {
p = "#<ERROR>";
}
*pp=p;
*plen=strlen(p);
}
/* ========== Routines for Evaluation Cycle ========== */
/* make closure. c is code. e is environment */
static pointer mk_closure(scheme *sc, pointer c, pointer e) {
pointer x = get_cell(sc, c, e);
typeflag(x) = T_CLOSURE;
car(x) = c;
cdr(x) = e;
return (x);
}
/* make continuation. */
static pointer mk_continuation(scheme *sc, pointer d) {
pointer x = get_cell(sc, sc->NIL, d);
typeflag(x) = T_CONTINUATION;
cont_dump(x) = d;
return (x);
}
static pointer list_star(scheme *sc, pointer d) {
pointer p, q;
if(cdr(d)==sc->NIL) {
return car(d);
}
p=cons(sc,car(d),cdr(d));
q=p;
while(cdr(cdr(p))!=sc->NIL) {
d=cons(sc,car(p),cdr(p));
if(cdr(cdr(p))!=sc->NIL) {
p=cdr(d);
}
}
cdr(p)=car(cdr(p));
return q;
}
/* reverse list -- produce new list */
static pointer reverse(scheme *sc, pointer a) {
/* a must be checked by gc */
pointer p = sc->NIL;
for ( ; is_pair(a); a = cdr(a)) {
p = cons(sc, car(a), p);
}
return (p);
}
/* reverse list --- in-place */
static pointer reverse_in_place(scheme *sc, pointer term, pointer list) {
pointer p = list, result = term, q;
while (p != sc->NIL) {
q = cdr(p);
cdr(p) = result;
result = p;
p = q;
}
return (result);
}
/* append list -- produce new list */
static pointer append(scheme *sc, pointer a, pointer b) {
pointer p = b, q;
if (a != sc->NIL) {
a = reverse(sc, a);
while (a != sc->NIL) {
q = cdr(a);
cdr(a) = p;
p = a;
a = q;
}
}
return (p);
}
/* equivalence of atoms */
int eqv(pointer a, pointer b) {
if (is_string(a)) {
if (is_string(b))
return (strvalue(a) == strvalue(b));
else
return (0);
} else if (is_number(a)) {
if (is_number(b)) {
if (num_is_integer(a) == num_is_integer(b))
return num_eq(nvalue(a),nvalue(b));
}
return (0);
} else if (is_character(a)) {
if (is_character(b))
return charvalue(a)==charvalue(b);
else
return (0);
} else if (is_port(a)) {
if (is_port(b))
return a==b;
else
return (0);
} else if (is_proc(a)) {
if (is_proc(b))
return procnum(a)==procnum(b);
else
return (0);
} else {
return (a == b);
}
}
/* true or false value macro */
/* () is #t in R5RS */
#define is_true(p) ((p) != sc->F)
#define is_false(p) ((p) == sc->F)
/* ========== Environment implementation ========== */
#if !defined(USE_ALIST_ENV) || !defined(USE_OBJECT_LIST)
static int hash_fn(const char *key, int table_size)
{
unsigned int hashed = 0;
const char *c;
int bits_per_int = sizeof(unsigned int)*8;
for (c = key; *c; c++) {
/* letters have about 5 bits in them */
hashed = (hashed<<5) | (hashed>>(bits_per_int-5));
hashed ^= *c;
}
return hashed % table_size;
}
#endif
#ifndef USE_ALIST_ENV
/*
* In this implementation, each frame of the environment may be
* a hash table: a vector of alists hashed by variable name.
* In practice, we use a vector only for the initial frame;
* subsequent frames are too small and transient for the lookup
* speed to out-weigh the cost of making a new vector.
*/
static void new_frame_in_env(scheme *sc, pointer old_env)
{
pointer new_frame;
/* The interaction-environment has about 300 variables in it. */
if (old_env == sc->NIL) {
new_frame = mk_vector(sc, 461);
} else {
new_frame = sc->NIL;
}
sc->envir = immutable_cons(sc, new_frame, old_env);
setenvironment(sc->envir);
}
static INLINE void new_slot_spec_in_env(scheme *sc, pointer env,
pointer variable, pointer value)
{
pointer slot = immutable_cons(sc, variable, value);
if (is_vector(car(env))) {
int location = hash_fn(symname(variable), ivalue_unchecked(car(env)));
set_vector_elem(car(env), location,
immutable_cons(sc, slot, vector_elem(car(env), location)));
} else {
car(env) = immutable_cons(sc, slot, car(env));
}
}
static pointer find_slot_in_env(scheme *sc, pointer env, pointer hdl, int all)
{
pointer x,y;
int location;
for (x = env; x != sc->NIL; x = cdr(x)) {
if (is_vector(car(x))) {
location = hash_fn(symname(hdl), ivalue_unchecked(car(x)));
y = vector_elem(car(x), location);
} else {
y = car(x);
}
for ( ; y != sc->NIL; y = cdr(y)) {
if (caar(y) == hdl) {
break;
}
}
if (y != sc->NIL) {
break;
}
if(!all) {
return sc->NIL;
}
}
if (x != sc->NIL) {
return car(y);
}
return sc->NIL;
}
#else /* USE_ALIST_ENV */
static INLINE void new_frame_in_env(scheme *sc, pointer old_env)
{
sc->envir = immutable_cons(sc, sc->NIL, old_env);
setenvironment(sc->envir);
}
static INLINE void new_slot_spec_in_env(scheme *sc, pointer env,
pointer variable, pointer value)
{
car(env) = immutable_cons(sc, immutable_cons(sc, variable, value), car(env));
}
static pointer find_slot_in_env(scheme *sc, pointer env, pointer hdl, int all)
{
pointer x,y;
for (x = env; x != sc->NIL; x = cdr(x)) {
for (y = car(x); y != sc->NIL; y = cdr(y)) {
if (caar(y) == hdl) {
break;
}
}
if (y != sc->NIL) {
break;
}
if(!all) {
return sc->NIL;
}
}
if (x != sc->NIL) {
return car(y);
}
return sc->NIL;
}
#endif /* USE_ALIST_ENV else */
static INLINE void new_slot_in_env(scheme *sc, pointer variable, pointer value)
{
new_slot_spec_in_env(sc, sc->envir, variable, value);
}
static INLINE void set_slot_in_env(scheme *sc, pointer slot, pointer value)
{
cdr(slot) = value;
}
static INLINE pointer slot_value_in_env(pointer slot)
{
return cdr(slot);
}
/* ========== Evaluation Cycle ========== */
static pointer _Error_1(scheme *sc, const char *s, pointer a) {
#if SHOW_ERROR_LINE
const char *str = s;
char sbuf[STRBUFFSIZE];
/* make sure error is not in REPL */
if(sc->load_stack[sc->file_i].rep.stdio.file != stdin) {
int ln = sc->load_stack[sc->file_i].curr_line;
const char *fname;// = sc->load_stack[sc->file_i].filename;
/* should never happen */
if(!fname) fname = "<unknown>";
/* we started from 0 */
ln++;
snprintf(sbuf, STRBUFFSIZE, "(%s : %i) %s", fname, ln, s);
str = (const char*)sbuf;
}
#else
const char *str = s;
#endif
#if USE_ERROR_HOOK
pointer x;
pointer hdl=sc->ERROR_HOOK;
x=find_slot_in_env(sc,sc->envir,hdl,1);
if (x != sc->NIL) {
if(a!=0) {
sc->code = cons(sc, cons(sc, sc->QUOTE, cons(sc,(a), sc->NIL)), sc->NIL);
} else {
sc->code = sc->NIL;
}
sc->code = cons(sc, mk_string(sc, str), sc->code);
setimmutable(car(sc->code));
sc->code = cons(sc, slot_value_in_env(x), sc->code);
sc->op = (int)OP_EVAL;
return sc->T;
}
#endif
if(a!=0) {
sc->args = cons(sc, (a), sc->NIL);
} else {
sc->args = sc->NIL;
}
sc->args = cons(sc, mk_string(sc, str), sc->args);
setimmutable(car(sc->args));
sc->op = (int)OP_ERR0;
return sc->T;
}
#define Error_1(sc,s, a) return _Error_1(sc,s,a)
#define Error_0(sc,s) return _Error_1(sc,s,0)
/* Too small to turn into function */
# define BEGIN do {
# define END } while (0)
#define s_goto(sc,a) BEGIN \
sc->op = (int)(a); \
return sc->T; END
#define s_return(sc,a) return _s_return(sc,a)
#ifndef USE_SCHEME_STACK
/* this structure holds all the interpreter's registers */
struct dump_stack_frame {
enum scheme_opcodes op;
pointer args;
pointer envir;
pointer code;
};
#define STACK_GROWTH 3
static void s_save(scheme *sc, enum scheme_opcodes op, pointer args, pointer code)
{
int nframes = (int)sc->dump;
struct dump_stack_frame *next_frame;
/* enough room for the next frame? */
if (nframes >= sc->dump_size) {
sc->dump_size += STACK_GROWTH;
/* alas there is no sc->realloc */
sc->dump_base = realloc(sc->dump_base,
sizeof(struct dump_stack_frame) * sc->dump_size);
}
next_frame = (struct dump_stack_frame *)sc->dump_base + nframes;
next_frame->op = op;
next_frame->args = args;
next_frame->envir = sc->envir;
next_frame->code = code;
sc->dump = (pointer)(nframes+1);
}
static pointer _s_return(scheme *sc, pointer a)
{
int nframes = (int)sc->dump;
struct dump_stack_frame *frame;
sc->value = (a);
if (nframes <= 0) {
return sc->NIL;
}
nframes--;
frame = (struct dump_stack_frame *)sc->dump_base + nframes;
sc->op = frame->op;
sc->args = frame->args;
sc->envir = frame->envir;
sc->code = frame->code;
sc->dump = (pointer)nframes;
return sc->T;
}
static INLINE void dump_stack_reset(scheme *sc)
{
/* in this implementation, sc->dump is the number of frames on the stack */
sc->dump = (pointer)0;
}
static INLINE void dump_stack_initialize(scheme *sc)
{
sc->dump_size = 0;
sc->dump_base = NULL;
dump_stack_reset(sc);
}
static void dump_stack_free(scheme *sc)
{
free(sc->dump_base);
sc->dump_base = NULL;
sc->dump = (pointer)0;
sc->dump_size = 0;
}
static INLINE void dump_stack_mark(scheme *sc)
{
int nframes = (int)sc->dump;
int i;
for(i=0; i<nframes; i++) {
struct dump_stack_frame *frame;
frame = (struct dump_stack_frame *)sc->dump_base + i;
mark(frame->args);
mark(frame->envir);
mark(frame->code);
}
}
#else
static INLINE void dump_stack_reset(scheme *sc)
{
sc->dump = sc->NIL;
}
static INLINE void dump_stack_initialize(scheme *sc)
{
dump_stack_reset(sc);
}
static void dump_stack_free(scheme *sc)
{
sc->dump = sc->NIL;
}
static pointer _s_return(scheme *sc, pointer a) {
sc->value = (a);
if(sc->dump==sc->NIL) return sc->NIL;
sc->op = ivalue(car(sc->dump));
sc->args = cadr(sc->dump);
sc->envir = caddr(sc->dump);
sc->code = cadddr(sc->dump);
sc->dump = cddddr(sc->dump);
return sc->T;
}
static void s_save(scheme *sc, enum scheme_opcodes op, pointer args, pointer code) {
sc->dump = cons(sc, sc->envir, cons(sc, (code), sc->dump));
sc->dump = cons(sc, (args), sc->dump);
sc->dump = cons(sc, mk_integer(sc, (long)(op)), sc->dump);
}
static INLINE void dump_stack_mark(scheme *sc)
{
mark(sc->dump);
}
#endif
#define s_retbool(tf) s_return(sc,(tf) ? sc->T : sc->F)
static pointer opexe_0(scheme *sc, enum scheme_opcodes op) {
pointer x, y;
switch (op) {
case OP_LOAD: /* load */
if(file_interactive(sc)) {
fprintf(sc->outport->_object._port->rep.stdio.file,
"Loading %s\n", strvalue(car(sc->args)));
}
if (!file_push(sc,strvalue(car(sc->args)))) {
Error_1(sc,"unable to open", car(sc->args));
}
else
{
sc->args = mk_integer(sc,sc->file_i);
s_goto(sc,OP_T0LVL);
}
case OP_T0LVL: /* top level */
/* If we reached the end of file, this loop is done. */
if(sc->loadport->_object._port->kind & port_saw_EOF)
{
if(sc->file_i == 0)
{
sc->args=sc->NIL;
s_goto(sc,OP_QUIT);
}
else
{
file_pop(sc);
s_return(sc,sc->value);
}
/* NOTREACHED */
}
/* If interactive, be nice to user. */
if(file_interactive(sc))
{
sc->envir = sc->global_env;
dump_stack_reset(sc);
putstr(sc,"\n");
putstr(sc,prompt);
}
/* Set up another iteration of REPL */
sc->nesting=0;
sc->save_inport=sc->inport;
sc->inport = sc->loadport;
s_save(sc,OP_T0LVL, sc->NIL, sc->NIL);
s_save(sc,OP_VALUEPRINT, sc->NIL, sc->NIL);
s_save(sc,OP_T1LVL, sc->NIL, sc->NIL);
s_goto(sc,OP_READ_INTERNAL);
case OP_T1LVL: /* top level */
sc->code = sc->value;
sc->inport=sc->save_inport;
s_goto(sc,OP_EVAL);
case OP_READ_INTERNAL: /* internal read */
sc->tok = token(sc);
if(sc->tok==TOK_EOF)
{ s_return(sc,sc->EOF_OBJ); }
s_goto(sc,OP_RDSEXPR);
case OP_GENSYM:
s_return(sc, gensym(sc));
case OP_VALUEPRINT: /* print evaluation result */
/* OP_VALUEPRINT is always pushed, because when changing from
non-interactive to interactive mode, it needs to be
already on the stack */
if(sc->tracing) {
putstr(sc,"\nGives: ");
}
if(file_interactive(sc)) {
sc->print_flag = 1;
sc->args = sc->value;
s_goto(sc,OP_P0LIST);
} else {
s_return(sc,sc->value);
}
case OP_EVAL: /* main part of evaluation */
#if USE_TRACING
if(sc->tracing) {
/*s_save(sc,OP_VALUEPRINT,sc->NIL,sc->NIL);*/
s_save(sc,OP_REAL_EVAL,sc->args,sc->code);
sc->args=sc->code;
putstr(sc,"\nEval: ");
s_goto(sc,OP_P0LIST);
}
/* fall through */
case OP_REAL_EVAL:
#endif
if (is_symbol(sc->code)) { /* symbol */
x=find_slot_in_env(sc,sc->envir,sc->code,1);
if (x != sc->NIL) {
s_return(sc,slot_value_in_env(x));
} else {
Error_1(sc,"eval: unbound variable:", sc->code);
}
} else if (is_pair(sc->code)) {
if (is_syntax(x = car(sc->code))) { /* SYNTAX */
sc->code = cdr(sc->code);
s_goto(sc,syntaxnum(x));
} else {/* first, eval top element and eval arguments */
s_save(sc,OP_E0ARGS, sc->NIL, sc->code);
/* If no macros => s_save(sc,OP_E1ARGS, sc->NIL, cdr(sc->code));*/
sc->code = car(sc->code);
s_goto(sc,OP_EVAL);
}
} else {
s_return(sc,sc->code);
}
case OP_E0ARGS: /* eval arguments */
if (is_macro(sc->value)) { /* macro expansion */
s_save(sc,OP_DOMACRO, sc->NIL, sc->NIL);
sc->args = cons(sc,sc->code, sc->NIL);
sc->code = sc->value;
s_goto(sc,OP_APPLY);
} else {
sc->code = cdr(sc->code);
s_goto(sc,OP_E1ARGS);
}
case OP_E1ARGS: /* eval arguments */
sc->args = cons(sc, sc->value, sc->args);
if (is_pair(sc->code)) { /* continue */
s_save(sc,OP_E1ARGS, sc->args, cdr(sc->code));
sc->code = car(sc->code);
sc->args = sc->NIL;
s_goto(sc,OP_EVAL);
} else { /* end */
sc->args = reverse_in_place(sc, sc->NIL, sc->args);
sc->code = car(sc->args);
sc->args = cdr(sc->args);
s_goto(sc,OP_APPLY);
}
#if USE_TRACING
case OP_TRACING: {
int tr=sc->tracing;
sc->tracing=ivalue(car(sc->args));
s_return(sc,mk_integer(sc,tr));
}
#endif
case OP_APPLY: /* apply 'code' to 'args' */
#if USE_TRACING
if(sc->tracing) {
s_save(sc,OP_REAL_APPLY,sc->args,sc->code);
sc->print_flag = 1;
/* sc->args=cons(sc,sc->code,sc->args);*/
putstr(sc,"\nApply to: ");
s_goto(sc,OP_P0LIST);
}
/* fall through */
case OP_REAL_APPLY:
#endif
if (is_proc(sc->code)) {
s_goto(sc,procnum(sc->code)); /* PROCEDURE */
} else if (is_foreign(sc->code))
{
/* Keep nested calls from GC'ing the arglist */
push_recent_alloc(sc,sc->args,sc->NIL);
x=sc->code->_object._ff(sc,sc->args);
s_return(sc,x);
} else if (is_closure(sc->code) || is_macro(sc->code)
|| is_promise(sc->code)) { /* CLOSURE */
/* Should not accept promise */
/* make environment */
new_frame_in_env(sc, closure_env(sc->code));
for (x = car(closure_code(sc->code)), y = sc->args;
is_pair(x); x = cdr(x), y = cdr(y)) {
if (y == sc->NIL) {
Error_0(sc,"not enough arguments");
} else {
new_slot_in_env(sc, car(x), car(y));
}
}
if (x == sc->NIL) {
/*--
* if (y != sc->NIL) {
* Error_0(sc,"too many arguments");
* }
*/
} else if (is_symbol(x))
new_slot_in_env(sc, x, y);
else {
Error_1(sc,"syntax error in closure: not a symbol:", x);
}
sc->code = cdr(closure_code(sc->code));
sc->args = sc->NIL;
s_goto(sc,OP_BEGIN);
} else if (is_continuation(sc->code)) { /* CONTINUATION */
sc->dump = cont_dump(sc->code);
s_return(sc,sc->args != sc->NIL ? car(sc->args) : sc->NIL);
} else {
Error_0(sc,"illegal function");
}
case OP_DOMACRO: /* do macro */
sc->code = sc->value;
s_goto(sc,OP_EVAL);
#if 1
case OP_LAMBDA: /* lambda */
/* If the hook is defined, apply it to sc->code, otherwise
set sc->value fall thru */
{
pointer f=find_slot_in_env(sc,sc->envir,sc->COMPILE_HOOK,1);
if(f==sc->NIL) {
sc->value = sc->code;
/* Fallthru */
} else {
s_save(sc,OP_LAMBDA1,sc->args,sc->code);
sc->args=cons(sc,sc->code,sc->NIL);
sc->code=slot_value_in_env(f);
s_goto(sc,OP_APPLY);
}
}
case OP_LAMBDA1:
s_return(sc,mk_closure(sc, sc->value, sc->envir));
#else
case OP_LAMBDA: /* lambda */
s_return(sc,mk_closure(sc, sc->code, sc->envir));
#endif
case OP_MKCLOSURE: /* make-closure */
x=car(sc->args);
if(car(x)==sc->LAMBDA) {
x=cdr(x);
}
if(cdr(sc->args)==sc->NIL) {
y=sc->envir;
} else {
y=cadr(sc->args);
}
s_return(sc,mk_closure(sc, x, y));
case OP_QUOTE: /* quote */
x=car(sc->code);
s_return(sc,car(sc->code));
case OP_DEF0: /* define */
if(is_immutable(car(sc->code)))
Error_1(sc,"define: unable to alter immutable", car(sc->code));
if (is_pair(car(sc->code))) {
x = caar(sc->code);
sc->code = cons(sc, sc->LAMBDA, cons(sc, cdar(sc->code), cdr(sc->code)));
} else {
x = car(sc->code);
sc->code = cadr(sc->code);
}
if (!is_symbol(x)) {
Error_0(sc,"variable is not a symbol");
}
s_save(sc,OP_DEF1, sc->NIL, x);
s_goto(sc,OP_EVAL);
case OP_DEF1: /* define */
x=find_slot_in_env(sc,sc->envir,sc->code,0);
if (x != sc->NIL) {
set_slot_in_env(sc, x, sc->value);
} else {
new_slot_in_env(sc, sc->code, sc->value);
}
s_return(sc,sc->code);
case OP_DEFP: /* defined? */
x=sc->envir;
if(cdr(sc->args)!=sc->NIL) {
x=cadr(sc->args);
}
s_retbool(find_slot_in_env(sc,x,car(sc->args),1)!=sc->NIL);
case OP_SET0: /* set! */
if(is_immutable(car(sc->code)))
Error_1(sc,"set!: unable to alter immutable variable",car(sc->code));
s_save(sc,OP_SET1, sc->NIL, car(sc->code));
sc->code = cadr(sc->code);
s_goto(sc,OP_EVAL);
case OP_SET1: /* set! */
y=find_slot_in_env(sc,sc->envir,sc->code,1);
if (y != sc->NIL) {
set_slot_in_env(sc, y, sc->value);
s_return(sc,sc->value);
} else {
Error_1(sc,"set!: unbound variable:", sc->code);
}
case OP_BEGIN: /* begin */
if (!is_pair(sc->code)) {
s_return(sc,sc->code);
}
if (cdr(sc->code) != sc->NIL) {
s_save(sc,OP_BEGIN, sc->NIL, cdr(sc->code));
}
sc->code = car(sc->code);
s_goto(sc,OP_EVAL);
case OP_IF0: /* if */
s_save(sc,OP_IF1, sc->NIL, cdr(sc->code));
sc->code = car(sc->code);
s_goto(sc,OP_EVAL);
case OP_IF1: /* if */
if (is_true(sc->value))
sc->code = car(sc->code);
else
sc->code = cadr(sc->code); /* (if #f 1) ==> () because
* car(sc->NIL) = sc->NIL */
s_goto(sc,OP_EVAL);
case OP_LET0: /* let */
sc->args = sc->NIL;
sc->value = sc->code;
sc->code = is_symbol(car(sc->code)) ? cadr(sc->code) : car(sc->code);
s_goto(sc,OP_LET1);
case OP_LET1: /* let (calculate parameters) */
sc->args = cons(sc, sc->value, sc->args);
if (is_pair(sc->code)) { /* continue */
if (!is_pair(car(sc->code)) || !is_pair(cdar(sc->code))) {
Error_1(sc, "Bad syntax of binding spec in let :",
car(sc->code));
}
s_save(sc,OP_LET1, sc->args, cdr(sc->code));
sc->code = cadar(sc->code);
sc->args = sc->NIL;
s_goto(sc,OP_EVAL);
} else { /* end */
sc->args = reverse_in_place(sc, sc->NIL, sc->args);
sc->code = car(sc->args);
sc->args = cdr(sc->args);
s_goto(sc,OP_LET2);
}
case OP_LET2: /* let */
new_frame_in_env(sc, sc->envir);
for (x = is_symbol(car(sc->code)) ? cadr(sc->code) : car(sc->code), y = sc->args;
y != sc->NIL; x = cdr(x), y = cdr(y)) {
new_slot_in_env(sc, caar(x), car(y));
}
if (is_symbol(car(sc->code))) { /* named let */
for (x = cadr(sc->code), sc->args = sc->NIL; x != sc->NIL; x = cdr(x)) {
if (!is_pair(x))
Error_1(sc, "Bad syntax of binding in let :", x);
if (!is_list(sc, car(x)))
Error_1(sc, "Bad syntax of binding in let :", car(x));
sc->args = cons(sc, caar(x), sc->args);
}
x = mk_closure(sc, cons(sc, reverse_in_place(sc, sc->NIL, sc->args), cddr(sc->code)), sc->envir);
new_slot_in_env(sc, car(sc->code), x);
sc->code = cddr(sc->code);
sc->args = sc->NIL;
} else {
sc->code = cdr(sc->code);
sc->args = sc->NIL;
}
s_goto(sc,OP_BEGIN);
case OP_LET0AST: /* let* */
if (car(sc->code) == sc->NIL) {
new_frame_in_env(sc, sc->envir);
sc->code = cdr(sc->code);
s_goto(sc,OP_BEGIN);
}
if(!is_pair(car(sc->code)) || !is_pair(caar(sc->code)) || !is_pair(cdaar(sc->code))) {
Error_1(sc,"Bad syntax of binding spec in let* :",car(sc->code));
}
s_save(sc,OP_LET1AST, cdr(sc->code), car(sc->code));
sc->code = cadaar(sc->code);
s_goto(sc,OP_EVAL);
case OP_LET1AST: /* let* (make new frame) */
new_frame_in_env(sc, sc->envir);
s_goto(sc,OP_LET2AST);
case OP_LET2AST: /* let* (calculate parameters) */
new_slot_in_env(sc, caar(sc->code), sc->value);
sc->code = cdr(sc->code);
if (is_pair(sc->code)) { /* continue */
s_save(sc,OP_LET2AST, sc->args, sc->code);
sc->code = cadar(sc->code);
sc->args = sc->NIL;
s_goto(sc,OP_EVAL);
} else { /* end */
sc->code = sc->args;
sc->args = sc->NIL;
s_goto(sc,OP_BEGIN);
}
default:
snprintf(sc->strbuff,STRBUFFSIZE,"%d: illegal operator", sc->op);
Error_0(sc,sc->strbuff);
}
return sc->T;
}
static pointer opexe_1(scheme *sc, enum scheme_opcodes op) {
pointer x, y;
switch (op) {
case OP_LET0REC: /* letrec */
new_frame_in_env(sc, sc->envir);
sc->args = sc->NIL;
sc->value = sc->code;
sc->code = car(sc->code);
s_goto(sc,OP_LET1REC);
case OP_LET1REC: /* letrec (calculate parameters) */
sc->args = cons(sc, sc->value, sc->args);
if (is_pair(sc->code)) { /* continue */
if (!is_pair(car(sc->code)) || !is_pair(cdar(sc->code))) {
Error_1(sc, "Bad syntax of binding spec in letrec :",
car(sc->code));
}
s_save(sc,OP_LET1REC, sc->args, cdr(sc->code));
sc->code = cadar(sc->code);
sc->args = sc->NIL;
s_goto(sc,OP_EVAL);
} else { /* end */
sc->args = reverse_in_place(sc, sc->NIL, sc->args);
sc->code = car(sc->args);
sc->args = cdr(sc->args);
s_goto(sc,OP_LET2REC);
}
case OP_LET2REC: /* letrec */
for (x = car(sc->code), y = sc->args; y != sc->NIL; x = cdr(x), y = cdr(y)) {
new_slot_in_env(sc, caar(x), car(y));
}
sc->code = cdr(sc->code);
sc->args = sc->NIL;
s_goto(sc,OP_BEGIN);
case OP_COND0: /* cond */
if (!is_pair(sc->code)) {
Error_0(sc,"syntax error in cond");
}
s_save(sc,OP_COND1, sc->NIL, sc->code);
sc->code = caar(sc->code);
s_goto(sc,OP_EVAL);
case OP_COND1: /* cond */
if (is_true(sc->value)) {
if ((sc->code = cdar(sc->code)) == sc->NIL) {
s_return(sc,sc->value);
}
if(car(sc->code)==sc->FEED_TO) {
if(!is_pair(cdr(sc->code))) {
Error_0(sc,"syntax error in cond");
}
x=cons(sc, sc->QUOTE, cons(sc, sc->value, sc->NIL));
sc->code=cons(sc,cadr(sc->code),cons(sc,x,sc->NIL));
s_goto(sc,OP_EVAL);
}
s_goto(sc,OP_BEGIN);
} else {
if ((sc->code = cdr(sc->code)) == sc->NIL) {
s_return(sc,sc->NIL);
} else {
s_save(sc,OP_COND1, sc->NIL, sc->code);
sc->code = caar(sc->code);
s_goto(sc,OP_EVAL);
}
}
case OP_DELAY: /* delay */
x = mk_closure(sc, cons(sc, sc->NIL, sc->code), sc->envir);
typeflag(x)=T_PROMISE;
s_return(sc,x);
case OP_AND0: /* and */
if (sc->code == sc->NIL) {
s_return(sc,sc->T);
}
s_save(sc,OP_AND1, sc->NIL, cdr(sc->code));
sc->code = car(sc->code);
s_goto(sc,OP_EVAL);
case OP_AND1: /* and */
if (is_false(sc->value)) {
s_return(sc,sc->value);
} else if (sc->code == sc->NIL) {
s_return(sc,sc->value);
} else {
s_save(sc,OP_AND1, sc->NIL, cdr(sc->code));
sc->code = car(sc->code);
s_goto(sc,OP_EVAL);
}
case OP_OR0: /* or */
if (sc->code == sc->NIL) {
s_return(sc,sc->F);
}
s_save(sc,OP_OR1, sc->NIL, cdr(sc->code));
sc->code = car(sc->code);
s_goto(sc,OP_EVAL);
case OP_OR1: /* or */
if (is_true(sc->value)) {
s_return(sc,sc->value);
} else if (sc->code == sc->NIL) {
s_return(sc,sc->value);
} else {
s_save(sc,OP_OR1, sc->NIL, cdr(sc->code));
sc->code = car(sc->code);
s_goto(sc,OP_EVAL);
}
case OP_C0STREAM: /* cons-stream */
s_save(sc,OP_C1STREAM, sc->NIL, cdr(sc->code));
sc->code = car(sc->code);
s_goto(sc,OP_EVAL);
case OP_C1STREAM: /* cons-stream */
sc->args = sc->value; /* save sc->value to register sc->args for gc */
x = mk_closure(sc, cons(sc, sc->NIL, sc->code), sc->envir);
typeflag(x)=T_PROMISE;
s_return(sc,cons(sc, sc->args, x));
case OP_MACRO0: /* macro */
if (is_pair(car(sc->code))) {
x = caar(sc->code);
sc->code = cons(sc, sc->LAMBDA, cons(sc, cdar(sc->code), cdr(sc->code)));
} else {
x = car(sc->code);
sc->code = cadr(sc->code);
}
if (!is_symbol(x)) {
Error_0(sc,"variable is not a symbol");
}
s_save(sc,OP_MACRO1, sc->NIL, x);
s_goto(sc,OP_EVAL);
case OP_MACRO1: /* macro */
typeflag(sc->value) = T_MACRO;
x = find_slot_in_env(sc, sc->envir, sc->code, 0);
if (x != sc->NIL) {
set_slot_in_env(sc, x, sc->value);
} else {
new_slot_in_env(sc, sc->code, sc->value);
}
s_return(sc,sc->code);
case OP_CASE0: /* case */
s_save(sc,OP_CASE1, sc->NIL, cdr(sc->code));
sc->code = car(sc->code);
s_goto(sc,OP_EVAL);
case OP_CASE1: /* case */
for (x = sc->code; x != sc->NIL; x = cdr(x)) {
if (!is_pair(y = caar(x))) {
break;
}
for ( ; y != sc->NIL; y = cdr(y)) {
if (eqv(car(y), sc->value)) {
break;
}
}
if (y != sc->NIL) {
break;
}
}
if (x != sc->NIL) {
if (is_pair(caar(x))) {
sc->code = cdar(x);
s_goto(sc,OP_BEGIN);
} else {/* else */
s_save(sc,OP_CASE2, sc->NIL, cdar(x));
sc->code = caar(x);
s_goto(sc,OP_EVAL);
}
} else {
s_return(sc,sc->NIL);
}
case OP_CASE2: /* case */
if (is_true(sc->value)) {
s_goto(sc,OP_BEGIN);
} else {
s_return(sc,sc->NIL);
}
case OP_PAPPLY: /* apply */
sc->code = car(sc->args);
sc->args = list_star(sc,cdr(sc->args));
/*sc->args = cadr(sc->args);*/
s_goto(sc,OP_APPLY);
case OP_PEVAL: /* eval */
if(cdr(sc->args)!=sc->NIL) {
sc->envir=cadr(sc->args);
}
sc->code = car(sc->args);
s_goto(sc,OP_EVAL);
case OP_CONTINUATION: /* call-with-current-continuation */
sc->code = car(sc->args);
sc->args = cons(sc, mk_continuation(sc, sc->dump), sc->NIL);
s_goto(sc,OP_APPLY);
default:
snprintf(sc->strbuff,STRBUFFSIZE,"%d: illegal operator", sc->op);
Error_0(sc,sc->strbuff);
}
return sc->T;
}
static pointer opexe_2(scheme *sc, enum scheme_opcodes op) {
pointer x;
num v;
#if USE_MATH
double dd;
#endif
switch (op) {
#if USE_MATH
case OP_INEX2EX: /* inexact->exact */
x=car(sc->args);
if(num_is_integer(x)) {
s_return(sc,x);
} else if(modf(rvalue_unchecked(x),&dd)==0.0) {
s_return(sc,mk_integer(sc,ivalue(x)));
} else {
Error_1(sc,"inexact->exact: not integral:",x);
}
case OP_EXP:
x=car(sc->args);
s_return(sc, mk_real(sc, exp(rvalue(x))));
case OP_LOG:
x=car(sc->args);
s_return(sc, mk_real(sc, log(rvalue(x))));
case OP_SIN:
x=car(sc->args);
s_return(sc, mk_real(sc, sin(rvalue(x))));
case OP_COS:
x=car(sc->args);
s_return(sc, mk_real(sc, cos(rvalue(x))));
case OP_TAN:
x=car(sc->args);
s_return(sc, mk_real(sc, tan(rvalue(x))));
case OP_ASIN:
x=car(sc->args);
s_return(sc, mk_real(sc, asin(rvalue(x))));
case OP_ACOS:
x=car(sc->args);
s_return(sc, mk_real(sc, acos(rvalue(x))));
case OP_ATAN:
x=car(sc->args);
if(cdr(sc->args)==sc->NIL) {
s_return(sc, mk_real(sc, atan(rvalue(x))));
} else {
pointer y=cadr(sc->args);
s_return(sc, mk_real(sc, atan2(rvalue(x),rvalue(y))));
}
case OP_SQRT:
x=car(sc->args);
s_return(sc, mk_real(sc, sqrt(rvalue(x))));
case OP_EXPT:
x=car(sc->args);
if(cdr(sc->args)==sc->NIL) {
Error_0(sc,"expt: needs two arguments");
} else {
pointer y=cadr(sc->args);
s_return(sc, mk_real(sc, pow(rvalue(x),rvalue(y))));
}
case OP_FLOOR:
x=car(sc->args);
s_return(sc, mk_real(sc, floor(rvalue(x))));
case OP_CEILING:
x=car(sc->args);
s_return(sc, mk_real(sc, ceil(rvalue(x))));
case OP_TRUNCATE : {
double rvalue_of_x ;
x=car(sc->args);
rvalue_of_x = rvalue(x) ;
if (rvalue_of_x > 0) {
s_return(sc, mk_real(sc, floor(rvalue_of_x)));
} else {
s_return(sc, mk_real(sc, ceil(rvalue_of_x)));
}
}
case OP_ROUND:
x=car(sc->args);
s_return(sc, mk_real(sc, round_per_R5RS(rvalue(x))));
#endif
case OP_ADD: /* + */
v=num_zero;
for (x = sc->args; x != sc->NIL; x = cdr(x)) {
v=num_add(v,nvalue(car(x)));
}
s_return(sc,mk_number(sc, v));
case OP_MUL: /* * */
v=num_one;
for (x = sc->args; x != sc->NIL; x = cdr(x)) {
v=num_mul(v,nvalue(car(x)));
}
s_return(sc,mk_number(sc, v));
case OP_SUB: /* - */
if(cdr(sc->args)==sc->NIL) {
x=sc->args;
v=num_zero;
} else {
x = cdr(sc->args);
v = nvalue(car(sc->args));
}
for (; x != sc->NIL; x = cdr(x)) {
v=num_sub(v,nvalue(car(x)));
}
s_return(sc,mk_number(sc, v));
case OP_DIV: /* / */
if(cdr(sc->args)==sc->NIL) {
x=sc->args;
v=num_one;
} else {
x = cdr(sc->args);
v = nvalue(car(sc->args));
}
for (; x != sc->NIL; x = cdr(x)) {
if (!is_zero_double(rvalue(car(x))))
v=num_div(v,nvalue(car(x)));
else {
Error_0(sc,"/: division by zero");
}
}
s_return(sc,mk_number(sc, v));
case OP_INTDIV: /* quotient */
if(cdr(sc->args)==sc->NIL) {
x=sc->args;
v=num_one;
} else {
x = cdr(sc->args);
v = nvalue(car(sc->args));
}
for (; x != sc->NIL; x = cdr(x)) {
if (ivalue(car(x)) != 0)
v=num_intdiv(v,nvalue(car(x)));
else {
Error_0(sc,"quotient: division by zero");
}
}
s_return(sc,mk_number(sc, v));
case OP_REM: /* remainder */
v = nvalue(car(sc->args));
if (ivalue(cadr(sc->args)) != 0)
v=num_rem(v,nvalue(cadr(sc->args)));
else {
Error_0(sc,"remainder: division by zero");
}
s_return(sc,mk_number(sc, v));
case OP_MOD: /* modulo */
v = nvalue(car(sc->args));
if (ivalue(cadr(sc->args)) != 0)
v=num_mod(v,nvalue(cadr(sc->args)));
else {
Error_0(sc,"modulo: division by zero");
}
s_return(sc,mk_number(sc, v));
case OP_CAR: /* car */
s_return(sc,caar(sc->args));
case OP_CDR: /* cdr */
s_return(sc,cdar(sc->args));
case OP_CONS: /* cons */
cdr(sc->args) = cadr(sc->args);
s_return(sc,sc->args);
case OP_SETCAR: /* set-car! */
if(!is_immutable(car(sc->args))) {
caar(sc->args) = cadr(sc->args);
s_return(sc,car(sc->args));
} else {
Error_0(sc,"set-car!: unable to alter immutable pair");
}
case OP_SETCDR: /* set-cdr! */
if(!is_immutable(car(sc->args))) {
cdar(sc->args) = cadr(sc->args);
s_return(sc,car(sc->args));
} else {
Error_0(sc,"set-cdr!: unable to alter immutable pair");
}
case OP_CHAR2INT: { /* char->integer */
char c;
c=(char)ivalue(car(sc->args));
s_return(sc,mk_integer(sc,(unsigned char)c));
}
case OP_INT2CHAR: { /* integer->char */
unsigned char c;
c=(unsigned char)ivalue(car(sc->args));
s_return(sc,mk_character(sc,(char)c));
}
case OP_CHARUPCASE: {
unsigned char c;
c=(unsigned char)ivalue(car(sc->args));
c=toupper(c);
s_return(sc,mk_character(sc,(char)c));
}
case OP_CHARDNCASE: {
unsigned char c;
c=(unsigned char)ivalue(car(sc->args));
c=tolower(c);
s_return(sc,mk_character(sc,(char)c));
}
case OP_STR2SYM: /* string->symbol */
s_return(sc,mk_symbol(sc,strvalue(car(sc->args))));
case OP_STR2ATOM: /* string->atom */ {
char *s=strvalue(car(sc->args));
if(*s=='#') {
s_return(sc, mk_sharp_const(sc, s+1));
} else {
s_return(sc, mk_atom(sc, s));
}
}
case OP_SYM2STR: /* symbol->string */
x=mk_string(sc,symname(car(sc->args)));
setimmutable(x);
s_return(sc,x);
case OP_ATOM2STR: /* atom->string */
x=car(sc->args);
if(is_number(x) || is_character(x) || is_string(x) || is_symbol(x)) {
char *p;
int len;
atom2str(sc,x,0,&p,&len);
s_return(sc,mk_counted_string(sc,p,len));
} else {
Error_1(sc, "atom->string: not an atom:", x);
}
case OP_MKSTRING: { /* make-string */
int fill=' ';
int len;
len=ivalue(car(sc->args));
if(cdr(sc->args)!=sc->NIL) {
fill=charvalue(cadr(sc->args));
}
s_return(sc,mk_empty_string(sc,len,(char)fill));
}
case OP_STRLEN: /* string-length */
s_return(sc,mk_integer(sc,strlength(car(sc->args))));
case OP_STRREF: { /* string-ref */
char *str;
int index;
str=strvalue(car(sc->args));
index=ivalue(cadr(sc->args));
if(index>=strlength(car(sc->args))) {
Error_1(sc,"string-ref: out of bounds:",cadr(sc->args));
}
s_return(sc,mk_character(sc,((unsigned char*)str)[index]));
}
case OP_STRSET: { /* string-set! */
char *str;
int index;
int c;
if(is_immutable(car(sc->args))) {
Error_1(sc,"string-set!: unable to alter immutable string:",car(sc->args));
}
str=strvalue(car(sc->args));
index=ivalue(cadr(sc->args));
if(index>=strlength(car(sc->args))) {
Error_1(sc,"string-set!: out of bounds:",cadr(sc->args));
}
c=charvalue(caddr(sc->args));
str[index]=(char)c;
s_return(sc,car(sc->args));
}
case OP_STRAPPEND: { /* string-append */
/* in 1.29 string-append was in Scheme in init.scm but was too slow */
int len = 0;
pointer newstr;
char *pos;
/* compute needed length for new string */
for (x = sc->args; x != sc->NIL; x = cdr(x)) {
len += strlength(car(x));
}
newstr = mk_empty_string(sc, len, ' ');
/* store the contents of the argument strings into the new string */
for (pos = strvalue(newstr), x = sc->args; x != sc->NIL;
pos += strlength(car(x)), x = cdr(x)) {
memcpy(pos, strvalue(car(x)), strlength(car(x)));
}
s_return(sc, newstr);
}
case OP_SUBSTR: { /* substring */
char *str;
int index0;
int index1;
int len;
str=strvalue(car(sc->args));
index0=ivalue(cadr(sc->args));
if(index0>strlength(car(sc->args))) {
Error_1(sc,"substring: start out of bounds:",cadr(sc->args));
}
if(cddr(sc->args)!=sc->NIL) {
index1=ivalue(caddr(sc->args));
if(index1>strlength(car(sc->args)) || index1<index0) {
Error_1(sc,"substring: end out of bounds:",caddr(sc->args));
}
} else {
index1=strlength(car(sc->args));
}
len=index1-index0;
x=mk_empty_string(sc,len,' ');
memcpy(strvalue(x),str+index0,len);
strvalue(x)[len]=0;
s_return(sc,x);
}
case OP_VECTOR: { /* vector */
int i;
pointer vec;
int len=list_length(sc,sc->args);
if(len<0) {
Error_1(sc,"vector: not a proper list:",sc->args);
}
vec=mk_vector(sc,len);
if(sc->no_memory) { s_return(sc, sc->sink); }
for (x = sc->args, i = 0; is_pair(x); x = cdr(x), i++) {
set_vector_elem(vec,i,car(x));
}
s_return(sc,vec);
}
case OP_MKVECTOR: { /* make-vector */
pointer fill=sc->NIL;
int len;
pointer vec;
len=ivalue(car(sc->args));
if(cdr(sc->args)!=sc->NIL) {
fill=cadr(sc->args);
}
vec=mk_vector(sc,len);
if(sc->no_memory) { s_return(sc, sc->sink); }
if(fill!=sc->NIL) {
fill_vector(vec,fill);
}
s_return(sc,vec);
}
case OP_VECLEN: /* vector-length */
s_return(sc,mk_integer(sc,ivalue(car(sc->args))));
case OP_VECREF: { /* vector-ref */
int index;
index=ivalue(cadr(sc->args));
if(index>=ivalue(car(sc->args))) {
Error_1(sc,"vector-ref: out of bounds:",cadr(sc->args));
}
s_return(sc,vector_elem(car(sc->args),index));
}
case OP_VECSET: { /* vector-set! */
int index;
if(is_immutable(car(sc->args))) {
Error_1(sc,"vector-set!: unable to alter immutable vector:",car(sc->args));
}
index=ivalue(cadr(sc->args));
if(index>=ivalue(car(sc->args))) {
Error_1(sc,"vector-set!: out of bounds:",cadr(sc->args));
}
set_vector_elem(car(sc->args),index,caddr(sc->args));
s_return(sc,car(sc->args));
}
default:
snprintf(sc->strbuff,STRBUFFSIZE,"%d: illegal operator", sc->op);
Error_0(sc,sc->strbuff);
}
return sc->T;
}
static int is_list(scheme *sc, pointer a)
{ return list_length(sc,a) >= 0; }
/* Result is:
proper list: length
circular list: -1
not even a pair: -2
dotted list: -2 minus length before dot
*/
int list_length(scheme *sc, pointer a) {
int i=0;
pointer slow, fast;
slow = fast = a;
while (1)
{
if (fast == sc->NIL)
return i;
if (!is_pair(fast))
return -2 - i;
fast = cdr(fast);
++i;
if (fast == sc->NIL)
return i;
if (!is_pair(fast))
return -2 - i;
++i;
fast = cdr(fast);
/* Safe because we would have already returned if `fast'
encountered a non-pair. */
slow = cdr(slow);
if (fast == slow)
{
/* the fast pointer has looped back around and caught up
with the slow pointer, hence the structure is circular,
not of finite length, and therefore not a list */
return -1;
}
}
}
static pointer opexe_3(scheme *sc, enum scheme_opcodes op) {
pointer x;
num v;
int (*comp_func)(num,num)=0;
switch (op) {
case OP_NOT: /* not */
s_retbool(is_false(car(sc->args)));
case OP_BOOLP: /* boolean? */
s_retbool(car(sc->args) == sc->F || car(sc->args) == sc->T);
case OP_EOFOBJP: /* boolean? */
s_retbool(car(sc->args) == sc->EOF_OBJ);
case OP_NULLP: /* null? */
s_retbool(car(sc->args) == sc->NIL);
case OP_NUMEQ: /* = */
case OP_LESS: /* < */
case OP_GRE: /* > */
case OP_LEQ: /* <= */
case OP_GEQ: /* >= */
switch(op) {
case OP_NUMEQ: comp_func=num_eq; break;
case OP_LESS: comp_func=num_lt; break;
case OP_GRE: comp_func=num_gt; break;
case OP_LEQ: comp_func=num_le; break;
case OP_GEQ: comp_func=num_ge; break;
}
x=sc->args;
v=nvalue(car(x));
x=cdr(x);
for (; x != sc->NIL; x = cdr(x)) {
if(!comp_func(v,nvalue(car(x)))) {
s_retbool(0);
}
v=nvalue(car(x));
}
s_retbool(1);
case OP_SYMBOLP: /* symbol? */
s_retbool(is_symbol(car(sc->args)));
case OP_NUMBERP: /* number? */
s_retbool(is_number(car(sc->args)));
case OP_STRINGP: /* string? */
s_retbool(is_string(car(sc->args)));
case OP_INTEGERP: /* integer? */
s_retbool(is_integer(car(sc->args)));
case OP_REALP: /* real? */
s_retbool(is_number(car(sc->args))); /* All numbers are real */
case OP_CHARP: /* char? */
s_retbool(is_character(car(sc->args)));
#if USE_CHAR_CLASSIFIERS
case OP_CHARAP: /* char-alphabetic? */
s_retbool(Cisalpha(ivalue(car(sc->args))));
case OP_CHARNP: /* char-numeric? */
s_retbool(Cisdigit(ivalue(car(sc->args))));
case OP_CHARWP: /* char-whitespace? */
s_retbool(Cisspace(ivalue(car(sc->args))));
case OP_CHARUP: /* char-upper-case? */
s_retbool(Cisupper(ivalue(car(sc->args))));
case OP_CHARLP: /* char-lower-case? */
s_retbool(Cislower(ivalue(car(sc->args))));
#endif
case OP_PORTP: /* port? */
s_retbool(is_port(car(sc->args)));
case OP_INPORTP: /* input-port? */
s_retbool(is_inport(car(sc->args)));
case OP_OUTPORTP: /* output-port? */
s_retbool(is_outport(car(sc->args)));
case OP_PROCP: /* procedure? */
/*--
* continuation should be procedure by the example
* (call-with-current-continuation procedure?) ==> #t
* in R^3 report sec. 6.9
*/
s_retbool(is_proc(car(sc->args)) || is_closure(car(sc->args))
|| is_continuation(car(sc->args)) || is_foreign(car(sc->args)));
case OP_PAIRP: /* pair? */
s_retbool(is_pair(car(sc->args)));
case OP_LISTP: /* list? */
s_retbool(list_length(sc,car(sc->args)) >= 0);
case OP_ENVP: /* environment? */
s_retbool(is_environment(car(sc->args)));
case OP_VECTORP: /* vector? */
s_retbool(is_vector(car(sc->args)));
case OP_EQ: /* eq? */
s_retbool(car(sc->args) == cadr(sc->args));
case OP_EQV: /* eqv? */
s_retbool(eqv(car(sc->args), cadr(sc->args)));
default:
snprintf(sc->strbuff,STRBUFFSIZE,"%d: illegal operator", sc->op);
Error_0(sc,sc->strbuff);
}
return sc->T;
}
static pointer opexe_4(scheme *sc, enum scheme_opcodes op) {
pointer x, y;
switch (op) {
case OP_FORCE: /* force */
sc->code = car(sc->args);
if (is_promise(sc->code)) {
/* Should change type to closure here */
s_save(sc, OP_SAVE_FORCED, sc->NIL, sc->code);
sc->args = sc->NIL;
s_goto(sc,OP_APPLY);
} else {
s_return(sc,sc->code);
}
case OP_SAVE_FORCED: /* Save forced value replacing promise */
memcpy(sc->code,sc->value,sizeof(struct cell));
s_return(sc,sc->value);
case OP_WRITE: /* write */
case OP_DISPLAY: /* display */
case OP_WRITE_CHAR: /* write-char */
if(is_pair(cdr(sc->args))) {
if(cadr(sc->args)!=sc->outport) {
x=cons(sc,sc->outport,sc->NIL);
s_save(sc,OP_SET_OUTPORT, x, sc->NIL);
sc->outport=cadr(sc->args);
}
}
sc->args = car(sc->args);
if(op==OP_WRITE) {
sc->print_flag = 1;
} else {
sc->print_flag = 0;
}
s_goto(sc,OP_P0LIST);
case OP_NEWLINE: /* newline */
if(is_pair(sc->args)) {
if(car(sc->args)!=sc->outport) {
x=cons(sc,sc->outport,sc->NIL);
s_save(sc,OP_SET_OUTPORT, x, sc->NIL);
sc->outport=car(sc->args);
}
}
putstr(sc, "\n");
s_return(sc,sc->T);
case OP_ERR0: /* error */
sc->retcode=-1;
if (!is_string(car(sc->args))) {
sc->args=cons(sc,mk_string(sc," -- "),sc->args);
setimmutable(car(sc->args));
}
putstr(sc, "Error: ");
putstr(sc, strvalue(car(sc->args)));
sc->args = cdr(sc->args);
s_goto(sc,OP_ERR1);
case OP_ERR1: /* error */
putstr(sc, " ");
if (sc->args != sc->NIL) {
s_save(sc,OP_ERR1, cdr(sc->args), sc->NIL);
sc->args = car(sc->args);
sc->print_flag = 1;
s_goto(sc,OP_P0LIST);
} else {
putstr(sc, "\n");
if(sc->interactive_repl) {
s_goto(sc,OP_T0LVL);
} else {
return sc->NIL;
}
}
case OP_REVERSE: /* reverse */
s_return(sc,reverse(sc, car(sc->args)));
case OP_LIST_STAR: /* list* */
s_return(sc,list_star(sc,sc->args));
case OP_APPEND: /* append */
if(sc->args==sc->NIL) {
s_return(sc,sc->NIL);
}
x=car(sc->args);
if(cdr(sc->args)==sc->NIL) {
s_return(sc,sc->args);
}
for (y = cdr(sc->args); y != sc->NIL; y = cdr(y)) {
x=append(sc,x,car(y));
}
s_return(sc,x);
#if USE_PLIST
case OP_PUT: /* put */
if (!hasprop(car(sc->args)) || !hasprop(cadr(sc->args))) {
Error_0(sc,"illegal use of put");
}
for (x = symprop(car(sc->args)), y = cadr(sc->args); x != sc->NIL; x = cdr(x)) {
if (caar(x) == y) {
break;
}
}
if (x != sc->NIL)
cdar(x) = caddr(sc->args);
else
symprop(car(sc->args)) = cons(sc, cons(sc, y, caddr(sc->args)),
symprop(car(sc->args)));
s_return(sc,sc->T);
case OP_GET: /* get */
if (!hasprop(car(sc->args)) || !hasprop(cadr(sc->args))) {
Error_0(sc,"illegal use of get");
}
for (x = symprop(car(sc->args)), y = cadr(sc->args); x != sc->NIL; x = cdr(x)) {
if (caar(x) == y) {
break;
}
}
if (x != sc->NIL) {
s_return(sc,cdar(x));
} else {
s_return(sc,sc->NIL);
}
#endif /* USE_PLIST */
case OP_QUIT: /* quit */
if(is_pair(sc->args)) {
sc->retcode=ivalue(car(sc->args));
}
return (sc->NIL);
case OP_GC: /* gc */
gc(sc, sc->NIL, sc->NIL);
s_return(sc,sc->T);
case OP_GCVERB: /* gc-verbose */
{ int was = sc->gc_verbose;
sc->gc_verbose = (car(sc->args) != sc->F);
s_retbool(was);
}
case OP_NEWSEGMENT: /* new-segment */
if (!is_pair(sc->args) || !is_number(car(sc->args))) {
Error_0(sc,"new-segment: argument must be a number");
}
alloc_cellseg(sc, (int) ivalue(car(sc->args)));
s_return(sc,sc->T);
case OP_OBLIST: /* oblist */
s_return(sc, oblist_all_symbols(sc));
case OP_CURR_INPORT: /* current-input-port */
s_return(sc,sc->inport);
case OP_CURR_OUTPORT: /* current-output-port */
s_return(sc,sc->outport);
case OP_OPEN_INFILE: /* open-input-file */
case OP_OPEN_OUTFILE: /* open-output-file */
case OP_OPEN_INOUTFILE: /* open-input-output-file */ {
int prop=0;
pointer p;
switch(op) {
case OP_OPEN_INFILE: prop=port_input; break;
case OP_OPEN_OUTFILE: prop=port_output; break;
case OP_OPEN_INOUTFILE: prop=port_input|port_output; break;
}
p=port_from_filename(sc,strvalue(car(sc->args)),prop);
if(p==sc->NIL) {
s_return(sc,sc->F);
}
s_return(sc,p);
}
#if USE_STRING_PORTS
case OP_OPEN_INSTRING: /* open-input-string */
case OP_OPEN_INOUTSTRING: /* open-input-output-string */ {
int prop=0;
pointer p;
switch(op) {
case OP_OPEN_INSTRING: prop=port_input; break;
case OP_OPEN_INOUTSTRING: prop=port_input|port_output; break;
}
p=port_from_string(sc, strvalue(car(sc->args)),
strvalue(car(sc->args))+strlength(car(sc->args)), prop);
if(p==sc->NIL) {
s_return(sc,sc->F);
}
s_return(sc,p);
}
case OP_OPEN_OUTSTRING: /* open-output-string */ {
pointer p;
if(car(sc->args)==sc->NIL) {
p=port_from_scratch(sc);
if(p==sc->NIL) {
s_return(sc,sc->F);
}
} else {
p=port_from_string(sc, strvalue(car(sc->args)),
strvalue(car(sc->args))+strlength(car(sc->args)),
port_output);
if(p==sc->NIL) {
s_return(sc,sc->F);
}
}
s_return(sc,p);
}
case OP_GET_OUTSTRING: /* get-output-string */ {
port *p;
if ((p=car(sc->args)->_object._port)->kind&port_string) {
off_t size;
char *str;
size=p->rep.string.curr-p->rep.string.start+1;
str=(char*)sc->malloc(size);
if(str != NULL) {
pointer s;
memcpy(str,p->rep.string.start,size-1);
str[size-1]='\0';
s=mk_string(sc,str);
sc->free(str);
s_return(sc,s);
}
}
s_return(sc,sc->F);
}
#endif
case OP_CLOSE_INPORT: /* close-input-port */
port_close(sc,car(sc->args),port_input);
s_return(sc,sc->T);
case OP_CLOSE_OUTPORT: /* close-output-port */
port_close(sc,car(sc->args),port_output);
s_return(sc,sc->T);
case OP_INT_ENV: /* interaction-environment */
s_return(sc,sc->global_env);
case OP_CURR_ENV: /* current-environment */
s_return(sc,sc->envir);
}
return sc->T;
}
static pointer opexe_5(scheme *sc, enum scheme_opcodes op) {
pointer x;
if(sc->nesting!=0) {
int n=sc->nesting;
sc->nesting=0;
sc->retcode=-1;
Error_1(sc,"unmatched parentheses:",mk_integer(sc,n));
}
switch (op) {
/* ========== reading part ========== */
case OP_READ:
if(!is_pair(sc->args)) {
s_goto(sc,OP_READ_INTERNAL);
}
if(!is_inport(car(sc->args))) {
Error_1(sc,"read: not an input port:",car(sc->args));
}
if(car(sc->args)==sc->inport) {
s_goto(sc,OP_READ_INTERNAL);
}
x=sc->inport;
sc->inport=car(sc->args);
x=cons(sc,x,sc->NIL);
s_save(sc,OP_SET_INPORT, x, sc->NIL);
s_goto(sc,OP_READ_INTERNAL);
case OP_READ_CHAR: /* read-char */
case OP_PEEK_CHAR: /* peek-char */ {
int c;
if(is_pair(sc->args)) {
if(car(sc->args)!=sc->inport) {
x=sc->inport;
x=cons(sc,x,sc->NIL);
s_save(sc,OP_SET_INPORT, x, sc->NIL);
sc->inport=car(sc->args);
}
}
c=inchar(sc);
if(c==EOF) {
s_return(sc,sc->EOF_OBJ);
}
if(sc->op==OP_PEEK_CHAR) {
backchar(sc,c);
}
s_return(sc,mk_character(sc,c));
}
case OP_CHAR_READY: /* char-ready? */ {
pointer p=sc->inport;
int res;
if(is_pair(sc->args)) {
p=car(sc->args);
}
res=p->_object._port->kind&port_string;
s_retbool(res);
}
case OP_SET_INPORT: /* set-input-port */
sc->inport=car(sc->args);
s_return(sc,sc->value);
case OP_SET_OUTPORT: /* set-output-port */
sc->outport=car(sc->args);
s_return(sc,sc->value);
case OP_RDSEXPR:
switch (sc->tok) {
case TOK_EOF:
s_return(sc,sc->EOF_OBJ);
/* NOTREACHED */
/*
* Commented out because we now skip comments in the scanner
*
case TOK_COMMENT: {
int c;
while ((c=inchar(sc)) != '\n' && c!=EOF)
;
sc->tok = token(sc);
s_goto(sc,OP_RDSEXPR);
}
*/
case TOK_VEC:
s_save(sc,OP_RDVEC,sc->NIL,sc->NIL);
/* fall through */
case TOK_LPAREN:
sc->tok = token(sc);
if (sc->tok == TOK_RPAREN) {
s_return(sc,sc->NIL);
} else if (sc->tok == TOK_DOT) {
Error_0(sc,"syntax error: illegal dot expression");
} else {
sc->nesting_stack[sc->file_i]++;
s_save(sc,OP_RDLIST, sc->NIL, sc->NIL);
s_goto(sc,OP_RDSEXPR);
}
case TOK_QUOTE:
s_save(sc,OP_RDQUOTE, sc->NIL, sc->NIL);
sc->tok = token(sc);
s_goto(sc,OP_RDSEXPR);
case TOK_BQUOTE:
sc->tok = token(sc);
if(sc->tok==TOK_VEC) {
s_save(sc,OP_RDQQUOTEVEC, sc->NIL, sc->NIL);
sc->tok=TOK_LPAREN;
s_goto(sc,OP_RDSEXPR);
} else {
s_save(sc,OP_RDQQUOTE, sc->NIL, sc->NIL);
}
s_goto(sc,OP_RDSEXPR);
case TOK_COMMA:
s_save(sc,OP_RDUNQUOTE, sc->NIL, sc->NIL);
sc->tok = token(sc);
s_goto(sc,OP_RDSEXPR);
case TOK_ATMARK:
s_save(sc,OP_RDUQTSP, sc->NIL, sc->NIL);
sc->tok = token(sc);
s_goto(sc,OP_RDSEXPR);
case TOK_ATOM:
s_return(sc,mk_atom(sc, readstr_upto(sc, "();\t\n\r ")));
case TOK_DQUOTE:
x=readstrexp(sc);
if(x==sc->F) {
Error_0(sc,"Error reading string");
}
setimmutable(x);
s_return(sc,x);
case TOK_SHARP: {
pointer f=find_slot_in_env(sc,sc->envir,sc->SHARP_HOOK,1);
if(f==sc->NIL) {
Error_0(sc,"undefined sharp expression");
} else {
sc->code=cons(sc,slot_value_in_env(f),sc->NIL);
s_goto(sc,OP_EVAL);
}
}
case TOK_SHARP_CONST:
if ((x = mk_sharp_const(sc, readstr_upto(sc, "();\t\n\r "))) == sc->NIL) {
Error_0(sc,"undefined sharp expression");
} else {
s_return(sc,x);
}
default:
Error_0(sc,"syntax error: illegal token");
}
break;
case OP_RDLIST: {
sc->args = cons(sc, sc->value, sc->args);
sc->tok = token(sc);
/* We now skip comments in the scanner
while (sc->tok == TOK_COMMENT) {
int c;
while ((c=inchar(sc)) != '\n' && c!=EOF)
;
sc->tok = token(sc);
}
*/
if(sc->tok == TOK_EOF)
{ s_return(sc,sc->EOF_OBJ); }
else if (sc->tok == TOK_RPAREN) {
int c = inchar(sc);
if (c != '\n')
backchar(sc,c);
#if SHOW_ERROR_LINE
else
sc->load_stack[sc->file_i].curr_line++;
#endif
sc->nesting_stack[sc->file_i]--;
s_return(sc,reverse_in_place(sc, sc->NIL, sc->args));
} else if (sc->tok == TOK_DOT) {
s_save(sc,OP_RDDOT, sc->args, sc->NIL);
sc->tok = token(sc);
s_goto(sc,OP_RDSEXPR);
} else {
s_save(sc,OP_RDLIST, sc->args, sc->NIL);;
s_goto(sc,OP_RDSEXPR);
}
}
case OP_RDDOT:
if (token(sc) != TOK_RPAREN) {
Error_0(sc,"syntax error: illegal dot expression");
} else {
sc->nesting_stack[sc->file_i]--;
s_return(sc,reverse_in_place(sc, sc->value, sc->args));
}
case OP_RDQUOTE:
s_return(sc,cons(sc, sc->QUOTE, cons(sc, sc->value, sc->NIL)));
case OP_RDQQUOTE:
s_return(sc,cons(sc, sc->QQUOTE, cons(sc, sc->value, sc->NIL)));
case OP_RDQQUOTEVEC:
s_return(sc,cons(sc, mk_symbol(sc,"apply"),
cons(sc, mk_symbol(sc,"vector"),
cons(sc,cons(sc, sc->QQUOTE,
cons(sc,sc->value,sc->NIL)),
sc->NIL))));
case OP_RDUNQUOTE:
s_return(sc,cons(sc, sc->UNQUOTE, cons(sc, sc->value, sc->NIL)));
case OP_RDUQTSP:
s_return(sc,cons(sc, sc->UNQUOTESP, cons(sc, sc->value, sc->NIL)));
case OP_RDVEC:
/*sc->code=cons(sc,mk_proc(sc,OP_VECTOR),sc->value);
s_goto(sc,OP_EVAL); Cannot be quoted*/
/*x=cons(sc,mk_proc(sc,OP_VECTOR),sc->value);
s_return(sc,x); Cannot be part of pairs*/
/*sc->code=mk_proc(sc,OP_VECTOR);
sc->args=sc->value;
s_goto(sc,OP_APPLY);*/
sc->args=sc->value;
s_goto(sc,OP_VECTOR);
/* ========== printing part ========== */
case OP_P0LIST:
if(is_vector(sc->args)) {
putstr(sc,"#(");
sc->args=cons(sc,sc->args,mk_integer(sc,0));
s_goto(sc,OP_PVECFROM);
} else if(is_environment(sc->args)) {
putstr(sc,"#<ENVIRONMENT>");
s_return(sc,sc->T);
} else if (!is_pair(sc->args)) {
printatom(sc, sc->args, sc->print_flag);
s_return(sc,sc->T);
} else if (car(sc->args) == sc->QUOTE && ok_abbrev(cdr(sc->args))) {
putstr(sc, "'");
sc->args = cadr(sc->args);
s_goto(sc,OP_P0LIST);
} else if (car(sc->args) == sc->QQUOTE && ok_abbrev(cdr(sc->args))) {
putstr(sc, "`");
sc->args = cadr(sc->args);
s_goto(sc,OP_P0LIST);
} else if (car(sc->args) == sc->UNQUOTE && ok_abbrev(cdr(sc->args))) {
putstr(sc, ",");
sc->args = cadr(sc->args);
s_goto(sc,OP_P0LIST);
} else if (car(sc->args) == sc->UNQUOTESP && ok_abbrev(cdr(sc->args))) {
putstr(sc, ",@");
sc->args = cadr(sc->args);
s_goto(sc,OP_P0LIST);
} else {
putstr(sc, "(");
s_save(sc,OP_P1LIST, cdr(sc->args), sc->NIL);
sc->args = car(sc->args);
s_goto(sc,OP_P0LIST);
}
case OP_P1LIST:
if (is_pair(sc->args)) {
s_save(sc,OP_P1LIST, cdr(sc->args), sc->NIL);
putstr(sc, " ");
sc->args = car(sc->args);
s_goto(sc,OP_P0LIST);
} else if(is_vector(sc->args)) {
s_save(sc,OP_P1LIST,sc->NIL,sc->NIL);
putstr(sc, " . ");
s_goto(sc,OP_P0LIST);
} else {
if (sc->args != sc->NIL) {
putstr(sc, " . ");
printatom(sc, sc->args, sc->print_flag);
}
putstr(sc, ")");
s_return(sc,sc->T);
}
case OP_PVECFROM: {
int i=ivalue_unchecked(cdr(sc->args));
pointer vec=car(sc->args);
int len=ivalue_unchecked(vec);
if(i==len) {
putstr(sc,")");
s_return(sc,sc->T);
} else {
pointer elem=vector_elem(vec,i);
ivalue_unchecked(cdr(sc->args))=i+1;
s_save(sc,OP_PVECFROM, sc->args, sc->NIL);
sc->args=elem;
putstr(sc," ");
s_goto(sc,OP_P0LIST);
}
}
default:
snprintf(sc->strbuff,STRBUFFSIZE,"%d: illegal operator", sc->op);
Error_0(sc,sc->strbuff);
}
return sc->T;
}
static pointer opexe_6(scheme *sc, enum scheme_opcodes op) {
pointer x, y;
long v;
switch (op) {
case OP_LIST_LENGTH: /* length */ /* a.k */
v=list_length(sc,car(sc->args));
if(v<0) {
Error_1(sc,"length: not a list:",car(sc->args));
}
s_return(sc,mk_integer(sc, v));
case OP_ASSQ: /* assq */ /* a.k */
x = car(sc->args);
for (y = cadr(sc->args); is_pair(y); y = cdr(y)) {
if (!is_pair(car(y))) {
Error_0(sc,"unable to handle non pair element");
}
if (x == caar(y))
break;
}
if (is_pair(y)) {
s_return(sc,car(y));
} else {
s_return(sc,sc->F);
}
case OP_GET_CLOSURE: /* get-closure-code */ /* a.k */
sc->args = car(sc->args);
if (sc->args == sc->NIL) {
s_return(sc,sc->F);
} else if (is_closure(sc->args)) {
s_return(sc,cons(sc, sc->LAMBDA, closure_code(sc->value)));
} else if (is_macro(sc->args)) {
s_return(sc,cons(sc, sc->LAMBDA, closure_code(sc->value)));
} else {
s_return(sc,sc->F);
}
case OP_CLOSUREP: /* closure? */
/*
* Note, macro object is also a closure.
* Therefore, (closure? <#MACRO>) ==> #t
*/
s_retbool(is_closure(car(sc->args)));
case OP_MACROP: /* macro? */
s_retbool(is_macro(car(sc->args)));
///////////// FLUXUS
case OP_PUSH:
engine::get()->push(); s_return(sc,sc->F);
case OP_POP:
engine::get()->pop(); s_return(sc,sc->F);
case OP_GRAB:
engine::get()->grab(ivalue(car(sc->args))); s_return(sc,sc->F);
case OP_UNGRAB:
engine::get()->ungrab(); s_return(sc,sc->F);
case OP_PARENT:
engine::get()->parent(ivalue(car(sc->args))); s_return(sc,sc->F);
case OP_IDENTITY:
engine::get()->identity(); s_return(sc,sc->F);
case OP_TRANSLATE:
engine::get()->translate(rvalue(vector_elem(car(sc->args),0)),
rvalue(vector_elem(car(sc->args),1)),
rvalue(vector_elem(car(sc->args),2)));
s_return(sc,sc->F);
case OP_SCALE:
engine::get()->scale(rvalue(vector_elem(car(sc->args),0)),
rvalue(vector_elem(car(sc->args),1)),
rvalue(vector_elem(car(sc->args),2)));
s_return(sc,sc->F);
case OP_ROTATE:
engine::get()->rotate(rvalue(vector_elem(car(sc->args),0)),
rvalue(vector_elem(car(sc->args),1)),
rvalue(vector_elem(car(sc->args),2)));
s_return(sc,sc->F);
case OP_COLOUR:
engine::get()->colour(rvalue(vector_elem(car(sc->args),0)),
rvalue(vector_elem(car(sc->args),1)),
rvalue(vector_elem(car(sc->args),2)),
rvalue(vector_elem(car(sc->args),3)));
s_return(sc,sc->F);
case OP_HINT:
{
u32 h=ivalue(car(sc->args));
switch (h)
{
case 0: engine::get()->hint(HINT_NONE); break; //???
case 1: engine::get()->hint(HINT_SOLID); break;
case 2: engine::get()->hint(HINT_WIRE); break;
case 3: engine::get()->hint(HINT_NORMAL); break;
case 4: engine::get()->hint(HINT_POINTS); break;
case 5: engine::get()->hint(HINT_AALIAS); break;
case 6: engine::get()->hint(HINT_BOUND); break;
case 7: engine::get()->hint(HINT_UNLIT); break;
case 8: engine::get()->hint(HINT_VERTCOLS); break;
case 9: engine::get()->hint(HINT_ORIGIN); break;
case 10: engine::get()->hint(HINT_CAST_SHADOW); break;
case 11: engine::get()->hint(HINT_IGNORE_DEPTH); break;
case 12: engine::get()->hint(HINT_DEPTH_SORT); break;
case 13: engine::get()->hint(HINT_LAZY_PARENT); break;
case 14: engine::get()->hint(HINT_CULL_CCW); break;
case 15: engine::get()->hint(HINT_WIRE_STIPPLED); break;
case 16: engine::get()->hint(HINT_SPHERE_MAP); break;
case 17: engine::get()->hint(HINT_FRUSTUM_CULL); break;
case 18: engine::get()->hint(HINT_NORMALISE); break;
case 19: engine::get()->hint(HINT_NOBLEND); break;
case 20: engine::get()->hint(HINT_NOZWRITE); break;
}
s_return(sc,sc->F);
}
case OP_LINE_WIDTH:
engine::get()->line_width(rvalue(car(sc->args)));
s_return(sc,sc->F);
case OP_TEXTURE:
engine::get()->texture(rvalue(car(sc->args)));
s_return(sc,sc->F);
case OP_LOAD_TEXTURE:
s_return(sc,mk_integer(sc,engine::get()->get_texture(string_value(car(sc->args)))));
case OP_BUILD_CUBE:
s_return(sc,mk_integer(sc,engine::get()->build_cube()));
case OP_BUILD_TEXT:
s_return(sc,mk_integer(sc,engine::get()->build_text(
string_value(car(sc->args)))));
case OP_BUILD_JELLYFISH:
s_return(sc,mk_integer(sc,engine::get()->build_jellyfish()));
case OP_BUILD_POLYGONS:
s_return(sc,mk_integer(sc,engine::get()->build_polygons(
ivalue(car(sc->args)),
ivalue(cadr(sc->args))
)));
case OP_GET_TRANSFORM:
{
flx_real *m=&(engine::get()->get_transform()->m[0][0]);
pointer v=mk_vector(sc,16);
int i=0;
for (i=0; i<16; i++)
{
set_vector_elem(v,i,mk_real(sc,m[i]));
}
s_return(sc,v);
}
case OP_GET_GLOBAL_TRANSFORM:
{
mat44 mat=engine::get()->get_global_transform();
flx_real *m=&(mat.m[0][0]);
pointer v=mk_vector(sc,16);
int i=0;
for (i=0; i<16; i++)
{
set_vector_elem(v,i,mk_real(sc,m[i]));
}
s_return(sc,v);
}
case OP_GET_CAMERA_TRANSFORM:
{
flx_real *m=&(engine::get()->get_camera_transform()->m[0][0]);
pointer v=mk_vector(sc,16);
int i=0;
for (i=0; i<16; i++)
{
set_vector_elem(v,i,mk_real(sc,m[i]));
}
s_return(sc,v);
}
case OP_GET_SCREEN_SIZE:
{
unsigned int *s=engine::get()->get_screensize();
pointer v=mk_vector(sc,2);
set_vector_elem(v,0,mk_real(sc,s[0]));
set_vector_elem(v,1,mk_real(sc,s[1]));
s_return(sc,v);
}
case OP_APPLY_TRANSFORM:
engine::get()->apply_transform(); s_return(sc,sc->F);
case OP_CLEAR:
engine::get()->clear(); s_return(sc,sc->F);
case OP_CLEAR_COLOUR:
engine::get()->clear_colour(rvalue(vector_elem(car(sc->args),0)),
rvalue(vector_elem(car(sc->args),1)),
rvalue(vector_elem(car(sc->args),2)),
rvalue(vector_elem(car(sc->args),3)));
s_return(sc,sc->F);
case OP_PDATA_SIZE:
s_return(sc,mk_integer(sc,engine::get()->pdata_size()));
case OP_PDATA_ADD:
engine::get()->pdata_add(string_value(car(sc->args)));
s_return(sc,sc->F);
case OP_PDATA_REF:
{
vec3* vec=engine::get()->pdata_get(string_value(car(sc->args)),
ivalue(cadr(sc->args)));
pointer v=mk_vector(sc,3);
if (vec)
{
set_vector_elem(v,0,mk_real(sc,vec->x));
set_vector_elem(v,1,mk_real(sc,vec->y));
set_vector_elem(v,2,mk_real(sc,vec->z));
}
s_return(sc,v);
}
case OP_PDATA_SET:
{
vec3 vec(rvalue(vector_elem(caddr(sc->args),0)),
rvalue(vector_elem(caddr(sc->args),1)),
rvalue(vector_elem(caddr(sc->args),2)));
engine::get()->pdata_set(string_value(car(sc->args)),
ivalue(cadr(sc->args)),
vec);
s_return(sc,sc->F);
}
case OP_SET_TEXT:
{
engine::get()->text_set(string_value(car(sc->args)));
s_return(sc,sc->F);
}
case OP_GEO_LINE_INTERSECT:
{
vec3 svec(rvalue(vector_elem(car(sc->args),0)),
rvalue(vector_elem(car(sc->args),1)),
rvalue(vector_elem(car(sc->args),2)));
vec3 evec(rvalue(vector_elem(cadr(sc->args),0)),
rvalue(vector_elem(cadr(sc->args),1)),
rvalue(vector_elem(cadr(sc->args),2)));
list *points=engine::get()->geo_line_intersect(svec,evec);
if (points!=NULL)
{
pointer list=sc->NIL;
intersect_point *p=static_cast<intersect_point*>(points->m_head);
while (p!=NULL)
{
list=cons(sc,mk_real(sc,p->m_t),list);
pointer blend=sc->NIL;
intersect_point::blend *b=
static_cast<intersect_point::blend*>
(p->m_blends.m_head);
while (b!=NULL)
{
pointer v=mk_vector(sc,3);
set_vector_elem(v,0,mk_real(sc,b->m_blend.x));
set_vector_elem(v,1,mk_real(sc,b->m_blend.y));
set_vector_elem(v,2,mk_real(sc,b->m_blend.z));
pointer l=sc->NIL;
l=cons(sc,mk_string(sc,b->m_name),v);
blend=cons(sc,l,blend);
b=static_cast<intersect_point::blend*>(b->m_next);
}
list=cons(sc,blend,list);
p=static_cast<intersect_point*>(p->m_next);
}
s_return(sc,list);
}
s_return(sc,sc->F);
}
case OP_GET_LINE_INTERSECT:
{
vec3 svec(rvalue(vector_elem(car(sc->args),0)),
rvalue(vector_elem(car(sc->args),1)),
rvalue(vector_elem(car(sc->args),2)));
vec3 evec(rvalue(vector_elem(cadr(sc->args),0)),
rvalue(vector_elem(cadr(sc->args),1)),
rvalue(vector_elem(cadr(sc->args),2)));
s_return(sc,mk_integer(sc,engine::get()->get_line_intersect(svec,evec)));
}
case OP_MINVERSE:
{
mat44 inm;
int i=0;
for (i=0; i<16; i++)
{
inm.arr()[i]=rvalue(vector_elem(car(sc->args),i));
}
inm=inm.inverse();
pointer v=mk_vector(sc,16);
for (i=0; i<16; i++)
{
set_vector_elem(v,i,mk_real(sc,inm.arr()[i]));
}
s_return(sc,v);
}
////////////////////
default:
snprintf(sc->strbuff,STRBUFFSIZE,"%d: illegal operator", sc->op);
Error_0(sc,sc->strbuff);
}
return sc->T; /* NOTREACHED */
}
typedef pointer (*dispatch_func)(scheme *, enum scheme_opcodes);
typedef int (*test_predicate)(pointer);
static int is_any(pointer p) { return 1;}
static int is_nonneg(pointer p) {
return is_integer(p) && ivalue(p)>=0;
}
/* Correspond carefully with following defines! */
static struct {
test_predicate fct;
const char *kind;
} tests[]={
{0,0}, /* unused */
{is_any, 0},
{is_string, "string"},
{is_symbol, "symbol"},
{is_port, "port"},
{is_inport,"input port"},
{is_outport,"output port"},
{is_environment, "environment"},
{is_pair, "pair"},
{0, "pair or '()"},
{is_character, "character"},
{is_vector, "vector"},
{is_number, "number"},
{is_integer, "integer"},
{is_nonneg, "non-negative integer"}
};
#define TST_NONE 0
#define TST_ANY "\001"
#define TST_STRING "\002"
#define TST_SYMBOL "\003"
#define TST_PORT "\004"
#define TST_INPORT "\005"
#define TST_OUTPORT "\006"
#define TST_ENVIRONMENT "\007"
#define TST_PAIR "\010"
#define TST_LIST "\011"
#define TST_CHAR "\012"
#define TST_VECTOR "\013"
#define TST_NUMBER "\014"
#define TST_INTEGER "\015"
#define TST_NATURAL "\016"
typedef struct {
dispatch_func func;
char *name;
int min_arity;
int max_arity;
char *arg_tests_encoding;
} op_code_info;
#define INF_ARG 0xffff
static op_code_info dispatch_table[]= {
#define _OP_DEF(A,B,C,D,E,OP) {A,B,C,D,E},
#include "opdefines.h"
{ 0 }
};
static const char *procname(pointer x) {
int n=procnum(x);
const char *name=dispatch_table[n].name;
if(name==0) {
name="ILLEGAL!";
}
return name;
}
/* kernel of this interpreter */
static void Eval_Cycle(scheme *sc, enum scheme_opcodes op) {
sc->op = op;
for (;;) {
op_code_info *pcd=dispatch_table+sc->op;
if (pcd->name!=0) { /* if built-in function, check arguments */
char msg[STRBUFFSIZE];
int ok=1;
int n=list_length(sc,sc->args);
/* Check number of arguments */
if(n<pcd->min_arity) {
ok=0;
snprintf(msg, STRBUFFSIZE, "%s: needs%s %d argument(s)",
pcd->name,
pcd->min_arity==pcd->max_arity?"":" at least",
pcd->min_arity);
}
if(ok && n>pcd->max_arity) {
ok=0;
snprintf(msg, STRBUFFSIZE, "%s: needs%s %d argument(s)",
pcd->name,
pcd->min_arity==pcd->max_arity?"":" at most",
pcd->max_arity);
}
if(ok) {
if(pcd->arg_tests_encoding!=0) {
int i=0;
int j;
const char *t=pcd->arg_tests_encoding;
pointer arglist=sc->args;
do {
pointer arg=car(arglist);
j=(int)t[0];
if(j==TST_LIST[0]) {
if(arg!=sc->NIL && !is_pair(arg)) break;
} else {
if(!tests[j].fct(arg)) break;
}
if(t[1]!=0) {/* last test is replicated as necessary */
t++;
}
arglist=cdr(arglist);
i++;
} while(i<n);
if(i<n) {
ok=0;
snprintf(msg, STRBUFFSIZE, "%s: argument %d must be: %s",
pcd->name,
i+1,
tests[j].kind);
}
}
}
if(!ok) {
if(_Error_1(sc,msg,0)==sc->NIL) {
return;
}
pcd=dispatch_table+sc->op;
}
}
ok_to_freely_gc(sc);
if (pcd->func(sc, (enum scheme_opcodes)sc->op) == sc->NIL) {
return;
}
if(sc->no_memory) {
fprintf(stderr,"No memory!\n");
return;
}
}
}
/* ========== Initialization of internal keywords ========== */
static void assign_syntax(scheme *sc, char *name) {
pointer x;
x = oblist_add_by_name(sc, name);
typeflag(x) |= T_SYNTAX;
}
static void assign_proc(scheme *sc, enum scheme_opcodes op, char *name) {
pointer x, y;
x = mk_symbol(sc, name);
y = mk_proc(sc,op);
new_slot_in_env(sc, x, y);
}
static pointer mk_proc(scheme *sc, enum scheme_opcodes op) {
pointer y;
y = get_cell(sc, sc->NIL, sc->NIL);
typeflag(y) = (T_PROC | T_ATOM);
ivalue_unchecked(y) = (long) op;
set_num_integer(y);
return y;
}
/* Hard-coded for the given keywords. Remember to rewrite if more are added! */
static int syntaxnum(pointer p) {
const char *s=strvalue(car(p));
switch(strlength(car(p))) {
case 2:
if(s[0]=='i') return OP_IF0; /* if */
else return OP_OR0; /* or */
case 3:
if(s[0]=='a') return OP_AND0; /* and */
else return OP_LET0; /* let */
case 4:
switch(s[3]) {
case 'e': return OP_CASE0; /* case */
case 'd': return OP_COND0; /* cond */
case '*': return OP_LET0AST; /* let* */
default: return OP_SET0; /* set! */
}
case 5:
switch(s[2]) {
case 'g': return OP_BEGIN; /* begin */
case 'l': return OP_DELAY; /* delay */
case 'c': return OP_MACRO0; /* macro */
default: return OP_QUOTE; /* quote */
}
case 6:
switch(s[2]) {
case 'm': return OP_LAMBDA; /* lambda */
case 'f': return OP_DEF0; /* define */
default: return OP_LET0REC; /* letrec */
}
default:
return OP_C0STREAM; /* cons-stream */
}
}
/* initialization of TinyScheme */
#if USE_INTERFACE
INTERFACE static pointer s_cons(scheme *sc, pointer a, pointer b) {
return cons(sc,a,b);
}
INTERFACE static pointer s_immutable_cons(scheme *sc, pointer a, pointer b) {
return immutable_cons(sc,a,b);
}
static struct scheme_interface vtbl ={
scheme_define,
s_cons,
s_immutable_cons,
reserve_cells,
mk_integer,
mk_real,
mk_symbol,
gensym,
mk_string,
mk_counted_string,
mk_character,
mk_vector,
mk_foreign_func,
putstr,
putcharacter,
is_string,
string_value,
is_number,
nvalue,
ivalue,
rvalue,
is_integer,
is_real,
is_character,
charvalue,
is_list,
is_vector,
list_length,
ivalue,
fill_vector,
vector_elem,
set_vector_elem,
is_port,
is_pair,
pair_car,
pair_cdr,
set_car,
set_cdr,
is_symbol,
symname,
is_syntax,
is_proc,
is_foreign,
syntaxname,
is_closure,
is_macro,
closure_code,
closure_env,
is_continuation,
is_promise,
is_environment,
is_immutable,
setimmutable,
scheme_load_file,
scheme_load_string
};
#endif
scheme *scheme_init_new() {
scheme *sc=(scheme*)malloc(sizeof(scheme));
if(!scheme_init(sc)) {
free(sc);
return 0;
} else {
return sc;
}
}
scheme *scheme_init_new_custom_alloc(func_alloc malloc, func_dealloc free) {
scheme *sc=(scheme*)malloc(sizeof(scheme));
if(!scheme_init_custom_alloc(sc,malloc,free)) {
free(sc);
return 0;
} else {
return sc;
}
}
int scheme_init(scheme *sc) {
return scheme_init_custom_alloc(sc,malloc,free);
}
int scheme_init_custom_alloc(scheme *sc, func_alloc malloc, func_dealloc free) {
int i, n=sizeof(dispatch_table)/sizeof(dispatch_table[0]);
pointer x;
num_zero.is_fixnum=1;
num_zero.value.ivalue=0;
num_one.is_fixnum=1;
num_one.value.ivalue=1;
#if USE_INTERFACE
sc->vptr=&vtbl;
#endif
sc->gensym_cnt=0;
sc->malloc=malloc;
sc->free=free;
sc->last_cell_seg = -1;
sc->sink = &sc->_sink;
sc->NIL = &sc->_NIL;
sc->T = &sc->_HASHT;
sc->F = &sc->_HASHF;
sc->EOF_OBJ=&sc->_EOF_OBJ;
sc->free_cell = &sc->_NIL;
sc->fcells = 0;
sc->no_memory=0;
sc->inport=sc->NIL;
sc->outport=sc->NIL;
sc->save_inport=sc->NIL;
sc->loadport=sc->NIL;
sc->nesting=0;
sc->interactive_repl=0;
if (alloc_cellseg(sc,FIRST_CELLSEGS) != FIRST_CELLSEGS) {
sc->no_memory=1;
return 0;
}
sc->gc_verbose = 0;
dump_stack_initialize(sc);
sc->code = sc->NIL;
sc->tracing=0;
/* init sc->NIL */
typeflag(sc->NIL) = (T_ATOM | MARK);
car(sc->NIL) = cdr(sc->NIL) = sc->NIL;
/* init T */
typeflag(sc->T) = (T_ATOM | MARK);
car(sc->T) = cdr(sc->T) = sc->T;
/* init F */
typeflag(sc->F) = (T_ATOM | MARK);
car(sc->F) = cdr(sc->F) = sc->F;
/* init sink */
typeflag(sc->sink) = (T_PAIR | MARK);
car(sc->sink) = sc->NIL;
/* init c_nest */
sc->c_nest = sc->NIL;
sc->oblist = oblist_initial_value(sc);
/* init global_env */
new_frame_in_env(sc, sc->NIL);
sc->global_env = sc->envir;
/* init else */
x = mk_symbol(sc,"else");
new_slot_in_env(sc, x, sc->T);
assign_syntax(sc, "lambda");
assign_syntax(sc, "quote");
assign_syntax(sc, "define");
assign_syntax(sc, "if");
assign_syntax(sc, "begin");
assign_syntax(sc, "set!");
assign_syntax(sc, "let");
assign_syntax(sc, "let*");
assign_syntax(sc, "letrec");
assign_syntax(sc, "cond");
assign_syntax(sc, "delay");
assign_syntax(sc, "and");
assign_syntax(sc, "or");
assign_syntax(sc, "cons-stream");
assign_syntax(sc, "macro");
assign_syntax(sc, "case");
for(i=0; i<n; i++) {
if(dispatch_table[i].name!=0) {
assign_proc(sc, (enum scheme_opcodes)i, dispatch_table[i].name);
}
}
/* initialization of global pointers to special symbols */
sc->LAMBDA = mk_symbol(sc, "lambda");
sc->QUOTE = mk_symbol(sc, "quote");
sc->QQUOTE = mk_symbol(sc, "quasiquote");
sc->UNQUOTE = mk_symbol(sc, "unquote");
sc->UNQUOTESP = mk_symbol(sc, "unquote-splicing");
sc->FEED_TO = mk_symbol(sc, "=>");
sc->COLON_HOOK = mk_symbol(sc,"*colon-hook*");
sc->ERROR_HOOK = mk_symbol(sc, "*error-hook*");
sc->SHARP_HOOK = mk_symbol(sc, "*sharp-hook*");
sc->COMPILE_HOOK = mk_symbol(sc, "*compile-hook*");
return !sc->no_memory;
}
void scheme_set_input_port_file(scheme *sc, FILE *fin) {
sc->inport=port_from_file(sc,fin,port_input);
}
void scheme_set_input_port_string(scheme *sc, char *start, char *past_the_end) {
sc->inport=port_from_string(sc,start,past_the_end,port_input);
}
void scheme_set_output_port_file(scheme *sc, FILE *fout) {
sc->outport=port_from_file(sc,fout,port_output);
}
void scheme_set_output_port_string(scheme *sc, char *start, char *past_the_end) {
sc->outport=port_from_string(sc,start,past_the_end,port_output);
}
void scheme_set_external_data(scheme *sc, void *p) {
sc->ext_data=p;
}
void scheme_deinit(scheme *sc) {
int i;
#if SHOW_ERROR_LINE
char *fname;
#endif
sc->oblist=sc->NIL;
sc->global_env=sc->NIL;
dump_stack_free(sc);
sc->envir=sc->NIL;
sc->code=sc->NIL;
sc->args=sc->NIL;
sc->value=sc->NIL;
if(is_port(sc->inport)) {
typeflag(sc->inport) = T_ATOM;
}
sc->inport=sc->NIL;
sc->outport=sc->NIL;
if(is_port(sc->save_inport)) {
typeflag(sc->save_inport) = T_ATOM;
}
sc->save_inport=sc->NIL;
if(is_port(sc->loadport)) {
typeflag(sc->loadport) = T_ATOM;
}
sc->loadport=sc->NIL;
sc->gc_verbose=0;
gc(sc,sc->NIL,sc->NIL);
for(i=0; i<=sc->last_cell_seg; i++) {
sc->free(sc->alloc_seg[i]);
}
#if SHOW_ERROR_LINE
fname = sc->load_stack[i].filename;
for(i=0; i<sc->file_i; i++) {
if(fname)
sc->free(fname);
}
#endif
}
void scheme_load_file(scheme *sc, FILE *fin)
{ scheme_load_named_file(sc,fin,0); }
void scheme_load_named_file(scheme *sc, FILE *fin, const char *filename) {
dump_stack_reset(sc);
sc->envir = sc->global_env;
sc->file_i=0;
sc->load_stack[0].kind=port_input|port_file;
sc->load_stack[0].rep.stdio.file=fin;
sc->loadport=mk_port(sc,sc->load_stack);
sc->retcode=0;
if(fin==stdin) {
sc->interactive_repl=1;
}
#if SHOW_ERROR_LINE
sc->load_stack[0].curr_line = 0;
if(fin!=stdin && filename)
sc->load_stack[0].filename = store_string(sc, strlen(filename), filename, 0);
#endif
sc->inport=sc->loadport;
sc->args = mk_integer(sc,sc->file_i);
Eval_Cycle(sc, OP_T0LVL);
typeflag(sc->loadport)=T_ATOM;
if(sc->retcode==0) {
sc->retcode=sc->nesting!=0;
}
}
void scheme_load_string(scheme *sc, const char *cmd) {
dump_stack_reset(sc);
sc->envir = sc->global_env;
sc->file_i=0;
sc->load_stack[0].kind=port_input|port_string;
sc->load_stack[0].rep.string.start=(char*)cmd; /* This func respects const */
sc->load_stack[0].rep.string.past_the_end=(char*)cmd+strlen(cmd);
sc->load_stack[0].rep.string.curr=(char*)cmd;
sc->load_stack[0].curr_line = 0;
sc->loadport=mk_port(sc,sc->load_stack);
sc->retcode=0;
sc->interactive_repl=0;
sc->inport=sc->loadport;
sc->args = mk_integer(sc,sc->file_i);
Eval_Cycle(sc, OP_T0LVL);
typeflag(sc->loadport)=T_ATOM;
if(sc->retcode==0) {
sc->retcode=sc->nesting!=0;
}
}
void scheme_define(scheme *sc, pointer envir, pointer symbol, pointer value) {
pointer x;
x=find_slot_in_env(sc,envir,symbol,0);
if (x != sc->NIL) {
set_slot_in_env(sc, x, value);
} else {
new_slot_spec_in_env(sc, envir, symbol, value);
}
}
#if !STANDALONE
void scheme_register_foreign_func(scheme * sc, scheme_registerable * sr)
{
scheme_define(sc,
sc->global_env,
mk_symbol(sc,sr->name),
mk_foreign_func(sc, sr->f));
}
void scheme_register_foreign_func_list(scheme * sc,
scheme_registerable * list,
int count)
{
int i;
for(i = 0; i < count; i++)
{
scheme_register_foreign_func(sc, list + i);
}
}
pointer scheme_apply0(scheme *sc, const char *procname)
{ return scheme_eval(sc, cons(sc,mk_symbol(sc,procname),sc->NIL)); }
void save_from_C_call(scheme *sc)
{
pointer saved_data =
cons(sc,
car(sc->sink),
cons(sc,
sc->envir,
sc->dump));
/* Push */
sc->c_nest = cons(sc, saved_data, sc->c_nest);
/* Truncate the dump stack so TS will return here when done, not
directly resume pre-C-call operations. */
dump_stack_reset(sc);
}
void restore_from_C_call(scheme *sc)
{
car(sc->sink) = caar(sc->c_nest);
sc->envir = cadar(sc->c_nest);
sc->dump = cdr(cdar(sc->c_nest));
/* Pop */
sc->c_nest = cdr(sc->c_nest);
}
/* "func" and "args" are assumed to be already eval'ed. */
pointer scheme_call(scheme *sc, pointer func, pointer args)
{
int old_repl = sc->interactive_repl;
sc->interactive_repl = 0;
save_from_C_call(sc);
sc->envir = sc->global_env;
sc->args = args;
sc->code = func;
sc->retcode = 0;
Eval_Cycle(sc, OP_APPLY);
sc->interactive_repl = old_repl;
restore_from_C_call(sc);
return sc->value;
}
pointer scheme_eval(scheme *sc, pointer obj)
{
int old_repl = sc->interactive_repl;
sc->interactive_repl = 0;
save_from_C_call(sc);
sc->args = sc->NIL;
sc->code = obj;
sc->retcode = 0;
Eval_Cycle(sc, OP_EVAL);
sc->interactive_repl = old_repl;
restore_from_C_call(sc);
return sc->value;
}
#endif
/* ========== Main ========== */
#if STANDALONE
#if defined(__APPLE__) && !defined (OSX)
int mainn()
{
extern MacTS_main(int argc, char **argv);
char** argv;
int argc = ccommand(&argv);
MacTS_main(argc,argv);
return 0;
}
int MacTS_main(int argc, char **argv) {
#else
int mainn(int argc, char **argv) {
#endif
scheme sc;
FILE *fin;
char *file_name=InitFile;
int retcode;
int isfile=1;
if(argc==1) {
printf(banner);
}
if(argc==2 && strcmp(argv[1],"-?")==0) {
printf("Usage: tinyscheme -?\n");
printf("or: tinyscheme [<file1> <file2> ...]\n");
printf("followed by\n");
printf(" -1 <file> [<arg1> <arg2> ...]\n");
printf(" -c <Scheme commands> [<arg1> <arg2> ...]\n");
printf("assuming that the executable is named tinyscheme.\n");
printf("Use - as filename for stdin.\n");
return 1;
}
if(!scheme_init(&sc)) {
fprintf(stderr,"Could not initialize!\n");
return 2;
}
scheme_set_input_port_file(&sc, stdin);
scheme_set_output_port_file(&sc, stdout);
#if USE_DL
scheme_define(&sc,sc.global_env,mk_symbol(&sc,"load-extension"),mk_foreign_func(&sc, scm_load_ext));
#endif
argv++;
if(access(file_name,0)!=0) {
char *p=getenv("TINYSCHEMEINIT");
if(p!=0) {
file_name=p;
}
}
do {
if(strcmp(file_name,"-")==0) {
fin=stdin;
} else if(strcmp(file_name,"-1")==0 || strcmp(file_name,"-c")==0) {
pointer args=sc.NIL;
isfile=file_name[1]=='1';
file_name=*argv++;
if(strcmp(file_name,"-")==0) {
fin=stdin;
} else if(isfile) {
fin=fopen(file_name,"r");
}
for(;*argv;argv++) {
pointer value=mk_string(&sc,*argv);
args=cons(&sc,value,args);
}
args=reverse_in_place(&sc,sc.NIL,args);
scheme_define(&sc,sc.global_env,mk_symbol(&sc,"*args*"),args);
} else {
fin=fopen(file_name,"r");
}
if(isfile && fin==0) {
fprintf(stderr,"Could not open file %s\n",file_name);
} else {
if(isfile) {
scheme_load_named_file(&sc,fin,file_name);
} else {
scheme_load_string(&sc,file_name);
}
if(!isfile || fin!=stdin) {
if(sc.retcode!=0) {
fprintf(stderr,"Errors encountered reading %s\n",file_name);
}
if(isfile) {
fclose(fin);
}
}
}
file_name=*argv++;
} while(file_name!=0);
if(argc==1) {
scheme_load_named_file(&sc,stdin,0);
}
retcode=sc.retcode;
scheme_deinit(&sc);
return retcode;
}
#endif
/*
Local variables:
c-file-style: "k&r"
End:
*/
| [
"dave@fo.am"
] | dave@fo.am |
2c7c897c133ba931ff7c204dc8fd1b7647c14623 | 2a174d9f3e75a92900782981c1956f8d4f370c6a | /findDiff.cpp | 13585b6ce1da02c23e8167687b2ce5db795626ad | [] | no_license | rikie/CPP | 01fecbac0dc99a4cef974529fee6ff2d999d36b7 | aa9b0237af84cdc666058e0bd6b3b2ab1880fdf4 | refs/heads/master | 2020-05-31T01:31:15.525747 | 2014-02-21T05:06:49 | 2014-02-21T05:06:49 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 645 | cpp | /* Find all the paris that exist in a unsorted array with the given difference */
/* C++ code, used hashing */
#include<iostream>
#include<unordered_map>
using namespace std;
void findDiff(int arr[], int size, int diff) {
int i;
unordered_map<int, int> hash;
for(i=0; i<size; i++) {
hash[arr[i]]=1;
}
for(i=0; i<size; i++) {
int temp = arr[i] + diff;
if(hash.count(temp)) {
cout << "Diff pair found: " << arr[i] << " and " << temp <<endl;
}
}
return;
}
int main()
{
int arr[] = {2, 30, 40, 60, 1, 8, 100, 62, 120};
int size = sizeof(arr)/sizeof(arr[0]);
int n = 60;
findDiff(arr, size, n);
return 0;
}
| [
"upadhyaya.arijit@gmail.com"
] | upadhyaya.arijit@gmail.com |
6dfb3971d53add4dc57975d995d133a0404f62e2 | 82bba04be05e518845b99d749a3293668725e9e7 | /QHG3/populations/OoANavPhenPop.h | 7f7522e7300a113fff2ef51ccab30b467d81d7f4 | [] | no_license | Achandroth/QHG | e914618776f38ed765da3f9c64ec62b983fc3df3 | 7e64d82dc3b798a05f2a725da4286621d2ba9241 | refs/heads/master | 2023-06-04T06:24:41.078369 | 2018-07-04T11:01:08 | 2018-07-04T11:01:08 | null | 0 | 0 | null | null | null | null | UTF-8 | C++ | false | false | 1,864 | h | #ifndef __OOANAVPHENPOP_H__
#define __OOANAVPHENPOP_H__
#include "SPopulation.h"
#include "WeightedMove.h"
//#include "ConfinedMove.h"
#include "SingleEvaluator.h"
#include "MultiEvaluator.h"
#include "VerhulstVarK.h"
#include "RandomPair.h"
#include "GetOld.h"
#include "OldAgeDeath.h"
#include "Fertility.h"
#include "NPPCapacity.h"
#include "Phenetics.h"
#include "Navigate.h"
struct OoANavPhenAgent : Agent {
float m_fAge;
float m_fLastBirth;
int m_iMateIndex;
int m_iNumBabies;
};
class OoANavPhenPop : public SPopulation<OoANavPhenAgent> {
public:
OoANavPhenPop(SCellGrid *pCG, PopFinder *pPopFinder, int iLayerSize, IDGen **apIDG, uint32_t *aulState, uint *aiSeeds);
~OoANavPhenPop();
virtual int preLoop();
virtual int setParams(const char *pParams);
virtual int makePopSpecificOffspring(int iAgent, int iMother, int iFather);
virtual int writeAdditionalDataQDF(hid_t hSpeciesGroup);
virtual int readAdditionalDataQDF(hid_t hSpeciesGroup);
virtual int addPopSpecificAgentData(int iAgentIndex, char **ppData);
virtual void addPopSpecificAgentDataTypeQDF(hid_t *hAgentDataType);
virtual int updateEvent(int EventID, char *pData, float fT);
virtual void flushEvents(float fT);
protected:
WeightedMove<OoANavPhenAgent> *m_pWM;
// ConfinedMove<OoANavPhenAgent> *m_pCM;
MultiEvaluator<OoANavPhenAgent> *m_pME;
VerhulstVarK<OoANavPhenAgent> *m_pVerVarK;
RandomPair<OoANavPhenAgent> *m_pPair;
GetOld<OoANavPhenAgent> *m_pGO;
OldAgeDeath<OoANavPhenAgent> *m_pOAD;
Fertility<OoANavPhenAgent> *m_pFert;
NPPCapacity<OoANavPhenAgent> *m_pNPPCap;
Phenetics<OoANavPhenAgent> *m_pPhenetics;
Navigate<OoANavPhenAgent> *m_pNavigate;
double *m_adEnvWeights;
double *m_adCapacities;
bool m_bCreateGenomes;
bool m_bPendingEvents;
};
#endif
| [
"jody@aim.uzh.ch"
] | jody@aim.uzh.ch |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.